/* =========================================================
   Sun Records — Warm Analog skin for site chrome
   mobile bottom toolbar / off-canvas drawers / side cart
   ink #221C14 | cream #F4ECDB | warm-text #FBF3E3
   gold #E0A11A | terracotta #BD4A2A | border #E8DCC2
   Loaded via mu-plugin sr-chrome-theme.php (priority 999)
   ========================================================= */

/* ---- Mobile bottom toolbar -> dark ink ---- */
.wd-toolbar{
  background-color:#221C14 !important;
  border-top:2px solid #E0A11A !important;
  box-shadow:0 -2px 14px rgba(34,28,20,.30) !important;
}
.wd-toolbar a,
.wd-toolbar .wd-tools-icon,
.wd-toolbar .wd-toolbar-label{ color:#FBF3E3 !important; }
.wd-toolbar .wd-tools-element:hover a,
.wd-toolbar .wd-tools-element:hover .wd-tools-icon,
.wd-toolbar .wd-tools-element:hover .wd-toolbar-label,
.wd-toolbar .wd-tools-element.wd-opened a,
.wd-toolbar .wd-tools-element.wd-opened .wd-tools-icon,
.wd-toolbar .wd-tools-element.wd-opened .wd-toolbar-label,
.wd-toolbar .wd-tools-element.wd-active a,
.wd-toolbar .wd-tools-element.wd-active .wd-tools-icon,
.wd-toolbar .wd-tools-element.wd-active .wd-toolbar-label{ color:#E0A11A !important; }

/* ---- Off-canvas drawers (mobile menu + filters + side cart) -> warm paper ---- */
.wd-side-hidden{ background-color:#F4ECDB !important; }
.wd-side-hidden .wd-heading{
  background-color:#F4ECDB !important;
  border-bottom:1px solid #E8DCC2 !important;
}
.wd-side-hidden .wd-heading .title{ color:#221C14 !important; }
.wd-side-hidden .close-side-widget .wd-action-text,
.wd-side-hidden .close-side-widget .wd-action-icon,
.wd-side-hidden .close-side-widget .wd-action-icon::before{ color:#221C14 !important; }

/* ---- Side cart inner panels & dividers ---- */
.cart-widget-side .widget_shopping_cart,
.cart-widget-side .widget_shopping_cart_content,
.cart-widget-side .wd-cart-totals,
.cart-widget-side .cart_totals{ background-color:transparent !important; }
.cart-widget-side .cart_list li,
.cart-widget-side .widget_shopping_cart .total,
.cart-widget-side .woocommerce-mini-cart__total,
.cart-widget-side .widget_shopping_cart .buttons,
.cart-widget-side .wd-cart-totals{ border-color:#E8DCC2 !important; }

/* ---- LINE「聯繫我們」icon is a black PNG (color has no effect) -> recolor via filter ---- */
.wd-toolbar .wd-tools-element img{
  filter:brightness(0) invert(1) sepia(16%) saturate(180%) hue-rotate(350deg) brightness(1.04) !important;
  transition:filter .25s ease !important;
}
.wd-toolbar .wd-tools-element:hover img,
.wd-toolbar .wd-tools-element.wd-active img{
  filter:brightness(0) saturate(100%) invert(64%) sepia(92%) saturate(458%) hue-rotate(2deg) brightness(92%) contrast(89%) !important;
}
