
.apx-swipe-card{ position:relative; }
.apx-swipe-card.fullscreen{ position:fixed; inset:0; background:#fff; z-index:9999; padding:1rem; }
.apx-swipe-card .sd-head{ display:flex; align-items:center; justify-content:space-between; gap:.5rem; margin-bottom:.5rem; }
.apx-swipe-card .tt{ font-weight:800; }
.apx-swipe-card .sd-box{ border:1px solid #e6edf5; border-radius:.8rem; padding:.5rem; background:#fff; min-height:320px; display:grid; place-items:center; }
.apx-swipe-card .sd-skel{ width:100%; min-height:280px; background:linear-gradient(90deg,#f6f9fc, #eef3f8, #f6f9fc); background-size:200% 100%; animation: sdshine 1.4s infinite; border-radius:.8rem; }
@keyframes sdshine{ 0%{background-position:200% 0} 100%{background-position:-200% 0} }
.apx-swipe-card .sd-slide{ max-width:560px; width:100%; }
.apx-swipe-card .sd-img img{ width:100%; height:auto; border-radius:.8rem; display:block; object-fit:cover; background:#f6f8fb; }
.apx-swipe-card .sd-title{ font-weight:800; margin-top:.4rem; line-height:1.3; }
.apx-swipe-card .sd-price{ opacity:.85; }
.apx-swipe-card .sd-actions{ display:flex; gap:.5rem; justify-content:center; margin-top:.6rem; flex-wrap:wrap; }
.apx-swipe-card .sd-actions button{ padding:.5rem .9rem; border-radius:.6rem; border:1px solid #e6edf5; background:#fff; font-weight:800; cursor:pointer; }
.apx-swipe-card .sd-actions .save{ background:#10b981; color:#fff; border-color:#10b981; }
