@media (max-width: 900px) {
	html.tkg-pro-cart-open,
	html.tkg-pro-cart-open body { overflow: hidden !important; }
	[data-tkg-cart-drawer]:not([data-tkg-pro-cart]) { display: none !important; pointer-events: none !important; }
	.tkg-pro-cart { position: fixed; inset: 0; z-index: 2147483000; visibility: hidden; pointer-events: none; font-family: Arial,Helvetica,sans-serif; }
	.tkg-pro-cart.is-open { visibility: visible; pointer-events: auto; }
	.tkg-pro-cart__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; border-radius: 0; background: rgba(0,0,0,.55); opacity: 0; transition: opacity .24s ease; }
	.tkg-pro-cart.is-open .tkg-pro-cart__backdrop { opacity: 1; }
	.tkg-pro-cart__panel { position: absolute; inset: 0 0 0 auto; display: flex; flex-direction: column; width: min(92vw,540px); height: 100%; max-height: 100dvh; margin: 0; padding: 0; background: #fff; color: #151515; box-shadow: -18px 0 45px rgba(0,0,0,.22); transform: translateX(102%); transition: transform .3s cubic-bezier(.22,.61,.36,1); }
	.tkg-pro-cart.is-open .tkg-pro-cart__panel { transform: translateX(0); }
	.tkg-pro-cart__header { display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 14px 22px; border-bottom: 3px solid #ef9f00; background: #111; }
	.tkg-pro-cart__header h2 { margin: 0; color: #fff; font-size: 24px; line-height: 1.2; font-weight: 700; }
	.tkg-pro-cart__close { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid #ef9f00; border-radius: 5px; background: #111; color: #ef9f00; font-size: 29px; line-height: 1; }
	.tkg-pro-cart__status { display: none; padding: 10px 22px; background: #fff4d8; color: #614400; font-size: 13px; }
	.tkg-pro-cart.is-loading .tkg-pro-cart__status,
	.tkg-pro-cart.has-error .tkg-pro-cart__status { display: block; }
	.tkg-pro-cart__content { display: flex; flex: 1; flex-direction: column; min-height: 0; padding: 0 22px 18px; overflow-y: auto; }
	.tkg-pro-cart__content .woocommerce-mini-cart { display: flex; flex: 1; flex-direction: column; width: 100%; margin: 0; padding: 8px 0 18px; list-style: none; }
	.tkg-pro-cart__content .woocommerce-mini-cart-item { position: relative; display: grid; flex: 0 0 auto; grid-template-columns: 58px minmax(72px,1fr) auto auto 28px; grid-template-rows: 24px 28px; align-items: start; width: 100%; min-height: 0; clear: both; column-gap: 6px; row-gap: 2px; margin: 0; padding: 13px 0 5px; border-bottom: 1px solid #e7e7e7; font-size: 12px; line-height: 1.2; }
	.tkg-pro-cart__content .woocommerce-mini-cart-item + .woocommerce-mini-cart-item { margin-top: 8px; }
	.tkg-pro-cart__content .woocommerce-mini-cart-item > a:not(.remove_from_cart_button) { display: contents; color: #171717; text-decoration: none; }
	.tkg-pro-cart__content .woocommerce-mini-cart-item img { grid-column: 1; grid-row: 1 / 3; align-self: start; float: none; width: 58px; height: 58px; margin: 0; border: 1px solid #e5e5e5; border-radius: 7px; object-fit: cover; transform: scale(1.35); transform-origin: top left; }
	.tkg-pro-cart__name { display: contents; color: #171717; font-size: 11px; font-weight: 500; line-height: 1.15; }
	.tkg-pro-cart__name-first { grid-column: 2; grid-row: 1; align-self: start; min-width: 0; margin: 0; padding: 0; line-height: 23px; white-space: nowrap; }
	.tkg-pro-cart__name-rest { grid-column: 2 / 6; grid-row: 2; align-self: start; min-width: 0; max-height: 28px; margin: -8px 0 0; padding: 0; overflow: hidden; white-space: normal; }
	.tkg-pro-cart__content .remove_from_cart_button { grid-column: 5; grid-row: 1; position: static; display: grid; place-items: center; align-self: start; width: 26px; height: 24px; color: #111 !important; text-decoration: none; }
	.tkg-pro-cart__content .remove_from_cart_button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
	.tkg-pro-cart__content .quantity { display: contents; color: #111; }
	.tkg-pro-cart__qty { grid-column: 4; grid-row: 1; display: inline-flex; align-self: start; align-items: center; margin-top: 0; border: 1px solid #d8d8d8; border-radius: 5px; overflow: hidden; }
	.tkg-pro-cart__qty button { display: grid; place-items: center; width: 22px; height: 23px; padding: 0; border: 0; background: #111; color: #fff; font-size: 14px; line-height: 1; touch-action: manipulation; }
	.tkg-pro-cart__qty strong { min-width: 22px; color: #111; font-size: 11px; line-height: 23px; text-align: center; }
	.tkg-pro-cart__line-price { grid-column: 3; grid-row: 1; display: block; align-self: start; margin: 0; padding: 0; font-size: 13px; line-height: 23px; white-space: nowrap; }
	.tkg-pro-cart__line-price,
	.tkg-pro-cart__content .amount { color: #ef9f00; font-weight: 700; }
	.tkg-pro-cart__content .woocommerce-mini-cart__total { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 0; padding: 16px 0; border-top: 1px solid #ddd; font-size: 18px; }
	.tkg-pro-cart__content .woocommerce-mini-cart__total .amount { font-size: 21px; }
	.tkg-pro-cart__content .woocommerce-mini-cart__buttons { display: grid; gap: 9px; margin: 0; }
	.tkg-pro-cart__content .woocommerce-mini-cart__buttons a { display: flex; align-items: center; justify-content: center; min-height: 44px; margin: 0; border: 0; border-radius: 7px; background: #111; color: #fff; font-size: 15px; text-decoration: none; }
	.tkg-pro-cart__content .woocommerce-mini-cart__buttons .checkout { background: #ef9f00; color: #111; font-weight: 700; }
	.tkg-pro-cart__content .woocommerce-mini-cart__empty-message { margin: 24px 0; font-size: 16px; }
}
@media (min-width: 901px) { .tkg-pro-cart { display: none !important; } }
@media (prefers-reduced-motion: reduce) { .tkg-pro-cart__panel,.tkg-pro-cart__backdrop { transition: none !important; } }
