:root { --wac-brand: #1d4ed8; } .wac-toast-progress {
height: 3px;
width: 100%;
background: var(--wac-brand);
transform-origin: right center;
position: absolute;
top: 0; left: 0; right: 0;
border-radius: 18px 18px 0 0;
opacity: 0;
transform: scaleX(1);
pointer-events: none;
}
.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-overlay {
position: fixed; inset: 0;
background: rgba(15, 23, 42, 0.55);
z-index: 99998;
opacity: 0;
pointer-events: none;
transition: opacity .3s ease;
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
}
.wac-overlay--show { opacity: 1; pointer-events: auto; } .wac-toast {
position: fixed;
top: 50%; left: 50%;
transform: translate(-50%, -40%);
background: #fff;
color: #0f172a;
border-radius: 22px;
font-size: 14px;
z-index: 99999;
opacity: 0;
transition: transform .35s cubic-bezier(.4,0,.2,1), opacity .35s;
pointer-events: none;
direction: rtl;
box-shadow: 0 25px 60px rgba(15, 23, 42, .25);
width: 480px;
max-width: calc(100vw - 24px);
overflow: hidden;
font-family: inherit;
}
.wac-toast--show { transform: translate(-50%, -50%); opacity: 1; pointer-events: auto; } .wac-toast-inner {
display: flex;
flex-direction: column;
gap: 10px;
padding: 14px;
max-height: 95vh;
max-height: 95dvh;
overflow: hidden;
} .wac-toast-close {
position: absolute;
top: 12px; left: 12px;
width: 30px; height: 30px;
border: none;
background: #f1f5f9;
color: #475569;
border-radius: 50%;
cursor: pointer;
padding: 0;
display: flex; align-items: center; justify-content: center;
transition: background .2s, color .2s, transform .2s;
z-index: 5;
}
.wac-toast-close:hover { background: #e2e8f0; color: #0f172a; transform: rotate(90deg); }
.wac-toast-close svg { width: 14px; height: 14px; } .wac-toast-top {
display: flex;
align-items: center;
gap: 10px;
padding: 4px 4px 0 38px;
min-height: 70px;
}
.wac-toast-img-wrap {
position: relative;
flex-shrink: 0;
order: 0;
}
.wac-toast-img {
width: 72px; height: 72px;
object-fit: cover;
border-radius: 12px;
display: block;
border: 1px solid #e2e8f0;
}
.wac-toast-badge {
position: absolute;
bottom: -4px; left: -4px;
background: #16a34a;
color: #fff;
border-radius: 50%;
width: 22px; height: 22px;
display: flex; align-items: center; justify-content: center;
border: 2.5px solid #fff;
line-height: 1;
}
.wac-toast-badge svg { width: 12px; height: 12px; }
.wac-toast-img-wrap--icon {
width: 72px; height: 72px;
background: #dbeafe;
border-radius: 12px;
display: flex; align-items: center; justify-content: center;
color: var(--wac-brand);
order: 0;
}
.wac-toast-icon-only svg { width: 32px; height: 32px; }
.wac-toast-msg {
flex: 1;
display: flex; flex-direction: column; gap: 4px;
text-align: center;
min-width: 0;
order: 1;
padding: 0 4px;
}
.wac-toast-label {
font-size: 16px;
font-weight: 800;
color: #16a34a;
display: flex; align-items: center; justify-content: center; gap: 6px;
line-height: 1.2;
}
.wac-toast-label-icon {
display: inline-flex; align-items: center; justify-content: center;
color: #16a34a;
background: #dcfce7;
border-radius: 50%;
width: 22px; height: 22px;
}
.wac-toast-label-icon svg { width: 14px; height: 14px; }
.wac-toast-label--error { color: #dc2626; }
.wac-toast-label--error .wac-toast-label-icon { color: #dc2626; background: #fee2e2; }
.wac-toast-name {
font-size: 13px;
color: #475569;
font-weight: 600;
line-height: 1.45;
word-break: break-word;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
} .wac-ship-bar {
padding: 10px 12px;
background: #f0fdf4;
border: 1.5px solid #bbf7d0;
border-radius: 14px;
display: flex;
flex-direction: column;
gap: 8px;
}
.wac-ship-bar-row {
display: flex; align-items: center; gap: 8px;
}
.wac-ship-bar-msg {
flex: 1;
display: flex; align-items: center; gap: 8px;
font-size: 13px;
font-weight: 700;
color: #047857;
line-height: 1.3;
text-align: right;
}
.wac-ship-icon {
display: inline-flex; align-items: center; justify-content: center;
color: #047857;
flex-shrink: 0;
}
.wac-ship-icon svg { width: 18px; height: 18px; }
.wac-ship-bar-text strong { color: #047857; font-weight: 800; }
.wac-ship-savings {
display: inline-flex; align-items: center; gap: 4px;
background: #16a34a;
color: #fff;
font-size: 11.5px;
font-weight: 800;
padding: 5px 10px;
border-radius: 999px;
flex-shrink: 0;
white-space: nowrap;
}
.wac-ship-savings svg { width: 12px; height: 12px; }
.wac-ship-bar-track {
width: 100%;
height: 6px;
background: #d1fae5;
border-radius: 999px;
overflow: hidden;
position: relative;
}
.wac-ship-bar-fill {
height: 100%;
background: linear-gradient(90deg, #16a34a 0%, #22c55e 100%);
border-radius: 999px;
transition: width .8s cubic-bezier(.4,0,.2,1);
position: relative;
overflow: hidden;
}
.wac-ship-bar-fill::after {
content: '';
position: absolute; inset: 0;
background: linear-gradient(90deg,
rgba(255,255,255,0) 0%,
rgba(255,255,255,.5) 50%,
rgba(255,255,255,0) 100%);
animation: wac-shimmer 1.6s linear infinite;
}
@keyframes wac-shimmer {
from { transform: translateX(-100%); }
to   { transform: translateX(100%); }
} .wac-coupon {
padding: 10px 12px;
background: #eff6ff;
border: 1.5px dashed #93c5fd;
border-radius: 14px;
display: flex;
flex-direction: column;
gap: 6px;
}
.wac-coupon-head {
display: flex; align-items: center; gap: 6px;
justify-content: flex-start;
}
.wac-coupon-icon-tag {
display: inline-flex;
color: var(--wac-brand);
flex-shrink: 0;
}
.wac-coupon-icon-tag svg { width: 16px; height: 16px; }
.wac-coupon-label {
font-size: 13.5px;
font-weight: 800;
color: #0f172a;
text-align: right;
flex: 1;
}
.wac-coupon-row {
display: flex;
align-items: stretch;
gap: 8px;
}
.wac-coupon-main {
flex: 1;
display: flex;
align-items: stretch;
background: #fff;
border: 1.5px dashed var(--wac-brand);
border-radius: 10px;
overflow: hidden;
min-width: 0;
}
.wac-coupon-code {
flex: 1;
padding: 8px 10px;
font-size: 14px;
font-weight: 800;
letter-spacing: 0.5px;
color: var(--wac-brand);
text-align: center !important;
cursor: pointer;
user-select: all;
background: #fff;
transition: background .2s;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
unicode-bidi: plaintext;
line-height: 1.2;
min-width: 0;
}
.wac-coupon-code:hover { background: #f9fafb; }
.wac-coupon-code-text { font-size: 14px; font-weight: 800; color: var(--wac-brand); }
.wac-coupon-code-desc { font-size: 10.5px; font-weight: 500; color: #6b7280; margin-top: 2px; line-height: 1.25; }
.wac-coupon-copy {
display: inline-flex; align-items: center; justify-content: center;
gap: 5px;
padding: 8px 12px;
border: none;
background: var(--wac-brand);
color: #fff;
font-size: 12px;
font-weight: 700;
cursor: pointer;
font-family: inherit;
transition: filter .2s;
white-space: nowrap;
border-radius: 8px;
flex-shrink: 0;
}
.wac-coupon-copy:hover { filter: brightness(.92); }
.wac-coupon-copy-icon { display: inline-flex; }
.wac-coupon-copy-icon svg { width: 14px; height: 14px; }
.wac-coupon-copy--done { background: #16a34a !important; filter: none !important; }
.wac-coupon-circle {
flex-shrink: 0;
width: 56px; height: 56px;
border-radius: 50%;
background: var(--wac-brand);
color: #fff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-weight: 800;
line-height: 1;
text-align: center;
}
.wac-coupon-circle-pct { font-size: 16px; }
.wac-coupon-circle-label { font-size: 8.5px; font-weight: 600; margin-top: 2px; opacity: .95; }
.wac-coupon-note {
font-size: 11.5px;
color: #475569;
text-align: center;
font-weight: 500;
margin-top: 2px;
} .wac-cross-sells {
padding: 10px 8px 10px 8px;
background: #fffaf0;
border: 1.5px solid #fde68a;
border-radius: 14px;
position: relative;
}
.wac-cs-title {
font-size: 13.5px;
font-weight: 800;
color: #92400e;
margin-bottom: 2px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
}
.wac-cs-title-emoji { font-size: 15px; }
.wac-cs-subtitle {
font-size: 11px;
color: #92400e;
opacity: .75;
text-align: center;
margin-bottom: 8px;
font-weight: 500;
}
.wac-cs-scroll {
position: relative;
overflow: visible;
}
.wac-cs-list {
display: flex;
gap: 6px;
overflow-x: auto;
overflow-y: visible;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
padding: 10px 2px 2px 2px;
}
.wac-cs-list::-webkit-scrollbar { display: none; }
.wac-cs-item {
flex: 0 0 calc(50% - 3px);
display: flex;
flex-direction: column;
gap: 5px;
background: #fff;
border: 1px solid #fed7aa;
border-radius: 10px;
padding: 0 0 6px 0;
transition: border-color .15s, box-shadow .15s;
scroll-snap-align: start;
position: relative;
overflow: visible;
}
.wac-cs-item:hover { border-color: var(--wac-brand); box-shadow: 0 2px 8px rgba(0,0,0,.06); } .wac-cs-img-wrap-link {
display: block;
text-decoration: none !important;
border-radius: 9px 9px 0 0;
overflow: hidden;
flex-shrink: 0;
} .wac-cs-img {
width: 100%;
height: 110px;
object-fit: cover;
display: block;
border-radius: 9px 9px 0 0;
border: none;
}
.wac-cs-info {
display: flex; flex-direction: column; gap: 3px;
text-align: center;
padding: 0 6px;
}
.wac-cs-name {
font-size: 11.5px;
font-weight: 700;
color: #111827 !important;
text-decoration: none !important;
line-height: 1.3;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.wac-cs-name:hover { color: var(--wac-brand) !important; }
.wac-cs-price {
font-size: 12.5px;
color: var(--wac-brand);
font-weight: 800;
}
.wac-cs-price del { color: #9ca3af; font-weight: 400; margin-inline-end: 4px; font-size: 10.5px; }
.wac-cs-btn {
display: inline-flex; align-items: center; justify-content: center;
gap: 5px;
margin: 0 6px;
padding: 6px 4px;
font-size: 11px;
font-weight: 700;
border-radius: 8px;
border: 1.5px solid var(--wac-brand);
background: #fff;
color: var(--wac-brand) !important;
cursor: pointer;
text-decoration: none !important;
transition: background .15s, color .15s;
font-family: inherit;
white-space: nowrap;
}
.wac-cs-btn:hover { background: var(--wac-brand); color: #fff !important; }
.wac-cs-btn .wac-toast-icon svg { width: 13px; height: 13px; }
.wac-cs-btn--loading { opacity: .7; pointer-events: none; } .wac-cs-item .wac-cs-bestseller {
position: absolute !important;
top: -8px !important;
left: 50% !important;
right: auto !important;
bottom: auto !important;
transform: translateX(-50%) !important;
background: linear-gradient(135deg, #ef4444, #dc2626) !important;
color: #fff !important;
font-size: 9.5px !important;
font-weight: 800 !important;
padding: 2.5px 10px !important;
border-radius: 999px !important;
z-index: 5 !important;
line-height: 1.3 !important;
box-shadow: 0 2px 6px rgba(220,38,38,.4) !important;
white-space: nowrap !important;
pointer-events: none !important;
margin: 0 !important;
} .wac-cs-arrow {
position: absolute;
top: 50%;
left: 4px;
transform: translateY(-50%);
width: 26px; height: 26px;
background: rgba(255,255,255,0.95);
border: 1px solid #e5e7eb;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #475569;
cursor: pointer;
z-index: 3;
pointer-events: none;
box-shadow: 0 2px 6px rgba(0,0,0,.1);
}
.wac-cs-arrow svg { width: 12px; height: 12px; transform: rotate(180deg); } .wac-trust-badges {
display: grid;
grid-template-columns: repeat(4, 1fr);
align-items: stretch;
padding: 8px 4px;
background: #f0fdf4;
border: 1px solid #bbf7d0;
border-radius: 12px;
gap: 0;
}
.wac-trust-item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 3px;
padding: 0 4px;
border-inline-end: 1px solid #bbf7d0;
min-width: 0;
text-align: center;
}
.wac-trust-item:last-child { border-inline-end: none; }
.wac-trust-icon {
display: inline-flex; align-items: center; justify-content: center;
color: #047857;
flex-shrink: 0;
}
.wac-trust-icon svg { width: 18px; height: 18px; }
.wac-trust-text {
font-size: 10px;
font-weight: 700;
color: #166534;
line-height: 1.2;
} .wac-social-row {
display: flex;
align-items: stretch;
gap: 6px;
background: #fef2f2;
border: 1px solid #fecaca;
border-radius: 10px;
padding: 6px 8px;
}
.wac-social-proof {
flex: 1;
display: flex;
align-items: center;
gap: 6px;
font-size: 11px;
font-weight: 700;
color: #475569;
min-width: 0;
}
.wac-social-avatars {
display: flex;
flex-shrink: 0;
}
.wac-social-avatars img,
.wac-social-avatars span {
width: 18px; height: 18px;
border-radius: 50%;
border: 1.5px solid #fff;
margin-inline-start: -5px;
background: #cbd5e1;
display: inline-block;
}
.wac-social-avatars > :first-child { margin-inline-start: 0; }
.wac-social-text { line-height: 1.3; min-width: 0; }
.wac-social-text strong { font-weight: 800; color: #0f172a; }
.wac-low-stock {
display: inline-flex;
align-items: center;
gap: 4px;
background: #dc2626;
color: #fff;
font-size: 10.5px;
font-weight: 800;
padding: 5px 9px;
border-radius: 999px;
flex-shrink: 0;
white-space: nowrap;
line-height: 1.2;
}
.wac-low-stock-icon { display: inline-flex; }
.wac-low-stock-icon svg { width: 11px; height: 11px; } .wac-toast-checkout-wrap {
display: flex;
flex-direction: column;
gap: 6px;
}
.wac-toast .wac-toast-btn.wac-toast-btn--main,
a.wac-toast-btn.wac-toast-btn--main {
width: 100%;
background: var(--wac-brand) !important;
background-color: var(--wac-brand) !important;
background-image: none !important;
color: #fff !important;
border: 1.5px solid var(--wac-brand) !important;
padding: 13px 16px !important;
font-size: 15.5px !important;
font-weight: 800 !important;
border-radius: 14px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 8px !important;
text-decoration: none !important;
cursor: pointer;
transition: filter .2s, transform .15s !important;
box-shadow: 0 6px 16px rgba(29, 78, 216, .25);
line-height: 1.2;
}
.wac-toast .wac-toast-btn.wac-toast-btn--main:hover,
a.wac-toast-btn.wac-toast-btn--main:hover {
filter: brightness(.94);
color: #fff !important;
background: var(--wac-brand) !important;
background-color: var(--wac-brand) !important;
transform: translateY(-1px);
}
.wac-toast .wac-toast-btn.wac-toast-btn--main:active { transform: translateY(0); }
.wac-toast .wac-toast-btn.wac-toast-btn--main * { color: #fff !important; }
.wac-toast .wac-toast-btn.wac-toast-btn--main svg {
color: #fff !important;
fill: none !important;
stroke: #fff !important;
width: 18px;
height: 18px;
}
.wac-checkout-tagline {
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
font-size: 11.5px;
font-weight: 600;
color: #64748b;
text-align: center;
line-height: 1.3;
}
.wac-checkout-tagline-icon {
display: inline-flex; color: #16a34a;
}
.wac-checkout-tagline-icon svg { width: 13px; height: 13px; } .wac-toast-actions {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
}
.wac-toast-btn {
width: 100%;
display: flex; align-items: center; justify-content: center;
gap: 6px;
padding: 11px 8px;
font-size: 13px;
font-weight: 700;
text-decoration: none !important;
transition: background .2s, color .2s, border-color .2s;
cursor: pointer;
border-radius: 12px;
border: 1.5px solid #cbd5e1;
background: #fff;
color: #334155 !important;
box-sizing: border-box;
font-family: inherit;
line-height: 1.2;
}
.wac-toast-icon { display: inline-flex; align-items: center; justify-content: center; }
.wac-toast-icon svg { width: 15px; height: 15px; }
.wac-toast-btn--cart:hover,
.wac-toast-btn--continue:hover {
background: #f1f5f9 !important;
color: var(--wac-brand) !important;
border-color: var(--wac-brand);
} .wac-toast--error .wac-toast-inner > *:not(.wac-toast-top) { display: none; } @media (max-width: 480px) { .wac-toast {
width: calc(100vw - 16px);
max-width: 390px;
border-radius: 20px 20px 14px 14px;
top: auto !important;
bottom: 8px;
left: 50%;
transform: translateX(-50%) translateY(calc(100% + 24px)) !important;
transition: transform .42s cubic-bezier(.22,1,.36,1), opacity .25s;
font-size: 12.5px;
opacity: 0; max-height: calc(100vh - 16px);
max-height: calc(100dvh - 16px);
}
.wac-toast--show {
transform: translateX(-50%) translateY(0) !important;
opacity: 1;
}
.wac-toast-inner {
padding: 10px;
gap: 7px; max-height: calc(100vh - 16px);
max-height: calc(100dvh - 16px);
overflow-y: auto;
overscroll-behavior: contain;
-webkit-overflow-scrolling: touch;
}
.wac-toast-close { width: 22px; height: 22px; top: 7px; left: 7px; }
.wac-toast-close svg { width: 11px; height: 11px; }
.wac-toast-top { padding: 2px 4px 0 30px; gap: 8px; min-height: 54px; }
.wac-toast-img,
.wac-toast-img-wrap--icon { width: 56px; height: 56px; border-radius: 10px; }
.wac-toast-icon-only svg { width: 22px; height: 22px; }
.wac-toast-badge { width: 16px; height: 16px; bottom: -3px; left: -3px; border-width: 2px; }
.wac-toast-badge svg { width: 9px; height: 9px; }
.wac-toast-label { font-size: 12.5px; gap: 4px; }
.wac-toast-label-icon { width: 17px; height: 17px; }
.wac-toast-label-icon svg { width: 11px; height: 11px; }
.wac-toast-name { font-size: 10.5px; line-height: 1.3; }
.wac-ship-bar { padding: 6px 9px; gap: 5px; border-radius: 10px; }
.wac-ship-bar-msg { font-size: 10.5px; gap: 5px; }
.wac-ship-icon svg { width: 13px; height: 13px; }
.wac-ship-savings { font-size: 9px; padding: 3px 7px; gap: 3px; }
.wac-ship-savings svg { width: 9px; height: 9px; }
.wac-ship-bar-track { height: 4px; } .wac-coupon { padding: 6px 8px; border-radius: 10px; gap: 4px; }
.wac-coupon-head { display: none; }
.wac-coupon-note { display: none; }
.wac-coupon-circle { display: none; }
.wac-coupon-row { gap: 5px; }
.wac-coupon-main { border-radius: 7px; }
.wac-coupon-code { padding: 7px 8px; }
.wac-coupon-code-text { font-size: 12px; }
.wac-coupon-code-desc { font-size: 9px; line-height: 1.2; }
.wac-coupon-copy { font-size: 10px; padding: 7px 10px; gap: 3px; border-radius: 7px; }
.wac-coupon-copy-icon svg { width: 11px; height: 11px; }
.wac-cross-sells { padding: 6px 5px; border-radius: 10px; }
.wac-cs-title { font-size: 11px; gap: 4px; margin-bottom: 0; }
.wac-cs-title-emoji { font-size: 12px; }
.wac-cs-subtitle { font-size: 9px; margin-bottom: 4px; }
.wac-cs-list { gap: 5px; padding: 9px 2px 2px 2px; }
.wac-cs-item { padding: 0 0 5px 0; border-radius: 7px; gap: 4px; }
.wac-cs-img-wrap-link { border-radius: 6px 6px 0 0; }
.wac-cs-img { border-radius: 6px 6px 0 0; height: 80px; }
.wac-cs-info { padding: 0 5px; }
.wac-cs-name { font-size: 10px; line-height: 1.2; -webkit-line-clamp: 2; }
.wac-cs-price { font-size: 10.5px; }
.wac-cs-btn { font-size: 9.5px; padding: 4px 3px; gap: 3px; border-radius: 6px; border-width: 1.2px; margin: 0 5px; }
.wac-cs-btn .wac-toast-icon svg { width: 10px; height: 10px; }
.wac-cs-item .wac-cs-bestseller { font-size: 8.5px !important; padding: 2px 8px !important; top: -7px !important; }
.wac-cs-arrow { width: 20px; height: 20px; left: 3px; }
.wac-cs-arrow svg { width: 9px; height: 9px; }
.wac-trust-badges { padding: 5px 2px; border-radius: 9px; }
.wac-trust-item { gap: 1px; padding: 0 2px; }
.wac-trust-icon svg { width: 13px; height: 13px; }
.wac-trust-text { font-size: 8px; line-height: 1.15; }
.wac-social-row { padding: 4px 6px; gap: 4px; border-radius: 7px; }
.wac-social-proof { font-size: 9.5px; gap: 4px; }
.wac-social-avatars img,
.wac-social-avatars span { width: 14px; height: 14px; border-width: 1.2px; margin-inline-start: -3px; }
.wac-low-stock { font-size: 9px; padding: 3px 6px; gap: 3px; }
.wac-low-stock-icon svg { width: 9px; height: 9px; }
.wac-toast-checkout-wrap { gap: 3px; }
.wac-toast .wac-toast-btn.wac-toast-btn--main,
a.wac-toast-btn.wac-toast-btn--main {
font-size: 12.5px !important;
padding: 9px 10px !important;
border-radius: 10px !important;
gap: 5px !important;
}
.wac-toast .wac-toast-btn.wac-toast-btn--main svg { width: 14px; height: 14px; }
.wac-checkout-tagline { font-size: 9px; gap: 3px; }
.wac-checkout-tagline-icon svg { width: 10px; height: 10px; }
.wac-toast-actions { gap: 5px; }
.wac-toast-btn { font-size: 10px; padding: 6px 4px; gap: 3px; border-radius: 8px; border-width: 1.2px; }
.wac-toast-icon svg { width: 11px; height: 11px; }
} @media (max-width: 360px) {
.wac-toast { max-width: 340px; font-size: 12px; }
.wac-toast-inner { padding: 8px; gap: 5px; }
.wac-toast-top { padding: 2px 4px 0 28px; }
.wac-toast-img, .wac-toast-img-wrap--icon { width: 44px; height: 44px; }
.wac-toast-label { font-size: 12px; }
.wac-toast-name { font-size: 10px; }
.wac-cs-name { font-size: 9.5px; }
.wac-cs-btn { font-size: 9px; padding: 4px 2px; margin: 0 4px; }
.wac-trust-text { font-size: 7.5px; }
.wac-toast .wac-toast-btn.wac-toast-btn--main { font-size: 12px !important; padding: 8px 8px !important; }
} @media (max-height: 720px) {
.wac-toast-inner { gap: 5px; padding: 8px; }
.wac-toast-top { min-height: 48px; }
.wac-toast-img, .wac-toast-img-wrap--icon { width: 46px; height: 46px; }
.wac-coupon-circle { width: 38px; height: 38px; }
.wac-coupon-circle-pct { font-size: 11px; }
} .wac-btn-loading::after,
.wac-btn-loading::before { display: none !important; }
.wac-btn-loading { pointer-events: none; opacity: .75; }