<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 8:28 Unexpected "--&gt;"
Line 64:26 Unexpected "--&gt;"
Line 586:30 Unexpected "--&gt;"

**/
&lt;!-- Home and PDP css start --&gt;
.popupsubttl.checkout-container.lazyloaded {
    height: 140px;
}
.Footer__PaymentList {
    margin: 5px auto 0;
    display: flex;
    flex-flow: wrap;
    text-align: center;
  justify-content: center;
}
.Footer__PaymentList svg {
    width: 40px;
    height: 25px;
}
.HorizontalList__Item {
    display: inline-block;
    width: 72px;
  margin: 6px 8px;
}
.shipping-header {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F3F2;
    box-shadow: inset 0 -1px #f6f6f6;
    padding: 10px;
    position: relative;
}
.shipping-header {
    display: flex;
    justify-content: center;
      align-items: center;
    justify-content: center;
    background: #F2F3F2;
    box-shadow: inset 0 -1px #f6f6f6;
    padding: 10px;
    position: relative;
}
.Drawer__SVGCheck {
    position: initial;
    left: 20px;
    top: 18px;
    line-height: 14px;
    padding-right: 10px;
}
.cart_link_wrapper.standard-btn {
    position: relative;
    overflow: hidden;
}
.access .radio-btn:after {
	display: none !important;
}
.padding-btn {
	padding: 15px !important;
}
&lt;!-- Home and PDP css end --&gt;

&lt;!-- side cart drawer css start --&gt;

.close_btn a {
    color: #000;
    font-size: 15px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.proname a {
    color: #212121;
    font-family: Saira !important;
    font-size: 13px;
    line-height: 18px;
    display: block;
    margin-bottom: 5px;
}
.cart_product_wrapper.item-container::-webkit-scrollbar, .cartpopup.activepopup::-webkit-scrollbar {
  width: 2px;
}
.cart_product_wrapper.item-container::-webkit-scrollbar-thumb, .cartpopup.activepopup::-webkit-scrollbar-thumb {
   background: #a8a8a8; 
}
.cart_product_wrapper.item-container::-webkit-scrollbar-track, .cartpopup.activepopup::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
h5.variant_name {
    color: #212121;
    font-size: 12px;
    font-family: Saira !important;
}
.js-remove{
    color: #939393 !important;
    font-size: 12px;
}
body.product-detail-page .product__info-wrapper .relate-prods .left input {
    display: block !important;
}
.popupttl {
  width: 100% !important;
}
.proimg-cart img {
  width: 100%;
  height: auto;
}
.cart-btn {
/*   background-image: url(https://cdn.shopify.com/s/files/1/0557/2077/1641/files/btn-bg.jpg?v=1640343124) !important; */
}
.pop-header {
    display: flex;
    align-items: center;
    height: 50px;
    max-height: 60px;
    background: inherit;
    text-align: center;
    z-index: 1;
    justify-content: center;
    font-size: 19px;
    position: relative;
}
span.close-pop-cart.right-posabs {
    position: absolute;
    right: 5%;
    top: auto;
    bottom: auto;
  padding: 5px 10px;
  cursor:pointer; 
}
.proimg-wrap.col-15.col-miniphone-24 {
    width: 120px;
}
.prodetail.col-9.col-miniphone-24.price-amount {
    width: calc(100% - 120px);
  padding-left:25px;
}
.cart_product_wrapper .row {
    display: flex;
    max-width: 100%;
    width: 100%;
    margin: 0;
}
.counter.qtybtns.mb-3 {
    margin: 1em 0;
}
.cartpopup {
  background-color: white;
  position: fixed;
  top: 0;
  right: -100%;
  width: 505px;
  max-width:100%;
  z-index: 999;
  /*   -webkit-transition: all 0.5s ease-in-out;
       transition: all 0.5s ease-in-out; */
  /*   border-top-left-radius: 15px; */
  /*   border-bottom-left-radius: 15px; */
  height: 100vh;
  overflow: hidden;
  bottom: 0;
  /*   transform: translateX(100%); */
}
.cartpopup.activepopup {
/* 	transform: translateX(0); */
}
a.custom-btn.d-block.mb-0 {
    border-radius: 100px;
    background: #000000;
    text-align: center;
    padding: 15px 5px;
    width: 100%;
    display: block;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-family: Saira !important;
}
.close_.remove.remove_.js-remove {
    border-bottom: 1px solid #939393;
}
@media only screen and (max-width: 1000px) {
a.cart_dra {
    color: #000;
}
}
@media only screen and (max-width: 575px) {
  .cartpopup {
    width: 100%;
  }
  a.custom-btn.d-block.mb-0 {
    font-size: 14px;
}
  .HorizontalList__Item {
    width: calc(18.8% - 3px);
    margin: 6px 3px;
}
   .Footer__PaymentList svg {
    width: 100% !important;
}
.quantity .input-text.qty {
    height: 36px !important;
    font-size: 14px !important;
}
}

.cartpopup.activepopup {
  right: 0;
}

.cartpopup.activepopup+.overlay {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.82);
  z-index: 2;
}
svg.Icon.Icon--cart {
    height: 17px;
    width: 20px;
    margin-top: 0px;
    padding-right: 2px;
    vertical-align: middle;
    stroke-width: 2px;
}

.cartpopup .custom-btn,
.cartpopup button [type="submit"] {
  width: 100%;
  max-width: 100%;
}

.cartpopup .remove-popup i {
  color: #000000;
}

.cartpopup .proname {
  font-size: 20px;
}

@media only screen and (max-width: 1199px) {
  .cartpopup .proname {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .cartpopup .proname {
    font-size: 16px;
  }
}

.cartpopup .popupttl {
  color: #000000;
  padding: 10px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #ebebeb;
}

.cartpopup .cart_detail-popup .item {
  padding:  15px 30px;
  border-bottom: 1px solid #ebebeb;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

p.price_11 {
    display: flex;
    align-items: center;
}
p.price_11 span.compare_price, p.price_11 span.mr-cd-line-price {
    margin-right: 4px;
}
.cartpopup .cart_detail-popup .proimg-cart {
    padding: 12px 0;
    text-align: center;
}
.cartpopup .cart_detail-popup .proimg-cart img {
    width: 100%;
    height: auto;
    max-width: 95px;
    margin: 0 auto;
}

.price_11 {
    margin: auto 0;
    font-size: 16px;
}
.cartpopup .popupsubttl {
  padding: 35px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);      
}
.cartpopup.activepopup .item {
    width: 100%;
}
.qtybtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .qtybtns&gt;span {
    font-size: 0;
  }
  .price_111{
    display:block  !important;
    font-size: 15px;
    margin: 0;
  }
  .cartpopup .popupsubttl {
    padding: 25px 15px;
}
   .price_11{
    display:none  !important;
  }
  .price.pricepop{
    justify-content:space-between !important;
  }
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quantity input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.quantity .input-text.qty {
  height: 38px;
  padding: 0 0px;
  text-align: center;
  border: 0;
  -moz-appearance: textfield;
  color: #212121;
  font-size: 16px;
  width: 100%;
  background-color: transparent;
}

.quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  width: 100px;
  border: 2px solid #e8e7e8;
  border-radius: 0px;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
  width: 40px;
  height: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #838383;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  background-color: transparent;
  top: 0;
}

.quantity.buttons_added .minus {
  left: 0;
/*   border-right: 2px solid #e8e7e8; */
  z-index: 9;
}

.quantity.buttons_added .plus {
  right: 0;
/*   border-left: 2px solid #e8e7e8; */
}

.d-flex {
  display: flex;
}

img {
  max-width: 100%;
}

.pl-3 {
  padding-left: 16px;
}

.justify-content-between {
  justify-content: space-between;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.text-center {
  text-align: center;
}
.cart_dra svg#Layer_1 {
    margin-top: 3px;
    width: 20px !important;
    height: 25px !important;
}
.header-items__item&gt;a{
  position:relative;
}
span.numitems {
    font-size: 14px;
    position: absolute;
    top: 0px;
    font-family: Saira !important;
    right: 2px;
}
span.cart-link-icon {
    cursor: pointer;
}
.close_btn.remove-from-cart {
    cursor: pointer;
}

.cart-total-grid .cart-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 5px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-total-grid .cart-grid.total_weight &gt; div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
body.nav-outside-expanded-mode {
    overflow: hidden;
}
/* .overlay.active {
    z-index: 999;
    background: rgba(0,0,0,0.7);
} */
body.nav-outside-expanded-mode, body.nav-outside-expanded-mode header#pageheader__contents {
    z-index: -1;
    position: relative;
}
.cartpopup .popupsubttl {
    padding: 15px 30px;
    border-top: 1px solid #ddd;
}

.cartpopup {
    border: 1px solid #ddd;
}

.payment-methods__productpage {
    display: flex !important;
    justify-content: space-around !important;
    gap: 10px !important;
    padding-top: 10px !important;
}
.quantity button.plus, .quantity button.minus {
    display: none;
}
p.price_11 span.compare_price, p.price_11 span.mr-cd-line-price, .total-cart-compare-price, p.price_111 span.mr-cd-line-price, span.mr-cd-line-price, span.mr-cd-total-price {
    margin-right: 8px;
}
/* 04-04-23 */
.cart_product_wrapper.item-container {
  overflow-y: scroll !important;
  position: relative;
  z-index: 999;
  padding-bottom: 80px;
}

@media only screen and (min-width: 1025px) {
  .cart_product_wrapper.item-container {
    height: calc(100% - 360px) !important;
  }
  .cart_product_wrapper.item-container {
    padding-bottom: 40px;
  }
}
  
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart_product_wrapper.item-container {
	height: calc(100vh - 360px) !important;
  }
}

@media only screen and (max-width: 767px) {
  .cart_product_wrapper.item-container {
    height: calc(100% - 360px) !important;
  }
  .shipping_note_cart {
      font-size: 17px;
  }
  .proimg-wrap.col-15.col-miniphone-24 {
    width: 75px;
  }
  .prodetail.col-9.col-miniphone-24.price-amount {
    width: calc(100% - 75px);
    padding-left: 25px;
  }
  .cartpopup .cart_detail-popup .item {
    padding: 15px 15px;
  }
  p.price_11 span.compare_price, p.price_11 span.mr-cd-line-price, .total-cart-compare-price, p.price_111 span.mr-cd-line-price, span.mr-cd-line-price, span.mr-cd-total-price {
    margin-right: 4px;
  }
}

@media (max-width: 650px) {
  .cart-total-grid .cart-grid {
    font-size: 16px;
  }
  .shipping_note_cart span {
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .shipping-header .cart_text {
    font-size: 12px;
  }
  .shipping_note_cart span {
    font-size: 11px;
  }
}
.cSHodP.mr-product-item__actions--horizontal &gt; :not(.mr-actions--absolute-width) {
    min-width: max-content !important;
    flex: 1 1 auto;
}
.cartpopup .pricepop {
    color: #212121 !important;
    font-size: 12px;
}
select.MSelect__MSelectCon-sc-1lne5lj-2.cdrTLp.mr-input-select {
    text-align: center !important;
}
&lt;!-- side cart drawer css end --&gt;</pre></body></html>