/* ================================================================
   Matat Cart & Wishlist v1.4
   Font   : Heebo — max font-weight 500 throughout
   Colors : #99772f | #c7a987 | #000 | #fff
   Icons  : Inline SVG via CSS mask
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500&display=swap');

/* ── Variables ───────────────────────────────────────────────── */
:root {
    --mcw-gold:       #99772f;
    --mcw-gold-light: #c7a987;
    --mcw-black:      #000;
    --mcw-white:      #fff;
    --mcw-line:       #ebebeb;
    --mcw-muted:      #888;
    --mcw-font:       'Heebo', sans-serif;
    --mcw-ease:       0.2s ease;
    --mcw-panel-w:    400px;
    --mcw-pad:        22px;
}

/* ── Reset scope ─────────────────────────────────────────────── */
.matat-mini-cart-panel *,
.matat-wishlist-panel  *,
.matat-header-cart-trigger,
.matat-header-wishlist-trigger,
.matat-wish-heart {
    font-family: var(--mcw-font);
    font-weight: 400;
    letter-spacing: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

/* ── NUCLEAR: kill ALL theme button/a hover backgrounds inside panels ── */
.matat-mini-cart-panel button:hover,
.matat-mini-cart-panel button:focus,
.matat-mini-cart-panel button:active,
.matat-mini-cart-panel a:hover,
.matat-mini-cart-panel a:focus,
.matat-wishlist-panel button:hover,
.matat-wishlist-panel button:focus,
.matat-wishlist-panel button:active,
.matat-wishlist-panel a:hover,
.matat-wishlist-panel a:focus {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}
/* Re-allow only our explicit btn hover */
.matat-mini-cart-panel .matat-btn:hover,
.matat-wishlist-panel  .matat-btn:hover {
    background: var(--mcw-gold-light) !important;
    background-color: var(--mcw-gold-light) !important;
}
.matat-mini-cart-panel .matat-btn:active,
.matat-wishlist-panel  .matat-btn:active {
    background: var(--mcw-black) !important;
    background-color: var(--mcw-black) !important;
}

/* ── SVG mask icons ──────────────────────────────────────────── */
.matat-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
    vertical-align: middle;
    flex-shrink: 0;
}

/* Close — unicode char */
.matat-icon-close {
    background-color: transparent;
    -webkit-mask-image: none;
            mask-image: none;
    width: auto;
    height: auto;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
}
.matat-icon-close::before { content: "✕"; }

/* Bag */
.matat-icon-cart,
.matat-icon-shopping-bag {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'/%3E%3Cline x1='3' y1='6' x2='21' y2='6'/%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'/%3E%3Cline x1='3' y1='6' x2='21' y2='6'/%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'/%3E%3C/svg%3E");
}

/* Heart outline */
.matat-icon-heart {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
}

/* Heart filled */
.matat-icon-heart-filled {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
}

/* ══════════════════════════════════════════════════════════════
   OVERLAY
   ══════════════════════════════════════════════════════════════ */
.matat-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 9998;
    cursor: pointer;
}
.matat-overlay.is-active { display: block; }

/* ══════════════════════════════════════════════════════════════
   PANEL BASE
   ══════════════════════════════════════════════════════════════ */
.matat-mini-cart-panel,
.matat-wishlist-panel {
    position: fixed;
    top: 0;
    left: calc(-1 * var(--mcw-panel-w) - 40px);
    right: auto;
    width: var(--mcw-panel-w);
    max-width: 100vw;
    height: 100%;
    height: 100dvh;
    background: var(--mcw-white);
    z-index: 9999;
    transition: left 0.36s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    direction: rtl;
    box-shadow: 6px 0 32px rgba(0,0,0,0.13);
}
.matat-mini-cart-panel.is-open,
.matat-wishlist-panel.is-open { left: 0; }

.matat-panel-frame {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
}

/* ══════════════════════════════════════════════════════════════
   PANEL HEADER
   ══════════════════════════════════════════════════════════════ */
.matat-panel-header {
    flex-shrink: 0;
    height: 60px;
    padding: 0 var(--mcw-pad);
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--mcw-line);
}
.matat-panel-header-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.matat-panel-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--mcw-black);
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
}
.matat-panel-close {
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    background-color: transparent !important;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #bbb;
    transition: color var(--mcw-ease);
    padding: 0;
}
.matat-panel-close:hover { color: var(--mcw-black); }
.matat-panel-close .matat-icon-close {
    font-size: 13px;
    color: inherit;
    background-color: transparent;
}
.matat-title-icon {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: var(--mcw-black);
    opacity: 0.5;
}

/* Wishlist header */
.matat-wishlist-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 44px; /* space for close (right) and clear (left) */
}
.matat-wishlist-header .matat-panel-close { position: absolute; right: 0; }
.matat-btn-clear {
    position: absolute;
    left: 0;
    background: transparent !important;
    background-color: transparent !important;
    border: none;
    cursor: pointer;
    font-family: var(--mcw-font);
    font-size: 11px;
    font-weight: 400;
    color: #ccc;
    text-decoration: underline;
    padding: 0;
    letter-spacing: 0;
    transition: color var(--mcw-ease);
    white-space: nowrap;
}
.matat-btn-clear:hover { color: var(--mcw-black); }

/* ══════════════════════════════════════════════════════════════
   PANEL BODY
   ══════════════════════════════════════════════════════════════ */
.matat-panel-body {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 var(--mcw-pad);
    scrollbar-width: thin;
    scrollbar-color: #e0e0e0 transparent;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}
.matat-panel-body::-webkit-scrollbar       { width: 3px; }
.matat-panel-body::-webkit-scrollbar-thumb { background: #e0e0e0; border-radius: 3px; }

/* ══════════════════════════════════════════════════════════════
   CART ITEMS — CStyle layout
   image | name / variation / price row (qty + price) / remove
   ══════════════════════════════════════════════════════════════ */
.matat-cart-item {
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: flex-start;
    padding: 18px 0;
    border-bottom: 1px solid var(--mcw-line);
}
.matat-cart-item:last-child { border-bottom: none; }

/* Image */
.matat-cart-item > a:first-child { flex-shrink: 0; }
.matat-cart-item img {
    width: 80px;
    height: 100px;
    object-fit: cover;
    border-radius: 3px;
    display: block;
}

/* Info column */
.matat-item-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* Product name */
.matat-item-name {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: var(--mcw-black);
    text-decoration: none;
    line-height: 1.5;
    word-break: break-word;
    letter-spacing: 0;
    transition: color var(--mcw-ease);
}
.matat-item-name:hover { color: var(--mcw-gold); }

/* Variation — "צבע: 08" style */
.matat-item-variation {
    font-size: 12px;
    font-weight: 400;
    color: var(--mcw-muted);
    letter-spacing: 0;
    line-height: 1.4;
}

/* Bottom row: qty + price side by side */
.matat-item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}

/* Quantity controls: − 1 + */
.matat-item-qty-wrap {
    display: flex;
    align-items: center;
    gap: 0;
    border: 1px solid var(--mcw-line);
    border-radius: 999px;
    overflow: hidden;
    height: 28px;
}
.matat-item-qty-btn {
    width: 28px;
    height: 28px;
    background: transparent !important;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
    font-family: var(--mcw-font);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    transition: color var(--mcw-ease);
}
.matat-item-qty-btn:hover  { color: var(--mcw-black); background: transparent !important; }
.matat-item-qty-btn:focus  { background: transparent !important; outline: none; }
.matat-item-qty-btn:active { background: transparent !important; }
.matat-item-qty-num {
    min-width: 26px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: var(--mcw-black);
    line-height: 28px;
    padding: 0 2px;
    font-family: var(--mcw-font);
    letter-spacing: 0;
    border-right: 1px solid var(--mcw-line);
    border-left: 1px solid var(--mcw-line);
}

/* Price */
.matat-item-price {
    font-size: 13px;
    font-weight: 500;
    color: var(--mcw-black);
    white-space: nowrap;
    direction: ltr;
    letter-spacing: 0;
}

/* Remove — "הסרה" text link */
.matat-item-remove {
    background: transparent !important;
    background-color: transparent !important;
    border: none;
    cursor: pointer;
    font-family: var(--mcw-font);
    font-size: 11px;
    font-weight: 400;
    color: var(--mcw-muted);
    padding: 0;
    text-decoration: underline;
    letter-spacing: 0;
    margin-top: 4px;
    align-self: flex-start;
    transition: color var(--mcw-ease);
    display: inline-block;
    line-height: 1.4;
}
.matat-item-remove:hover { color: var(--mcw-black); }
.matat-item-remove .matat-icon-close { display: none; }

/* ══════════════════════════════════════════════════════════════
   WISHLIST ITEMS
   ══════════════════════════════════════════════════════════════ */
.matat-wish-item {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid var(--mcw-line);
}
.matat-wish-item:last-child { border-bottom: none; }
.matat-wish-item > a { flex-shrink: 0; }
.matat-wish-item img {
    width: 60px;
    height: 75px;
    object-fit: cover;
    border-radius: 3px;
    display: block;
}
.matat-wish-item-info { flex: 1; min-width: 0; }
.matat-wish-item-name {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: var(--mcw-black);
    text-decoration: none;
    line-height: 1.5;
    margin-bottom: 5px;
    word-break: break-word;
    transition: color var(--mcw-ease);
}
.matat-wish-item-name:hover { color: var(--mcw-gold); }
.matat-wish-item-price {
    font-size: 12px;
    font-weight: 400;
    color: var(--mcw-muted);
}
.matat-wish-item-remove {
    flex-shrink: 0;
    background: transparent !important;
    background-color: transparent !important;
    border: none;
    cursor: pointer;
    font-size: 11px;
    color: #ccc;
    padding: 7px;
    border-radius: 50%;
    transition: color var(--mcw-ease);
}
.matat-wish-item-remove:hover { color: var(--mcw-black); }

/* ══════════════════════════════════════════════════════════════
   EMPTY STATES
   ══════════════════════════════════════════════════════════════ */
.matat-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 14px;
    padding: 60px var(--mcw-pad);
    min-height: 280px;
}
.matat-empty-icon {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #d8d8d8;
    margin: 0 auto;
}
.matat-empty-msg {
    font-size: 13px;
    font-weight: 400;
    color: #bbb;
    margin: 0;
    line-height: 1.6;
}

/* ══════════════════════════════════════════════════════════════
   PANEL FOOTER
   ══════════════════════════════════════════════════════════════ */
.matat-panel-footer {
    flex-shrink: 0;
    padding: 18px var(--mcw-pad) 20px;
    background: var(--mcw-white);
    border-top: 1px solid var(--mcw-line);
}

/* ══════════════════════════════════════════════════════════════
   PANEL FOOTER
   ══════════════════════════════════════════════════════════════ */
.matat-panel-footer {
    flex-shrink: 0;
    padding: 18px var(--mcw-pad) 20px;
    background: var(--mcw-white) !important;
    border-top: 1px solid var(--mcw-line);
}

/* ── Totals table — our classes ─────────────────────────────── */
table.matat-totals-table {
    width: 100% !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    margin-bottom: 14px !important;
    direction: rtl !important;
    background: transparent !important;
    border: none !important;
}
table.matat-totals-table tr {
    background: transparent !important;
    border: none !important;
}
table.matat-totals-table td {
    padding: 7px 0 !important;
    font-family: var(--mcw-font) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--mcw-black) !important;
    letter-spacing: 0 !important;
    line-height: 1.5 !important;
    border: none !important;
    background: transparent !important;
    vertical-align: middle !important;
    text-align: right !important;
}
/* Value cells — left side, LTR for ₪ numbers */
table.matat-totals-table td.matat-td-val {
    text-align: left !important;
    direction: ltr !important;
    font-weight: 400 !important;
}
/* Shipping row — hidden */
table.matat-totals-table tr.matat-shipping-row {
    display: none !important;
}
/* Total row — separator line above */
table.matat-totals-table tr.matat-total-row td {
    padding-top: 12px !important;
    border-top: 1px solid var(--mcw-line) !important;
}

/* ── XStore native table (cart-sub-total) ────────────────────── */
.matat-mini-cart-panel table.cart-sub-total,
.matat-mini-cart-panel .cart-sub-total {
    width: 100% !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    margin-bottom: 14px !important;
    direction: rtl !important;
    background: transparent !important;
    border: none !important;
}
.matat-mini-cart-panel .cart-sub-total tr {
    background: transparent !important;
    border: none !important;
}
.matat-mini-cart-panel .cart-sub-total td {
    padding: 7px 0 !important;
    font-family: var(--mcw-font) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--mcw-black) !important;
    letter-spacing: 0 !important;
    line-height: 1.5 !important;
    border: none !important;
    background: transparent !important;
    vertical-align: middle !important;
    text-align: right !important;
}
.matat-mini-cart-panel .cart-sub-total td:last-child,
.matat-mini-cart-panel .cart-sub-total td.mini-cart-total {
    text-align: left !important;
    direction: ltr !important;
}
/* Hide shipping */
.matat-mini-cart-panel .cart-sub-total tr:has(.mini-cart-shipping) {
    display: none !important;
}
/* Total row */
.matat-mini-cart-panel .cart-sub-total tr.mini-cart-total-row td {
    padding-top: 12px !important;
    border-top: 1px solid var(--mcw-line) !important;
}
.matat-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: var(--mcw-gold);
    color: var(--mcw-white);
    border: none;
    border-radius: 999px;
    padding: 15px 24px;
    font-family: var(--mcw-font);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.2;
    white-space: nowrap;
    transition: background var(--mcw-ease);
    -webkit-tap-highlight-color: transparent;
}
.matat-btn:hover  { background: var(--mcw-gold-light); color: var(--mcw-white); }
.matat-btn:active { background: var(--mcw-black); }
.matat-btn-checkout { display: flex; }

/* ══════════════════════════════════════════════════════════════
   LOADER
   ══════════════════════════════════════════════════════════════ */
.matat-loader {
    display: none;
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.82);
    align-items: center;
    justify-content: center;
    z-index: 20;
}
.matat-loader.is-loading { display: flex; }
.matat-spinner {
    width: 28px;
    height: 28px;
    border: 2px solid #eee;
    border-top-color: var(--mcw-gold);
    border-radius: 50%;
    animation: matat-spin 0.7s linear infinite;
}
@keyframes matat-spin { to { transform: rotate(360deg); } }

.matat-hidden { display: none !important; }

/* ══════════════════════════════════════════════════════════════
   HEADER TRIGGER ICONS
   ══════════════════════════════════════════════════════════════ */
.matat-header-cart-trigger,
.matat-header-wishlist-trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    padding: 4px;
    transition: opacity var(--mcw-ease);
    -webkit-tap-highlight-color: transparent;
}
.matat-header-cart-trigger:hover,
.matat-header-wishlist-trigger:hover { opacity: 0.6; }
.matat-header-cart-trigger .matat-icon,
.matat-header-wishlist-trigger .matat-icon {
    width: 22px;
    height: 22px;
}

/* Badge — small, tight, refined */
.matat-cart-count,
.matat-wishlist-count {
    position: absolute;
    top: -4px;
    left: -6px;
    min-width: 15px;
    height: 15px;
    background: var(--mcw-gold);
    color: var(--mcw-white);
    font-family: var(--mcw-font);
    font-size: 9px;
    font-weight: 500;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
    line-height: 1;
    pointer-events: none;
}

/* ══════════════════════════════════════════════════════════════
   WISHLIST HEART — loop + single product
   ══════════════════════════════════════════════════════════════ */
.matat-wish-heart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,0.82);
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 5;
    transition: background var(--mcw-ease), transform 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}
.matat-wish-heart .matat-icon {
    width: 16px;
    height: 16px;
    background-color: var(--mcw-black);
}
.matat-wish-heart:hover {
    background: var(--mcw-white);
    transform: scale(1.08);
}
.matat-wish-heart:hover .matat-icon { background-color: var(--mcw-gold); }
.matat-wish-heart.is-wishlisted { background: var(--mcw-white); }
.matat-wish-heart.is-wishlisted .matat-icon { background-color: var(--mcw-gold); }
.matat-wish-heart.is-wishlisted:hover .matat-icon { background-color: var(--mcw-gold-light); }
.matat-wish-heart.is-loading { pointer-events: none; opacity: 0.5; }

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
    :root { --mcw-panel-w: 360px; --mcw-pad: 18px; }
    .matat-panel-header { height: 56px; }
    .matat-cart-item img { width: 62px; height: 78px; }
}

@media (max-width: 540px) {
    :root { --mcw-panel-w: 100vw; --mcw-pad: 16px; }
    .matat-mini-cart-panel,
    .matat-wishlist-panel { left: -100vw; box-shadow: none; }
    .matat-mini-cart-panel.is-open,
    .matat-wishlist-panel.is-open { left: 0; }
    .matat-panel-header    { height: 52px; }
    .matat-panel-title     { font-size: 13px; }
    .matat-cart-item       { gap: 12px; padding: 14px 0; }
    .matat-cart-item img   { width: 58px; height: 72px; }
    .matat-item-name,
    .matat-wish-item-name  { font-size: 12px; }
    .matat-item-price      { font-size: 12px; }
    .matat-wish-item img   { width: 54px; height: 68px; }
    .matat-empty-state     { padding: 44px var(--mcw-pad); }
    .matat-totals-table td { font-size: 11px; }
    .matat-total-row td    { font-size: 14px !important; }
    .matat-btn             { font-size: 15px; padding: 13px 20px; }
    .matat-wish-heart      { width: 30px; height: 30px; }
    .matat-wish-heart .matat-icon { width: 14px; height: 14px; }
}

@media (max-width: 360px) {
    .matat-panel-header  { height: 48px; }
    .matat-cart-item img { width: 52px; height: 65px; }
    .matat-total-row td  { font-size: 13px !important; }
}

@media (hover: none) and (pointer: coarse) {
    .matat-panel-close      { width: 40px; height: 40px; }
    .matat-item-remove,
    .matat-wish-item-remove { padding: 10px; }
    .matat-wish-heart       { width: 38px; height: 38px; }
}
