diff --git a/assets/component-cart-drawer.css b/assets/component-cart-drawer.css index 36ee30b..186b0dc 100644 --- a/assets/component-cart-drawer.css +++ b/assets/component-cart-drawer.css @@ -206,6 +206,10 @@ cart-drawer-items { margin-bottom: 0; } +.cart-drawer .cart-item img { + border-radius: 4px; +} + .cart-drawer .cart-item:last-child { margin-bottom: 1rem; } @@ -357,9 +361,17 @@ cart-drawer-items { } .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(2), - .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(2) ~ li, + .drawer__footer + #dynamic-checkout-cart + ul + > li:first-child:nth-last-child(2) + ~ li, .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(4), - .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(4) ~ li { + .drawer__footer + #dynamic-checkout-cart + ul + > li:first-child:nth-last-child(4) + ~ li { flex-basis: calc(50% - 0.5rem) !important; } }