/**
 * Mini cart drawer — main stylesheet.
 * Theme vars: --yellow (#E7E2D6), --black (#121212). Fonts and button styles inherited from site.
 *
 * Organised as partials in components/; this file imports them in dependency order.
 * To override any rule: target the same selector from your theme/child-theme stylesheet.
 */

/* 1. Drawer wrapper, panel animation, header, footer, free-shipping strip */
@import url('components/_drawer-shell.css');

/* 2. Cart items: scroll area, mini_cart_item rows, remove button, thumbnail */
@import url('components/_cart-items.css');

/* 3. Recommendations slider: section layout, arrows, scrollbar */
@import url('components/_slider.css');

/* 4. Horizontal product card: outer layout, media, content, heading, price */
@import url('components/_card.css');

/* 5. Variation form, swatches, size buttons, buy row, qty, error, gallery, preloader */
@import url('components/_card-form.css');
