.usk-of-wrap .screen-reader-text,
.usk-checkout-bump .screen-reader-text,
.usk-popup .screen-reader-text,
.usk-cross-sell-modal .screen-reader-text,
.usk-bump-modal .screen-reader-text {
border: 0 !important;
clip: rect(1px, 1px, 1px, 1px) !important;
clip-path: inset(50%) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
word-wrap: normal !important;
} .usk-add-to-cart-btn {
cursor: pointer;
transition: all 0.2s ease;
}
.usk-add-to-cart-btn:hover {
opacity: 0.9;
transform: translateY(-1px);
}
.usk-add-to-cart-btn.usk-btn-added {
background: #46b450 !important;
border-color: #46b450 !important;
color: #fff !important;
}
.usk-animate-bounce {
animation: uskBounce 0.6s ease;
}
@keyframes uskBounce {
0%,
100% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
}
.usk-discount-badge {
position: absolute;
top: 8px;
right: 8px;
background: #e74c3c;
color: #fff;
font-size: 11px;
font-weight: 700;
padding: 3px 8px;
border-radius: 3px;
line-height: 1.4;
} .usk-checkout-bump { --usk-bump-spacing: 16px; --usk-bump-header-bg: #22c55e;
--usk-bump-header-color: #ffffff;
--usk-bump-footer-bg: #facc15;
--usk-bump-footer-color: #111827; display: inline-block;
clear: both;
width: 100%;
max-width: 100%;
box-sizing: border-box;
margin: 16px 0;
border: 1px solid #e8eaed;
border-radius: 8px;
background: #fff;
overflow: hidden;
} #payment .usk-checkout-bump,
.woocommerce-checkout-payment .usk-checkout-bump,
#order_review .usk-checkout-bump {
flex: 1 1 100%;
min-width: 0;
}
.usk-bump-inner {
padding: 0;
} .usk-bump-header {
display: block;
text-align: center;
background: var(--usk-bump-header-bg);
color: var(--usk-bump-header-color);
font-weight: 700;
font-size: 15px;
letter-spacing: 0.01em;
line-height: 1.3;
padding: 12px var(--usk-bump-spacing);
position: static;
border: 0;
border-radius: 0;
box-shadow: none;
margin: 0;
}
.usk-bump-header-text {
display: inline-block;
}
.usk-bump-body {
display: flex;
gap: var(--usk-bump-spacing);
align-items: center;
padding: var(--usk-bump-spacing);
position: relative;
background: #fff;
}
.usk-bump-image {
flex-shrink: 0;
width: clamp(96px, 18vw, 140px);
border-radius: 6px;
overflow: hidden;
background: #e9eafc;
border: 1px solid #e3e4f4;
}
.usk-bump-image img {
border-radius: 0;
width: 100%;
height: auto;
vertical-align: middle;
display: block;
}
.usk-bump-details {
flex: 1;
min-width: 0;
}
.usk-bump-product-name {
margin: 0 0 6px;
font-size: clamp(16px, 2vw, 18px);
font-weight: 700;
color: #111827;
line-height: 1.3;
}
.usk-bump-pricing {
display: flex;
align-items: baseline;
gap: 8px 10px;
flex-wrap: wrap;
margin: 4px 0 6px;
}
.usk-bump-original-price {
color: #9ca3af;
font-size: 14px;
}
.usk-bump-original-price del {
text-decoration-thickness: 1px;
}
.usk-bump-sale-price {
font-weight: 700;
color: #16a34a;
font-size: 16px;
letter-spacing: -0.02em;
}
.usk-bump-price {
font-weight: 700;
color: #111827;
font-size: 16px;
letter-spacing: -0.02em;
}
.usk-bump-quantity {
margin: 4px 0 0;
font-size: 13px;
color: #4b5563;
}
.usk-bump-quantity span {
font-weight: 600;
color: #111827;
} .usk-bump-desc-block {
background: #f1f1f1;
color: #4b5563;
padding: 12px var(--usk-bump-spacing);
border-top: 1px solid #e1e3e8;
}
.usk-bump-description {
margin: 0 !important;
font-size: 13px;
line-height: 1.55;
color: inherit;
}
.usk-bump-variable-notice {
margin: 4px 0 0 !important;
font-size: 13px;
color: #6b7280;
font-style: normal;
font-weight: 400;
} .usk-bump-footer {
padding: 14px var(--usk-bump-spacing);
background: var(--usk-bump-footer-bg);
color: var(--usk-bump-footer-color);
position: relative;
border-top: 0;
text-align: center;
line-height: 1;
}
.usk-bump-footer .added_to_cart {
padding: 0 !important;
position: absolute;
inset-inline-end: var(--usk-bump-spacing);
color: inherit;
text-decoration: none;
opacity: 0.85;
}
.usk-bump-footer .added_to_cart:hover {
opacity: 1;
}
.usk-bump-checkbox-label {
display: inline-flex !important;
align-items: center;
justify-content: center;
gap: 10px;
cursor: pointer;
font-weight: 700;
font-size: 14px;
color: inherit;
margin: 0;
line-height: 1.3;
}
.usk-bump-checkbox {
width: 18px;
height: 18px;
flex-shrink: 0;
accent-color: #111827;
border-radius: 4px;
background: #fff;
}
.usk-bump-cta {
color: inherit;
line-height: 1.4;
} @media (max-width: 480px) {
.usk-bump-body {
flex-direction: column;
align-items: stretch;
text-align: center;
}
.usk-bump-image {
width: 60%;
max-width: 220px;
margin: 0 auto;
}
.usk-bump-pricing,
.usk-bump-quantity {
justify-content: center;
}
} .usk-bump-modal-overlay { --usk-bump-modal-padding: 20px; --usk-primary: var(--e-global-color-primary, var(--e-global-color-accent, #0b226a));
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.55);
z-index: 999999;
display: flex;
align-items: center;
justify-content: center;
padding: var(--usk-bump-modal-padding);
box-sizing: border-box;
}
.usk-bump-modal {
background: #fff;
border-radius: 12px;
max-width: 500px;
width: 100%;
max-height: 85vh;
overflow-y: auto;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
box-sizing: border-box;
}
.usk-bump-modal-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: var(--usk-bump-modal-padding);
border-bottom: 1px solid #eee;
box-sizing: border-box;
}
.usk-bump-modal-header h3 {
margin: 0;
font-size: 20px;
font-weight: 700;
}
.usk-bump-modal-close {
background: none;
border: none;
font-size: 24px;
cursor: pointer;
color: #666;
padding: 0;
line-height: 1;
}
.usk-bump-modal-close:hover {
color: #000;
}
.usk-bump-modal-body {
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
.usk-bump-modal-product {
display: flex;
align-items: center;
gap: 12px;
padding: var(--usk-bump-modal-padding);
border-bottom: 1px solid #f0f0f0;
box-sizing: border-box;
}
.usk-bump-modal-product-image {
flex-shrink: 0;
width: 80px;
max-width: 100%;
}
.usk-bump-modal-product-image img {
width: 100%;
height: auto;
border-radius: 8px;
}
.usk-bump-modal-product-info h4 {
margin: 0 0 6px;
font-weight: 600;
font-size: clamp(16px, 2vw, 18px);
}
.usk-bump-modal-price {
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
gap: 8px;
}
.usk-bump-modal-orig-price {
color: #999;
font-size: 14px;
}
.usk-bump-modal-sale-price {
font-weight: 600;
color: #111827;
font-size: 18px;
letter-spacing: -0.02em;
}
.usk-bump-modal-variations {
display: flex;
flex-direction: column;
gap: 16px;
width: 100%;
max-width: 100%;
padding: var(--usk-bump-modal-padding);
box-sizing: border-box;
}
.usk-bump-modal-attr-group {
width: 100%;
max-width: 100%;
padding: 0;
box-sizing: border-box;
}
.usk-bump-modal-attr-group label {
display: block;
font-weight: 600;
margin-bottom: 6px;
font-size: 14px;
}
.usk-bump-modal-attr {
display: block !important;
width: 100% !important;
max-width: 100%;
box-sizing: border-box !important;
padding: 10px !important;
border: 1px solid #ddd !important;
border-radius: 6px !important;
font-size: 14px !important;
}
.usk-bump-modal-attr:focus {
border-color: var(--usk-primary) !important;
outline: none !important;
box-shadow: 0 0 0 1px var(--usk-primary);
}
.usk-bump-modal-attr--error {
border-color: #e53935 !important;
box-shadow: none !important;
}
.usk-bump-modal-footer {
display: flex;
justify-content: flex-end;
align-items: center;
flex-wrap: wrap;
gap: 12px;
padding: var(--usk-bump-modal-padding);
border-top: 1px solid #eee;
background: #fafafa;
border-radius: 0 0 12px 12px;
box-sizing: border-box;
} .woocommerce .usk-bump-modal .usk-bump-modal-footer button.button.usk-bump-modal-cancel,
.woocommerce-page .usk-bump-modal .usk-bump-modal-footer button.button.usk-bump-modal-cancel,
.usk-bump-modal .usk-bump-modal-footer button.button.usk-bump-modal-cancel {
flex: 0 0 auto !important;
min-height: 0 !important;
line-height: 1.35 !important;
padding: 10px 20px !important;
font-size: 14px !important;
font-weight: 600 !important;
cursor: pointer !important;
text-decoration: none !important;
text-shadow: none !important;
box-shadow: none !important;
border-radius: 6px !important;
background: #fff !important;
color: var(--usk-primary) !important;
border: 1px solid var(--usk-primary) !important;
}
.woocommerce .usk-bump-modal .usk-bump-modal-footer button.button.usk-bump-modal-cancel:hover,
.woocommerce .usk-bump-modal .usk-bump-modal-footer button.button.usk-bump-modal-cancel:focus,
.woocommerce-page .usk-bump-modal .usk-bump-modal-footer button.button.usk-bump-modal-cancel:hover,
.woocommerce-page .usk-bump-modal .usk-bump-modal-footer button.button.usk-bump-modal-cancel:focus,
.usk-bump-modal .usk-bump-modal-footer button.button.usk-bump-modal-cancel:hover,
.usk-bump-modal .usk-bump-modal-footer button.button.usk-bump-modal-cancel:focus {
background: #f9fafb !important;
color: var(--usk-primary) !important;
border-color: var(--usk-primary) !important;
outline: none !important;
}
.woocommerce .usk-bump-modal .usk-bump-modal-footer button.button.alt.usk-bump-modal-add,
.woocommerce-page .usk-bump-modal .usk-bump-modal-footer button.button.alt.usk-bump-modal-add,
.usk-bump-modal .usk-bump-modal-footer button.button.alt.usk-bump-modal-add {
flex: 0 0 auto !important;
min-height: 0 !important;
line-height: 1.35 !important;
padding: 10px 20px !important;
font-size: 14px !important;
font-weight: 600 !important;
cursor: pointer !important;
text-decoration: none !important;
text-shadow: none !important;
box-shadow: none !important;
border-radius: 6px !important;
background: var(--usk-primary) !important;
color: #fff !important;
border: 1px solid var(--usk-primary) !important;
}
.woocommerce .usk-bump-modal .usk-bump-modal-footer button.button.alt.usk-bump-modal-add:hover,
.woocommerce .usk-bump-modal .usk-bump-modal-footer button.button.alt.usk-bump-modal-add:focus,
.woocommerce-page .usk-bump-modal .usk-bump-modal-footer button.button.alt.usk-bump-modal-add:hover,
.woocommerce-page .usk-bump-modal .usk-bump-modal-footer button.button.alt.usk-bump-modal-add:focus,
.usk-bump-modal .usk-bump-modal-footer button.button.alt.usk-bump-modal-add:hover,
.usk-bump-modal .usk-bump-modal-footer button.button.alt.usk-bump-modal-add:focus {
background: var(--usk-primary) !important;
color: #fff !important;
border-color: var(--usk-primary) !important;
filter: brightness(0.9) !important;
outline: none !important;
} .usk-cart-cross-sell {
margin: 30px 0; --usk-primary: var(--e-global-color-primary, var(--e-global-color-accent, var(--wp--preset--color--primary, var(--color-primary, var(--theme-color-primary, var(--wd-primary-color, var(--primary, #2563eb)))))));
}
.usk-cross-sell-title {
margin: 0 0 20px;
font-size: 20px;
font-weight: 600;
letter-spacing: -0.01em;
color: #18181b;
}
.usk-cross-sell-variable-notice {
margin: 6px 0 0;
font-size: 13px;
color: #2271b1;
font-style: italic;
} .usk-cross-sell-modal-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.55);
z-index: 999999;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.usk-cross-sell-modal {
background: #fff;
border-radius: 12px;
max-width: 500px;
width: 100%;
max-height: 85vh;
overflow-y: auto;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.usk-cross-sell-modal-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 24px;
border-bottom: 1px solid #eee;
}
.usk-cross-sell-modal-header h3 {
margin: 0;
font-size: 20px;
font-weight: 700;
}
.usk-cross-sell-modal-close {
background: none;
border: none;
font-size: 24px;
cursor: pointer;
color: #666;
padding: 0;
line-height: 1;
}
.usk-cross-sell-modal-close:hover {
color: #000;
}
.usk-cross-sell-modal-body {
padding: 24px;
}
.usk-cross-sell-modal-product {
display: flex;
gap: 16px;
align-items: center;
margin-bottom: 24px;
padding-bottom: 20px;
border-bottom: 1px solid #f0f0f0;
}
.usk-cross-sell-modal-product-image img {
width: 80px !important;
height: auto;
border-radius: 8px;
}
.usk-cross-sell-modal-product-info h4 {
margin: 0 0 8px;
font-size: 16px;
}
.usk-cross-sell-modal-price {
font-size: 18px;
font-weight: 700;
}
.usk-cross-sell-modal-variations {
display: flex;
flex-direction: column;
gap: 16px;
}
.usk-cross-sell-modal-attr-group label {
display: block;
font-weight: 600;
margin-bottom: 6px;
font-size: 14px;
}
.usk-cross-sell-modal-attr {
width: 100% !important;
padding: 10px 14px !important;
border: 1px solid #ddd;
border-radius: 6px !important;
font-size: 14px !important;
}
.usk-cross-sell-modal-attr:focus {
border-color: #2271b1 !important;
outline: none !important;
box-shadow: 0 0 0 1px #2271b1 !important;
}
.usk-cross-sell-modal-attr--error {
border-color: #e53935 !important;
box-shadow: 0 0 0 1px #e53935 !important;
}
.usk-cross-sell-modal-footer {
display: flex;
gap: 12px;
padding: 16px 24px;
border-top: 1px solid #eee;
background: #fafafa;
border-radius: 0 0 12px 12px;
}
.usk-cross-sell-modal-cancel {
flex: 1;
padding: 10px 20px !important;
font-size: 14px !important;
cursor: pointer;
}
.usk-cross-sell-modal-add {
flex: 2;
padding: 10px 20px !important;
font-size: 14px !important;
background: #46b450 !important;
color: #fff !important;
border-color: #46b450 !important;
cursor: pointer;
}
.usk-cross-sell-modal-add:hover {
background: #3a9d43 !important;
border-color: #3a9d43 !important;
} .usk-cross-sell-grid {
display: flex;
flex-direction: column;
gap: 14px;
list-style: none;
margin: 0;
padding: 0;
}
.usk-cross-sell-item {
display: flex;
align-items: center;
gap: 20px;
padding: 20px 22px;
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 10px;
overflow: visible;
position: relative;
transition: border-color 0.15s ease, background-color 0.15s ease;
box-shadow: none;
}
.usk-cross-sell-image {
flex-shrink: 0;
width: 110px;
position: relative;
border-radius: 10px;
overflow: hidden;
background: #f4f4f5;
}
.usk-cross-sell-image .usk-discount-badge {
top: 7px;
left: 7px;
right: auto;
font-size: 11px;
font-weight: 700;
padding: 3px 8px;
border-radius: 5px;
line-height: 1.35;
}
.usk-cross-sell-image a {
display: block;
line-height: 0;
}
.usk-cross-sell-image img {
width: 100%;
height: auto;
aspect-ratio: 1;
object-fit: cover;
display: block;
}
.usk-cross-sell-info {
flex: 1 1 auto;
min-width: 0;
padding: 0;
}
.usk-cross-sell-name {
margin: 0 0 8px;
font-size: clamp(16px, 2vw, 22px);
font-weight: 600;
color: #18181b;
}
.usk-cross-sell-name a {
color: inherit;
text-decoration: none;
}
.usk-cross-sell-name a:hover {
text-decoration: underline;
text-underline-offset: 2px;
}
.usk-cross-sell-price {
margin: 0;
font-size: 16px;
font-weight: 500;
color: #18181b;
line-height: 1.45;
}
.usk-cross-sell-price del {
color: #9ca3af;
margin-right: 10px;
text-decoration-thickness: 1px;
}
.usk-cross-sell-price ins {
text-decoration: none;
font-weight: 600;
color: #18181b;
background: none;
}
.usk-cross-sell-price .woocommerce-Price-amount {
font-weight: 600;
}
.usk-cross-sell-rating {
margin: 8px 0 0;
font-size: 14px;
}
.usk-cart-cross-sell .usk-add-to-cart-btn {
flex-shrink: 0;
align-self: center;
width: auto;
margin: 0 0 0 auto;
padding: 10px 20px !important;
font-size: 14px !important;
font-weight: 600 !important;
line-height: 1.4 !important;
border-radius: 8px !important;
text-align: center;
box-shadow: none;
background: var(--usk-primary) !important;
border-color: var(--usk-primary) !important;
color: #fff !important;
}
.usk-cart-cross-sell .usk-add-to-cart-btn:hover {
transform: none;
opacity: 1;
filter: brightness(0.95);
}
@media (max-width: 480px) {
.usk-cross-sell-item {
flex-wrap: wrap;
align-items: flex-start;
gap: 16px;
padding: 18px 16px;
}
.usk-cross-sell-image {
width: 72px;
}
.usk-cross-sell-info {
flex: 1 1 calc(100% - 88px);
}
.usk-cart-cross-sell .usk-add-to-cart-btn {
flex: 1 1 100%;
width: 100%;
margin-left: 0;
align-self: stretch;
}
.usk-ccs-tpl-card .usk-cross-sell-item {
flex-wrap: nowrap;
align-items: stretch;
}
.usk-ccs-tpl-card .usk-cross-sell-image {
width: 100%;
max-width: 200px;
margin-left: auto;
margin-right: auto;
}
.usk-ccs-tpl-card .usk-cross-sell-info {
flex: 1 1 auto;
}
} .usk-cart-cross-sell.usk-ccs-tpl-default .usk-cross-sell-title {
margin: 0 0 18px;
padding-bottom: 12px;
border-bottom: 2px solid #eef2ff;
font-size: clamp(18px, 2.2vw, 22px);
font-weight: 700;
letter-spacing: -0.02em;
color: #18181b;
}
.usk-ccs-tpl-default .usk-cross-sell-item {
border-radius: 12px;
border: 1px solid #e2e8f0;
box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
padding: 18px 20px;
}
.usk-ccs-tpl-default .usk-cross-sell-image {
width: clamp(100px, 22vw, 132px);
border-radius: 12px;
} .usk-ccs-tpl-card .usk-cross-sell-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 20px;
}
@media (min-width: 600px) {
.usk-ccs-tpl-card .usk-cross-sell-grid {
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
}
.usk-ccs-tpl-card .usk-cross-sell-item {
flex-direction: column;
align-items: stretch;
text-align: center;
padding: 22px 18px 24px;
gap: 14px;
border: 0;
border-radius: 16px;
background: #fff;
box-shadow: 0 10px 32px rgba(15, 23, 42, 0.09);
}
.usk-ccs-tpl-card .usk-cross-sell-image {
width: 100%;
max-width: 100%;
align-self: center;
}
.usk-ccs-tpl-card .usk-cross-sell-image img {
max-height: 200px;
object-fit: cover;
}
.usk-ccs-tpl-card .usk-cross-sell-image .usk-discount-badge {
top: 8px;
right: 8px;
left: auto;
}
.usk-ccs-tpl-card .usk-cross-sell-info {
text-align: center;
}
.usk-ccs-tpl-card .usk-add-to-cart-btn {
margin-left: 0;
align-self: stretch;
width: 100%;
} .usk-ccs-tpl-banner .usk-cross-sell-title {
margin: 0 0 14px;
font-size: 17px;
font-weight: 600;
letter-spacing: -0.01em;
color: #52525b;
}
.usk-cart-cross-sell.usk-ccs-tpl-banner {
padding: 6px 0 10px;
}
.usk-ccs-tpl-banner .usk-cross-sell-grid {
gap: 12px;
}
.usk-ccs-tpl-banner .usk-cross-sell-item.usk-ccs-banner-row {
display: block;
padding: 0;
border: 0;
border-radius: 0;
overflow: visible;
background: transparent;
box-shadow: none;
position: relative;
}
.usk-ccs-tpl-banner .usk-ccs-banner-inner {
display: grid;
grid-template-columns: auto minmax(0, 1fr) auto;
align-items: center;
column-gap: 18px;
row-gap: 0;
min-height: 88px;
width: 100%;
padding: 16px 18px;
background: #fff;
border: 1px solid #e4e4e7;
border-radius: 12px;
box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
overflow: visible;
}
.usk-ccs-tpl-banner .usk-ccs-banner-media {
display: flex;
align-items: center;
justify-content: center;
padding: 0;
background: transparent;
border: 0;
}
.usk-ccs-tpl-banner .usk-ccs-banner-media .usk-cross-sell-image {
width: 92px;
height: 92px;
margin: 0;
border-radius: 10px;
overflow: hidden;
background: #f4f4f5;
flex-shrink: 0;
}
.usk-ccs-tpl-banner .usk-ccs-banner-media .usk-cross-sell-image a {
display: block;
height: 100%;
min-height: 0;
line-height: 0;
}
.usk-ccs-tpl-banner .usk-ccs-banner-media .usk-cross-sell-image img {
width: 100%;
height: 100%;
min-height: 0;
object-fit: cover;
display: block;
}
.usk-ccs-tpl-banner .usk-ccs-banner-main {
display: flex;
flex-direction: column;
justify-content: center;
min-width: 0;
padding: 0;
}
.usk-ccs-tpl-banner .usk-ccs-banner-main .usk-cross-sell-info {
padding: 0;
max-width: 100%;
}
.usk-ccs-tpl-banner .usk-ccs-banner-head {
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
gap: 10px 12px;
margin: 0 0 6px;
}
.usk-ccs-tpl-banner .usk-ccs-banner-head .usk-cross-sell-name {
margin: 0;
flex: 0 1 auto;
min-width: 0;
font-size: clamp(17px, 1.9vw, 20px);
font-weight: 600;
letter-spacing: -0.015em;
line-height: 1.3;
color: #18181b;
}
.usk-ccs-tpl-banner .usk-ccs-banner-pill {
position: static;
flex-shrink: 0;
margin: 0;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.02em;
text-transform: none;
padding: 4px 10px;
border-radius: 7px;
line-height: 1.35;
box-shadow: none;
border: 1px solid rgba(220, 38, 38, 0.2);
background: #fef2f2;
color: #b91c1c;
}
.usk-ccs-tpl-banner .usk-cross-sell-price {
margin: 0;
font-size: 16px;
font-weight: 600;
color: #3f3f46;
line-height: 1.45;
}
.usk-ccs-tpl-banner .usk-cross-sell-price del {
color: #a1a1aa;
font-weight: 400;
}
.usk-ccs-tpl-banner .usk-cross-sell-variable-notice {
margin: 6px 0 0;
font-size: 13px;
color: #71717a;
font-style: normal;
}
.usk-ccs-tpl-banner .usk-cross-sell-rating {
margin-top: 8px;
font-size: 13px;
}
.usk-ccs-tpl-banner .usk-ccs-banner-cta-wrap {
display: flex;
align-items: center;
justify-content: flex-end;
padding: 0;
border: 0;
background: transparent;
min-width: 0;
}
.usk-ccs-tpl-banner .usk-ccs-banner-cta-wrap .usk-add-to-cart-btn {
margin: 0;
border-radius: 9px !important;
padding: 11px 22px !important;
font-size: 14px !important;
font-weight: 600 !important;
letter-spacing: 0;
box-shadow: none;
}
.usk-ccs-tpl-banner .usk-ccs-banner-cta-wrap .usk-add-to-cart-btn:hover {
box-shadow: none;
filter: brightness(0.97);
}
@media (max-width: 560px) {
.usk-ccs-tpl-banner .usk-ccs-banner-inner {
grid-template-columns: auto 1fr;
grid-template-rows: auto auto;
column-gap: 14px;
row-gap: 12px;
padding: 14px 16px;
min-height: 0;
}
.usk-ccs-tpl-banner .usk-ccs-banner-media {
grid-row: 1;
grid-column: 1;
}
.usk-ccs-tpl-banner .usk-ccs-banner-media .usk-cross-sell-image {
width: 76px;
height: 76px;
}
.usk-ccs-tpl-banner .usk-ccs-banner-main {
grid-row: 1;
grid-column: 2;
justify-content: center;
}
.usk-ccs-tpl-banner .usk-ccs-banner-cta-wrap {
grid-row: 2;
grid-column: 1 / -1;
justify-content: stretch;
padding-top: 2px;
border-top: 1px solid #f4f4f5;
margin: 0 -2px 0;
padding: 10px 2px 0;
}
.usk-ccs-tpl-banner .usk-ccs-banner-cta-wrap .usk-add-to-cart-btn {
width: 100%;
}
} .usk-fbt {
margin: 30px 0;
--usk-fbt-spacing: 14px; --usk-fbt-col: min(152px, 40vw);
--usk-fbt-tile-bg: #eef0ff;
--usk-fbt-price-green: #16a34a;
--usk-primary: var(--e-global-color-primary, var(--e-global-color-accent, var(--wp--preset--color--primary, var(--color-primary, var(--theme-color-primary, var(--wd-primary-color, var(--primary, #2563eb)))))));
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 12px;
box-shadow: none;
overflow: hidden;
}
.usk-fbt-title {
margin: 0;
font-size: 20px;
font-weight: 600;
letter-spacing: -0.01em;
color: #27272a;
padding: 20px;
border-bottom: 1px solid #e5e7eb;
background: #fff;
}
.usk-fbt-products {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
justify-content: flex-start;
gap: 10px 14px;
padding: 25px;
}
.usk-fbt-plus {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
align-self: flex-start;
box-sizing: border-box;
width: 36px;
height: var(--usk-fbt-col);
margin: 0;
padding: 0;
font-size: 24px;
font-weight: 600;
line-height: 1;
color: #b4b4b8;
user-select: none;
}
.usk-fbt-product {
display: flex;
flex-direction: column;
align-items: stretch;
flex: 0 0 var(--usk-fbt-col);
width: var(--usk-fbt-col);
max-width: var(--usk-fbt-col);
border: 0;
border: 1px solid transparent;
overflow: hidden;
}
.usk-fbt-check {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto auto;
margin: 0;
padding: 0;
cursor: pointer;
text-align: center;
}
.usk-fbt-product-image {
grid-column: 1;
grid-row: 1;
position: relative;
z-index: 1;
width: 100%;
aspect-ratio: 1;
overflow: hidden;
background: var(--usk-fbt-tile-bg);
line-height: 0;
display: flex;
align-items: center;
justify-content: center;
}
.usk-fbt-product-image img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
border: 0;
border-radius: 0;
} .usk-fbt-product-check {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
grid-column: 1;
grid-row: 1;
justify-self: end;
align-self: start;
z-index: 2;
width: 20px;
height: 20px;
margin: 8px 8px 0 0;
border: 2px solid rgba(255, 255, 255, 0.85);
border-radius: 5px;
background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(4px);
cursor: pointer;
position: relative;
transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.usk-fbt-product-check:checked {
background: var(--usk-primary);
border-color: var(--usk-primary);
box-shadow: 0 2px 8px rgba(37, 99, 235, 0.25);
}
.usk-fbt-product-check:checked::after {
content: '';
position: absolute;
top: 3px;
left: 6px;
width: 5px;
height: 9px;
border: solid #fff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.usk-fbt-product-check:hover {
border-color: var(--usk-primary);
box-shadow: 0 2px 10px rgba(37, 99, 235, 0.18);
}
.usk-fbt-product-check:disabled {
opacity: 0.85;
cursor: default;
}
.usk-fbt-product-check:disabled:checked {
background: var(--usk-primary);
border-color: var(--usk-primary);
}
.usk-fbt-product-info {
grid-column: 1;
grid-row: 2;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
gap: 8px;
margin-top: 20px;
padding: 0 4px 2px;
text-align: center;
min-width: 0; min-height: 112px;
}
.usk-fbt-product-name {
display: block;
font-size: 15px;
font-weight: 600;
margin: 0;
line-height: 1.45;
color: #27272a;
text-align: center;
width: 100%;
}
.usk-fbt-product-price {
display: block;
font-size: 15px;
font-weight: 600;
margin: 0;
line-height: 1.5;
text-align: center;
width: 100%;
color: #3f3f46;
}
.usk-fbt-product-price del {
color: #a1a1aa;
margin-right: 6px;
text-decoration-thickness: 1px;
font-weight: 500;
font-size: 14px;
}
.usk-fbt-product-price ins {
text-decoration: none;
font-weight: 700;
color: #27272a;
background: none;
}
.usk-fbt-footer {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
gap: calc(var(--usk-fbt-spacing) + 12px);
border-top: 1px solid #ececf0;
flex-wrap: wrap;
padding: 20px;
}
.usk-fbt-price-row {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 6px 10px;
}
.usk-fbt-total-label {
font-weight: 600;
margin-right: 0;
font-size: 20px;
color: #27272a;
}
.usk-fbt-original-total {
color: #a1a1aa;
margin-right: 0;
font-size: 16px;
}
.usk-fbt-discounted-total {
font-size: 16px;
font-weight: 700;
color: #18181b;
}
.usk-fbt-final-total {
font-size: 22px;
font-weight: 700;
color: #27272a;
}
.usk-fbt-savings {
color: #2963eb;
font-size: 16px;
font-weight: 600;
margin-top: 8px;
}
.usk-fbt-add-all {
flex-shrink: 0;
margin: 0 0 0 auto;
padding: 12px 24px !important;
font-size: 15px !important;
font-weight: 600 !important;
line-height: 1.4 !important;
border-radius: 8px !important;
box-shadow: none !important;
background: var(--usk-primary) !important;
border-color: var(--usk-primary) !important;
color: #fff !important;
cursor: pointer;
white-space: nowrap;
}
.usk-fbt-add-all:hover {
filter: brightness(0.95);
} .usk-fbt-notice {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 12px 16px;
flex: 1 1 100%;
width: 100%;
box-sizing: border-box;
margin: 0;
margin-top: 4px;
padding: 14px 18px;
border-radius: 10px;
font-size: 14px;
line-height: 1.45;
animation: uskFbtNoticeIn 0.3s ease;
}
.usk-fbt-footer .usk-fbt-notice {
order: 3;
margin-top: 8px;
}
@keyframes uskFbtNoticeIn {
from {
opacity: 0;
transform: translateY(-6px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.usk-fbt-notice--success {
background: #f9f9f9;
border-left: 4px solid #22c55e;
color: #0f172a;
margin: 0 !important;
}
.usk-fbt-notice--success span {
font-weight: 600;
color: #18181b;
}
.usk-fbt-notice-cart-link {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
padding: 9px 16px;
margin: 0;
background: #fff !important;
color: var(--usk-primary) !important;
border: 1px solid #e4e4e7 !important;
border-radius: 8px;
font-weight: 600;
font-size: 14px;
line-height: 1.3;
text-decoration: none !important;
white-space: nowrap;
box-shadow: none !important;
transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.usk-fbt-notice-cart-link:hover {
background: #f4f4f5 !important;
border-color: #d4d4d8 !important;
color: var(--usk-primary) !important;
}
.usk-fbt-variable-badge {
display: inline-flex;
align-items: center;
justify-content: center;
align-self: center;
margin-top: 2px;
font-size: 13px;
font-weight: 600;
line-height: 1.3;
background: #fff;
color: var(--usk-primary);
padding: 8px 16px;
border-radius: 8px;
border: 1px solid #e4e4e7;
box-shadow: none;
transition: border-color 0.15s ease, background 0.15s ease;
}
.usk-fbt-check:hover .usk-fbt-variable-badge {
border-color: #d4d4d8;
background: #fafafa;
} .usk-fbt.usk-fbt-tpl-default .usk-fbt-title {
background: #fff;
border-bottom: 1px solid #e8e9f3;
}
.usk-fbt-tpl-default .usk-fbt-footer {
background: #fff;
} .usk-fbt.usk-fbt-tpl-minimal {
--usk-fbt-col: auto;
--usk-fbt-tile-bg: #f4f4f5;
margin: 24px 0;
border: 1px solid #e4e4e7;
border-radius: 12px;
box-shadow: none;
background: #fff;
}
.usk-fbt-tpl-minimal .usk-fbt-title {
font-size: 17px;
font-weight: 700;
letter-spacing: -0.02em;
text-transform: none;
color: #18181b;
padding: 18px 20px;
border-bottom: 1px solid #f4f4f5;
background: #fff;
}
.usk-fbt-tpl-minimal .usk-fbt-products {
display: flex;
flex-direction: column;
align-items: stretch;
padding: 0;
gap: 0;
justify-content: flex-start;
}
.usk-fbt-tpl-minimal .usk-fbt-plus {
position: relative;
width: 100%;
min-height: 50px;
height: auto;
padding: 0 22px;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: 0;
line-height: 0;
overflow: hidden;
color: transparent;
letter-spacing: 0;
text-transform: none;
align-self: stretch;
}
.usk-fbt-tpl-minimal .usk-fbt-plus::before {
content: '';
position: absolute;
left: 22px;
right: 22px;
top: 50%;
height: 1px;
background: linear-gradient(90deg, transparent 0%, #e4e4e7 12%, #e4e4e7 88%, transparent 100%);
transform: translateY(-50%);
pointer-events: none;
}
.usk-fbt-tpl-minimal .usk-fbt-plus::after {
content: '+';
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 999px;
background: #fff;
border: 1px solid #e4e4e7;
font-size: 20px;
font-weight: 500;
line-height: 1;
color: #52525b;
box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}
.usk-fbt-tpl-minimal .usk-fbt-product {
width: 100% !important;
max-width: none !important;
flex: 0 0 auto !important;
border: 0;
border-radius: 0;
border-bottom: 1px solid #f4f4f5;
padding: 18px 20px;
box-sizing: border-box;
}
.usk-fbt-tpl-minimal .usk-fbt-product:last-of-type {
border-bottom: 0;
}
.usk-fbt-tpl-minimal .usk-fbt-check {
display: grid;
grid-template-columns: 96px 1fr;
grid-template-rows: auto;
align-items: center;
text-align: left;
column-gap: 20px;
}
.usk-fbt-tpl-minimal .usk-fbt-product-image {
grid-column: 1;
grid-row: 1;
width: 96px;
max-width: 96px;
aspect-ratio: 1;
border-radius: 12px;
}
.usk-fbt-tpl-minimal .usk-fbt-product-check {
grid-column: 1;
grid-row: 1;
justify-self: end;
width: 24px;
height: 24px;
margin: 8px 8px 0 0;
border-radius: 50%;
border: 2px solid #fff;
background: #fff;
backdrop-filter: none;
box-shadow: 0 0 0 1px #d4d4d8;
transition: box-shadow 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.usk-fbt-tpl-minimal .usk-fbt-product-check:hover {
border-color: #fff;
box-shadow: 0 0 0 1px var(--usk-primary), 0 2px 8px rgba(37, 99, 235, 0.12);
}
.usk-fbt-tpl-minimal .usk-fbt-product-check:checked {
background: var(--usk-primary);
border-color: #fff;
box-shadow: 0 0 0 2px #fff, 0 2px 10px rgba(37, 99, 235, 0.28);
}
.usk-fbt-tpl-minimal .usk-fbt-product-check:checked::after {
top: 50%;
left: 50%;
width: 5px;
height: 9px;
margin: 0;
border: solid #fff;
border-width: 0 2px 2px 0;
transform: translate(-50%, -56%) rotate(45deg);
}
.usk-fbt-tpl-minimal .usk-fbt-product-check:disabled:checked {
background: var(--usk-primary);
border-color: #fff;
opacity: 0.92;
}
.usk-fbt-tpl-minimal .usk-fbt-product-info {
grid-column: 2;
grid-row: 1;
margin-top: 0;
min-height: 0;
padding: 0;
align-items: flex-start;
text-align: left;
gap: 8px;
}
.usk-fbt-tpl-minimal .usk-fbt-product-name {
text-align: left;
font-size: 17px;
line-height: 1.45;
}
.usk-fbt-tpl-minimal .usk-fbt-product-price {
text-align: left;
font-size: 16px;
line-height: 1.5;
}
.usk-fbt-tpl-minimal .usk-fbt-product-price del {
font-size: 15px;
}
.usk-fbt-tpl-minimal .usk-fbt-variable-badge {
align-self: flex-start;
margin-top: 4px;
font-size: 14px;
padding: 9px 18px;
}
.usk-fbt-tpl-minimal .usk-fbt-footer {
border-top: 1px solid #f4f4f5;
padding: 18px 20px;
gap: 16px;
background: #fafafa;
}
.usk-fbt-tpl-minimal .usk-fbt-total-label {
font-size: 21px;
}
.usk-fbt-tpl-minimal .usk-fbt-original-total {
font-size: 17px;
}
.usk-fbt-tpl-minimal .usk-fbt-discounted-total {
font-size: 17px;
}
.usk-fbt-tpl-minimal .usk-fbt-final-total {
font-size: 24px;
}
.usk-fbt-tpl-minimal .usk-fbt-savings {
font-size: 17px;
}
.usk-fbt-tpl-minimal .usk-fbt-add-all {
padding: 11px 22px !important;
font-size: 15px !important;
} .usk-fbt.usk-fbt-tpl-modern {
--usk-fbt-col: min(168px, 52vw);
--usk-fbt-tile-bg: #fafafa;
margin: 28px 0;
border: 0;
border-radius: 0;
box-shadow: none;
background: #f4f4f5;
overflow: visible;
padding: 16px 14px 20px;
border-radius: 16px;
}
.usk-fbt-tpl-modern .usk-fbt-title {
margin: 0 0 4px;
padding: 0 6px 12px;
font-size: 18px;
font-weight: 700;
letter-spacing: -0.02em;
color: #18181b;
border-bottom: 0;
background: transparent;
}
.usk-fbt-tpl-modern .usk-fbt-products {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: stretch;
justify-content: flex-start;
overflow-x: auto;
overflow-y: visible;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
padding: 10px 4px 18px;
gap: 0 16px;
}
.usk-fbt-tpl-modern .usk-fbt-plus {
flex-shrink: 0;
width: 36px;
height: 36px;
min-height: 36px;
align-self: center;
font-size: 15px;
font-weight: 600;
color: #52525b;
border-radius: 999px;
border: 1px solid #e4e4e7;
background: #fff;
box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
scroll-snap-align: center;
}
.usk-fbt-tpl-modern .usk-fbt-product {
scroll-snap-align: start;
flex: 0 0 min(168px, 52vw);
width: min(168px, 52vw);
max-width: min(168px, 52vw);
border-radius: 14px;
overflow: hidden;
background: #fff;
border: 1px solid #ececf0;
box-shadow: 0 6px 22px rgba(15, 23, 42, 0.08);
padding: 12px 12px 14px;
box-sizing: border-box;
}
.usk-fbt-tpl-modern .usk-fbt-product-image {
border-radius: 10px;
}
.usk-fbt-tpl-modern .usk-fbt-product-info {
margin-top: 12px;
min-height: 96px;
}
.usk-fbt-tpl-modern .usk-fbt-product-name {
font-size: 14px;
}
.usk-fbt-tpl-modern .usk-fbt-footer {
margin-top: 4px;
padding: 16px 18px;
border: 1px solid #e4e4e7;
border-radius: 12px;
background: #fff;
box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
}
@media (max-width: 540px) {
.usk-fbt-tpl-minimal .usk-fbt-footer,
.usk-fbt-tpl-modern .usk-fbt-footer {
flex-direction: column;
align-items: stretch;
}
.usk-fbt-tpl-minimal .usk-fbt-add-all,
.usk-fbt-tpl-modern .usk-fbt-add-all {
width: 100%;
margin-left: 0;
text-align: center;
}
} .usk-fbt-modal-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(15, 15, 20, 0.45);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
z-index: 999999;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
box-sizing: border-box;
}
.usk-fbt-modal {
background: #fff;
border-radius: 14px;
max-width: 640px;
width: 100%;
max-height: min(85vh, 720px);
overflow: hidden;
display: flex;
flex-direction: column;
border: 1px solid #eaeaee;
box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.usk-fbt-modal-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
flex-shrink: 0;
padding: 10px 20px;
border-bottom: 1px solid #f0f0f3;
background: #fff;
}
.usk-fbt-modal-header h3 {
margin: 0;
font-size: 18px;
font-weight: 600;
letter-spacing: -0.02em;
color: #18181b;
line-height: 1.3;
}
.usk-fbt-modal-close {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 40px;
height: 40px;
margin: 0 -8px 0 0;
background: transparent;
border: none;
border-radius: 10px;
font-size: 22px;
line-height: 1;
cursor: pointer;
color: #71717a;
transition: background 0.15s ease, color 0.15s ease;
}
.usk-fbt-modal-close:hover {
background: #f4f4f5;
color: #18181b;
}
.usk-fbt-modal-body {
flex: 1 1 auto;
overflow-y: auto;
padding: 0;
-webkit-overflow-scrolling: touch;
}
.usk-fbt-modal-table {
width: 100%;
border-collapse: collapse;
}
.usk-fbt-modal-table thead th {
padding: 14px 20px 12px;
text-align: left;
font-size: 11px;
font-weight: 600;
color: #71717a;
text-transform: uppercase;
letter-spacing: 0.06em;
border-bottom: 1px solid #ececf0;
vertical-align: bottom;
}
.usk-fbt-modal-th-price {
text-align: right !important;
padding-right: 22px !important;
width: 34%;
}
.usk-fbt-modal-row {
border-bottom: 1px solid #f4f4f5;
transition: background 0.12s ease;
}
.usk-fbt-modal-row:hover {
background: #fafafb;
}
.usk-fbt-modal-row:last-child {
border-bottom: none;
}
.usk-fbt-modal-row--disabled {
opacity: 0.35;
pointer-events: none;
}
.usk-fbt-modal-img {
padding: 18px 10px 18px 20px;
width: 72px;
vertical-align: middle;
}
.usk-fbt-modal-img img {
width: 48px;
height: 48px;
object-fit: contain;
border-radius: 10px;
background: var(--usk-fbt-tile-bg, #eef0ff);
display: block;
}
.usk-fbt-modal-name {
padding: 18px 12px 18px 0;
font-size: 15px;
font-weight: 600;
line-height: 1.4;
color: #27272a;
vertical-align: middle;
}
.usk-fbt-modal-options {
padding: 14px 12px;
vertical-align: middle;
}
.usk-fbt-modal-attr {
display: block;
font-size: 14px;
line-height: 1.3;
padding: 10px 14px;
border: 1px solid #e4e4e7;
border-radius: 8px;
margin: 4px 0;
max-width: 100%;
width: 100%;
box-sizing: border-box;
background: #fff;
color: #27272a;
appearance: auto;
cursor: pointer;
transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.usk-fbt-modal-attr:focus {
outline: none;
border-color: var(--usk-primary, #2563eb);
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
.usk-fbt-modal-attr--error {
border-color: #e53935 !important;
box-shadow: 0 0 0 2px rgba(229, 57, 53, 0.2) !important;
}
.usk-fbt-modal-price {
padding: 18px 22px 18px 12px;
text-align: right;
white-space: nowrap;
font-size: 15px;
line-height: 1.45;
vertical-align: middle;
}
.usk-fbt-modal-orig-price {
color: #a1a1aa;
margin-right: 8px;
font-size: 14px;
font-weight: 500;
}
.usk-fbt-modal-disc-price {
font-weight: 700;
color: #18181b;
}
.usk-fbt-modal-footer {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 16px 20px;
padding: 18px 22px 20px;
border-top: 1px solid #ececf0;
background: #fafbfc;
border-radius: 0 0 13px 13px;
flex-shrink: 0;
}
.usk-fbt-modal-total {
font-size: 18px;
line-height: 1.45;
color: #52525c;
}
.usk-fbt-modal-total-label {
margin-right: 8px;
font-weight: 500;
color: #52525c;
}
.usk-fbt-modal-total-orig {
color: #a1a1aa;
margin-right: 8px;
font-size: 15px;
font-weight: 500;
}
.usk-fbt-modal-total-final {
font-size: 15px;
font-weight: 700;
color: #18181b;
}
.usk-fbt-modal-add-all {
padding: 12px 22px !important;
font-size: 15px !important;
font-weight: 600 !important;
background: var(--usk-primary) !important;
color: #fff !important;
border-color: var(--usk-primary) !important;
border-radius: 10px !important;
box-shadow: none !important;
white-space: nowrap;
cursor: pointer;
margin-left: auto;
}
.usk-fbt-modal-add-all:hover {
filter: brightness(0.96);
} .usk-popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(15, 15, 20, 0.45);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
z-index: 999999;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
box-sizing: border-box;
}
.usk-popup {
--usk-primary: var(--e-global-color-primary, var(--e-global-color-accent, var(--wp--preset--color--primary, var(--color-primary, var(--theme-color-primary, var(--wd-primary-color, var(--primary, #2563eb)))))));
background: #fff;
border-radius: 14px;
padding: 0;
max-width: 520px;
width: 100%;
max-height: min(85vh, 680px);
overflow: hidden;
display: flex;
flex-direction: column;
position: relative;
border: 1px solid #eaeaee;
box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.usk-popup-close {
position: absolute;
top: 14px;
right: 14px;
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
margin: 0;
padding: 0;
background: transparent;
border: none;
border-radius: 10px;
font-size: 22px;
line-height: 1;
cursor: pointer;
color: #71717a;
transition: background 0.15s ease, color 0.15s ease;
}
.usk-popup-close:hover {
background: #f4f4f5;
color: #18181b;
}
.usk-popup-title {
margin: 0;
padding: 20px;
font-size: 18px;
font-weight: 600;
letter-spacing: -0.02em;
line-height: 1.35;
color: #18181b;
border-bottom: 1px solid #f0f0f3;
flex-shrink: 0;
}
.usk-popup-products {
display: flex;
flex-direction: column;
gap: 12px;
padding: 30px 20px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
flex: 1 1 auto;
min-height: 0;
}
.usk-popup-product {
display: flex;
align-items: center;
gap: 14px;
}
.usk-popup-product-image {
flex-shrink: 0;
width: 72px;
border-radius: 10px;
overflow: hidden;
background: #eef0ff;
line-height: 0;
}
.usk-popup-product-image img {
width: 100%;
height: auto;
aspect-ratio: 1;
object-fit: contain;
display: block;
border-radius: 0;
}
.usk-popup-product-info {
flex: 1 1 auto;
min-width: 0;
}
.usk-popup-product-info h4 {
margin: 0 0 6px;
font-size: 15px;
font-weight: 600;
line-height: 1.4;
color: #18181b;
}
.usk-popup-product-price {
font-size: 14px;
font-weight: 600;
line-height: 1.45;
color: #3f3f46;
}
.usk-popup-product-price del {
color: #a1a1aa;
font-weight: 500;
margin-right: 6px;
}
.usk-popup-product-price ins {
text-decoration: none;
color: #18181b;
font-weight: 700;
background: none;
} .usk-popup .usk-add-to-cart-btn,
.woocommerce .usk-popup button.button.usk-add-to-cart-btn,
.woocommerce-page .usk-popup button.button.usk-add-to-cart-btn {
flex-shrink: 0;
align-self: center;
margin: 0;
padding: 10px 18px !important;
font-size: 14px !important;
font-weight: 600 !important;
line-height: 1.35 !important;
border-radius: 8px !important;
background: var(--usk-primary) !important;
background-image: none !important;
border: 1px solid var(--usk-primary) !important;
border-bottom: 1px solid var(--usk-primary) !important;
color: #fff !important;
box-shadow: none !important;
text-shadow: none !important;
white-space: nowrap;
cursor: pointer;
transition: filter 0.15s ease;
}
.usk-popup .usk-add-to-cart-btn:hover,
.usk-popup .usk-add-to-cart-btn:focus,
.woocommerce .usk-popup button.button.usk-add-to-cart-btn:hover,
.woocommerce .usk-popup button.button.usk-add-to-cart-btn:focus,
.woocommerce-page .usk-popup button.button.usk-add-to-cart-btn:hover,
.woocommerce-page .usk-popup button.button.usk-add-to-cart-btn:focus {
filter: brightness(0.96);
transform: none;
opacity: 1;
background: var(--usk-primary) !important;
background-image: none !important;
border-color: var(--usk-primary) !important;
border-bottom-color: var(--usk-primary) !important;
box-shadow: none !important;
text-shadow: none !important;
outline: none !important;
}
.usk-popup .usk-add-to-cart-btn:active,
.woocommerce .usk-popup button.button.usk-add-to-cart-btn:active,
.woocommerce-page .usk-popup button.button.usk-add-to-cart-btn:active {
filter: brightness(0.92);
box-shadow: none !important;
background-image: none !important;
}
.usk-popup-footer {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 12px;
padding: 20px;
border-top: 1px solid #ececf0;
flex-shrink: 0;
}
.usk-popup-footer .button {
margin: 0 !important;
padding: 10px 16px !important;
font-size: 14px !important;
font-weight: 600 !important;
line-height: 1.35 !important;
border-radius: 8px !important;
background: #fff !important;
color: var(--usk-primary) !important;
border: 1px solid #e4e4e7 !important;
box-shadow: none !important;
text-decoration: none !important;
}
.usk-popup-footer .button:hover {
background: #f4f4f5 !important;
border-color: #d4d4d8 !important;
color: var(--usk-primary) !important;
}
.usk-popup-close-btn {
margin: 0;
padding: 10px 14px;
background: transparent;
border: none;
border-radius: 8px;
color: #71717a;
cursor: pointer;
font-size: 14px;
font-weight: 500;
line-height: 1.35;
transition: background 0.15s ease, color 0.15s ease;
}
.usk-popup-close-btn:hover {
background: #ececf0;
color: #18181b;
} .usk-popup-tpl-stacked {
max-width: 440px;
}
.usk-popup-tpl-stacked .usk-popup-products {
gap: 16px;
padding: 24px 20px 20px;
}
.usk-popup-tpl-stacked .usk-popup-product {
flex-direction: column;
align-items: stretch;
gap: 14px;
box-sizing: border-box;
}
.usk-popup-tpl-stacked .usk-popup-product-image {
width: 100%;
max-width: 220px;
margin: 0 auto;
border-radius: 12px;
}
.usk-popup-tpl-stacked .usk-popup-product-info {
text-align: center;
}
.usk-popup-tpl-stacked .usk-popup-product-info h4 {
font-size: 17px;
margin: 0 0 8px;
}
.usk-popup-tpl-stacked .usk-popup-product-price {
font-size: 15px;
justify-content: center;
}
.usk-popup-tpl-stacked .usk-popup .usk-add-to-cart-btn,
.usk-popup-tpl-stacked .woocommerce .usk-popup button.button.usk-add-to-cart-btn,
.usk-popup-tpl-stacked .woocommerce-page .usk-popup button.button.usk-add-to-cart-btn {
align-self: stretch;
width: 100%;
text-align: center;
justify-content: center;
padding: 12px 18px !important;
font-size: 15px !important;
} .usk-post-purchase-page {
--usk-primary: var(--e-global-color-primary, var(--e-global-color-accent, var(--wp--preset--color--primary, var(--color-primary, var(--theme-color-primary, var(--wd-primary-color, var(--primary, #2563eb)))))));
background: #f1f5f9;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 24px 16px;
box-sizing: border-box;
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.usk-pp-container {
max-width: 600px;
width: 100%;
margin: 0 auto;
background: #fff;
border-radius: 16px;
padding: 40px 36px 36px;
border: 1px solid #e2e8f0;
box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
text-align: center;
box-sizing: border-box;
}
.usk-pp-header {
margin-bottom: 4px;
}
.usk-pp-headline {
font-size: 24px;
font-weight: 600;
letter-spacing: -0.02em;
line-height: 1.25;
margin: 0 0 12px;
color: #0f172a;
}
.usk-pp-description {
font-size: 15px;
line-height: 1.55;
color: #64748b;
margin: 0 auto 24px;
max-width: 34em;
}
.usk-pp-countdown {
background: #f8fafc;
display: inline-flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 8px 10px;
padding: 10px 18px;
border-radius: 999px;
margin: 0 auto 28px;
border: 1px solid #e2e8f0;
}
.usk-countdown-label {
font-weight: 600;
font-size: 13px;
color: #64748b;
margin: 0;
}
.usk-countdown-timer {
font-weight: 700;
font-size: 16px;
color: #0f172a;
font-variant-numeric: tabular-nums;
}
.usk-pp-offer {
display: flex;
gap: 20px;
align-items: flex-start;
text-align: left;
margin-bottom: 32px;
padding: 20px;
background: #fafbfc;
border: 1px solid #f1f5f9;
border-radius: 12px;
}
.usk-pp-product-image {
flex-shrink: 0;
width: 140px;
border-radius: 12px;
overflow: hidden;
background: #fff;
border: 1px solid #e8e8ec;
line-height: 0;
}
.usk-pp-product-image img {
width: 100%;
height: auto;
display: block;
}
.usk-pp-product-details {
flex: 1 1 auto;
min-width: 0;
}
.usk-pp-product-name {
font-size: 18px;
font-weight: 600;
line-height: 1.35;
margin: 0 0 10px;
color: #0f172a;
}
.usk-pp-product-description {
font-size: 14px;
line-height: 1.55;
color: #64748b;
margin: 0;
}
.usk-pp-product-description p {
margin: 0 0 8px;
}
.usk-pp-product-description p:last-child {
margin-bottom: 0;
}
.usk-pp-pricing {
display: flex;
align-items: center;
gap: 10px 14px;
margin-top: 16px;
flex-wrap: wrap;
}
.usk-pp-original-price {
color: #94a3b8;
font-size: 15px;
font-weight: 500;
}
.usk-pp-sale-price {
font-size: 22px;
font-weight: 700;
color: #0f172a;
}
.usk-pp-price {
font-size: 22px;
font-weight: 700;
color: #0f172a;
}
.usk-pp-discount-badge {
background: #f1f5f9;
color: #475569;
padding: 5px 10px;
border-radius: 6px;
font-size: 12px;
font-weight: 600;
border: 1px solid #e2e8f0;
}
.usk-pp-actions {
display: flex;
flex-direction: column;
align-items: stretch;
gap: 14px;
max-width: 100%;
margin: 0 auto;
} .usk-pp-accept-btn,
.woocommerce .usk-pp-container a.button.alt.usk-pp-accept-btn,
.woocommerce-page .usk-pp-container a.button.alt.usk-pp-accept-btn {
padding: 14px 24px !important;
font-size: 16px !important;
font-weight: 600 !important;
line-height: 1.35 !important;
border-radius: 10px !important;
background: var(--usk-primary) !important;
background-image: none !important;
border: 1px solid var(--usk-primary) !important;
border-bottom: 1px solid var(--usk-primary) !important;
color: #fff !important;
box-shadow: none !important;
text-shadow: none !important;
text-decoration: none !important;
display: block;
text-align: center;
width: 100%;
box-sizing: border-box;
transition: filter 0.15s ease;
}
.usk-pp-accept-btn:hover,
.usk-pp-accept-btn:focus,
.woocommerce .usk-pp-container a.button.alt.usk-pp-accept-btn:hover,
.woocommerce .usk-pp-container a.button.alt.usk-pp-accept-btn:focus {
filter: brightness(0.96);
background: var(--usk-primary) !important;
background-image: none !important;
box-shadow: none !important;
color: #fff !important;
border-color: var(--usk-primary) !important;
}
.usk-pp-decline-link {
color: #64748b;
text-decoration: none;
font-size: 14px;
font-weight: 500;
padding: 8px 12px;
border-radius: 8px;
transition: background 0.15s ease, color 0.15s ease;
}
.usk-pp-decline-link:hover {
color: #0f172a;
background: #f1f5f9;
}
.usk-pp-skip-link {
color: #94a3b8;
font-size: 13px;
text-decoration: none;
padding: 4px 8px;
}
.usk-pp-skip-link:hover {
color: #64748b;
} .usk-post-purchase-page.usk-post-purchase-tpl-minimal {
background: #fafafa;
}
.usk-pp-tpl-minimal {
padding: 32px 28px 30px;
border-radius: 14px;
border: 1px solid #e4e4e7;
box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}
.usk-pp-tpl-minimal .usk-pp-header {
margin-bottom: 8px;
}
.usk-pp-tpl-minimal .usk-pp-headline {
font-size: 20px;
font-weight: 700;
letter-spacing: -0.03em;
margin: 0 0 10px;
color: #18181b;
}
.usk-pp-tpl-minimal .usk-pp-description {
font-size: 14px;
line-height: 1.5;
color: #71717a;
margin: 0 auto 20px;
max-width: 32em;
}
.usk-pp-tpl-minimal .usk-pp-countdown {
background: #fff;
border: 1px solid #e4e4e7;
border-radius: 10px;
padding: 8px 14px;
margin: 0 auto 24px;
}
.usk-pp-tpl-minimal .usk-countdown-label {
font-size: 12px;
color: #71717a;
}
.usk-pp-tpl-minimal .usk-countdown-timer {
font-size: 15px;
color: #18181b;
}
.usk-pp-tpl-minimal .usk-pp-offer {
flex-direction: column;
align-items: center;
text-align: center;
gap: 18px;
margin-bottom: 28px;
padding: 0;
background: transparent;
border: none;
border-radius: 0;
}
.usk-pp-tpl-minimal .usk-pp-product-image {
width: 100%;
max-width: 260px;
margin: 0 auto;
border-radius: 14px;
border: 1px solid #e4e4e7;
background: #fafafa;
}
.usk-pp-tpl-minimal .usk-pp-product-details {
width: 100%;
text-align: center;
}
.usk-pp-tpl-minimal .usk-pp-product-name {
font-size: 17px;
margin: 0 0 8px;
color: #18181b;
}
.usk-pp-tpl-minimal .usk-pp-product-description {
font-size: 13px;
color: #71717a;
}
.usk-pp-tpl-minimal .usk-pp-pricing {
justify-content: center;
margin-top: 14px;
}
.usk-pp-tpl-minimal .usk-pp-sale-price,
.usk-pp-tpl-minimal .usk-pp-price {
font-size: 20px;
}
.usk-pp-tpl-minimal .usk-pp-discount-badge {
background: #eff6ff;
color: var(--usk-primary, #2563eb);
border-color: #bfdbfe;
}
.usk-pp-tpl-minimal .usk-pp-actions {
gap: 12px;
}
.usk-pp-tpl-minimal .usk-pp-accept-btn,
.woocommerce .usk-pp-container.usk-pp-tpl-minimal a.button.alt.usk-pp-accept-btn,
.woocommerce-page .usk-pp-container.usk-pp-tpl-minimal a.button.alt.usk-pp-accept-btn {
border-radius: 12px !important;
padding: 13px 22px !important;
font-size: 15px !important;
} .usk-thankyou-upsell {
--usk-primary: var(--e-global-color-primary, var(--e-global-color-accent, var(--wp--preset--color--primary, var(--color-primary, var(--theme-color-primary, var(--wd-primary-color, var(--primary, #2563eb)))))));
margin: 36px 0;
}
.usk-ty-title {
margin: 0 0 20px;
font-size: 22px !important;
font-weight: 600;
line-height: 1.3;
color: #0f172a;
text-transform: capitalize;
}
.usk-ty-products {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
gap: clamp(16px, 2.5vw, 22px);
}
.usk-ty-product {
background: #fff;
border: 1px solid #f1f5f9;
border-radius: 12px;
overflow: hidden;
transition: border-color 0.2s ease;
display: flex;
flex-direction: column;
}
.usk-ty-product:hover {
border-color: #e2e8f0;
}
.usk-ty-product-image {
position: relative;
overflow: hidden;
background: #f8fafc;
aspect-ratio: 1;
display: flex;
align-items: center;
justify-content: center;
}
.usk-ty-product-image a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
line-height: 0;
}
.usk-ty-product-image img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
transition: transform 0.25s ease;
}
.usk-ty-product:hover .usk-ty-product-image img {
transform: scale(1.03);
}
.usk-ty-product-info {
padding: 16px 16px 18px;
flex: 1;
display: flex;
flex-direction: column;
gap: 0;
}
.usk-ty-product-name {
margin: 0 0 10px;
font-size: 15px;
line-height: 1.45;
font-weight: 600;
flex: 1;
}
.usk-ty-product-name a {
color: #0f172a;
text-decoration: none;
transition: color 0.15s ease;
}
.usk-ty-product-name a:hover {
color: var(--usk-primary);
}
.usk-ty-price {
font-weight: 700;
font-size: 17px;
margin: 0 0 8px;
color: #0f172a;
line-height: 1.35;
}
.usk-ty-price del {
color: #94a3b8;
font-weight: 500;
font-size: 14px;
margin-right: 8px;
text-decoration-thickness: 1px;
}
.usk-ty-price ins {
text-decoration: none;
background: none;
color: #0f172a;
font-weight: 700;
}
.usk-ty-rating {
margin: 0 0 12px;
font-size: 12px;
color: #64748b;
}
.usk-ty-rating .star-rating {
font-size: 12px;
color: #f59e0b;
float: none;
margin: 0;
} .usk-thankyou-upsell .usk-add-to-cart-btn,
.woocommerce .usk-thankyou-upsell button.button.usk-add-to-cart-btn,
.woocommerce-page .usk-thankyou-upsell button.button.usk-add-to-cart-btn {
width: 100%;
text-align: center;
margin-top: auto;
padding: 11px 16px !important;
font-size: 14px !important;
font-weight: 600 !important;
line-height: 1.35 !important;
border-radius: 9px !important;
background: var(--usk-primary) !important;
background-image: none !important;
border: 1px solid var(--usk-primary) !important;
border-bottom: 1px solid var(--usk-primary) !important;
color: #fff !important;
box-shadow: none !important;
text-shadow: none !important;
cursor: pointer;
transition: filter 0.15s ease;
}
.usk-thankyou-upsell .usk-add-to-cart-btn:hover,
.usk-thankyou-upsell .usk-add-to-cart-btn:focus,
.woocommerce .usk-thankyou-upsell button.button.usk-add-to-cart-btn:hover,
.woocommerce .usk-thankyou-upsell button.button.usk-add-to-cart-btn:focus,
.woocommerce-page .usk-thankyou-upsell button.button.usk-add-to-cart-btn:hover,
.woocommerce-page .usk-thankyou-upsell button.button.usk-add-to-cart-btn:focus {
filter: brightness(0.96);
transform: none;
opacity: 1;
background: var(--usk-primary) !important;
background-image: none !important;
border-color: var(--usk-primary) !important;
border-bottom-color: var(--usk-primary) !important;
box-shadow: none !important;
outline: none !important;
}
.usk-thankyou-upsell .usk-add-to-cart-btn:active,
.woocommerce .usk-thankyou-upsell button.button.usk-add-to-cart-btn:active,
.woocommerce-page .usk-thankyou-upsell button.button.usk-add-to-cart-btn:active {
filter: brightness(0.92);
}
.usk-thankyou-upsell .usk-ty-select-options,
.woocommerce .usk-thankyou-upsell a.button.usk-ty-select-options,
.woocommerce-page .usk-thankyou-upsell a.button.usk-ty-select-options {
width: 100%;
text-align: center;
margin-top: auto;
padding: 11px 16px !important;
font-size: 14px !important;
font-weight: 600 !important;
line-height: 1.35 !important;
border-radius: 9px !important;
background: #fff !important;
background-image: none !important;
color: #334155 !important;
border: 1px solid #e2e8f0 !important;
box-shadow: none !important;
text-decoration: none !important;
display: block;
box-sizing: border-box;
transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.usk-thankyou-upsell .usk-ty-select-options:hover,
.woocommerce .usk-thankyou-upsell a.button.usk-ty-select-options:hover,
.woocommerce-page .usk-thankyou-upsell a.button.usk-ty-select-options:hover {
background: #f8fafc !important;
border-color: #cbd5e1 !important;
color: #0f172a !important;
} .usk-next-order-coupon {
--usk-primary: var(--e-global-color-primary, var(--e-global-color-accent, var(--wp--preset--color--primary, var(--color-primary, var(--theme-color-primary, var(--wd-primary-color, var(--primary, #2563eb)))))));
margin: 28px 0;
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.usk-noc-card {
background: #fff;
border: 1px solid #e2e8f0;
border-radius: 12px;
padding: 22px 24px;
display: flex;
align-items: flex-start;
gap: 18px;
box-sizing: border-box;
}
.usk-noc-icon {
flex-shrink: 0;
width: 56px;
height: 56px;
border-radius: 10px;
background: #f1f5f9;
display: flex;
align-items: center;
justify-content: center;
line-height: 0;
}
.usk-noc-icon svg {
width: 26px;
height: 26px;
display: block;
}
.usk-noc-content {
flex: 1 1 auto;
min-width: 0;
}
.usk-noc-title {
margin: 0 0 8px;
font-size: 18px !important;
font-weight: 600;
line-height: 1.3;
color: #0f172a;
}
.usk-noc-message {
margin: 0 0 16px !important;
font-size: 14px !important;
line-height: 1.55;
color: #64748b;
}
.usk-noc-message strong {
color: #0f172a;
font-weight: 600;
}
.usk-noc-code-wrapper {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 12px;
}
.usk-noc-code {
min-width: 300px;
background: #f7f7f7;
border: 1px solid #e2e8f0;
padding: 10px 14px;
font-size: 15px;
font-weight: 600;
border-radius: 8px;
color: #0f172a;
box-sizing: border-box;
}
.usk-noc-copy-btn,
.woocommerce .usk-next-order-coupon button.button.usk-noc-copy-btn,
.woocommerce-page .usk-next-order-coupon button.button.usk-noc-copy-btn {
flex-shrink: 0;
cursor: pointer;
margin: 0;
padding: 10px 18px !important;
font-size: 14px !important;
font-weight: 600 !important;
line-height: 1.35 !important;
border-radius: 8px !important;
background: var(--usk-primary) !important;
background-image: none !important;
border: 1px solid var(--usk-primary) !important;
border-bottom: 1px solid var(--usk-primary) !important;
color: #fff !important;
box-shadow: none !important;
text-shadow: none !important;
transition: filter 0.15s ease;
}
.usk-noc-copy-btn:hover,
.usk-noc-copy-btn:focus,
.woocommerce .usk-next-order-coupon button.button.usk-noc-copy-btn:hover,
.woocommerce .usk-next-order-coupon button.button.usk-noc-copy-btn:focus,
.woocommerce-page .usk-next-order-coupon button.button.usk-noc-copy-btn:hover,
.woocommerce-page .usk-next-order-coupon button.button.usk-noc-copy-btn:focus {
filter: brightness(0.96);
background: var(--usk-primary) !important;
background-image: none !important;
border-color: var(--usk-primary) !important;
border-bottom-color: var(--usk-primary) !important;
color: #fff !important;
box-shadow: none !important;
outline: none !important;
}
.usk-noc-meta {
font-size: 13px;
color: #94a3b8;
display: flex;
flex-wrap: wrap;
gap: 8px 16px;
line-height: 1.4;
} .usk-bxgy {
--usk-primary: var(--e-global-color-primary, var(--e-global-color-accent, var(--wp--preset--color--primary, var(--color-primary, var(--theme-color-primary, var(--wd-primary-color, var(--primary, #2563eb)))))));
margin: 24px 0;
max-width: 100%;
}
.usk-bxgy-banner {
background: #fff;
border: 1px solid #e8ecf1;
border-radius: 14px;
padding: 20px 22px 22px;
box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}
.usk-bxgy-top {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px 24px;
flex-wrap: wrap;
margin-bottom: 20px;
}
.usk-bxgy-top .usk-bxgy-header {
margin-bottom: 0;
}
.usk-bxgy-header {
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
gap: 10px 12px;
flex: 1 1 200px;
min-width: 0;
}
.usk-bxgy-headline {
margin: 0;
font-size: 20px;
font-weight: 600;
letter-spacing: -0.03em;
line-height: 1.25;
color: #0f172a;
}
.usk-bxgy-badge {
background: #eff6ff;
color: #1d4ed8;
padding: 6px 13px;
border-radius: 999px;
font-weight: 600;
font-size: 12px;
letter-spacing: 0.03em;
border: 1px solid #dbeafe;
}
.usk-bxgy .usk-countdown {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
justify-content: flex-end;
gap: 8px 12px;
margin: 0;
padding: 9px 16px;
background: #f8fafc;
border: 1px solid #eef2f6;
border-radius: 999px;
flex-shrink: 0;
}
.usk-bxgy .usk-countdown .usk-countdown-label {
font-weight: 500;
font-size: 12px;
color: #64748b;
margin: 0;
letter-spacing: 0.01em;
}
.usk-bxgy .usk-countdown .usk-countdown-timer {
font-weight: 700;
font-size: 15px;
color: #0f172a;
font-variant-numeric: tabular-nums;
letter-spacing: 0.02em;
}
.usk-bxgy-products {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
gap: 16px;
}
.usk-bxgy-product {
display: flex;
flex-direction: column;
align-items: stretch;
background: #fff;
border: 1px solid #eef2f6;
border-radius: 12px;
padding: 16px 14px 14px;
text-align: center;
transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
min-height: 100%;
}
.usk-bxgy-product:hover {
border-color: #dbe3ee;
box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
transform: translateY(-1px);
}
.usk-bxgy-product-info {
flex: 1 1 auto;
display: flex;
flex-direction: column;
gap: 4px;
margin-bottom: 10px;
}
.usk-bxgy-product-image img {
width: 90px;
height: 90px;
object-fit: cover;
border-radius: 8px;
margin-bottom: 10px;
border: 1px solid #e8ecf1;
}
.usk-bxgy-product-name {
display: block;
font-size: 13px;
margin-bottom: 6px;
line-height: 1.35;
font-weight: 600;
color: #0f172a;
}
.usk-bxgy-product-price {
font-weight: 600;
font-size: 14px;
color: #334155;
}
.usk-bxgy .button {
margin-top: 10px;
width: 100%;
font-size: 13px !important;
padding: 9px 14px !important;
font-weight: 600 !important;
border-radius: 8px !important;
box-sizing: border-box;
}
.usk-bxgy .usk-add-to-cart-btn,
.woocommerce .usk-bxgy button.button.usk-add-to-cart-btn {
background: var(--usk-primary) !important;
background-image: none !important;
border: 1px solid var(--usk-primary) !important;
color: #fff !important;
box-shadow: none !important;
text-shadow: none !important;
}
.usk-bxgy .usk-add-to-cart-btn:hover,
.usk-bxgy .usk-add-to-cart-btn:focus,
.woocommerce .usk-bxgy button.button.usk-add-to-cart-btn:hover,
.woocommerce .usk-bxgy button.button.usk-add-to-cart-btn:focus {
filter: brightness(0.96);
transform: none;
box-shadow: none !important;
outline: none !important;
}
.usk-bxgy a.button:not(.usk-add-to-cart-btn),
.woocommerce .usk-bxgy a.button:not(.usk-add-to-cart-btn) {
background: #fff !important;
background-image: none !important;
color: #334155 !important;
border: 1px solid #e2e8f0 !important;
box-shadow: none !important;
text-decoration: none !important;
}
.usk-bxgy a.button:not(.usk-add-to-cart-btn):hover,
.woocommerce .usk-bxgy a.button:not(.usk-add-to-cart-btn):hover {
background: #f8fafc !important;
border-color: #cbd5e1 !important;
color: #0f172a !important;
}
.usk-bxgy .usk-bxgy-select-btn,
.woocommerce .usk-bxgy button.button.usk-bxgy-select-btn {
background: #fff !important;
background-image: none !important;
color: #334155 !important;
border: 1px solid #e2e8f0 !important;
box-shadow: none !important;
}
.usk-bxgy .usk-bxgy-select-btn:hover,
.usk-bxgy .usk-bxgy-select-btn:focus,
.woocommerce .usk-bxgy button.button.usk-bxgy-select-btn:hover,
.woocommerce .usk-bxgy button.button.usk-bxgy-select-btn:focus {
background: #f8fafc !important;
border-color: #cbd5e1 !important;
color: #0f172a !important;
filter: none;
}
.usk-bxgy-subtitle {
margin: 0 0 14px !important;
padding-top: 4px;
font-size: 14px;
line-height: 1.55;
color: #64748b;
font-weight: 500;
}
.usk-bxgy-product a.button {
margin-top: 10px;
} .usk-bxgy-applied,
.usk-bxgy-in-cart {
display: flex;
align-items: center;
gap: 14px;
padding: 10px;
background: #f8fafc;
border: 1px solid #eef6ff;
border-radius: 10px;
font-size: 14px;
line-height: 1.5;
color: #475569;
}
.usk-bxgy-applied-icon {
font-size: 15px;
font-weight: 700;
background: #10b981;
color: #fff;
width: 30px;
height: 30px;
flex-shrink: 0;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 10px;
line-height: 1;
}
.usk-bxgy-qualify-notice {
margin-bottom: 20px;
background: linear-gradient(180deg, #fffbeb 0%, #fff7e6 100%);
padding: 16px 18px 18px;
border-radius: 12px;
border: 1px solid #fde68a;
}
.usk-bxgy-qualify-notice p {
margin: 0 0 14px;
font-size: 14px;
line-height: 1.55;
font-weight: 500;
color: #92400e;
}
.usk-bxgy-qualify-notice p strong {
color: #b45309;
font-weight: 700;
}
.usk-bxgy-trigger-products {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
gap: 14px;
margin-top: 4px;
}
.usk-bxgy-footer-wrap {
max-width: 1200px;
margin: 24px auto;
padding: 0 15px;
} .usk-bxgy-banner-tpl {
--usk-primary: var(--e-global-color-primary, var(--e-global-color-accent, var(--wp--preset--color--primary, var(--color-primary, var(--theme-color-primary, var(--wd-primary-color, var(--primary, #2563eb)))))));
-webkit-font-smoothing: antialiased;
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.usk-bxgy-banner-inner {
display: flex;
flex-direction: column;
align-items: stretch;
padding: 0;
overflow: hidden;
border-radius: 14px;
background: #ffffff;
border: 1px solid #eceef2;
color: #111827;
box-sizing: border-box;
}
.usk-bxgy-banner-tpl--qualified .usk-bxgy-banner-inner {
border-color: #e8ecf1;
}
.usk-bxgy-banner-strip {
padding: 14px 18px 16px;
background: #f8fafc;
border-bottom: 1px solid #eceef2;
}
.usk-bxgy-banner-body {
padding: 16px 18px 18px;
display: flex;
flex-direction: column;
gap: 14px;
}
.usk-bxgy-banner-inner .usk-bxgy-top {
margin-bottom: 0;
width: 100%;
}
.usk-bxgy-banner-inner .usk-bxgy-headline.usk-bxgy-banner-title {
margin: 0;
font-size: clamp(17px, 16.1vw, 20px);
font-weight: 600;
letter-spacing: -0.025em;
line-height: 1.25;
color: #111827;
}
.usk-bxgy-banner-inner .usk-bxgy-badge.usk-bxgy-banner-badge {
background: #eff6ff;
color: #1d4ed8;
padding: 5px 12px;
border-radius: 999px;
font-weight: 600;
font-size: 11px;
letter-spacing: 0.06em;
text-transform: uppercase;
border: none;
line-height: 1.3;
} .usk-bxgy-banner-tpl .usk-bxgy-banner-body > .usk-bxgy-qualify-notice {
margin-bottom: 0;
}
.usk-bxgy-banner-tpl .usk-bxgy-qualify-notice {
display: flex;
flex-direction: column;
align-items: stretch;
gap: 14px;
margin-bottom: 0;
padding: 16px 18px;
border-radius: 14px;
border: 1px solid #fde68a;
background: #fffbeb;
}
.usk-bxgy-banner-tpl .usk-bxgy-qualify-notice p {
margin: 0;
flex: none;
max-width: none;
font-size: 15px;
line-height: 1.55;
font-weight: 500;
color: #92400e;
}
.usk-bxgy-banner-tpl .usk-bxgy-qualify-notice p strong {
color: #78350f;
font-weight: 700;
}
.usk-bxgy-banner-tpl .usk-bxgy-trigger-products {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
gap: 12px;
margin-top: 0;
flex: none;
width: 100%;
min-width: 0;
overflow: visible;
padding: 0;
}
.usk-bxgy-banner-tpl .usk-bxgy-trigger-products .usk-bxgy-product {
flex: none;
width: 100%;
max-width: none;
scroll-snap-align: unset;
box-sizing: border-box;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
gap: 14px;
padding: 14px 16px;
text-align: left;
background: #ffffff;
border: 1px solid #fcd34d;
border-radius: 12px;
box-shadow: none;
}
.usk-bxgy-banner-tpl .usk-bxgy-trigger-products .usk-bxgy-product:hover {
box-shadow: none;
}
.usk-bxgy-banner-tpl .usk-bxgy-trigger-products .usk-bxgy-product-image {
flex-shrink: 0;
line-height: 0;
}
.usk-bxgy-banner-tpl .usk-bxgy-trigger-products .usk-bxgy-product-image img {
display: block;
width: 80px;
height: 80px;
margin: 0;
border-radius: 10px;
border: 1px solid #f3f4f6;
object-fit: cover;
}
.usk-bxgy-banner-tpl .usk-bxgy-trigger-products .usk-bxgy-product-info {
flex: 1 1 auto;
min-width: 0;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
text-align: left;
}
.usk-bxgy-banner-tpl .usk-bxgy-trigger-products .usk-bxgy-product-name {
margin: 0 0 4px;
font-size: 14px;
font-weight: 600;
line-height: 1.4;
color: #0f172a;
word-break: break-word;
overflow-wrap: anywhere;
}
.usk-bxgy-banner-tpl .usk-bxgy-trigger-products .usk-bxgy-product-price {
font-size: 14px;
}
.usk-bxgy-banner-tpl .usk-bxgy-trigger-products .usk-bxgy-product .button {
flex: 0 0 auto;
align-self: center;
margin-left: auto;
width: auto !important;
max-width: min(100%, 280px);
padding: 9px 18px !important;
font-size: 13px !important;
}
.usk-bxgy-banner-tpl .usk-bxgy-banner-body > .usk-bxgy-applied,
.usk-bxgy-banner-tpl .usk-bxgy-banner-body > .usk-bxgy-in-cart {
margin-top: 0;
}
.usk-bxgy-banner-tpl .usk-bxgy-applied,
.usk-bxgy-banner-tpl .usk-bxgy-in-cart {
padding: 10px 14px;
border-radius: 10px;
gap: 10px;
font-size: 13px;
line-height: 1.45;
}
.usk-bxgy-banner-tpl .usk-bxgy-applied-icon {
width: 26px;
height: 26px;
font-size: 12px;
border-radius: 8px;
}
.usk-bxgy-banner-tpl .usk-bxgy-banner-body > .usk-bxgy-subtitle {
margin: 0 !important;
}
.usk-bxgy-banner-tpl .usk-bxgy-subtitle {
padding-left: 11px;
border-left: 3px solid var(--usk-primary);
font-size: 14px;
font-weight: 600;
letter-spacing: 0.01em;
color: #475569;
line-height: 1.45;
}
.usk-bxgy-banner-tpl .usk-bxgy-banner-body > .usk-bxgy-products {
margin-top: 0;
}
.usk-bxgy-banner-tpl .usk-bxgy-products {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
gap: 12px;
overflow: visible;
padding: 0;
}
.usk-bxgy-banner-tpl .usk-bxgy-products .usk-bxgy-product {
flex: none;
width: 100%;
max-width: none;
scroll-snap-align: unset;
box-sizing: border-box;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
gap: 14px;
padding: 14px 16px;
text-align: left;
background: #ffffff;
border: 1px solid #eef2f6;
border-radius: 12px;
box-shadow: none;
}
.usk-bxgy-banner-tpl .usk-bxgy-products .usk-bxgy-product:hover {
box-shadow: none;
}
.usk-bxgy-banner-tpl .usk-bxgy-products .usk-bxgy-product-image {
flex-shrink: 0;
line-height: 0;
}
.usk-bxgy-banner-tpl .usk-bxgy-products .usk-bxgy-product-image img {
display: block;
width: 80px;
height: 80px;
margin: 0;
border-radius: 10px;
border: 1px solid #f3f4f6;
object-fit: cover;
}
.usk-bxgy-banner-tpl .usk-bxgy-products .usk-bxgy-product-info {
flex: 1 1 auto;
min-width: 0;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
text-align: left;
}
.usk-bxgy-banner-tpl .usk-bxgy-products .usk-bxgy-product-name {
margin: 0 0 4px;
font-size: 14px;
font-weight: 600;
line-height: 1.4;
color: #0f172a;
word-break: break-word;
overflow-wrap: anywhere;
}
.usk-bxgy-banner-tpl .usk-bxgy-products .usk-bxgy-product-price {
font-size: 14px;
}
.usk-bxgy-banner-tpl .usk-bxgy-products .usk-bxgy-product .button {
flex: 0 0 auto;
align-self: center;
margin-left: auto;
width: auto !important;
max-width: min(100%, 280px);
padding: 9px 18px !important;
font-size: 13px !important;
} .usk-product-addons {
--usk-primary: var(--e-global-color-primary, var(--e-global-color-accent, var(--wp--preset--color--primary, var(--color-primary, var(--theme-color-primary, var(--wd-primary-color, var(--primary, #2563eb)))))));
margin: 16px 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
box-shadow: none;
box-sizing: border-box;
clear: both;
}
.usk-addon-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 12px;
margin: 0 0 10px;
padding: 0;
border: none;
}
.usk-addon-title {
margin: 20px 0 0;
font-size: 18px;
font-weight: 600;
letter-spacing: -0.01em;
line-height: 1.35;
color: #0f172a;
}
.usk-addon-required {
flex-shrink: 0;
padding: 3px 8px;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #b45309;
background: #fffbeb;
border: 1px solid #fde68a;
border-radius: 6px;
}
.usk-addon-discount {
flex-shrink: 0;
align-self: center;
margin-inline-start: auto;
padding: 3px 8px;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #b91c1c;
background: #fef2f2;
border: 1px solid #fecaca;
border-radius: 6px;
}
.usk-addon-list {
display: flex;
flex-direction: column;
gap: 0;
}
.usk-addon-item {
display: flex;
align-items: flex-start;
gap: 12px;
margin: 0;
padding: 10px 12px 10px 14px;
cursor: pointer;
border-radius: 10px;
border: 1px solid #e2e8f0;
box-sizing: border-box;
width: 100%;
transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.usk-addon-item + .usk-addon-item {
margin-top: 8px;
}
.usk-addon-item:hover {
background: #f8fafc;
border-color: #e2e8f0;
} .usk-addon-checkwrap {
flex-shrink: 0;
align-self: center;
display: flex;
align-items: center;
justify-content: center;
min-width: 44px;
min-height: 44px;
margin: -6px -4px -6px 0;
padding-inline-start: 4px;
} .usk-addon-check {
appearance: none;
-webkit-appearance: none;
width: 22px;
height: 22px;
margin: 0;
flex-shrink: 0;
border: 2px solid #cbd5e1;
border-radius: 7px;
background: #fff;
cursor: pointer;
transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
}
.usk-addon-check:checked {
background-color: var(--usk-primary);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M3.5 8.2l2.8 2.8 6.2-6.2'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: 12px 12px;
border-color: var(--usk-primary);
box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12);
}
.usk-addon-check:focus {
outline: none;
}
.usk-addon-check:focus-visible {
box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--usk-primary);
}
.usk-addon-check:checked:focus-visible {
box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--usk-primary), 0 1px 3px rgba(15, 23, 42, 0.12);
}
.usk-addon-check:active:not(:disabled) {
transform: scale(0.94);
}
.usk-addon-image {
flex-shrink: 0;
width: 50px;
height: 50px;
border-radius: 8px;
overflow: hidden;
background: #f1f5f9;
border: 1px solid #e2e8f0;
}
.usk-addon-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: 0;
}
.usk-addon-info {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
gap: 4px;
padding-top: 2px;
}
.usk-addon-name {
font-weight: 600;
font-size: 15px;
line-height: 1.4;
color: #0f172a;
}
.usk-addon-price {
font-size: 13px;
font-weight: 500;
color: #64748b;
line-height: 1.35;
}
.usk-addon-price .woocommerce-Price-amount {
font-weight: 600;
color: #334155;
}
.usk-addon-price del {
color: #94a3b8;
font-weight: 500;
margin-inline-end: 6px;
}
.usk-addon-price ins {
text-decoration: none;
color: #334155;
} .usk-product-addons-tpl-grid .usk-addon-list-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
gap: 12px;
}
.usk-product-addons-tpl-grid .usk-addon-list-grid .usk-addon-item {
flex-direction: column;
align-items: stretch;
margin: 0;
padding: 14px 12px 16px;
text-align: center;
height: 100%;
}
.usk-product-addons-tpl-grid .usk-addon-list-grid .usk-addon-item + .usk-addon-item {
margin-top: 0;
} .usk-product-addons-tpl-grid .usk-addon-media {
position: relative;
align-self: center;
width: 100%;
margin: 0 auto;
}
.usk-product-addons-tpl-grid .usk-addon-image {
width: 100%;
height: auto;
aspect-ratio: 1;
margin: 0;
}
.usk-product-addons-tpl-grid .usk-addon-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.usk-product-addons-tpl-grid .usk-addon-info {
flex: 1 1 auto;
align-items: center;
text-align: center;
padding-top: 10px;
}
.usk-product-addons-tpl-grid .usk-addon-checkwrap {
position: absolute;
top: 4px;
inset-inline-end: 4px;
margin: 0;
padding: 0;
padding-inline-start: 0;
align-self: unset;
min-width: 44px;
min-height: 44px;
z-index: 2; filter: drop-shadow(0 1px 2px rgba(15, 23, 42, 0.25));
}
.usk-product-addons-tpl-grid .usk-addon-discount {
position: absolute;
top: 8px;
inset-inline-start: 8px;
margin: 0;
z-index: 2;
} .usk-cart-addons {
margin-top: 6px;
display: flex;
flex-wrap: wrap;
gap: 6px;
}
.usk-cart-addon-btn {
display: inline-flex;
align-items: center;
gap: 4px;
padding: 4px 10px;
background: #f0f0f0;
border: 1px solid #ddd;
border-radius: 4px;
cursor: pointer;
font-size: 12px;
transition: all 0.15s;
}
.usk-cart-addon-btn:hover {
background: #e5e5e5;
border-color: #ccc;
}
.usk-cart-addon-icon {
font-weight: 700;
color: #2271b1;
}
.usk-cart-addon-price {
color: #666;
} .usk-cart-addons-section {
--usk-primary: var(--e-global-color-primary, var(--e-global-color-accent, var(--wp--preset--color--primary, var(--color-primary, var(--theme-color-primary, var(--wd-primary-color, var(--primary, #2563eb)))))));
margin: 8px 0 0;
padding: 0;
max-width: 100%;
box-sizing: border-box;
}
.usk-cart-addons-section-title {
margin: 0 0 4px;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.02em;
text-transform: uppercase;
line-height: 1.3;
color: #64748b;
} .usk-cart-addons-grid {
display: flex;
flex-direction: column;
gap: 0;
}
.usk-cart-addon-card {
display: flex;
align-items: center;
margin: 0;
border: 1px solid #f1f5f9;
overflow: visible;
background: #fff;
box-sizing: border-box;
width: max-content;
padding: 12px;
border-radius: 6px;
gap: 12px;
}
.usk-cart-addon-card:last-child {
border-bottom: none;
padding-bottom: 2px;
}
.usk-cart-addon-card-img {
position: relative;
flex-shrink: 0;
}
.usk-cart-addon-card-img img {
width: 50px !important;
height: 100%;
min-height: 0;
object-fit: cover;
display: block;
border-radius: 6px;
}
.usk-cart-addon-badge {
position: absolute;
top: 3px;
inset-inline-start: 3px;
background: #0f172a;
color: #fff;
font-size: 8px;
font-weight: 700;
letter-spacing: 0.04em;
padding: 2px 5px;
border-radius: 3px;
line-height: 1.2;
}
.usk-cart-addon-card-body {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
grid-template-rows: auto auto;
column-gap: 30px;
row-gap: 0;
align-items: center;
}
.usk-cart-addon-card-name {
grid-column: 1;
grid-row: 1;
margin: 0;
font-size: 13px;
font-weight: 600;
line-height: 1.25;
color: #0f172a;
}
.usk-cart-addon-card-price {
grid-column: 1;
grid-row: 2;
margin: 0;
padding-top: 1px;
font-size: 12px;
font-weight: 500;
color: #64748b;
text-align: start;
justify-self: start;
width: 100%;
} .usk-cart-addons-section .usk-cart-addon-card-price .woocommerce-Price-amount,
.usk-cart-addons-section .usk-cart-addon-card-price .amount,
.usk-cart-addons-section .usk-cart-addon-card-price ins,
.usk-cart-addons-section .usk-cart-addon-card-price del,
.usk-cart-addons-section .usk-cart-addon-card-price bdi {
float: none !important;
text-align: start !important;
}
.usk-cart-addon-card-price del {
color: #94a3b8;
font-weight: 500;
margin-inline-end: 4px;
}
.usk-cart-addon-card-price ins {
text-decoration: none;
font-weight: 600;
color: #0f172a;
}
.usk-cart-addon-card-btn {
grid-column: 2;
grid-row: 1 / span 2;
align-self: center;
width: auto;
min-width: 0;
margin: 0;
text-align: center;
padding: 5px 10px !important;
font-size: 12px !important;
font-weight: 600 !important;
line-height: 1.25 !important;
border-radius: 6px !important;
cursor: pointer;
white-space: nowrap;
box-sizing: border-box;
}
.usk-cart-addons-section .usk-cart-addon-card-btn,
.woocommerce .usk-cart-addons-section button.button.usk-cart-addon-card-btn,
.woocommerce-page .usk-cart-addons-section button.button.usk-cart-addon-card-btn {
background: var(--usk-primary) !important;
background-image: none !important;
border: 1px solid var(--usk-primary) !important;
border-bottom: 1px solid var(--usk-primary) !important;
color: #fff !important;
box-shadow: none !important;
text-shadow: none !important;
transition: filter 0.15s ease;
}
.usk-cart-addons-section .usk-cart-addon-card-btn:hover,
.usk-cart-addons-section .usk-cart-addon-card-btn:focus,
.woocommerce .usk-cart-addons-section button.button.usk-cart-addon-card-btn:hover,
.woocommerce .usk-cart-addons-section button.button.usk-cart-addon-card-btn:focus,
.woocommerce-page .usk-cart-addons-section button.button.usk-cart-addon-card-btn:hover,
.woocommerce-page .usk-cart-addons-section button.button.usk-cart-addon-card-btn:focus {
filter: brightness(0.96);
transform: none;
opacity: 1;
background: var(--usk-primary) !important;
background-image: none !important;
border-color: var(--usk-primary) !important;
border-bottom-color: var(--usk-primary) !important;
box-shadow: none !important;
outline: none !important;
}
.usk-cart-addons-section .usk-cart-addon-card-btn:active,
.woocommerce .usk-cart-addons-section button.button.usk-cart-addon-card-btn:active,
.woocommerce-page .usk-cart-addons-section button.button.usk-cart-addon-card-btn:active {
filter: brightness(0.92);
}
@media (max-width: 520px) {
.usk-cart-addon-card {
flex-wrap: wrap;
align-items: flex-start;
padding-bottom: 10px;
}
.usk-cart-addon-card-body {
grid-template-columns: minmax(0, 1fr) auto;
padding-left: 8px;
justify-items: start;
column-gap: 10px;
}
.usk-cart-addon-card-price {
text-align: start !important;
justify-self: start;
}
.usk-cart-addon-card-btn {
padding: 5px 8px !important;
font-size: 11px !important;
}
}
@media (max-width: 380px) {
.usk-cart-addon-card-body {
grid-template-columns: 1fr;
grid-template-rows: auto auto auto;
row-gap: 4px;
padding-left: 8px;
justify-items: stretch;
}
.usk-cart-addon-card-name {
grid-column: 1;
grid-row: 1;
justify-self: start;
text-align: start;
}
.usk-cart-addon-card-price {
grid-column: 1;
grid-row: 2;
justify-self: start;
text-align: start !important;
}
.usk-cart-addon-card-btn {
grid-column: 1;
grid-row: 3;
width: 100%;
justify-self: stretch;
}
} .usk-cart-addons--inline {
margin: 8px 0 0;
}
.usk-cart-addons--inline .usk-cart-addons-section-title {
display: block;
width: 100%;
margin: 0 0 12px;
}
.usk-cart-addons--inline .usk-cart-addons-inline-list--grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
gap: 12px;
justify-items: center;
border: none;
border-radius: 0;
overflow: visible;
background: transparent;
}
.usk-cart-addons-inline-item {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
margin: 0;
padding: 16px 14px;
box-sizing: border-box;
width: 100%;
max-width: 220px;
min-height: 0;
height: 100%;
border: 1px solid #f1f5f9;
border-radius: 10px;
background: #fff;
text-align: center;
overflow: visible;
transition: background 0.15s ease, border-color 0.15s ease;
}
.usk-cart-addons-inline-item:hover {
background: #fafafa;
border-color: #e2e8f0;
}
.usk-cart-addons-inline-img {
display: inline-flex;
width: fit-content;
max-width: 100%;
flex-shrink: 0;
align-self: center;
margin: 0 auto 10px;
}
.usk-cart-addons-inline-img img {
width: 50px !important;
height: auto !important;
aspect-ratio: 1;
object-fit: cover;
border-radius: 10px;
border: 1px solid #f1f5f9;
display: block;
} .usk-cart-addons--inline .usk-cart-addon-badge--tile {
position: absolute;
top: 8px;
inset-inline-start: auto;
inset-inline-end: 8px;
z-index: 2;
}
.usk-cart-addons-inline-body {
flex: 1 1 auto;
min-width: 0;
width: 100%;
display: flex;
flex-direction: column;
gap: 8px;
align-items: center;
text-align: center;
}
.usk-cart-addons-inline-name {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-clamp: 2;
overflow: hidden;
font-size: 13px;
font-weight: 600;
line-height: 1.35;
color: #0f172a;
width: 100%;
text-align: center;
word-break: break-word;
}
.usk-cart-addons-inline-meta {
display: flex;
flex-direction: column;
align-items: stretch;
gap: 8px;
width: 100%;
margin-top: auto;
padding-top: 2px;
}
.usk-cart-addons-inline-price {
display: inline-flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 4px;
margin: 0;
width: 100%;
font-size: 12px;
font-weight: 500;
color: #64748b;
}
.usk-cart-addons-section .usk-cart-addons-inline-price .woocommerce-Price-amount,
.usk-cart-addons-section .usk-cart-addons-inline-price .amount,
.usk-cart-addons-section .usk-cart-addons-inline-price ins,
.usk-cart-addons-section .usk-cart-addons-inline-price del,
.usk-cart-addons-section .usk-cart-addons-inline-price bdi {
float: none !important;
text-align: center !important;
}
.usk-cart-addons-inline-price del {
color: #94a3b8;
font-weight: 500;
}
.usk-cart-addons-inline-price ins {
text-decoration: none;
font-weight: 600;
color: #0f172a;
} .usk-cart-addons-inline-btn {
flex-shrink: 0;
width: 100%;
padding: 7px 12px !important;
font-size: 12px !important;
font-weight: 600 !important;
line-height: 1.25 !important;
border-radius: 8px !important;
white-space: nowrap;
cursor: pointer;
box-sizing: border-box;
}
.usk-cart-addons-section .usk-cart-addons-inline-btn,
.woocommerce .usk-cart-addons-section button.button.usk-cart-addons-inline-btn,
.woocommerce-page .usk-cart-addons-section button.button.usk-cart-addons-inline-btn {
background: transparent !important;
background-image: none !important;
border: 1px solid var(--usk-primary) !important;
border-bottom: 1px solid var(--usk-primary) !important;
color: var(--usk-primary) !important;
box-shadow: none !important;
text-shadow: none !important;
transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.usk-cart-addons-section .usk-cart-addons-inline-btn:hover,
.usk-cart-addons-section .usk-cart-addons-inline-btn:focus,
.woocommerce .usk-cart-addons-section button.button.usk-cart-addons-inline-btn:hover,
.woocommerce .usk-cart-addons-section button.button.usk-cart-addons-inline-btn:focus,
.woocommerce-page .usk-cart-addons-section button.button.usk-cart-addons-inline-btn:hover,
.woocommerce-page .usk-cart-addons-section button.button.usk-cart-addons-inline-btn:focus {
filter: none !important;
background: color-mix(in srgb, var(--usk-primary) 12%, transparent) !important;
border-color: var(--usk-primary) !important;
border-bottom-color: var(--usk-primary) !important;
color: var(--usk-primary) !important;
outline: none !important;
}
.usk-cart-addons-section .usk-cart-addons-inline-btn:active,
.woocommerce .usk-cart-addons-section button.button.usk-cart-addons-inline-btn:active,
.woocommerce-page .usk-cart-addons-section button.button.usk-cart-addons-inline-btn:active {
filter: none !important;
background: color-mix(in srgb, var(--usk-primary) 18%, transparent) !important;
}
@media (max-width: 768px) {
.usk-cart-addons-grid {
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}
.usk-cart-addons--inline .usk-cart-addons-inline-list--grid {
grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
gap: 10px;
}
}
@media (max-width: 380px) {
.usk-cart-addons--inline .usk-cart-addons-inline-list--grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 8px;
}
.usk-cart-addons-inline-item {
padding: 12px 10px 14px;
}
.usk-cart-addons-inline-img {
max-width: 100%;
}
} .usk-double-order { --usk-primary: var(--e-global-color-primary, var(--e-global-color-accent, var(--wp--preset--color--primary, var(--color-primary, var(--theme-color-primary, var(--wd-primary-color, var(--primary, #2563eb)))))));
}
.usk-do-banner {
display: inline-flex;
align-items: center;
gap: 16px;
padding: 20px;
background: #fff;
border: 1px solid #e8eaed;
border-radius: 6px;
margin: 16px 0;
clear: both;
width: 100%;
}
.usk-do-content {
flex: 1;
min-width: 0;
}
.usk-do-headline {
margin: 0 0 6px;
font-size: 20px !important;
font-weight: 600;
line-height: 1.3;
letter-spacing: -0.01em;
color: #0f172a;
}
.usk-do-description {
margin: 0 !important;
font-size: 14px;
line-height: 1.45;
color: #64748b;
}
.usk-do-btn {
width: auto !important;
flex-shrink: 0;
background: var(--usk-primary) !important;
color: #fff !important;
border: 1px solid var(--usk-primary) !important;
font-weight: 600 !important;
font-size: 13px !important;
line-height: 1.3 !important;
padding: 10px 18px !important;
border-radius: 8px !important;
white-space: nowrap;
box-shadow: none !important;
transition: filter 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.usk-do-btn:hover,
.usk-do-btn:focus {
background: var(--usk-primary) !important;
border-color: var(--usk-primary) !important;
color: #fff !important;
filter: brightness(0.92) !important;
outline: none !important;
}
.usk-do-btn:focus-visible {
outline: 2px solid var(--usk-primary) !important;
outline-offset: 2px;
filter: none !important;
} .usk-double-order-tpl-stack .usk-do-stack {
display: flex;
flex-direction: column;
align-items: stretch;
margin: 16px auto;
width: 100%;
padding: 0;
background: #fff;
border: 1px solid #e2e8f0;
border-radius: 12px;
overflow: visible;
box-sizing: border-box;
box-shadow: none;
}
.usk-double-order-tpl-stack .usk-do-stack-inner {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 12px;
padding: 22px 22px 24px;
box-sizing: border-box;
}
.usk-double-order-tpl-stack .usk-do-stack-badge {
display: inline-block;
padding: 4px 10px;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #b45309;
background: #fffbeb;
border: 1px solid #fde68a;
border-radius: 999px;
line-height: 1.25;
}
.usk-double-order-tpl-stack .usk-do-stack-headline {
margin: 0;
font-size: 19px !important;
font-weight: 700;
line-height: 1.28;
letter-spacing: -0.02em;
color: #0f172a;
}
.usk-double-order-tpl-stack .usk-do-stack-desc {
margin: 0 !important;
font-size: 14px;
line-height: 1.5;
color: #64748b;
max-width: 38em;
}
.usk-double-order-tpl-stack .usk-do-stack-btn {
width: 100%;
margin-top: 4px;
justify-content: center;
white-space: normal !important;
} @media (max-width: 768px) {
.usk-thankyou-upsell {
margin: 28px 0;
padding: 22px 16px;
border-radius: 12px;
}
.usk-ty-title {
font-size: 18px;
margin-bottom: 16px;
}
.usk-ty-products {
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
.usk-ty-product-info {
padding: 12px 12px 14px;
}
.usk-ty-product-name {
font-size: 14px;
margin-bottom: 8px;
}
.usk-ty-price {
font-size: 15px;
}
.usk-ty-tpl-horizontal .usk-ty-h-row {
flex-wrap: wrap;
gap: 12px;
}
.usk-ty-tpl-horizontal .usk-ty-h-media {
width: 72px;
height: 72px;
}
.usk-ty-tpl-horizontal .usk-ty-h-actions {
flex-basis: 100%;
display: flex;
justify-content: stretch;
}
.usk-ty-tpl-horizontal .usk-add-to-cart-btn,
.woocommerce .usk-ty-tpl-horizontal button.button.usk-add-to-cart-btn,
.woocommerce-page .usk-ty-tpl-horizontal button.button.usk-add-to-cart-btn,
.usk-ty-tpl-horizontal .usk-ty-select-options,
.woocommerce .usk-ty-tpl-horizontal a.button.usk-ty-select-options,
.woocommerce-page .usk-ty-tpl-horizontal a.button.usk-ty-select-options {
width: 100% !important;
min-width: 0;
}
.usk-fbt {
--usk-fbt-col: min(260px, 86vw);
}
.usk-fbt-products {
flex-direction: column;
align-items: center;
justify-content: flex-start;
gap: 12px;
width: 100%;
max-width: 100%;
box-sizing: border-box;
padding: 20px 16px 24px;
} .usk-fbt-plus {
align-self: center;
height: auto;
min-height: 48px;
width: auto;
min-width: 48px;
max-width: none;
margin: 2px 0;
padding: 0 12px;
font-size: 22px;
line-height: 1;
}
.usk-fbt-product {
flex: 0 1 auto;
align-self: center;
width: var(--usk-fbt-col);
max-width: var(--usk-fbt-col);
}
.usk-fbt-footer {
flex-direction: column;
align-items: stretch;
}
.usk-fbt-add-all {
margin-left: 0;
width: 100%;
text-align: center;
}
.usk-fbt-notice {
flex-direction: column;
align-items: stretch;
text-align: center;
padding: 14px 16px;
}
.usk-fbt-notice-cart-link {
width: 100%;
}
.usk-fbt-modal {
max-width: 100%;
max-height: 92vh;
border-radius: 16px 16px 0 0;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.usk-fbt-modal-overlay {
align-items: flex-end;
padding: 0;
}
.usk-fbt-modal-header {
padding: 18px 18px 16px;
}
.usk-fbt-modal-footer {
flex-direction: column;
align-items: stretch;
padding: 16px 18px calc(16px + env(safe-area-inset-bottom, 0));
gap: 14px;
border-radius: 0;
}
.usk-fbt-modal-add-all {
margin-left: 0 !important;
width: 100%;
text-align: center;
}
.usk-fbt-modal-options {
padding: 8px 12px;
}
.usk-fbt-modal-attr {
max-width: 100%;
}
.usk-fbt-modal-th-options {
display: none;
}
.usk-fbt-modal-table thead {
display: none;
}
.usk-fbt-modal-row {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
padding: 16px 14px;
margin: 0;
gap: 0;
border-bottom: 1px solid #f4f4f5;
background: #fff;
}
.usk-fbt-modal-row:hover {
background: #fafafb;
}
.usk-fbt-modal-img {
width: auto;
padding: 0 12px 0 0;
}
.usk-fbt-modal-img img {
width: 52px;
height: 52px;
}
.usk-fbt-modal-name {
flex: 1;
min-width: 0;
padding: 4px 0 0;
font-size: 15px;
}
.usk-fbt-modal-options {
flex-basis: 100%;
order: 3;
padding: 12px 0 0;
}
.usk-fbt-modal-price {
flex-basis: 100%;
order: 4;
text-align: left;
padding: 10px 0 0;
white-space: normal;
}
.usk-popup {
width: 100%;
max-width: 100%;
max-height: 92vh;
border-radius: 16px 16px 0 0;
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: auto;
margin: 0;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.usk-popup-overlay {
align-items: flex-end;
padding: 0;
}
.usk-popup-title {
padding: 20px;
font-size: 17px;
}
.usk-popup-close {
top: 12px;
right: 10px;
}
.usk-popup-products {
padding: 14px 16px 8px;
}
.usk-popup-product {
flex-wrap: wrap;
padding: 14px;
gap: 12px;
}
.usk-popup-product-image {
width: 64px;
}
.usk-popup-product-info {
flex: 1 1 calc(100% - 80px);
min-width: 140px;
}
.usk-popup .usk-add-to-cart-btn {
flex: 1 1 100%;
width: 100%;
align-self: stretch;
text-align: center;
}
.usk-popup-tpl-stacked .usk-popup-product {
padding: 16px 14px 18px;
}
.usk-popup-tpl-stacked .usk-popup-product-image {
max-width: 100%;
}
.usk-popup-footer {
flex-direction: column-reverse;
align-items: stretch;
padding: 14px 16px calc(16px + env(safe-area-inset-bottom, 0));
gap: 10px;
}
.usk-popup-footer .button {
width: 100%;
text-align: center !important;
}
.usk-popup-close-btn {
width: 100%;
text-align: center;
}
.usk-pp-container {
padding: 28px 20px 24px;
border-radius: 14px;
}
.usk-pp-headline {
font-size: 20px;
}
.usk-pp-offer {
flex-direction: column;
align-items: center;
text-align: center;
padding: 18px 16px;
}
.usk-pp-product-image {
width: 100%;
max-width: 200px;
}
.usk-pp-product-details {
text-align: center;
width: 100%;
}
.usk-pp-pricing {
justify-content: center;
}
.usk-pp-tpl-minimal {
padding: 24px 18px 22px;
}
.usk-pp-tpl-minimal .usk-pp-product-image {
max-width: 220px;
}
.usk-do-banner {
flex-direction: column;
align-items: stretch;
text-align: center;
gap: 14px;
padding: 18px 16px;
}
.usk-do-btn {
text-align: center !important;
white-space: normal;
}
.usk-double-order-tpl-stack .usk-do-stack {
max-width: none;
margin: 16px 0;
}
.usk-double-order-tpl-stack .usk-do-stack-inner {
padding: 20px 18px 22px;
gap: 10px;
}
.usk-noc-card {
flex-direction: column;
align-items: stretch;
padding: 20px 18px;
gap: 16px;
}
.usk-noc-icon {
align-self: flex-start;
}
.usk-noc-code-wrapper {
flex-direction: column;
align-items: stretch;
}
.usk-noc-copy-btn,
.woocommerce .usk-next-order-coupon button.button.usk-noc-copy-btn,
.woocommerce-page .usk-next-order-coupon button.button.usk-noc-copy-btn {
width: 100%;
text-align: center;
}
.usk-noc-tpl-banner .usk-noc-banner {
flex-direction: column;
align-items: stretch;
text-align: center;
gap: 18px;
padding: 24px 22px;
}
.usk-noc-tpl-banner .usk-noc-banner-text {
flex-basis: auto;
gap: 10px;
}
.usk-noc-tpl-banner .usk-noc-copy-btn {
width: 100%;
justify-content: center;
align-self: stretch;
padding: 13px 22px;
}
.usk-noc-tpl-stack .usk-noc-stack-code-row {
flex-direction: column;
align-items: stretch;
padding: 16px 18px;
}
.usk-noc-tpl-stack .usk-noc-stack-code {
flex-basis: auto;
text-align: center;
}
.usk-noc-tpl-stack .usk-noc-copy-btn,
.woocommerce .usk-noc-tpl-stack button.button.usk-noc-copy-btn,
.woocommerce-page .usk-noc-tpl-stack button.button.usk-noc-copy-btn {
width: 100%;
text-align: center;
}
.usk-noc-tpl-stack .usk-noc-stack-head {
padding: 18px 18px 16px;
}
.usk-noc-tpl-stack .usk-noc-stack-meta {
padding: 12px 18px 16px;
}
.usk-bxgy {
margin: 16px 0;
}
.usk-bxgy-banner {
padding: 14px 14px 16px;
border-radius: 12px;
}
.usk-bxgy-header {
flex-direction: row;
flex-wrap: wrap;
align-items: center;
gap: 6px 10px;
}
.usk-bxgy-headline {
font-size: 17px;
line-height: 1.2;
}
.usk-bxgy-badge {
padding: 4px 10px;
font-size: 11px;
}
.usk-bxgy .usk-countdown {
justify-content: center;
align-self: stretch;
padding: 7px 12px;
gap: 6px 8px;
width: 100%;
}
.usk-bxgy .usk-countdown .usk-countdown-label {
font-size: 11px;
}
.usk-bxgy .usk-countdown .usk-countdown-timer {
font-size: 14px;
}
.usk-bxgy-applied,
.usk-bxgy-in-cart {
margin-top: 10px;
padding: 11px 12px;
gap: 10px;
font-size: 13px;
line-height: 1.4;
border-radius: 10px;
}
.usk-bxgy-applied-icon {
width: 30px;
height: 30px;
font-size: 13px;
border-radius: 8px;
}
.usk-bxgy-qualify-notice {
margin-bottom: 10px;
padding: 12px 12px;
border-radius: 10px;
}
.usk-bxgy-qualify-notice p {
font-size: 13px;
margin-bottom: 8px;
}
.usk-bxgy-products,
.usk-bxgy-trigger-products {
gap: 10px;
}
.usk-bxgy-product {
padding: 11px 8px;
border-radius: 10px;
}
.usk-bxgy-product-image img {
width: 72px;
height: 72px;
margin-bottom: 6px;
}
.usk-bxgy-product-name {
font-size: 12px;
margin-bottom: 4px;
}
.usk-bxgy-product-price {
font-size: 13px;
}
.usk-bxgy .button {
margin-top: 6px;
padding: 8px 10px !important;
font-size: 12px !important;
}
.usk-bxgy-banner-strip {
padding: 12px 14px 14px;
}
.usk-bxgy-banner-body {
padding: 14px 14px 16px;
gap: 12px;
}
.usk-bxgy-banner-inner .usk-bxgy-headline.usk-bxgy-banner-title {
font-size: 17px;
}
.usk-bxgy-banner-inner .usk-bxgy-badge.usk-bxgy-banner-badge {
padding: 5px 11px;
font-size: 10px;
}
.usk-bxgy-banner-tpl .usk-bxgy-qualify-notice {
padding: 14px 14px;
border-radius: 12px;
}
.usk-bxgy-banner-tpl .usk-bxgy-qualify-notice p {
font-size: 14px;
}
.usk-bxgy-banner-tpl .usk-bxgy-trigger-products {
flex: none;
width: 100%;
}
.usk-bxgy-banner-tpl .usk-bxgy-trigger-products .usk-bxgy-product,
.usk-bxgy-banner-tpl .usk-bxgy-products .usk-bxgy-product {
flex-direction: column;
align-items: stretch;
flex-wrap: nowrap;
gap: 10px;
padding: 14px;
}
.usk-bxgy-banner-tpl .usk-bxgy-trigger-products .usk-bxgy-product-image,
.usk-bxgy-banner-tpl .usk-bxgy-products .usk-bxgy-product-image {
align-self: flex-start;
}
.usk-bxgy-banner-tpl .usk-bxgy-trigger-products .usk-bxgy-product-image img,
.usk-bxgy-banner-tpl .usk-bxgy-products .usk-bxgy-product-image img {
width: 76px;
height: 76px;
}
.usk-bxgy-banner-tpl .usk-bxgy-trigger-products .usk-bxgy-product-info,
.usk-bxgy-banner-tpl .usk-bxgy-products .usk-bxgy-product-info {
max-width: 100%;
align-items: flex-start;
text-align: left;
}
.usk-bxgy-banner-tpl .usk-bxgy-trigger-products .usk-bxgy-product .button,
.usk-bxgy-banner-tpl .usk-bxgy-products .usk-bxgy-product .button {
align-self: flex-end;
margin-left: 0;
margin-right: 0;
}
} .usk-smart-recommendations {
--usk-primary: var(--e-global-color-primary, var(--e-global-color-accent, var(--wp--preset--color--primary, var(--color-primary, var(--theme-color-primary, var(--wd-primary-color, var(--primary, #2563eb)))))));
margin: 32px 0;
padding: 0;
}
.usk-sr-title.usk-of-title {
margin: 0 0 20px;
}
.usk-sr-grid {
display: grid;
grid-template-columns: repeat(var(--usk-sr-columns, 4), 1fr);
gap: clamp(14px, 2.5vw, 22px);
}
.usk-sr-item {
display: flex;
flex-direction: column;
height: 100%;
background: #fff;
border: 1px solid #e8eaed;
border-radius: 12px;
overflow: hidden;
transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.usk-sr-item:hover {
border-color: #e2e8f0;
box-shadow: 0 4px 14px rgba(15, 23, 42, 0.07);
}
.usk-sr-image {
position: relative;
aspect-ratio: 1 / 1;
background: #f8fafc;
overflow: hidden;
}
.usk-sr-image a {
display: block;
height: 100%;
}
.usk-sr-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.usk-sr-info {
flex: 1;
display: flex;
flex-direction: column;
padding: 14px 14px 16px;
gap: 0;
min-height: 0;
}
.usk-sr-name {
font-size: 14px;
font-weight: 600;
margin: 0 0 8px;
line-height: 1.35;
}
.usk-sr-name a {
color: #0f172a;
text-decoration: none;
transition: color 0.15s ease;
}
.usk-sr-name a:hover {
color: var(--usk-primary);
}
.usk-sr-price {
font-size: 14px;
font-weight: 600;
color: #0f172a;
margin: 0 0 8px;
line-height: 1.4;
}
.usk-sr-price del,
.usk-sr-price .woocommerce-Price-amount bdi {
font-weight: inherit;
}
.usk-sr-price ins {
text-decoration: none;
color: #0f172a;
}
.usk-sr-price del {
color: #94a3b8;
font-weight: 500;
margin-inline-end: 6px;
}
.usk-sr-rating {
margin: 0 0 12px;
}
.usk-sr-rating .star-rating {
float: none;
margin: 0;
font-size: 12px;
color: #f59e0b;
} .usk-smart-recommendations .usk-add-to-cart-btn,
.woocommerce .usk-smart-recommendations button.button.usk-add-to-cart-btn,
.woocommerce-page .usk-smart-recommendations button.button.usk-add-to-cart-btn {
width: 100%;
margin-top: auto;
text-align: center;
padding: 10px 14px !important;
font-size: 13px !important;
font-weight: 600 !important;
line-height: 1.35 !important;
border-radius: 8px !important;
background: var(--usk-primary) !important;
background-image: none !important;
border: 1px solid var(--usk-primary) !important;
border-bottom: 1px solid var(--usk-primary) !important;
color: #fff !important;
box-shadow: none !important;
text-shadow: none !important;
cursor: pointer;
transition: filter 0.15s ease;
}
.usk-smart-recommendations .usk-add-to-cart-btn:hover,
.usk-smart-recommendations .usk-add-to-cart-btn:focus,
.woocommerce .usk-smart-recommendations button.button.usk-add-to-cart-btn:hover,
.woocommerce .usk-smart-recommendations button.button.usk-add-to-cart-btn:focus,
.woocommerce-page .usk-smart-recommendations button.button.usk-add-to-cart-btn:hover,
.woocommerce-page .usk-smart-recommendations button.button.usk-add-to-cart-btn:focus {
filter: brightness(0.96);
transform: none;
opacity: 1;
background: var(--usk-primary) !important;
background-image: none !important;
border-color: var(--usk-primary) !important;
border-bottom-color: var(--usk-primary) !important;
box-shadow: none !important;
outline: none !important;
}
.usk-smart-recommendations .usk-add-to-cart-btn:active,
.woocommerce .usk-smart-recommendations button.button.usk-add-to-cart-btn:active,
.woocommerce-page .usk-smart-recommendations button.button.usk-add-to-cart-btn:active {
filter: brightness(0.92);
} .usk-sr-item > .usk-sr-info > a.button:not(.usk-add-to-cart-btn),
.woocommerce .usk-smart-recommendations .usk-sr-item a.button:not(.usk-add-to-cart-btn),
.woocommerce-page .usk-smart-recommendations .usk-sr-item a.button:not(.usk-add-to-cart-btn) {
width: 100%;
margin-top: auto;
text-align: center;
box-sizing: border-box;
padding: 10px 14px !important;
font-size: 13px !important;
font-weight: 600 !important;
line-height: 1.35 !important;
border-radius: 8px !important;
background: #fff !important;
background-image: none !important;
color: #334155 !important;
border: 1px solid #e2e8f0 !important;
box-shadow: none !important;
text-decoration: none !important;
text-shadow: none !important;
transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.usk-sr-item > .usk-sr-info > a.button:not(.usk-add-to-cart-btn):hover,
.woocommerce .usk-smart-recommendations .usk-sr-item a.button:not(.usk-add-to-cart-btn):hover,
.woocommerce-page .usk-smart-recommendations .usk-sr-item a.button:not(.usk-add-to-cart-btn):hover {
background: #f8fafc !important;
border-color: #cbd5e1 !important;
color: #0f172a !important;
} .usk-smart-recommendations-tpl-list .usk-sr-list {
display: flex;
flex-direction: column;
border: 1px solid #e5e7eb;
border-radius: 12px;
background: #fff;
overflow: hidden;
padding: 14px 20px;
box-sizing: border-box;
}
.usk-smart-recommendations-tpl-list .usk-sr-item {
flex-direction: row;
align-items: center;
gap: 18px;
height: auto;
border-radius: 0;
border: none;
border-bottom: 1px solid #f1f5f9;
padding: 14px 0;
box-shadow: none !important;
overflow: visible;
}
.usk-smart-recommendations-tpl-list .usk-sr-item:first-child {
padding-top: 4px;
}
.usk-smart-recommendations-tpl-list .usk-sr-item:last-child {
border-bottom: none;
padding-bottom: 4px;
}
.usk-smart-recommendations-tpl-list .usk-sr-item:hover {
box-shadow: none !important;
border-color: #f1f5f9;
background: #fafbfc;
}
.usk-smart-recommendations-tpl-list .usk-sr-image {
width: 88px;
min-width: 88px;
height: 88px;
align-self: center;
aspect-ratio: auto;
border-radius: 10px;
overflow: hidden;
}
.usk-smart-recommendations-tpl-list .usk-sr-image a {
height: 100%;
}
.usk-smart-recommendations-tpl-list .usk-sr-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.usk-smart-recommendations-tpl-list .usk-sr-info {
flex: 1;
flex-direction: row;
align-items: center;
gap: 16px;
padding: 0;
min-width: 0;
}
.usk-smart-recommendations-tpl-list .usk-sr-info-main {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
gap: 6px;
align-items: flex-start;
}
.usk-smart-recommendations-tpl-list .usk-sr-info-actions {
flex-shrink: 0;
}
.usk-smart-recommendations-tpl-list .usk-sr-name {
margin: 0;
}
.usk-smart-recommendations-tpl-list .usk-sr-price {
margin: 0;
}
.usk-smart-recommendations-tpl-list .usk-sr-rating {
margin: 0;
}
.usk-smart-recommendations-tpl-list .usk-add-to-cart-btn,
.woocommerce .usk-smart-recommendations-tpl-list button.button.usk-add-to-cart-btn,
.woocommerce-page .usk-smart-recommendations-tpl-list button.button.usk-add-to-cart-btn {
width: auto;
min-width: 132px;
margin-top: 0;
}
.usk-smart-recommendations-tpl-list .usk-sr-info-actions a.button:not(.usk-add-to-cart-btn),
.woocommerce .usk-smart-recommendations-tpl-list .usk-sr-info-actions a.button:not(.usk-add-to-cart-btn),
.woocommerce-page .usk-smart-recommendations-tpl-list .usk-sr-info-actions a.button:not(.usk-add-to-cart-btn) {
width: auto;
min-width: 132px;
margin-top: 0;
display: inline-flex;
align-items: center;
justify-content: center;
}
@media (max-width: 560px) {
.usk-smart-recommendations-tpl-list .usk-sr-list {
padding: 12px 14px;
}
.usk-smart-recommendations-tpl-list .usk-sr-item {
flex-direction: column;
align-items: stretch;
padding: 18px 4px;
gap: 14px;
border-bottom: 1px solid #f1f5f9;
}
.usk-smart-recommendations-tpl-list .usk-sr-item:first-child {
padding-top: 8px;
}
.usk-smart-recommendations-tpl-list .usk-sr-item:last-child {
padding-bottom: 8px;
border-bottom: none;
}
.usk-smart-recommendations-tpl-list .usk-sr-image {
width: 100%;
max-width: 200px;
height: auto;
aspect-ratio: 1 / 1;
align-self: center;
border-radius: 10px;
overflow: hidden;
}
.usk-smart-recommendations-tpl-list .usk-sr-info {
flex-direction: column;
align-items: stretch;
padding: 0;
gap: 12px;
width: 100%;
}
.usk-smart-recommendations-tpl-list .usk-sr-info-main {
align-items: center;
text-align: center;
}
.usk-smart-recommendations-tpl-list .usk-sr-info-actions {
width: 100%;
}
.usk-smart-recommendations-tpl-list .usk-add-to-cart-btn,
.woocommerce .usk-smart-recommendations-tpl-list button.button.usk-add-to-cart-btn,
.woocommerce-page .usk-smart-recommendations-tpl-list button.button.usk-add-to-cart-btn,
.usk-smart-recommendations-tpl-list .usk-sr-info-actions a.button:not(.usk-add-to-cart-btn),
.woocommerce .usk-smart-recommendations-tpl-list .usk-sr-info-actions a.button:not(.usk-add-to-cart-btn),
.woocommerce-page .usk-smart-recommendations-tpl-list .usk-sr-info-actions a.button:not(.usk-add-to-cart-btn) {
width: 100%;
min-width: 0;
}
}
@media (max-width: 768px) {
.usk-sr-grid {
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
}
@media (max-width: 480px) {
.usk-sr-grid {
grid-template-columns: 1fr;
}
} .usk-ccs-tpl-grid .usk-ccs-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
list-style: none;
margin: 0;
padding: 0;
}
.usk-ccs-tpl-grid .usk-ccs-grid-card {
display: flex;
flex-direction: column;
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 10px;
overflow: hidden;
transition: box-shadow 0.2s ease;
}
.usk-ccs-tpl-grid .usk-ccs-grid-card:hover {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.usk-ccs-tpl-grid .usk-ccs-grid-image {
position: relative;
width: 100%;
aspect-ratio: 1;
background: #f4f4f5;
overflow: hidden;
flex-shrink: 0;
}
.usk-ccs-tpl-grid .usk-ccs-grid-image a {
display: block;
line-height: 0;
}
.usk-ccs-tpl-grid .usk-ccs-grid-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.usk-ccs-tpl-grid .usk-ccs-grid-badge {
position: absolute;
top: 8px;
left: 8px;
background: #e74c3c;
color: #fff;
font-size: 11px;
font-weight: 700;
padding: 3px 8px;
border-radius: 4px;
line-height: 1.35;
}
.usk-ccs-tpl-grid .usk-ccs-grid-body {
display: flex;
flex-direction: column;
flex: 1;
padding: 14px;
gap: 6px;
}
.usk-ccs-tpl-grid .usk-ccs-grid-name {
margin: 0;
font-size: 14px;
font-weight: 600;
color: #18181b;
line-height: 1.4;
}
.usk-ccs-tpl-grid .usk-ccs-grid-name a {
color: inherit;
text-decoration: none;
}
.usk-ccs-tpl-grid .usk-ccs-grid-name a:hover {
text-decoration: underline;
}
.usk-ccs-tpl-grid .usk-ccs-grid-price {
margin: 0;
font-size: 14px;
font-weight: 500;
color: #18181b;
}
.usk-ccs-tpl-grid .usk-ccs-grid-price del {
color: #9ca3af;
margin-right: 6px;
text-decoration-thickness: 1px;
}
.usk-ccs-tpl-grid .usk-ccs-grid-price ins {
text-decoration: none;
font-weight: 600;
background: none;
}
.usk-ccs-tpl-grid .usk-ccs-grid-rating {
font-size: 13px;
}
.usk-ccs-tpl-grid .usk-ccs-grid-spacer {
flex: 1;
}
.usk-ccs-tpl-grid .usk-add-to-cart-btn {
width: 100% !important;
margin-top: 4px;
padding: 9px 12px !important;
font-size: 13px !important;
font-weight: 600 !important;
border-radius: 7px !important;
text-align: center;
box-shadow: none !important;
background: var(--usk-primary) !important;
border-color: var(--usk-primary) !important;
color: #fff !important;
}
@media (max-width: 768px) {
.usk-ccs-tpl-grid .usk-ccs-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 480px) {
.usk-ccs-tpl-grid .usk-ccs-grid {
grid-template-columns: 1fr;
}
} .usk-ccs-tpl-carousel .usk-ccs-carousel-track {
display: flex;
gap: 16px;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
padding-bottom: 10px;
scrollbar-width: thin;
scrollbar-color: #d1d5db transparent;
}
.usk-ccs-tpl-carousel .usk-ccs-carousel-track::-webkit-scrollbar {
height: 4px;
}
.usk-ccs-tpl-carousel .usk-ccs-carousel-track::-webkit-scrollbar-track {
background: transparent;
}
.usk-ccs-tpl-carousel .usk-ccs-carousel-track::-webkit-scrollbar-thumb {
background: #d1d5db;
border-radius: 2px;
}
.usk-ccs-tpl-carousel .usk-ccs-car-item {
flex: 0 0 200px;
scroll-snap-align: start;
display: flex;
flex-direction: column;
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 10px;
overflow: hidden;
transition: box-shadow 0.2s ease;
}
.usk-ccs-tpl-carousel .usk-ccs-car-item:hover {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.usk-ccs-tpl-carousel .usk-ccs-car-image {
position: relative;
width: 100%;
aspect-ratio: 1;
background: #f4f4f5;
overflow: hidden;
flex-shrink: 0;
}
.usk-ccs-tpl-carousel .usk-ccs-car-image a {
display: block;
line-height: 0;
}
.usk-ccs-tpl-carousel .usk-ccs-car-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.usk-ccs-tpl-carousel .usk-ccs-car-badge {
position: absolute;
top: 8px;
left: 8px;
background: #e74c3c;
color: #fff;
font-size: 11px;
font-weight: 700;
padding: 3px 8px;
border-radius: 4px;
line-height: 1.35;
}
.usk-ccs-tpl-carousel .usk-ccs-car-body {
display: flex;
flex-direction: column;
flex: 1;
padding: 12px;
gap: 6px;
}
.usk-ccs-tpl-carousel .usk-ccs-car-name {
margin: 0;
font-size: 13px;
font-weight: 600;
color: #18181b;
line-height: 1.4;
}
.usk-ccs-tpl-carousel .usk-ccs-car-name a {
color: inherit;
text-decoration: none;
}
.usk-ccs-tpl-carousel .usk-ccs-car-name a:hover {
text-decoration: underline;
}
.usk-ccs-tpl-carousel .usk-ccs-car-price {
margin: 0;
font-size: 13px;
font-weight: 500;
color: #18181b;
}
.usk-ccs-tpl-carousel .usk-ccs-car-price del {
color: #9ca3af;
margin-right: 4px;
text-decoration-thickness: 1px;
}
.usk-ccs-tpl-carousel .usk-ccs-car-price ins {
text-decoration: none;
font-weight: 600;
background: none;
}
.usk-ccs-tpl-carousel .usk-ccs-car-rating {
font-size: 12px;
}
.usk-ccs-tpl-carousel .usk-ccs-car-spacer {
flex: 1;
}
.usk-ccs-tpl-carousel .usk-add-to-cart-btn {
width: 100% !important;
margin-top: 4px;
padding: 8px 10px !important;
font-size: 12px !important;
font-weight: 600 !important;
border-radius: 7px !important;
text-align: center;
box-shadow: none !important;
background: var(--usk-primary) !important;
border-color: var(--usk-primary) !important;
color: #fff !important;
} .usk-ccs-tpl-minimal .usk-ccs-min-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 10px;
}
.usk-ccs-tpl-minimal .usk-ccs-min-item {
display: flex;
align-items: center;
gap: 14px;
padding: 10px 14px;
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 8px;
transition: border-color 0.15s ease;
}
.usk-ccs-tpl-minimal .usk-ccs-min-item:hover {
border-color: #d1d5db;
}
.usk-ccs-tpl-minimal .usk-ccs-min-image {
flex-shrink: 0;
width: 52px;
height: 52px;
border-radius: 6px;
overflow: hidden;
background: #f4f4f5;
display: block;
line-height: 0;
}
.usk-ccs-tpl-minimal .usk-ccs-min-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.usk-ccs-tpl-minimal .usk-ccs-min-info {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
gap: 3px;
}
.usk-ccs-tpl-minimal .usk-ccs-min-name {
font-size: 13px;
font-weight: 600;
color: #18181b;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.usk-ccs-tpl-minimal .usk-ccs-min-name:hover {
text-decoration: underline;
}
.usk-ccs-tpl-minimal .usk-ccs-min-price {
font-size: 13px;
color: #374151;
}
.usk-ccs-tpl-minimal .usk-ccs-min-price del {
color: #9ca3af;
margin-right: 4px;
text-decoration-thickness: 1px;
}
.usk-ccs-tpl-minimal .usk-ccs-min-price ins {
text-decoration: none;
font-weight: 600;
background: none;
}
.usk-ccs-tpl-minimal .usk-add-to-cart-btn {
flex-shrink: 0;
padding: 7px 14px !important;
font-size: 12px !important;
font-weight: 600 !important;
border-radius: 6px !important;
box-shadow: none !important;
background: var(--usk-primary) !important;
border-color: var(--usk-primary) !important;
color: #fff !important;
white-space: nowrap;
}  .usk-of-wrap {
box-sizing: border-box;
}  .usk-checkout-bump.usk-bump-tpl-default {
border-radius: 10px;
box-shadow: 0 2px 14px rgba(15, 23, 42, 0.07);
border-color: #e2e8f0;
}
.usk-bump-tpl-default .usk-bump-body {
background: #fff;
border-top: 1px solid #f1f5f9;
}
.usk-bump-tpl-default .usk-bump-details {
border-left: 1px dashed #cbd5e1;
padding-left: calc(var(--usk-bump-spacing) + 6px);
margin-left: 2px;
} .usk-checkout-bump.usk-bump-tpl-card {
border: 0;
background: transparent;
box-shadow: none;
overflow: visible;
}
.usk-bump-tpl-card .usk-bump-card {
position: relative;
display: flex;
flex-direction: column;
gap: 0;
margin: 12px 0;
padding: 0;
background: #fff;
border: 1px solid #e8eaed;
border-radius: 8px;
overflow: hidden;
box-shadow: none;
}
.usk-bump-tpl-card .usk-bump-card-hero {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 12px;
padding: 14px 14px 0;
min-height: 0;
}
.usk-bump-tpl-card .usk-bump-card-hero--no-image {
justify-content: flex-end;
}
.usk-bump-tpl-card .usk-bump-card-image-wrap {
flex-shrink: 0;
}
.usk-bump-tpl-card .usk-bump-card-image {
width: clamp(80px, 20vw, 108px);
border-radius: 6px;
overflow: hidden;
background: #f4f4f5;
border: 1px solid #e4e4e7;
line-height: 0;
}
.usk-bump-tpl-card .usk-bump-card-image img {
display: block;
width: 100%;
height: auto;
vertical-align: middle;
}
.usk-bump-tpl-card .usk-bump-ribbon {
position: static;
flex-shrink: 0;
align-self: flex-start;
margin-top: 0;
background: #16a34a;
color: #fff;
padding: 5px 12px;
border-radius: 999px;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.02em;
white-space: nowrap;
max-width: 100%;
text-align: center;
border: 0;
box-shadow: none;
}
.usk-bump-tpl-card .usk-bump-card-body {
padding: 12px 14px 2px;
display: flex;
flex-direction: column;
gap: 4px;
min-width: 0;
}
.usk-bump-tpl-card .usk-bump-card-title {
margin: 0;
font-size: clamp(14px, 2vw, 16px);
font-weight: 600;
color: #18181b;
line-height: 1.35;
}
.usk-bump-tpl-card .usk-bump-card-desc {
margin: 0;
font-size: 12px;
line-height: 1.5;
color: #71717a;
background: transparent !important;
}
.usk-bump-tpl-card .usk-bump-card-price {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 6px 8px;
margin-top: 2px;
font-size: 13px;
}
.usk-bump-tpl-card .usk-bump-card-price-orig {
color: #a1a1aa;
font-size: 13px;
text-decoration-thickness: 1px;
}
.usk-bump-tpl-card .usk-bump-card-price .usk-bump-sale-price {
font-size: 15px;
font-weight: 600;
color: #27272a;
letter-spacing: -0.01em;
}
.usk-bump-tpl-card .usk-bump-card-price .usk-bump-price {
font-size: 15px;
font-weight: 600;
color: #18181b;
}
.usk-bump-tpl-card .usk-bump-card-variable-notice {
margin: 8px 0 0 !important;
padding: 0 !important;
font-size: 12px !important;
font-weight: 500 !important;
color: #71717a;
background: transparent !important;
border: 0;
border-radius: 0;
line-height: 1.45;
}
.usk-bump-tpl-card .usk-bump-card-footer {
margin-top: 8px;
padding: 12px 14px 14px;
border-top: 1px solid #f4f4f5;
background: #fff;
}
.usk-bump-tpl-card .usk-bump-card-footer .usk-bump-card-cta.usk-bump-checkbox-label {
display: flex !important;
width: 100%;
max-width: 100%;
margin: 0;
padding: 10px 14px;
align-items: center;
justify-content: center;
gap: 8px;
cursor: pointer;
user-select: none;
border-radius: 6px;
border: 1px solid #e4e4e7;
background: #fafafa;
color: #18181b;
font-weight: 600;
font-size: 13px;
line-height: 1.35;
box-shadow: none;
transition: background 0.12s ease, border-color 0.12s ease;
}
.usk-bump-tpl-card .usk-bump-card-footer .usk-bump-card-cta:hover {
background: #f4f4f5;
border-color: #d4d4d8;
filter: none;
box-shadow: none;
}
.usk-bump-tpl-card .usk-bump-card-footer .usk-bump-checkbox {
width: 16px;
height: 16px;
flex-shrink: 0;
accent-color: #18181b;
border-radius: 3px;
}
.usk-bump-tpl-card .usk-bump-card-footer .usk-bump-cta-text {
flex: 0 1 auto;
min-width: 0;
text-align: start;
color: #18181b;
line-height: 1.35;
border: 0 !important;
background: transparent !important;
box-shadow: none !important;
} .usk-checkout-bump.usk-bump-tpl-banner {
border: 0;
background: transparent;
box-shadow: none;
overflow: visible;
}
.usk-bump-tpl-banner .usk-bump-banner {
display: flex;
flex-direction: column;
gap: 0;
padding: 0;
margin: 12px 0;
cursor: pointer;
border: 1px solid #e8eaed;
border-radius: 10px;
background: #fff;
box-shadow: none;
overflow: hidden;
}
.usk-bump-tpl-banner .usk-bump-banner-main {
display: flex;
align-items: flex-start;
gap: 14px;
padding: 16px 18px 14px;
min-width: 0;
}
.usk-bump-tpl-banner .usk-bump-banner-check {
margin: 0;
width: 19px;
height: 19px;
flex-shrink: 0;
accent-color: #18181b;
border-radius: 4px;
align-self: center;
}
.usk-bump-tpl-banner .usk-bump-banner-thumb {
flex-shrink: 0;
width: 72px;
height: 72px;
border-radius: 10px;
overflow: hidden;
border: 1px solid #e4e4e7;
background: #f4f4f5;
line-height: 0;
}
.usk-bump-tpl-banner .usk-bump-banner-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.usk-bump-tpl-banner .usk-bump-banner-content {
flex: 1 1 0;
min-width: 0;
display: flex;
flex-direction: column;
gap: 6px;
}
.usk-bump-tpl-banner .usk-bump-banner-title-row {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 10px;
min-width: 0;
}
.usk-bump-tpl-banner .usk-bump-banner-title-wrap {
flex: 1 1 auto;
min-width: 0;
}
.usk-bump-tpl-banner .usk-bump-banner-title {
display: block;
font-weight: 700;
font-size: clamp(16px, 2.1vw, 18px);
line-height: 1.35;
color: #0f172a;
}
.usk-bump-tpl-banner .usk-bump-banner-save {
flex-shrink: 0;
margin-left: auto;
background: #16a34a;
color: #fff;
padding: 5px 12px;
border-radius: 999px;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.02em;
white-space: nowrap;
border: 0;
box-shadow: none;
line-height: 1.35;
}
.usk-bump-tpl-banner .usk-bump-banner-prices {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 8px 12px;
font-size: 15px;
line-height: 1.4;
margin-top: 4px;
}
.usk-bump-tpl-banner .usk-bump-banner-price-orig {
color: #94a3b8;
font-size: 14px;
text-decoration-thickness: 1px;
}
.usk-bump-tpl-banner .usk-bump-banner-price-sale {
font-weight: 700;
color: #15803d;
text-decoration: none;
font-size: 17px;
}
.usk-bump-tpl-banner .usk-bump-banner-price-reg {
font-weight: 700;
font-size: 17px;
color: #0f172a;
}
.usk-bump-tpl-banner .usk-bump-banner-price-free {
font-weight: 700;
color: #15803d;
font-size: 16px;
}
.usk-bump-tpl-banner .usk-bump-banner-desc {
display: block;
font-size: 13px;
line-height: 1.5;
color: #64748b;
margin-top: 4px;
}
.usk-bump-tpl-banner .usk-bump-banner-var-hint {
display: block;
margin-top: 6px;
font-size: 12px;
font-weight: 500;
color: #64748b;
}
.usk-bump-tpl-banner .usk-bump-banner-cta-wrap {
display: flex;
justify-content: flex-end;
align-items: center;
padding: 14px 18px 16px;
border-top: 1px solid #f1f5f9;
background: #fff;
}
.usk-bump-tpl-banner .usk-bump-banner-cta {
display: inline-flex;
align-items: center;
justify-content: center;
max-width: 100%;
padding: 10px 20px;
border-radius: 8px;
font-size: 14px;
font-weight: 600;
background: #18181b;
color: #fff !important;
border: 1px solid #18181b;
box-shadow: none;
text-align: center;
line-height: 1.4;
}
.usk-bump-tpl-banner .usk-bump-banner:hover {
border-color: #d4d4d8;
box-shadow: none;
}
@media (max-width: 480px) {
.usk-bump-tpl-banner .usk-bump-banner-title-row {
flex-wrap: wrap;
align-items: center;
}
.usk-bump-tpl-banner .usk-bump-banner-save {
margin-left: 0;
flex-basis: 100%;
width: fit-content;
}
} .usk-bump-tpl-minimal .usk-bump-minimal {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 12px;
background: #f9fafb;
border-radius: 6px;
margin: 10px 0;
cursor: pointer;
}
.usk-bump-tpl-minimal .usk-bump-minimal-text {
display: flex;
gap: 8px;
flex-wrap: wrap;
align-items: baseline;
font-size: 13px;
}
.usk-bump-tpl-minimal .usk-bump-minimal-name {
font-weight: 600;
}
.usk-bump-tpl-minimal .usk-bump-minimal-price del {
color: #9ca3af;
margin-right: 4px;
} .usk-bump-tpl-highlighted .usk-bump-highlighted {
position: relative;
background: #fff7ed;
border: 2px dashed #f97316;
border-radius: 12px;
padding: 20px;
margin: 24px 0 16px;
}
.usk-bump-tpl-highlighted .usk-bump-hl-arrow {
position: absolute;
top: -12px;
left: 24px;
width: 0;
height: 0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-bottom: 12px solid #f97316;
}
.usk-bump-tpl-highlighted .usk-bump-hl-header {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 12px;
}
.usk-bump-tpl-highlighted .usk-bump-hl-badge {
background: #f97316;
color: #fff;
padding: 4px 10px;
border-radius: 999px;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.05em;
}
.usk-bump-tpl-highlighted .usk-bump-hl-title {
margin: 0;
font-size: 16px;
font-weight: 800;
color: #7c2d12;
}
.usk-bump-tpl-highlighted .usk-bump-hl-body {
display: flex;
gap: 16px;
}
.usk-bump-tpl-highlighted .usk-bump-hl-image img {
max-width: 100px;
height: auto;
border-radius: 8px;
}
.usk-bump-tpl-highlighted .usk-bump-hl-info {
flex: 1;
display: flex;
flex-direction: column;
gap: 10px;
}
.usk-bump-tpl-highlighted .usk-bump-hl-desc {
margin: 0;
font-size: 13px;
color: #7c2d12;
}
.usk-bump-tpl-highlighted .usk-bump-hl-price {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 8px;
font-size: 15px;
}
.usk-bump-tpl-highlighted .usk-bump-hl-price del {
color: #9ca3af;
}
.usk-bump-tpl-highlighted .usk-bump-hl-save {
background: #dcfce7;
color: #166534;
padding: 3px 8px;
border-radius: 4px;
font-size: 11px;
font-weight: 700;
}
.usk-bump-tpl-highlighted .usk-bump-hl-cta-wrap {
display: flex;
align-items: center;
gap: 10px;
cursor: pointer;
user-select: none;
}
.usk-bump-tpl-highlighted .usk-bump-hl-cta {
flex: 1;
text-align: center;
padding: 12px;
background: #f97316;
color: #fff;
border-radius: 8px;
font-weight: 700;
font-size: 14px;
} .usk-bump-tpl-bordered .usk-bump-bordered {
background: #fff;
border: 3px solid #1e293b;
border-radius: 4px;
padding: 16px;
margin: 16px 0;
}
.usk-bump-tpl-bordered .usk-bump-bordered-header {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 12px;
border-bottom: 1px solid #e5e7eb;
padding-bottom: 10px;
}
.usk-bump-tpl-bordered .usk-bump-bordered-ico {
color: #f59e0b;
font-size: 18px;
}
.usk-bump-tpl-bordered .usk-bump-bordered-title {
margin: 0;
font-size: 15px;
font-weight: 700;
}
.usk-bump-tpl-bordered .usk-bump-bordered-body {
display: flex;
gap: 14px;
margin-bottom: 14px;
}
.usk-bump-tpl-bordered .usk-bump-bordered-image img {
max-width: 96px;
height: auto;
border-radius: 4px;
}
.usk-bump-tpl-bordered .usk-bump-bordered-info {
flex: 1;
}
.usk-bump-tpl-bordered .usk-bump-bordered-price {
display: flex;
align-items: baseline;
gap: 8px;
font-size: 14px;
margin-top: 8px;
}
.usk-bump-tpl-bordered .usk-bump-bordered-cta-wrap {
display: flex;
align-items: center;
gap: 10px;
cursor: pointer;
user-select: none;
}
.usk-bump-tpl-bordered .usk-bump-bordered-cta {
flex: 1;
text-align: center;
padding: 10px;
background: #1e293b;
color: #fff;
border-radius: 4px;
font-weight: 600;
font-size: 13px;
} .usk-ccs-tpl-minimal .usk-ccs-min-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 8px;
}
.usk-ccs-tpl-minimal .usk-ccs-min-item {
display: flex;
align-items: center;
gap: 12px;
padding: 8px 10px;
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 8px;
}
.usk-ccs-tpl-minimal .usk-ccs-min-image {
flex-shrink: 0;
width: 48px;
height: 48px;
}
.usk-ccs-tpl-minimal .usk-ccs-min-image img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 4px;
}
.usk-ccs-tpl-minimal .usk-ccs-min-info {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
gap: 2px;
}
.usk-ccs-tpl-minimal .usk-ccs-min-name {
font-weight: 600;
font-size: 13px;
color: #1f2937;
text-decoration: none;
}
.usk-ccs-tpl-minimal .usk-ccs-min-name:hover {
color: #2563eb;
}
.usk-ccs-tpl-minimal .usk-ccs-min-price {
font-size: 12px;
color: #6b7280;
}
.usk-ccs-tpl-minimal .usk-add-to-cart-btn {
padding: 6px 14px;
background: #2563eb;
color: #fff;
border: 0;
border-radius: 6px;
font-size: 12px;
font-weight: 600;
cursor: pointer;
} .usk-ty-tpl-horizontal .usk-ty-h-list {
display: flex;
flex-direction: column;
gap: 12px;
}
.usk-ty-tpl-horizontal .usk-ty-h-row {
display: flex;
align-items: center;
gap: 16px;
padding: 14px 16px;
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 12px;
transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.usk-ty-tpl-horizontal .usk-ty-h-row:hover {
border-color: #cbd5e1;
box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}
.usk-ty-tpl-horizontal .usk-ty-h-media {
flex-shrink: 0;
width: 88px;
height: 88px;
border-radius: 10px;
overflow: hidden;
background: #f8fafc;
display: flex;
align-items: center;
justify-content: center;
line-height: 0;
}
.usk-ty-tpl-horizontal .usk-ty-h-media img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.usk-ty-tpl-horizontal .usk-ty-h-body {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
gap: 6px;
}
.usk-ty-tpl-horizontal .usk-ty-h-name {
font-weight: 600;
font-size: 15px;
line-height: 1.35;
color: #0f172a;
text-decoration: none;
}
.usk-ty-tpl-horizontal .usk-ty-h-name:hover {
color: var(--usk-primary, #2563eb);
}
.usk-ty-tpl-horizontal .usk-ty-h-price {
font-size: 15px;
font-weight: 700;
color: #0f172a;
}
.usk-ty-tpl-horizontal .usk-ty-h-price del {
color: #94a3b8;
font-weight: 500;
font-size: 14px;
margin-right: 6px;
}
.usk-ty-tpl-horizontal .usk-ty-h-rating {
font-size: 12px;
color: #64748b;
}
.usk-ty-tpl-horizontal .usk-ty-h-rating .star-rating {
float: none;
margin: 0;
}
.usk-ty-tpl-horizontal .usk-ty-h-actions {
flex-shrink: 0;
} .usk-ty-tpl-horizontal .usk-add-to-cart-btn,
.woocommerce .usk-ty-tpl-horizontal button.button.usk-add-to-cart-btn,
.woocommerce-page .usk-ty-tpl-horizontal button.button.usk-add-to-cart-btn,
.usk-ty-tpl-horizontal .usk-ty-select-options,
.woocommerce .usk-ty-tpl-horizontal a.button.usk-ty-select-options,
.woocommerce-page .usk-ty-tpl-horizontal a.button.usk-ty-select-options {
width: auto !important;
min-width: 120px;
margin-top: 0 !important;
padding: 10px 18px !important;
white-space: nowrap;
} .usk-noc-tpl-banner .usk-noc-banner {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 18px 28px;
padding: 22px 26px;
min-height: 0; background-color: #ecfdf5;
background-image: none;
border: 1px dashed #16a34a;
border-radius: 12px;
}
.usk-noc-tpl-banner .usk-noc-banner-text {
display: flex;
flex-direction: column;
gap: 10px;
min-width: 0;
flex: 1 1 220px;
}
.usk-noc-tpl-banner .usk-noc-banner-title {
font-size: 16px;
font-weight: 700;
line-height: 1.35;
color: #14532d;
}
.usk-noc-tpl-banner .usk-noc-banner-desc {
font-size: 13px;
color: #166534;
line-height: 1.65;
word-spacing: 0.02em;
}
.usk-noc-tpl-banner .usk-noc-banner-desc strong {
color: #14532d;
font-weight: 700;
display: inline-block;
margin: 0 0.15em;
}
.usk-noc-tpl-banner .usk-noc-banner-code {
display: inline-block;
margin: 2px 0.45em;
padding: 6px 14px;
background: #fff;
border-radius: 6px;
border: 1px dashed #16a34a;
font-family: monospace;
font-weight: 700;
font-size: 13px;
line-height: 1.45;
vertical-align: middle;
}
.usk-noc-tpl-banner .usk-noc-copy-btn {
padding: 12px 22px;
background: #16a34a;
color: #fff;
border: 0;
border-radius: 8px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
flex-shrink: 0;
align-self: center;
} .usk-noc-tpl-stack .usk-noc-stack {
overflow: hidden;
border-radius: 14px;
border: 1px solid #e2e8f0;
background: transparent;
box-sizing: border-box;
}
.usk-noc-tpl-stack .usk-noc-stack-body {
box-sizing: border-box;
min-width: 0;
}
.usk-noc-tpl-stack .usk-noc-stack-head {
padding: 20px 22px 18px; background-color: #2563eb;
color: #dbeafe;
}
.usk-noc-tpl-stack .usk-noc-stack-title {
margin: 0 0 10px;
font-size: 18px !important;
font-weight: 700;
line-height: 1.25;
color: #fff;
}
.usk-noc-tpl-stack .usk-noc-stack-lede {
margin: 0 !important;
font-size: 14px !important;
line-height: 1.55;
color: #bfdbfe;
}
.usk-noc-tpl-stack .usk-noc-stack-lede strong {
color: #fef08a;
font-weight: 700;
}
.usk-noc-tpl-stack .usk-noc-stack-code-row {
display: flex;
align-items: stretch;
flex-wrap: wrap;
gap: 12px;
padding: 18px 22px;
background: transparent;
}
.usk-noc-tpl-stack .usk-noc-stack-code {
flex: 1 1 200px;
min-width: 0;
min-height: 52px;
height: 52px;
background: #fff;
border: 2px dashed #3b82f6;
padding: 0 16px;
font-size: 16px;
font-weight: 700;
letter-spacing: 0.04em;
border-radius: 10px;
color: #1e3a8a;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
box-sizing: border-box;
display: flex;
align-items: center;
line-height: 1.25;
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
}
.usk-noc-tpl-stack .usk-noc-copy-btn,
.woocommerce .usk-noc-tpl-stack button.button.usk-noc-copy-btn,
.woocommerce-page .usk-noc-tpl-stack button.button.usk-noc-copy-btn {
flex-shrink: 0;
box-sizing: border-box;
min-height: 52px;
height: 52px;
align-self: stretch;
display: inline-flex !important;
align-items: center;
justify-content: center;
padding: 0 22px !important;
margin: 0 !important;
font-size: 14px !important;
font-weight: 600 !important;
line-height: 1.25 !important;
}
.usk-noc-tpl-stack .usk-noc-stack-meta {
padding: 14px 22px 18px;
font-size: 13px;
color: #64748b;
display: flex;
flex-wrap: wrap;
gap: 8px 18px;
line-height: 1.45;
background: transparent;
border-top: 1px solid #f1f5f9;
} .usk-fbt-tpl-compact {
padding: 14px;
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 10px;
}
.usk-fbt-tpl-compact .usk-fbt-title {
margin: 0 0 10px;
font-size: 14px;
font-weight: 700;
color: #1f2937;
}
.usk-fbt-tpl-compact .usk-fbt-compact-list {
list-style: none;
margin: 0 0 12px;
padding: 0;
display: flex;
flex-direction: column;
gap: 6px;
}
.usk-fbt-tpl-compact .usk-fbt-compact-item {
display: flex;
align-items: center;
gap: 10px;
padding: 6px 0;
font-size: 13px;
}
.usk-fbt-tpl-compact .usk-fbt-compact-thumb img {
width: 36px;
height: 36px;
object-fit: cover;
border-radius: 4px;
}
.usk-fbt-tpl-compact .usk-fbt-compact-name {
flex: 1;
min-width: 0;
color: #1f2937;
}
.usk-fbt-tpl-compact .usk-fbt-compact-price {
color: #6b7280;
font-weight: 600;
}
.usk-fbt-tpl-compact .usk-fbt-compact-footer {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding-top: 10px;
border-top: 1px solid #e5e7eb;
}
.usk-fbt-tpl-compact .usk-fbt-compact-total {
display: flex;
align-items: baseline;
gap: 8px;
font-size: 14px;
}
.usk-fbt-tpl-compact .usk-fbt-compact-total del {
color: #9ca3af;
}
.usk-fbt-tpl-compact .usk-fbt-compact-total .usk-of-savings {
background: #dcfce7;
color: #166534;
padding: 2px 6px;
border-radius: 4px;
font-size: 11px;
font-weight: 700;
}
.usk-fbt-tpl-compact .usk-fbt-add-all {
padding: 8px 14px;
background: #2563eb;
color: #fff;
border: 0;
border-radius: 6px;
font-size: 12px;
font-weight: 600;
cursor: pointer;
}html{line-height:1.15;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:border-box}body{background-color:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:inherit;font-family:inherit;font-weight:500;line-height:1.2;margin-block-end:1rem;margin-block-start:.5rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-block-end:.9rem;margin-block-start:0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em;white-space:pre-wrap}a{background-color:transparent;color:#c36;text-decoration:none}a:active,a:hover{color:#336}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}abbr[title]{border-block-end:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;height:auto;max-width:100%}details{display:block}summary{display:list-item}figcaption{color:#333;font-size:16px;font-style:italic;font-weight:400;line-height:1.4}[hidden],template{display:none}@media print{*,:after,:before{background:transparent!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{-moz-column-break-inside:avoid;border:1px solid #ccc;break-inside:avoid}thead{display:table-header-group}img,tr{-moz-column-break-inside:avoid;break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{-moz-column-break-after:avoid;break-after:avoid}}label{display:inline-block;line-height:1;vertical-align:middle}button,input,optgroup,select,textarea{font-family:inherit;font-size:1rem;line-height:1.5;margin:0}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],select,textarea{border:1px solid #666;border-radius:3px;padding:.5rem 1rem;transition:all .3s;width:100%}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,select:focus,textarea:focus{border-color:#333}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;width:auto}[type=button],[type=submit],button{background-color:transparent;border:1px solid #c36;border-radius:3px;color:#c36;display:inline-block;font-size:1rem;font-weight:400;padding:.5rem 1rem;text-align:center;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}[type=button]:focus:not(:focus-visible),[type=submit]:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:none}[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{background-color:#c36;color:#fff;text-decoration:none}[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}select{display:block}table{background-color:transparent;border-collapse:collapse;border-spacing:0;font-size:.9em;margin-block-end:15px;width:100%}table td,table th{border:1px solid hsla(0,0%,50%,.502);line-height:1.5;padding:15px;vertical-align:top}table th{font-weight:700}table tfoot th,table thead th{font-size:1em}table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th{border-block-start:1px solid hsla(0,0%,50%,.502)}table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th{background-color:hsla(0,0%,50%,.071)}table tbody tr:hover>td,table tbody tr:hover>th{background-color:hsla(0,0%,50%,.102)}table tbody+tbody{border-block-start:2px solid hsla(0,0%,50%,.502)}@media(max-width:767px){table table{font-size:.8em}table table td,table table th{line-height:1.3;padding:7px}table table th{font-weight:400}}dd,dl,dt,li,ol,ul{background:transparent;border:0;font-size:100%;margin-block-end:0;margin-block-start:0;outline:0;vertical-align:baseline}.comments-area a,.page-content a{text-decoration:underline}.alignright{float:right;margin-left:1rem}.alignleft{float:left;margin-right:1rem}.aligncenter{clear:both;display:block;margin-inline:auto}.alignwide{margin-inline:-80px}.alignfull{margin-inline:calc(50% - 50vw);max-width:100vw}.alignfull,.alignfull img{width:100vw}.wp-caption{margin-block-end:1.25rem;max-width:100%}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{display:block;margin-inline:auto}.wp-caption-text{margin:0}.gallery-caption{display:block;font-size:.8125rem;line-height:1.5;margin:0;padding:.75rem}.pagination{display:flex;justify-content:space-between;margin:20px auto}.sticky{display:block;position:relative}.bypostauthor{font-size:inherit}.hide{display:none!important}.post-password-form{margin:50px auto;max-width:500px}.post-password-form p{align-items:flex-end;display:flex;width:100%}.post-password-form [type=submit]{margin-inline-start:3px}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#333;display:block;font-size:1rem;height:auto;left:5px;line-height:normal;padding:12px 24px;text-decoration:none;top:5px;width:auto;z-index:100000}.post .entry-title a{text-decoration:none}.post .wp-post-image{max-height:500px;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:991px){.post .wp-post-image{max-height:400px}}@media(max-width:575px){.post .wp-post-image{max-height:300px}}#comments .comment-list{font-size:.9em;list-style:none;margin:0;padding:0}#comments .comment,#comments .pingback{position:relative}#comments .comment .comment-body,#comments .pingback .comment-body{border-block-end:1px solid #ccc;display:flex;flex-direction:column;padding-block-end:30px;padding-block-start:30px;padding-inline-end:0;padding-inline-start:60px}#comments .comment .avatar,#comments .pingback .avatar{border-radius:50%;left:0;margin-inline-end:10px;position:absolute}body.rtl #comments .comment .avatar,body.rtl #comments .pingback .avatar,html[dir=rtl] #comments .comment .avatar,html[dir=rtl] #comments .pingback .avatar{left:auto;right:0}#comments .comment-meta{display:flex;justify-content:space-between;margin-block-end:.9rem}#comments .comment-metadata,#comments .reply{font-size:11px;line-height:1}#comments .children{list-style:none;margin:0;padding-inline-start:30px;position:relative}#comments .children li:last-child{padding-block-end:0}#comments ol.comment-list .children:before{content:"↪";display:inline-block;font-size:1em;font-weight:400;left:0;line-height:100%;position:absolute;top:45px;width:auto}body.rtl #comments ol.comment-list .children:before,html[dir=rtl] #comments ol.comment-list .children:before{content:"↩";left:auto;right:0}@media(min-width:768px){#comments .comment-author,#comments .comment-metadata{line-height:1}}@media(max-width:767px){#comments .comment .comment-body{padding:30px 0}#comments .children{padding-inline-start:20px}#comments .comment .avatar{float:left;position:inherit}body.rtl #comments .comment .avatar,html[dir=rtl] #comments .comment .avatar{float:right}}.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{margin-inline-end:auto;margin-inline-start:auto;width:100%}@media(max-width:575px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{padding-inline-end:10px;padding-inline-start:10px}}@media(min-width:576px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:500px}.site-footer.footer-full-width .footer-inner,.site-header.header-full-width .header-inner{max-width:100%}}@media(min-width:768px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:600px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:992px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:800px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:1200px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:1140px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}.site-header+.elementor{min-height:calc(100vh - 320px)}.site-header{display:flex;flex-wrap:wrap;justify-content:space-between;padding-block-end:1rem;padding-block-start:1rem;position:relative}.site-header .site-title{font-size:2.5rem;font-weight:500;line-height:1.2}.site-header .site-branding{display:flex;flex-direction:column;gap:.5rem;justify-content:center}.site-header .header-inner{display:flex;flex-wrap:wrap;justify-content:space-between}.site-header .header-inner .custom-logo-link{display:block}.site-header .header-inner .site-branding .site-description,.site-header .header-inner .site-branding .site-title{margin:0}.site-header .header-inner .site-branding .site-logo img{display:block}.site-header .header-inner .site-branding.show-logo .site-title,.site-header .header-inner .site-branding.show-title .site-logo{display:none!important}.site-header.header-inverted .header-inner{flex-direction:row-reverse}.site-header.header-inverted .header-inner .site-branding{text-align:end}.site-header.header-stacked .header-inner{align-items:center;flex-direction:column;text-align:center}.site-footer{padding-block-end:1rem;padding-block-start:1rem;position:relative}.site-footer .site-title{font-size:1.5rem;font-weight:500;line-height:1.2}.site-footer .site-branding{display:flex;flex-direction:column;gap:.5rem;justify-content:center}.site-footer .footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between}.site-footer .footer-inner .custom-logo-link{display:block}.site-footer .footer-inner .site-branding .site-description,.site-footer .footer-inner .site-branding .site-title{margin:0}.site-footer .footer-inner .site-branding .site-logo img{display:block}.site-footer .footer-inner .site-branding.show-logo .site-title,.site-footer .footer-inner .site-branding.show-title .site-logo{display:none!important}.site-footer .footer-inner .copyright{align-items:center;display:flex;justify-content:flex-end}.site-footer .footer-inner .copyright p{margin:0}.site-footer.footer-inverted .footer-inner{flex-direction:row-reverse}.site-footer.footer-inverted .footer-inner .site-branding{text-align:end}.site-footer.footer-stacked .footer-inner{align-items:center;flex-direction:column;text-align:center}.site-footer.footer-stacked .footer-inner .site-branding .site-title{text-align:center}.site-footer.footer-stacked .footer-inner .site-navigation .menu{padding:0}@media(max-width:576px){.site-footer:not(.footer-stacked) .footer-inner .copyright,.site-footer:not(.footer-stacked) .footer-inner .site-branding,.site-footer:not(.footer-stacked) .footer-inner .site-navigation{display:block;max-width:none;text-align:center;width:100%}.site-footer .footer-inner .site-navigation ul.menu{justify-content:center}.site-footer .footer-inner .site-navigation ul.menu li{display:inline-block}}.site-header.header-stacked .site-navigation-toggle-holder{justify-content:center;max-width:100%}.site-header.menu-layout-dropdown .site-navigation{display:none}.site-navigation-toggle-holder{align-items:center;display:flex;padding:8px 15px}.site-navigation-toggle-holder .site-navigation-toggle{align-items:center;background-color:rgba(0,0,0,.05);border:0 solid;border-radius:3px;color:#494c4f;cursor:pointer;display:flex;justify-content:center;padding:.5rem}.site-navigation-toggle-holder .site-navigation-toggle-icon{display:block;width:1.25rem}.site-navigation-toggle-holder .site-navigation-toggle-icon:after,.site-navigation-toggle-holder .site-navigation-toggle-icon:before{background-color:currentColor;border-radius:3px;content:"";display:block;height:3px;transition:all .2s ease-in-out}.site-navigation-toggle-holder .site-navigation-toggle-icon:before{box-shadow:0 .35rem 0 currentColor;margin-block-end:.5rem}.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:before{box-shadow:none;transform:translateY(.35rem) rotate(45deg)}.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:after{transform:translateY(-.35rem) rotate(-45deg)}.site-navigation{align-items:center;display:flex}.site-navigation ul.menu,.site-navigation ul.menu ul{list-style-type:none;padding:0}.site-navigation ul.menu{display:flex;flex-wrap:wrap}.site-navigation ul.menu li{display:flex;position:relative}.site-navigation ul.menu li a{display:block;padding:8px 15px}.site-navigation ul.menu li.menu-item-has-children{padding-inline-end:15px}.site-navigation ul.menu li.menu-item-has-children:after{align-items:center;color:#666;content:"▾";display:flex;font-size:1.5em;justify-content:center;text-decoration:none}.site-navigation ul.menu li.menu-item-has-children:focus-within>ul{display:block}.site-navigation ul.menu li ul{background:#fff;display:none;left:0;min-width:150px;position:absolute;top:100%;z-index:2}.site-navigation ul.menu li ul li{border-block-end:1px solid #eee}.site-navigation ul.menu li ul li:last-child{border-block-end:none}.site-navigation ul.menu li ul li.menu-item-has-children a{flex-grow:1}.site-navigation ul.menu li ul li.menu-item-has-children:after{transform:translateY(-50%) rotate(-90deg)}.site-navigation ul.menu li ul ul{left:100%;top:0}.site-navigation ul.menu li:hover>ul{display:block}footer .site-navigation ul.menu li ul{bottom:100%;top:auto}footer .site-navigation ul.menu li ul ul{bottom:0}footer .site-navigation ul.menu a{padding:5px 15px}.site-navigation-dropdown{bottom:0;left:0;margin-block-start:10px;position:absolute;transform-origin:top;transition:max-height .3s,transform .3s;width:100%;z-index:10000}.site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown{max-height:0;transform:scaleY(0)}.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown{max-height:100vh;transform:scaleY(1)}.site-navigation-dropdown ul{padding:0}.site-navigation-dropdown ul.menu{background:#fff;margin:0;padding:0;position:absolute;width:100%}.site-navigation-dropdown ul.menu li{display:block;position:relative;width:100%}.site-navigation-dropdown ul.menu li a{background:#fff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.102);color:#55595c;display:block;padding:20px}.site-navigation-dropdown ul.menu li.current-menu-item a{background:#55595c;color:#fff}.site-navigation-dropdown ul.menu>li li{max-height:0;transform:scaleY(0);transform-origin:top;transition:max-height .3s,transform .3s}.site-navigation-dropdown ul.menu li.elementor-active>ul>li{max-height:100vh;transform:scaleY(1)}@media(max-width:576px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation{display:none!important}}@media(min-width:768px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}}@media(min-width:576px)and (max-width:767px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation{display:none!important}}@media(min-width:992px){.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}}@media(max-width:992px){.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation{display:none!important}}.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{line-height:0}.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{display:none}.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button{color:hsla(0,0%,93%,.9);cursor:pointer;display:inline-flex;font-size:25px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg{fill:hsla(0,0%,93%,.9);height:1em;width:1em}.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev{left:10px}.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next{right:10px}.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled{opacity:.3}.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction{bottom:5px}.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button{transform:translate3d(0,-50%,1px)}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets{bottom:5px;left:0;width:100%}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-progressbar{height:4px;left:0;top:0;width:100%}.elementor-element.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper{padding-bottom:30px}.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative}.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{position:static}.elementor-element.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper{width:calc(100% - 60px)}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev{left:0}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next{right:0}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{display:inline-block;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-circle-logo);font-size:2.5em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-inline:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-block-end:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-block-end:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con{--margin-right:0px;--margin-left:0px}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}