/** Shopify CDN: Minification failed

Line 228:0 Unexpected "}"

**/
/* Minicart
================================================== */
#minicart-wrapper{
	position: fixed;
    flex-direction: column;
	z-index: 108;
	flex-direction: column;
	overflow-x: hidden;
	overflow-y: scroll;
	overscroll-behavior-y: contain;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width: none;
    /* top: 70px; */
    right: 0;
    /* backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); */
    width: 349px;
    z-index: 1;
    max-height: calc(100dvh - 112px);
    justify-content: space-between;
    /* padding: 12px 13px 9px; */
    opacity: 0;
    box-sizing: border-box;
    display: none;
      top: 80px;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      padding: 12px 13px 20px;
}
   
body.minicart-open #minicart-wrapper{
    opacity: 1;
     display: flex;
      /* background-color: #fbfbfb; */
      background-color: #fbfbfbd1;
      z-index: 1111;
      border-radius: 6px 0 0 6px;
}



body.minicart-open .minicart-item {
    /* border-bottom: 1px dotted #fff; */
      grid-template-columns: 70px 1fr;
  }

  body.minicart-open .minicart-item .minicart-item--thumbnail img {
    width: 100%;
    height: unset;
    max-height: unset;
  }

  body.minicart-open .minicart-item .minicart-item--title, 
  body.minicart-open .minicart-item .minicart-item--variants {
    font-size: unset;
  }

  body.minicart-open .minicart-item .minicart-item--price {
    font-size: unset;
    font-weight: 300;
  }

#minicart-wrapper.transition,
#minicart-wrapper.transition + #minicart-overlay{
	cursor: wait;
}
#minicart-wrapper.transition *{
	pointer-events: none !important;
}
#minicart-subttoal--text, #recently-viewed-cart, #gift-note-title, #CartNote {
  display: none;
}
@media (max-width: 959px){
	#minicart-wrapper{
		width: 100vw;
	}
 

}

/* Overlay */
#minicart-overlay{
  display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #F2F2F1CC;
	opacity: 0.8;
	transition: opacity var(--global-speed--x2) linear;
	cursor: pointer;
	z-index: 110;
}
body:not(.minicart-open) #minicart-overlay{
	opacity: 0;
	pointer-events: none;
}

/*Global*/
#minicart-wrapper[data-count="0"] #minicart,
#minicart-wrapper:not([data-count="0"]) #minicart-empty{
	display: none !important;
}

/* Header */
#minicart-heading {
  z-index: 20;
  	display: none;
}
#minicart-header{
}
#minicart-heading .cart-count:empty,
#minicart-wrapper[data-count="0"] #minicart-heading .cart-count{
	display: none;
}
#minicart-heading .cart-count:not(:empty)::before{
	content: '(';
}
#minicart-heading .cart-count:not(:empty)::after{
	content: ')';
}
#minicart-close{
  width: 100%;
  text-align: right;
  cursor: pointer;
  padding-bottom: 10px;
    font-size: 85%;
}
#minicart-close:hover{
	text-decoration: underline;
}
.desktop #minicart-close:hover{
	color: var(--color-txt--highlight);
}

/* Minicart */
#minicart{
	display: grid;
	grid-auto-rows: 1fr min-content;
    flex: 1;
}


/* Items */
#minicart-items{
	display: block;
    justify-content: center;
    text-align: center;
    padding-bottom: 5px;
}
.minicart-item--infos {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
    justify-content: flex-start;
}

/* Item */
.minicart-item{
    display: grid;
    grid-template-columns: 70px 1fr;
    column-gap: 10px;
    padding-bottom: 12px;
    position: relative;
    border-bottom: 1px dotted #db0020;
    margin-bottom: 12px;
      grid-template-columns: 15vw 1fr;
}
.minicart-item--thumbnail {
  box-sizing: border-box;
  height: 100%;
  text-align: center;
  line-height: 0;
  width: 100%;
}
.minicart-item--price {
    position: absolute;
    top: 0;
    right: 0;
      font-size: .9rem;
      font-weight: 600;
}
.minicart-item--price,
#minicart-subtotal--price {
  font-family: 'Blur';
}
.minicart-item--title {
  width: 70%;
}
.minicart-item--variants {
  display: flex;
  gap: 8px;
    align-items: center;
}
/* .minicart-item--title, .minicart-item--variants {
  text-decoration: underline;
} */
.minicart-item--title, .minicart-item--variants {
  text-align: left;
    margin-bottom: 1rem;
    font-size: 1rem;
}
span.minicart-item--variants-term {
    padding-bottom: 2px;
}

.minicart-item--thumbnail img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  object-position: center;
    width: 14vw;
    /* height: 92%; */
    /* height: 15vh; */
    height: 100%;
    max-height: 180px;
    max-width: 135px;
}
}

/* Info */
.minicart-item--title{
  max-width: calc(100% - 60px);
  text-decoration: underline;
}

/* Empty */
#minicart-empty{
	padding: 16px;
}

/* Image */
.minicart-item--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    box-sizing: border-box;
}

/* Qty */
.minicart-item--qty-selector{
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: grid;
	grid-template-columns: 1fr 3ch 1fr;
	grid-auto-rows: min-content;
	align-items: baseline;
	text-align: center;
	-webkit-user-select: none;
		-moz-user-select: none;
		 -ms-user-select: none;
			  user-select: none;
}

.minicart-item--qty{
	display: flex;
    gap: 5px;
}

/* Buttons */
.minicart-item--btn{
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-user-select: none;
		-moz-user-select: none;
		 -ms-user-select: none;
			  user-select: none;
	cursor: pointer;
}
.minicart-item--btn.disabled{
	color: var(--color-txt--disabled);
	pointer-events: none;
}
/* .minicart-item--btn.error{
	color: var(--color-txt--error);
} */
.desktop .minicart-item--btn:hover{
	color: var(--color-txt--highlight);
}
.minicart-item--btn.remove{
    position: absolute;
    bottom: 15px;
    right: 0;
}
#minicart-footer {
  display: flex;
  flex-direction: column;
}
#CartNote, #CartFrom, #CartName {
  background: transparent;
}

.cart-attribute__field input {
  background: transparent;
  border: 1px solid #db0020;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.text-gift-container {
  padding-bottom: 15px;
}
.cart-attribute__field {
  padding-bottom: 15px;
}
.cart-attribute__field input[type="checkbox"]:checked {
  background: #fff;
}
input::placeholder, textarea::placeholder {
  opacity:0.7;
  width: 100%;
  font-size: 12px;
}
#CartFrom, #CartName {
  height: 20px;
}
#CartFrom, #CartName, 
textarea {
    border: 1px solid #fff;
    width: 160px;
    overflow: auto;
    outline: none;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    padding: 5px;
    resize: none; /*remove the resize handle on the bottom right*/
}

.text-gift-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 6px;
}
select, input {
  -webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
}
.cart-attribute__field {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/*Totals*/
#minicart-subttoal--label {
  text-transform: uppercase;
  font-family: 'Blur';
  font-size: 13px;
}
#minicart-subtotal{
	display: flex;
    gap: 6px;
    justify-content: space-between;
}
#minicart-checkout {
  display: none!important;
  border-radius: 0;
  font-weight: 400;
}
#minicart-checkout, #minicart-checkout-cart{
    margin-top: 12px;
   font-family: 'Blur';
    font-size: 13px;
    background: transparent;
	cursor: pointer;
    text-transform: uppercase;
    display: block;
    height: fit-content;
    align-self: end;
    width: 100%;
    text-align: center;
    color: #db0020;
    border-top: .3px solid #db0020;
    border-bottom: .3px solid #db0020;
    padding: 8px 0;
}

#minicart-checkout:hover, #minicart-checkout-cart:hover {
    color: #ffffff;
    background-color: #db0020;
    transition: all .3s ease;
  }
