/** Shopify CDN: Minification failed

Line 291:29 Invalid escape

**/
.product-section .product-vendor .product-sku{
    color: #888888;
    font-size: 20px;
    font-weight: 300;
    font-family: var(--font-montserrat);
}
.product-section .price .price-item.price-item--sale{
    color: #000000;
    font-family: var(--font-montserrat);
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 0;
}
.product-section .price.price--on-sale .price__sale .price-item--regular{
    color: #888888;
    font-family: var(--font-montserrat);
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0;
}
 
.product-section .price.price--on-sale .price__sale{
    display: flex;
    column-gap: 24px;
    row-gap: 10px;
}
.product-section .price .price__discount{
    display: inline-block;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    color: #309819;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0;
    font-family: var(--font-montserrat);
    display: flex;
    align-items: center;
}
.product-section .product-price.price.price--on-sale .price__sale .price__old {
    width: auto;
}
.product-section .product-title-wrapper, .product-section .product-title-wrapper .product-title{
    font-family: var(--font-montserrat);
    font-weight: 700;
    font-size: 46px;
    color: #000000;
    letter-spacing: 0;
}
.product-section .product-price .price__taxes-included{
    margin-top: 10px;
    font-size: 20px;
    font-weight: 300;
    color: #888888;
    font-family: var(--font-montserrat);
    letter-spacing: 0;
    line-height: 100%;
}
.product-section .check_availability_text, .product-section .product-quantity>.product-options__option-label, .product-section .product-add-to-cart .product-add-to-cart__button svg{
    display: none;
}
.product-section .check_wrapper_main .form-control{
    border-radius: 4px !important;
    border: 1px solid #888888 !important;
    padding: 15px !important;
    /* min-width: 437px !important; */
    color: #888888;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    font-family: var(--font-montserrat);
    letter-spacing: 0;
}
.product-section #check_pincode{
    font-family: var(--font-montserrat);
    letter-spacing: 0;
    color: #fff;
    padding: 16px 68px;
    background: #212121;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
}
.product-section .check_input_wrap{
    max-width: 100%;
    flex: 1;
}
.product-section .check_wrapper_box{
    margin: 0;
}
.product-section .check_wrapper_main{
    padding: 0;
} 
/* .product-section .custom_qty_add_button_wrap, .product-section .product-add-to-cart .shopify-product-form{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    justify-content: space-between;
} */
 .product-section .product-add-to-cart .shopify-product-form{
    display: flex; 
    align-items: center;
    gap: 25px;
    justify-content: space-between;
}
.product-section  .product-add-to-cart .shopify-payment-button__button.shopify-payment-button__button--unbranded:before{
    background-color: #B41F28;
}
.product-section .button.button--secondary:before{
    background-color: #212121;
}
.product-section .product-add-to-cart .shopify-payment-button__button.shopify-payment-button__button--unbranded{
    background-color: #B41F28;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 30px 24px;
    font-family: var(--font-montserrat);
    letter-spacing: 0;
    line-height: 100%;
}
.product-section .product-add-to-cart .product-add-to-cart__additional-buttons{
    margin-top: 0;
}
.product-section .product-add-to-cart .product-add-to-cart__button{
    background-color: #212121;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 30px 14px;
    font-family: var(--font-montserrat);
    letter-spacing: 0;
    line-height: 100%;
    width: auto;
} 
.product-section .product-add-to-cart .product-add-to-cart__error{
    margin-top: 0;
    /* margin-bottom: 0; */
}
.product-section .product-quantity__container{
    border: 1px solid #888888;
    border-radius: 10px;
    background: transparent;
    padding: 17px 22px;
}
.product-section .product-quantity .product-quantity__button{
    border: none;
    border-radius: 0;
    color: #888888;
}
.product-section .product-quantity .product-quantity__input{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: var(--font-montserrat);
    color: #888888;
    margin: 0 20px;
}
.product-section .product-quantity{
    margin: 0;
    flex-direction: unset;
    align-items: center;
}
.product-section .product-quantity .product-quantity__button svg path{
    stroke-width: 4px;
}
.product-section .product-quantity .product-quantity__button .icon{
    width: 20px;
    height: 20px;
}
.product-section .icons_with_texts_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.product-section .icons_with_images_no_wrap{
    padding: 15px 0;
}
.product-section .product-sales-point{
    flex-direction: column;
    width: auto;
    gap: 6px;
}
.product-section .product-sales-point .product-sales-point__text{
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.4;
}
.product-section .product-sales-point .product-sales-point__icon{
    width: 25px;
    height: auto;
    margin-right: 0;
    object-fit: cover;
    display: block;
}
 
  .product-section .product-collapse-wrapper .product-collapse summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 31px 0 36px 0;
    border-top: 2px solid #D9D9D9;
    list-style: none;
    background-color: transparent;
    color: #888888;
  } 
  .product-section .product-collapse-wrapper .product-collapse summary::-webkit-details-marker {
    display: none;
  } 
  .product-section .product-collapse-wrapper .product-collapse summary svg,
  .product-section .product-collapse-wrapper .product-collapse summary .icon {
    transition: transform 0.6s ease;
  } 
  .product-section .product-collapse-wrapper .product-collapse[open] summary svg,
  .product-section .product-collapse-wrapper .product-collapse[open] summary .icon {
    transform: rotate(180deg);
  }  
  .product-section .product-collapse-wrapper .prose p{
    font-size: 20px;
    color: #888888;
    font-weight: 400;
    letter-spacing: 0;
    font-family: var(--font-montserrat);
    line-height: 1.5;
  } 
  .product-section .product-collapse-wrapper .product-info-heading {
    font-size: 24px;
    color: #888888;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 100%;
    font-family: var(--font-montserrat);
  }
  .product-section .product-collapse-wrapper:last-child .product-collapse{
    border-bottom: 2px solid #D9D9D9;
  }
  .product-section .product-collapse-wrapper .prose {
    padding-bottom: 24px;
  } 
  .product-section  .product-collapse .prose {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
  } 
  .product-section .product-collapse.open .prose {
    max-height: 1000px;  
  }
.product-section .product_sub_info{
    font-size: 20px;
    color: #888888;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 100%;
    font-family: var(--font-montserrat);
    margin-top: 12px;
}
.product-section .product{ 
    gap: 98px;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1510px;
    margin: auto;
}
.product-section .product-media.product-media--layout-carousel:not(.product-media--thumbnails-position-left) .product-media__slider-thumbnails{
    margin-top: 31px;
    max-width: none;
    padding-bottom: 0;
}
.product-section .product-media .product-media__slider-thumbnails-wrapper .product-media__slider-thumbnails-slide picture .product-media__image{
    /* border-radius: 5px; */\
    margin-right: 20px !important;
}
.product-section .product-media .swiper-button-next, .product-media .swiper-button-prev{
    display: block;
    border-radius: 50%;
    border: 0px;
    padding: 10px !important;
    padding-top: 13px !important;. 
}
.product-section .custom_product_badge{
    position: absolute;
    top: 32px;
    left: 20px;
    background: #B41F28;
    color: #fff;
    padding: 11px 40px;
    font-size: 20px; 
    font-weight: 600;
    letter-spacing: 0;
    line-height: 100%;
    font-family: var(--font-montserrat);
    text-transform: uppercase;
}
.product-section .product-form{
    padding: 0;
}
.product-section .check_wrapper_box{
    gap: 20px;
}
.product-section .product-media{
    margin-right: 0; 
}
@media (min-width: 1680px) {
    .product-section .product-media{ 
        min-width: 765px;
    }
}
.product-section .evm-also-bought.evm_visible_text.ws_fbt_inr_main{
    display: none !important;
}
.product-section .product-quantity__extra-buttons{
    display: none !important;
}

.product-section .product-quantity{
    padding: 0;
}

.product-section .product-add-to-cart .shopify-payment-button__button.shopify-payment-button__button--unbranded:after{
    content: unset;
}
.product-section .product-add-to-cart__button.button.button--secondary:hover:after {
    width: unset;
}
 

@media (max-width: 1600px) {
  
    .product-section .product-quantity, .product-section .product-add-to-cart .product-add-to-cart__button, .product-section .product-add-to-cart__additional-buttons{
        width: calc(100% / 3 - 12px);
    }
    .product-section .shopify-payment-button, .product-section .product-quantity .product-quantity__wrapper, .product-section .product-quantity__container, .product-section .product-add-to-cart .shopify-payment-button__button.shopify-payment-button__button--unbranded{
        width: 100%;
    }
    .product-section .product-add-to-cart .product-add-to-cart__button, .product-section .product-add-to-cart .shopify-payment-button__button.shopify-payment-button__button--unbranded, .product-section .product-quantity .product-quantity__input{
        font-size: 18px;
    }
}

@media (max-width: 1440px) {
  .product-section .custom_product_badge{
    position: absolute;
    top: 0px;
    left: 0px;
  }
    .product-section .product {
        padding: 0 16px;
    }
    .product-section .product-media{
        width: calc(42% - 49px);
    }
    .product-section .product-media+.product-form{
        width: 100%;
        margin-left: 0;
    }
    .product-section .product-add-to-cart{
        padding-bottom: 0;
    }
    .product-section .product-vendor .product-sku, .product-section .product_sub_info{
        font-size: 14px;
    }
    .product-section .product_sub_info{
        font-size:18px;
        color:#000;
    }
    .product-section .product-title-wrapper{
        padding-bottom: 10px;
    }
    .product-section .product-title-wrapper, .product-section .product-title-wrapper .product-title{
        font-size: 24px; 
    }
    .product-section .price.price--on-sale .price__sale{
        column-gap: 12px;
    }
    .product-section .price .price-item.price-item--sale{
        font-size: 24px;
    }
    .product-section .price.price--on-sale .price__sale .price-item--regular{
        font-size: 20px;
    }
    .product-section .price .price__discount{
        font-size: 20px;
        margin-left: -5px;
    }
    .product-section .product-price .price__taxes-included{
        font-size: 14px;
        margin-top: 6px;
    }
    .product-section .check_wrapper_main .form-control, .product-section #check_pincode{
        font-size: 14px;
    }
    .product-section .product-add-to-cart .product-add-to-cart__button, .product-section .product-add-to-cart .shopify-payment-button__button.shopify-payment-button__button--unbranded, .product-section .product-quantity .product-quantity__input{
        font-size: 16px;
    }
    .product-section .product-quantity__container{
        padding: 5px 16px;
    }
    .product-section .product-add-to-cart .shopify-payment-button__button.shopify-payment-button__button--unbranded{
        padding: 26px 24px;
    }
    .product-section .product-add-to-cart .product-add-to-cart__button{
        padding: 25px 18px;
    }
    .product-section .product-collapse-wrapper .product-info-heading{
        font-size: 16px;
    }
    .product-section .product-collapse-wrapper .prose p{
        font-size: 18px;
    }
    .product-section .product-collapse-wrapper .product-collapse summary{
        padding: 16px 0;
    }
    .product-section .product-collapse-wrapper .product-collapse summary svg{
        width: 16px;
        height: auto;
        margin-right: 5px;
    }
    .product-section .product-media .product-media__zoom-button{
        width: 34px;
        height: 34px;
    }
    .product-section .product-media .product-media__zoom-button .icon {
        width: 20px;
        height: 20px;
    } 
    .product-section .product{
        gap: 48px;
          /*max-width: 960px;*/ /* changed by Sanjay on 9 Sep, 2025*/
          max-width: 1300px;
    }
    .product-section .custom_product_badge{
        padding: 6px 24px !important;
        font-size: 18px !important;
        top: 51px;
        left: 12px;
    }
    .product-section .swym-atw-button-container.product_image_top_right{
        top: 62px;
        right: 25px;
    }
    .product-section .product-vendor{
        padding-top: 10px;
        padding-bottom: 8px;
    }
    .product-section .check_wrapper_box{
        gap: 31px;
    }
    .product-add-to-cart{
        padding-top: 12px;
    }
    .product-section .product-add-to-cart .shopify-product-form{
        gap: 14px;
    }
    .product-quantity .product-quantity__input{
        margin-bottom: -5px !important;
    }
    .product-section .product-add-to-cart .shopify-payment-button__button.shopify-payment-button__button--unbranded{
        width: 200px;
    }
    .product-section .product-add-to-cart .product-add-to-cart__button, .product-section .product-quantity__container{
        width: 170px;
    }
    .product-section .product-quantity, .product-section .product-add-to-cart .product-add-to-cart__button, .product-section .product-add-to-cart__additional-buttons{
        width: 170px;
    }
    .product-section .product-media .product-media__slider-thumbnails-wrapper .product-media__slider-thumbnails-slide picture .product-media__image {
        margin-right: 0 !important;
    }
    .product-media .product-media__slider-thumbnails-wrapper .product-media__slider-thumbnails-slide{
        margin-right: 3px !important;
        width: 115px !important;
        height: 115px !important;
    }
    .product-media .product-media__slider-thumbnails-wrapper--centered .swiper-slide:first-child{
        /* margin-left: 10px; */
        margin-left: 0;
    }
    .product-section .product-media.product-media--layout-carousel:not(.product-media--thumbnails-position-left) .product-media__slider-thumbnails{
        margin-top: 35px;
    }
    .product-section .product{
        justify-content: space-between;
    }
    .product-section .product-media .product-media__slider-thumbnails-wrapper--centered{
        justify-content: flex-start;
        overflow: auto;
        scrollbar-width: none;
    }
}
@media (max-width: 1320px) {
    .product-section .product{
        gap: 25px;
    }
}

@media (max-width: 1200px) {
    .product-section .product-add-to-cart .product-add-to-cart__button, .product-section .product-add-to-cart .shopify-payment-button__button.shopify-payment-button__button--unbranded{
        padding: 26px 16px;
    }
    .product-section .custom_qty_add_button_wrap, .product-section .product-add-to-cart .shopify-product-form{
        gap: 12px;
    }
    .product-section .product-add-to-cart{
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .product-section .custom_qty_add_button_wrap{
        padding-top: 30px;
    }
    .product-section .product-media, .product-section .product-media+.product-form{
        width: 100%;
    } 
    .product-section .product-media .product-media__slider-thumbnails{
        display: block;
    }
    .product-section .product-media .swiper-pagination{
        display: none;
    }
}

.mobile__quantity_box{
    display: none;
} 
.desktop__quantity_box{
    display: block;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .product-section .product-add-to-cart .product-add-to-cart__button, .product-section .product-quantity__container, .product-section .product-quantity, .product-section .product-add-to-cart__additional-buttons{
        width: 256px;
    }
    .product-section .product-add-to-cart .shopify-payment-button__button.shopify-payment-button__button--unbranded {
        width: 100%;
    }
    .product-section .product-add-to-cart .product-add-to-cart__button, .product-section .product-add-to-cart .shopify-payment-button__button.shopify-payment-button__button--unbranded {
        margin-left: 0;
    } 
}

@media (max-width: 767px) {
    .product-section .product{
        gap: 25px;
        padding: 0 15px;
    }
    .product-section .product-media{
        margin-bottom: 0;
    }
    .product-section .custom_product_badge{
        top: 15px;
        left: 0px;
        padding: 0 5px !important;
        font-size: 18px !important;
    } 
    .product-section .atw-button-icon {
        width: 22px;
        height: 22px;
    }
    .product-section .swym-atw-button-container.product_image_top_right {
        top: 23px;
        right: -2px;
        margin: 0;
    }
    .product-section #swym-atw-pdp-button svg path {
        stroke-width: 1px; 
    }
    .product-section #swym-atw-pdp-button-icon{
        transform: scale(0.9);
    }
    .product-section .product-title-wrapper, .product-section .product-title-wrapper .product-title, .product-section .price .price-item.price-item--sale{
        font-size: 24px;
    } 
    .product-section .price.price--on-sale .price__sale .price-item--regular{
        font-size: 20px;
    }
    .product-section .price .price__discount, .product-section .product-sales-point .product-sales-point__text{
        font-size: 18px;
    }
    .product-section .price.price--on-sale .price__sale{
        column-gap: 12px;
        row-gap: 5px;
    }
    .product-section .product-price .price__taxes-included{
        font-size: 14px;
        margin-top: 12px;
    }
    .product-section #check_pincode{
        padding: 12px 40px;
        line-height: 22px;
    }
    .product-price .price__installments{
        margin-top: 0;
    }
    .product-section .custom_qty_add_button_wrap, .product-section .product-add-to-cart .shopify-product-form{
        gap: 15px; 
    } 
    .product-section .product-add-to-cart, .product-section .product-quantity{
        padding: 0;
    }
    .product-section .product-add-to-cart .shopify-payment-button__button.shopify-payment-button__button--unbranded,
    .product-section .product-add-to-cart .product-add-to-cart__button{
        font-size: 18px;
        padding: 18px 14px;
    }
    .product-section .product-quantity__container{
        padding: 5px 18px;
    }
    .product-section .product-add-to-cart, .product-section .product-quantity{
        width: 100%;
    }
    .product-section .custom_qty_add_button_wrap{
        margin-top: 21px;
        padding-top: 0;
    }
    .product-section .icons_with_texts_wrapper{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .product-section .product-sales-point .product-sales-point__icon{
        width: 74px;
    }
    .product-section .product-collapse-wrapper .product-collapse summary{
        padding: 24px 0;
    }
    .product-section .product-collapse-wrapper .product-collapse summary svg{
        width: 18px;
        margin-right: 12px;
    }
    .product-section .product-collapse-wrapper .product-info-heading{
        font-size: 18px;
    }
    .product-section .product-collapse-wrapper .prose p{
        font-size: 16px;
    }
    .product-section .custom_qty_add_button_wrap, .product-section .product-add-to-cart .shopify-product-form{
        justify-content: flex-start;
    }
    .product-section .product-add-to-cart .product-add-to-cart__button,
    .product-section .product-add-to-cart .product-add-to-cart__additional-buttons{
        width: 100%;
    }
    .product-media .product-media__slider-thumbnails-wrapper .product-media__slider-thumbnails-slide{
        margin-right: 0 !important;
        width: 63px !important;
        height: 63px !important;
    }
    .product-section .product-media.product-media--layout-carousel:not(.product-media--thumbnails-position-left) .product-media__slider-thumbnails {
        margin-top: 11px;
        padding-top: 0;
    }
    .product-section .product-media .product-media__slider-thumbnails-wrapper .product-media__slider-thumbnails-slide picture .product-media__image{
        margin: 0;
        padding: 0;
    }
    .product-section .product-media .product-media__slider-thumbnails-wrapper--centered{
        gap: 10px;
    }
    .product-section .product-vendor{
        padding-top: 0;
        padding-bottom: 0;
    }
    .product-section .product-vendor .product-sku, .product-section .product_sub_info{
        font-size: 14px;
    }
    .product-section .check_wrapper_main .form-control{
        font-size: 12px;
    }
    .product-section .product-add-to-cart .product-add-to-cart__button, .product-section .product-add-to-cart .shopify-payment-button__button.shopify-payment-button__button--unbranded, .product-section .product-quantity .product-quantity__input{
        font-size: 16px;
    }
    .product-section .product-sales-point .product-sales-point__text{
        line-height: 25px;
    }
    .product-section .product-title-wrapper{
        padding-bottom: 0;
        padding-top: 5px;
    }
    .product-section .product-price {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .product-section .price .price-item.price-item--sale{
        margin-right: -2px;
    }
    .product-section .price .price__discount{
        margin-left: 0px;
    }
    .product-section .check_wrapper_box {
        gap: 9px;
    }
     .product-section .product-quantity__container, .product-section .product-quantity{
        width: 100%;
    }
    .product-section .product-quantity .product-quantity__button svg path{
        stroke-width: 6px;
    }
    .product-section .product-quantity .product-quantity__button .icon {
        width: 12px;
        height: 14px;
    }
    .product-quantity .product-quantity__input{
        width: 28px;
    }
    .product-quantity .product-quantity__input {
        margin-bottom: 0px !important;
    }
    .mobile__quantity_box{
        display: block;
    } 
    .desktop__quantity_box{
        display: none;
    }
    .product-section .product-add-to-cart{
        padding-top: 15px;
    }
    .product-section .product-add-to-cart .product-add-to-cart__button, .product-section .product-add-to-cart .shopify-payment-button__button.shopify-payment-button__button--unbranded{
        margin-left: 0;
    }
    .product-section .product-add-to-cart .product-add-to-cart__button, .product-section .product-add-to-cart .product-add-to-cart__additional-buttons{
        width: calc(100% / 2 - 10px);
    }
    .product-section .product-add-to-cart .shopify-payment-button__button.shopify-payment-button__button--unbranded {
        width: 100%;
    }
    .product-section .product-sales-point {
        max-width: 82px;
    }
    .product-section .product-sales-point {
        max-width: 104px;
        gap: 21px;
    } 
    .product-section .product-collapse-wrapper:last-child .product-collapse summary{
        padding: 29px 0;
        padding-bottom: 38px;
    }
    .template-product .custom__faq__simple .faq-simple__heading{
        margin-right: -8px;
    } 
    .template-product .faq-simple .accordion__item.is-active  .faq-simple__item-control {
        /* padding: 32px 16px 6px 38px; */
    }
    .template-product .faq-simple .faq-simple__item-control{
        padding: 19px 16px 17px 38px;
    }
    .template-product .custom__faq__simple.faq-simple .faq-simple__item-control-icon, .template-product .custom__faq__simple.faq-simple .faq-simple__item-control-icon svg{
        margin-right: 0;
    }
    .template-product .custom__faq__simple.faq-simple .faq-simple__item-inner {
        padding: 0 54px 26px 38px;
    }
    
}
@media (max-width: 460px) {
    .product-section .product-add-to-cart .product-add-to-cart__button,
    .product-section .product-add-to-cart .product-add-to-cart__additional-buttons{
        width: calc(100% / 2 - 10px);
    } 
}
span#swym-atw-pdp-button-text {
    display: none;
}
@media (min-width: 1680px) {
    .product-section .product{
        max-width: 1530px;
        gap: 86px;
    }
    .product-section .custom_product_badge{
        padding: 11px 32px;
        left: 0;
    }
    .swym-atw-button-container.product_image_top_right{
        top: 40px !important;
        right: 40px !important;
    }
    .product-section .price .price__discount{
        margin-left: 8px;
    }
    .product-section #check_pincode{
        letter-spacing: -0.9px;
        padding: 18px 68px;
    }
    .product-section .product-media.product-media--layout-carousel:not(.product-media--thumbnails-position-left) .product-media__slider-thumbnails{
        margin-top: 20px;
    }
    .product-section .product-collapse-wrapper .product-info-heading{
        margin-bottom: -11px;
    }
}


.product-section .js-product-media-item-variant picture{
    padding-top: 50%;
}
.product-section .product-media .product-media__zoom-wrapper{
    display: none;
}

@media (min-width: 1441px) {
    /* .desktop__quantity_box{
        width: calc(100% / 3 - 12px);
    } */
    /* .product-section .product-quantity{
        width: 100%;
    } */
}

.cart__buttons_flex{
    width: 100%;
    display: flex;
    gap: 25px;
}
.product-section .product-add-to-cart .product-add-to-cart__button, .product-section .product-add-to-cart__additional-buttons{
    width: 50%;    
}
.product-section .product-add-to-cart .shopify-payment-button__button.shopify-payment-button__button--unbranded, 
.product-section .product-add-to-cart .product-add-to-cart__button{
    padding: 30px 12px;
}
@media (max-width: 1440px) {
    .cart__buttons_flex{ 
        gap: 14px;
    } 
    .product-section .product-add-to-cart .shopify-payment-button__button.shopify-payment-button__button--unbranded, 
    .product-section .product-add-to-cart .product-add-to-cart__button{
        padding: 17px 12px;
    }
    .product-section .product-add-to-cart .shopify-payment-button__button.shopify-payment-button__button--unbranded {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .cart__buttons_flex{ 
        gap: 12px;
    }  
}

@media (max-width: 767px) {
    .product-section .product-add-to-cart .shopify-product-form{
        flex-direction: column;
    }

}

@media (max-width: 375px) {
.product-section #check_pincode {
        padding: 13px 20px;
        line-height: 22px;
    }

}
small.js-product-quantity-error {
    font-size: 14px;
}
