/** Shopify CDN: Minification failed

Line 166:0 Unexpected "}"

**/
.my-cart {
    font-family: acumin;
    max-width: 450px;
    padding-left: 0;
    padding-right: 0;
    box-shadow: unset;
    border-left: 1px solid #000;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    box-shadow: 0 2px 8px #0000001a;
    transition: transform .35s cubic-bezier(.4,0,.2,1);
    will-change: transform;
    z-index: 99999;
    transform: translateX(100%);

}

.my-cart-open{
  transform:translateX(-0%);
}

.ajax-cart-header{
    text-align: left;
    border-bottom: 1px solid #000;
    font-family: var(font-family-heading);
    padding: 30px;
    font-size: 20px;
    position: relative;
}

.ajax-cart-close{
  position: absolute;
    right: 24px;
    top: 36px;
    font-size: 14px;
    font-family: 'acumin';
    font-weight: 800;
    letter-spacing: 1px;
}

.ajax-cart-footer{
  padding: 20px 30px 40px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #faf5ed;
}
.ajax-cart-button {
    background-color: #000;
    font-size: 14px;
    height: 55px;
    border: #000;
    font-family: acumin;
    text-align: center;
    color: #fff;
    font-weight: 400;
    width: 100%;
    letter-spacing: 1px;
}

.ajax-cart-subtotal-heading{
  font-weight: 600;
  font-size: 15px;
  color: #052422;
  text-transform: uppercase;
  Font-family: 'acumin';
  text-align: left;
}

.ajax-cart-subtotal-value{
  font-family: 400;
  font-size: 15px;
  color: #052422;
  text-transform: uppercase;
  Font-family: 'acumin';
  text-align: right;
}
.ajax-cart-item{
  display: flex;
    flex-shrink: 0;
    padding-top: 26px;
    padding-bottom: 27px;
  position: relative;
  column-gap: 20px;
  padding: 26px 30px;
}

.ajax-cart-title{
  text-transform: uppercase;
    font-family: acumin;
    margin-bottom: 0;
  font-size: 14px;
  margin-top: 10px;
}

.ajax-cart-price{
    font-family: acumin;
    margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 4px;
}


.ajax-cart-item-text {
    display: flex;
    position: relative;
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
}

.ajax-qty-wrapper {
    display: flex;
    flex-direction: row;
    padding: 4px 8px;
    border: 1px solid #000;
    column-gap: 6px;
    Align-items: center;
    justify-content: space-around;
     max-width: 69px;
    font-size: 13px;
    font-family: 'acumin';
    margin-top: 10px;
}

img.ajax-cart-img {
    width: 110px;
    height: 110px;
    object-fit: cover;
}

a.ajax-cart-remove {
    position: absolute;
    top: 0px;
    right: 0px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.cart-mini-item-vendor{
  font-family: 'acumin' !important;
}
}