.btec-compare-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;margin-top:10px;padding:9px 14px;border:1px solid #cfd5df;border-radius:6px;background:#fff;color:#243044;font:inherit;font-weight:600;cursor:pointer;transition:.18s ease}.btec-compare-button:hover,.btec-compare-button.is-active{border-color:#2166d1;background:#eef5ff;color:#174e9d}.btec-compare-button__icon{font-size:18px;line-height:1}.btec-compare-button--loop{width:100%}.btec-compare-panel[hidden]{display:none!important}.btec-compare-panel{position:fixed;z-index:99998;right:20px;bottom:20px;min-width:330px;max-width:calc(100vw - 30px);border:1px solid rgba(0,0,0,.1);border-radius:12px;background:#fff;box-shadow:0 12px 35px rgba(0,0,0,.18);direction:rtl}.btec-compare-panel__inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 15px}.btec-compare-panel__count{display:flex;align-items:center;gap:8px}.btec-compare-panel__count strong{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#2166d1;color:#fff}.btec-compare-panel__count span{font-weight:600}.btec-compare-panel__actions{display:flex;align-items:center;gap:8px}.btec-compare-panel__clear{border:0;background:transparent;color:#6b7280;cursor:pointer}.btec-compare-panel__open{display:inline-flex;padding:9px 13px;border-radius:6px;background:#2166d1;color:#fff!important;text-decoration:none;font-weight:700}.btec-compare-page{direction:rtl}.btec-compare-loading,.btec-compare-error{padding:30px;text-align:center}.btec-compare-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:15px}.btec-compare-differences-toggle{display:flex;align-items:center;gap:8px;font-weight:600}.btec-compare-clear-all{border:1px solid #d0d5dd;border-radius:6px;background:#fff;padding:8px 12px;cursor:pointer}.btec-compare-table-wrap{overflow:auto;border:1px solid #e1e5ea;border-radius:10px;background:#fff}.btec-compare-table{width:100%;min-width:calc(190px + var(--btec-product-count)*230px);border-collapse:separate;border-spacing:0;table-layout:fixed;margin:0}.btec-compare-table th,.btec-compare-table td{padding:14px;border-inline-start:1px solid #e8ebef;border-bottom:1px solid #e8ebef;text-align:center;vertical-align:middle}.btec-compare-table tr:last-child th,.btec-compare-table tr:last-child td{border-bottom:0}.btec-compare-label-cell{position:sticky;right:0;z-index:3;width:190px;min-width:190px;background:#f7f8fa!important;text-align:right!important;font-weight:700;border-inline-start:0!important}.btec-compare-table thead .btec-compare-label-cell{z-index:5}.btec-compare-product-cell{position:relative;width:230px;min-width:230px;background:#fff;vertical-align:top!important}.btec-compare-remove-product{position:absolute;top:8px;left:8px;width:28px;height:28px;border:1px solid #d7dce2;border-radius:50%;background:#fff;color:#4b5563;font-size:19px;line-height:24px;cursor:pointer}.btec-compare-product-image{display:flex;align-items:center;justify-content:center;height:150px;margin-bottom:10px}.btec-compare-product-image img{max-width:145px;max-height:145px;object-fit:contain}.btec-compare-product-title{display:block;min-height:48px;color:inherit;text-decoration:none;font-weight:700;line-height:1.35}.btec-compare-product-sku{margin-top:7px;color:#737b87;font-size:12px}.btec-compare-product-price{margin-top:9px;font-weight:700}.btec-compare-add-to-cart{margin-top:10px!important}.btec-compare-empty-value{color:#9aa1aa}.btec-compare-empty{padding:55px 20px;text-align:center;border:1px dashed #ccd2da;border-radius:10px;background:#fafbfc}.btec-compare-empty__icon{font-size:42px;color:#7b8796}.btec-compare-empty h3{margin:10px 0 6px}.btec-compare-empty p{margin:0;color:#667085}@media(max-width:767px){.btec-compare-panel{right:10px;left:10px;bottom:10px;min-width:0}.btec-compare-panel__inner{gap:10px;padding:10px}.btec-compare-panel__count span{display:none}.btec-compare-toolbar{align-items:flex-start;flex-direction:column}.btec-compare-label-cell{width:135px;min-width:135px}.btec-compare-product-cell{width:205px;min-width:205px}.btec-compare-table{min-width:calc(135px + var(--btec-product-count)*205px)}.btec-compare-table th,.btec-compare-table td{padding:11px 9px}.btec-compare-product-image{height:120px}.btec-compare-product-image img{max-width:115px;max-height:115px}}

/* Catalog compare icon: positioned like a WooCommerce badge over the product image. */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
	position:relative;
}
.btec-compare-loop-icon{
	position:absolute;
	z-index:12;
	top:10px;
	left:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	width:38px;
	height:38px;
	margin:0;
	padding:0;
	border:1px solid rgba(0,0,0,.12);
	border-radius:50%;
	background:#fff;
	color:#263244;
	box-shadow:0 2px 8px rgba(0,0,0,.12);
	cursor:pointer;
	line-height:1;
	transition:transform .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease;
}
.btec-compare-loop-icon:hover,
.btec-compare-loop-icon:focus-visible{
	transform:translateY(-1px);
	border-color:#2166d1;
	background:#eef5ff;
	color:#174e9d;
	outline:none;
}
.btec-compare-loop-icon.is-active{
	border-color:#2166d1;
	background:#2166d1;
	color:#fff;
}
.btec-compare-loop-icon__svg{
	display:flex;
	align-items:center;
	justify-content:center;
}
.btec-compare-loop-icon svg{
	display:block;
}
/* Cancel the generic text-button rules for the catalog icon. */
.btec-compare-button.btec-compare-loop-icon{
	gap:0;
	margin-top:0;
	font:inherit;
	font-weight:400;
}
