.source-countries .source-country { display:flex;align-items:center;gap:10px;border:1px solid #e4e4e7;border-radius:15px;background:#fafafa;padding:8px 15px 8px 8px;text-align:right; }
.search-result-image-link { display:block !important;width:100%;aspect-ratio:4/3;border-bottom:1px solid #f4f4f5;background:#fff !important;padding:0 !important; }
.search-result-image-link img { display:block;width:72%;height:72%;margin:auto;object-fit:contain;padding:0; }
.search-result-card h2 a { display:inline !important;background:none !important;color:inherit !important;padding:0 !important;font:inherit !important; }
.search-result-card .add-to-cart { display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid #18181b;padding:13px;border-radius:13px;background:#fff;color:#18181b;font-size:15px;font-weight:800;transition:.2s; }
.search-result-card:hover .add-to-cart { background:#18181b;color:#fff; }
.search-result-card .add-to-cart-form { display:contents;margin:0; }
.search-result-card .add-to-cart-form .add-to-cart { width:100%;appearance:none;cursor:pointer;font-family:Cairo,Arial,sans-serif; }
.search-result-card .add-to-cart.is-loading { cursor:wait; }.cart-add-loading-dots { display:inline-flex;align-items:center;gap:5px;height:18px; }.cart-add-loading-dots i { display:block;width:6px;height:6px;border-radius:50%;background:currentColor;animation:cart-add-dot 1s ease-in-out infinite; }.cart-add-loading-dots i:nth-child(2) { animation-delay:.15s; }.cart-add-loading-dots i:nth-child(3) { animation-delay:.3s; } @keyframes cart-add-dot { 0%,80%,100% { opacity:.3;transform:translateY(0); } 40% { opacity:1;transform:translateY(-4px); } }
.search-result-card:hover .search-result-image-link { background:#fff !important;color:inherit; }
.search-result-card:hover h2 a { background:none !important;color:inherit !important; }
.search-empty-state,.search-error-state { display:grid;min-height:360px;place-items:center;align-content:center;gap:12px;border:1px solid #e4e4e7;border-radius:30px;background:#fff;text-align:center;padding:32px; }
.search-empty-state i,.search-error-state i { color:#047857;font-size:54px; }
.search-error-state i { color:#e11d48; }
.search-empty-state h1,.search-error-state h1 { margin:0;font-size:28px; }
.search-empty-state p,.search-error-state p { max-width:470px;margin:0;color:#71717a;font-weight:600; }
.search-error-state a { margin-top:10px;border-radius:12px;background:#18181b;color:#fff;padding:11px 18px;font-weight:800; }
.price-skeleton { display:inline-block;width:92px;height:24px;border-radius:7px;background:linear-gradient(90deg,#e4e4e7 25%,#f4f4f5 37%,#e4e4e7 63%);background-size:400% 100%;animation:price-skeleton-loading 1.4s ease infinite;vertical-align:middle; }
@keyframes price-skeleton-loading { 0% { background-position:100% 50%; } 100% { background-position:0 50%; } }
.live-results-pagination { display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:34px; }
.live-results-pagination .pagination-control { display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:6px;min-width:38px;height:38px;padding:0 12px;border:1px solid #d4d4d8;border-radius:10px;background:#fff;color:#3f3f46;font:800 13px/1 Cairo,sans-serif;cursor:pointer;transition:.2s;text-decoration:none;white-space:nowrap; }
.live-results-pagination .pagination-control i { display:grid;flex:0 0 auto;place-items:center;line-height:1; }
.live-results-pagination .pagination-control:hover:not(:disabled) { border-color:#047857;color:#047857; }
.live-results-pagination .pagination-control:focus-visible { outline:3px solid rgba(4,120,87,.28);outline-offset:2px; }
.live-results-pagination .pagination-control.is-current { border-color:#18181b;background:#18181b;color:#fff; }
.live-results-pagination button.pagination-control:disabled { cursor:default;opacity:.55; }
.live-results-pagination > span { margin-inline-start:8px;color:#71717a;font:800 12px Cairo,sans-serif; }
.deals-loading-context { display:flex;flex-direction:column;gap:13px;margin:0 0 38px;padding:29px 31px;border:1px solid #e4e4e7;border-radius:30px;background:#fff;box-shadow:0 8px 30px rgba(0,0,0,.04); }
.deals-page-hero { position:relative;display:flex;align-items:center;justify-content:space-between;gap:32px;overflow:hidden;width:min(1280px,100%);min-height:235px;margin:0 auto 40px;padding:32px 40px;border:2px solid rgba(225,29,72,.1);border-radius:32px;background:#fff;box-shadow:0 8px 30px rgba(225,29,72,.06); }.deals-page-hero-flare { position:absolute;display:block;border-radius:50%;pointer-events:none;filter:blur(100px);transition:1s; }.deals-page-hero-flare-primary { top:-128px;inset-inline-start:-128px;width:500px;height:500px;background:rgba(225,29,72,.06); }.deals-page-hero:hover .deals-page-hero-flare-primary { background:rgba(225,29,72,.1); }.deals-page-hero-flare-secondary { bottom:-96px;inset-inline-end:-96px;width:256px;height:256px;background:rgba(209,250,229,.8);filter:blur(60px); }.deals-page-hero-main { position:relative;z-index:1;display:flex;align-items:center;gap:24px; }.deals-page-hero-icon { display:grid;flex:0 0 auto;place-items:center;width:96px;height:96px;border-radius:24px;background:linear-gradient(135deg,#e11d48,#9f1239);box-shadow:0 10px 22px rgba(225,29,72,.2);color:#fff;font-size:54px;transform:rotate(-6deg);transition:.5s; }.deals-page-hero:hover .deals-page-hero-icon { transform:rotate(0); }.deals-page-hero-chips { display:flex;align-items:center;gap:12px;margin-bottom:12px; }.deals-page-hero-chips>span { display:flex;align-items:center;gap:6px;border:1px solid rgba(225,29,72,.2);border-radius:99px;background:rgba(225,29,72,.1);padding:6px 14px;color:#e11d48;font-size:13px;font-weight:800; }.deals-page-hero-chips small { display:flex;align-items:center;gap:4px;color:#71717a;font-size:13px;font-weight:800; }.deals-page-hero h1 { margin:0 0 10px;color:#18181b;font-size:clamp(32px,4vw,48px);line-height:1.15;font-weight:900;letter-spacing:-1px; }.deals-page-hero h1 em { color:#e11d48;font-style:normal; }.deals-page-hero p { display:flex;align-items:center;gap:8px;margin:0;color:#52525b;font-size:17px;font-weight:600; }.deals-page-hero-status { position:relative;z-index:1;min-width:300px;padding:21px 24px;border:1px solid #f4f4f5;border-radius:24px;background:rgba(250,250,250,.8);backdrop-filter:blur(8px); }.deals-page-hero-status-heading { display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px;color:#18181b;font-size:15px;font-weight:800; }.deals-page-hero-status-heading i { width:11px;height:11px;border-radius:50%;background:#e11d48;box-shadow:0 0 0 5px rgba(225,29,72,.14);animation:deals-status-pulse 2s infinite; }.deals-page-hero-stats { display:flex;gap:10px;direction:ltr; }.deals-page-hero-stats span { display:grid;flex:1;place-items:center;min-width:0;height:62px;border:1px solid #e4e4e7;border-radius:12px;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.04); }.deals-page-hero-stats b { color:#18181b;font:900 20px Outfit,sans-serif; }.deals-page-hero-stats small { color:#71717a;font-size:9px;font-weight:700;white-space:nowrap; }.deals-page-hero-stats .is-accent { border-color:#e11d48;background:#e11d48;box-shadow:0 4px 12px rgba(225,29,72,.22); }.deals-page-hero-stats .is-accent b,.deals-page-hero-stats .is-accent small { color:#fff; } @keyframes deals-status-pulse { 0% { box-shadow:0 0 0 0 rgba(225,29,72,.4); } 70% { box-shadow:0 0 0 6px rgba(225,29,72,0); } 100% { box-shadow:0 0 0 0 rgba(225,29,72,0); } }
.deals-loading-context span,.deals-skeleton-image,.deals-skeleton-line,.deals-skeleton-price,.deals-skeleton-button { display:block;background:linear-gradient(90deg,#e4e4e7 25%,#f4f4f5 37%,#e4e4e7 63%);background-size:400% 100%;animation:price-skeleton-loading 1.4s ease infinite; }
.deals-loading-context span:first-child { width:250px;height:32px;border-radius:9px; }.deals-loading-context span:last-child { width:150px;height:18px;border-radius:6px; }
.deals-product-skeleton { pointer-events:none; }.deals-skeleton-image { width:100%;aspect-ratio:4/3;border-bottom:1px solid #f4f4f5; }.deals-product-skeleton>div { gap:13px; }.deals-skeleton-line { height:14px;border-radius:5px; }.deals-skeleton-line.short { width:42%;height:11px; }.deals-skeleton-line.medium { width:76%; }.deals-skeleton-price { width:105px;height:27px;margin-top:auto;border-radius:7px; }.deals-skeleton-button { width:100%;height:45px;border-radius:13px; }
.deal-result-card .result-badge { right:auto;left:18px; }.deal-result-card .source-tag { right:18px;left:auto; }
.deals-page-hero p strong { color:#e11d48;font:900 28px Outfit,sans-serif; }
@media (max-width:900px) { .deals-page-hero { align-items:flex-start;flex-direction:column;padding:29px; }.deals-page-hero-status { width:100%; }.deals-page-hero-stats span { height:58px; } }
@media (max-width:700px) { .deals-page-hero { width:100%;min-height:0;margin:0 0 25px;padding:24px 20px;border-radius:24px; }.deals-page-hero-main { align-items:flex-start;gap:15px; }.deals-page-hero-icon { width:58px;height:58px;border-radius:18px;font-size:34px; }.deals-page-hero-chips { flex-wrap:wrap;gap:7px;margin-bottom:10px; }.deals-page-hero-chips>span,.deals-page-hero-chips small { font-size:10px; }.deals-page-hero-chips>span { padding:5px 9px; }.deals-page-hero h1 { font-size:29px; }.deals-page-hero p { font-size:12px;line-height:1.8; }.deals-page-hero-status { padding:17px;border-radius:18px; }.deals-page-hero-status-heading { margin-bottom:12px;font-size:12px; }.deals-loading-context { margin-bottom:25px;padding:22px;border-radius:23px; }.deals-loading-context span:first-child { width:190px;height:25px; } }
@media (max-width:700px) { .deal-result-card .result-badge { right:auto;left:10px; }.deal-result-card .source-tag { right:10px;left:auto; } }
@media (max-width:700px) { .search-result-image-link img { width:74%;height:74%; }.search-result-card .add-to-cart { padding:9px;font-size:11px; }.live-results-pagination { gap:6px;margin-top:26px; }.live-results-pagination .pagination-control { min-width:34px;height:34px;padding:0 9px;font-size:11px; }.live-results-pagination > span { width:100%;margin:5px 0 0;text-align:center; } }
