.leohaz-heart-btn {
position: relative;
background: none;
border: none;
cursor: pointer;
padding: 4px;
display: flex;
align-items: center;
justify-content: center;
}
.leohaz-heart-btn svg,
.leohaz-heart-btn img,
.leohaz-heart-btn * {
width: 28px;
height: 28px;
color: #00FF00 !important;
fill: #00FF00 !important;
} .leohaz-fav-count {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: transparent;
color: #000;
font-size: 9px;
font-weight: 900;
width: 28px;
height: 28px;
border-radius: 50%;
display: none;
align-items: center;
justify-content: center;
line-height: 1;
font-family: sans-serif;
z-index: 10;
pointer-events: none;
} .leohaz-menu-count {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: transparent;
color: #000;
font-size: 9px;
font-weight: 900;
width: 100%;
height: 100%;
display: none;
align-items: center;
justify-content: center;
line-height: 1;
font-family: sans-serif;
pointer-events: none;
} a[href*="/Favorites"],
a[href*="/favorites"] {
position: relative;
display: inline-flex;
align-items: center;
} .leohaz-img-wrapper {
position: relative !important;
display: block !important;
width: 100% !important;
line-height: 0;
}
.leohaz-img-wrapper img {
display: block !important;
width: 100% !important;
height: auto !important;
} .leohaz-img-heart {
position: absolute !important;
top: 10px !important;
right: 10px !important;
bottom: auto !important;
left: auto !important;
width: 48px !important;
height: 48px !important;
border-radius: 50%;
background: rgba(255, 255, 255, 0.30) !important;
border: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
padding: 0;
transition: background 0.2s;
}
.leohaz-img-heart svg {
width: 22px !important;
height: 22px !important;
color: rgba(220, 220, 220, 0.9);
transition: color 0.2s;
}
.leohaz-img-heart:hover {
background: rgba(255, 255, 255, 0.50) !important;
}
.leohaz-img-heart.is-favorite svg {
color: #00FF00;
} @keyframes leohaz-pop {
0%   { transform: scale(1); }
50%  { transform: scale(1.4); }
100% { transform: scale(1); }
}
.leohaz-heart-pop svg {
animation: leohaz-pop 0.4s ease;
} #leohaz-fav-popup {
display: none;
position: fixed;
inset: 0;
z-index: 99999;
}
#leohaz-fav-popup.is-open {
display: block;
}
.leohaz-popup-overlay {
position: absolute;
inset: 0;
background: rgba(0,0,0,0.6);
} .leohaz-popup-inner {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: #2a2a2a;
border-radius: 16px 16px 0 0;
max-height: 85vh;
display: flex;
flex-direction: column;
z-index: 1;
overflow: hidden;
}
@media (min-width: 768px) {
.leohaz-popup-inner {
top: 50%;
left: 50%;
right: auto;
bottom: auto;
transform: translate(-50%, -50%);
width: 520px;
max-height: 80vh;
border-radius: 16px;
}
} .leohaz-popup-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 18px 20px 14px;
border-bottom: 1px solid #444;
flex-shrink: 0;
}
.leohaz-popup-title {
color: #fff;
font-size: 18px;
font-weight: 600;
letter-spacing: 0.03em;
}
.leohaz-popup-close {
background: none;
border: none;
color: #aaa;
font-size: 20px;
cursor: pointer;
padding: 4px 8px;
line-height: 1;
transition: color 0.2s;
}
.leohaz-popup-close:hover { color: #fff; } .leohaz-popup-body {
overflow-y: auto;
padding: 16px 20px 24px;
display: flex;
flex-direction: column;
gap: 16px;
flex: 1;
} .leohaz-empty-msg {
color: #888;
text-align: center;
padding: 32px 0;
line-height: 1.6;
margin: 0;
} .leohaz-fav-list {
display: flex;
flex-direction: column;
gap: 10px;
}
.leohaz-fav-item {
display: flex;
align-items: center;
gap: 12px;
background: #333;
border-radius: 10px;
padding: 8px 10px;
}
.leohaz-fav-thumb {
width: 52px;
height: 52px;
object-fit: cover;
border-radius: 6px;
flex-shrink: 0;
}
.leohaz-fav-name {
flex: 1;
color: #fff;
font-size: 14px;
line-height: 1.3;
}
.leohaz-fav-remove {
background: none;
border: none;
color: #666;
font-size: 16px;
cursor: pointer;
padding: 4px 6px;
transition: color 0.2s;
flex-shrink: 0;
}
.leohaz-fav-remove:hover { color: #ff4444; } .leohaz-popup-form {
display: flex;
flex-direction: column;
gap: 10px;
border-top: 1px solid #444;
padding-top: 16px;
margin-top: 4px;
}
.leohaz-popup-form input {
background: #333;
border: 1px solid #555;
border-radius: 8px;
color: #fff;
padding: 10px 14px;
font-size: 14px;
outline: none;
transition: border-color 0.2s;
width: 100%;
box-sizing: border-box;
}
.leohaz-popup-form input:focus {
border-color: #00FF00;
}
.leohaz-popup-form input::placeholder {
color: #888;
}
.leohaz-inquire-btn {
background: #00FF00;
color: #000;
border: none;
border-radius: 8px;
padding: 12px 16px;
font-size: 15px;
font-weight: 700;
cursor: pointer;
transition: background 0.2s, transform 0.1s;
text-align: center;
letter-spacing: 0.02em;
}
.leohaz-inquire-btn:hover { background: #00e600; }
.leohaz-inquire-btn:active { transform: scale(0.98); } #leohaz-toast {
position: fixed;
bottom: 30px;
left: 50%;
transform: translateX(-50%) translateY(20px);
background: #2a2a2a;
color: #fff;
padding: 12px 20px;
border-radius: 10px;
font-size: 14px;
z-index: 999999;
opacity: 0;
transition: opacity 0.3s, transform 0.3s;
pointer-events: none;
white-space: nowrap;
border: 1px solid #444;
}
#leohaz-toast.leohaz-toast-show {
opacity: 1;
transform: translateX(-50%) translateY(0);
}
#leohaz-toast.leohaz-toast-hide {
opacity: 0;
transform: translateX(-50%) translateY(20px);
}
.leohaz-toast-heart {
color: #00FF00;
margin-right: 6px;
} .leohaz-fav-page {
padding: 24px;
color: #fff;
background: transparent;
}
.leohaz-fav-page-header h1 {
font-size: 20px;
margin: 0 0 16px;
display: flex;
align-items: center;
gap: 8px;
color: #fff;
}
.leohaz-fav-page-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
}
.leohaz-fav-page-item {
background: #2a2a2a;
border-radius: 10px;
overflow: hidden;
display: flex;
flex-direction: column;
} .leohaz-fav-page-item .thumb-wrap {
width: 100%;
max-width: 80%;
margin: 0 auto;
aspect-ratio: 4/3;
overflow: hidden;
background: #111;
}
.leohaz-fav-page-item img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}
.leohaz-fav-page-item .meta {
padding: 12px;
display: flex;
flex-direction: column;
gap: 8px;
}
.leohaz-fav-page-item .title {
font-size: 14px;
margin: 0;
color: #fff;
}
.leohaz-fav-page-item .actions {
display: flex;
gap: 8px;
align-items: center;
justify-content: space-between;
}
.leohaz-fav-page .leohaz-fav-remove {
background: transparent;
border: 1px solid #555;
color: #fff;
padding: 6px 10px;
border-radius: 6px;
cursor: pointer;
font-size: 13px;
transition: border-color 0.2s, color 0.2s;
}
.leohaz-fav-page .leohaz-fav-remove:hover {
border-color: #ff4444;
color: #ff4444;
}
.leohaz-fav-page .leohaz-fav-select {
margin-right: 6px;
accent-color: #00FF00;
}
.select-chk {
color: #aaa;
font-size: 13px;
cursor: pointer;
display: flex;
align-items: center;
} .leohaz-fav-page-form {
margin-top: 24px;
display: flex;
gap: 10px;
align-items: center;
flex-wrap: wrap;
border-top: 1px solid #444;
padding-top: 20px;
}
.leohaz-fav-page-form input[type="text"],
.leohaz-fav-page-form input[type="email"] {
background: #333;
border: 1px solid #555;
color: #fff;
padding: 10px 14px;
border-radius: 8px;
min-width: 180px;
font-size: 14px;
outline: none;
transition: border-color 0.2s;
box-sizing: border-box;
}
.leohaz-fav-page-form input:focus {
border-color: #00FF00;
}
.leohaz-fav-page-form input::placeholder {
color: #777;
}
#leohaz-inquire-page {
background: #00FF00;
color: #000;
border: none;
padding: 10px 20px;
border-radius: 8px;
cursor: pointer;
font-size: 15px;
font-weight: 700;
transition: background 0.2s, transform 0.1s;
white-space: nowrap;
}
#leohaz-inquire-page:hover { background: #00e600; }
#leohaz-inquire-page:active { transform: scale(0.98); } @media (max-width: 1024px) {
.leohaz-fav-page-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
.leohaz-fav-page-grid { grid-template-columns: 1fr; }
.leohaz-popup-inner {
width: 100% !important;
left: 0 !important;
transform: none !important;
}
.leohaz-fav-page-form {
flex-direction: column;
align-items: stretch;
}
.leohaz-fav-page-form input {
min-width: unset;
width: 100%;
}
#leohaz-inquire-page {
width: 100%;
text-align: center;
}
}@font-face {
font-family: 'pet-drop';
src:  url(http://localhost:83/leohaz/wp-content/uploads/wp-svg-icons/custom-pack/fonts/pet-drop.eot?iepruw);
src:  url(http://localhost:83/leohaz/wp-content/uploads/wp-svg-icons/custom-pack/fonts/pet-drop.eot?iepruw#iefix) format('embedded-opentype'),
url(http://localhost:83/leohaz/wp-content/uploads/wp-svg-icons/custom-pack/fonts/pet-drop.ttf?iepruw) format('truetype'),
url(http://localhost:83/leohaz/wp-content/uploads/wp-svg-icons/custom-pack/fonts/pet-drop.woff?iepruw) format('woff'),
url(http://localhost:83/leohaz/wp-content/uploads/wp-svg-icons/custom-pack/fonts/pet-drop.svg?iepruw#pet-drop) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="wp-svg-custom-"], [class*=" wp-svg-custom-"] { font-family: 'pet-drop' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wp-svg-custom-pet-pur-wp-svg-custom-g .path1:before {
content: "\e900";
color: rgb(230, 230, 230);
}
.wp-svg-custom-pet-pur-wp-svg-custom-g .path2:before {
content: "\e901";
margin-left: -1em;
color: rgb(52, 52, 52);
}
.wp-svg-custom-pet-pur-wp-svg-custom-g .path3:before {
content: "\e902";
margin-left: -1em;
color: rgb(255, 255, 255);
opacity: 0.12;
}