
/* Malabar Muse — Supabase product cards, mobile-first polish */
.home-products-status{min-height:18px;margin:-4px 0 12px;color:#718078;font-size:.72rem;font-weight:650}
.supabase-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.supabase-product-card{min-width:0;overflow:hidden;border:1px solid #e3e7e4;border-radius:17px;background:#fff;box-shadow:0 5px 18px rgba(18,55,41,.055);transition:transform .18s ease,box-shadow .18s ease}
.supabase-product-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(18,55,41,.11)}
.home-product-gallery{position:relative;overflow:hidden;background:#f3f4ef;touch-action:pan-y}
.home-product-image{display:block;overflow:hidden;aspect-ratio:4/5}
.home-product-image img{width:100%;height:100%;object-fit:cover;transition:opacity .18s ease,transform .3s ease}
.supabase-product-card:hover .home-product-image img{transform:scale(1.025)}
.home-product-image img.changing{opacity:.35}
.home-photo-count{position:absolute;z-index:4;right:8px;top:8px;padding:4px 7px;border-radius:8px;background:rgba(16,57,43,.86);color:#fff;font-size:.61rem;font-weight:850;backdrop-filter:blur(7px)}
.home-gallery-arrow{position:absolute;z-index:5;top:50%;width:34px;height:42px;margin-top:-21px;border:0;background:rgba(255,255,255,.9);color:#164d39;font-size:1.35rem;cursor:pointer;opacity:0;transition:opacity .18s ease}
.home-gallery-arrow.previous{left:0;border-radius:0 11px 11px 0}.home-gallery-arrow.next{right:0;border-radius:11px 0 0 11px}.home-product-gallery:hover .home-gallery-arrow,.home-gallery-arrow:focus-visible{opacity:1}
.home-gallery-dots{position:absolute;z-index:4;left:50%;bottom:7px;display:flex;gap:4px;transform:translateX(-50%)}
.home-gallery-dots i{width:5px;height:5px;border-radius:99px;background:rgba(255,255,255,.66);box-shadow:0 0 0 1px rgba(0,0,0,.13)}
.home-gallery-dots i.active{width:15px;background:#fff}
.home-product-info{display:flex;flex-direction:column;min-height:164px;padding:11px}
.home-product-info h3{display:-webkit-box;min-height:38px;margin:3px 0 7px;overflow:hidden;color:#243a31;font-size:.86rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.home-product-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:5px}
.home-product-price strong{color:#173e30;font-size:1rem}.home-product-price del{color:#8b958f;font-size:.69rem}.home-product-price span{color:#168151;font-size:.66rem;font-weight:850}
.home-product-bottom{display:flex;align-items:center;justify-content:space-between;gap:7px;margin-top:auto;padding-top:10px}
.home-stock{color:#5a7367;font-size:.62rem;font-weight:750}.home-stock.low{color:#a66409}.home-stock.sold-out{color:#a53a3a}
.home-quick-add{min-width:64px;min-height:36px;padding:7px 11px;border:0;border-radius:10px;background:#176047;color:#fff;font:inherit;font-size:.7rem;font-weight:850;cursor:pointer}.home-quick-add:hover{background:#104834}.home-quick-add.added{background:#177a50}.home-quick-add:disabled{background:#c4ccc8;cursor:not-allowed}
.home-product-empty{grid-column:1/-1;padding:42px 18px;border:1px dashed #bdcbc3;border-radius:18px;text-align:center;background:#fbfcfa}.home-product-empty>span{display:inline-grid;place-items:center;width:48px;height:48px;margin-bottom:9px;border-radius:50%;background:#eaf2ed;color:#176047;font-weight:900}.home-product-empty h3{margin:0 0 5px}.home-product-empty p{margin:0;color:#68756f}.home-product-empty button{margin-top:13px;padding:9px 15px;border:0;border-radius:10px;background:#176047;color:#fff;font-weight:800}
.home-product-skeleton{overflow:hidden;border:1px solid #edf0ee;border-radius:17px;background:#fff}.home-product-skeleton div,.home-product-skeleton span{display:block;background:linear-gradient(90deg,#eef1ef 25%,#fafbfa 50%,#eef1ef 75%);background-size:200% 100%;animation:homeShimmer 1.3s infinite}.home-product-skeleton div{aspect-ratio:4/5}.home-product-skeleton span{height:10px;margin:11px;border-radius:10px}.home-product-skeleton span:nth-child(3){width:72%}.home-product-skeleton span:nth-child(4){width:45%}@keyframes homeShimmer{to{background-position:-200% 0}}
.home-cart-toast{position:fixed;z-index:9999;left:50%;bottom:calc(74px + env(safe-area-inset-bottom));max-width:calc(100% - 24px);padding:10px 15px;border-radius:999px;background:#103d2e;color:#fff;font-size:.76rem;font-weight:750;box-shadow:0 12px 30px rgba(0,0,0,.2);opacity:0;transform:translate(-50%,14px);pointer-events:none;transition:.2s}.home-cart-toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1180px){.supabase-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:860px){.supabase-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}}
@media(max-width:680px){.supabase-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.supabase-product-card{border-radius:14px;box-shadow:0 4px 14px rgba(18,55,41,.055)}.supabase-product-card:hover{transform:none}.home-product-info{min-height:154px;padding:9px}.home-product-info .product-category{font-size:.54rem}.home-product-info h3{min-height:34px;margin-bottom:6px;font-size:.76rem}.home-product-price{gap:3px}.home-product-price strong{font-size:.9rem}.home-product-price del,.home-product-price span{font-size:.59rem}.home-product-bottom{display:grid;grid-template-columns:1fr;gap:6px;padding-top:8px}.home-stock{font-size:.56rem}.home-quick-add{width:100%;min-height:36px;padding:6px 8px;border-radius:9px;font-size:.66rem}.home-gallery-arrow{display:none}.home-photo-count{right:6px;top:6px;padding:3px 6px;font-size:.55rem}.home-gallery-dots{bottom:5px}}
@media(max-width:350px){.supabase-product-grid{gap:7px}.home-product-info{padding:8px 7px}.home-product-info h3{font-size:.71rem}.home-stock{display:none}}
@media(prefers-reduced-motion:reduce){.home-product-skeleton div,.home-product-skeleton span{animation:none}.supabase-product-card,.home-product-image img,.home-cart-toast{transition:none}}
