.abpwa__banner  *,
.abpwa__ios-guide *,
.abpwa__overlay *,
.abpwa__toast   *,
.abpwa__splash  * {
box-sizing: border-box !important;
-webkit-tap-highlight-color: transparent !important;
font-family: Tahoma, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
} .abpwa__overlay {
all: initial !important;
display: block !important;
position: fixed !important;
inset: 0 !important;
z-index: 999996 !important;
background: rgba(0, 0, 0, 0.38) !important;
backdrop-filter: blur(3px) !important;
-webkit-backdrop-filter: blur(3px) !important;
opacity: 0 !important;
pointer-events: none !important;
transition: opacity 0.35s ease !important;
}
.abpwa__overlay.abpwa--show {
opacity: 1 !important;
pointer-events: auto !important;
} .abpwa__banner,
.abpwa__ios-guide {
all: initial !important;
display: block !important;
position: fixed !important;
bottom: -300px !important;
left: 50% !important;
transform: translateX(-50%) !important;
width: calc(100% - 32px) !important;
max-width: 430px !important;
z-index: 999999 !important;
direction: rtl !important;
transition: bottom 0.45s cubic-bezier(0.34, 1.35, 0.64, 1) !important;
}
.abpwa__banner.abpwa--show,
.abpwa__ios-guide.abpwa--show {
bottom: 20px !important;
} .abpwa__card {
position: relative !important;
display: block !important;
background: rgba(255, 255, 255, 0.84) !important;
backdrop-filter: blur(28px) saturate(180%) brightness(1.05) !important;
-webkit-backdrop-filter: blur(28px) saturate(180%) brightness(1.05) !important;
border: 1px solid rgba(255, 255, 255, 0.58) !important;
border-radius: 22px !important;
padding: 16px 16px 14px !important;
box-shadow:
0 12px 40px rgba(0, 0, 0, 0.18),
0 2px 8px rgba(0, 0, 0, 0.08),
inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
overflow: hidden !important;
} .abpwa__card::before {
content: '' !important;
display: block !important;
position: absolute !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
height: 50% !important;
background: linear-gradient(180deg, rgba(255,255,255,0.46) 0%, transparent 100%) !important;
pointer-events: none !important;
border-radius: 22px 22px 0 0 !important;
z-index: 0 !important;
} .abpwa__close {
all: unset !important;
cursor: pointer !important;
display: flex !important;
position: absolute !important;
top: 12px !important;
left: 12px !important;
width: 26px !important;
height: 26px !important;
border-radius: 50% !important;
background: rgba(0, 0, 0, 0.07) !important;
align-items: center !important;
justify-content: center !important;
color: #555 !important;
font-size: 13px !important;
line-height: 1 !important;
z-index: 2 !important;
transition: background 0.2s !important;
}
.abpwa__close:hover  { background: rgba(0, 0, 0, 0.14) !important; }
.abpwa__close:active { background: rgba(0, 0, 0, 0.22) !important; } .abpwa__header {
display: flex !important;
align-items: center !important;
gap: 12px !important;
margin-bottom: 10px !important;
position: relative !important;
z-index: 1 !important;
}
.abpwa__icon {
width: 54px !important;
height: 54px !important;
border-radius: 14px !important;
flex-shrink: 0 !important;
overflow: hidden !important;
background: rgba(26, 115, 232, 0.10) !important;
box-shadow: 0 2px 10px rgba(0,0,0,0.14) !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
.abpwa__icon img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
display: block !important;
}
.abpwa__icon-emoji {
font-size: 28px !important;
line-height: 1 !important;
display: block !important;
}
.abpwa__meta {
flex: 1 !important;
min-width: 0 !important;
display: flex !important;
flex-direction: column !important;
gap: 3px !important;
}
.abpwa__title {
display: block !important;
font-size: 15px !important;
font-weight: 700 !important;
color: #111827 !important;
margin: 0 !important;
padding: 0 !important;
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
line-height: 1.3 !important;
}
.abpwa__subtitle {
display: block !important;
font-size: 12px !important;
color: #6b7280 !important;
margin: 0 !important;
padding: 0 !important;
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
} .abpwa__msg {
display: block !important;
font-size: 13px !important;
color: #374151 !important;
line-height: 1.65 !important;
margin: 0 0 14px !important;
padding: 0 !important;
position: relative !important;
z-index: 1 !important;
} .abpwa__btns {
display: flex !important;
gap: 10px !important;
align-items: center !important;
position: relative !important;
z-index: 1 !important;
} .abpwa__btn-add {
all: unset !important;
cursor: pointer !important;
flex: 1 !important;
display: block !important;
padding: 12px 16px !important;
border-radius: 14px !important;
background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%) !important;
color: #fff !important;
font-size: 14px !important;
font-weight: 700 !important;
text-align: center !important;
box-shadow: 0 4px 16px rgba(26, 115, 232, 0.42) !important;
transition: transform 0.12s ease, box-shadow 0.2s ease !important;
letter-spacing: 0.2px !important;
line-height: 1.4 !important;
}
.abpwa__btn-add:active {
transform: scale(0.95) !important;
box-shadow: 0 2px 8px rgba(26, 115, 232, 0.22) !important;
} .abpwa__btn-later {
all: unset !important;
cursor: pointer !important;
display: block !important;
padding: 12px 14px !important;
border-radius: 14px !important;
border: 1.5px solid rgba(0,0,0,0.10) !important;
background: rgba(255,255,255,0.52) !important;
color: #6b7280 !important;
font-size: 13px !important;
font-weight: 500 !important;
text-align: center !important;
white-space: nowrap !important;
line-height: 1.4 !important;
transition: background 0.2s !important;
}
.abpwa__btn-later:hover  { background: rgba(0,0,0,0.05) !important; }
.abpwa__btn-later:active { background: rgba(0,0,0,0.10) !important; } .abpwa__btn-full {
all: unset !important;
cursor: pointer !important;
display: block !important;
width: 100% !important;
padding: 12px 16px !important;
border-radius: 14px !important;
border: 1.5px solid rgba(0,0,0,0.10) !important;
background: rgba(255,255,255,0.52) !important;
color: #6b7280 !important;
font-size: 13px !important;
font-weight: 500 !important;
text-align: center !important;
margin-top: 12px !important;
line-height: 1.4 !important;
box-sizing: border-box !important;
transition: background 0.2s !important;
}
.abpwa__btn-full:hover  { background: rgba(0,0,0,0.05) !important; } .abpwa__steps {
display: flex !important;
flex-direction: column !important;
gap: 10px !important;
margin: 10px 0 2px !important;
position: relative !important;
z-index: 1 !important;
}
.abpwa__step {
display: flex !important;
align-items: flex-start !important;
gap: 10px !important;
}
.abpwa__step-num {
width: 24px !important;
height: 24px !important;
border-radius: 50% !important;
background: #1a73e8 !important;
color: #fff !important;
font-size: 12px !important;
font-weight: 700 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
flex-shrink: 0 !important;
margin-top: 2px !important;
line-height: 1 !important;
}
.abpwa__step-text {
font-size: 13px !important;
color: #374151 !important;
line-height: 1.6 !important;
display: block !important;
}
.abpwa__step-text strong {
font-weight: 700 !important;
color: #111827 !important;
}
.abpwa__share-svg {
display: inline-block !important;
width: 16px !important;
height: 16px !important;
vertical-align: text-bottom !important;
color: #1a73e8 !important;
fill: currentColor !important;
} .abpwa__toast {
all: initial !important;
display: block !important;
position: fixed !important;
top: 24px !important;
left: 50% !important;
transform: translateX(-50%) translateY(-140px) !important;
background: rgba(16, 185, 80, 0.92) !important;
backdrop-filter: blur(14px) !important;
-webkit-backdrop-filter: blur(14px) !important;
color: #fff !important;
padding: 13px 26px !important;
border-radius: 50px !important;
font-size: 14px !important;
font-weight: 600 !important;
font-family: Tahoma, Arial, sans-serif !important;
direction: rtl !important;
z-index: 9999999 !important;
white-space: nowrap !important;
box-shadow: 0 4px 20px rgba(16, 185, 80, 0.38) !important;
transition: transform 0.42s cubic-bezier(0.34, 1.35, 0.64, 1) !important;
pointer-events: none !important;
}
.abpwa__toast.abpwa--show {
transform: translateX(-50%) translateY(0) !important;
} .abpwa__splash {
all: initial !important;
display: flex !important;
position: fixed !important;
inset: 0 !important;
z-index: 9999998 !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
gap: 20px !important;
transition: opacity 0.6s ease !important;
}
.abpwa__splash.abpwa--fade {
opacity: 0 !important;
pointer-events: none !important;
}
.abpwa__splash-icon {
width: 96px !important;
height: 96px !important;
border-radius: 22px !important;
overflow: hidden !important;
display: block !important;
box-shadow: 0 8px 32px rgba(0,0,0,0.28) !important;
}
.abpwa__splash-icon img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
display: block !important;
}
.abpwa__splash-icon-emoji {
font-size: 52px !important;
line-height: 1 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
width: 96px !important;
height: 96px !important;
border-radius: 22px !important;
background: rgba(255,255,255,0.18) !important;
}
.abpwa__splash-name {
display: block !important;
font-size: 22px !important;
font-weight: 700 !important;
font-family: Tahoma, Arial, sans-serif !important;
letter-spacing: 0.4px !important;
text-align: center !important;
padding: 0 24px !important;
}
.abpwa__splash-loader {
display: flex !important;
gap: 6px !important;
margin-top: 6px !important;
}
.abpwa__splash-loader span {
display: block !important;
width: 6px !important;
height: 6px !important;
border-radius: 50% !important;
background: rgba(255,255,255,0.7) !important;
animation: abpwa-bounce 1.2s infinite ease-in-out !important;
}
.abpwa__splash-loader span:nth-child(2) { animation-delay: 0.2s !important; }
.abpwa__splash-loader span:nth-child(3) { animation-delay: 0.4s !important; }
@keyframes abpwa-bounce {
0%, 80%, 100% { transform: scale(0.7); opacity: 0.5; }
40%            { transform: scale(1);   opacity: 1;   }
} @media (prefers-color-scheme: dark) {
.abpwa__card {
background: rgba(22, 22, 32, 0.90) !important;
border-color: rgba(255, 255, 255, 0.09) !important;
}
.abpwa__title    { color: #f3f4f6 !important; }
.abpwa__msg      { color: #d1d5db !important; }
.abpwa__subtitle { color: #9ca3af !important; }
.abpwa__step-text { color: #e5e7eb !important; }
.abpwa__step-text strong { color: #f9fafb !important; }
.abpwa__close { color: #9ca3af !important; background: rgba(255,255,255,0.09) !important; }
.abpwa__btn-later,
.abpwa__btn-full {
border-color: rgba(255,255,255,0.12) !important;
background: rgba(255,255,255,0.06) !important;
color: #9ca3af !important;
}
}.msw-widget-wrapper {
display: flex;
flex-wrap: wrap;
gap: 24px;
direction: rtl;
box-sizing: border-box;
}
.msw-widget-wrapper * {
box-sizing: border-box;
} .msw-sidebar {
flex: 0 0 240px;
max-width: 240px;
display: flex;
flex-direction: column;
gap: 20px;
}
.msw-products-section {
flex: 1 1 0%;
min-width: 0;
}
.msw-section-title {
font-size: 15px;
font-weight: 700;
margin: 0 0 10px;
} .msw-category-filter {
padding-bottom: 8px;
border-bottom: 1px solid #eee;
}
.msw-cat-list {
list-style: none;
margin: 0;
padding: 0;
}
.msw-cat-list--child {
padding-inline-start: 14px;
margin-top: 4px;
}
.msw-cat-item {
margin-bottom: 4px;
}
.msw-cat-link {
display: flex;
justify-content: space-between;
gap: 6px;
text-decoration: none;
color: inherit;
padding: 4px 0;
font-size: 14px;
transition: color 0.15s ease;
cursor: pointer;
}
.msw-cat-item.is-active > .msw-cat-link {
font-weight: 700;
color: #5a3e85;
} .msw-price-filter { padding-top: 4px; }
.msw-price-filter-inner {
display: flex;
flex-direction: column;
gap: 12px;
}
.msw-price-values {
display: flex;
justify-content: space-between;
font-size: 13px;
}
.msw-price-slider {
position: relative;
height: 28px;
}
.msw-price-track {
position: absolute;
top: 50%;
left: 0;
right: 0;
height: 4px;
background: #e0e0e0;
border-radius: 4px;
transform: translateY(-50%);
}
.msw-price-track-fill {
position: absolute;
top: 0;
bottom: 0;
background: #7f54b3;
border-radius: 4px;
}
.msw-price-range {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 28px;
margin: 0;
background: transparent;
pointer-events: none;
-webkit-appearance: none;
appearance: none;
}
.msw-price-range::-webkit-slider-thumb {
pointer-events: auto;
-webkit-appearance: none;
appearance: none;
width: 16px;
height: 16px;
border-radius: 50%;
background: #7f54b3;
cursor: pointer;
border: 2px solid #fff;
box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.msw-price-range::-moz-range-thumb {
pointer-events: auto;
width: 16px;
height: 16px;
border-radius: 50%;
background: #7f54b3;
cursor: pointer;
border: 2px solid #fff;
box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.msw-price-range::-webkit-slider-runnable-track,
.msw-price-range::-moz-range-track { background: transparent; }
.msw-price-apply {
align-self: flex-start;
background: #7f54b3;
color: #fff;
border: none;
padding: 7px 16px;
border-radius: 4px;
cursor: pointer;
font-size: 13px;
font-family: inherit;
}
.msw-price-apply:hover { opacity: 0.88; } .msw-products-grid {
display: grid;
gap: 16px;
grid-template-columns: repeat(4, 1fr);
}
.msw-cols-2 { grid-template-columns: repeat(2, 1fr); }
.msw-cols-3 { grid-template-columns: repeat(3, 1fr); }
.msw-cols-4 { grid-template-columns: repeat(4, 1fr); }
.msw-cols-5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 1024px) {
.msw-products-grid { grid-template-columns: repeat(3, 1fr) !important; }
} .msw-filter-toggle { display: none; }
.msw-filter-body   { display: block; } .msw-active-cat-label {
font-size: 15px;
font-weight: 700;
color: #3d2366;
padding: 0 0 10px;
border-bottom: 2px solid #e8e0f3;
margin-bottom: 14px;
} @media (max-width: 767px) {
.msw-widget-wrapper { flex-direction: column; gap: 12px; }
.msw-sidebar {
flex: 1 1 100%;
max-width: 100%;
flex-direction: row; gap: 8px;
} .msw-section.msw-category-filter,
.msw-section.msw-price-filter {
flex: 1 1 0%;
min-width: 0;
border: none;
padding: 0;
} .msw-section-title { display: none; } .msw-filter-toggle {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 8px 12px;
background: #f0ebf8;
border: 1.5px solid #c4aee8;
border-radius: 6px;
cursor: pointer;
font-size: 13px;
font-weight: 600;
color: #3d2366;
direction: rtl;
font-family: inherit;
line-height: 1.4;
transition: background 0.15s ease, border-color 0.15s ease;
}
.msw-filter-toggle:hover {
background: #e4d9f5;
border-color: #a98bd4;
}
.msw-filter-toggle.is-open {
background: #7f54b3;
border-color: #7f54b3;
color: #fff;
}
.msw-filter-toggle-icon {
font-size: 9px;
line-height: 1;
margin-inline-start: 6px;
flex-shrink: 0;
transition: transform 0.2s ease;
}
.msw-filter-toggle.is-open .msw-filter-toggle-icon {
transform: rotate(180deg);
} .msw-filter-body {
display: none;
position: absolute; top: calc(100% + 4px);
right: 0;
left: 0;
z-index: 99;
background: #fff;
border: 1px solid #ddd;
border-radius: 8px;
padding: 14px;
box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.msw-filter-body.is-open { display: block; } .msw-section.msw-category-filter,
.msw-section.msw-price-filter {
position: relative;
}
.msw-products-grid { grid-template-columns: repeat(2, 1fr) !important; } .msw-active-cat-label {
display: block; }
}
@media (max-width: 480px) {
.msw-products-grid { grid-template-columns: 1fr !important; }
} .msw-product-card {
border: 1px solid #eee;
border-radius: 8px;
padding: 12px;
position: relative;
background: #fff;
transition: box-shadow 0.2s ease;
display: flex;
flex-direction: column;
}
.msw-product-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,0.08); }
.msw-product-link {
text-decoration: none;
color: inherit;
flex: 1;
display: block;
}
.msw-product-thumb { position: relative; margin-bottom: 10px; }
.msw-product-thumb img {
width: 100%;
height: auto;
display: block;
border-radius: 6px;
}
.msw-stock-badge {
position: absolute;
top: 8px;
right: 8px;
font-size: 11px;
padding: 2px 8px;
border-radius: 20px;
color: #fff;
line-height: 1.6;
}
.msw-stock-badge--instock { background: #1e8e3e; }
.msw-stock-badge--oos     { background: #d93025; }
.msw-product-title {
font-size: 14px;
font-weight: 600;
margin: 0 0 6px;
line-height: 1.4;
}
.msw-product-price {
font-size: 15px;
font-weight: 700;
margin-bottom: 4px;
}
.msw-no-price { font-size: 13px; opacity: 0.7; font-weight: 400; }
.msw-delivery-time {
display: inline-flex;
align-items: center;
gap: 4px;
font-size: 12px;
color: #555;
margin: 4px 0;
}
.msw-delivery-time__icon { font-size: 12px; }
.msw-add-to-cart {
display: block;
text-align: center;
margin-top: 8px;
padding: 8px 10px;
border-radius: 4px;
background: #7f54b3;
color: #fff !important;
text-decoration: none;
font-size: 13px;
cursor: pointer;
border: none;
font-family: inherit;
}
.msw-add-to-cart--disabled {
background: #ccc;
color: #666 !important;
cursor: not-allowed;
}
.msw-product-card .added_to_cart { display: none !important; }
.msw-no-products,
.msw-empty-note { padding: 20px; text-align: center; opacity: 0.7; } .msw-pagination {
display: flex;
gap: 6px;
margin-top: 20px;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
overflow-x: auto;
padding-bottom: 4px;
}
.msw-page-btn {
flex: 0 0 auto;
border: 1px solid #ddd;
background: #fff;
padding: 6px 12px;
border-radius: 4px;
cursor: pointer;
font-size: 13px;
white-space: nowrap;
font-family: inherit;
}
.msw-page-btn.is-active {
background: #7f54b3;
color: #fff;
border-color: #7f54b3;
}
.msw-page-btn--nav { font-weight: 600; }
.msw-page-dots { padding: 0 4px; opacity: 0.6; font-size: 13px; flex: 0 0 auto; }
.msw-products-loading {
text-align: center;
padding: 10px;
font-size: 13px;
opacity: 0.7;
}
.msw-delivery-time--single { margin: 10px 0; font-size: 14px; }