<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 547:26 Unexpected "/"

**/
/*! * * @bornfight/gocart v1.0.9 * * * Copyright (c) Bornfight (https://www.bornfight.com/) * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * */
.go-cart__modal{
  position:fixed;
  left:50%;
  top:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  z-index:50;
  display:flex;
  align-items:center;
  width:100%;
  max-width:420px;
  height:220px;
  background-color:#fff;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  opacity:0;
  visibility:hidden;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}
.go-cart__modal.is-open{
  opacity:1;
  visibility:visible
}
.go-cart__overlay{
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:30;
  background: rgba(255,255,255,0.5);
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  opacity:0;
  visibility:hidden;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden}

span.cart-title {color: #000;
    font-size: 26px;
    line-height: 24.96px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Roboto Condensed,sans-serif;
    -webkit-text-stroke: 0.5px;
    letter-spacing: -0.01em;}

.go-cart__overlay.is-open{
  opacity:1;
  visibility:visible
}
.go-cart__drawer{
  position:fixed;
  top:0;
  right:-720px;
  z-index:10000;
  width:100%;
  max-width:720px;
  height:100vh;
  background-color:#fff;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}
.go-cart__drawer.is-open{
  -webkit-transform:translateX(-720px);
  transform:translateX(-720px)
}
.go-cart__drawer--left{
  right:auto;
  left:-720px
}
.go-cart__drawer--left.is-open{
  -webkit-transform:translateX(720px);
  transform:translateX(720px)
}
.go-cart__mini-cart{
  position:absolute;
  top:100%;
  left:0;
  z-index:40;
  width:480px;
  height:480px;
  background-color:#fff;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  opacity:0;
  visibility:hidden;
  cursor:auto;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}
.go-cart__mini-cart.is-open{
  opacity:1;
  visibility:visible
}
.go-cart__empty{display:none;
  text-align:center;
  padding:40px 0
}
.go-cart__trigger{
  position:relative;
  cursor:pointer
}
.go-cart__button{
  font-weight: bold;
}
.go-cart-modal{
  position:relative;
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column
}
.go-cart-modal__close{
  position:absolute;
  z-index:10;
  right:20px;
  top:20px;
  line-height:0;
  cursor:pointer
}
.go-cart-modal__content{
  width:100%;
  padding:20px;
  text-align:center
}
.go-cart-modal__buttons{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 20px 20px
}
.go-cart-drawer{
/*   padding:48px; */
  overflow-y: scroll;
  position:relative;
  height:100%
}
.go-cart-drawer__header {width: 100%;
    height: auto;
    display: flex;
    align-items: self-start;
    padding: 0 0 24px 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  	margin-bottom: 12px;
    justify-content: space-between;}

.go-cart-drawer__close{cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    letter-spacing: 0.01em;
    font-size: 10px;
    font-family: Roboto Mono,sans-serif;
    color: #000000;
    text-transform: uppercase;
    line-height: 14px;}

.go-cart-drawer__content {overflow: hidden;
    padding: 0 0 12px 0;
    border-bottom: 1px solid rgba(26, 26, 26, 0.20);}

.recomendation-heading {margin: 24px 0 16px 0;}

.recomendation-heading h2 {margin: 0;
  	-webkit-text-stroke: 0.4px;
    font-size: 14px;
	font-weight: 500;
	line-height:14px;}

.go-cart-drawer__subtotal{
  align-items:center;
  height:20px;
  padding:20px 30px 0 30px;
}
.go-cart-drawer__link-cart-page:hover{
  text-decoration: underline
}

.go-cart-drawer__footer,.go-cart-drawer__subtotal{
  display:flex;
  justify-content:space-between;
  width:100%;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out
}
.go-cart-drawer__footer{
  flex-direction:column;
  /* height:170px; */
  padding:0px 30px
}
.go-cart-drawer__footer .tax-note  {
  margin: 14px 0 14px 0;
}
.go-cart-mini-cart{
  position:relative
}
.go-cart-mini-cart__content{
  position:relative;
  height:330px;
  overflow:hidden;
  overflow-y:scroll;
  padding:0 30px
}
.go-cart-mini-cart__subtotal{
  align-items:center;
  height:50px;
  padding:0 30px
}
.go-cart-mini-cart__footer,.go-cart-mini-cart__subtotal{
  display:flex;
  justify-content:space-between;
  width:100%;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out
}
.go-cart-mini-cart__footer{
  height:100px;
  text-align:center;
  padding:20px 30px
}
.go-cart-item__single{position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 12px 0;
    display: flex;}

.go-cart-item__info-wrapper {position: relative;
    display: flex;
    width: auto;
  	margin-right: 14px;
    order: 0;}

.go-cart-item__info {max-width: inherit;
    line-height: normal;
    padding: 0 0 0 24px;
    display: flex;}

.go-cart-item__image {width: 48px;
    height: 48px;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;}

.go-cart-item__title {text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.02em;
    font-family: Roboto Condensed,sans-serif;
    -webkit-text-stroke: 0.3px;
    margin-bottom: 8px;
    white-space: nowrap;
    border: none;}

.go-cart-item__title br {display: none;}

.go-cart-item__info .go-cart-item__link:hover {text-transform: none;}

.go-cart-item__variant{
  position:relative;
  letter-spacing: -0.02em;
  font-size: 10px;
  font-family: Roboto Mono,sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 16.68px;
}
.go-cart-item__link{margin-right: 100px;
  width: 150px;
  text-decoration: none;
  color: rgb(var(--color-foreground));
}
.go-cart-item__link:hover{
  text-decoration: underline;
  text-decoration-color: rgb(var(--color-foreground));
}
.go-cart-item__quantity {margin: 0;
    display: inline-flex;
  align-items:center;
	display:none;}

.go-cart-item__quantity svg{
  height: 10px;
  width: 10px;
  color: rgb(var(--color-foreground));
}


.go-cart-item__quantity-wrapper{
   border-radius: 25px;
   border: 1px solid rgba(26,26,26,.2);
  display:flex;
}
.go-cart-item__quantity-label{
  margin-right:5px
}
.go-cart-item__quantity-number{
  width:36px;
  height:30px;
  margin:0;
  text-align:center;
  font-size:1.25rem;
  color: rgb(var(--color-foreground));
  border:none;
  outline:none;
  -moz-appearance:textfield}

input.go-cart-item__quantity-number:disabled{
  background-color: inherit;
}
.go-cart-item__quantity-number::-webkit-inner-spin-button,.go-cart-item__quantity-number::-webkit-outer-spin-button{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  margin:0;
  display:none
}
.go-cart-item__quantity-button{
  width:32px;
  height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1rem;
  padding:0 5px;
  margin:0;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}
button.go-cart-item__quantity-button{
  border: none;
  background-color: transparent;
}
.go-cart-item__price{position: absolute;
    right: 0;
    display: inline-flex;
    order: 2;
    top: 22px;
    bottom: auto;
    margin: auto;
    height: 14px;
    letter-spacing: -0.02em;
    color: #000000;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    -webkit-text-stroke: 0.3px;
    font-weight: 500;
    line-height: 14px;}

.go-cart-item__remove{
  position:absolute;
  right:0;
  top:23px;
  cursor:pointer
}
button.go-cart-item__remove{border: none;
    background: none;
    padding: 0;
    position: relative;
    line-height: normal;
    left: 0;
    top: 1px;
    right: 0;
    margin: 0 0 0 14px;}

button.go-cart-item__remove svg {height: 16px;
    width: 16px;
    background-color: transparent;}

.go-cart-modal-item{
  position:relative;
  display:flex
}
.go-cart-modal-item__info{
  max-width:250px;
  padding:10px 10px 10px 30px;
  line-height:1.18
}
.go-cart-modal-item__image{
  width:90px;
  height:110px;
  background-size:cover;
  background-position:50%;
  background-repeat:no-repeat
}
.is-invisible{
  opacity:0;
  visibility:hidden
}
.overflowy {
  overflow-y: hidden;
}
.overflowx {
  overflow-x: hidden;
}
.go-cart-item__image {
    display: block !important;
}

select.quantity_custom_select {
    padding: 15px 26px 15px 14px;
    border: 1px solid #999999;
    font-size: 12px;
    color: #1a1a1a;
    line-height: 16px;
    outline: none;
    box-shadow: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  	cursor: pointer;
    background: transparent;
    width: auto;
    min-width: inherit;
	overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    background: url(dropdown.png) no-repeat;
	background-position: center right 14px;
	font-family: "Roboto Mono", sans-serif;
	line-height: normal;}

select.quantity_custom_select option {font-family: "Roboto Mono", sans-serif;
	color: #1a1a1a;
  	border-radius: 0;
	font-size: 12px;
	line-height: 16px;}

.cart-ad-product .price {width: 100%;
	display: flex;}

.cart-ad-product .price .price__container {width: 100%;
	display: flex;}

.cart-ad-product .price--on-sale .price__sale {flex-direction: unset;
    display: flex;
    width: 100%;
    justify-content: space-between;}

.cart-ad-product .price--on-sale span {line-height: normal;
    font-size: 10px;
    letter-spacing: -0.02em;
	font-weight: 700;
	color: #1a1a1a;}

.cart-ad-product .price--on-sale s {font-weight: 500;
	color: #999;}

.cart-ad-product .price--on-sale .price-item--regular {padding-bottom: 0;}

.cart_bundle_collection .product-price {width: 100%;}

.cart_bundle_collection .price__container {width: 100%;
    display: flex;
    justify-content: space-between;}

.cart_bundle_collection .price--on-sale .price__sale {width: 100%;
    display: flex;
    gap: 10px;}

.cart_bundle_collection .price--on-sale .price__sale span {color: #1a1a1a;}

.cart_bundle_collection .price--on-sale .price__sale s {color: #747474;
	font-weight: 500;}


.cart_bundle_collection .price--on-sale .price__sal .price-item--regular {color: #999;}

.price__sale, .price__availability, .price .price__badge-sale, .price .price__badge-sold-out, .price--on-sale .price__regular, .price--on-sale .price__availability {display: none;}

.go-cart-drawer .compare_price {position: absolute;
    display: inline-flex;
    order: 2;
    top: auto;
    bottom: 20px;
    right: 0;
    margin: 0;
    height: 14px;
    letter-spacing: -0.02em;
    color: #747474;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 14px;
    text-decoration: line-through;}

 .drawer-main {padding-bottom: 175px;}
  
  .main-drawer-empty {padding-bottom: 0;}

.cart-best-product .price--on-sale .price__sale {letter-spacing: -.02em;
    font-family: Roboto Mono,sans-serif;
    font-weight: 700;
    font-size: 10px;
    gap: 10px;}

.go-cart-drawer__content .quantity_select {display:flex;}
.freeitem,.freeitem2{overflow: hidden;}
@media screen and (min-width: 750px) {
  .overflowy {
    overflow-y: auto;
  }
  
  .cart-best-product .price--on-sale .price__sale {display: flex;
    width: 100%;
    justify-content: space-between;}
  
  .cart-best-product .product-price {width: 100%;}
  
  .cart-best-product .price--on-sale {display: flex;}
  
  .cart-best-product .price--on-sale .price-item--regular {padding-bottom: 0;}
  
  .go-cart__drawer .price__regular {font-weight: 700;
  	color: #1a1a1a;}
  
  .go-cart-item__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;   
}
  .go-cart-item__variant{line-height:normal;}
  .go-cart-pad{padding:48px 48px 0 48px;}
.recomendation-outer{padding-left:48px;}
.cart_contact_wrap{padding:0 48px;}
.cart_bundle-product {margin-right: 16px;}
  
}

/***recommendation css***//
.recomendation-heading h1 {
    font-size: 17px;
}
.cart_best_selling .best_selling-heading h1{letter-spacing: -0.02em !important;}
.cart_bundle-heading h1{letter-spacing: -0.02em !important;}
.cart_contact a{color:#1a1a1a;}
@media screen and (max-width: 1024px) {

  .overflowy {overflow-y: hidden;}
  
}

@media screen and (max-width: 749px) {
.go-cart-pad{padding:0 16px;}
.recomendation-outer{padding-left:16px;}
  .overflowy, .overflowy main {overflow: hidden;}

/*   .go-cart-drawer {padding: 32px 16px 172px 16px;} */
   .go-cart-drawer {padding: 32px 0 172px 0;}
  
  .go-cart-drawer__header {padding-bottom: 16px;align-items: center;}
  
  span.cart-title, .drawer-count {font-size: 20px;
    line-height: 19.2px;}
    
  .cart-best-product, .cart-ad-product {margin-right: 16px;}
  
  .bundle-product-addToCart {min-width: inherit;
    width: 100%;}
  
  .cart_bundle_collection {margin-top:30px;
  	margin-right: 0;}
  
/*   .cart_bundle-heading {margin-top: 40px;} */
  .cart_bundle_collection{border-top:none;}
  .cart_bundle-heading{
margin-top: 40px;
border-top: 1px solid rgba(26,26,26,.2);
display: block;
width: calc(100% - 16px);
padding: 40px 0;}
  
  .cart_bundle-product {margin-right: 16px;}
  
  .go-cart-item__image {height: 48px;
    min-width: 48px;
  	width: 48px;}
    
  .go-cart-item__single {padding-bottom: 18px;}
  
  .quantity_select {position: absolute;
    left: 72px;
    bottom: 12px;}
  
  .go-cart-item__price {top: 12px;
    bottom: inherit;}
  
  .go-cart-drawer .compare_price {top: 30px;}   
  
  button.go-cart-item__remove {position: absolute;
    left: 138px;
    bottom: 20px;
    height: 15px;
    width: 15px;
    margin: 0;
    top: auto;}
  
  select.quantity_custom_select {line-height: 14px;
    border-radius: 0;
  	padding: 7px 26px 7px 14px;}
  
  .footer-cart-drawer {padding: 24px 16px 32px 16px;
    border-top: 1px solid rgba(26, 26, 26, 0.20);
    height: 143px;
    width: 100%;}
  
  p.shing-text {display:none;}
  
  .go-cart__drawer .go-cart-drawer__subtotal {display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;}
  
  .go-cart__drawer .js-go-cart-drawer-footer {justify-content: space-between;
    margin-top: 24px;
    gap: 8px;}
  
  .go-cart-drawer__footer a {margin: 0;
    width: 50%;
    text-align: center;}
  
  .go-cart-drawer__subtotal span {color: #000;
    font-size: 20px;
    line-height: 19.2px;}
  
  .recomendation-outer {padding-bottom: 0;}
  
  .drawer-bottom {flex-wrap: wrap;}
  
  .go-cart-item__title {margin-bottom: 0;}
  
  .go-cart-drawer__content {padding: 0;}
  
  .best_selling-heading h1, .cart_bundle-heading h1 {color: #000;}
  
  .go-cart-drawer .price--on-sale .price__sale {display: flex;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: inherit;}
  
  .go-cart-drawer .price--on-sale .price-item--regular {padding: 0;}
  
  .go-cart-item__info-wrapper {width: 100%;
  	margin-right: 0;}
  
  .go-cart-item__single {width: 100%;}
  
  .go-cart__drawer {right: -100%;
    max-width: 100%;}
  
  .go-cart__drawer.is-open {-webkit-transform: translateX(-100%);
    transform: translateX(-100%);}
  
  .cart_best_selling-main .slick-list {margin-right: -16px;}
  
  .cart-pro {width: auto;
  	height: inherit;}
  
  .cart-pro img {height: inherit;
  	max-width: 100%;}
  
  .go-cart-drawer .button--primary:hover span {color: #1a1a1a;}
  
  .go-cart-drawer .product-form__submit:before, .go-cart-drawer .product-form__submit:after {display:none;}

  .go-cart-drawer .bundle-product-addToCart:hover span {color: #fff;}
  .go-cart-drawer .bundle-product-addToCart.loading span {color: #1a1a1a;}
  
  .bundle-product-addToCart:active, .cart-ad-product .js-go-cart-add-to-cart:active, .btn:active {opacity: 0.5;}
 
  .go-cart-item__variant {display:none;}
  
  .recom_main {margin-right: 0;}

/*   .cart-ad-product {margin-right: 10px;} */
  .cart-ad-product {margin-right: 16px;}

  .cart-ad-product:last-child {margin-right: 0;}
  
  .go-cart__overlay.is-open {opacity:0;
  	visibility: hidden;}

/*   .cart_bundle-product.slick-slide {width: 167px;} */
  .cart_bundle-product.slick-slide {width: 136px;}

  .go-cart__drawer {height: 100%;
    top:0; 
    -webkit-backface-visibility: visible;
    backface-visibility: visible;          
    bottom: 0;}

  .go-cart__drawer {background: #fff;
      transition: all .1s ease-in-out;
      -o-transition: all .1s ease-in-out;
      -webkit-transition: all .1s ease-in-out;
      -ms-transition: all .1s ease-in-out;
      -moz-transition: all .1s ease-in-out;}
  
  .go-cart-drawer.main-drawer-empty {padding-bottom: 40px;}

  .go-cart-drawer {z-index: 99;}
  
  .go-cart__drawer:after {content: "";
      position: absolute;
      top: auto;
      bottom: -100px;
      left: 0;
      right: 0;
      height: 200px;
      background: #fff;
      z-index: -1;}

 .go-cart-drawer__content {padding-bottom:40px;}
.recomendation-heading{padding-top:24px;}
}

.cart-pro{position:relative;}
.holiday_txt{top:6px;position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-size: 8px;
line-height: 100%;
letter-spacing: -0.02em;
width: auto;
text-align: center;
padding: 5px;
border: 0.5px solid #1a1a1a;
color: #1a1a1a;}
.cart-ad-product .holiday_txt{width:68px!important;}.cart-best-product .holiday_txt{width:68px!important;}
.cart_bundle-product .price-item--last{padding: 0 7px!important;}
.cart_bundle-product .cart-save{display:none!important;}
.cart_bundle-product .cart-save{color:#9A0002!important;}
.bundle-p-reg{padding-bottom:0!important;}
.cart-pro-bundle{width:100%;position:relative;}
.cart_bundle-product .price-savewrap {
    display: flex;
    justify-content: flex-start!important;
    align-items: center;
    width: 100%!important;}
.price-saveinner{display:flex;}
.cart_bundle_collection .price--on-sale .price__sale span {display:flex;}
@media(min-width:760px){
.go-cart-item__title {white-space:pre-wrap!important;}
.go-cart-item__link{width:190px!important;}
}
/*50off 2nd*/
/* .go-cart-item__info{flex-direction:column;align-items: flex-start;}
.the2nditem{font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 140%;
text-align: right;
letter-spacing: -0.02em;
text-transform: uppercase;
color: #999999;}
@media(max-width:750px){
.the2nditem{margin-bottom:25px;}
.go-cart-item__info{margin-top:-5px;}
}
@media screen and (min-width: 750px){
.go-cart-item__title{margin-bottom:0;}
.go-cart-item__variant {
    margin: 5px 0;
}} */</pre></body></html>