/** Shopify CDN: Minification failed

Line 494:22 Expected ":"

**/

.fh-buyNow {
 color: #fff;
 border-radius: 40px;
 padding: 10px;
 height: 50px;
 display: flex;
 justify-content: center;
 align-items: center;
 text-align: center;
 font-weight: 400;
 font-size: 16px;
 transition: .2s ease-in-out;
 width: 100%;
 cursor: pointer;
 background-color: #9f0807;
 margin-bottom: 10px;
} 
@media screen and (min-width: 768px) {
.fh-buyNow:hover {
  background-color: #BC0706;
}   
}
@media screen and (max-width: 768px) {

  
.fh-buyNow:active {
  background-color: #BC0706;
} 
}

.product-section .white-box .shopify-payment-button__button {
    display: none;
}

button.product-form__submit.button.button--full-width.button--primary {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
    background: #4a3d41;
    margin-bottom: 0;
}

.product-form__buttons {
    display: flex;
    flex-direction: column;
}

button.product-form__submit.button.button--full-width.button--primary {
    order: 2;
}

.shopify-payment-button {
    order: 3;
}

.product-section .white-box .rc-container.rc_container .rc-radio {
    border-radius: 10px;
    border: 1px solid #dae0b4;
    position: relative;
    padding: 12px 20px;
    font-weight: 400;
    font-size: 16px;
}

.rc-selling-plans.rc_widget__option__plans {
    margin-left: 30px;
}

.rc-radio__input {
    /* position: absolute; */
    /* visibility: hidden; */
    /* width: 100%; */
    /* height: 100%; */
    left: 0;
    top: 0;
    z-index: 9;
    transform: scale(1.3);
}

.product-section .white-box .rc-container.rc_container .rc-radio select {
    padding: 10px 8px;
    border-radius: 4px;
}

.product-form__input.product-form__quantity h3 {
    font-size: 16px!important;
    font-weight: 400!important;
}

html .product-section .white-box .product-form__quantity {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 11px;
}

.product-section .white-box .product-form__quantity .quantity__input {
    background: #fff!important;
    border-radius: 0;
    border-color: #d5d5d5;
    border-top: 0;
    border-bottom: 0;
}

.product-form__input.product-form__quantity .quantity__button {
    /* background: #f4f4f4; */
}

.product-form__input.product-form__quantity {}

quantity-input.quantity {
    border: 1px solid #d5d5d5!important;
    border-radius: 10px;
    background: #f4f4f4;
}

.price--on-sale .price__sale {
    flex-direction: row-reverse;
    align-items: center;
    line-height: 1em;
}

span.price-item.price-item--sale.price-item--last {
    color: #9f0807;
    letter-spacing: 0;
    font-size: 16px;
}

s.price-item.price-item--regular {
    letter-spacing: 0;
    font-size: 16px!important;
    text-decoration-color: inherit!important;
    color: #757575;
}

.price__sale {}

span.badge.price__badge-sale.color-accent-2 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
    background: #9f0807;
    border: 0;
    border-radius: 9px;
}

.price.price--large.price--on-sale.price--show-badge {
    align-items: center;
}

.price.price--large.price--on-sale.price--show-badge {}

h1.product__title {} .sticky-st-copy {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3em;
}

@media screen and (min-width: 769px) {

.sticky-st-item_column__button {
  margin-left: 20px;
}
  .sticky-st-ratings{
    margin-left: 20px;
  }
  .sticky-st-copy {
  font-size: 16px;
}

}

.sticky-sticky .sticky-contact-widget{
  bottom: 65px!important;
}


a.sticky-st-item__button {
  background-color: #9f0807;
  color: #FFF;
  padding: 10px 10px !important;
  display: block;
  font-weight: 500;
  width: fit-content;
  text-decoration: none;
  margin: auto;
  border-radius: 40px;
  cursor: pointer;
  transition: .2s ease-in-out;
  font-size: 16px;
  text-align: center;
  min-width: 250px;
}
@media screen and (min-width: 768px) {
a.sticky-st-item__button:hover {
    background-color: #1a1a1a;
  }
}

@media screen and (max-width: 768px) {
a.sticky-st-item__button:active {
    background-color: #1a1a1a;
  }
}  


.sticky-sticky {
    padding-bottom: 65px!important;
}
.sticky-sticky .sticky-st-container{
    bottom: 0;
}
.sticky-st-container {
    z-index: 1999;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -105px;
    background-color: #244555;
    height: 80px;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.7);
    /* border-top: 2px solid #EBBFAB; */
    background: #4a3d41;
    box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.15);
}



.sticky-st-container__outer {
    padding: 0 20px;
    display: flex;
    margin: auto;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    max-width: 1150px;
}

.sticky-st-container__inner {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.sticky-st-container__inner div {
    display: flex;
}


@media screen and (max-width: 768px) {

  .sticky-st-item_column__button {
  margin-left: 0px;
    margin-top: 5px;
    width: 100%;
  } 
  a.sticky-st-item__button{
    width: 100%;
  }
    
    .sticky-st-container {
        width: 100%;
        position: fixed;
        left: 0;
      height: auto;
        bottom: -150px;
        transition: all .3s ease-in-out;
   padding: 10px 0 15px;
    }
    .sticky-st-container__inner {
        flex-direction: column;
      width: 100%;
    }
    .sticky-st-container__outer {
        justify-content: center;
        height: 100%;
    }

} 


.sticky-st-copy {
    color: #fff;
    font-weight: 500;
    flex-direction: column;
    font-family: 'Cardo';
    gap: 3px;
}

.sticky-st-price {
    font-family: 'Poppins';
}

.sticky-st-price span.product__price--off {
    padding: 0 7px;
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 1em;
    height: 25px;
}

.sticky-st-price {
    align-items: center;
}

.sticky-st-price .product__price {
    font-size: 16px;
}

.sticky-st-price s.product__price--strike {
    margin-left: 5px;
}

.sticky-st-copy p {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}


@media screen and (max-width: 768px) {
.sticky-st-copy {
    text-align: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 5px;
}

.sticky-st-price {
    justify-content: center;
}
  .sticky-st-price .product__price {
    font-size: 14px;
}

.sticky-st-price span.product__price--off {
    font-size: 12px;
}

}


.loox-rating[data-alignment=center] {
    display: inline-block;
}

.loox-rating svg.loox-icon {
    width: 18px;
    height: 18px;
}

@media screen and (max-width: 768px) {
.sticky-st-copy p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
}

div#sticky-st-containerID {}

div#smile-ui-lite-container {
    bottom: 10px!Important;
}

.sticky-sticky div#smile-ui-lite-launcher-frame-container,
.sticky-sticky   .smile-launcher-frame-container.smile-launcher-border-radius-circular{
    bottom: 100px!Important;
}

.sticky-sticky iframe#dummy-chat-button-iframe {
    bottom: 100px!important;
}

.sticky-st-price span.price-item.price-item--sale.price-item--last.recharge-inner-most-price {
    color: #fff;
}

@media screen and (max-width: 768px) {
.sticky-sticky div#smile-ui-lite-launcher-frame-container, 
.sticky-sticky   .smile-launcher-frame-container.smile-launcher-border-radius-circular{
    bottom: 150px!Important;
      left: 16px!important;
    right: auto!important;
}

.sticky-sticky iframe#dummy-chat-button-iframe {
    bottom: 150px!important;
}
 .sticky-st-price span.badge.price__badge-sale.color-accent-2 {
    display: none;
}

.sticky-st-price span.price-item.price-item--sale.price-item--last.recharge-inner-most-price {
    margin-right: 10px;
}
  form#product-form-installment {
    padding-top: 10px;
}
}




.cart-notification .button-label {
    TEXT-DECORATION: NONE;
}

.cart-notification__links {
    display: flex;
    flex-direction: column;
}

.cart-notification__links > * {
    order: 2;
}

form#cart-notification-form {
    order: 1;
}

a#cart-notification-button {
    margin-top: 10px;
    background: #4A3C41;
    background: #;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-family: "Poppins";
    font-weight: 400;
}

a#cart-notification-button:hover {
    border-radius: 70px;
    background: #654C54;
}

button.product-form__submit.button.button--full-width.button--primary:hover {
    border-radius: 70px;
    background: #654C54;
    font-family: "Poppins";
    font-weight: 400;
}

button.button.button--primary.button--full-width {}

form#cart-notification-form button {
    letter-spacing: -100px;
    color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    font-size: 15px!important;
    font-family: "Poppins";
}

form#cart-notification-form button:before {
    content: "SECURE CHECKOUT";
    color: #fff;
    letter-spacing: 0;
}

form#cart-notification-form button:after {
       content: "";
    background: url(/cdn/shop/files/lock_10.png?v=1702375276);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;ore
}

form#cart-notification-form button:hover {
    background: #BC0706;
}


h1.product__title {
    font-size: 35px!Important;
    font-weight: 700;
      margin-bottom: -10px!important;
}

.product-section .white-box .shopify-payment-button__more-options {
    background: #F4F4F4;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    border: 1px solid #D5D5D5;
    font-weight: 400!important;
}

.product-section .white-box .shopify-payment-button__more-options {
    background: #F4F4F4;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    border: 1px solid #D5D5D5;
    font-weight: 400!important;
    border-bottom: 0;
}

.shopify-payment-button {}

.payment-options {
    order: 4;
    border-radius: 10px;
    border: 1px solid #D5D5D5;
    background: #FFF;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    margin-top: -12px;
    /* border-top: 0; */
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.payment-options img {
    width: 45%;
}

@media screen and (max-width: 768px) {
.payment-options {
flex-direction: column;
}
    #image1{
        width: 60%;
    }
    .payment-options img {
    width: 75%;
}
}


h1.product__title {
    margin-bottom: 0!Important;
}
.simple-badges-outer-container{
   margin: 20px 0 0;
   order: 5;
}
.simple-img-container{
  display: flex;
    flex-wrap: wrap;
        max-width: 1200px;
    width: 100%;
    margin: auto;

}

.simple-img-container span {
  font-size: 16px;
  line-height: 1.5em;
}
.simple-badges-container{
    width: 33%;
 padding: 5px 5px;
  text-align: center;
  
}
.simple-img-container div img{
    width: 40px;
    margin-bottom: 10px;
}  

.simple-badge-container{
    width: 100%!important;
    display: flex;
  justify-content: center;
  flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 850px) {
  .simple-img-container div img {
 margin-bottom: 0;
 margin-right: 10px;
   width: 30px;
}
.simple-badges-container {
  width: 100%;
  padding: 3px 0;
}
 .simple-badge-container {
  flex-direction: row;
  text-align: left;
  max-width: 100%;
  margin: auto;
  justify-content: flex-start;
}
.simple-img-container span{
  font-size: 14px;
}
}
@media screen and (max-width: 768px) {
product-form.product-form {
    margin-bottom: 0!important;
}

.product-section .white-box {
    width: calc(100% + 30px);
    margin-left: -15px;
}

h1.product__title {
    margin-bottom: 10px!important;
    font-size: 28px!important;
}
}




product-form.product-form {
    margin-bottom: 0!important;
}

.sticky-st-price .price__sale {
    flex-direction: row-reverse;
}

span.price-item.price-item--sale.price-item--last {}

.sticky-st-price {}

.sticky-st-price s.price-item.price-item--regular {font-weight: 400;font-size: 16px;}

.sticky-st-price span.price-item.price-item--sale.price-item--last {
    color: #fff;
    letter-spacing: 0;
    font-size: 16px;
    margin-right: 5px;
}

.payment-options {
    display: none;
}

.product-section .white-box .shopify-payment-button__more-options + .payment-options {
    display: flex;
}

.product-section .white-box .rc-container.rc_container .rc-radio:not(.rc-option--active) {
    background: #F4F4F4;
    border-color: #D5D5D5;
}

.rc-template__legacy-radio .rc-radio__label {
    width: 100%;
    display: inline-block;
    cursor: pointer;
}

h1.product__title {
    font-weight: 700!important;
}

body .price--on-sale .price__sale {
    flex-direction: row-reverse;
}

.rc-template__legacy-radio .rc-radio__label {
    display: inline-block!important;
}

.product-section .white-box .rc-container.rc_container .rc-radio:not(.rc-option--active):hover {
    border-color: #0085FF;
}

.product-section .white-box .rc-container.rc_container .rc-radio {
    transition: .2s ease-in-out;
}

button.shopify-payment-button__more-options.shopify-payment-button__button--hidden + .payment-options {
    display: none!important;
}

button.product-form__submit.button.button--full-width.button--primary, button.product-form__submit.button.button--full-width.button--primary span {
    font-size: 16px!important;
    font-family: 'Heebo'!important;
}