/** Shopify CDN: Minification failed

Line 79:12 Expected ":"

**/

.CustomerContentDrawer--green {
    align-items: center;
    background: rgba(0,225,0,.05);
    box-shadow: inset 0 -1px #f6f6f6;
    color: #007600;
    display: flex;
    justify-content: center;
    padding: 8px 24px 8px;
    gap: 8px;
}



.CustomerContentDrawer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #282828;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    height: 35px;
}
footer.mini-cart__drawer-footer.drawer__footer button.checkout-button span.checkout-button__lock {
    display: none;
}

footer.mini-cart__drawer-footer.drawer__footer button.checkout-button {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}
span.DrawerShippingAnnoucement {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

span.DrawerShippingAnnoucement p.DrawerShippingAnnoucement--head {
    margin: 0;
  
}
span.DrawerShippingAnnoucement p {
    font-size: 14px;
}
span.DrawerShippingAnnoucement p.DrawerShippingAnnoucement--Content {
    margin: 0;
    font-weight: 900;
}

.mini-cart__actions {
    display: none;
}
.footer__item-inner {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

@media(max-width: 767px){
    .product__media-item {
        padding: 0;
    }
    .product:not(.product--featured) {
        margin-top: 0;
    }

.shopify-section--image-with-text image-with-text {
    padding-right: 0;
    padding-left: 0;
    padding-;
}

.shopify-section--image-with-text image-with-text .container {
    padding: 0;
}

.shopify-section--image-with-text image-with-text .container .image-with-text__content-wrapper {
    padding-inline: 24px;
}

}
