/* Cart page — desktop (Figma 838:2254 / Summary 838:2454) */

.cart-shell {
	width: 100%;
}

.cart-shell__inner {
	display: block;
	margin: 0 auto;
}

.cart-shell,
.cart-shell .woocommerce,
.cart-page,
.woocommerce-cart .woocommerce {
	float: none !important;
	width: 100%;
	max-width: none;
	clear: both;
}

.cart-page {
	display: flex;
	flex-direction: column;
	gap: 28px;
	width: 100%;
	padding: 28px 0 90px;
	background: #FFFFFF;
	box-sizing: border-box;
}

/* Kill default WooCommerce cart floats that break the 2-column flex layout */
.cart-page .cart-collaterals,
.woocommerce .cart-page .cart-collaterals,
.woocommerce-cart .cart-collaterals {
	display: block !important;
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.cart-page .cart-collaterals::before,
.cart-page .cart-collaterals::after,
.woocommerce-cart .cart-collaterals::before,
.woocommerce-cart .cart-collaterals::after {
	display: none !important;
	content: none !important;
}

.cart-page .cart_totals,
.woocommerce .cart-page .cart_totals,
.woocommerce-cart .cart-collaterals .cart_totals {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}

.cart-page .cross-sells:not(.cart-crossells),
.woocommerce-cart .cart-collaterals .cross-sells:not(.cart-crossells) {
	float: none !important;
	width: 100% !important;
}

/* ADP/WC cart fragments inject empty div.cross-sells — hide leftovers */
.cart-page > .cross-sells:empty,
.cart-page .cross-sells:empty:not(.cart-crossells) {
	display: none !important;
}

/* Notices — match cart banner language */
.cart-page .woocommerce-notices-wrapper {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}

.cart-page .woocommerce-notices-wrapper:empty {
	display: none;
}

.cart-page .woocommerce-notices-wrapper .woocommerce-message,
.cart-page .woocommerce-notices-wrapper .woocommerce-error,
.cart-page .woocommerce-notices-wrapper .woocommerce-info,
.cart-page .woocommerce-message,
.cart-page .woocommerce-error,
.cart-page .woocommerce-info {
	display: flex !important;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	width: 100%;
	margin: 0 !important;
	padding: 14px 16px !important;
	border: 0 !important;
	border-top: 0 !important;
	border-radius: 12px;
	box-shadow: none !important;
	outline: none;
	list-style: none !important;
	position: relative;
	overflow: visible;
	font-family: var(--global-font-family-1);
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.14px;
	color: #1C1C1E;
	box-sizing: border-box;
}

/* Kill WC clearfix + absolute WooCommerce icon font positioning */
.cart-page .woocommerce-message::after,
.cart-page .woocommerce-error::after,
.cart-page .woocommerce-info::after {
	content: none !important;
	display: none !important;
}

.cart-page .woocommerce-message::before,
.cart-page .woocommerce-error::before,
.cart-page .woocommerce-info::before {
	content: "" !important;
	display: block !important;
	flex: 0 0 auto;
	float: none !important;
	position: static !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 50%;
	font-family: inherit !important;
	font-size: 0 !important;
	line-height: 0 !important;
	color: transparent !important;
	speak: never;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
}

.cart-page .woocommerce-message {
	background: #F2F7F2 !important;
	color: #1F6B3A !important;
}

.cart-page .woocommerce-message::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Ccircle cx='9' cy='9' r='9' fill='%23298C4D'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6' d='m5.2 9.1 2.3 2.3 5.3-5.3'/%3E%3C/svg%3E");
}

.cart-page .woocommerce-info {
	background: #F6F6F6 !important;
	color: #333338 !important;
}

.cart-page .woocommerce-info::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Ccircle cx='9' cy='9' r='9' fill='%23737378'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='1.6' d='M9 5.2v.2M9 8v4.5'/%3E%3C/svg%3E");
}

.cart-page .woocommerce-error {
	background: #FBF2F2 !important;
	color: #8E1F1F !important;
}

.cart-page .woocommerce-error::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Ccircle cx='9' cy='9' r='9' fill='%23C62828'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='1.6' d='M9 5v5.2M9 12.4v.2'/%3E%3C/svg%3E");
}

/* Multi-line error lists: icon in col 1, messages stacked in col 2 */
.cart-page ul.woocommerce-error,
.cart-page .woocommerce-notices-wrapper ul.woocommerce-error {
	display: grid !important;
	grid-template-columns: 18px minmax(0, 1fr);
	column-gap: 12px;
	row-gap: 6px;
	align-items: start;
	padding: 14px 16px !important;
}

.cart-page ul.woocommerce-error::before,
.cart-page .woocommerce-notices-wrapper ul.woocommerce-error::before {
	grid-column: 1;
	grid-row: 1;
	position: static !important;
	top: auto !important;
	left: auto !important;
	margin: 0 !important;
}

.cart-page ul.woocommerce-error li,
.cart-page .woocommerce-notices-wrapper ul.woocommerce-error li {
	grid-column: 2;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none !important;
	font: inherit;
	color: inherit;
}

.cart-page ul.woocommerce-error li::marker {
	content: none;
}

/* Hide blank error banners (MySpotlight empty #myspotlightMsgText, etc.) */
.cart-page .woocommerce-notices-wrapper:not(#myspotlightMsg) > ul.woocommerce-error:not(:has(li:not(:empty))),
.cart-page .woocommerce-notices-wrapper:not(#myspotlightMsg) > ul.woocommerce-error:has(> li#myspotlightMsgText:only-child:empty) {
	display: none !important;
}

.cart-page #myspotlightMsg:not(:has(#myspotlightMsgText:not(:empty))) {
	display: none !important;
}

.cart-page .woocommerce-message a,
.cart-page .woocommerce-error a,
.cart-page .woocommerce-info a {
	color: inherit;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.cart-page .woocommerce-message a:hover,
.cart-page .woocommerce-error a:hover,
.cart-page .woocommerce-info a:hover {
	opacity: 0.85;
}

.cart-page .woocommerce-message .button,
.cart-page .woocommerce-error .button,
.cart-page .woocommerce-info .button,
.cart-page .woocommerce-message a.button,
.cart-page .woocommerce-error a.button,
.cart-page .woocommerce-info a.button {
	float: none !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	order: 2;
	margin: 0 0 0 auto !important;
	padding: 8px 14px;
	border: 0;
	border-radius: 8px;
	background: #1C1C1E;
	font-family: var(--global-font-family-1);
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -0.12px;
	color: #FFFFFF !important;
	text-decoration: none !important;
	white-space: nowrap;
	cursor: pointer;
}

.cart-page .woocommerce-message .button:hover,
.cart-page .woocommerce-error .button:hover,
.cart-page .woocommerce-info .button:hover,
.cart-page .woocommerce-message a.button:hover,
.cart-page .woocommerce-error a.button:hover,
.cart-page .woocommerce-info a.button:hover {
	background: #333338;
	opacity: 1;
}

.cart-page__header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	width: 100%;
}

.cart-page__title-wrap {
	display: flex;
	align-items: flex-end;
	gap: 8px;
}

.cart-page__title {
	margin: 0;
	font-family: var(--global-font-family-1);
	font-weight: 700;
	font-size: 34px;
	line-height: 37px;
	letter-spacing: -0.68px;
	color: #1C1C1E;
}

.cart-page__count {
	margin: 0;
	font-family: var(--global-font-family-1);
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #737378;
}

.cart-page__empty {
	font-family: var(--global-font-family-1);
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	color: #737378;
	text-decoration: none;
}

.cart-page__empty:hover {
	color: #1C1C1E;
}

.cart-page__layout {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	width: 100%;
}

.cart-page__main {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 22px;
	min-width: 0;
}

.cart-page__sidebar {
	flex: 0 0 420px;
	width: 420px;
	max-width: 100%;
}

/* Free shipping banner */
.cart-freeship {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	padding: 16px 18px;
	border-radius: 12px;
	background: #F2F7F2;
	box-sizing: border-box;
}

.cart-freeship__row {
	display: flex;
	align-items: center;
	gap: 8px;
}

.cart-freeship__icon {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
}

.cart-freeship__text {
	margin: 0;
	font-family: var(--global-font-family-1);
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	color: #298C4D;
}

.cart-freeship__text .woocommerce-Price-amount {
	font-weight: 600;
	color: #298C4D;
}

.cart-freeship__bar {
	position: relative;
	width: 100%;
	height: 6px;
	overflow: hidden;
	border-radius: 3px;
	background: #D9E5D9;
}

.cart-freeship__fill {
	display: block;
	height: 100%;
	border-radius: 3px;
	background: #298C4D;
}

/* Cart items */
.cart-page .woocommerce-cart-form {
	width: 100%;
}

.cart-items {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.cart-item {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	width: 100%;
	padding: 22px 0;
	border-top: 1px solid #EBEBED;
	box-sizing: border-box;
}

.cart-item:first-child {
	border-top: 0;
}

.cart-item__thumb {
	flex: 0 0 104px;
	width: 104px;
	height: 104px;
	overflow: hidden;
	border: 1px solid #EBEBED;
	border-radius: 10px;
	background: #FFFFFF;
	box-sizing: border-box;
}

.cart-item__thumb a,
.cart-item__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.cart-item__info {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.cart-item__brand {
	margin: 0;
	font-family: var(--global-font-family-1);
	font-weight: 600;
	font-size: 10px;
	line-height: 11px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #99999E;
}

.cart-item__name,
.cart-item .product-name a {
	margin: 0;
	font-family: var(--global-font-family-1);
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	color: #1C1C1E;
	text-decoration: none;
}

.cart-item__name:hover,
.cart-item .product-name a:hover {
	color: #1C1C1E;
}

.cart-item__chips,
.cart-item .variation {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}

.cart-item__chip,
.cart-item .variation span,
.cart-item .variation dt,
.cart-item .variation dd {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 4px 10px;
	border: 1px solid #DBDBDE;
	border-radius: 6px;
	background: #FFFFFF;
	font-family: var(--global-font-family-1);
	font-weight: 500;
	font-size: 11px;
	line-height: 15px;
	color: #3D3D42;
}

.cart-item .variation dt {
	padding-right: 0;
	border-right: 0;
	border-radius: 6px 0 0 6px;
}

.cart-item .variation dd {
	padding-left: 4px;
	border-left: 0;
	border-radius: 0 6px 6px 0;
}

.cart-item .variation dd p {
	margin: 0;
}

.cart-item__meta:empty {
	display: none;
}

.cart-item__stock {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	font-family: var(--global-font-family-1);
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	color: #298C4D;
}

.cart-item__stock img {
	width: 14px;
	height: 14px;
	flex: 0 0 auto;
}

.cart-item__stock.is-out-of-stock {
	color: #C62828;
}

.cart-item__actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.woocommerce .cart-item__remove,
.woocommerce .cart-item a.remove.cart-item__remove,
.cart-item__remove,
.cart-item__remove.remove {
	display: inline !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: none !important;
	font-family: var(--global-font-family-1) !important;
	font-weight: 500 !important;
	font-size: 12px !important;
	line-height: 17px !important;
	color: #99999E !important;
	text-decoration: none !important;
	text-indent: 0 !important;
	box-shadow: none !important;
}

.woocommerce .cart-item a.remove.cart-item__remove:hover,
.cart-item__remove:hover {
	color: #1C1C1E !important;
	background: none !important;
}

.cart-item__dot {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #DBDBDE;
}

.cart-item__save .tinv-wraper,
.cart-item__save .tinvwl_add_to_wishlist_button {
	display: inline-flex !important;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	min-height: 0 !important;
	height: auto !important;
	width: auto !important;
	font-size: 0 !important;
	line-height: 0 !important;
	color: transparent !important;
}

.cart-item__save .tinvwl_add_to_wishlist_button::after {
	content: "Sačuvaj za kasnije";
	font-family: var(--global-font-family-1) !important;
	font-weight: 500 !important;
	font-size: 12px !important;
	line-height: 17px !important;
	color: #99999E !important;
}

.cart-item__save .tinvwl_add_to_wishlist_button.tinvwl-product-in-list::after {
	content: "Sačuvano";
}

.cart-item__save .tinvwl_add_to_wishlist_button > *,
.cart-item__save .ftinvwl,
.cart-item__save .tinvwl_add_to_wishlist_button i,
.cart-item__save .tinvwl_add_to_wishlist_button .icon,
.cart-item__save img,
.cart-item__save .tinvwl_add_to_wishlist-text,
.cart-item__save .tinvwl_remove_from_wishlist-text {
	display: none !important;
}

.cart-item__aside {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	align-self: stretch;
	flex: 0 0 auto;
	min-height: 104px;
}

.cart-item__qty-static {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	font-family: var(--global-font-family-1);
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #1C1C1E;
	text-align: center;
}

.cart-item__qty .quantity {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 108px;
	height: 42px;
	margin: 0;
	padding: 0 14px;
	border: 1px solid #DBDBDE;
	border-radius: 10px;
	background: #FFFFFF;
	box-sizing: border-box;
}

.cart-item__qty .quantity .qty {
	width: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: var(--global-font-family-1);
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #1C1C1E;
	text-align: center;
	box-shadow: none;
	appearance: textfield;
}

.cart-item__qty .quantity .qty::-webkit-outer-spin-button,
.cart-item__qty .quantity .qty::-webkit-inner-spin-button {
	appearance: none;
	margin: 0;
}

.cart-qty__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 25px;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: var(--global-font-family-1);
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #1C1C1E;
	cursor: pointer;
}

.cart-item__price,
.cart-item__price .amount,
.cart-item__price bdi {
	margin: 0;
	font-family: var(--global-font-family-1);
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: -0.16px;
	color: #1C1C1E;
	text-align: right;
}

.cart-items__actions {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Cross-sells */
.cart-crossells {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	padding: 24px;
	border-radius: 16px;
	background: #F6F6F6;
	box-sizing: border-box;
}

.cart-crossells__title {
	margin: 0;
	font-family: var(--global-font-family-1);
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.16px;
	color: #1C1C1E;
}

.cart-crossells__list {
	display: flex;
	gap: 14px;
	width: 100%;
}

.cart-crossells__item {
	display: flex;
	flex: 1 1 0;
	align-items: center;
	gap: 12px;
	min-width: 0;
	height: 100px;
	padding: 12px;
	border: 1px solid #DBDBDE;
	border-radius: 12px;
	background: #FFFFFF;
	box-sizing: border-box;
	text-decoration: none !important;
	color: inherit;
	cursor: pointer;
}

.cart-crossells__item:hover {
	border-color: #C8C8CC;
	color: inherit;
	text-decoration: none !important;
}

.cart-crossells__thumb {
	display: block;
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	overflow: hidden;
	border: 1px solid #EBEBED;
	border-radius: 8px;
	background: #F6F6F6;
}

.cart-crossells__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.cart-crossells__meta {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	overflow: hidden;
}

.cart-crossells__name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-family: var(--global-font-family-1);
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #1C1C1E;
	text-decoration: none;
	word-break: break-word;
}

.cart-crossells__price,
.cart-crossells__price .amount,
.cart-crossells__price bdi,
.cart-crossells__price del,
.cart-crossells__price ins {
	margin: 0;
	font-family: var(--global-font-family-1);
	font-weight: 600;
	font-size: 12.5px;
	line-height: 18px;
	color: #1C1C1E;
	text-decoration: none;
	background: transparent;
}

.cart-crossells__price {
	display: block;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cart-crossells__add {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	margin-left: auto;
	border-radius: 17px;
	background: #1C1C1E;
	font-family: var(--global-font-family-1);
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF !important;
	text-decoration: none !important;
	pointer-events: none;
	position: relative;
	z-index: 1;
}

/* Mid desktop: sidebar + 3 cards squeeze — wrap to 2 cols */
@media (max-width: 1280px) and (min-width: 1024px) {
	.cart-page__sidebar {
		flex: 0 0 360px;
		width: 360px;
	}

	.cart-crossells__list {
		flex-wrap: wrap;
		gap: 12px;
	}

	.cart-crossells__item {
		flex: 1 1 calc(50% - 6px);
		max-width: calc(50% - 6px);
		min-width: 0;
		height: auto;
		min-height: 92px;
	}
}

.cart-crossells__item:hover .cart-crossells__add {
	background: #000000;
}

/* Summary */
.cart-summary {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	padding: 28px;
	border-radius: 16px;
	background: #F6F6F6;
	box-sizing: border-box;
}

.cart-summary__title {
	margin: 0;
	font-family: var(--global-font-family-1);
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.18px;
	color: #1C1C1E;
}

.cart-summary__coupon {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
}

.cart-summary__coupon .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.cart-summary__coupon-input,
.cart-summary__coupon input.input-text {
	flex: 1 1 auto !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 44px !important;
	margin: 0 !important;
	padding: 0 14px !important;
	border: 1px solid #DBDBDE !important;
	border-radius: 10px !important;
	background: #FFFFFF !important;
	font-family: var(--global-font-family-1) !important;
	font-weight: 400 !important;
	font-size: 13px !important;
	line-height: 18px !important;
	color: #1C1C1E !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	float: none !important;
}

.cart-summary__coupon-input::placeholder {
	color: #99999E;
}

.cart-summary__coupon-btn.button,
.woocommerce .cart-summary__coupon button.button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 88px !important;
	width: 88px !important;
	min-width: 88px !important;
	height: 44px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1.5px solid #1C1C1E !important;
	border-radius: 10px !important;
	background: #FFFFFF !important;
	font-family: var(--global-font-family-1) !important;
	font-weight: 600 !important;
	font-size: 13px !important;
	line-height: 18px !important;
	color: #1C1C1E !important;
	box-shadow: none !important;
	float: none !important;
}

/* Plugin discount selector (before title) */
.cart-summary > p,
.cart_totals > p {
	margin: 0;
	font-family: var(--global-font-family-1);
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #737378;
}

.cart-summary > select,
.cart_totals > select {
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 0 36px 0 14px;
	border: 1px solid #DBDBDE;
	border-radius: 10px;
	background-color: #FFFFFF;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23737378' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	font-family: var(--global-font-family-1);
	font-size: 13px;
	color: #1C1C1E;
	box-sizing: border-box;
	appearance: none;
}

/* MySpotlight / ERSTE discount widget */
.cart-summary #msllWidgetArea,
.cart-summary .msllWidgetArea {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
	margin: 0;
	position: relative;
}

.cart-summary #msllWidgetOverlay {
	border-radius: 10px;
}

.cart-summary #msllWidgetArea .widget-select,
.cart-summary #msllWidgetArea .myspotlight-widget,
.cart-summary #msllWidgetArea .erste-widget {
	flex-direction: column;
	gap: 8px;
	width: 100%;
	margin: 0 !important;
}

.cart-summary #msllWidgetArea .widget-select {
	display: flex;
}

.cart-summary #msllWidgetArea .myspotlight-widget[style*="display: block"],
.cart-summary #msllWidgetArea .erste-widget[style*="display: block"] {
	display: flex !important;
}

.cart-summary #msllWidgetArea .widget-select label,
.cart-summary #msllWidgetArea .msll-text,
.cart-summary #msllWidgetArea .erste-text {
	margin: 0;
	font-family: var(--global-font-family-1);
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #737378;
}

.cart-summary #msllWidgetArea .widget-select br {
	display: none;
}

.cart-summary #msllWidgetArea #cbSelType,
.cart-summary #msllWidgetArea select.input-text,
.cart-summary #msllWidgetArea input.input-text {
	width: 100% !important;
	height: 44px !important;
	margin: 0 !important;
	padding: 0 14px !important;
	border: 1px solid #DBDBDE !important;
	border-radius: 10px !important;
	background: #FFFFFF !important;
	font-family: var(--global-font-family-1) !important;
	font-weight: 400 !important;
	font-size: 13px !important;
	line-height: 18px !important;
	color: #1C1C1E !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

.cart-summary #msllWidgetArea #cbSelType {
	padding-right: 36px !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23737378' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 14px center !important;
}

.cart-summary #msllWidgetArea .msll-field-container,
.cart-summary #msllWidgetArea .erste-input {
	display: flex !important;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.cart-summary #msllWidgetArea .msll-barcode,
.cart-summary #msllWidgetArea .msll-check-button,
.cart-summary #msllWidgetArea .erste-input input.input-text {
	flex: 1 1 auto;
	min-width: 0;
	width: auto !important;
	display: block;
}

.cart-summary #msllWidgetArea .msll-check-button {
	flex: 0 0 auto;
	width: auto;
}

.cart-summary #msllWidgetArea #msllCheckBarcode,
.cart-summary #msllWidgetArea #ersteCheck,
.cart-summary #msllWidgetArea button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	height: 44px !important;
	margin: 0 !important;
	padding: 0 16px !important;
	border: 1.5px solid #1C1C1E !important;
	border-radius: 10px !important;
	background: #FFFFFF !important;
	font-family: var(--global-font-family-1) !important;
	font-weight: 600 !important;
	font-size: 13px !important;
	line-height: 18px !important;
	color: #1C1C1E !important;
	box-shadow: none !important;
	cursor: pointer;
}

.cart-summary #msllWidgetArea #msllResult {
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #DBDBDE;
	border-radius: 10px;
	background: #FFFFFF;
}

.cart-summary #msllWidgetArea #msllResult table {
	width: 100%;
	border-collapse: collapse;
}

.cart-summary #msllWidgetArea #msllResult td {
	padding: 8px 0;
	border-bottom: 1px solid #EBEBED;
	font-family: var(--global-font-family-1);
	font-size: 13px;
	line-height: 18px;
	color: #737378;
	vertical-align: top;
}

.cart-summary #msllWidgetArea #msllResult tr:last-child td {
	border-bottom: 0;
}

.cart-summary #msllWidgetArea #msllResult td.msll-right {
	text-align: right;
	font-weight: 500;
	color: #1C1C1E;
}

.cart-summary #msllWidgetArea #msllResult label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-family: var(--global-font-family-1);
	font-size: 13px;
	line-height: 18px;
	color: #1C1C1E;
	cursor: pointer;
}

.cart-summary #msllWidgetArea #msllResult input[type="radio"] {
	margin-top: 2px;
	accent-color: #1C1C1E;
}

.cart-summary__table {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.cart-summary__row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	margin: 0;
}

.cart-summary__label {
	flex: 0 1 auto;
	font-family: var(--global-font-family-1);
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #737378;
	white-space: nowrap;
}

.cart-summary__value,
.cart-summary__value .amount,
.cart-summary__value bdi {
	margin: 0;
	margin-left: auto;
	font-family: var(--global-font-family-1);
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #1C1C1E;
	text-align: right;
}

.cart-summary__value.is-free,
.cart-summary__shipping.is-free .cart-summary__value,
.cart-summary__shipping.is-free .woocommerce-Price-amount,
.cart-summary__shipping.is-free .amount {
	color: #298C4D;
	font-weight: 500;
}

.cart-summary__row--total {
	padding-top: 16px;
	border-top: 1px solid #DBDBDE;
}

.cart-summary__row--total .cart-summary__label {
	font-weight: 600;
	font-size: 15px;
	line-height: 21px;
	color: #1C1C1E;
}

.cart-summary__row--total .cart-summary__value,
.cart-summary__row--total .cart-summary__value .amount,
.cart-summary__row--total .cart-summary__value bdi,
.cart-summary__row--total .cart-summary__value strong {
	font-weight: 700;
	font-size: 17px;
	line-height: 24px;
	color: #1C1C1E;
}

.cart-summary__row--total .includes_tax,
.cart-summary .includes_tax {
	display: none !important;
}

.cart-summary__tax-note {
	margin: -8px 0 0;
	font-family: var(--global-font-family-1);
	font-weight: 400;
	font-size: 11px;
	line-height: 15px;
	color: #99999E;
}

.cart-summary__shipping {
	width: 100%;
}

.cart-summary__shipping .cart-summary__row {
	align-items: flex-start;
}

.cart-summary__shipping .cart-summary__label {
	padding-top: 1px;
	flex: 0 0 auto;
}

.cart-summary__shipping .cart-summary__value {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
	flex: 1 1 auto;
	min-width: 0;
}

.cart-summary .woocommerce-shipping-methods {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cart-summary .woocommerce-shipping-methods li {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	margin: 0;
	text-align: right;
}

.cart-summary .woocommerce-shipping-methods input.shipping_method {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: #1C1C1E;
}

.cart-summary .woocommerce-shipping-methods label {
	margin: 0;
	font-family: var(--global-font-family-1);
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #1C1C1E;
	cursor: pointer;
}

.cart-summary .woocommerce-shipping-destination,
.cart-summary .woocommerce-shipping-contents,
.cart-summary .woocommerce-shipping-calculator {
	display: none !important;
}

.cart-summary .wc-proceed-to-checkout {
	width: 100%;
	padding: 0;
	margin: 0;
}

.cart-summary__checkout.button,
.woocommerce .cart-summary a.checkout-button.button.alt,
.woocommerce-cart .cart-summary a.checkout-button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100% !important;
	height: 54px !important;
	margin: 0 !important;
	padding: 0 18px !important;
	border: 0 !important;
	border-radius: 12px !important;
	background: #1C1C1E !important;
	font-family: var(--global-font-family-1) !important;
	font-weight: 600 !important;
	font-size: 15px !important;
	line-height: 21px !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

.cart-summary__checkout:hover,
.woocommerce .cart-summary a.checkout-button.button.alt:hover {
	background: #000000 !important;
	color: #FFFFFF !important;
}

.cart-summary__checkout img {
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
}

.cart-summary__secure {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	font-family: var(--global-font-family-1);
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	color: #99999E;
}

.cart-summary__secure img {
	width: 14px;
	height: 14px;
}

.cart-summary__pays {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 8px;
	width: 100%;
}

.cart-summary__pay {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border: 1px solid #DBDBDE;
	border-radius: 6px;
	background: #FFFFFF;
	font-family: var(--global-font-family-1);
	font-weight: 600;
	font-size: 10px;
	line-height: 11px;
	letter-spacing: 0.2px;
	color: #3D3D42;
}

/* Empty cart */
.cart-empty {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	padding: 40px 0;
}

.cart-empty .cart-empty-message,
.cart-empty .woocommerce-info {
	margin: 0;
	font-family: var(--global-font-family-1);
	font-size: 16px;
	line-height: 24px;
	color: #737378;
	background: transparent;
	border: 0;
	padding: 0;
}

.cart-empty .woocommerce-info::before,
.cart-empty .woocommerce-message::before,
.cart-empty .wc-block-components-notice-banner__content::before {
	display: none !important;
	content: none !important;
}

.cart-empty .woocommerce-info .svg-icon,
.cart-empty .woocommerce-info svg,
.cart-empty .woocommerce-info .wc-block-components-notice-banner__icon {
	display: none !important;
}

.cart-empty__btn.button,
.woocommerce .cart-empty a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 0 24px;
	border: 0;
	border-radius: 12px;
	background: #1C1C1E !important;
	font-family: var(--global-font-family-1);
	font-weight: 600;
	font-size: 14px;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.return-to-shop {
	margin: 0;
}

/* Tablet + mobile: stack columns (sidebar below items) */
@media (max-width: 1023px) {
	.cart-page__layout {
		flex-direction: column;
		gap: 20px;
	}

	.cart-page__sidebar {
		flex: 0 0 auto;
		width: 100%;
	}

	.cart-page__main {
		width: 100%;
	}
}

/* Tablet: 768px – 1023px (nema Figme — između desktopa i mobilnog) */
@media (min-width: 768px) and (max-width: 1023px) {
	.cart-shell__inner.page-width-boxed-2 {
		padding-left: 24px;
		padding-right: 24px;
	}

	.cart-page {
		gap: 24px;
		padding: 24px 0 72px;
	}

	.cart-page__layout {
		gap: 24px;
	}

	.cart-page__main {
		gap: 20px;
	}

	.cart-page__title {
		font-size: 28px;
		line-height: 34px;
		letter-spacing: -0.56px;
	}

	.cart-page__count {
		font-size: 13px;
		line-height: 20px;
	}

	.cart-freeship {
		padding: 14px 16px;
	}

	.cart-item {
		gap: 16px;
		padding: 20px 0;
	}

	.cart-item__thumb {
		flex: 0 0 96px;
		width: 96px;
		height: 96px;
	}

	.cart-item__info {
		gap: 7px;
	}

	.cart-item__name,
	.cart-item .product-name a,
	.cart-item .product-name {
		font-size: 15px;
		line-height: 20px;
	}

	.cart-item__aside {
		flex: 0 0 108px;
		width: 108px;
	}

	.cart-item__qty .quantity {
		width: 104px;
		height: 40px;
	}

	.cart-item__price,
	.cart-item__price .amount,
	.cart-item__price bdi {
		font-size: 15px;
		line-height: 18px;
		letter-spacing: -0.15px;
	}

	.cart-crossells {
		padding: 20px;
		gap: 14px;
	}

	.cart-crossells__list {
		flex-wrap: wrap;
		gap: 12px;
	}

	.cart-crossells__item {
		flex: 1 1 240px;
		min-width: 0;
		height: auto;
		min-height: 92px;
	}

	.cart-summary {
		padding: 24px;
		gap: 16px;
	}

	.cart-summary__checkout.button,
	.woocommerce .cart-summary a.checkout-button {
		height: 52px !important;
		font-size: 15px !important;
	}
}

/* Mobile — Figma 904:2 */
@media (max-width: 767px) {
	.cart-shell__inner.page-width-boxed-2 {
		padding-left: 8px;
		padding-right: 8px;
	}

	.cart-page {
		gap: 16px;
		padding: 16px 0 40px;
	}

	.cart-page__title {
		font-size: 22px;
		line-height: 37px;
		letter-spacing: -0.44px;
	}

	.cart-page__count {
		font-size: 12px;
		line-height: 20px;
	}

	.cart-page__empty {
		font-size: 12px;
		line-height: 18px;
	}

	.cart-page__layout {
		gap: 16px;
	}

	.cart-page__main {
		gap: 16px;
	}

	.cart-freeship {
		padding: 12px;
	}

	.cart-freeship__text {
		font-size: 12px;
		line-height: 18px;
	}

	.cart-item {
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 12px;
		padding: 16px 0;
	}

	.cart-item__thumb {
		flex: 0 0 88px;
		width: 88px;
		height: 88px;
	}

	.cart-item__info {
		flex: 1 1 0;
		gap: 6px;
	}

	.cart-item__brand {
		font-size: 11px;
		line-height: 11px;
		letter-spacing: 0.66px;
	}

	.cart-item__name,
	.cart-item .product-name a,
	.cart-item .product-name {
		font-size: 13px;
		line-height: 21px;
	}

	.cart-item__stock {
		font-size: 11px;
		line-height: 17px;
	}

	.cart-item__actions,
	.cart-item__remove,
	.cart-item__save,
	.cart-item__save .tinvwl_add_to_wishlist_button,
	.cart-item__save .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text {
		font-size: 11px !important;
		line-height: 17px !important;
	}

	.cart-item__aside {
		flex: 0 0 100%;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		align-self: stretch;
		width: 100%;
		min-height: 0;
	}

	.cart-item__qty .quantity {
		width: 100px;
		height: 40px;
		padding: 0 14px;
	}

	.cart-item__price,
	.cart-item__price .amount,
	.cart-item__price bdi {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: -0.14px;
	}

	.cart-crossells {
		padding: 16px;
		gap: 16px;
	}

	.cart-crossells__list {
		flex-direction: column;
		gap: 12px;
	}

	.cart-crossells__item {
		flex: 0 0 auto;
		width: 100%;
		height: auto;
		min-height: 80px;
	}

	.cart-crossells__name {
		-webkit-line-clamp: 2;
		font-size: 13px;
		line-height: 16px;
	}

	.cart-crossells__price,
	.cart-crossells__price .amount,
	.cart-crossells__price bdi {
		font-size: 14px;
		line-height: 18px;
	}

	.cart-summary {
		padding: 16px;
		gap: 16px;
	}

	.cart-summary__title {
		font-size: 18px;
		line-height: 22px;
	}

	.cart-summary__row {
		gap: 10px;
	}

	.cart-summary__label {
		font-size: 13px;
		line-height: 20px;
	}

	.cart-summary__value,
	.cart-summary__value .amount,
	.cart-summary__value bdi {
		font-size: 13px;
		line-height: 20px;
	}

	.cart-summary__row--total .cart-summary__label {
		font-size: 14px;
		line-height: 21px;
		font-weight: 600;
	}

	.cart-summary__row--total .cart-summary__value,
	.cart-summary__row--total .cart-summary__value .amount,
	.cart-summary__row--total .cart-summary__value bdi {
		font-size: 13px;
		line-height: 24px;
		font-weight: 700;
	}

	.cart-summary__tax-note {
		font-size: 11px;
		line-height: 15px;
	}

	.cart-summary__checkout.button,
	.woocommerce .cart-summary a.checkout-button {
		height: 48px;
		font-size: 14px;
		line-height: 21px;
	}

	.cart-summary__secure {
		font-size: 13px;
		line-height: 17px;
	}

	.cart-summary__pay {
		font-size: 11px;
		line-height: 11px;
		letter-spacing: 0.22px;
	}

	/* MySpotlight widget in summary */
	.cart-summary #msllWidgetArea,
	.cart_totals #msllWidgetArea {
		padding: 0;
	}

	.cart-empty {
		padding: 24px 0;
	}
}
