:root {
--woolentor-white:#ffffff;
--woolentor-primary-color: #2563eb;
--woolentor-primary-hover: #1d4ed8;
--woolentor-success-color: #10b981;
--woolentor-warning-color: #f59e0b;
--woolentor-danger-color: #ef4444;
--woolentor-gray-50: #f9fafb;
--woolentor-gray-100: #f3f4f6;
--woolentor-gray-200: #e5e7eb;
--woolentor-gray-300: #d1d5db;
--woolentor-gray-400: #9ca3af;
--woolentor-gray-500: #6b7280;
--woolentor-gray-600: #4b5563;
--woolentor-gray-700: #374151;
--woolentor-gray-800: #1f2937;
--woolentor-gray-900: #111827;
--woolentor-border-radius: 12px;
--woolentor-border-radius-sm: 8px;
--woolentor-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--woolentor-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
--woolentor-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
--woolentor-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
--woolentor-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
--woolentor-transition-fast: all 0.15s ease;
}
.wp-embed-responsive .wp-block {
outline: 0;
}
.woolentor-product-grid a{
text-decoration: none !important;
} .woolentor-product-grid-modern {
display: grid;
gap: 25px;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
transition: all 0.3s ease;
} .woolentor-product-grid-modern.woolentor-layout-grid {
display: grid;
grid-auto-rows: 1fr;
}
.woolentor-product-grid-modern.woolentor-layout-list {
display: flex;
flex-direction: column;
gap: 20px;
} .woolentor-columns-1 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: 1fr;
}
.woolentor-columns-2 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(2, 1fr);
}
.woolentor-columns-3 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(3, 1fr);
}
.woolentor-columns-4 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(4, 1fr);
}
.woolentor-columns-5 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(5, 1fr);
}
.woolentor-columns-6 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(6, 1fr);
} .woolentor-product-filters {
background: var(--woolentor-white);
border-radius: 12px;
padding: 24px;
margin-bottom: 32px;
box-shadow: var(--woolentor-shadow-sm);
}
.woolentor-filter-row {
display: flex;
align-items: center;
justify-content: space-between;
}
.woolentor-view-controls {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 16px;
}
.woolentor-view-controls .woolentor-filter-sort .woocommerce-ordering{
margin: 0;
}
.woolentor-view-controls .woolentor-filter-sort .woocommerce-ordering select.orderby{
padding: 8px 12px;
border: 1px solid #e5e7eb;
border-radius: 8px;
font-size: 14px;
color: #111827;
cursor: pointer;
transition: all 0.3s ease;
}
.woolentor-layout-switcher {
display: flex;
gap: 4px;
padding: 4px;
border-radius: 8px;
background: #e5e7eb;
}
.woolentor-layout-btn {
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
border: none;
background: transparent;
border-radius: 6px;
cursor: pointer;
transition: all 0.3s ease;
color: #4b5563;
padding: 0;
}
.woolentor-layout-btn:focus{
background: transparent;
color: #4b5563;
}
.woolentor-layout-btn.woolentor-active, .woolentor-layout-btn:hover {
background: #2563eb;
color: var(--woolentor-white);
}
.woolentor-layout-btn svg {
width: 18px;
height: 18px;
stroke: currentColor;
} .woolentor-product-filters.woolentor-style-two {
border-radius: 0;
background: #f5f4f2;
box-shadow: none;
border-bottom: 1px solid #d4d4d4;
padding: 40px;
}
.woolentor-style-two .woolentor-layout-switcher {
background: transparent;
border-radius: 0;
align-items: center;
justify-content: center;
padding: 0;
gap: 40px;
}
.woolentor-style-two .woolentor-layout-btn{
width: auto;
height: auto;
font-family: 'Cormorant Garamond', serif;
font-size: 16px;
letter-spacing: 2px;
text-transform: uppercase;
background: none;
border: none;
color: #6a6a6a;
cursor: pointer;
padding: 10px 20px;
position: relative;
transition: all 0.3s ease;
}
.woolentor-style-two .woolentor-layout-btn.woolentor-active, .woolentor-style-two .woolentor-layout-btn:hover{
color:#1a1a1a
}
.woolentor-style-two .woolentor-layout-btn.woolentor-active::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 2px;
background: #1a1a1a;
} .woolentor-product-card {
background: #ffffff;
border-radius: var(--woolentor-border-radius);
position: relative;
transition: var(--woolentor-transition);
border: 1px solid var(--woolentor-gray-200);
} .woolentor-product-item {
transition: all 0.3s ease;
min-width: 0;
} .woolentor-grid-card .woolentor-list-view-content {
display: none !important;
}
.woolentor-list-card .woolentor-grid-view-content {
display: none !important;
}
.woolentor-grid-card .woolentor-grid-view-content {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
}
.woolentor-list-card .woolentor-list-view-content {
display: flex;
flex-direction: row;
width: 100%;
align-items: center;
} .woolentor-grid-card {
display: flex;
flex-direction: column;
height: 100%;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
border-radius: 16px;
overflow: visible;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
background: #ffffff;
position: relative;
} .woolentor-list-card {
display: flex;
flex-direction: row;
align-items: center;
min-height: 200px;
padding: 20px;
box-shadow: var(--woolentor-shadow-sm);
} .woolentor-card-hover-lift .woolentor-product-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.woolentor-card-hover-scale .woolentor-product-card:hover {
transform: scale(1.02);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.woolentor-card-hover-shadow .woolentor-product-card:hover {
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
} .woolentor-image-hover-zoom .woolentor-product-image img:hover,
.woolentor-image-hover-zoom .woolentor-product-image .woolentor-product-img:hover {
transform: scale(1.1);
}
.woolentor-image-hover-fade .woolentor-product-image:hover img,
.woolentor-image-hover-fade .woolentor-product-image:hover .woolentor-product-img {
opacity: 0.8;
}
.woolentor-image-hover-grayscale .woolentor-product-image img,
.woolentor-image-hover-grayscale .woolentor-product-image .woolentor-product-img {
filter: grayscale(100%);
transition: filter 0.3s ease;
}
.woolentor-image-hover-grayscale .woolentor-product-image:hover img,
.woolentor-image-hover-grayscale .woolentor-product-image:hover .woolentor-product-img {
filter: grayscale(0%);
} .woolentor-product-image {
position: relative;
overflow: hidden;
}
.woolentor-product-secondary-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
background-color: #ffffff;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
width: 100%;
}
.woolentor-product-secondary-img a{
width: 100%;
height: 100%;
}
.woolentor-product-card:hover .woolentor-product-secondary-img {
opacity: 1;
visibility: visible;
transform: scale(1.09);
}
.woolentor-product-image .woolentor-product-secondary-img img{
transform: scale(1) !important;
} .woolentor-grid-card .woolentor-product-image {
flex-shrink: 0;
background: #f5f5f5;
align-items: center;
justify-content: center;
border-radius: 16px 16px 0 0;
}
.woolentor-grid-card .woolentor-product-image img,
.woolentor-grid-card .woolentor-product-image .woolentor-product-img {
width: 100%;
height: auto;
object-fit: cover;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
} .woolentor-list-card .woolentor-product-image {
flex-shrink: 0;
margin-right: 20px;
border-radius: var(--woolentor-border-radius-sm);
overflow: hidden;
box-shadow: var(--woolentor-shadow-sm);
width: 30%;
}
.woolentor-list-card .woolentor-product-image img,
.woolentor-list-card .woolentor-product-image .woolentor-product-img {
width: 100%;
object-fit: cover;
transition: var(--woolentor-transition);
} .woolentor-badges {
position: absolute;
display: flex;
flex-direction: column;
gap: 6px;
z-index: 10;
left: 15px;
top: 15px;
} .woolentor-badge-pos-top-left .woolentor-badges {
top: 12px;
left: 12px;
}
.woolentor-badge-pos-top-right .woolentor-badges {
top: 12px;
right: 12px;
left: auto;
}
.woolentor-badge-pos-top-center .woolentor-badges {
top: 12px;
left: 50%;
transform: translateX(-50%);
} .woolentor-badge {
padding: 6px 14px;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
border-radius: 6px;
color: #ffffff;
display: inline-block;
line-height: 1;
} .woolentor-sale-badge {
background: #e74c3c;
}
.woolentor-new-badge {
background: #10b981;
}
.woolentor-trending-badge {
background: #f59e0b;
}
.woolentor-badge-style-solid .woolentor-sale-badge {
background: #e74c3c;
}
.woolentor-badge-style-solid .woolentor-new-badge {
background: #10b981;
}
.woolentor-badge-style-solid .woolentor-trending-badge {
background: #f59e0b;
}
.woolentor-badge-style-gradient .woolentor-sale-badge {
background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
box-shadow: 0 4px 8px rgba(238, 90, 36, 0.3);
}
.woolentor-badge-style-gradient .woolentor-new-badge {
background: linear-gradient(135deg, #10b981 0%, #059669 100%);
box-shadow: 0 4px 8px rgba(16, 185, 129, 0.3);
}
.woolentor-badge-style-gradient .woolentor-trending-badge {
background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
box-shadow: 0 4px 8px rgba(245, 158, 11, 0.3);
}
.woolentor-badge-style-outline .woolentor-badge {
background: rgba(255, 255, 255, 0.9);
border: 2px solid;
backdrop-filter: blur(8px);
}
.woolentor-badge-style-outline .woolentor-sale-badge {
border-color: var(--woolentor-danger-color);
color: var(--woolentor-danger-color);
}
.woolentor-badge-style-outline .woolentor-new-badge {
border-color: var(--woolentor-success-color);
color: var(--woolentor-success-color);
}
.woolentor-badge-style-outline .woolentor-trending-badge {
border-color: var(--woolentor-warning-color);
color: var(--woolentor-warning-color);
} .woolentor-quick-actions {
position: absolute;
top: 12px;
right: 12px;
display: flex;
flex-direction: column;
gap: 8px;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
transform: translateX(10px);
z-index: 15;
}
.woolentor-grid-card:hover .woolentor-quick-actions,
.woolentor-product-image:hover .woolentor-quick-actions {
opacity: 1;
visibility: visible;
transform: translateX(0);
}
.woolentor-quick-action {
width: 42px;
height: 42px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.98);
border: none;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.2s ease;
color: #333;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
padding: 0;
}
.woolentor-quick-action a{
color: #333;
text-decoration: none;
}
.woolentor-quick-action svg{
margin: 0;
}
.woolentor-quick-action:hover {
background: #ffffff;
transform: scale(1.1);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.woolentor-quick-action svg {
width: 18px;
height: 18px;
stroke-width: 2;
color: #333;
display: block;
} .woolentor-quick-actions .woolentor-wishlist-btn {
width: 42px;
height: 42px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.98);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.woolentor-quick-actions .woolentor-wishlist-btn:hover {
background: #ffffff;
transform: scale(1.1);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
} .woolentor-quick-actions .woolentor-wishlist-btn .wishlist,
.woolentor-quick-actions .woolentor-wishlist-btn .yith-wcwl-add-to-wishlist,
.woolentor-quick-actions .woolentor-wishlist-btn .tinvwl_add_to_wishlist_button {
display: contents;
}
.woolentor-quick-actions .woolentor-wishlist-btn a {
display: flex;
align-items: center;
justify-content: center;
color: #333;
text-decoration: none;
width: 100%;
height: 100%;
} .woolentor-quick-actions .woolentor-wishlist-btn .ht-product-action-tooltip,
.woolentor-quick-actions .woolentor-wishlist-btn .wishsuite-tooltip,
.woolentor-quick-actions .woolentor-wishlist-btn span:not(svg *) {
display: none !important;
} .woolentor-quick-actions .woolentor-wishlist-btn svg {
width: 18px;
height: 18px;
display: block;
color: currentColor;
overflow: visible;
} .woolentor-quick-actions .woolentor-wishlist-btn .ajax-loading,
.woolentor-quick-actions .woolentor-wishlist-btn .fa-spinner {
display: none !important;
} .woolentor-style-modern .woolentor-quickview-btn,
.woolentor-style-modern .woolentorquickview{
color: #333;
}
.woolentor-style-modern .woolentor-quickview-btn svg,
.woolentor-style-modern .woolentorquickview svg {
width: 18px;
height: 18px;
display: block !important;
color: currentColor !important;
stroke: currentColor !important;
fill: none !important;
visibility: visible !important;
opacity: 1 !important;
overflow: visible;
}
.woolentor-style-modern .woolentor-quickview-btn svg path,
.woolentor-style-modern .woolentor-quickview-btn svg circle,
.woolentor-style-modern .woolentorquickview svg path,
.woolentor-style-modern .woolentorquickview svg circle {
stroke: currentColor !important;
fill: none !important;
stroke-width: 2 !important;
visibility: visible !important;
opacity: 1 !important;
} .woolentor-quick-action.woolentorquickview {
color: #333;
} .woolentor-product-content {
flex: 1;
display: flex;
flex-direction: column;
} .woolentor-grid-card .woolentor-product-content {
padding: 20px;
flex: 1;
display: flex;
flex-direction: column;
line-height: 1;
width: 100%;
} .woolentor-list-card .woolentor-product-content {
padding: 0;
}
.woolentor-content-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-direction: column;
}
.woolentor-content-footer {
display: flex;
justify-content: space-between;
align-items: center;
margin: 15px 0 0;
padding-top: 20px;
border-top: 1px solid #ddd;
width: 100%;
} .woolentor-product-title {
font-size: 18px;
font-weight: 600;
line-height: 1.4;
margin: 0 0 8px;
color: var(--woolentor-gray-900);
} .woolentor-product-categories {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin: 0 0 4px;
}
.woolentor-product-category {
font-size: 12px;
color: #999;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 500;
transition: color 0.2s ease;
}
.woolentor-product-category:not(:first-child):before {
content: '•';
margin: 0 6px;
color: #ddd;
}
.woolentor-product-category:hover {
color: var(--woolentor-primary-color);
text-decoration: none;
}
.woolentor-grid-card .woolentor-product-title {
font-size: 16px;
font-weight: 600;
color: #1f2937;
margin-bottom: 12px;
line-height: 1.4;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.woolentor-grid-card .woolentor-product-categories {
margin: 0 0 10px;
}
.woolentor-product-title a {
color: inherit;
text-decoration: none;
transition: var(--woolentor-transition-fast);
}
.woolentor-product-title a:hover {
color: var(--woolentor-primary-color);
} .woolentor-product-description {
margin: 0;
}
.woolentor-product-description p {
color: var(--woolentor-gray-600);
font-size: 14px;
line-height: 1.5;
margin: 0;
} .woolentor-product-features {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin: 12px 0;
}
.woolentor-feature {
display: flex;
align-items: center;
gap: 6px;
font-size: 13px;
color: var(--woolentor-gray-600);
padding: 4px 8px;
background: var(--woolentor-gray-50);
border-radius: 16px;
}
.woolentor-feature svg {
color: var(--woolentor-success-color);
flex-shrink: 0;
} .woolentor-layout-grid .woolentor-product-rating{
margin-bottom: 12px;
}
.woolentor-product-rating {
display: flex;
align-items: center;
gap: 4px;
}
.woolentor-product-stars {
display: flex;
gap: 2px;
}
.woolentor-product-stars .star{
width: 14px;
height: 14px;
color: #fbbf24;
}
.woolentor-product-stars .star.empty {
color: #e5e7eb;
}
.woolentor-product-stars .empty-half{
transform: scale(0.80);
}
.woolentor-product-grid-modern .woolentor-review-count,
.woolentor-grid-card .woolentor-review-count {
font-size: 12px;
color: #9ca3af;
font-weight: 400;
display: inline-block !important;
line-height: 1;
position: relative;
}
.woolentor-product-rating .rating-info .review-count{
margin-left: 0;
} .woolentor-product-price {
font-size: 20px;
font-weight: 700;
color: var(--woolentor-primary-color);
margin: 8px 0;
}
.woolentor-grid-card .woolentor-product-price {
font-size: 20px;
align-items: center;
font-weight: 700;
margin: 0 0 20px;
color: #1f2937;
gap: 8px;
}
.woolentor-grid-card .woolentor-product-price del {
font-size: 16px;
color: #9ca3af;
font-weight: 400;
margin: 0;
}
.woolentor-grid-card .woolentor-product-price ins {
text-decoration: none;
color: #1f2937;
}
.woolentor-discount-percentage {
background: #fee2e2;
color: #e74c3c;
font-size: 12px;
font-weight: 600;
padding: 2px 6px;
border-radius: 4px;
margin-left: 4px;
}
.woolentor-product-price del {
color: var(--woolentor-gray-400);
font-weight: 400;
margin-right: 8px;
font-size: 0.9em;
}
.woolentor-product-price ins {
text-decoration: none;
} .woolentor-price-stock {
display: flex;
flex-direction: column;
gap: 8px;
width: 40%;
}
.woolentor-price-stock .woolentor-product-price{
margin: 0;
} .woolentor-stock-status {
font-size: 13px;
font-weight: 500;
}
.woolentor-in-stock {
color: var(--woolentor-success-color);
display: flex;
align-items: center;
gap: 6px;
}
.woolentor-out-of-stock {
color: var(--woolentor-danger-color);
display: flex;
align-items: center;
gap: 6px;
}
.woolentor-stock-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: currentColor;
display: inline-block;
animation: pulse 2s infinite;
}
.woolentor-out-of-stock .woolentor-stock-dot {
animation: none;
opacity: 0.6;
}
.woolentor-low-stock {
color: var(--woolentor-warning-color);
font-weight: 600;
}
@keyframes pulse {
0%, 100% {
opacity: 1;
transform: scale(1);
}
50% {
opacity: 0.7;
transform: scale(1.1);
}
} .woolentor-quantity-selector {
display: flex;
align-items: center;
border: 1px solid var(--woolentor-gray-300);
border-radius: var(--woolentor-border-radius-sm);
overflow: hidden;
width: fit-content;
}
.woolentor-qty-btn {
background: var(--woolentor-gray-50);
border: none;
width: 32px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: var(--woolentor-transition-fast);
color: var(--woolentor-gray-600);
font-size: 16px;
font-weight: 600;
padding: 0;
}
.woolentor-qty-btn:hover {
background: var(--woolentor-gray-200);
color: var(--woolentor-gray-800);
}
.woolentor-qty-input {
border: none;
width: 50px !important;
height: 32px !important;
text-align: center;
font-size: 14px;
font-weight: 500;
background: #ffffff;
outline: none;
line-height: 1;
border-top-width: 0 !important;
border-bottom-width: 0 !important;
}
.woolentor-qty-input::-webkit-outer-spin-button,
.woolentor-qty-input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woolentor-qty-input[type=number] {
-moz-appearance: textfield;
} .woolentor-product-actions {
display: flex;
align-items: center;
gap: 12px;
}
.woolentor-grid-card .woolentor-product-actions {
margin-top: auto;
flex-shrink: 0;
width: 100%;
} .woolentor-list-card .woolentor-product-actions .woolentor-cart-btn, .woolentor-cart-btn, .woolentor-product-actions .button, .woolentor-product-actions .add_to_cart_button {
background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
color: #ffffff;
padding: 12px 24px;
border-radius: var(--woolentor-border-radius-sm);
text-decoration: none;
text-align: center;
font-size: 14px;
font-weight: 600;
transition: all 0.2s ease;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
gap: 5px;
}
.woolentor-product-actions .add_to_cart_button:hover {
background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%) !important;
transform: translateY(-1px) !important;
}
.woolentor-grid-card .woolentor-cart-btn,
.woolentor-grid-card .woolentor-product-actions .button,
.woolentor-grid-card .woolentor-product-actions .add_to_cart_button {
width: 100%;
padding: 12px 20px;
background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
transition: all 0.2s ease;
color: white;
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: 600;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}
.woolentor-cart-btn svg {
width: 16px;
height: 16px;
}
.woolentor-product-actions a.added_to_cart {
display: none;
}
.woolentor-grid-card .woolentor-cart-btn:hover,
.woolentor-grid-card .woolentor-product-actions .button:hover,
.woolentor-grid-card .woolentor-product-actions .add_to_cart_button:hover {
background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
transform: translateY(-1px);
}
.woolentor-cart-btn:hover,
.woolentor-product-actions .button:hover,
.woolentor-product-actions .add_to_cart_button:hover {
background: var(--woolentor-primary-hover);
border-color: var(--woolentor-primary-hover);
transform: translateY(-1px);
box-shadow: var(--woolentor-shadow-md);
} a.woolentor-cart-btn.button.add_to_cart_button.ajax_add_to_cart.added:after { 
font-family: 'WooCommerce'; content: '\e017'; margin-left: .53em; vertical-align: bottom; 
} 
a.woolentor-cart-btn.button.add_to_cart_button.ajax_add_to_cart.loading { 
opacity: .25; 
} 
a.woolentor-cart-btn.button.add_to_cart_button.ajax_add_to_cart.loading:after { 
display: inline-block; 
content: ""; 
position: relative; 
top: 0; 
right: -.5em; 
left: auto; 
width: .8em; 
height: .8em; 
background-color: var(--woolentor-white,var(--woolentor-gray-100)); 
border-radius: 100%; 
animation: WoolentorDotPulse .65s 0s infinite cubic-bezier(.21,.53,.56,.8); 
} 
@keyframes WoolentorDotPulse { 
0% { 
transform: scale(.1); opacity: 0; 
} 
50% { 
opacity: 1; 
} 
100% { 
transform: scale(1.2); opacity: 0; 
} 
} .woolentor-wishlist-btn {
background: #ffffff;
color: var(--woolentor-gray-600);
border: 0;
width: 44px;
height: 44px;
border-radius: var(--woolentor-border-radius-sm);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: var(--woolentor-transition);
flex-shrink: 0;
}
.woolentor-wishlist-btn:hover {
color: var(--woolentor-danger-color);
border-color: var(--woolentor-danger-color);
background: rgba(239, 68, 68, 0.1);
}
.woolentor-wishlist-btn.added {
color: var(--woolentor-danger-color);
border-color: var(--woolentor-danger-color);
background: rgba(239, 68, 68, 0.1);
}
.woolentor-wishlist-btn.loading {
opacity: 0.6;
pointer-events: none;
} .woolentor-out-of-stock {
opacity: 0.7;
position: relative;
}
.woolentor-out-of-stock::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.3);
z-index: 1;
pointer-events: none;
}
.woolentor-out-of-stock .woolentor-cart-btn,
.woolentor-out-of-stock .add_to_cart_button {
background: var(--woolentor-gray-400);
border-color: var(--woolentor-gray-400);
cursor: not-allowed;
pointer-events: none;
}
.woolentor-out-of-stock .woolentor-cart-btn:hover,
.woolentor-out-of-stock .add_to_cart_button:hover {
transform: none;
box-shadow: none;
} .woolentor-product-grid .woolentor-no-products {
grid-column: 1 / -1;
text-align: center;
padding: 15px 20px;
color: var(--woolentor-gray-400);
font-size: 16px;
font-style: italic;
}
.woolentor-product-grid .woolentor-no-products p{
margin: 0;
} @media (max-width: 768px) {
.woolentor-product-grid-modern {
gap: 20px;
}
.woolentor-grid-card .woolentor-product-content {
padding: 16px;
}
.woolentor-product-title {
font-size: 16px;
}
.woolentor-grid-card .woolentor-product-title {
font-size: 14px;
}
.woolentor-grid-card .woolentor-product-categories {
margin: 3px 0 6px;
}
.woolentor-product-category {
font-size: 11px;
padding: 1px 6px;
}
.woolentor-product-price {
font-size: 18px;
}
.woolentor-grid-card .woolentor-product-price {
font-size: 16px;
} .woolentor-list-card {
flex-direction: column;
min-height: auto;
padding: 16px;
}
.woolentor-list-card .woolentor-product-image {
margin-right: 0;
margin-bottom: 16px;
align-self: center;
width: 100%;
}
.woolentor-content-footer {
flex-direction: column;
align-items: stretch;
gap: 12px;
}
.woolentor-price-stock {
order: 2;
}
.woolentor-product-actions {
order: 1;
}
}
@media (max-width: 480px) {
.woolentor-product-grid-modern.woolentor-layout-grid {
grid-template-columns: 1fr;
gap: 15px;
}
.woolentor-grid-card .woolentor-product-content {
padding: 14px;
}
.woolentor-product-title {
font-size: 15px;
}
.woolentor-grid-card .woolentor-product-title {
font-size: 13px;
margin-bottom: 8px;
}
.woolentor-product-price {
font-size: 16px;
}
.woolentor-grid-card .woolentor-product-price {
font-size: 15px;
}
.woolentor-product-actions {
gap: 8px;
margin-top: 12px;
flex-direction: column;
align-items: flex-start;
}
.woolentor-filter-row{
flex-direction: column;
gap: 10px;
}
.woolentor-cart-btn,
.woolentor-product-actions .button,
.woolentor-product-actions .add_to_cart_button {
padding: 10px 16px;
font-size: 13px;
min-height: 40px;
}
.woolentor-wishlist-btn {
width: 40px;
height: 40px;
}
.woolentor-list-card .woolentor-product-image img {
width: 160px;
height: 100px;
}
.woolentor-quick-actions {
right: 8px;
}
.woolentor-quick-action {
width: 36px;
height: 36px;
}
} .woolentor-product-card:focus-within {
outline: 2px solid var(--woolentor-primary-color);
outline-offset: 2px;
}
.woolentor-product-title a:focus,
.woolentor-cart-btn:focus,
.woolentor-wishlist-btn:focus,
.woolentor-quick-action:focus {
outline: 2px solid var(--woolentor-primary-color);
outline-offset: 2px;
} .woolentor-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
} @media (prefers-contrast: high) {
.woolentor-product-card {
border: 2px solid;
}
.woolentor-badge {
border: 2px solid;
}
.woolentor-cart-btn,
.woolentor-wishlist-btn {
border-width: 2px;
}
} @media (prefers-reduced-motion: reduce) {
* {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
.woolentor-stock-dot {
animation: none;
}
} .woolentor-pagination {
margin-top: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.woolentor-pagination ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap:wrap;
gap: 8px;
align-items: center;
}
.woolentor-pagination ul li {
margin: 0;
padding: 0;
}
.woolentor-pagination ul li a,
.woolentor-pagination ul li span {
display: flex;
align-items: center;
justify-content: center;
min-width: 36px;
height: 36px;
padding: 0 12px;
border: 1px solid #e5e7eb;
background: #ffffff;
color: #6b7280;
text-decoration: none;
font-size: 14px;
font-weight: 500;
border-radius: 6px;
transition: all 0.2s ease;
}
.woolentor-pagination ul li a:hover {
background: #f9fafb;
border-color: #d1d5db;
color: #374151;
}
.woolentor-pagination ul li span.current,
.woolentor-pagination ul li a.current {
background: var(--woolentor-primary-color, #3858f6);
border-color: var(--woolentor-primary-color, #3858f6);
color: #ffffff;
}
.woolentor-pagination ul li.prev a,
.woolentor-pagination ul li.next a {
font-weight: 400;
}
.woolentor-pagination ul li span.dots {
border: none;
background: transparent;
pointer-events: none;
} .woolentor-ajax-load-more {
text-align: center;
margin-top: 40px;
padding: 20px;
}
.woolentor-load-more-btn {
background: var(--woolentor-primary-color, #3858f6);
color: #ffffff;
border: 1px solid var(--woolentor-primary-color);
padding: 12px 32px;
border-radius: var(--woolentor-border-radius);
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: var(--woolentor-transition);
display: inline-flex;
align-items: center;
justify-content: center;
}
.woolentor-load-more-btn:hover:not(:disabled) {
background: var(--woolentor-primary-hover);
border-color: var(--woolentor-primary-hover);
transform: translateY(-2px);
box-shadow: var(--woolentor-shadow-lg);
}
.woolentor-load-more-btn:disabled {
background: var(--woolentor-gray-400);
border-color: var(--woolentor-gray-400);
cursor: not-allowed;
transform: none;
opacity: 0.6;
}
.woolentor-ajax-loader {
margin: 0;
display: none;
padding: 0;
background-color: transparent !important;
}
.woolentor-ajax-loader .spinner {
display: inline-block;
width: 40px;
height: 40px;
border: 2px solid var(--woolentor-gray-300);
border-left-color: var(--woolentor-primary-color);
border-radius: 50%;
animation: woolentorspin 1s linear infinite;
}
@keyframes woolentorspin {
to { transform: rotate(360deg); }
} .woolentor-infinite-scroll {
text-align: center;
} @media print {
.woolentor-product-grid-modern.woolentor-layout-grid {
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}
.woolentor-product-grid-modern.woolentor-layout-list{
gap: 15px;
}
.woolentor-product-card {
break-inside: avoid;
box-shadow: none;
border: 1px solid #000;
background: #fff;
}
.woolentor-grid-card {
height: auto;
}
.woolentor-product-actions,
.woolentor-quick-actions,
.woolentor-badges {
display: none;
}
.woolentor-product-price {
color: #000 !important;
}
} @media (min-width: 1200px) and (max-width: 1400px) {
} @media (min-width: 992px) and (max-width: 1200px) {
} @media (min-width: 768px) and (max-width: 991px) { .woolentor-columns-tablet-1 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: 1fr;
}
.woolentor-columns-tablet-2 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(2, 1fr);
}
.woolentor-columns-tablet-3 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(3, 1fr);
}
.woolentor-columns-tablet-4 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(4, 1fr);
}
.woolentor-columns-tablet-5 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(5, 1fr);
}
.woolentor-columns-tablet-6 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(6, 1fr);
}
} @media (max-width: 767px) {
.woolentor-list-card .woolentor-list-view-content{
flex-direction: column;
} .woolentor-columns-mobile-1 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: 1fr;
}
.woolentor-columns-mobile-2 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(2, 1fr);
}
.woolentor-columns-mobile-3 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(3, 1fr);
}
.woolentor-columns-mobile-4 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(4, 1fr);
}
.woolentor-columns-mobile-5 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(5, 1fr);
}
.woolentor-columns-mobile-6 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(6, 1fr);
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
}.woolentor-product-grid-luxury {
display: grid;
gap: 80px;
width: 100%;
} .woolentor-luxury-card {
position: relative;
background: transparent;
cursor: pointer;
transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
border: none;
border-radius: 0;
padding-bottom: 10px;
display: flex;
flex-direction: column;
overflow: hidden;
}
.woolentor-luxury-card:hover {
transform: translateY(-5px);
} .woolentor-luxury-card .woolentor-product-image {
position: relative;
width: 100%;
overflow: hidden;
margin-bottom: 32px;
} .woolentor-ratio-1-1 .woolentor-luxury-card .woolentor-product-image {
padding-top: 100%; }
.woolentor-ratio-3-4 .woolentor-luxury-card .woolentor-product-image {
padding-top: 133.33%; }
.woolentor-ratio-4-5 .woolentor-luxury-card .woolentor-product-image {
padding-top: 125%; }
.woolentor-ratio-9-16 .woolentor-luxury-card .woolentor-product-image {
padding-top: 177.78%; }
.woolentor-luxury-card .woolentor-product-image a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
}
.woolentor-luxury-card .woolentor-product-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.woolentor-luxury-card .woolentor-product-image .woolentor-product-badge img{
position: static;
}
.woolentor-luxury-card:hover .woolentor-product-image img {
transform: scale(1.08);
} .woolentor-luxury-card .woolentor-badges {
position: absolute;
top: 20px;
left: 20px;
z-index: 10;
align-items: flex-start;
}
.woolentor-luxury-card .woolentor-category-badge {
display: inline-block;
padding: 6px 16px;
background: rgba(236, 232, 225, 0.95);
color: #6b6b6b;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1.5px;
border-radius: 20px;
font-weight: 500;
backdrop-filter: blur(10px);
} .woolentor-luxury-card .woolentor-sale-indicator {
position: absolute;
top: 20px;
right: 20px;
width: 48px;
height: 48px;
background: #e74c3c;
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 10px;
font-weight: 500;
letter-spacing: 0.5px;
z-index: 10;
} .woolentor-luxury-card .woolentor-new-badge-indicator {
position: absolute;
top: 20px;
right: 20px;
padding: 6px 14px;
background: rgba(255, 255, 255, 0.95);
border: 1px solid #e0e0e0;
color: #2c2c2c;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1.4px;
backdrop-filter: blur(10px);
font-weight: 500;
z-index: 10;
line-height: 1;
} .woolentor-luxury-card .woolentor-quick-actions {
position: absolute;
bottom: 20px;
right: 20px;
display: flex;
gap: 8px;
opacity: 0;
transition: all 0.3s ease;
z-index: 10;
flex-direction: row;
top: auto;
transform: translateX(0) translateY(10px);
}
.woolentor-luxury-card:hover .woolentor-quick-actions {
opacity: 1;
transform: translateY(0);
visibility: visible;
}
.woolentor-luxury-card .woolentor-quick-action {
width: 40px;
height: 40px;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
border: none;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
padding: 0;
}
.woolentor-luxury-card .woolentor-quick-action:hover {
background: #2c2c2c;
color: #fff;
}
.woolentor-luxury-card .woolentor-quick-action:hover a{
color: #fff;
}
.woolentor-luxury-card .woolentor-quick-action svg {
width: 18px;
height: 18px;
stroke: #2c2c2c;
}
.woolentor-luxury-card .woolentor-quick-action:hover svg {
stroke: white;
}
.woolentor-luxury-card .woolentor-quickview-btn svg, .woolentor-luxury-card .woolentorquickview svg {
width: 18px;
height: 18px;
display: block !important;
color: currentColor !important;
stroke: currentColor !important;
fill: none !important;
visibility: visible !important;
opacity: 1 !important;
overflow: visible;
margin-right: 0;
}
.woolentor-quick-actions .woolentor-wishlist-btn:hover a {
color: #fff;
}
.woolentor-luxury-card .htcompare-btn{
justify-content: center;
align-items: center;
} .woolentor-luxury-card .woolentor-wishlist-btn a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
} .woolentor-luxury-card .woolentor-product-content {
text-align: center;
padding: 0 20px;
display: flex;
flex-direction: column;
align-items: center;
} .woolentor-luxury-card .woolentor-product-category-badge {
display: inline-block;
padding: 5px 14px;
background: #f0ebe5;
color: #7a7a7a;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1.2px;
border-radius: 16px;
margin-bottom: 16px;
font-weight: 400;
} .woolentor-luxury-card .woolentor-product-title {
font-family: 'Georgia', 'Times New Roman', serif;
font-size: 24px;
font-weight: 400;
color: #1a1a1a;
margin-bottom: 12px;
line-height: 1.3;
letter-spacing: -0.3px;
transition: color 0.3s ease;
}
.woolentor-luxury-card .woolentor-product-title a {
color: inherit;
text-decoration: none;
}
.woolentor-luxury-card:hover .woolentor-product-title {
color: #4a4a4a;
} .woolentor-luxury-card .woolentor-product-subtitle {
font-size: 13px;
color: #999;
margin-bottom: 16px;
font-weight: 300;
letter-spacing: 0.3px;
} .woolentor-luxury-card .woolentor-product-rating {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
margin-bottom: 16px;
}
.woolentor-luxury-card .woolentor-product-stars {
display: flex;
gap: 3px;
}
.woolentor-luxury-card .woolentor-product-stars .star {
width: 12px;
height: 12px;
color: #d4a574;
}
.woolentor-luxury-card .woolentor-product-stars .star.empty {
color: #e8e8e8;
}
.woolentor-luxury-card .woolentor-rating-text {
font-size: 11px;
color: #999;
letter-spacing: 0.3px;
} .woolentor-luxury-card .woolentor-product-price {
display: flex;
justify-content: center;
align-items: baseline;
gap: 10px;
margin-bottom: 24px;
font-size: 18px;
color: #2c2c2c;
font-weight: 400;
letter-spacing: 0.5px;
}
.woolentor-luxury-card .woolentor-product-price del {
font-size: 15px;
color: #b8b8b8;
font-weight: 300;
}
.woolentor-luxury-card .woolentor-product-price ins {
text-decoration: none;
color: #e74c3c;
} .woolentor-luxury-card .woolentor-product-actions {
gap: 0;
}
.woolentor-luxury-card a.woolentor-cart-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 14px 32px;
background: transparent;
color: #2c2c2c;
border: 1px solid #2c2c2c;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1.5px;
cursor: pointer;
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
position: relative;
overflow: hidden;
font-weight: 500;
text-decoration: none;
}
.woolentor-luxury-card .woolentor-cart-btn::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: #2c2c2c;
transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
z-index: -1;
}
.woolentor-luxury-card .woolentor-cart-btn:hover::before {
left: 0;
}
.woolentor-luxury-card .woolentor-cart-btn:hover {
color: white;
border-color: #2c2c2c;
background: transparent;
box-shadow: none;
}
.woolentor-luxury-card .woolentor-product-actions .add_to_cart_button:hover {
background: transparent !important;
transform: translateY(0) !important;
color: #fff;
}
.woolentor-luxury-card .woolentor-cart-arrow {
transition: transform 0.3s ease;
font-size: 16px;
}
.woolentor-luxury-card .woolentor-cart-btn:hover .woolentor-cart-arrow {
transform: translateX(3px);
} .woolentor-luxury-card .woolentor-view-details {
display: block;
margin-top: 12px;
font-size: 12px;
color: #999;
text-decoration: none;
transition: color 0.3s ease;
letter-spacing: 0.5px;
}
.woolentor-luxury-card .woolentor-view-details:hover {
color: #2c2c2c;
} @keyframes fadeInLuxury {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.woolentor-luxury-card {
animation: fadeInLuxury 0.8s ease-out backwards;
}
.woolentor-product-item:nth-child(1) .woolentor-luxury-card { animation-delay: 0.1s; }
.woolentor-product-item:nth-child(2) .woolentor-luxury-card { animation-delay: 0.2s; }
.woolentor-product-item:nth-child(3) .woolentor-luxury-card { animation-delay: 0.3s; }
.woolentor-product-item:nth-child(4) .woolentor-luxury-card { animation-delay: 0.4s; }
.woolentor-product-item:nth-child(5) .woolentor-luxury-card { animation-delay: 0.5s; }
.woolentor-product-item:nth-child(6) .woolentor-luxury-card { animation-delay: 0.6s; } @media (max-width: 1200px) {
.woolentor-product-grid-luxury {
gap: 60px;
}
}
@media (max-width: 968px) {
.woolentor-product-grid-luxury {
gap: 60px;
}
.woolentor-luxury-card .woolentor-product-title {
font-size: 22px;
}
}
@media (max-width: 640px) {
.woolentor-product-grid-luxury {
gap: 60px;
}
.woolentor-luxury-card .woolentor-product-title {
font-size: 20px;
}
.woolentor-luxury-card .woolentor-product-image {
margin-bottom: 24px;
}
.woolentor-luxury-card .woolentor-product-content {
padding: 0 10px;
}
} .woolentor-luxury-card.woolentor-out-of-stock {
opacity: 0.6;
}
.woolentor-luxury-card.woolentor-out-of-stock .woolentor-product-image::after {
content: 'Out of Stock';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(255, 255, 255, 0.95);
color: #2c2c2c;
padding: 10px 20px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1.5px;
font-weight: 500;
z-index: 5;
} .woolentor-card-hover-lift .woolentor-luxury-card:hover {
transform: translateY(-5px);
}
.woolentor-card-hover-none .woolentor-luxury-card:hover {
transform: none;
} .woolentor-image-hover-zoom .woolentor-luxury-card:hover .woolentor-product-image img {
transform: scale(1.08);
}
.woolentor-image-hover-none .woolentor-luxury-card:hover .woolentor-product-image img {
transform: none;
} .woolentor-badge-pos-top-left .woolentor-luxury-card .woolentor-badges {
top: 20px;
left: 20px;
right: auto;
}
.woolentor-badge-pos-top-right .woolentor-luxury-card .woolentor-badges {
left: auto;
right: 20px;
align-items: flex-end;
}
.woolentor-badge-pos-top-center .woolentor-luxury-card .woolentor-badges {
left: 50%;
transform: translateX(-50%);
}
.woolentor-badge-pos-top-left .woolentor-luxury-card .woolentor-sale-indicator,
.woolentor-badge-pos-top-left .woolentor-luxury-card .woolentor-new-badge-indicator {
top: 20px;
right: 20px;
left: auto;
} .woolentor-content-align-flex-start .woolentor-product-content{
text-align: left;
}
.woolentor-content-align-center .woolentor-product-content{
text-align: center;
}
.woolentor-content-align-flex-end .woolentor-product-content{
text-align: right;
} .show-on-mobile-two-column{
display: none;
} @media (max-width: 767px) {
.woolentor-columns-mobile-2 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"] .woolentor-luxury-card .woolentor-quick-action {
width: 30px;
height: 30px;
}
.woolentor-columns-mobile-2 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"] .show-on-mobile-two-column{
display: flex !important;
position: static;
}
.woolentor-columns-mobile-2 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"] .woolentor-sale-indicator:not(.show-on-mobile-two-column),
.woolentor-columns-mobile-2 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"] .woolentor-new-badge-indicator:not(.show-on-mobile-two-column){
display: none !important;
}
}:root {
--woolentor-editorial-bg: #FAFAFA;
--woolentor-editorial-card-bg: #FFFFFF;
--woolentor-editorial-text-primary: #0A0A0A;
--woolentor-editorial-text-secondary: #666666;
--woolentor-editorial-text-muted: #999999;
--woolentor-editorial-accent: #C9A14A;
--woolentor-editorial-border: #E5E5E5;
--woolentor-editorial-shadow-soft: 0 4px 16px rgba(0, 0, 0, 0.05);
--woolentor-editorial-shadow-hover: 0 8px 32px rgba(0, 0, 0, 0.12);
--woolentor-editorial-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wp-embed-responsive .wp-block {
outline: 0;
} .woolentor-product-grid-editorial {
display: grid;
gap: 48px;
padding: 0;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
background-color: var(--woolentor-editorial-bg);
} .woolentor-product-grid-editorial .woolentor-product-item {
position: relative;
} .woolentor-editorial-grid-card{
height: 100%;
}
.woolentor-product-grid-editorial .woolentor-editorial-card {
background: var(--woolentor-editorial-card-bg);
border-radius: 0;
overflow: hidden;
transition: var(--woolentor-editorial-transition);
cursor: pointer;
display: flex;
flex-direction: column;
height: 100%;
} .woolentor-product-grid-editorial .woolentor-product-image {
position: relative;
width: 100%;
overflow: hidden;
background: var(--woolentor-editorial-bg);
box-shadow: var(--woolentor-editorial-shadow-soft);
} .woolentor-product-grid-editorial.grid-aspect-1-1 .woolentor-editorial-grid-card .woolentor-product-image {
padding-top: 100%; }
.woolentor-product-grid-editorial.grid-aspect-3-4 .woolentor-editorial-grid-card .woolentor-product-image {
padding-top: 133.33%; }
.woolentor-product-grid-editorial.grid-aspect-4-5 .woolentor-editorial-grid-card .woolentor-product-image {
padding-top: 125%; }
.woolentor-product-grid-editorial.grid-aspect-9-16 .woolentor-editorial-grid-card .woolentor-product-image {
padding-top: 177.78%; } .woolentor-editorial-grid-card .woolentor-product-image > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
overflow: hidden;
} .woolentor-editorial-grid-card .woolentor-product-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.woolentor-editorial-grid-card .woolentor-product-image .woolentor-product-badge img{
position: static;
} .woolentor-image-hover-zoom .woolentor-editorial-grid-card:hover .woolentor-product-image img {
transform: scale(1.08);
} .woolentor-editorial-grid-card .woolentor-product-image .woolentor-secondary-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 0.4s ease;
z-index: 1;
}
.woolentor-editorial-grid-card:hover .woolentor-secondary-image {
opacity: 1;
} .woolentor-editorial-grid-card .woolentor-product-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 16px;
opacity: 0;
transition: all 0.4s ease;
z-index: 2;
}
.woolentor-editorial-grid-card:hover .woolentor-product-overlay {
background: rgba(0, 0, 0, 0.3);
opacity: 1;
} .woolentor-editorial-grid-card .woolentor-view-detail {
background: transparent;
border: 1px solid white;
color: white;
padding: 12px 32px;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.05em;
text-transform: uppercase;
cursor: pointer;
transform: translateY(10px);
transition: all 0.4s ease;
opacity: 0;
line-height: 1;
}
.woolentor-editorial-grid-card:hover .woolentor-view-detail {
transform: translateY(0);
opacity: 1;
}
.woolentor-editorial-grid-card .woolentor-view-detail:hover {
background: white;
color: var(--woolentor-editorial-text-primary);
} .woolentor-editorial-grid-card .woolentor-quick-actions {
display: flex;
position: static;
flex-direction: row;
gap: 12px;
opacity: 0;
transform: translateY(10px);
transition: all 0.4s ease 0.1s;
}
.woolentor-editorial-grid-card:hover .woolentor-quick-actions {
opacity: 1;
transform: translateY(0);
visibility: visible;
}
.woolentor-product-grid-editorial .woolentor-quick-action,.woolentor-product-grid-editorial a.woolentor-quick-action  {
width: 44px;
height: 44px;
background: rgba(255, 255, 255, 0.95);
border: none;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
color: var(--woolentor-editorial-text-primary);
padding: 0;
}
.woolentor-product-grid-editorial .woolentor-quick-action a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: inherit;
transition: none;
}
.woolentor-product-grid-editorial .woolentor-quick-action svg {
width: 18px;
height: 18px;
color: inherit;
transition: none;
margin-right: 0;
}
.woolentor-product-grid-editorial .woolentor-quick-action:hover {
background: var(--woolentor-editorial-accent);
color: white;
transform: scale(1.1) translateY(-2px);
}
.woolentor-product-grid-editorial a.woolentor-cart-action:hover{
color: white;
background: var(--woolentor-editorial-accent);
}
.woolentor-product-grid-editorial .htcompare-btn svg {
fill: transparent;
stroke: currentColor;
}
.woolentor-product-grid-editorial .woolentor-quickview-btn svg{
fill: none;
}
.woolentor-quick-actions .added_to_cart{
display: none;
}
.woolentor-product-grid-editorial .woolentor-quick-action.added svg,.woolentor-product-grid-editorial .woolentor-quick-action.loading svg{
display: none;
}
.woolentor-product-grid-editorial .woolentor-quick-action.loading::after {
right: 0 !important;
top: 5px !important;
}
.woolentor-product-grid-editorial .woolentor-quick-action.added::after {
transform: translateX(0) translateY(0) !important;
left: 3px;
bottom: 13px;
border: none;
opacity: 1;
top: auto;
} .woolentor-product-grid-editorial .woolentor-quick-action::before {
content: attr(data-tooltip);
position: absolute;
bottom: 120%;
left: 50%;
transform: translateX(-50%) translateY(5px);
background: rgba(0, 0, 0, 0.9);
color: white;
padding: 6px 12px;
border-radius: 4px;
font-size: 11px;
font-weight: 500;
white-space: nowrap;
opacity: 0;
pointer-events: none;
transition: all 0.3s ease;
letter-spacing: 0.02em;
line-height: 1;
}
.woolentor-product-grid-editorial .woolentor-quick-action::after {
content: '';
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%) translateY(5px);
border: 5px solid transparent;
border-top-color: rgba(0, 0, 0, 0.9);
opacity: 0;
pointer-events: none;
transition: all 0.3s ease;
display: block;
}
.woolentor-product-grid-editorial .woolentor-quick-action:hover::before,
.woolentor-product-grid-editorial .woolentor-quick-action:hover::after {
opacity: 1;
transform: translateX(-50%) translateY(0);
} .woolentor-product-grid-editorial .woolentor-product-content {
padding: 25px 25px;
display: flex;
flex-direction: column;
gap: 8px;
flex-grow: 1;
line-height: 1;
} .woolentor-product-grid-editorial .woolentor-product-categories {
margin-bottom: 4px;
}
.woolentor-product-grid-editorial .woolentor-product-category {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--woolentor-editorial-accent);
font-weight: 500;
} .woolentor-product-grid-editorial .woolentor-product-title {
margin: 0 0 8px 0;
font-size: 22px;
font-weight: 600;
line-height: 1.3;
font-family: 'Playfair Display', Georgia, serif;
}
.woolentor-product-grid-editorial .woolentor-product-title a {
color: var(--woolentor-editorial-text-primary);
transition: color 0.3s ease;
}
.woolentor-product-grid-editorial .woolentor-product-title a:hover {
color: var(--woolentor-editorial-accent);
} .woolentor-product-grid-editorial .woolentor-product-description {
margin-bottom: 8px;
}
.woolentor-product-grid-editorial .woolentor-product-description p {
margin: 0;
font-size: 14px;
line-height: 1.6;
color: var(--woolentor-editorial-text-secondary);
} .woolentor-product-grid-editorial .woolentor-product-rating {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 8px;
}
.woolentor-product-grid-editorial .woolentor-product-stars {
display: flex;
gap: 2px;
}
.woolentor-product-grid-editorial .woolentor-product-stars .star {
width: 14px;
height: 14px;
color: var(--woolentor-editorial-accent);
}
.woolentor-product-grid-editorial .woolentor-product-stars .star.empty {
color: var(--woolentor-editorial-border);
}
.woolentor-product-grid-editorial .woolentor-review-count {
font-size: 12px;
color: var(--woolentor-editorial-text-muted);
} .woolentor-product-grid-editorial .woolentor-product-price {
font-size: 16px;
font-weight: 400;
color: var(--woolentor-editorial-text-secondary);
margin-bottom: 8px;
}
.woolentor-product-grid-editorial .woolentor-product-price del {
color: var(--woolentor-editorial-text-muted);
margin-right: 8px;
}
.woolentor-product-grid-editorial .woolentor-product-price ins {
text-decoration: none;
color: var(--woolentor-editorial-text-primary);
} .woolentor-product-grid-editorial .woolentor-stock-status {
display: flex;
align-items: center;
gap: 6px;
font-size: 12px;
color: var(--woolentor-editorial-text-muted);
margin-top: auto;
}
.woolentor-product-grid-editorial .woolentor-stock-status .stock-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: #4CAF50;
}
.woolentor-product-grid-editorial .woolentor-stock-status.out-of-stock .stock-dot {
background: #ef4444;
} .woolentor-card-hover-lift .woolentor-editorial-card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.woolentor-card-hover-lift .woolentor-editorial-card:hover {
transform: translateY(-8px);
box-shadow: var(--woolentor-editorial-shadow-hover);
} @media (max-width: 1024px) {
.woolentor-product-grid-editorial {
gap: 32px;
}
.woolentor-product-grid-editorial .woolentor-product-title {
font-size: 20px;
}
}
@media (max-width: 768px) {
.woolentor-product-grid-editorial {
gap: 24px;
}
.woolentor-product-grid-editorial .woolentor-product-content {
padding: 24px 0;
}
.woolentor-product-grid-editorial .woolentor-product-title {
font-size: 18px;
}
.woolentor-product-grid-editorial .woolentor-quick-actions {
flex-wrap: wrap;
}
} .woolentor-no-products {
text-align: center;
padding: 40px 20px;
color: var(--woolentor-editorial-text-secondary);
font-size: 16px;
} .woolentor-product-grid-editorial + .woolentor-pagination {
margin-top: 64px;
} html {
scroll-behavior: smooth;
} ::selection {
background: var(--woolentor-editorial-accent);
color: white;
} @keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.woolentor-product-grid-editorial .woolentor-product-item {
animation: fadeInUp 0.6s ease both;
}
.woolentor-product-grid-editorial .woolentor-product-item:nth-child(1) {
animation-delay: 0.1s;
}
.woolentor-product-grid-editorial .woolentor-product-item:nth-child(2) {
animation-delay: 0.2s;
}
.woolentor-product-grid-editorial .woolentor-product-item:nth-child(3) {
animation-delay: 0.3s;
}
.woolentor-product-grid-editorial .woolentor-product-item:nth-child(4) {
animation-delay: 0.4s;
}
.woolentor-product-grid-editorial .woolentor-product-item:nth-child(5) {
animation-delay: 0.5s;
}
.woolentor-product-grid-editorial .woolentor-product-item:nth-child(6) {
animation-delay: 0.6s;
}  .woolentor-product-grid-editorial.woolentor-layout-grid {
display: grid;
grid-auto-rows: 1fr;
}
.woolentor-product-grid-editorial.woolentor-layout-list {
display: flex;
flex-direction: column;
gap: 24px;
} .woolentor-editorial-grid-card .woolentor-list-view-content {
display: none !important;
}
.woolentor-editorial-list-card .woolentor-grid-view-content {
display: none !important;
}
.woolentor-editorial-grid-card .woolentor-grid-view-content {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
}
.woolentor-editorial-list-card .woolentor-list-view-content {
display: flex;
flex-direction: row;
width: 100%;
align-items: stretch;
} .woolentor-product-grid-editorial .woolentor-editorial-list-card {
display: flex;
flex-direction: row;
align-items: stretch;
background: var(--woolentor-editorial-card-bg);
box-shadow: var(--woolentor-editorial-shadow-soft);
overflow: hidden;
border: 1px solid var(--woolentor-editorial-border);
transition: var(--woolentor-editorial-transition);
}
.woolentor-product-grid-editorial .woolentor-editorial-list-card:hover {
box-shadow: var(--woolentor-editorial-shadow-hover);
border-color: transparent;
} .woolentor-editorial-list-card .woolentor-product-image {
position: relative;
flex-shrink: 0;
width: 320px;
background: var(--woolentor-editorial-bg);
overflow: hidden;
} .woolentor-product-grid-editorial.list-aspect-1-1 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 0;
height: 320px;
}
.woolentor-product-grid-editorial.list-aspect-4-3 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 0;
height: 240px;
}
.woolentor-product-grid-editorial.list-aspect-16-9 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 0;
height: 180px;
}
.woolentor-product-grid-editorial.list-aspect-3-4 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 0;
height: 426px;
}
.woolentor-editorial-list-card .woolentor-product-image > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.woolentor-editorial-list-card .woolentor-product-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
} .woolentor-editorial-list-card .woolentor-product-content {
flex: 1;
padding: 48px;
display: flex;
flex-direction: column;
justify-content: center;
gap: 16px;
}
.woolentor-editorial-list-card .woolentor-content-header {
display: flex;
flex-direction: column;
gap: 12px;
margin-bottom: 8px;
}
.woolentor-editorial-list-card .woolentor-product-categories {
margin-bottom: 0;
}
.woolentor-editorial-list-card .woolentor-product-title {
font-size: 32px;
font-weight: 600;
margin: 0;
line-height: 1.2;
}
.woolentor-editorial-list-card .woolentor-product-description {
margin-bottom: 16px;
}
.woolentor-editorial-list-card .woolentor-product-description p {
font-size: 16px;
line-height: 1.7;
color: var(--woolentor-editorial-text-secondary);
}
.woolentor-editorial-list-card .woolentor-product-rating {
margin-bottom: 12px;
}
.woolentor-editorial-list-card .woolentor-product-stars .star {
width: 16px;
height: 16px;
}
.woolentor-editorial-list-card .woolentor-content-footer {
display: flex;
align-items: center;
gap: 24px;
margin-top: auto;
padding-top: 24px;
border-top: 1px solid var(--woolentor-editorial-border);
}
.woolentor-editorial-list-card .woolentor-product-price {
font-size: 24px;
font-weight: 600;
margin-bottom: 0;
margin-top: 0;
}
.woolentor-editorial-list-card .woolentor-discount-percentage {
display: inline-block;
margin-left: 12px;
padding: 4px 12px;
background: rgba(239, 68, 68, 0.1);
color: #ef4444;
font-size: 14px;
font-weight: 600;
border-radius: 4px;
}
.woolentor-editorial-list-card .woolentor-stock-status {
font-size: 13px;
margin-top: 0;
}
.woolentor-editorial-list-card .woolentor-stock-status .stock-dot {
width: 8px;
height: 8px;
animation: pulse 2s infinite;
}
.woolentor-editorial-list-card .woolentor-stock-status.out-of-stock .stock-dot {
animation: none;
opacity: 0.6;
}
@keyframes pulse {
0%, 100% {
opacity: 1;
transform: scale(1);
}
50% {
opacity: 0.7;
transform: scale(1.1);
}
} .woolentor-editorial-list-card .woolentor-product-actions {
margin-top: 0;
}
.woolentor-editorial-list-card a.woolentor-cart-btn {
background-color: transparent;
color: var(--woolentor-editorial-text-primary);
padding: 14px 32px;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.05em;
text-transform: uppercase;
border: 1px solid var(--woolentor-editorial-text-primary);
cursor: pointer;
transition: all 0.3s ease;
display: inline-block;
text-decoration: none;
border-radius: 0;
}
.woolentor-editorial-list-card a.woolentor-cart-btn:hover {
background-color: var(--woolentor-editorial-accent);
background: var(--woolentor-editorial-accent) !important;
border-color: var(--woolentor-editorial-accent);
color: #FFFFFF;
} .woolentor-editorial-list-card .woolentor-badges {
position: absolute;
top: 24px;
left: 24px;
z-index: 3;
display: flex;
flex-direction: column;
gap: 8px;
} .woolentor-editorial-list-card .woolentor-product-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: all 0.4s ease;
z-index: 4;
} .woolentor-product-item:hover .woolentor-editorial-list-card .woolentor-product-overlay,
.woolentor-editorial-list-card:hover .woolentor-product-overlay {
opacity: 1;
} .woolentor-editorial-list-card .woolentor-quick-actions {
display: flex;
gap: 12px;
transform: translateY(10px);
transition: all 0.4s ease;
} .woolentor-product-item:hover .woolentor-editorial-list-card .woolentor-quick-actions,
.woolentor-editorial-list-card:hover .woolentor-quick-actions {
transform: translateY(0);
opacity: 1;
visibility: visible;
} .woolentor-editorial-list-card .woolentor-quick-action {
width: 44px;
height: 44px;
background: rgba(255, 255, 255, 0.95);
border: none;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
color: var(--woolentor-editorial-text-primary);
}
.woolentor-editorial-list-card .woolentor-quick-action a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: inherit;
}
.woolentor-editorial-list-card .woolentor-quick-action svg {
width: 18px;
height: 18px;
}
.woolentor-editorial-list-card .woolentor-quick-action:hover {
background: var(--woolentor-editorial-accent);
color: white;
transform: scale(1.1) translateY(-2px);
}
.woolentor-editorial-list-card .woolentor-quick-action.active {
background: var(--woolentor-editorial-accent);
color: white;
} .woolentor-editorial-list-card .woolentor-quick-action::before {
content: attr(data-tooltip);
position: absolute;
left: auto;
right: calc(100% + 7px);
top: 50%;
bottom: auto;
transform: translateY(-50%) translateX(-5px);
background: rgba(0, 0, 0, 0.9);
color: white;
padding: 6px 12px;
border-radius: 4px;
font-size: 11px;
font-weight: 500;
white-space: nowrap;
opacity: 0;
pointer-events: none;
transition: all 0.3s ease;
letter-spacing: 0.02em;
line-height: 1;
}
.woolentor-editorial-list-card .woolentor-quick-action::after {
content: '';
position: absolute;
left: auto;
right: calc(100% + -3px);
top: 50%;
bottom: auto;
transform: translateY(-50%) translateX(-5px);
border: 5px solid transparent;
border-left-color: rgba(0, 0, 0, 0.9);
border-top-color: transparent;
opacity: 0;
pointer-events: none;
transition: all 0.3s ease;
display: block;
}
.woolentor-editorial-list-card .woolentor-quick-action:hover::before,
.woolentor-editorial-list-card .woolentor-quick-action:hover::after {
opacity: 1;
transform: translateY(-50%) translateX(0);
} @media (max-width: 1024px) {
.woolentor-editorial-list-card .woolentor-product-image {
width: 280px;
}
.woolentor-product-grid-editorial.list-aspect-1-1 .woolentor-editorial-list-card .woolentor-product-image {
height: 280px;
}
.woolentor-product-grid-editorial.list-aspect-4-3 .woolentor-editorial-list-card .woolentor-product-image {
height: 210px;
}
.woolentor-product-grid-editorial.list-aspect-16-9 .woolentor-editorial-list-card .woolentor-product-image {
height: 157px;
}
.woolentor-product-grid-editorial.list-aspect-3-4 .woolentor-editorial-list-card .woolentor-product-image {
height: 373px;
}
.woolentor-editorial-list-card .woolentor-product-content {
padding: 32px;
}
.woolentor-editorial-list-card .woolentor-product-title {
font-size: 28px;
}
}
@media (max-width: 768px) {
.woolentor-editorial-list-card .woolentor-list-view-content {
flex-direction: column;
}
.woolentor-editorial-list-card .woolentor-product-image {
width: 100%;
height: auto;
padding-top: 125%; }
.woolentor-product-grid-editorial.list-aspect-1-1 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 100%;
height: auto;
}
.woolentor-product-grid-editorial.list-aspect-4-3 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 75%;
height: auto;
}
.woolentor-product-grid-editorial.list-aspect-16-9 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 56.25%;
height: auto;
}
.woolentor-product-grid-editorial.list-aspect-3-4 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 133.33%;
height: auto;
}
.woolentor-editorial-list-card .woolentor-product-content {
padding: 24px;
}
.woolentor-editorial-list-card .woolentor-product-title {
font-size: 22px;
}
.woolentor-editorial-list-card .woolentor-product-description p {
font-size: 14px;
}
.woolentor-editorial-list-card .woolentor-product-price {
font-size: 20px;
}
.woolentor-editorial-list-card .woolentor-content-footer {
flex-direction: column;
align-items: flex-start;
gap: 16px;
}
}.woolentor-product-grid-magazine {
--magazine-bg-primary: #faf9f7;
--magazine-bg-secondary: #f5f4f2;
--magazine-text-primary: #1a1a1a;
--magazine-text-secondary: #6a6a6a;
--magazine-accent: #1a1a1a;
--magazine-border: #d4d4d4;
--magazine-hover: #2a2a2a;
--magazine-white: #ffffff;
} .woolentor-product-grid-magazine {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 40px;
position: relative;
} .woolentor-product-grid-magazine.woolentor-layout-grid {
display: grid;
grid-template-columns:repeat(12, 1fr) !important;
}
.woolentor-product-grid-magazine.woolentor-layout-list {
display: flex;
flex-direction: column;
}   .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n+1) { grid-column: span 5; } .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n+2) { grid-column: span 7; } .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n+3) { grid-column: span 6; } .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n+4) { grid-column: span 6; } .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n+5) { grid-column: span 7; } .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n+6) { grid-column: span 5; } .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n+7) { grid-column: span 4; } .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n) { grid-column: span 8; } .woolentor-product-grid-magazine .woolentor-product-card {
position: relative;
background: transparent;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 0px solid transparent;
overflow: hidden;
height: 100%;
display: inherit;
border-radius: 0;
}
.woolentor-product-grid-magazine .woolentor-product-card:hover {
box-shadow: none;
transform: translateY(0);
}
.woolentor-product-grid-magazine .woolentor-quickview-btn svg{
fill: none !important;
color: currentColor;
} .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-list-view-content {
display: none;
} .woolentor-product-grid-magazine .woolentor-grid-view-content .woolentor-product-image {
position: relative;
overflow: hidden;
background: var(--magazine-bg-secondary);
} .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(odd) .woolentor-product-image {
aspect-ratio: 3/4;
}
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(even) .woolentor-product-image {
aspect-ratio: 4/3;
}
.woolentor-product-grid-magazine .woolentor-product-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.woolentor-product-grid-magazine .woolentor-product-card:hover .woolentor-product-image img {
transform: scale(1.05);
} .woolentor-product-grid-magazine .woolentor-product-number {
position: absolute;
top: 20px;
left: 20px;
font-size: 72px;
font-weight: 300;
color: rgba(255, 255, 255, 0.6);
line-height: 1;
z-index: 2;
font-style: italic;
font-family: 'Playfair Display', Georgia, serif;
} [class*="woolentor-badge-pos-wlpro_"] .woolentor-badges {
right: 12px;
left: auto;
} .woolentor-product-grid-magazine .woolentor-quick-actions {
position: absolute;
bottom: 20px;
right: 20px;
display: flex;
gap: 10px;
z-index: 3;
top: auto;
transform: translateY(0) translateX(0);
opacity: 1;
visibility: visible;
}
.woolentor-product-grid-magazine .woolentor-quick-action {
width: 44px;
height: 44px;
background: var(--magazine-white);
border: 1px solid var(--magazine-border);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
opacity: 0;
transform: translateY(10px);
}
.woolentor-product-grid-magazine .woolentor-product-card:hover .woolentor-quick-action {
opacity: 1;
transform: translateY(0);
}
.woolentor-product-grid-magazine .woolentor-quick-action:hover {
background: var(--magazine-accent);
border-color: var(--magazine-accent);
}
.woolentor-product-grid-magazine .woolentor-quick-action:hover svg {
stroke: currentColor;
color: currentColor;
} .woolentor-product-grid-magazine .woolentor-grid-view-content .woolentor-product-content {
padding: 30px 25px;
}
.woolentor-product-grid-magazine .woolentor-product-categories {
margin-bottom: 12px;
}
.woolentor-product-grid-magazine .woolentor-product-category {
font-size: 12px;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--magazine-text-secondary);
font-weight: 400;
text-decoration: none;
transition: color 0.3s ease;
}
.woolentor-product-grid-magazine .woolentor-product-category:hover {
color: var(--magazine-accent);
}
.woolentor-product-grid-magazine .woolentor-product-title {
font-size: clamp(20px, 2vw, 28px);
font-weight: 500;
margin-bottom: 15px;
line-height: 1.3;
color: var(--magazine-text-primary);
font-family: 'Playfair Display', Georgia, serif;
}
.woolentor-product-grid-magazine .woolentor-product-title a {
color: inherit;
text-decoration: none;
transition: color 0.3s ease;
}
.woolentor-product-grid-magazine .woolentor-product-title a:hover {
color: var(--magazine-text-secondary);
}
.woolentor-product-grid-magazine .woolentor-product-description {
font-size: 16px;
color: var(--magazine-text-secondary);
line-height: 1.7;
margin-bottom: 20px;
font-weight: 300;
}
.woolentor-product-grid-magazine .woolentor-product-price {
font-size: 24px;
font-weight: 500;
color: var(--magazine-text-primary);
margin-bottom: 20px;
font-family: 'Playfair Display', Georgia, serif;
margin-top: 0;
}
.woolentor-product-grid-magazine .woolentor-product-actions .woolentor-discover-btn {
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 14px;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--magazine-text-primary);
text-decoration: none;
border-bottom: 1px solid var(--magazine-accent);
transition: all 0.3s ease;
background: none;
border-top: none;
border-left: none;
border-right: none;
padding: 0 0 5px 0;
border-radius: 0;
min-height: auto;
font-weight: normal;
outline: none;
}
.woolentor-product-grid-magazine .woolentor-product-actions .woolentor-discover-btn:hover {
border-bottom-width: 2px;
letter-spacing: 3px;
background: none !important;
box-shadow: none !important;
color: var(--magazine-text-primary);
} .woolentor-product-grid-magazine.woolentor-layout-list .woolentor-grid-view-content {
display: none;
}
.woolentor-product-grid-magazine.woolentor-layout-list .woolentor-product-item {
margin-bottom: 80px;
padding-bottom: 60px;
border-bottom: 1px solid var(--magazine-border);
}
.woolentor-product-grid-magazine.woolentor-layout-list .woolentor-product-item:last-child {
border-bottom: none;
}
.woolentor-product-grid-magazine .woolentor-list-view-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
position: relative;
} .woolentor-product-grid-magazine.woolentor-layout-list .woolentor-product-item:nth-child(even) .woolentor-list-view-content {
direction: rtl;
}
.woolentor-product-grid-magazine.woolentor-layout-list .woolentor-product-item:nth-child(even) .woolentor-list-view-content > * {
direction: ltr;
} .woolentor-product-grid-magazine .woolentor-list-view-content .woolentor-product-image {
position: relative;
overflow: hidden;
background: var(--magazine-bg-secondary);
aspect-ratio: 4/5;
}
.woolentor-product-grid-magazine .woolentor-list-product-number {
position: absolute;
top: -40px;
left: -20px;
font-size: 180px;
font-weight: 300;
color: rgba(0, 0, 0, 0.03);
line-height: 1;
z-index: 1;
font-style: italic;
font-family: 'Playfair Display', Georgia, serif;
} .woolentor-product-grid-magazine .woolentor-list-view-content .woolentor-product-content {
position: relative;
z-index: 2;
}
.woolentor-product-grid-magazine .woolentor-content-header {
margin-bottom: 30px;
}
.woolentor-product-grid-magazine .woolentor-list-view-content .woolentor-product-categories {
font-size: 13px;
letter-spacing: 4px;
text-transform: uppercase;
color: var(--magazine-text-secondary);
margin-bottom: 15px;
font-weight: 400;
}
.woolentor-product-grid-magazine .woolentor-separator {
margin: 0 10px;
}
.woolentor-product-grid-magazine .woolentor-editorial-label {
color: var(--magazine-text-secondary);
}
.woolentor-product-grid-magazine .woolentor-editorial-badge {
display: inline-block;
background: var(--magazine-accent);
color: var(--magazine-white);
padding: 6px 18px;
font-size: 11px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 400;
margin-bottom: 20px;
}
.woolentor-product-grid-magazine .woolentor-list-view-content .woolentor-product-title {
font-size: clamp(32px, 4vw, 48px);
font-weight: 500;
margin-bottom: 20px;
line-height: 1.2;
}
.woolentor-product-grid-magazine .woolentor-list-view-content .woolentor-product-description {
font-size: 18px;
color: var(--magazine-text-secondary);
line-height: 1.8;
margin-bottom: 30px;
font-weight: 300;
} .woolentor-product-grid-magazine .woolentor-product-details {
display: flex;
gap: 30px;
margin-bottom: 30px;
padding-top: 20px;
border-top: 1px solid var(--magazine-border);
}
.woolentor-product-grid-magazine .woolentor-detail-item {
flex: 1;
}
.woolentor-product-grid-magazine .woolentor-detail-label {
font-size: 12px;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--magazine-text-secondary);
margin-bottom: 8px;
font-weight: 400;
}
.woolentor-product-grid-magazine .woolentor-detail-value {
font-size: 18px;
color: var(--magazine-text-primary);
font-weight: 500;
font-family: 'Playfair Display', Georgia, serif;
} .woolentor-product-grid-magazine .woolentor-product-price-standalone {
font-size: 28px;
font-weight: 500;
color: var(--magazine-text-primary);
margin-bottom: 30px;
font-family: 'Playfair Display', Georgia, serif;
} .woolentor-product-grid-magazine .woolentor-content-footer {
margin-top: 30px;
}
.woolentor-product-grid-magazine .woolentor-list-view-content .woolentor-product-actions {
display: flex;
gap: 20px;
align-items: center;
}
.woolentor-product-grid-magazine a.woolentor-primary-btn {
font-size: 14px;
letter-spacing: 2px;
text-transform: uppercase;
background: var(--magazine-accent);
color: var(--magazine-white);
border: none;
padding: 16px 30px;
cursor: pointer;
transition: all 0.3s ease;
text-decoration: none;
display: inline-block;
min-height: auto;
font-weight: normal;
border-radius: 0;
}
.woolentor-product-grid-magazine a.woolentor-primary-btn:hover {
background: var(--magazine-hover) !important;
letter-spacing: 2px;
}
.woolentor-product-grid-magazine .woolentor-secondary-btn {
font-size: 14px;
letter-spacing: 2px;
text-transform: uppercase;
background: none;
color: var(--magazine-text-primary);
border: 1px solid var(--magazine-accent);
padding: 15px 40px;
cursor: pointer;
transition: all 0.3s ease;
text-decoration: none;
display: inline-block;
line-height: 1;
}
.woolentor-product-grid-magazine .woolentor-secondary-btn:hover {
background: var(--magazine-accent);
color: var(--magazine-white);
}
.woolentor-product-grid-magazine .woolentor-list-wishlist-btn {
width: 48px;
height: 48px;
background: var(--magazine-white);
border: 1px solid var(--magazine-border);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
}
.woolentor-product-grid-magazine .woolentor-list-wishlist-btn a{
color: var(--magazine-accent);
}
.woolentor-product-grid-magazine .woolentor-list-wishlist-btn:hover {
background: var(--magazine-accent);
border-color: var(--magazine-accent);
}
.woolentor-product-grid-magazine .woolentor-list-wishlist-btn:hover svg {
stroke: var(--magazine-white);
fill: var(--magazine-white);
} .woolentor-product-grid-magazine.woolentor-layout-grid-list-tab .woolentor-list-view-content {
display: none;
}
.woolentor-product-grid-magazine.woolentor-layout-grid-list-tab.woolentor-list-active .woolentor-grid-view-content {
display: none;
}
.woolentor-product-grid-magazine.woolentor-layout-grid-list-tab.woolentor-list-active .woolentor-list-view-content {
display: grid;
}
.woolentor-product-grid-magazine.woolentor-layout-grid-list-tab.woolentor-list-active {
display: flex;
flex-direction: column;
}
.woolentor-product-grid-magazine.woolentor-layout-grid-list-tab.woolentor-list-active .woolentor-product-item {
margin-bottom: 80px;
padding-bottom: 60px;
border-bottom: 1px solid var(--magazine-border);
} @keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.woolentor-product-grid-magazine .woolentor-product-card {
animation: fadeInUp 0.6s ease forwards;
opacity: 0;
} .woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n+1) .woolentor-product-card { animation-delay: 0.1s; }
.woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n+2) .woolentor-product-card { animation-delay: 0.2s; }
.woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n+3) .woolentor-product-card { animation-delay: 0.3s; }
.woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n+4) .woolentor-product-card { animation-delay: 0.4s; }
.woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n+5) .woolentor-product-card { animation-delay: 0.5s; }
.woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n+6) .woolentor-product-card { animation-delay: 0.6s; }
.woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n+7) .woolentor-product-card { animation-delay: 0.7s; }
.woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n) .woolentor-product-card { animation-delay: 0.8s; } @media (max-width: 1200px) {
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(1),
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(2),
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(3),
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(4),
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(5),
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(6),
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(7),
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8) {
grid-column: span 6;
}
.woolentor-product-grid-magazine .woolentor-list-view-content {
gap: 40px;
}
.woolentor-product-grid-magazine .woolentor-list-product-number {
font-size: 140px;
}
}
@media (max-width: 768px) {
.woolentor-product-grid-magazine {
gap: 30px;
}
.woolentor-product-grid-magazine.woolentor-layout-grid {
grid-template-columns: 1fr !important;
gap: 40px;
}
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item{
grid-column: span 12 !important;
}
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-image {
aspect-ratio: 3/4 !important;
}
.woolentor-product-grid-magazine .woolentor-product-number {
font-size: 48px;
top: 15px;
left: 15px;
}
.woolentor-product-grid-magazine .woolentor-quick-action {
opacity: 1;
transform: translateY(0);
}
.woolentor-product-grid-magazine .woolentor-list-view-content {
grid-template-columns: 1fr;
gap: 30px;
}
.woolentor-product-grid-magazine.woolentor-layout-list .woolentor-product-item:nth-child(even) .woolentor-list-view-content {
direction: ltr;
}
.woolentor-product-grid-magazine .woolentor-list-product-number {
font-size: 100px;
top: -20px;
left: -10px;
}
.woolentor-product-grid-magazine .woolentor-product-details {
flex-direction: column;
gap: 15px;
}
.woolentor-product-grid-magazine .woolentor-list-view-content .woolentor-product-actions {
flex-direction: column;
width: 100%;
}
.woolentor-product-grid-magazine .woolentor-primary-btn,
.woolentor-product-grid-magazine .woolentor-secondary-btn {
width: 100%;
text-align: center;
}
}script {
display: none !important;
}.chaty *,.chaty-chat-view *,.chaty-outer-forms *{box-sizing:border-box}.chaty-agent-data,.chaty-whatsapp-field input[type=text],.chaty-whatsapp-message,.chaty-whatsapp-message p{font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif}.chaty-agent-header,.chaty-channel,.chaty-channels,.chaty-form-body,.chaty-tooltip{position:relative}.chaty-tooltip .on-hover-text,.chaty-tooltip .on-hover-text:before,.chaty-tooltip:after,.chaty-tooltip:before{text-transform:none;font-size:.9em;line-height:1;user-select:none;pointer-events:none;position:absolute;display:none;opacity:0}.on-hover-text{display:none}.on-hover-text p{white-space:nowrap}.on-hover-text img.emoji{max-width:none}.chaty-tooltip .on-hover-text:before,.chaty-tooltip:before{content:"";border:5px solid transparent;z-index:1001}.chaty-tooltip:after{content:attr(data-hover)}.chaty-tooltip .on-hover-text,.chaty-tooltip:after{text-align:center;min-width:1em;max-width:21em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:5px 15px;border-radius:10px;background:#fff;color:#333;z-index:1000;box-shadow:0 1.93465px 7.73859px rgb(0 0 0 / 15%);font-size:17px;line-height:21px}.chaty-animation-shockwave:after,.chaty-animation-shockwave:before{content:"";border-radius:50%;position:absolute;top:0;right:0;bottom:0}.chaty-tooltip .on-hover-text{overflow:visible;white-space:pre}.chaty-tooltip.active .on-hover-text,.chaty-tooltip.active .on-hover-text:before,.chaty-tooltip.active:after,.chaty-tooltip.active:before,.chaty-tooltip:hover .on-hover-text,.chaty-tooltip:hover .on-hover-text:before,.chaty-tooltip:hover:after,.chaty-tooltip:hover:before{display:block;opacity:1}.chaty-tooltip.active .on-hover-text,.chaty-tooltip.active .on-hover-text:before,.chaty-tooltip.active:after,.chaty-tooltip.active:before,.chaty-tooltip.pos-left:hover .on-hover-text,.chaty-tooltip.pos-left:hover .on-hover-text:before,.chaty-tooltip.pos-left:hover:after,.chaty-tooltip.pos-left:hover:before,.chaty-tooltip.pos-right:hover .on-hover-text,.chaty-tooltip.pos-right:hover .on-hover-text:before,.chaty-tooltip.pos-right:hover:after,.chaty-tooltip.pos-right:hover:before{animation:ease-out forwards tooltips-horz}.chaty-tooltip.has-on-hover:after,.chaty-tooltip.has-on-hover:before,.chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after,.chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:after,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:before,.chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger,.on-hover-text:empty,[data-hover=""]:after,[data-hover=""]:before{display:none!important}.chaty-tooltip.pos-top .on-hover-text:before,.chaty-tooltip.pos-top:before{border-bottom-width:0;border-top-color:#fff;bottom:calc(100% + 5px)}.chaty-tooltip.pos-top .on-hover-text:after,.chaty-tooltip.pos-top:after{bottom:calc(100% + 10px)}.chaty-tooltip.pos-top .on-hover-text,.chaty-tooltip.pos-top:after,.chaty-tooltip.pos-top:before{left:50%;transform:translate(-50%,-.5em)}.chaty-tooltip.pos-down:before{top:100%;border-top-width:0;border-bottom-color:#fff}.chaty-tooltip.pos-down:after{top:calc(100% + 5px)}.chaty-tooltip.pos-down:after,.chaty-tooltip.pos-down:before{left:50%;transform:translate(-50%,.5em)}.chaty-tooltip.pos-left .on-hover-text:before,.chaty-tooltip.pos-left:before{top:50%;border-right-width:0;border-left-color:#fff;left:calc(0em - 10px);transform:translate(-.5em,-50%)}.chaty-tooltip.pos-left .on-hover-text:before{left:auto;right:calc(0em - 5px)}.chaty-tooltip.pos-left .on-hover-text,.chaty-tooltip.pos-left:after{top:50%;right:calc(100% + 10px);transform:translate(-.5em,-50%)}.chaty-tooltip.pos-right .on-hover-text:before,.chaty-tooltip.pos-right:before{top:50%;border-left-width:0;border-right-color:#fff;right:calc(0em - 10px);transform:translate(.5em,-50%)}.chaty-tooltip.pos-right .on-hover-text:before{left:calc(0em - 5px);right:auto}.chaty-tooltip.pos-right .on-hover-text,.chaty-tooltip.pos-right:after{top:50%;left:calc(100% + 10px);transform:translate(.5em,-50%)}@keyframes tooltips-vert{to{opacity:1;transform:translate(-50%,0)}}@keyframes tooltips-horz{to{opacity:1;transform:translate(0,-50%)}}.chaty-tooltip.pos-down:hover:after,.chaty-tooltip.pos-down:hover:before,.chaty-tooltip.pos-top:hover:after,.chaty-tooltip.pos-top:hover:before{animation:ease-out forwards tooltips-vert}@-webkit-keyframes chaty-animation-shockwave{0%{transform:scale(1);box-shadow:0 0 2px rgba(0,0,0,.3),inset 0 0 1px rgba(0,0,0,.3)}95%{box-shadow:0 0 50px transparent,inset 0 0 30px transparent}100%{transform:scale(2.25)}}@keyframes chaty-animation-shockwave{0%{transform:scale(1);box-shadow:0 0 2px rgba(0,0,0,.3),inset 0 0 1px rgba(0,0,0,.3)}95%{box-shadow:0 0 50px transparent,inset 0 0 30px transparent}100%{transform:scale(2.25)}}@-webkit-keyframes chaty-animation-blink{0%,100%{opacity:1}20%{opacity:.5}}@keyframes chaty-animation-blink{0%,100%{opacity:1}20%{opacity:.5}}@-webkit-keyframes chaty-animation-pulse{0%{transform:scale(1);box-shadow:0 2px 2px rgba(0,0,0,.2);border-radius:50%}100%{transform:scale(1.1);box-shadow:0 2px 2px rgba(0,0,0,.2);border-radius:45%}}@keyframes chaty-animation-pulse{0%{transform:scale(1);border-radius:50%}100%{transform:scale(1.1);border-radius:45%}}.chaty-animation-shockwave:after{left:0;-webkit-animation:2s ease-out 1.3s infinite chaty-animation-shockwave;animation:2s ease-out 1.3s infinite chaty-animation-shockwave}.chaty-animation-shockwave:before{left:0;-webkit-animation:2s ease-out .8s infinite chaty-animation-shockwave;animation:2s ease-out .8s infinite chaty-animation-shockwave}.chaty-animation-blink{-webkit-animation:1.33s ease-out infinite chaty-animation-blink;animation:1.33s ease-out infinite chaty-animation-blink}.chaty-animation-pulse,.chaty-animation-pulse-icon{-webkit-animation:.4s infinite alternate chaty-animation-pulse;animation:.4s infinite alternate chaty-animation-pulse}.chaty-animation-sheen{position:relative;overflow:hidden}.chaty-animation-sheen:after{animation:5s infinite chaty-animation-sheen;content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.5) 50%,transparent);transform:rotateZ(60deg) translate(0,5em)}@keyframes chaty-animation-sheen{100%,20%{transform:rotateZ(60deg) translate(0,-80px)}}.chaty-animation-fade{animation:5s infinite chaty-animation-fade}.chaty-animation-spin{animation:5s cubic-bezier(.56,-.35,.22,1.5) infinite chaty-animation-spin}@keyframes chaty-animation-fade{15%,5%{opacity:.25}10%,100%,20%{opacity:1}}@keyframes chaty-animation-spin{10%{transform:rotateZ(-20deg);animation-timing-function:ease}100%,20%{transform:rotateZ(360deg)}}.chaty-animation-bounce,.chaty-animation-jump{animation:5s cubic-bezier(.84,-.54,.31,1.19) infinite chaty-animation-bounce}@keyframes chaty-animation-bounce{0%,100%,20%{transform:none}10%{transform:translateY(-1em)}}@keyframes chaty-animation-waggle{0%{transform:none}10%{transform:rotateZ(-20deg) scale(1.2)}13%{transform:rotateZ(25deg) scale(1.2)}15%{transform:rotateZ(-15deg) scale(1.2)}17%{transform:rotateZ(15deg) scale(1.2)}20%{transform:rotateZ(-12deg) scale(1.2)}22%{transform:rotateZ(0) scale(1.2)}100%,24%{transform:rotateZ(0) scale(1)}}.chaty-animation-waggle{animation:5s infinite chaty-animation-waggle}.chaty-animation-floating{-webkit-animation:chaty-animation-floating 3s ease infinite;animation:chaty-animation-floating 3s ease infinite}@keyframes chaty-animation-floating{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}50%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.chaty{display:none;z-index:99999}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before,.chaty.active,.chaty.form-open .chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger{display:block!important}.chaty *{margin:0;padding:0}.chaty .sr-only,.chaty-outer-forms .sr-only,.hide-cht-svg-bg{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;border:0!important;outline:0!important}.chaty a,.chaty a:focus,.chaty a:hover,.chaty button{border:none;text-decoration:none;outline:0;box-shadow:none}.chaty-widget{position:fixed;bottom:25px;right:25px;z-index:10001}.chaty-widget.left-position{left:25px;right:auto}.chaty-channel-list{display:flex;width:62px;height:124px;position:absolute;bottom:-4px;right:0;flex-direction:column;align-items:flex-start;pointer-events:none}.chaty-widget.left-position .chaty-channel-list{left:0;right:auto}.chaty-widget.chaty-open .chaty-channel-list,.chaty-widget.has-single .chaty-i-trigger .Phone-channel:after,.chaty-widget.has-single .chaty-i-trigger .Phone-channel:before{pointer-events:auto}.chaty-channel-list .chaty-channel,.chaty-channel.single .chaty-svg{display:inline-block;width:54px;height:54px;border-radius:50%;margin:4px;cursor:pointer;box-shadow:0 16px 24px 0 rgb(73 104 126 / 16%)}.chaty-channel-list .chaty-channel{position:absolute;bottom:0;opacity:0;transition:.5s;-webkit-transition:.5s}.chaty-channel.single .chaty-svg{margin:0}.chaty-widget.chaty-open .chaty-channel-list .chaty-channel{opacity:1}.chaty-channel a,.chaty-channel button,.chaty-svg{display:block;width:54px;height:54px;border-radius:50%;cursor:pointer;position:relative;outline:0;min-width:unset}* .chaty-channel button{min-width:unset;max-width:unset}.chaty-channel button{background:0 0;border-radius:50%}.chaty-channel a .chaty-custom-icon,.chaty-channel button .chaty-custom-icon,.chaty-svg .chaty-custom-icon{width:54px;height:54px;border-radius:50%;text-align:center;font-size:27px;line-height:54px;color:#fff}.chaty-channel a:focus,.chaty-channel button:focus,.chaty-contact-form-box button.chaty-submit-button{outline:0}.chaty-contact-form-box button.chaty-submit-button:disabled .chaty-loader{display:inline-block}.chaty-agent-icon svg,.chaty-channel svg,.chaty-view-channels .chaty-channel span svg{width:100%;height:100%}.chaty-channel img{width:54px;height:54px;object-fit:cover;border-radius:50%}.chaty-i-trigger .chaty-channel{position:absolute;bottom:0;right:4px;transition:.5s;border-radius:50%;cursor:pointer}.chaty-cta-button{transition:.5s;box-shadow:0 16px 24px 0 rgb(73 104 126 / 16%);border-radius:50%}.chaty-widget.left-position .chaty-i-trigger .chaty-channel{left:4px;right:auto}.chaty-widget .chaty-cta-main .chaty-cta-button{z-index:1099;opacity:1;position:relative}.chaty-widget.chaty-open .chaty-cta-main .chaty-cta-button{z-index:999;opacity:0;transform:rotate(540deg);visibility:hidden}.chaty-widget .chaty-i-trigger .chaty-cta-close{pointer-events:none}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close{pointer-events:auto;z-index:101}.chaty-widget .chaty-i-trigger .chaty-cta-close .chaty-cta-button{z-index:999;opacity:0;visibility:hidden}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close .chaty-cta-button{z-index:1099;opacity:1;transform:rotate(180deg);visibility:visible}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip{z-index:91}.chaty-channel button.open-chaty-channel,.chaty-widget.chaty-no-close-button:not(.has-single) .chaty-i-trigger:not(.single-channel),.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip .on-hover-text,.chaty.form-open .chaty-channel button.open-chaty,.chaty.form-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip .on-hover-text,.chaty.form-open .chaty-i-trigger .chaty-tooltip:after,.chaty.form-open .chaty-i-trigger .chaty-tooltip:before,.chaty.form-open .chaty-widget.has-single .chaty-i-trigger .on-hover-text{display:none}.chaty.form-open.active .chaty-widget .chaty-i-trigger{display:block}.chaty.form-open.active .chaty-widget .chaty-i-trigger .chaty-cta-main{display:none}.chaty.form-open.active .chaty-widget .chaty-i-trigger .chaty-cta-close .chaty-cta-button{opacity:1;visibility:visible;pointer-events:auto}.chaty-widget .ch-pending-msg{position:absolute;right:-4px;top:-4px;width:16px;height:16px;text-align:center;background:red;color:#fff;font-size:10px;line-height:16px;border-radius:50%;z-index:1101}.chaty-widget.left-position.hor-mode .chaty-channel-list{width:136px;height:62px;left:0;bottom:0}.chaty-widget.right-position.hor-mode .chaty-channel-list{width:136px;height:62px;right:0;left:auto;bottom:0}.chaty-widget.hor-mode .chaty-channel-list .chaty-channel{margin-top:0;margin-bottom:0}.chaty-widget.hor-mode.left-position .chaty-channel-list .chaty-channel{left:0}.chaty-widget.hor-mode.right-position .chaty-channel-list .chaty-channel{right:0;left:auto}.chaty-chat-view,.chaty-outer-forms{vertical-align:bottom;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;position:fixed!important;bottom:-25px;left:25px;padding:0;width:320px;max-width:90%;-moz-transition:.5s linear;box-shadow:rgba(0,0,0,.16) 0 5px 40px;-webkit-box-shadow:rgba(0,0,0,.16) 0 5px 40px;-moz-box-shadow:rgba(0,0,0,.16) 0 5px 40px;opacity:0;visibility:hidden;pointer-events:none;z-index:-1;transition:.5s;-webkit-transition:.5s;animation-delay:-2s;-webkit-animation-delay:-2s}.chaty-chat-view.pos-left,.chaty-outer-forms.pos-left{left:25px}.chaty-chat-view.pos-right,.chaty-outer-forms.pos-right{right:25px;left:auto}.chaty-outer-forms.active,.chaty:not(.form-open) .chaty-widget.chaty-open+.chaty-chat-view{-webkit-transform:translateY(-93px);transform:translateY(-93px);opacity:1;z-index:999999;visibility:visible;bottom:0;pointer-events:auto}.chaty-whatsapp-body{padding:0;min-height:260px;position:relative;z-index:2}.chaty-whatsapp-content{padding:20px}.chaty-popup-whatsapp-form .chaty-whatsapp-body{height:260px;min-height:auto}.chaty-popup-whatsapp-form .chaty-whatsapp-content{display:flex;align-items:flex-start}.chaty-form-body{background:#fff;z-index:99999;min-height:75px;border-radius:10px}.chaty-form-body form{margin:0;padding:0}.qr-code-image{padding:10px;text-align:center;border:solid 1px silver;border-radius:4px}.qr-code-image img{max-width:100%;max-height:360px;margin:0 auto;display:block;width:100%;height:auto}.chaty-whatsapp-form{position:relative;background-color:#f0ede7;border-radius:8px;margin:0}.chaty-whatsapp-form:before{display:block;position:absolute;content:"";left:0;top:0;height:100%;width:100%;z-index:0;opacity:.035;background-image:url(//nezalherbocare.com/wp-content/plugins/chaty/images/whatsapp.png)}.chaty-popup-whatsapp-form .chaty-whatsapp-body:before,.chaty-popup-whatsapp-form .chaty-whatsapp-footer:before{background-image:url(//nezalherbocare.com/wp-content/plugins/chaty/images/whatsapp-welcome-popup.png);opacity:.7}.chaty-whatsapp-message{padding:7px 14px 6px;background-color:#fff;border-radius:0 10px 10px;position:relative;transform-origin:center top;z-index:2;margin-top:0;margin-left:0;max-width:calc(100% - 40px);font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif;font-size:14px;line-height:18px;border:1px solid rgba(34,17,71,.08)}.chaty-whatsapp-message:before{content:"";display:none;width:0;height:0;border-top:0 solid transparent;border-bottom:10px solid transparent;border-right:12px solid #fff;position:absolute;left:-12px;top:0}.wp-profile-img+.chaty-whatsapp-message:before{display:block}.chaty-whatsapp-message p{margin:0;padding:0;color:#111b21;font-weight:400;word-wrap:break-word}.chaty-whatsapp-footer{position:relative;padding:20px 15px}.whatsapp-chaty-form{display:flex;margin:0;padding:0}button.chaty-whatsapp-button-button,button.chaty-whatsapp-button-button:focus,button.chaty-whatsapp-button-button:hover{text-align:center!important;height:40px!important;width:40px!important;padding:0!important;background:#c6d7e3!important;border-radius:20px!important;outline:0!important;box-shadow:none!important;cursor:pointer!important;margin:0 0 0 10px!important;text-decoration:none!important;border:none!important;min-width:1px!important;flex:0 0 40px}button.chaty-whatsapp-button-button{background:#c6d7e3!important}button.chaty-whatsapp-button-button:focus,button.chaty-whatsapp-button-button:hover{background:#a8c5da!important}.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button{background:#25d366!important}.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button:focus,.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button:hover{background:#22bf5b!important}.chaty-whatsapp-data{display:flex;flex:1;z-index:1}.chaty-whatsapp-field{padding-right:0;flex:1;position:relative;display:flex;align-items:center}.chaty-whatsapp-button{flex:0 0 48px}.chaty-whatsapp-button svg{width:100%;height:100%;margin:0;padding:0}.chaty-whatsapp-field input[type=text]{height:40px!important;line-height:normal;padding:0 10px 0 15px;font-size:16px;resize:none;width:100%;border:none!important;border-radius:24px;outline:0;box-shadow:none!important;background:#fff!important;margin:0;color:#111b21;flex:1}.chaty-whatsapp-field input[type=text]:focus{outline:0!important;border:none!important;margin:0;color:#111b21;box-shadow:none!important}.chaty-whatsapp-button-button:active,.chaty-whatsapp-button-button:focus,.chaty-whatsapp-button-button:hover{background:#a8c5da!important}.chaty.form-open .chaty-channel button.open-chaty-channel,.chaty.form-open .chaty-no-close-button.has-single .chaty-i-trigger{display:block}.chaty-agent-data{font-size:16px}.chaty-agent-header{font-size:18px;padding:20px 15px;background:#22bf5b;color:#fff;-webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;border-top-left-radius:10px;border-top-right-radius:10px}.chaty-agent-data .close-chaty-form{right:10px;top:12px}.chaty-agent-data .chaty-agent{display:flex;align-items:center;padding:15px}.chaty-agent-data .chaty-agent a{color:#49687e;font-size:16px;text-decoration:none;display:flex;width:100%;align-items:center;outline:0;font-weight:400}.chaty-contact-input input.chaty-input-field,.chaty-contact-input input[type=email].chaty-input-field,.chaty-contact-input input[type=text].chaty-input-field,.chaty-contact-input select.chaty-input-field,.chaty-contact-input textarea.chaty-textarea-field{color:#28303d;font-family:BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-sans;margin:0;background:#fff;outline:0}.chaty-agent-data .chaty-agent+.chaty-agent{border-top:2px solid #f6f8f9}.chaty-agent-img{width:36px;height:36px;object-fit:cover;border-radius:50%}.chaty-agent-icon{width:48px;height:48px;margin:0 15px 0 0}.chaty-agent-data .chaty-custom-icon{width:48px;height:48px;text-align:center;display:block;line-height:48px;background:silver;border-radius:50%;color:#fff;font-size:28px}.chaty-close-agent-list{position:absolute;right:15px;top:10px;width:26px;height:26px;cursor:pointer;z-index:10;padding:0 0 10px 10px}.chaty-agent-icon img{width:48px;height:48px;object-fit:cover}.chaty-close-agent-list svg{fill:#ffffff}.agent-sub-header{font-size:14px;line-height:20px;font-weight:400}.agent-main-header{font-size:20px;line-height:32px;font-weight:700;position:relative}.chaty-agent-header:before,.chaty-view-header:before{content:"";background:url(//nezalherbocare.com/wp-content/plugins/chaty/images/header-top.png) no-repeat;width:215px;height:41px;position:absolute;top:0;left:0;z-index:1}.chaty-agent-header:after,.chaty-view-header:after{content:"";background:url(//nezalherbocare.com/wp-content/plugins/chaty/images/header-bottom.png) no-repeat;width:44px;height:41px;position:absolute;bottom:0;right:0;z-index:1}.chaty-custom-channel-icon{display:block;border-radius:50%;color:#fff;text-align:center;line-height:54px}.chaty-contact-form-title{padding:10px 15px;text-align:left;font-size:18px;color:#fff;border-radius:8px 8px 0 0;justify-content:space-between;display:flex}.chaty-contact-inputs{padding:15px}.chaty-contact-input{display:block}.chaty-contact-input label.chaty-form-label{font-size:14px;margin:0;padding:0 0 4px 0;line-height:20px;display:flex;color:#28303d}.chaty-contact-input+.chaty-contact-input{margin:10px 0 0}.chaty-contact-input input.chaty-input-field,.chaty-contact-input input[type=email].chaty-input-field,.chaty-contact-input input[type=text].chaty-input-field,.chaty-contact-input select.chaty-input-field{width:100%;height:36px;line-height:36px;font-size:16px;padding:0 10px;border:1px solid #ccc;border-radius:4px}.chaty-contact-input .has-chaty-error:focus,.chaty-contact-input input.chaty-input-field:focus,.chaty-contact-input input[type=email].chaty-input-field:focus,.chaty-contact-input input[type=tel].chaty-input-field:focus,.chaty-contact-input input[type=text].chaty-input-field:focus,.chaty-contact-input select.chaty-input-field:focus,.chaty-contact-input textarea.chaty-textarea-field:focus{outline:0;box-shadow:none;border-color:#898989;background-color:#fff}.chaty-contact-input textarea.chaty-textarea-field{width:100%;height:100px;line-height:20px;font-size:16px;padding:10px;border:1px solid #ccc;border-radius:4px;display:block}.chaty-contact-form-box .close-chaty-form{right:9px;top:9px}.chaty-contact-form-box button.chaty-submit-button[type=submit],button#chaty-submit-button-0{border:none;border-radius:4px;color:#fff;background:#a886cd;width:100%;height:36px;line-height:36px;font-size:18px;padding:0;margin:0;cursor:pointer;text-align:center;display:block}.chaty-contact-input input.chaty-input-field.has-chaty-error,.chaty-contact-input select.chaty-input-field.has-chaty-error,.chaty-contact-input textarea.has-chaty-error{border:1px solid #d20000}.chaty-contact-form-button{padding:15px}.chaty-ajax-error-message,.chaty-ajax-success-message{color:#00a700;padding:10px 0 0;text-align:center;font-size:16px}.chaty-ajax-error-message{color:#da0000}.chaty-view-header,.chaty-view-header a,.chaty-view-header a:focus,.chaty-view-header a:hover{font-weight:500;color:#fff;font-size:24px}.chaty-exit-intent{position:fixed;z-index:-1}.chaty-exit-intent:before{display:block;position:fixed;top:0;left:0;content:'';width:100vw;height:100vh;background:rgba(0,0,0,.8);visibility:hidden;z-index:100;transition:.5s ease-in-out;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out}.chaty .chaty-widget.left-position .chaty-exit-intent:before{clip-path:circle(15px at 60px calc(100% - 60px))}.chaty .chaty-widget.right-position .chaty-exit-intent:before{clip-path:circle(15px at calc(100% - 60px) calc(100% - 60px))}.chaty .chaty-widget .chaty-exit-intent.animate:before{visibility:visible;clip-path:circle(100%)}.chaty-widget.has-single .chaty-i-trigger .chaty-channel:not(.chaty-agent-button).Phone-channel .chaty-tooltip:after,.chaty-widget.has-single .chaty-i-trigger .chaty-channel:not(.chaty-agent-button).Phone-channel .chaty-tooltip:before{pointer-events:inherit}body.cht-in-mobile .chaty-outer-forms.chaty-agent-data.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-wechat-form.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos{top:50%;left:0;right:0;margin:0 auto;transform:translate(0,-50%);bottom:auto}body.cht-in-mobile .chaty-outer-forms.chaty-agent-data.custom-cht-pos .chaty-agent-body{max-height:calc(100vh - 164px)!important}.chaty-whatsapp-message p+p{margin-top:10px}body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos .chaty-whatsapp-content{max-height:calc(100vh - 122px)!important;overflow-y:auto}body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form:not(.custom-cht-pos) .chaty-whatsapp-content{overflow-y:auto}.chaty.has-custom-pos.form-open .chaty-i-trigger{opacity:0;visibility:hidden}body.cht-in-mobile .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos .chaty-contact-inputs{max-height:calc(100vh - 150px)!important;overflow-y:auto}body.cht-in-mobile .chaty-outer-forms{max-width:calc(100vw - 50px)!important}.chaty-view-body{background:#fff;border-radius:8px}.chaty-view-header{background:#b78deb;border-radius:7px 7px 0 0;padding:10px 15px;position:relative;word-break:break-word}.chaty-top-content{padding:15px 15px 0;font-size:16px}.chaty-view-content p,.chaty-view-content p a,.chaty-view-content p a:focus,.chaty-view-content p a:hover{margin:0;padding:0;font-size:16px;line-height:150%;color:#49687e;word-break:break-word}.chaty-view-content p a{display:inline-block}.chaty-view-content p a:focus,.chaty-view-content p a:hover,.chaty-view-header a:focus,.chaty-view-header a:hover{outline:0;text-decoration:none}.chaty-view-content p+p{margin-top:10px}.chaty-close-view-list{position:absolute;right:15px;top:10px;width:12px;cursor:pointer;z-index:11}.chaty-close-view-list svg{fill:#ffffff;display:inline-block;width:100%}.chaty-view-channels .chaty-channel{height:48px;display:inline-block;margin:6px 0;width:20%;text-align:center;vertical-align:top}.chaty-view-channels .chaty-channel a,.chaty-view-channels .chaty-channel img,.chaty-view-channels .chaty-channel span:not(.on-hover-text){display:block;width:48px;height:48px;margin:0 auto}.chaty-view-channels{padding:10px 8px}.chaty-view-channels .chaty-custom-channel-icon{font-size:24px}.front-google-captcha{width:100%!important;overflow:hidden}.front-google-captcha>div{width:100%}.front-google-captcha iframe{transform:scaleX(.9);position:relative;left:-15px}.widget-fa-icon{width:100%;height:100%;display:inline-block;vertical-align:middle;color:#fff}span.chaty-loader{display:none;vertical-align:middle;color:#fff;animation:rotation 1s infinite linear;width:24px;height:24px;text-align:center;line-height:24px;margin-left:5px}span.chaty-loader span.dashicons{width:24px;height:24px;text-align:center;line-height:24px;font-size:24px}@keyframes rotation{from{transform:rotate(0)}to{transform:rotate(359deg)}}span.chaty-loader.active{display:inline-block;vertical-align:baseline}.chaty-i-trigger.single-channel>.chaty-channel>.on-hover-text{display:none!important}html[dir=rtl] .chaty-input-field,html[dir=rtl] .chaty-submit-button,html[dir=rtl] .chaty-tooltip,html[dir=rtl] .chaty-tooltip:after,html[dir=rtl] .chaty-whatsapp-message,html[dir=rtl] .on-hover-text{direction:rtl}.add-bg-blur-effect{background-color:rgba(0,0,0,.4);overflow-x:hidden}.add-bg-blur-effect>:not(.chaty,.chaty-outer-forms,.picmo__popupContainer){filter:blur(6px)}.email_suggestion,.wp_email_suggestion{margin:0;padding:0;font-size:14px;color:#970029}.email_suggestion i,.wp_email_suggestion i{color:#2596be;font-weight:700;cursor:pointer}.chaty-custom-whatsapp-form .eac-sugg,.chaty-form .eac-sugg{color:#c1c1c1;line-height:34px!important}.chaty-form .eac-input-wrap{width:100%;overflow:hidden}.chaty-custom-whatsapp-form .chaty-whatsapp-body:before{opacity:.05}.chaty-custom-whatsapp-form .chaty-whatsapp-body{border-radius:0}.chaty-custom-whatsapp-form .chaty-whatsapp-footer{border-top:1px solid #e1e1e1;min-height:70px}.chaty-custom-whatsapp-form .chaty-whatsapp-data{display:block;z-index:1}.chaty-custom-whatsapp-form .chaty-whatsapp-button-button{width:100%!important;z-index:1;position:relative}.chaty-custom-whatsapp-form .header-text{display:flex;align-items:center}.chaty-custom-whatsapp-form .header-text span{display:inline-block;vertical-align:super;padding-left:5px}.chaty-custom-whatsapp-form .chaty-whatsapp-button svg{width:26px;height:26px;fill:#ffffff;margin-right:3px}.chaty-custom-whatsapp-form .chaty-whatsapp-button span{font-size:15px;padding-left:5px}.chaty-custom-whatsapp-form .chaty-whatsapp-button{display:flex;align-items:center;justify-content:center;border-radius:6px!important}.chaty-custom-whatsapp-form .chaty-whatsapp-content{padding:15px;z-index:101111;position:relative}.chaty-custom-whatsapp-form .chaty-whatsapp-body{min-height:auto}.chaty-outer-forms input[type=number]::-webkit-inner-spin-button,.chaty-outer-forms input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.chaty-whatsapp-header{display:flex;align-items:center;background-color:#4aa485;border-top-left-radius:6px;border-top-right-radius:6px;padding:10px 15px;position:relative;justify-content:space-between;box-shadow:0 16px 32px 0 #1a0E3529}.chaty-whatsapp-header .header-wp-icon{height:30px;width:30px;margin-right:7px}.chaty-whatsapp-header .header-wp-title{color:#fff;font-size:15px;flex:1;padding-right:8px}.whatsapp-form-close-btn{flex:0 0 16px;cursor:pointer}.whatsapp-form-close-btn svg{width:16px;height:16px}.chaty-form,.chaty-whatsapp-form{font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif}.chaty-whatsapp-body .wp-profile-img{height:30px;width:30px;margin-right:15px}.chaty-whatsapp-body .wp-profile-img img{height:30px;width:30px;border-radius:50%;object-fit:cover}.chaty-whatsapp-message-nickname{color:#489d81;font-size:10px;font-weight:500;line-height:14px}.chaty-whatsapp-message-time{color:#a1a1a9;font-size:10px;line-height:12px}.chaty-whatsapp-input::placeholder{color:#83a1b7;opacity:40%}.chaty-whatsapp-input::-ms-input-placeholder{color:#83a1b7;opacity:40%}button[type=button].chaty-wp-emoji-input,button[type=button].chaty-wp-emoji-input:focus,button[type=button].chaty-wp-emoji-input:hover{position:absolute!important;top:9px;left:8px;background:0 0!important;border:none!important;cursor:pointer;height:24px!important;width:24px!important;padding:0!important;min-width:1px!important;margin:0!important;outline:0!important}.chaty-whatsapp-field:not(.has_emoji) .chaty-wp-emoji-input{display:none!important}.chaty-whatsapp-input{padding-left:38px!important}.chaty-whatsapp-field:not(.has_emoji) .chaty-whatsapp-input{padding-left:15px!important}.picmo__popupContainer{z-index:1000000}body .picmo__emojiButton span{font-size:24px;line-height:24px;display:inline-block;vertical-align:middle}body .picmo__picker .picmo__categoryButtons .picmo__categoryTab button.picmo__categoryButton{color:#8f8f8f;border:solid 1px transparent}body .picmo__picker .picmo__categoryButtons .picmo__categoryTab.picmo__categoryTabActive .picmo__categoryButton{border:1px solid #a886cd;color:#a071d3;background:#fff}body .picmo__picker .picmo__emojiCategory .picmo__categoryName{display:flex;height:auto;padding:10px 17px;border-bottom:solid 1px #e2e8f0;font-weight:700;background:#f3f3f3}body .picmo__picker .picmo__categoryButtons .picmo__categoryTab button.picmo__categoryButton:hover{background:#fff}body .picmo__emojiButton{border-radius:4px}body .picmo__emojiButton:focus{outline:0;border-radius:5px}.chaty-channel span.chaty-icon{display:block}.chaty.form-open .chaty-widget.has-single .chaty-cta-close .chaty-cta-button{opacity:1;visibility:visible;transform:rotate(360deg);z-index:999}.chaty-custom-whatsapp-form .eac-input-wrap{width:100%;overflow:hidden}.chaty-custom-whatsapp-form .chaty-whatsapp-button button{width:100%;border:none;border-radius:6px;padding:8px;display:flex;align-items:center;justify-content:center;cursor:pointer}.chaty-contact-input input[type=file].chaty-input-field{line-height:32px}.eac-cval:empty,.eac-sugg:empty{display:none!important}.qr-code-header{display:flex;align-items:center;background-color:#a886cd;border-top-left-radius:6px;border-top-right-radius:6px;padding:10px 15px;position:relative;justify-content:space-between;color:#fff;box-shadow:0 16px 32px 0 #1a0E3529;z-index:999999}.chaty-close-button{cursor:pointer}.qr-code-title{line-height:1;padding:15px 15px 0;font-size:14px;color:#83a1b7}.qr-code-box{margin-top:10px;padding:0 15px 15px}.qr-code-head-title{display:inline-flex;align-items:center}.qr-code-head-title svg{margin-right:5px}.mce-error{border:1px solid #d00!important}.required_indicate{color:red;font-size:18px;margin-left:2px}.chaty-whatsapp-button-button svg{display:inline-block;vertical-align:sub}.chaty-wp-emoji-input:hover{background-color:transparent;border-color:transparent}.chaty-wp-emoji-input:focus{outline:0}.chaty-whatsapp-input[placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:40%!important}[placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:1!important}.chaty-outer-forms form{margin:0}.chaty,.chaty *,.chaty-form,.chaty-form *,.chaty-whatsapp-form,.chaty-whatsapp-form *{-webkit-tap-highlight-color:transparent}body.csaas-has-chatway:not(.chatway-is-open) .chatway--trigger-container{display:none!important}body.csaas-has-chatway:not(.chatway-is-open) .chatway--frame-container{opacity:0;visibility:hidden}body.csaas-has-chatway.chatway-is-open .chaty{display:none!important}.chaty-widget.has-chatway .Chatway-channel-link{opacity:1;visibility:visible;pointer-events:auto}.has-chat-view.active .chaty-widget.has-chatway.chaty-open .chaty-channel-list{display:none!important}.chaty-channel.Chatway-channel-link.has-unread-message:after,.chaty-widget:not(.has-chatway):not(.chaty-open) .csaas-widget-trigger.has-unread-message:after{content:attr(data-unread-message);width:20px;height:20px;background:#ff4545;position:absolute;border-radius:50%;font-size:12px;font-weight:600;color:#fff;display:inline-flex;align-items:center;justify-content:center;bottom:44px;z-index:1111;right:-4px}body:not(.chatway--active) .chaty-widget.has-chatway.above-chaty .Chatway-channel-link{display:none!important}body:not(.chatway--active) .chaty-widget.inside-chaty .chaty-channels .Chatway-channel-link{display:none!important}body.csaas-has-chatway.has--chaty.chatway--active:not(.chatway--visible) .chatway--container{display:block}.chaty.chaty-has-chat-view .has-chatway.chaty-open .Chatway-channel-link{display:none!important}.chaty-view-channels .chaty-channel.Chatway-channel.has-unread-message:after{right:0;top:-8px;bottom:auto}html[dir=rtl] button[type=button].chaty-wp-emoji-input,html[dir=rtl] button[type=button].chaty-wp-emoji-input:focus,html[dir=rtl] button[type=button].chaty-wp-emoji-input:hover{right:8px}html[dir=rtl] .chaty-whatsapp-field input[type=text]{padding:0 35px 0 00px}html[dir=rtl] button.chaty-whatsapp-button-button,html[dir=rtl] button.chaty-whatsapp-button-button:focus,html[dir=rtl] button.chaty-whatsapp-button-button:hover{margin:0 10px 0 0!important}html[dir=rtl] button.chaty-whatsapp-button-button svg{transform:rotate(180deg)}body{--glsr-white:#fff;--glsr-gray-100:#f5f5f5;--glsr-gray-200:#e5e5e5;--glsr-gray-300:#d4d4d4;--glsr-gray-400:#a3a3a3;--glsr-gray-500:#737373;--glsr-gray-600:#525252;--glsr-gray-700:#404040;--glsr-gray-800:#262626;--glsr-gray-900:#171717;--glsr-black:#000;--glsr-blue:#1c64f2;--glsr-green:#057a55;--glsr-red:#e02424;--glsr-yellow:#faca15;--glsr-duration-slow:0.3s;--glsr-duration-fast:0.15s;--glsr-gap-xs:0.25em;--glsr-gap-sm:0.5em;--glsr-gap-md:0.75em;--glsr-gap-lg:1em;--glsr-gap-xl:2em;--glsr-leading:1.5;--glsr-px:1.25em;--glsr-py:1.25em;--glsr-radius:3px;--glsr-text-base:1em;--glsr-text-sm:0.875em;--glsr-text-md:1em;--glsr-text-lg:1.25em;--glsr-review-star:1.25em;--glsr-review-verified:var(--glsr-green);--glsr-tag-label-weight:600;--glsr-bar-bg:var(--glsr-yellow);--glsr-bar-leading:1.5;--glsr-bar-opacity:0.1;--glsr-max-w:48ch;--glsr-summary-star:1.5em;--glsr-summary-text:var(--glsr-text-sm);--glsr-choice-h:1.125em;--glsr-choice-w:1.125em;--glsr-description-text:var(--glsr-text-sm);--glsr-form-error:var(--glsr-red);--glsr-form-star:2em;--glsr-form-success:var(--glsr-green);--glsr-input-b:1px solid var(--glsr-gray-400);--glsr-input-bg:var(--glsr-white);--glsr-input-color:var(--glsr-gray-900);--glsr-input-px:0.75em;--glsr-input-py:0.5em;--glsr-input-radius:3px;--glsr-input-transition:border-color var(--glsr-duration-fast) ease-in-out;--glsr-label-text:var(--glsr-text-sm);--glsr-label-weight:600;--glsr-range-size:1.75em;--glsr-toggle-bg-0:currentColor;--glsr-toggle-bg-1:currentColor;--glsr-toggle-color:var(--glsr-white);--glsr-toggle-h:1.25em;--glsr-toggle-opacity-0:0.2;--glsr-toggle-opacity-1:1;--glsr-toggle-p:.15em;--glsr-toggle-radius:999px;--glsr-toggle-shadow-color:rgba(0,0,0,.1);--glsr-toggle-size:calc(var(--glsr-toggle-h) - var(--glsr-toggle-p)*2);--glsr-toggle-text:1em;--glsr-toggle-w:calc(var(--glsr-toggle-h)*2 - var(--glsr-toggle-p)*2);--glsr-modal-bg:var(--wp--preset--color--base,var(--glsr-white));--glsr-modal-radius:3px;--glsr-modal-padding:1.5em;--glsr-tooltip-border-radius:4px;--glsr-tooltip-font-size:0.875rem;--glsr-tooltip-font-weight:400;--glsr-tooltip-line-height:1;--glsr-tooltip-margin:12px;--glsr-tooltip-padding:.5em 1em;--glsr-tooltip-size:6px}@keyframes gl-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes gl-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes gl-spin{0%{transform:rotate(0deg) translateZ(0)}to{transform:rotate(1turn) translateZ(0)}}@keyframes gl-zoomIn{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes gl-zoomOut{0%{transform:scale(1)}to{transform:scale(.95)}}.glsr *+*{box-sizing:border-box}.glsr,.glsr-modal{border-width:0;font-size:var(--glsr-text-base)}.glsr .screen-reader-text,.glsr-modal .screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.glsr-captcha-holder iframe{margin:0!important}.glsr-captcha-holder[data-size=invisible]:not([data-badge=inline]){bottom:0;position:absolute}.glsr-captcha-holder>div:not([data-type=procaptcha]){display:flex}.glsr-fade-out{opacity:0!important;transition:visibility 0s cubic-bezier(0,0,.2,1) var(--glsr-duration-slow),opacity var(--glsr-duration-slow)!important;visibility:hidden!important}.glsr-reviews,.glsr-reviews-wrap{grid-gap:var(--glsr-gap-xl);display:grid;gap:var(--glsr-gap-xl)}.glsr-default .glsr-loading,.glsr-default form.glsr-form .glsr-loading{display:inline-flex;flex-grow:0;flex-shrink:0;height:1em;position:relative;width:1em}.glsr-default .glsr-loading:not(.does-not-exist):not(does-not-exist):after,.glsr-default .glsr-loading:not(.does-not-exist):not(does-not-exist):before,.glsr-default form.glsr-form .glsr-loading:after,.glsr-default form.glsr-form .glsr-loading:before{animation:gl-spin .5s linear infinite;border:.2em solid;border-radius:100%;box-sizing:border-box;content:"";display:block;height:100%;left:0;margin:0;position:absolute;top:0;width:100%}.glsr-default .glsr-loading:not(.does-not-exist):not(does-not-exist):before,.glsr-default form.glsr-form .glsr-loading:before{border-top-color:transparent;opacity:.5}.glsr-default .glsr-loading:not(.does-not-exist):not(does-not-exist):after,.glsr-default form.glsr-form .glsr-loading:after{border-color:currentColor transparent transparent}.glsr-default .glsr-spinner{animation:gl-spin .5s linear infinite;border-radius:50%;height:24px;position:relative;width:24px}.glsr-default .glsr-spinner:after,.glsr-default .glsr-spinner:before{background:currentColor;border-radius:50%;content:"";height:8px;position:absolute;width:8px}.glsr-default .glsr-spinner:before{left:0;top:0}.glsr-default .glsr-spinner:after{bottom:0;right:0}.glsr-default .glsr-pagination{position:relative}.glsr-default .glsr-pagination:not(.glsr-ajax-loadmore){align-items:center;display:flex;justify-content:center}.glsr-default .glsr-pagination .glsr-spinner{position:absolute}.glsr-default .glsr-pagination .pagination{flex-basis:100%;margin-bottom:0;margin-top:0;opacity:1;transition:opacity var(--glsr-duration-slow)}.glsr-default.glsr-hide .glsr-pagination .pagination{opacity:0!important}.glsr-star-rating{align-items:center;display:flex;position:relative}.glsr-stars{justify-content:center}.glsr-star{background-size:var(--glsr-review-star);flex-shrink:0;font-size:inherit;height:var(--glsr-review-star);width:var(--glsr-review-star)}.glsr-summary .glsr-star{background-size:var(--glsr-summary-star);height:var(--glsr-summary-star);width:var(--glsr-summary-star)}.glsr-star-empty{background-image:var(--glsr-star-empty)}.glsr-star-full{background-image:var(--glsr-star-full)}.glsr-star-half{background-image:var(--glsr-star-half)}.glsr-review{quotes:"“" "”";word-break:break-word}.glsr-review,.glsr-reviews>p{opacity:1;transition:opacity .5s}.glsr-hide .glsr-review,.glsr-hide .glsr-reviews>p{opacity:0!important}.glsr-review p:first-of-type{margin-top:0!important}.glsr-review [data-expanded=false] p.glsr-hidden-text,.glsr-review p:last-of-type{margin-bottom:0!important}.glsr-review-date{white-space:nowrap}.glsr-review-rating{align-items:center;display:inline-flex;gap:.5em;justify-content:center}.glsr-review-response{padding:var(--glsr-py) var(--glsr-px);position:relative;width:100%}.glsr-review-response:before{border-bottom:calc(var(--glsr-text-md)*1.5) solid;border-left:0 solid transparent;border-right:calc(var(--glsr-text-md)*2) solid transparent;border-top:0 solid;content:"";height:0;opacity:.1;position:absolute;right:calc(var(--glsr-text-md)*1.5);top:calc((var(--glsr-text-md)*1.5)*-1);top:calc(var(--glsr-text-md)*1.5*-1);width:0}.glsr-review-response:after{background-color:currentColor;border-radius:var(--glsr-radius);content:"";height:100%;left:0;opacity:.1;position:absolute;top:0;width:100%}.glsr-rtl .glsr-review-response:before{border-left-width:calc(var(--glsr-text-md)*2);border-right-width:0;left:calc(var(--glsr-text-md)*1.5);right:auto}.glsr-review-response-inner{position:relative;z-index:1}.glsr-default .glsr-review{display:flex;flex-wrap:wrap;gap:var(--glsr-gap-md)}.glsr-default .glsr-review p{margin-bottom:var(--glsr-text-md);margin-top:0;padding:0}.glsr-default .glsr-tag-label{font-weight:var(--glsr-tag-label-weight)}.glsr-default .glsr-review-assigned_links,.glsr-default .glsr-review-assigned_posts,.glsr-default .glsr-review-assigned_terms,.glsr-default .glsr-review-assigned_users{width:100%}.glsr-default .glsr-review-author{align-items:center;display:inline-flex;gap:.5em}.glsr-default .glsr-review-avatar{flex:0 0}.glsr-default .glsr-review-avatar img{border-width:0;display:flex;margin:0;max-height:none;max-width:none;-o-object-fit:cover;object-fit:cover}.glsr-default .glsr-review-content{width:100%}.glsr-default .glsr-review-date{align-items:center;display:inline-flex;flex:1 0;font-style:italic;white-space:nowrap}.glsr-default .glsr-review-rating{align-items:center;display:inline-flex;flex-shrink:0;gap:.5em}.glsr-default .glsr-review-response,.glsr-default .glsr-review-title{width:100%}.glsr-default .glsr-review-title h3,.glsr-default .glsr-review-title h4,.glsr-default .glsr-review-title h5{margin-bottom:0;margin-top:0}.glsr-default .glsr-review-verified{align-items:center;color:var(--glsr-review-verified);display:flex;font-size:var(--glsr-text-sm);gap:.25em}.glsr-default .glsr-read-more{white-space:nowrap}.glsr-default .glsr-read-more:before{content:"";margin-left:0;margin-right:.5em}.glsr-default.glsr-rtl .glsr-read-more:before{margin-left:.5em;margin-right:0}.glsr-default [data-expanded=false] .glsr-read-more:before{content:"\2026"}.glsr-default [data-expanded=false] .glsr-hidden{display:none}.glsr-summary{align-items:center;display:flex;flex-wrap:wrap;gap:var(--glsr-gap-sm);max-width:var(--glsr-max-w);position:relative;width:100%}.glsr-summary-rating{font-size:var(--glsr-text-lg);font-weight:700;line-height:1}.glsr-summary-stars,.glsr-summary-text{font-size:var(--glsr-summary-text)}.glsr-summary-text{flex:1 1 100%}.glsr-summary-percentages{position:relative;width:100%}.glsr-summary .glsr-bar{display:table-row;white-space:nowrap}.glsr-summary .glsr-bar>span{display:table-cell;line-height:var(--glsr-bar-leading);vertical-align:middle}.glsr-summary .glsr-bar-label{font-size:var(--glsr-summary-text);padding-left:0;padding-right:var(--glsr-gap-sm)}.glsr-rtl .glsr-summary .glsr-bar-label{padding-left:var(--glsr-gap-sm);padding-right:0}.glsr-summary .glsr-bar-background{position:relative;width:100%}.glsr-summary .glsr-bar-background:before{background-color:currentColor;content:"";display:block;height:var(--glsr-text-md);margin-top:calc(var(--glsr-text-md)/2*-1);opacity:var(--glsr-bar-opacity);position:absolute;top:50%;width:100%}.glsr-summary .glsr-bar-background-percent{background-color:currentColor;color:var(--glsr-bar-bg);display:block;height:var(--glsr-text-md);position:relative}.glsr-summary .glsr-bar-percent{font-size:var(--glsr-summary-text);padding-left:var(--glsr-gap-sm);padding-right:0;text-align:right}.glsr-rtl .glsr-summary .glsr-bar-percent{padding-left:0;padding-right:var(--glsr-gap-sm);text-align:left}.glsr-default form.glsr-hide-form{max-height:0!important;opacity:0;overflow:hidden}.glsr-default form.glsr-form{grid-row-gap:var(--glsr-gap-md);display:grid;grid-template-columns:repeat(1,minmax(0,1fr));position:relative;row-gap:var(--glsr-gap-md)}.glsr-default .glsr-field{position:relative}.glsr-default .glsr-field.glsr-hidden,.glsr-default .glsr-field:not(.glsr-field-is-invalid) .glsr-field-error,.glsr-default .glsr-form-message:not(.glsr-form-failed):not(.glsr-form-success){display:none}.glsr-default .glsr-field-error{color:var(--glsr-form-error);font-size:var(--glsr-text-sm)}.glsr-default .glsr-form-failed{color:var(--glsr-form-error)}.glsr-default .glsr-form-success{color:var(--glsr-form-success)}.glsr-default .glsr-is-invalid{border-color:var(--glsr-form-error)!important}.glsr-default form.glsr-form label.glsr-label{display:block;float:none;-webkit-hyphens:none;hyphens:none;margin:0}.glsr-default form.glsr-form .glsr-description{display:block;font-weight:normal;text-transform:none}.glsr-default form.glsr-form input.glsr-input:not(.wp-block-search__input),.glsr-default form.glsr-form select.glsr-select,.glsr-default form.glsr-form textarea.glsr-textarea{box-sizing:border-box;display:block;float:none;margin:0;max-height:none;max-width:none;min-height:auto;min-width:auto;width:100%}.glsr-default form.glsr-form textarea.glsr-textarea{resize:vertical}.glsr-default form.glsr-form .glsr-field-checkbox,.glsr-default form.glsr-form .glsr-field-radio{display:flex}.glsr-default form.glsr-form .glsr-field-checkbox label,.glsr-default form.glsr-form .glsr-field-radio label{align-items:flex-start;-moz-column-gap:var(--glsr-gap-sm);column-gap:var(--glsr-gap-sm);display:inline-flex;margin:0}.glsr-default form.glsr-form .glsr-field-checkbox span:first-of-type,.glsr-default form.glsr-form .glsr-field-radio span:first-of-type{align-items:center;display:flex}.glsr-default form.glsr-form input.glsr-input-radio[type=radio],.glsr-default form.glsr-form input.glsr-input-range[type=radio],.glsr-default form.glsr-form input[type=checkbox].glsr-input-checkbox{box-sizing:border-box;display:inline-block;flex-shrink:0;left:0;margin:0;outline:none;padding:0;top:0;vertical-align:middle}.glsr-default form.glsr-form .glsr-field-toggle{display:flex}.glsr-default form.glsr-form .glsr-toggle{align-items:flex-start;-moz-column-gap:var(--glsr-gap-sm);column-gap:var(--glsr-gap-sm);display:inline-flex;flex-direction:row-reverse}.glsr-default form.glsr-form .glsr-toggle label{display:block;margin:0}.glsr-default form.glsr-form .glsr-toggle .glsr-toggle-switch{align-items:center;display:flex;flex-shrink:0;font-size:var(--glsr-toggle-text);position:relative;width:var(--glsr-toggle-w)}.glsr-default form.glsr-form .glsr-toggle input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border-color:transparent!important;border-radius:var(--glsr-toggle-radius);border-width:1px;box-shadow:none;box-sizing:border-box;cursor:pointer;display:block;font-size:inherit;height:var(--glsr-toggle-h);left:auto;margin:0!important;overflow:hidden;padding:0!important;position:absolute;top:auto!important;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--glsr-toggle-w);z-index:0}.glsr-default form.glsr-form .glsr-toggle input[type=checkbox]:after,.glsr-default form.glsr-form .glsr-toggle input[type=checkbox]:before{box-sizing:border-box;display:none}.glsr-default form.glsr-form .glsr-toggle input[type=checkbox]+.glsr-toggle-track{border-radius:var(--glsr-toggle-radius);box-sizing:border-box;height:var(--glsr-toggle-h);padding:var(--glsr-toggle-p);pointer-events:none;position:absolute;width:var(--glsr-toggle-w)}.glsr-default form.glsr-form .glsr-toggle input[type=checkbox]+.glsr-toggle-track:before{background-color:var(--glsr-toggle-bg-0);border-radius:var(--glsr-toggle-radius);box-sizing:border-box;content:"";display:block;height:100%;left:0;opacity:var(--glsr-toggle-opacity-0);position:absolute;top:0;transition:background-color var(--glsr-duration-fast) ease-in-out,opacity var(--glsr-duration-fast) ease-in-out;width:100%}.glsr-default form.glsr-form .glsr-toggle input[type=checkbox]+.glsr-toggle-track:after{background-color:var(--glsr-toggle-color);border-radius:calc(var(--glsr-toggle-radius) - var(--glsr-toggle-p));box-shadow:0 calc(var(--glsr-toggle-h)*.05) calc(var(--glsr-toggle-h)*.1) var(--glsr-toggle-shadow-color),0 calc(var(--glsr-toggle-h)*.05) calc(var(--glsr-toggle-h)*.15) var(--glsr-toggle-shadow-color);box-sizing:border-box;content:"";display:block;height:var(--glsr-toggle-size);pointer-events:none;position:relative;transition:transform var(--glsr-duration-fast) ease-in-out;width:var(--glsr-toggle-size);z-index:1}.glsr-default form.glsr-form .glsr-field-toggle input[type=checkbox]:checked+.glsr-toggle-track:before{background-color:var(--glsr-toggle-bg-1);opacity:var(--glsr-toggle-opacity-1);transition:background-color var(--glsr-duration-fast) ease-in-out,opacity var(--glsr-duration-fast) ease-in-out}.glsr-default form.glsr-form .glsr-field-toggle input[type=checkbox]:checked+.glsr-toggle-track:after{transform:translateX(var(--glsr-toggle-size))}.glsr-default.glsr-rtl form.glsr-form .glsr-field-toggle input[type=checkbox]:checked+.glsr-toggle-track:after{transform:translateX(calc(var(--glsr-toggle-size)*-1))}.glsr-default form.glsr-form .glsr-range-labels{display:grid;font-size:var(--glsr-text-sm);grid-template-columns:repeat(auto-fit,minmax(50px,1fr));line-height:1.5;text-align:center}.glsr-default form.glsr-form .glsr-range-labels :first-child{text-align:left}.glsr-default form.glsr-form .glsr-range-labels :last-child{text-align:right}.glsr-default form.glsr-form .glsr-range-options{align-items:center;display:flex;font-size:var(--glsr-text-base);gap:var(--glsr-gap-lg);justify-content:space-between;margin-bottom:calc(var(--glsr-text-sm)*1.5);padding-bottom:var(--glsr-gap-xs);padding-top:var(--glsr-gap-xs);position:relative}.glsr-default form.glsr-form .glsr-range-options:before{background-color:var(--glsr-gray-400);content:"";display:block;height:1px;position:absolute;width:100%}.glsr-default form.glsr-form .glsr-range-options:has(.glsr-is-invalid):before{background-color:var(--glsr-form-error)}.glsr-default form.glsr-form .glsr-field-range{display:flex;z-index:1}.glsr-default form.glsr-form .glsr-range-options input[type=radio].glsr-input-range{flex-shrink:0;height:var(--glsr-range-size);width:var(--glsr-range-size)}.glsr-default form.glsr-form .glsr-range-options label{display:none}.glsr-default form.glsr-form .glsr-range-options input[type=radio]:checked+label{display:flex;font-size:var(--glsr-text-sm);left:0;line-height:1.5;position:absolute;top:100%}.glsr-default form.glsr-form .glsr-range-options:not(:has(input[type=radio]:checked)):after{content:attr(data-placeholder);display:flex;font-size:var(--glsr-text-sm);left:0;line-height:1.5;position:absolute;top:100%}form.glsr-form .glsr-star-rating:not([data-star-rating]) .glsr-star-rating--stars{display:none!important}form.glsr-form .glsr-star-rating>select{clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px!important;margin:0!important;opacity:0!important;overflow:hidden!important;padding:0!important;position:absolute!important;top:0!important;visibility:visible!important;white-space:nowrap!important;width:1px!important}form.glsr-form .glsr-star-rating>select:after,form.glsr-form .glsr-star-rating>select:before{display:none!important}form.glsr-form .glsr-star-rating>select:focus+.glsr-star-rating--stars:before{box-shadow:0 0 0 3px -moz-mac-focusring;box-shadow:0 0 0 3px -webkit-focus-ring-color;box-shadow:0 0 0 3px Highlight;content:"";display:block;height:100%;outline:1px solid transparent;pointer-events:none;position:absolute;width:100%}form.glsr-form .glsr-star-rating--ltr>select{left:0!important}form.glsr-form .glsr-star-rating--rtl>select{right:0!important}form.glsr-form .glsr-star-rating--stars{align-items:center;cursor:pointer;display:flex;position:relative}form.glsr-form select[disabled]+.glsr-star-rating--stars{cursor:default}form.glsr-form .glsr-star-rating--stars>span{display:flex;height:var(--glsr-form-star);margin:0;width:var(--glsr-form-star)}form.glsr-form .glsr-star-rating--stars[class*=" s"]>span{background-image:var(--glsr-star-empty);background-position:50%;background-repeat:no-repeat;background-size:contain}form.glsr-form .glsr-field-is-invalid .glsr-star-rating--stars[class*=" s"]>span{background-image:var(--glsr-star-error)}form.glsr-form .glsr-star-rating--stars[class*=" s"]>span.gl-active,form.glsr-form .glsr-star-rating--stars[class*=" s"]>span.gl-active.gl-selected{background-image:var(--glsr-star-full)}form.glsr-form .glsr-has-rating-labels .glsr-star-rating--stars[aria-label]{margin-bottom:calc(var(--glsr-text-sm)*1.5);padding-bottom:var(--glsr-gap-xs)}form.glsr-form .glsr-has-rating-labels .glsr-star-rating--stars[aria-label]:after{content:attr(aria-label);display:flex;font-size:var(--glsr-text-sm);left:0;line-height:1.5;position:absolute;top:100%}.glsr-default button.glsr-button{align-items:center!important;cursor:pointer;display:inline-flex!important;white-space:nowrap}.glsr-default button.glsr-button:not(.wp-block-search__button){margin:0}.glsr-default button.glsr-button[aria-busy=true]{gap:var(--glsr-gap-sm)}.glsr-default .wp-block-button{margin:0}.glsr-modal{display:none;font-size:var(--glsr-text-base);line-height:var(--glsr-leading);pointer-events:none;position:fixed;z-index:-1}.glsr-modal.is-open{display:block;pointer-events:auto;z-index:99999}.glsr-modal__overlay{align-items:center;background:rgba(0,0,0,.6);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw}.glsr-modal__dialog{background-color:var(--glsr-modal-bg);border-radius:var(--glsr-modal-radius);box-shadow:0 1px 2px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.07),0 4px 8px rgba(0,0,0,.07),0 8px 16px rgba(0,0,0,.07),0 16px 32px rgba(0,0,0,.07),0 32px 64px rgba(0,0,0,.07);box-sizing:border-box;display:flex;flex-direction:column;max-height:calc(100vh - 2em);max-width:700px;min-height:150px;min-width:320px;overflow:hidden;position:relative;width:calc(100vw - 2em);will-change:transform}.glsr-modal-small .glsr-modal__dialog{min-height:auto;width:480px}[aria-hidden=false] .glsr-modal__dialog{animation:gl-zoomIn var(--glsr-duration-slow) cubic-bezier(0,0,.2,1)}[aria-hidden=true] .glsr-modal__dialog{animation:gl-zoomOut var(--glsr-duration-fast) cubic-bezier(0,0,.2,1)}.glsr-modal__header{font-weight:600}.glsr-modal__footer,.glsr-modal__header{align-items:center;box-shadow:0 0 1px 0 color-mix(in srgb,currentColor 10%,transparent),0 0 1em 0 rgba(0,0,0,.1);display:flex;flex-shrink:0;gap:var(--glsr-gap-md);padding:0 var(--glsr-modal-padding);position:relative;z-index:1}.glsr-modal__footer>div,.glsr-modal__header>div{align-items:center;display:flex;flex:1;gap:var(--glsr-gap-md);padding:.75em 0}.glsr-modal__content{-webkit-overflow-scrolling:touch;overflow-y:auto;padding:var(--glsr-modal-padding);position:relative}.glsr-modal button.glsr-modal__close,.glsr-modal button.glsr-modal__close:focus,.glsr-modal button.glsr-modal__close:hover{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent!important;border:0;box-shadow:none;color:currentColor!important;cursor:pointer;display:flex;font-size:1em;height:1.5em;justify-content:center;line-height:1;margin:.75em 1em;outline-offset:0;padding:0;position:absolute;right:0;top:0;transform:scale(1);transition:transform var(--glsr-duration-fast) ease-in;width:1.5em;z-index:10}.glsr-modal button.glsr-modal__close:hover{transform:scale(1.1)}.glsr-modal button.glsr-modal__close:before{all:revert;content:"\2715";font-family:arial;font-size:1.5em;font-weight:700;line-height:1}.glsr-modal button.glsr-modal__close:after,.glsr-modal[aria-hidden=true] .glsr-modal__close{display:none!important}.glsr-modal .glsr-modal__overlay{animation-timing-function:cubic-bezier(0,0,.2,1)}.glsr-modal[aria-hidden=false] .glsr-modal__overlay{animation-duration:var(--glsr-duration-slow);animation-name:gl-fadeIn}.glsr-modal[aria-hidden=true] .glsr-modal__overlay{animation-duration:var(--glsr-duration-fast);animation-name:gl-fadeOut}.glsr-modal-error .glsr-modal__content,.glsr-modal-success .glsr-modal__content{display:flex;gap:var(--glsr-gap-md)}.glsr-modal-error .glsr-modal__content:before,.glsr-modal-success .glsr-modal__content:before{content:"";display:block;flex-shrink:0;height:2em;margin-top:-.25em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;opacity:.75;width:2em}.glsr-modal-error .glsr-modal__content:before{background-color:var(--glsr-red);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 2a8 8 0 1 1 0 16 8 8 0 1 1 0-16zm1.13 9.38.35-6.46H8.52l.35 6.46h2.26zm-.09 3.36c.24-.23.37-.55.37-.96 0-.42-.12-.74-.36-.97s-.59-.35-1.06-.35-.82.12-1.07.35-.37.55-.37.97c0 .41.13.73.38.96.26.23.61.34 1.06.34s.8-.11 1.05-.34z'/%3E%3C/svg%3E");mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 2a8 8 0 1 1 0 16 8 8 0 1 1 0-16zm1.13 9.38.35-6.46H8.52l.35 6.46h2.26zm-.09 3.36c.24-.23.37-.55.37-.96 0-.42-.12-.74-.36-.97s-.59-.35-1.06-.35-.82.12-1.07.35-.37.55-.37.97c0 .41.13.73.38.96.26.23.61.34 1.06.34s.8-.11 1.05-.34z'/%3E%3C/svg%3E")}.glsr-modal-success .glsr-modal__content:before{background-color:var(--glsr-green);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 2a8 8 0 1 0 0 16 8 8 0 1 0 0-16zm-.615 12.66h-1.34l-3.24-4.54 1.341-1.25 2.569 2.4 5.141-5.931 1.34.94-5.811 8.381z'/%3E%3C/svg%3E");mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 2a8 8 0 1 0 0 16 8 8 0 1 0 0-16zm-.615 12.66h-1.34l-3.24-4.54 1.341-1.25 2.569 2.4 5.141-5.931 1.34.94-5.811 8.381z'/%3E%3C/svg%3E")}#glsr-modal-review .glsr-read-more{display:none!important}#glsr-modal-verified .glsr-modal__footer{box-shadow:inset 0 .5px 0 var(--glsr-review-verified);color:var(--glsr-review-verified)}#glsr-modal-verified .glsr-modal__footer:after{background:currentColor;content:"";height:100%;left:0;opacity:.125;position:absolute;top:0;width:100%;z-index:-1}.glsr-debug{position:relative}.glsr-debug:before{background-color:currentColor;content:"";height:100%;left:0;opacity:.15;overflow:hidden;position:absolute;top:0;width:100%}.glsr-debug pre{font-family:"Fira Code",Consolas,Monaco,monospace;font-size:12px;line-height:1.25;padding:10px;position:relative;z-index:1}.glsr-default{--glsr-toggle-bg-1:var(--glsr-blue)}.glsr-default form.glsr-form{font-size:var(--glsr-text-md);line-height:var(--glsr-leading)}.glsr-default form.glsr-form label.glsr-label{font-size:var(--glsr-label-text);font-weight:var(--glsr-label-weight);line-height:var(--glsr-leading);margin-bottom:var(--glsr-gap-xs);padding:0}.glsr-default form.glsr-form .glsr-label+.glsr-description{margin-bottom:var(--glsr-gap-xs)}.glsr-default form.glsr-form .glsr-description{font-size:var(--glsr-description-text);opacity:.75}.glsr-default form.glsr-form input.glsr-input,.glsr-default form.glsr-form select.glsr-select,.glsr-default form.glsr-form textarea.glsr-textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-clip:padding-box;background-color:var(--glsr-input-bg);border:var(--glsr-input-b);border-radius:var(--glsr-input-radius);color:var(--glsr-input-color);font-family:inherit;font-size:var(--glsr-text-md);line-height:var(--glsr-leading);min-height:auto!important;padding:var(--glsr-input-py) var(--glsr-input-px)!important;transition:var(--glsr-input-transition)}.glsr-default form.glsr-form input.glsr-input:focus,.glsr-default form.glsr-form select.glsr-select:focus,.glsr-default form.glsr-form textarea.glsr-textarea:focus{background-color:var(--glsr-input-bg);box-shadow:0 0 0 3px -moz-mac-focusring;box-shadow:0 0 0 3px -webkit-focus-ring-color;box-shadow:0 0 0 3px Highlight;outline:1px solid transparent}.glsr-default form.glsr-form select.glsr-select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='m7 7 3-3 3 3m0 6-3 3-3-3' stroke='%239fa6b2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .5em center;background-repeat:no-repeat;background-size:1.5em 1.5em;height:auto;padding-right:3em;-webkit-print-color-adjust:exact;print-color-adjust:exact}.glsr-default form.glsr-form input.glsr-input-radio[type=radio],.glsr-default form.glsr-form input.glsr-input-range[type=radio],.glsr-default form.glsr-form input[type=checkbox].glsr-input-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--glsr-white);background-origin:border-box;border:1px solid var(--glsr-gray-400);color:var(--glsr-blue);font-size:var(--glsr-text-md);height:var(--glsr-choice-h);min-height:auto;min-width:auto;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--glsr-choice-w)}.glsr-default form.glsr-form input.glsr-input-checkbox[type=checkbox]:after,.glsr-default form.glsr-form input.glsr-input-checkbox[type=checkbox]:before,.glsr-default form.glsr-form input.glsr-input-radio[type=radio]:after,.glsr-default form.glsr-form input.glsr-input-radio[type=radio]:before,.glsr-default form.glsr-form input.glsr-input-range[type=radio]:after,.glsr-default form.glsr-form input.glsr-input-range[type=radio]:before{display:none!important}.glsr-default form.glsr-form input.glsr-input-checkbox[type=checkbox]:checked,.glsr-default form.glsr-form input.glsr-input-radio[type=radio]:checked,.glsr-default form.glsr-form input.glsr-input-range[type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}.glsr-default form.glsr-form input.glsr-input-checkbox[type=checkbox]:focus,.glsr-default form.glsr-form input.glsr-input-radio[type=radio]:focus,.glsr-default form.glsr-form input.glsr-input-range[type=radio]:focus{box-shadow:0 0 0 3px -moz-mac-focusring;box-shadow:0 0 0 3px -webkit-focus-ring-color;box-shadow:0 0 0 3px Highlight;outline:1px solid transparent}.glsr-default form.glsr-form input.glsr-input-checkbox[type=checkbox]:checked:focus,.glsr-default form.glsr-form input.glsr-input-radio[type=radio]:checked:focus,.glsr-default form.glsr-form input.glsr-input-range[type=radio]:checked:focus{border-color:transparent}.glsr-default form.glsr-form input[type=checkbox].glsr-input-checkbox{border-radius:var(--glsr-input-radius)}.glsr-default form.glsr-form input.glsr-input-checkbox[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3E%3C/svg%3E")}.glsr-default form.glsr-form input.glsr-input-radio[type=radio],.glsr-default form.glsr-form input.glsr-input-range[type=radio]{border-radius:100%}.glsr-default form.glsr-form input.glsr-input-radio[type=radio]:checked,.glsr-default form.glsr-form input.glsr-input-range[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}.glsr-default form.glsr-form .glsr-toggle label{font-size:var(--glsr-text-md);line-height:var(--glsr-leading);padding:0}.glsr-default form.glsr-form .glsr-toggle input[type=checkbox]:focus{outline:none}.glsr-default form.glsr-form .glsr-toggle input[type=checkbox]:focus+.glsr-toggle-track{box-shadow:0 0 0 3px Highlight;box-shadow:0 0 0 3px -moz-mac-focusring;box-shadow:0 0 0 3px -webkit-focus-ring-color;outline:1px solid transparent}.glsr-default form.glsr-form .glsr-field-error{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;line-height:var(--glsr-leading)}.theme-twentytwentytwo .glsr-default .glsr-button{border:none}.theme-twentytwentytwo .glsr-default .glsr-button:hover{color:var(--glsr-white)}