.wb-header-cart { position:relative; display:flex; align-items:center; }
.wb-header-cart__panel { position:absolute; top:100%; right:-6px; z-index:30; width:430px; max-width:calc(100vw - 28px); padding-top:14px; }
.wb-header-cart__panel[hidden] { display:none!important; }
.wb-header-cart__content { padding:24px; border:1px solid #ecddda; border-radius:18px; background:#fffdfb; color:#533441; box-shadow:0 16px 48px #54304425; text-align:left; }
.wb-header-cart__heading { display:flex; align-items:center; justify-content:space-between; gap:12px; padding-bottom:17px; border-bottom:1px solid #eee2dd; }
.wb-header-cart__heading > span { font:600 29px/1.1 'Cormorant Garamond',serif; }
.wb-header-cart__heading small { color:#947e87; font-size:12px; }
.wb-header-cart__items { max-height:min(360px,50vh); overflow-y:auto; }
.wb-header-cart__item { display:flex; align-items:center; gap:14px; padding:15px 0; border-bottom:1px solid #f0e7e2; }
.wb-header-cart__image { flex:none; width:54px; }
.wb-header-cart__image img { display:block; width:54px; height:70px; border-radius:7px; object-fit:cover; }
.wb-header-cart__item-info { min-width:0; flex:1; }
.wb-header-cart__item b { display:block; font-size:13px; line-height:1.5; font-weight:600; color:#643c4c; }
.wb-header-cart__item small { display:block; font-size:11px; line-height:1.5; color:#8f7781; margin:2px 0; }
.wb-header-cart__item em { display:block; margin-top:5px; font-size:12px; font-style:normal; color:#7b2638; }
.wb-header-cart__total { display:flex; align-items:center; justify-content:space-between; gap:12px; margin:18px 0; font-size:12px; }
.wb-header-cart__total strong { color:var(--wb-accent,#7b2638); font-size:17px; }
.wb-header-cart__more { margin:12px 0 0; font-size:12px; color:#8b717a; }
.wb-header-cart__button { width:100%; min-height:46px; padding:12px 16px; font-size:13px; justify-content:space-between; }
.wb-header-cart__empty { text-align:center; padding:25px 0; }
.wb-header-cart__empty svg { width:42px; height:42px; fill:none; stroke:#bc909a; stroke-width:1.4; }
.wb-header-cart__empty p { margin:14px 0 5px; font-size:14px; color:#6b4553; }
.wb-header-cart__empty small { display:block; font-size:11px; color:#927f83; line-height:1.6; }
.wb-mini-quantity { display:grid; flex:none; grid-template-columns:28px 34px 28px; align-items:center; border:1px solid #e5ccd3; background:#fff; border-radius:8px; overflow:hidden; }
.wb-mini-quantity button { display:grid; place-items:center; border:0; border-radius:0; width:28px; height:34px; padding:0; background:#f9eeee; color:#7b2638; cursor:pointer; }
.wb-mini-quantity button svg { width:17px; height:17px; stroke:currentColor; stroke-width:1.5; stroke-linecap:round; fill:none; }
.wb-mini-quantity input { min-width:0; width:34px; height:34px; padding:3px 0; border:0; border-radius:0; background:#fff; color:#623a4c; font:500 12px/1.4 'Manrope',Arial,sans-serif; text-align:center; }
.wb-mini-quantity :disabled { opacity:.4; cursor:default; }
.wb-mini-quantity :focus-visible { outline:2px solid #b78391; outline-offset:-2px; }
.wb-header-cart__status { margin:8px 0 12px; font-size:12px; line-height:1.5; color:#9b3b52; }
.wb-header-cart__status:empty { display:none; }
@media(max-width:400px) { .wb-header-cart__item { flex-wrap:wrap; gap:10px; }.wb-mini-quantity { margin-left:64px; margin-top:-2px; }.wb-header-cart__item-info { flex-basis:calc(100% - 64px); }.wb-mini-quantity button { width:34px; height:38px; }.wb-mini-quantity { grid-template-columns:34px 38px 34px; }.wb-mini-quantity input { width:38px; height:38px; } }
@media(max-width:600px) { .wb-header-cart__panel { position:fixed; top:calc(var(--wb-header-visible-height,150px) + 8px); left:14px; right:14px; width:auto; max-width:none; padding-top:0; }.wb-header-cart__content { padding:18px; max-height:calc(100dvh - var(--wb-header-visible-height,150px) - 24px); overflow-y:auto; } }
