.wc-otp-overlay {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, .55);
z-index: 999999;
display: flex;
align-items: center;
justify-content: center;
padding: 16px;
backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(3px);
}
body.wc-otp-open {
overflow: hidden;
} .wc-otp-modal {
background: #fff;
border-radius: 20px;
padding: 40px 36px 32px;
width: 100%;
max-width: 420px;
position: relative;
direction: rtl;
text-align: center;
box-shadow: 0 24px 60px rgba(0,0,0,.2);
animation: wc-otp-slide-up .25s ease; outline: none;
}
@keyframes wc-otp-slide-up {
from { transform: translateY(28px); opacity: 0; }
to   { transform: translateY(0);    opacity: 1; }
} .wc-otp-close {
position: absolute;
top: 14px;
left: 16px;
background: #f3f4f6;
border: none;
border-radius: 50%;
width: 32px;
height: 32px;
font-size: 15px;
cursor: pointer;
color: #555;
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
transition: background .2s;
outline: none;
}
.wc-otp-close:hover { background: #e5e7eb; }
.wc-otp-back {
background: none;
border: none;
color: #6b7280;
font-size: .85em;
cursor: pointer;
padding: 0 0 12px;
display: block;
text-align: right;
outline: none;
}
.wc-otp-back:hover { color: #111; } .wc-otp-logo { margin-bottom: 16px; }
.wc-otp-logo img { max-height: 52px; width: auto; }
.wc-otp-site-name { font-size: 1.3em; font-weight: 700; color: #111; }
.wc-otp-modal h2 {
font-size: 1.25em;
font-weight: 700;
color: #111827;
margin: 0 0 6px;
}
.wc-otp-subtitle {
color: #6b7280;
font-size: .92em;
margin: 0 0 22px;
line-height: 1.5;
} .wc-otp-phone-group {
display: flex;
align-items: center;
direction: ltr; gap: 0;
background: #f9fafb;
border: 2px solid #e5e7eb;
border-radius: 12px;
padding: 0 12px 0 12px;
margin-bottom: 10px;
transition: border-color .2s, background .2s;
overflow: hidden;
}
.wc-otp-phone-group:focus-within {
border-color: #2563eb;
background: #fff;
}
.wc-otp-flag {
flex-shrink: 0;
display: inline-flex;
align-items: center;
justify-content: center;
width: 22px;
height: 22px;
margin-right: 6px;
border-radius: 50%;
background-color: transparent;
background-image: url(//mfrash.com/wp-content/plugins/wc-otp-msegat/assets/sa-flag.svg);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
box-shadow: none;
overflow: hidden;
}
.wc-otp-prefix {
font-size: .95em;
color: #374151;
font-weight: 600;
white-space: nowrap;
flex-shrink: 0;
border-right: 1px solid #d1d5db; padding-right: 10px;
margin-right: 8px;
line-height: 1;
}
.wc-otp-field {
flex: 1;
border: none;
background: transparent;
padding: 14px 8px;
font-size: 1.05em;
outline: none !important;
box-shadow: none !important;
color: #111;
text-align: left !important;
letter-spacing: 1px;
min-width: 0;
direction: ltr !important;
unicode-bidi: plaintext;
}
.wc-otp-field:focus,
.wc-otp-field:focus-visible {
outline: none !important;
box-shadow: none !important;
} .wc-otp-field::placeholder {
text-align: left;
direction: ltr;
color: #aab;
} .wc-otp-digits-row {
display: flex;
justify-content: center;
gap: 8px;
margin: 18px 0 10px;
direction: ltr;
}
.wc-otp-digit {
width: 46px;
height: 54px;
border: 2px solid #e5e7eb;
border-radius: 10px;
text-align: center !important;
font-size: 1.5em;
font-weight: 700;
color: #111;
background: #f9fafb;
outline: none;
box-shadow: none;
transition: border-color .15s, background .15s;
caret-color: transparent;
direction: ltr !important;
unicode-bidi: isolate;
padding-left: 0;
padding-right: 0;
-webkit-appearance: none;
}
.wc-otp-input,
#wc_otp_code {
text-align: center !important;
direction: ltr !important;
unicode-bidi: isolate;
}
.wc-otp-digit:focus {
border-color: #2563eb;
background: #fff; box-shadow: 0 0 0 3px rgba(37, 99, 235, .15);
outline: none;
} .wc-otp-btn {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
width: 100%;
padding: 14px;
border-radius: 12px;
border: none;
font-size: 1em;
font-weight: 600;
cursor: pointer;
transition: background .2s, opacity .15s, transform .1s;
margin-top: 8px;
outline: none;
}
.wc-otp-btn-otp::after,
.wc-otp-btn-fingerprint::after {
content: "";
display: inline-block;
width: 18px;
height: 18px;
flex: 0 0 18px;
background: currentColor;
}
.wc-otp-btn-otp::after {
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3Cpath d='M8 10h8'/%3E%3Cpath d='M8 14h5'/%3E%3C/svg%3E") center / contain no-repeat;
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3Cpath d='M8 10h8'/%3E%3Cpath d='M8 14h5'/%3E%3C/svg%3E") center / contain no-repeat;
}
.wc-otp-btn-fingerprint::after {
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 11c0 4-2 5-2 8'/%3E%3Cpath d='M14 21c.7-1.8 1-3.6 1-5 0-1.7-1.3-3-3-3s-3 1.3-3 3c0 .8-.2 1.8-.7 3'/%3E%3Cpath d='M17.7 17c.2-1 .3-2 .3-3 0-3.3-2.7-6-6-6s-6 2.7-6 6c0 .7-.1 1.5-.3 2.2'/%3E%3Cpath d='M4.5 12.5a8 8 0 0 1 15.4 1.5c0 .7 0 1.4-.1 2.1'/%3E%3Cpath d='M7 4.9A10 10 0 0 1 22 13'/%3E%3Cpath d='M2 13a10 10 0 0 1 2.2-6.2'/%3E%3C/svg%3E") center / contain no-repeat;
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 11c0 4-2 5-2 8'/%3E%3Cpath d='M14 21c.7-1.8 1-3.6 1-5 0-1.7-1.3-3-3-3s-3 1.3-3 3c0 .8-.2 1.8-.7 3'/%3E%3Cpath d='M17.7 17c.2-1 .3-2 .3-3 0-3.3-2.7-6-6-6s-6 2.7-6 6c0 .7-.1 1.5-.3 2.2'/%3E%3Cpath d='M4.5 12.5a8 8 0 0 1 15.4 1.5c0 .7 0 1.4-.1 2.1'/%3E%3Cpath d='M7 4.9A10 10 0 0 1 22 13'/%3E%3Cpath d='M2 13a10 10 0 0 1 2.2-6.2'/%3E%3C/svg%3E") center / contain no-repeat;
}
.wc-otp-btn:focus-visible { outline: 2px solid #2563eb; outline-offset: 2px; }
.wc-otp-btn:active { transform: scale(.98); }
.wc-otp-btn-primary { background: #2563eb; color: #fff; }
.wc-otp-btn-primary:hover:not(:disabled) { background: #1d4ed8; }
.wc-otp-btn-secondary {
background: #f3f4f6;
color: #111827;
border: 1px solid #d1d5db;
}
.wc-otp-btn-secondary:hover:not(:disabled) { background: #e5e7eb; }
.wc-otp-btn:disabled { opacity: .5; cursor: not-allowed; } .wc-otp-msg {
display: block;
font-size: .88em;
min-height: 20px;
margin: 4px 0 6px;
font-weight: 500;
text-align: center;
}
.wc-otp-msg.success { color: #16a34a; }
.wc-otp-msg.error   { color: #dc2626; } .wc-otp-resend-row {
margin-top: 14px;
font-size: .88em;
color: #6b7280;
min-height: 24px;
text-align: center;
}
.wc-otp-link {
background: none;
border: none;
color: #2563eb;
cursor: pointer;
font-size: inherit;
padding: 0;
text-decoration: underline;
outline: none;
}
.wc-otp-link:hover { color: #1d4ed8; }
.wc-otp-terms {
font-size: .78em;
color: #9ca3af;
margin-top: 14px;
margin-bottom: 0;
}
.wc-otp-terms a { color: #6b7280; } .wc-otp-success-icon {
width: 68px;
height: 68px;
background: #dcfce7;
color: #16a34a;
font-size: 2.2em;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 18px;
animation: wc-otp-pop .4s ease;
}
@keyframes wc-otp-pop {
0%   { transform: scale(.4); opacity: 0; }
80%  { transform: scale(1.15); }
100% { transform: scale(1); opacity: 1; }
} .wc-otp-account-login-notice {
text-align: center;
margin-bottom: 16px;
}
.wc-otp-account-login-notice p {
font-size: 1.05em;
color: #374151;
margin-bottom: 10px;
}
.wc-otp-passkey-panel {
border: 1px solid #e5e7eb;
border-radius: 10px;
padding: 18px;
margin: 18px 0;
background: #f9fafb;
}
.wc-otp-passkey-panel h3 {
margin-top: 0;
}
.wc-otp-passkey-status {
font-weight: 600;
}
.wc-otp-passkey-status.success { color: #16a34a; }
.wc-otp-passkey-status.error { color: #dc2626; }
.wc-otp-passkey-hero {
width: 66px;
height: 66px;
margin: 0 auto 18px;
border-radius: 50%;
background: #eef2ff;
color: #2563eb;
display: flex;
align-items: center;
justify-content: center;
}
.wc-otp-passkey-hero::before {
content: "";
width: 34px;
height: 34px;
background: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 11c0 4-2 5-2 8'/%3E%3Cpath d='M14 21c.7-1.8 1-3.6 1-5 0-1.7-1.3-3-3-3s-3 1.3-3 3c0 .8-.2 1.8-.7 3'/%3E%3Cpath d='M17.7 17c.2-1 .3-2 .3-3 0-3.3-2.7-6-6-6s-6 2.7-6 6c0 .7-.1 1.5-.3 2.2'/%3E%3Cpath d='M4.5 12.5a8 8 0 0 1 15.4 1.5c0 .7 0 1.4-.1 2.1'/%3E%3Cpath d='M7 4.9A10 10 0 0 1 22 13'/%3E%3Cpath d='M2 13a10 10 0 0 1 2.2-6.2'/%3E%3C/svg%3E") center / contain no-repeat;
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 11c0 4-2 5-2 8'/%3E%3Cpath d='M14 21c.7-1.8 1-3.6 1-5 0-1.7-1.3-3-3-3s-3 1.3-3 3c0 .8-.2 1.8-.7 3'/%3E%3Cpath d='M17.7 17c.2-1 .3-2 .3-3 0-3.3-2.7-6-6-6s-6 2.7-6 6c0 .7-.1 1.5-.3 2.2'/%3E%3Cpath d='M4.5 12.5a8 8 0 0 1 15.4 1.5c0 .7 0 1.4-.1 2.1'/%3E%3Cpath d='M7 4.9A10 10 0 0 1 22 13'/%3E%3Cpath d='M2 13a10 10 0 0 1 2.2-6.2'/%3E%3C/svg%3E") center / contain no-repeat;
}
.wc-otp-skip-passkey {
display: inline-block;
margin-top: 14px;
text-decoration: none;
} .wc-otp-section {
background: #f0f9ff;
border: 1px solid #bae6fd;
border-radius: 10px;
padding: 20px;
margin: 16px 0;
direction: rtl;
text-align: right;
}
.wc-otp-section h3 {
margin-top: 0;
font-size: 1.05em;
color: #0c4a6e;
border-bottom: 1px solid #bae6fd;
padding-bottom: 10px;
margin-bottom: 14px;
}
.wc-otp-send-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
background: #2563eb;
color: #fff !important;
border: none;
padding: 10px 22px;
border-radius: 8px;
cursor: pointer;
font-size: .95em;
font-weight: 600;
transition: background .2s;
outline: none;
}
.wc-otp-admin-icon-btn {
display: inline-flex !important;
align-items: center;
justify-content: center;
gap: 7px;
}
.wc-otp-send-btn:hover:not(:disabled) { background: #1d4ed8; }
.wc-otp-send-btn:disabled { opacity: .6; cursor: not-allowed; }
.wc-otp-input {
font-size: 1.3em !important;
letter-spacing: 6px;
text-align: center;
max-width: 200px;
border: 2px solid #2563eb !important;
border-radius: 8px;
padding: 8px 12px !important;
direction: ltr;
}
.wc-otp-status { display: block; margin-top: 8px; font-size: .9em; font-weight: 500; }
.wc-otp-status.success { color: #16a34a; }
.wc-otp-status.error   { color: #dc2626; } #billing_phone,
.wc-otp-phone-ltr {
direction: ltr !important;
text-align: left !important;
} .wc-otp-billing-group {
display: flex;
align-items: center;
direction: ltr;
background: #f9fafb;
border: 2px solid #e5e7eb;
border-radius: 12px;
padding: 0 12px;
overflow: hidden;
cursor: not-allowed;
transition: border-color .2s;
}
.wc-otp-billing-group .wc-otp-flag {
flex-shrink: 0;
margin-right: 6px;
line-height: 1;
}
.wc-otp-billing-group .wc-otp-prefix {
font-size: .95em;
color: #374151;
font-weight: 600;
white-space: nowrap;
flex-shrink: 0;
border-right: 1px solid #d1d5db;
padding-right: 10px;
margin-right: 8px;
line-height: 1;
}
.wc-otp-billing-group .wc-otp-billing-field,
.wc-otp-billing-group #billing_phone {
flex: 1;
border: none !important;
background: transparent !important;
padding: 14px 8px !important;
font-size: 1.05em !important;
outline: none !important;
box-shadow: none !important;
color: #374151 !important;
text-align: left !important;
letter-spacing: 1px;
min-width: 0;
direction: ltr !important;
cursor: not-allowed !important;
opacity: 1 !important;
border-radius: 0 !important;
} .wc-otp-billing-group input:focus,
.wc-otp-billing-group input:focus-visible {
outline: none !important;
box-shadow: none !important;
border: none !important;
} @media (max-width: 480px) {
.wc-otp-modal {
padding: 32px 18px 24px;
border-radius: 16px;
max-width: 100%;
}
.wc-otp-digit {
width: 40px;
height: 48px;
font-size: 1.3em;
border-radius: 8px;
}
.wc-otp-digits-row { gap: 6px; }
} .wc-otp-admin-wrap {
direction: rtl;
text-align: right;
max-width: 820px;
padding-top: 16px;
}
.wc-otp-card {
background: #fff;
border: 1px solid #ddd;
border-radius: 10px;
padding: 22px 26px;
margin-bottom: 22px;
box-shadow: 0 1px 4px rgba(0,0,0,.06);
}
.wc-otp-card h2 {
margin-top: 0;
font-size: 1.1em;
color: #1d2327;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}.vibp-bundle-cart {
--vibp-accent: #1f7ab8;
--vibp-accent-soft: #eef7fc;
--vibp-border: #d9dee5;
--vibp-border-soft: #eceff3;
--vibp-text: #111827;
--vibp-muted: #6b7280;
--vibp-surface: #ffffff;
--vibp-surface-soft: #f7f9fb;
--vibp-swatch-size-desktop: 68px;
--vibp-swatch-size-mobile: 60px;
margin-top: 24px;
}
.vibp-bundle-cart,
.vibp-bundle-cart * {
box-sizing: border-box;
}
.vibp-bundle-cart .quantity {
display: inline-flex;
align-items: center;
margin: 0 10px 0 0;
vertical-align: middle;
}
.vibp-bundle-cart .quantity .qty,
.vibp-bundle-cart input.qty {
box-sizing: border-box;
width: 72px !important;
min-width: 72px;
height: 44px !important;
min-height: 44px;
padding: 6px 8px;
line-height: 30px;
text-align: center;
direction: ltr;
}
.vibp-bundle-cart .single_add_to_cart_button {
vertical-align: middle;
min-height: 44px;
}
.vibp-bundle-cart .vibp-fallback-submit:not([hidden]) {
display: inline-flex !important;
align-items: center;
justify-content: center;
}
.vibp-bundle-cart .vibp-fallback-submit.is-hidden,
.vibp-bundle-cart .vibp-fallback-submit[hidden] {
display: none !important;
}
.vibp-bundle-items {
display: grid;
gap: 14px;
margin: 0 0 20px;
}
.vibp-bundle-item {
position: relative;
display: block;
padding: 14px;
border: 1px solid var(--vibp-border-soft);
border-radius: 8px;
background: var(--vibp-surface);
box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}
.vibp-choice-group-wrap {
display: grid;
gap: 12px;
padding: 12px;
border: 1px solid var(--vibp-border);
border-radius: 8px;
background: #fbfcfd;
}
.vibp-choice-group-title {
margin: 0 0 2px;
color: var(--vibp-text);
font-size: 17px;
font-weight: 800;
line-height: 1.35;
text-align: start;
}
.vibp-bundle-item--choice {
padding: 0;
overflow: hidden;
border-color: var(--vibp-border);
cursor: pointer;
}
.vibp-bundle-item--choice.is-included {
border-color: var(--vibp-accent);
box-shadow: 0 0 0 2px rgba(31, 122, 184, 0.12), 0 8px 20px rgba(17, 24, 39, 0.06);
}
.vibp-bundle-item--choice .vibp-item-body {
padding: 12px 14px 14px;
}
.vibp-optional-toggle,
.vibp-choice-toggle {
display: inline-grid;
grid-template-columns: auto minmax(0, 1fr);
gap: 10px;
align-items: center;
margin: 0 0 12px;
font-weight: 800;
cursor: pointer;
color: var(--vibp-text);
}
.vibp-choice-toggle {
width: 100%;
min-height: 50px;
margin: 0;
padding: 12px 14px;
border: 0;
border-bottom: 1px solid var(--vibp-border-soft);
border-radius: 0;
background: var(--vibp-surface-soft);
}
.vibp-bundle-item--choice.is-included .vibp-choice-toggle {
border-bottom-color: rgba(31, 122, 184, 0.22);
background: var(--vibp-accent-soft);
}
.vibp-choice-toggle input[type="radio"] {
position: absolute;
opacity: 0;
pointer-events: none;
}
.vibp-choice-mark {
display: inline-flex;
flex: 0 0 auto;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
border: 2px solid #737b86;
border-radius: 50%;
background: #fff;
transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}
.vibp-choice-toggle input[type="radio"]:checked + .vibp-choice-included + .vibp-choice-mark {
border-color: var(--vibp-accent);
background: var(--vibp-accent);
box-shadow: inset 0 0 0 5px #fff;
}
.vibp-choice-text {
min-width: 0;
font-size: 16px;
line-height: 1.35;
color: var(--vibp-text);
}
.vibp-bundle-item--optional:not(.is-included) .vibp-child-variations,
.vibp-bundle-item--optional:not(.is-included) .vibp-child-multi-variations,
.vibp-bundle-item--optional:not(.is-included) .vibp-fixed-item,
.vibp-bundle-item--choice:not(.is-included) .vibp-child-variations,
.vibp-bundle-item--choice:not(.is-included) .vibp-child-multi-variations,
.vibp-bundle-item--choice:not(.is-included) .vibp-fixed-item {
opacity: 0.62;
}
.vibp-fixed-item {
display: grid;
grid-template-columns: 84px minmax(0, 1fr);
gap: 14px;
align-items: center;
padding: 0;
border: 0;
}
.vibp-fixed-media img {
display: block;
width: 84px;
height: 84px;
object-fit: cover;
border: 1px solid var(--vibp-border-soft);
border-radius: 8px;
background: #fff;
}
.vibp-fixed-info {
display: grid;
grid-template-columns: minmax(0, 1fr) 46px;
gap: 12px;
align-items: center;
min-width: 0;
padding-inline-end: 8px;
}
.vibp-fixed-info h3 {
margin: 0;
min-width: 0;
color: var(--vibp-text);
font-size: 16px;
font-weight: 700;
line-height: 1.45;
overflow-wrap: anywhere;
}
.vibp-fixed-info span {
display: inline-flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
width: 46px;
min-width: 46px;
min-height: 30px;
padding: 4px 7px;
border: 1px solid var(--vibp-border-soft);
border-radius: 999px;
background: var(--vibp-surface-soft);
color: var(--vibp-text);
font-weight: 800;
line-height: 1;
white-space: nowrap;
}
.vibp-child-variations {
display: block;
padding-top: 4px;
--visw-swatch-size: var(--vibp-swatch-size-desktop);
}
.vibp-bundle-item--choice .vibp-child-variations {
padding-top: 12px;
}
.vibp-child-multi-variations {
padding-top: 10px;
}
.vibp-multi-variation-limit {
display: inline-flex;
align-items: center;
justify-content: center;
margin: 0 0 12px;
padding: 7px 12px;
border: 1px solid var(--vibp-border);
border-radius: 999px;
background: var(--vibp-surface-soft);
color: var(--vibp-text);
font-size: 13px;
font-weight: 800;
line-height: 1.4;
text-align: start;
}
.vibp-multi-variation-limit.is-complete {
border-color: rgba(31, 122, 184, 0.28);
background: var(--vibp-accent-soft);
color: var(--vibp-accent);
}
.vibp-multi-variation-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
gap: 12px;
}
.vibp-multi-variation-option {
position: relative;
display: grid;
grid-template-areas:
"media"
"qty";
gap: 8px;
align-items: stretch;
padding: 7px;
border: 1px solid var(--vibp-border);
border-radius: 8px;
background: var(--vibp-surface);
color: var(--vibp-text);
cursor: pointer;
transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}
.vibp-multi-variation-option:hover,
.vibp-multi-variation-option.is-selected {
border-color: var(--vibp-accent);
background: var(--vibp-accent-soft);
box-shadow: 0 0 0 2px rgba(31, 122, 184, 0.1);
}
.vibp-multi-variation-option.is-disabled {
cursor: not-allowed;
opacity: 0.42;
filter: grayscale(0.25);
}
.vibp-multi-variation-option.is-disabled:hover {
border-color: var(--vibp-border);
background: var(--vibp-surface);
box-shadow: none;
}
.vibp-multi-variation-input {
position: absolute;
opacity: 0;
pointer-events: none;
}
.vibp-multi-variation-check {
position: absolute;
top: 10px;
right: 10px;
z-index: 2;
display: inline-flex;
align-items: center;
justify-content: center;
width: 22px;
height: 22px;
border: 2px solid #7b8490;
border-radius: 999px;
background: #fff;
box-shadow: 0 2px 7px rgba(17, 24, 39, 0.12);
direction: ltr;
}
.vibp-multi-variation-option.is-selected .vibp-multi-variation-check {
border-color: var(--vibp-accent);
background: var(--vibp-accent);
}
.vibp-multi-variation-option.is-selected .vibp-multi-variation-check::after {
content: "";
display: block;
width: 6px;
height: 10px;
margin-top: -2px;
border: solid #fff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
transform-origin: center;
}
.vibp-multi-variation-media {
grid-area: media;
display: block;
overflow: hidden;
aspect-ratio: 1 / 1;
border-radius: 8px;
background: #fff;
}
.vibp-multi-variation-media img {
display: block;
width: 100% !important;
height: 100% !important;
max-width: 100% !important;
max-height: none !important;
object-fit: cover;
border: 1px solid var(--vibp-border-soft);
border-radius: 8px;
background: #fff;
}
.vibp-multi-variation-name {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
white-space: nowrap;
}
.vibp-multi-variation-qty {
grid-area: qty;
display: grid;
grid-template-columns: 32px 36px 32px;
grid-template-areas: "plus count minus";
align-items: center;
justify-content: center;
justify-self: center;
width: fit-content;
max-width: 100%;
min-width: 0;
padding: 2px;
border: 1px solid var(--vibp-border-soft);
border-radius: 8px;
background: #fff;
color: var(--vibp-muted);
direction: ltr;
font-size: 12px;
font-weight: 800;
line-height: 1;
}
.vibp-multi-variation-option.is-selected .vibp-multi-variation-qty {
border-color: rgba(31, 122, 184, 0.28);
}
.vibp-multi-variation-qty-button {
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 30px;
min-width: 32px;
padding: 0;
border: 0;
border-radius: 6px;
background: #eef2f7;
color: var(--vibp-text);
font-size: 16px;
font-weight: 900;
line-height: 1;
cursor: pointer;
}
.vibp-multi-variation-qty-button[data-vibp-delta="1"] {
grid-area: plus;
}
.vibp-multi-variation-qty-button[data-vibp-delta="-1"] {
grid-area: minus;
}
.vibp-multi-variation-qty-button:disabled {
cursor: not-allowed;
opacity: 0.42;
}
.vibp-multi-variation-qty-input {
grid-area: count;
box-sizing: border-box;
width: 36px !important;
min-width: 36px;
max-width: 36px;
height: 30px !important;
min-height: 30px;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
background: transparent !important;
color: var(--vibp-text);
text-align: center !important;
direction: ltr;
font-size: 13px;
font-weight: 900;
line-height: 30px;
-moz-appearance: textfield;
}
.vibp-multi-variation-qty-input::-webkit-inner-spin-button,
.vibp-multi-variation-qty-input::-webkit-outer-spin-button {
margin: 0;
-webkit-appearance: none;
}
.vibp-variations {
margin: 0;
width: 100%;
}
.vibp-variations th,
.vibp-variations td {
display: block;
padding: 0 0 10px;
text-align: start;
}
.vibp-variations .label label {
display: inline-block;
margin-bottom: 6px;
color: var(--vibp-text);
font-weight: 800;
line-height: 1.3;
}
.vibp-child-variations .reset_variations {
display: none !important;
}
.vibp-child-variations .single_variation,
.vibp-child-variations .woocommerce-variation,
.vibp-child-variations .woocommerce-variation-price,
.vibp-child-variations .woocommerce-variation-availability,
.vibp-child-variations .woocommerce-price-suffix {
display: none !important;
}
.vibp-child-variations .visw-options,
.vibp-child-variations .visw-swatches,
.vibp-child-variations .visw-attribute-options {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: center;
}
.vibp-child-variations .visw-option {
margin: 0 !important;
transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.vibp-child-variations .visw-option--image {
width: var(--vibp-swatch-size-desktop);
height: var(--vibp-swatch-size-desktop);
padding: 3px;
border: 1px solid var(--vibp-border);
border-radius: 8px;
background: #fff;
}
.vibp-child-variations .visw-option--image img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 6px;
}
.vibp-child-variations .visw-option.is-selected,
.vibp-child-variations .visw-option.selected,
.vibp-child-variations .visw-option[aria-checked="true"] {
border-color: var(--vibp-accent);
box-shadow: 0 0 0 2px rgba(31, 122, 184, 0.16);
}
.vibp-bundle-notice {
display: grid !important;
grid-template-columns: 36px minmax(0, 1fr);
gap: 12px;
align-items: center;
margin: 0 0 16px !important;
padding: 14px 16px !important;
border: 1px solid #ffd8d8 !important;
border-radius: 8px !important;
background: #fff7f7 !important;
color: #c62525 !important;
list-style: none !important;
text-align: start;
box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
}
.vibp-bundle-notice::before,
.vibp-bundle-notice::after {
display: none !important;
content: none !important;
}
.vibp-bundle-notice__icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 50%;
background: #ffe8e8;
color: #e03131;
font-size: 18px;
font-weight: 800;
line-height: 1;
}
.vibp-bundle-notice__copy {
display: grid;
gap: 4px;
min-width: 0;
}
.vibp-bundle-notice__copy strong {
color: #b91c1c;
font-size: 16px;
font-weight: 800;
line-height: 1.35;
}
.vibp-bundle-notice__copy small {
color: #6b1d1d;
font-size: 13px;
font-weight: 600;
line-height: 1.35;
}
.wac-toast--vibp-validation .wac-toast-progress {
background: #e03131;
}
.wac-toast-progress {
height: 3px;
width: 100%;
background: var(--wac-brand, #1976c9);
transform: scaleX(1);
transform-origin: right center;
pointer-events: none;
opacity: 0;
}
.wac-toast-progress.wac-toast-progress--active {
opacity: 1;
animation: wac-countdown linear forwards;
animation-duration: var(--wac-countdown, 5s);
}
@keyframes wac-countdown {
from {
transform: scaleX(1);
}
to {
transform: scaleX(0);
}
}
.wac-toast--vibp-validation .vibp-wac-validation {
display: grid;
gap: 6px;
justify-items: center;
text-align: center;
}
.wac-toast--vibp-validation .vibp-wac-validation__headline {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
color: #b91c1c;
font-size: 18px;
font-weight: 900;
line-height: 1.3;
}
.wac-toast--vibp-validation .vibp-wac-validation__headline .wac-toast-label-icon {
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
width: 28px;
height: 28px;
border-radius: 50%;
background: #fff0f0;
color: #e03131;
}
.wac-toast--vibp-validation .vibp-wac-validation__headline svg {
width: 18px;
height: 18px;
}
.vibp-wac-validation__help {
display: block;
color: #4b5563;
font-size: 13px;
font-weight: 700;
line-height: 1.4;
}
.vibp-cart-components {
display: grid;
gap: 8px;
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.vibp-cart-component {
display: grid;
grid-template-columns: 42px minmax(0, 1fr) auto;
gap: 8px;
align-items: center;
font-size: 13px;
line-height: 1.35;
}
.vibp-cart-component__image img {
display: block;
width: 42px;
height: 42px;
object-fit: cover;
border-radius: 4px;
}
.vibp-cart-component__name {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
}
.vibp-cart-component__qty {
font-weight: 700;
white-space: nowrap;
}
.woocommerce-cart-form .vibp-cart-child-item td,
.woocommerce-checkout-review-order-table .vibp-cart-child-item td {
background: rgba(0, 0, 0, 0.025);
}
.vibp-cart-child-item .product-name,
.vibp-cart-child-item .product-thumbnail {
padding-inline-start: 22px;
}
.vibp-cart-child-item .product-name::before {
content: "\21B3";
display: inline-block;
margin-inline-end: 6px;
color: #6b7280;
}
.vibp-cart-child-item .product-price,
.vibp-cart-child-item .product-subtotal {
color: #6b7280;
}
@media (max-width: 600px) {
.vibp-bundle-cart {
margin-top: 18px;
}
.vibp-bundle-items {
gap: 12px;
}
.vibp-bundle-item {
padding: 12px;
}
.vibp-bundle-item--choice {
padding: 0;
}
.vibp-bundle-item--choice .vibp-item-body {
padding: 10px 12px 12px;
}
.vibp-choice-toggle {
min-height: 48px;
padding: 10px 12px;
}
.vibp-choice-mark {
width: 22px;
height: 22px;
}
.vibp-choice-text {
font-size: 15px;
}
.vibp-fixed-item {
grid-template-columns: 64px minmax(0, 1fr);
gap: 10px;
}
.vibp-fixed-media img {
width: 64px;
height: 64px;
}
.vibp-fixed-info {
grid-template-columns: minmax(0, 1fr) 40px;
gap: 8px;
padding-inline-end: 8px;
}
.vibp-fixed-info h3 {
font-size: 15px;
line-height: 1.45;
}
.vibp-fixed-info span {
width: 40px;
min-width: 40px;
min-height: 28px;
padding: 3px 6px;
}
.vibp-child-variations {
--visw-swatch-size: var(--vibp-swatch-size-mobile);
}
.vibp-child-variations .visw-options,
.vibp-child-variations .visw-swatches,
.vibp-child-variations .visw-attribute-options {
gap: 8px;
}
.vibp-child-variations .visw-option--image {
width: var(--vibp-swatch-size-mobile);
height: var(--vibp-swatch-size-mobile);
}
.vibp-bundle-notice {
grid-template-columns: 32px minmax(0, 1fr);
gap: 10px;
padding: 12px !important;
}
.vibp-bundle-notice__icon {
width: 32px;
height: 32px;
font-size: 16px;
}
.wac-toast--vibp-validation .vibp-wac-validation__headline {
font-size: 17px;
}
}