.spotid-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}
.spotid-card{border:1px solid #eee;border-radius:8px;padding:14px;background:#fff;display:flex;flex-direction:column}
.spotid-card img{width:100%;height:auto;border-radius:6px;margin-bottom:10px;object-fit:cover}
.spotid-card h3{font-size:1.05rem;margin:0 0 6px}
.spotid-short{color:#666;font-size:.9rem;margin:0 0 10px}
.spotid-price{font-weight:700;margin:0 0 10px}
.spotid-strike{color:#999;text-decoration:line-through;font-weight:400;margin-left:6px}

.spotid-btn{background:var(--spotid-buy-now-bg,#FF5F4E);color:var(--spotid-buy-now-color,#fff);border:1px solid var(--spotid-buy-now-border,transparent);border-radius:var(--spotid-buy-now-radius,6px);padding:10px 14px;cursor:pointer;font-weight:600;font:inherit;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:background .15s ease,color .15s ease,border-color .15s ease}
.spotid-btn:hover{background:var(--spotid-buy-now-bg-h,#e64d3c);color:var(--spotid-buy-now-color-h,#fff);border-color:var(--spotid-buy-now-border-h,transparent)}
.spotid-btn:disabled{cursor:not-allowed;opacity:.7}
.spotid-btn-secondary{background:var(--spotid-add-to-cart-bg,#fff);color:var(--spotid-add-to-cart-color,#FF5F4E);border:1px solid var(--spotid-add-to-cart-border,#FF5F4E);border-radius:var(--spotid-add-to-cart-radius,6px)}
.spotid-btn-secondary:hover{background:var(--spotid-add-to-cart-bg-h,#FFF3F1);color:var(--spotid-add-to-cart-color-h,#FF5F4E);border-color:var(--spotid-add-to-cart-border-h,#FF5F4E)}
.spotid-cart-checkout{background:var(--spotid-cart-checkout-bg,#FF5F4E);color:var(--spotid-cart-checkout-color,#fff);border-color:var(--spotid-cart-checkout-border,transparent);border-radius:var(--spotid-cart-checkout-radius,6px)}
.spotid-cart-checkout:hover{background:var(--spotid-cart-checkout-bg-h,#e64d3c);color:var(--spotid-cart-checkout-color-h,#fff);border-color:var(--spotid-cart-checkout-border-h,transparent)}
.spotid-elementor-wrap{display:block}
.spotid-btn-disabled{background:#ccc;color:#fff;cursor:not-allowed}
.spotid-btn-added{background:#3B5998 !important;color:#fff !important;border-color:#3B5998 !important}
.spotid-btn-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}

.spotid-spinner{width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;display:inline-block;animation:spotid-spin .7s linear infinite}
@keyframes spotid-spin{to{transform:rotate(360deg)}}

.spotid-product-detail{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}
.spotid-product-detail img{width:100%;border-radius:8px}
.spotid-desc{margin:12px 0}
@media (max-width:640px){.spotid-product-detail{grid-template-columns:1fr}}

.spotid-cart-table{width:100%;border-collapse:collapse;margin:16px 0}
.spotid-cart-table th,.spotid-cart-table td{padding:10px;border-bottom:1px solid #eee;text-align:left;vertical-align:middle}
.spotid-cart-item{display:flex;align-items:center;gap:10px}
.spotid-cart-item img{width:48px;height:48px;object-fit:cover;border-radius:6px}
.spotid-cart-table input[type=number]{width:64px;padding:6px;border:1px solid #ddd;border-radius:4px}
.spotid-cart-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px;margin-top:12px}
.spotid-cart-error{color:#c0392b;background:#fdecea;padding:8px 12px;border-radius:6px;margin:0}
.spotid-link{background:none;border:0;color:#3B5998;cursor:pointer;text-decoration:underline;padding:0;font:inherit}

.spotid-cart-icon{position:relative;display:inline-flex;align-items:center;color:inherit;text-decoration:none;padding:6px}
.spotid-cart-badge{position:absolute;top:-2px;right:-2px;background:#FF5F4E;color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px}
