:root {
	--dtr-cart-accent: #E4002B;
	--dtr-cart-text: #111827;
	--dtr-cart-muted: #667085;
	--dtr-cart-border: #e5e7eb;
	--dtr-cart-bg: #ffffff;
	--dtr-cart-soft: #f8fafc;
	--dtr-cart-radius: 8px;
}

#gspb-woo-cart-panel {
	z-index: 999999;
}

#gspb-woo-cart-panel.active::after,
#gspb-woo-cart-panel.open::after {
	background: rgba(15, 23, 42, 0.38) !important;
	backdrop-filter: blur(2px);
}

#gspb-woo-cart-panel .gspb-sslide-panel-wrap {
	width: min(380px, 100vw) !important;
	max-width: 100vw;
	background: var(--dtr-cart-bg) !important;
	box-shadow: -16px 0 36px rgba(15, 23, 42, 0.14) !important;
	border-left: 1px solid rgba(226, 232, 240, 0.9);
}

#gspb-woo-cart-panel .gspb-sslide-panel-heading {
	width: min(380px, 100vw) !important;
	top: 0 !important;
	background: #fff !important;
	border-bottom: 1px solid var(--dtr-cart-border) !important;
	box-shadow: none !important;
}

#gspb-woo-cart-panel .gspb-sslide-panel-heading,
#gspb-woo-cart-panel .gspb-sslide-panel-heading > span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
/*	padding: 14px 16px;*/
	font-size: 14px;
	line-height: 1.2;
	font-weight: 800;
	color: var(--dtr-cart-text);
}

#gspb-woo-cart-panel .close-panel-svg,
#gspb-woo-cart-panel .gspb-close-panel,
#gspb-woo-cart-panel .gspb-sslide-panel-heading svg {
	border-radius: 999px !important;
}

#gspb-woo-cart-panel .close-panel-svg {
	width: 20px;
	height: 20px;
/*	padding: 5px !important;*/
	background: #fff;
	border: 1px solid var(--dtr-cart-border) !important;
	box-shadow: none;
}

#gspb-woo-cart-panel .gspb-sslide-panel-tabs {
	margin-top: 0 !important;
	padding: 60px 0 16px !important;
	height: 100%;
	background: var(--dtr-cart-bg);
}

#gspb-woo-cart-panel .widget_shopping_cart_content {
	display: flex;
	flex-direction: column;
	height: calc(100vh - 60px);
	min-height: 0;
	padding: 0;
}

#gspb-woo-cart-panel .widget_shopping_cart_content ul.product_list_widget,
#gspb-woo-cart-panel .widget_shopping_cart_content ul.woocommerce-mini-cart {
	flex: 1 1 auto;
	min-height: 0;
	overflow: auto;
	margin: 0 !important;
	padding: 0 !important;
	scrollbar-width: thin;
}

#gspb-woo-cart-panel .widget_shopping_cart_content ul.product_list_widget li,
#gspb-woo-cart-panel .widget_shopping_cart_content ul.woocommerce-mini-cart li {
	position: relative;
	margin: 0 !important;
	padding: 14px 16px !important;
	border-bottom: 1px solid #f1f5f9 !important;
	background: #fff;
}

#gspb-woo-cart-panel .widget_shopping_cart_content ul.product_list_widget li:last-child,
#gspb-woo-cart-panel .widget_shopping_cart_content ul.woocommerce-mini-cart li:last-child {
	border-bottom: 0 !important;
}

#gspb-woo-cart-panel .woocommerce ul.product_list_widget li img,
#gspb-woo-cart-panel .woocommerce-mini-cart-item img {
	width: 64px !important;
	height: 64px !important;
	border-radius: 8px;
	object-fit: cover;
	margin: 0 12px 0 0 !important;
	background: #fff;
	border: 1px solid #eef2f7;
	box-shadow: none;
}

#gspb-woo-cart-panel .woocommerce ul.product_list_widget li a,
#gspb-woo-cart-panel .woocommerce-mini-cart-item a {
	color: var(--dtr-cart-text) !important;
	font-size: 14px !important;
/*	line-height: 1.45 !important;*/
	font-weight: 700 !important;
	text-decoration: none;
}

#gspb-woo-cart-panel .woocommerce.widget_shopping_cart .cart_list li a.remove,
#gspb-woo-cart-panel .woocommerce a.remove {
	position: absolute !important;
	right: 14px;
	top: 0px;
	width: 24px;
	height: 24px;
	line-height: 20px;
	text-align: center;
	border-radius: 999px;
	background: #fff1f2;
	border: 1px solid #fecdd3;
	color: #dc2626 !important;
	font-size: 16px !important;
	font-weight: 700;
}

#gspb-woo-cart-panel .woocommerce.widget_shopping_cart .cart_list li a.remove:hover,
#gspb-woo-cart-panel .woocommerce a.remove:hover {
	background: var(--dtr-cart-accent) !important;
	border-color: var(--dtr-cart-accent) !important;
	color: #fff !important;
}

#gspb-woo-cart-panel .quantity,
#gspb-woo-cart-panel .woocommerce-mini-cart-item .quantity {
	display: inline-block;
	margin: 6px 0 0 76px !important;
	font-size: 13px !important;
	line-height: 1.45;
	color: var(--dtr-cart-muted);
}

#gspb-woo-cart-panel .quantity .woocommerce-Price-amount,
#gspb-woo-cart-panel .woocommerce-mini-cart-item .quantity .woocommerce-Price-amount {
	color: var(--dtr-cart-accent) !important;
	font-weight: 800;
}

#gspb-woo-cart-panel .woocommerce-mini-cart__total {
	margin: 0 !important;
	padding: 14px 16px 0 !important;
	border-top: 1px solid var(--dtr-cart-border) !important;
	font-size: 14px !important;
	color: var(--dtr-cart-text);
	background: #fff;
}

#gspb-woo-cart-panel .woocommerce-mini-cart__total strong,
#gspb-woo-cart-panel .woocommerce-mini-cart__total .woocommerce-Price-amount {
	font-weight: 800;
	color: var(--dtr-cart-accent) !important;
}

#gspb-woo-cart-panel .woocommerce-mini-cart__buttons {
	display: grid;
	gap: 10px;
	margin: 0 !important;
	padding: 14px 16px 16px !important;
	background: #fff;
}

#gspb-woo-cart-panel .woocommerce-mini-cart__buttons a.button {
	margin: 0 !important;
	padding: 12px 14px !important;
	border-radius: var(--dtr-cart-radius) !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.2;
	text-align: center;
	box-shadow: none !important;
	text-decoration: none;
}

#gspb-woo-cart-panel .woocommerce-mini-cart__buttons a.button:not(.checkout):not(.is-checkout) {
	background: #fff !important;
	color: var(--dtr-cart-text) !important;
	border: 1px solid #d0d5dd !important;
}

#gspb-woo-cart-panel .woocommerce-mini-cart__buttons a.button.checkout,
#gspb-woo-cart-panel .woocommerce-mini-cart__buttons a.button.is-checkout {
	background: var(--dtr-cart-accent) !important;
	color: #fff !important;
	border: 1px solid var(--dtr-cart-accent) !important;
}

#gspb-woo-cart-panel .woocommerce-mini-cart__empty-message {
	margin: auto 16px !important;
	padding: 16px 14px;
	border-radius: 8px;
	border: 1px dashed #cbd5e1;
	background: var(--dtr-cart-soft);
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
	color: var(--dtr-cart-muted);
}

#gspb-woo-cart-panel .gspb-woocartmenu-count {
	background: var(--dtr-cart-accent) !important;
	color: #fff !important;
	min-width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	box-shadow: none;
}

#gspb-woo-cart-panel .woocommerce-mini-cart__buttons:empty,
#gspb-woo-cart-panel.is-empty .woocommerce-mini-cart__total,
#gspb-woo-cart-panel.is-empty .woocommerce-mini-cart__buttons {
	display: none !important;
}

@media (max-width: 767px) {
	#gspb-woo-cart-panel .gspb-sslide-panel-wrap,
	#gspb-woo-cart-panel .gspb-sslide-panel-heading {
		width: 100vw !important;
	}

	#gspb-woo-cart-panel .gspb-sslide-panel-heading,
	#gspb-woo-cart-panel .gspb-sslide-panel-heading > span {
		padding: 14px;
		font-size: 18px;
	}

	#gspb-woo-cart-panel .widget_shopping_cart_content ul.product_list_widget li,
	#gspb-woo-cart-panel .widget_shopping_cart_content ul.woocommerce-mini-cart li {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}

	#gspb-woo-cart-panel .woocommerce.widget_shopping_cart .cart_list li a.remove,
	#gspb-woo-cart-panel .woocommerce a.remove {
		right: 12px;
	}
}
