/** Shopify CDN: Minification failed

Line 64:0 Unexpected "{"
Line 64:1 Expected identifier but found "%"
Line 64:63 Unexpected "{"
Line 64:64 Expected identifier but found "%"

**/

#CartDrawer .drawer__scrollable .cart__items, .product_suggestion {padding-left: 40px;padding-right: 40px;}
#CartDrawer .product_suggestion-slider {padding-top: 30px;padding-bottom: 30px;}
#CartDrawer .suggest-product {display: grid;grid-gap: 20px;grid-template-columns: 90px 1fr;margin-bottom: 0px;}
#CartDrawer .suggest-product img {border: 1px solid #F2E9E9; /*background: #f5f5f0;*/padding: 5px;/*height: 90px;*/object-fit: contain; aspect-ratio: 1;}
#CartDrawer .suggest-product--details .suggest-product--name .cart__product-name {font-size: 20px;margin-bottom: 0px;line-height: 25px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
#CartDrawer .suggest-product--details .suggest-product--name {display: grid;}
#CartDrawer .related_product-heading {background: #d9d9d9;text-align: center;text-transform: uppercase;padding: 12px 40px;}
#CartDrawer .related_product-heading p {margin: 0px;font-size: 15px;letter-spacing: 0.15rem;}
#CartDrawer .product_suggestion-slider .flickity-page-dots .dot {background: #000;opacity: 0.2;}
#CartDrawer .product_suggestion-slider .flickity-page-dots .dot.is-selected {opacity: 0.8;}
#CartDrawer .product_suggestion-slider .flickity-page-dots {bottom: 0px;left: 0px;right: 0px;}
#CartDrawer .product_suggestion-slider .suggest-product {width: 90%;margin-right: 0;}
#CartDrawer .product_suggestion-slider.flickity-enabled .suggest-product {width: 80%;margin-right: 0;}

#CartDrawer .product_suggestion-slider .suggest-product .product-grid-item__form-wrapper {margin-top: 10px;}
#CartDrawer .product_suggestion-slider .suggest-product--price {display: flex;align-items: center;gap: 8px;}
#CartDrawer .product_suggestion-slider .suggest-product .product-grid-item__form-wrapper .btn.add-to-cart {
    width: auto;
    font-size: 14px;
    height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 30px;
    background: #000 !important; 
    min-width: 125px;
}

#CartDrawer .product_suggestion {
    padding-bottom: 15px;
    padding-right: 0px;
}
#CartDrawer .product_suggestion-slider .suggest-product {
    margin-right: 5px;
    background: #f2f2f2;
    padding: 10px;
    margin-left: 5px;
    border-radius: 8px;
}
#CartDrawer .related_product_suggestion .btn--loading:after {
    border: 2px solid;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
    width: 18px;
}

@media (max-width: 767px) {
    #CartDrawer .suggest-product img {
    aspect-ratio: 0;
            height: 80px;
            width: 80px;
}
#CartDrawer .suggest-product {grid-template-columns: 80px 1fr;}
#CartDrawer .related_product-heading {padding: 12px 30px;}
{% comment %} #CartDrawer .suggest-product img {height: 60px;} {% endcomment %}
#CartDrawer .product_suggestion-slider .suggest-product .product-grid-item__form-wrapper .btn.add-to-cart {line-height: 1;}
#CartDrawer .suggest-product--details .suggest-product--name .cart__product-name {
    font-size: 16px;
    line-height: normal;
}
#CartDrawer .product_suggestion-slider .suggest-product {
    width: 95%;
}
}
