.PostCard-module__dpcBkW__wrapper{position:relative}.PostCard-module__dpcBkW__card{flex-direction:column;height:100%;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.PostCard-module__dpcBkW__imageWrap{aspect-ratio:16/10;background:var(--bg-elevated);position:relative;overflow:hidden}.PostCard-module__dpcBkW__img{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .4s;display:block}.PostCard-module__dpcBkW__card:hover .PostCard-module__dpcBkW__img{transform:scale(1.03)}.PostCard-module__dpcBkW__badges{z-index:1;flex-wrap:wrap;gap:4px;display:flex;position:absolute;top:10px;left:10px}.PostCard-module__dpcBkW__discount{background:var(--danger);color:#fff;border-radius:var(--radius-sm);z-index:1;letter-spacing:.03em;padding:3px 8px;font-size:.72rem;font-weight:800;position:absolute;top:10px;right:10px}.PostCard-module__dpcBkW__newToday{color:#fff;text-align:center;letter-spacing:.04em;z-index:1;background:linear-gradient(90deg,#059669,#10b981);padding:5px;font-size:.7rem;font-weight:700;position:absolute;bottom:20px;left:0;right:0}.PostCard-module__dpcBkW__timeAgo{color:#e2f5ea;text-align:center;z-index:1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;padding:3px 5px;font-size:.65rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.PostCard-module__dpcBkW__heart{cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;transition:transform .2s,box-shadow .2s;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 8px #00000026}.PostCard-module__dpcBkW__heart:hover{transform:scale(1.18);box-shadow:0 4px 12px #0003}.PostCard-module__dpcBkW__heartActive{background:#fff0f2f2}.PostCard-module__dpcBkW__compareBtn{border:1px solid var(--border);border-radius:var(--radius-full);cursor:pointer;z-index:10;white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--text-muted);opacity:0;background:#ffffffeb;padding:4px 12px;font-size:.7rem;font-weight:600;transition:all .2s;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.PostCard-module__dpcBkW__wrapper:hover .PostCard-module__dpcBkW__compareBtn{opacity:1}.PostCard-module__dpcBkW__compareBtnActive{background:var(--primary);color:#fff;border-color:var(--primary);opacity:1!important}.PostCard-module__dpcBkW__compareBtn:hover{transform:translate(-50%)scale(1.04)}.PostCard-module__dpcBkW__body{flex-direction:column;flex:1;gap:4px;padding:14px 16px 16px;display:flex}.PostCard-module__dpcBkW__title{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.95rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.PostCard-module__dpcBkW__kingdom{color:var(--primary);font-size:.75rem;font-weight:600}.PostCard-module__dpcBkW__desc{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:2px;font-size:.8rem;line-height:1.4;display:-webkit-box;overflow:hidden}.PostCard-module__dpcBkW__stockRow{flex-wrap:wrap;gap:8px;margin-top:6px;display:flex}.PostCard-module__dpcBkW__stockAvail{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;padding:2px 8px;font-size:.68rem;font-weight:700}.PostCard-module__dpcBkW__stockSold{color:var(--text-subtle);border:1px solid var(--border);background:#f8fafc;border-radius:999px;padding:2px 8px;font-size:.68rem;font-weight:600}.PostCard-module__dpcBkW__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:10px;padding-top:10px;display:flex}.PostCard-module__dpcBkW__priceRow{align-items:baseline;gap:6px;display:flex}.PostCard-module__dpcBkW__origPrice{color:var(--text-subtle);font-size:.78rem;text-decoration:line-through}.PostCard-module__dpcBkW__price{color:var(--primary);font-size:1.05rem;font-weight:800}.PostCard-module__dpcBkW__cta{color:var(--text-muted);font-size:.78rem;font-weight:600;transition:color .2s}.PostCard-module__dpcBkW__card:hover .PostCard-module__dpcBkW__cta{color:var(--primary)}.PostCard-module__dpcBkW__hotBadge{color:#fff;letter-spacing:.03em;background:#dc2626;border-radius:4px;padding:2px 6px;font-size:.62rem;font-weight:800}.PostCard-module__dpcBkW__newBadge{color:#fff;letter-spacing:.03em;background:#2563eb;border-radius:4px;padding:2px 6px;font-size:.62rem;font-weight:800}.PostCard-module__dpcBkW__flashPrice{color:#dc2626}.PostCard-module__dpcBkW__todayPrice{color:#2563eb}@media (max-width:768px){.PostCard-module__dpcBkW__wrapper{box-sizing:border-box;width:100%;min-width:0;max-width:100%;position:relative;overflow:hidden}.PostCard-module__dpcBkW__card{border:1px solid var(--border);box-sizing:border-box;background:#fff;border-radius:10px;flex-direction:column;width:100%;min-width:0;max-width:100%;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000a}.PostCard-module__dpcBkW__imageWrap{aspect-ratio:16/9;border-radius:10px 10px 0 0;width:100%;min-width:0;max-width:100%;height:auto;position:relative;overflow:hidden}.PostCard-module__dpcBkW__img{object-fit:cover;width:100%;height:100%}.PostCard-module__dpcBkW__badges{gap:2px;max-width:85%;top:4px;left:4px;overflow:hidden}.PostCard-module__dpcBkW__timeAgo{padding:1px 4px;font-size:.55rem}.PostCard-module__dpcBkW__body{box-sizing:border-box;flex-direction:column;gap:2px;width:100%;min-width:0;max-width:100%;padding:6px;display:flex;overflow:hidden}.PostCard-module__dpcBkW__title{color:#0f172a;-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;min-width:0;font-size:.76rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.PostCard-module__dpcBkW__desc{color:#475569;-webkit-line-clamp:1;word-break:break-word;-webkit-box-orient:vertical;min-width:0;margin-top:0;font-size:.65rem;font-weight:500;display:-webkit-box;overflow:hidden}.PostCard-module__dpcBkW__stockRow{flex-wrap:wrap;gap:2px;min-width:0;margin-top:2px;display:flex;overflow:hidden}.PostCard-module__dpcBkW__stockAvail,.PostCard-module__dpcBkW__stockSold{white-space:nowrap;text-overflow:ellipsis;max-width:100%;padding:1px 4px;font-size:.55rem;overflow:hidden}.PostCard-module__dpcBkW__footer{border-top:1px solid var(--border);box-sizing:border-box;width:100%;min-width:0;margin-top:4px;padding-top:4px;overflow:hidden}.PostCard-module__dpcBkW__priceRow{flex-wrap:wrap;align-items:baseline;gap:2px;width:100%;min-width:0;display:flex;overflow:hidden}.PostCard-module__dpcBkW__price{font-size:.84rem;font-weight:800}.PostCard-module__dpcBkW__origPrice{color:#94a3b8;font-size:.64rem;text-decoration:line-through}.PostCard-module__dpcBkW__cta{display:none}.PostCard-module__dpcBkW__heart{width:22px;height:22px;font-size:.7rem;top:4px;right:4px;box-shadow:0 1px 3px #00000026}.PostCard-module__dpcBkW__compareBtn{display:none}}
.SoldPreview-module__k8yB8a__section{background:var(--bg)}.SoldPreview-module__k8yB8a__top{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.SoldPreview-module__k8yB8a__grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.SoldPreview-module__k8yB8a__item{background:var(--bg-elevated);border:1px solid var(--border);aspect-ratio:16/11;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 1px 3px #00000008}.SoldPreview-module__k8yB8a__img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.SoldPreview-module__k8yB8a__soldTag{color:#fff;z-index:1;letter-spacing:.03em;background:#059669;border-radius:4px;padding:2px 6px;font-size:.6rem;font-weight:800;position:absolute;top:6px;left:6px}.SoldPreview-module__k8yB8a__timeTag{color:#fff;text-align:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1;white-space:nowrap;text-overflow:ellipsis;background:#000000bf;padding:3px 2px;font-size:.58rem;font-weight:600;position:absolute;bottom:0;left:0;right:0;overflow:hidden}@media (max-width:768px){.SoldPreview-module__k8yB8a__grid{grid-template-columns:repeat(2,1fr);gap:10px}}
.CategoryGrid-module__ysM8Ya__header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.CategoryGrid-module__ysM8Ya__grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}@media (max-width:768px){.CategoryGrid-module__ysM8Ya__grid{grid-template-columns:repeat(2,1fr);gap:10px}}.CategoryGrid-module__ysM8Ya__card{border:1px solid var(--border);text-align:center;background:#fff;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:16px 12px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 1px 3px #00000008}.CategoryGrid-module__ysM8Ya__card:hover{box-shadow:var(--shadow);border-color:var(--border-light);transform:translateY(-2px)}.CategoryGrid-module__ysM8Ya__emoji{margin-bottom:2px;font-size:1.6rem}.CategoryGrid-module__ysM8Ya__label{color:#0f172a;font-size:.88rem;font-weight:700;line-height:1.2}.CategoryGrid-module__ysM8Ya__sublabel{color:#64748b;font-size:.75rem;font-weight:500}
.WhyChooseUs-module__rvx7SW__section{background:var(--bg-secondary)}.WhyChooseUs-module__rvx7SW__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;display:grid}.WhyChooseUs-module__rvx7SW__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:28px 24px;transition:border-color .2s,transform .2s,box-shadow .2s}.WhyChooseUs-module__rvx7SW__card:hover{border-color:#2563eb4d;transform:translateY(-4px);box-shadow:0 12px 32px #2563eb1a}.WhyChooseUs-module__rvx7SW__icon{margin-bottom:14px;font-size:2.2rem;line-height:1}.WhyChooseUs-module__rvx7SW__title{margin-bottom:8px;font-size:1rem;font-weight:700}.WhyChooseUs-module__rvx7SW__desc{color:var(--text-muted);font-size:.85rem;line-height:1.6}@media (max-width:768px){.WhyChooseUs-module__rvx7SW__grid{grid-template-columns:repeat(2,1fr);gap:10px}.WhyChooseUs-module__rvx7SW__card{padding:14px 12px}.WhyChooseUs-module__rvx7SW__icon{margin-bottom:8px;font-size:1.6rem}.WhyChooseUs-module__rvx7SW__title{margin-bottom:4px;font-size:.88rem}.WhyChooseUs-module__rvx7SW__desc{font-size:.75rem;line-height:1.4}}
.Reviews-module__XcOq9a__section{background:var(--bg-secondary)}.Reviews-module__XcOq9a__headerRow{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.Reviews-module__XcOq9a__overallScore{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);min-width:120px;box-shadow:var(--shadow-sm);flex-direction:column;align-items:center;gap:4px;padding:16px 24px;display:flex}.Reviews-module__XcOq9a__bigScore{color:var(--text);font-size:2.4rem;font-weight:900;line-height:1}.Reviews-module__XcOq9a__scoreLabel{color:var(--text-subtle);margin-top:2px;font-size:.7rem;font-weight:600}.Reviews-module__XcOq9a__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.Reviews-module__XcOq9a__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:12px;padding:20px;transition:transform .2s,box-shadow .2s;display:flex}.Reviews-module__XcOq9a__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.Reviews-module__XcOq9a__cardTop{align-items:center;gap:12px;display:flex;position:relative}.Reviews-module__XcOq9a__avatar{color:#fff;letter-spacing:-.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:800;display:flex}.Reviews-module__XcOq9a__avatarImg{object-fit:cover;border:2px solid var(--border);border-radius:50%;flex-shrink:0;width:44px;height:44px}.Reviews-module__XcOq9a__reviewerInfo{flex:1;min-width:0}.Reviews-module__XcOq9a__reviewerName{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:700;overflow:hidden}.Reviews-module__XcOq9a__reviewerMeta{flex-wrap:wrap;align-items:center;gap:8px;margin-top:2px;display:flex}.Reviews-module__XcOq9a__platformBadge{color:var(--text-subtle);background:var(--bg-elevated);border:1px solid var(--border);text-transform:capitalize;border-radius:999px;padding:1px 8px;font-size:.68rem;font-weight:600}.Reviews-module__XcOq9a__reviewDate{color:var(--text-subtle);font-size:.68rem}.Reviews-module__XcOq9a__verifiedBadge{color:#fff;cursor:help;background:#1a73e8;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.72rem;font-weight:800;display:flex;position:absolute;top:0;right:0}.Reviews-module__XcOq9a__stars{gap:2px;display:flex}.Reviews-module__XcOq9a__starFilled{color:#fbbc04;font-size:1rem}.Reviews-module__XcOq9a__starEmpty{color:var(--border-light);font-size:1rem}.Reviews-module__XcOq9a__reviewText{color:var(--text-muted);flex:1;font-size:.85rem;font-style:italic;line-height:1.6}.Reviews-module__XcOq9a__screenshotWrap{border-radius:var(--radius-sm);border:1px solid var(--border);max-height:200px;overflow:hidden}.Reviews-module__XcOq9a__screenshot{object-fit:cover;width:100%;transition:transform .4s;display:block}.Reviews-module__XcOq9a__card:hover .Reviews-module__XcOq9a__screenshot{transform:scale(1.02)}.Reviews-module__XcOq9a__empty{text-align:center;padding:48px 24px}.Reviews-module__XcOq9a__emptyIcon{opacity:.3;margin-bottom:10px;font-size:2.5rem}.Reviews-module__XcOq9a__empty p{color:var(--text-muted);font-size:.9rem}@media (max-width:768px){.Reviews-module__XcOq9a__headerRow{text-align:center;flex-direction:column;align-items:center}.Reviews-module__XcOq9a__overallScore{align-self:center;margin:8px auto 0;padding:12px 18px}.Reviews-module__XcOq9a__card{gap:8px;padding:12px 14px}.Reviews-module__XcOq9a__avatar,.Reviews-module__XcOq9a__avatarImg{width:34px;height:34px;font-size:.9rem}.Reviews-module__XcOq9a__reviewerName{font-size:.82rem}.Reviews-module__XcOq9a__reviewText{font-size:.78rem;line-height:1.45}.Reviews-module__XcOq9a__screenshotWrap{max-height:140px}}
.BlogPreview-module__7x67Nq__section{background:var(--bg)}.BlogPreview-module__7x67Nq__top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:32px;display:flex}.BlogPreview-module__7x67Nq__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.BlogPreview-module__7x67Nq__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--text);box-shadow:var(--shadow-sm);flex-direction:column;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;overflow:hidden}.BlogPreview-module__7x67Nq__card:hover{box-shadow:var(--shadow-lg);border-color:var(--border-light);transform:translateY(-3px)}.BlogPreview-module__7x67Nq__imgWrap{aspect-ratio:16/9;background:var(--bg-elevated);overflow:hidden}.BlogPreview-module__7x67Nq__img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.BlogPreview-module__7x67Nq__card:hover .BlogPreview-module__7x67Nq__img{transform:scale(1.04)}.BlogPreview-module__7x67Nq__body{flex-direction:column;flex:1;padding:20px;display:flex}.BlogPreview-module__7x67Nq__title{letter-spacing:-.01em;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.BlogPreview-module__7x67Nq__excerpt{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:16px;font-size:.83rem;line-height:1.6;display:-webkit-box;overflow:hidden}.BlogPreview-module__7x67Nq__date{color:var(--text-subtle);text-transform:uppercase;letter-spacing:.05em;border-top:1px solid var(--border);padding-top:12px;font-size:.72rem;font-weight:600}@media (max-width:480px){.BlogPreview-module__7x67Nq__grid{grid-template-columns:1fr}}
.CommunitySection-module__MMYtfW__section{background:var(--bg-secondary)}.CommunitySection-module__MMYtfW__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;display:grid}.CommunitySection-module__MMYtfW__card{color:var(--text);align-items:center;gap:16px;padding:20px;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex}.CommunitySection-module__MMYtfW__card:hover{border-color:var(--border-light);box-shadow:var(--shadow);transform:translateY(-2px)}.CommunitySection-module__MMYtfW__iconWrap{border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;padding:0;display:flex}.CommunitySection-module__MMYtfW__icon{font-size:1.3rem}.CommunitySection-module__MMYtfW__info{flex:1}.CommunitySection-module__MMYtfW__platform{letter-spacing:-.01em;margin-bottom:2px;font-size:.95rem;font-weight:700}.CommunitySection-module__MMYtfW__desc{color:var(--text-muted);font-size:.8rem}.CommunitySection-module__MMYtfW__status{color:var(--success);margin-top:3px;font-size:.75rem;font-weight:500}.CommunitySection-module__MMYtfW__arrow{color:var(--text-subtle);font-size:1.1rem;transition:transform .18s,color .18s}.CommunitySection-module__MMYtfW__card:hover .CommunitySection-module__MMYtfW__arrow{color:var(--primary);transform:translate(4px)}@media (max-width:768px){.CommunitySection-module__MMYtfW__grid{grid-template-columns:repeat(2,1fr);gap:10px}.CommunitySection-module__MMYtfW__card{gap:10px;padding:12px 10px}.CommunitySection-module__MMYtfW__iconWrap{width:36px;height:36px}.CommunitySection-module__MMYtfW__icon{font-size:1.1rem}.CommunitySection-module__MMYtfW__platform{font-size:.85rem}.CommunitySection-module__MMYtfW__desc{font-size:.72rem}.CommunitySection-module__MMYtfW__status{font-size:.68rem}.CommunitySection-module__MMYtfW__arrow{display:none}}
.GiveawaySection-module__uh7ePW__section{background:linear-gradient(135deg,#fdf4ff 0%,#f5f3ff 100%);border-top:3px solid #a855f7}.GiveawaySection-module__uh7ePW__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:32px;display:flex}.GiveawaySection-module__uh7ePW__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.GiveawaySection-module__uh7ePW__card{background:var(--bg-card);border-radius:var(--radius-xl);border:1px solid #ddd6fe;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 4px 16px #a855f71a}.GiveawaySection-module__uh7ePW__card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #a855f733}.GiveawaySection-module__uh7ePW__imgWrap{height:160px;overflow:hidden}.GiveawaySection-module__uh7ePW__img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.GiveawaySection-module__uh7ePW__card:hover .GiveawaySection-module__uh7ePW__img{transform:scale(1.05)}.GiveawaySection-module__uh7ePW__body{flex-direction:column;gap:6px;padding:16px 18px 20px;display:flex}.GiveawaySection-module__uh7ePW__badge{color:#a855f7;letter-spacing:.04em;background:#fdf4ff;border:1px solid #e9d5ff;border-radius:999px;align-self:flex-start;align-items:center;padding:2px 10px;font-size:.68rem;font-weight:700;display:inline-flex}.GiveawaySection-module__uh7ePW__title{color:var(--text);font-size:1rem;font-weight:700;line-height:1.3}.GiveawaySection-module__uh7ePW__prize,.GiveawaySection-module__uh7ePW__pts{color:var(--text-muted);font-size:.82rem;font-weight:500}.GiveawaySection-module__uh7ePW__timer{color:#7c3aed;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:6px;margin-top:4px;padding:4px 10px;font-size:.82rem;font-weight:700;display:inline-block}
.WishlistRequestModal-module___rW84W__triggerBtn{border-radius:var(--radius-lg);color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;font-family:var(--font);background:linear-gradient(135deg,#0f172a,#1e293b);border:1px solid #334155;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 24px;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #0f172a40}.WishlistRequestModal-module___rW84W__triggerBtn:hover{color:#fff;background:linear-gradient(135deg,#1e293b,#334155);transform:translateY(-1px);box-shadow:0 6px 18px #0f172a59}.WishlistRequestModal-module___rW84W__kdRow{flex-wrap:wrap;gap:8px;display:flex}.WishlistRequestModal-module___rW84W__kdBtn{border-radius:var(--radius);border:1.5px solid var(--border);background:var(--bg-card);min-width:90px;color:var(--text-muted);cursor:pointer;font-size:.82rem;font-weight:600;font-family:var(--font);text-align:center;flex:1;padding:9px 12px;transition:all .18s}.WishlistRequestModal-module___rW84W__kdBtn:hover{border-color:var(--primary);color:var(--primary)}.WishlistRequestModal-module___rW84W__kdActive{border-color:var(--primary);background:var(--primary);color:#fff}.WishlistRequestModal-module___rW84W__contactGrid{grid-template-columns:1fr 1fr 1fr;gap:10px;display:grid}@media (max-width:520px){.WishlistRequestModal-module___rW84W__contactGrid{grid-template-columns:1fr}}
