a.toggle-favorite-list {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(/wp-content/themes/derman/assets/images/star.svg) no-repeat center;
    background-size: contain;
    float: right;
}

a.toggle-favorite-list.in-list {
    background: url(/wp-content/themes/derman/assets/images/star-active.svg) no-repeat center;
    background-size: contain;
}

span.favorite-count {
    background: #106cd8;
    color: #ffffff;
    border-radius: 500px;
    width: auto;
    padding: 0 7px;
    height: 20px;
    text-align: center;
    font-size: 11px;
}

span.favorite-count:empty {
    display: none;
}

.products .product a.toggle-favorite-list {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.favorite-popover {
	position: absolute;
	z-index: 9999;
	width: 240px;
	max-height: 320px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 12px;
	box-shadow: 0 12px 32px rgba(20, 44, 70, 0.18);
	padding: 8px;
	animation: fav-pop-in 0.14s ease;
}

@keyframes fav-pop-in {
	from { opacity: 0; transform: translateY(-4px); }
	to { opacity: 1; transform: translateY(0); }
}

.favorite-popover__title {
	padding: 4px 10px 8px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #93a0ad;
}

.favorite-popover__row {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 9px 10px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 14px;
}

.favorite-popover__row:hover { background: #f4f7f2; }
.favorite-popover__row input { accent-color: #83B735; width: 17px; height: 17px; }
.favorite-popover__name { flex: 1; color: #142C46; }
.favorite-popover__count { color: #9aa6b2; font-size: 12px; }

.favorite-popover__new {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 6px;
	padding-top: 8px;
	border-top: 1px solid #eef0f2;
}

.favorite-popover__new input {
	flex: 1 1 auto;
	min-width: 0;
	height: 40px !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	border: 1px solid #d8dde2;
	border-radius: 8px;
	padding: 0 12px !important;
	font-size: 14px;
	line-height: normal !important;
}
.favorite-popover__new input:focus { outline: none; border-color: #83B735; box-shadow: 0 0 0 3px rgba(131, 183, 53, 0.18); }

.favorite-popover__new button {
	flex: 0 0 auto !important;
	width: 40px !important;
	min-width: 0 !important;
	height: 40px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: #83B735 !important;
	color: #fff !important;
	padding: 0 !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	text-transform: none !important;
	box-shadow: none !important;
	cursor: pointer;
	transition: background 0.15s ease;
}
.favorite-popover__new button:hover { background: #74a32f !important; }

.fav-overview-mode .woocommerce ul.products,
.fav-overview-mode .woocommerce nav.woocommerce-pagination,
.fav-overview-mode .woocommerce-result-count,
.fav-overview-mode .woocommerce-ordering { display: none !important; }

/* Skjul kampagne-sektion på favoritter-siden (oversigt + enkelt liste) */
.fav-page .featured-offers { display: none !important; }

/* --- Favoritter: liste-oversigt (theme-proof: scopede resets vinder over Elementor/Woo-knapper) --- */
.favorite-lists-overview {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 20px;
	margin: 28px 0;
}

.favorite-lists-overview button {
	font-family: inherit;
	text-transform: none !important;
	letter-spacing: normal !important;
	box-shadow: none !important;
	min-width: 0 !important;
	line-height: 1.2 !important;
}

.favorite-list-card {
	border: 1px solid #e6e9ec;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.2s cubic-bezier(0.22, 1, 0.36, 1), transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.favorite-list-card:hover { box-shadow: 0 14px 30px rgba(20, 44, 70, 0.13); transform: translateY(-3px); }
.favorite-list-card__open { text-decoration: none; color: inherit; display: block; }
.favorite-list-card__thumbs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 2px;
	aspect-ratio: 1 / 1;
	background: #eef1f4;
}
.favorite-list-card__thumbs img {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	min-width: 0;
	min-height: 0;
	aspect-ratio: auto !important;
	object-fit: contain !important;
	background: #fff;
	padding: 8px;
	box-sizing: border-box;
}
.favorite-list-card__thumb-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: #f6f8fa url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20stroke='%23c3ccd6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20x='3'%20y='4'%20width='18'%20height='16'%20rx='2'/%3E%3Ccircle%20cx='8.5'%20cy='9.5'%20r='1.5'/%3E%3Cpath%20d='M21%2015l-5-5L6%2020'/%3E%3C/svg%3E") no-repeat center / 26px;
}
.favorite-list-card__meta { padding: 14px 16px; display: flex; flex-direction: column; gap: 3px; }
.favorite-list-card__name { font-weight: 700; color: #142C46; font-size: 15px; line-height: 1.3; }
.favorite-list-card__count { color: #93a0ad; font-size: 13px; }

.favorite-list-card__actions { display: flex; margin-top: auto; border-top: 1px solid #eef0f2; }
.favorite-list-card__actions button {
	flex: 1 1 0 !important;
	width: auto !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #6b7a89 !important;
	padding: 12px 8px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}
.favorite-list-card__actions button + button { border-left: 1px solid #eef0f2; }
.favorite-list-card__actions .favorite-list-rename:hover { background: #f4f7f2 !important; color: #142C46 !important; }
.favorite-list-card__actions .favorite-list-delete { color: #c0392b !important; }
.favorite-list-card__actions .favorite-list-delete:hover { background: #fdecea !important; }

.favorite-list-create-card {
	align-items: stretch;
	justify-content: center;
	gap: 12px;
	padding: 22px 18px;
	border: 1px dashed #cdd5dd !important;
	background: #fbfcfb;
	border-radius: 16px;
}
.favorite-list-create-card::before {
	content: "+";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin: 0 auto 4px;
	border-radius: 50%;
	background: #eef4e6;
	color: #83B735;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
}
.favorite-list-create-card input {
	width: 100%;
	border: 1px solid #d8dde2;
	border-radius: 10px;
	padding: 11px 12px;
	font-size: 14px;
}
.favorite-list-create-card input:focus { outline: none; border-color: #83B735; box-shadow: 0 0 0 3px rgba(131, 183, 53, 0.18); }
.favorite-list-create-card button {
	width: 100% !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: #83B735 !important;
	color: #fff !important;
	padding: 12px 14px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	cursor: pointer;
	transition: background 0.15s ease;
}
.favorite-list-create-card button:hover { background: #74a32f !important; }