.fbs-grid{display:grid;gap:20px;margin-bottom:0}@media(min-width:1025px){.fbs-grid{padding:0 5%}}.fbs-grid>*{min-width:0}.fbs-cols-1{grid-template-columns:repeat(1,1fr)}.fbs-cols-2{grid-template-columns:repeat(2,1fr)}.fbs-cols-3{grid-template-columns:repeat(3,1fr)}.fbs-cols-4{grid-template-columns:repeat(4,1fr)}.fbs-cols-5{grid-template-columns:repeat(5,1fr)}.fbs-cols-6{grid-template-columns:repeat(6,1fr)}@media(max-width:1024px){.fbs-cols-4,.fbs-cols-5,.fbs-cols-6{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:768px){.fbs-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:480px){.fbs-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px}.fbs-cols-1{grid-template-columns:1fr!important}.fbs-product-info{padding:8px}.fbs-product-title{font-size:13px}.fbs-product-price{font-size:14px}.fbs-product-cart .button{font-size:12px;padding:7px 10px}}.fbs-product-card{display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff;transition:box-shadow .3s ease,transform .3s ease}.fbs-product-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.fbs-product-image{display:block;position:relative;overflow:hidden;aspect-ratio:1 / 1;background:#f9fafb}.fbs-product-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.fbs-product-card:hover .fbs-product-image img{transform:scale(1.05)}.fbs-product-info{flex:1;display:flex;flex-direction:column;padding:12px}.fbs-product-title{margin:0 0 6px;font-size:14px;font-weight:600;line-height:1.4}.fbs-product-title a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#1f2937;text-decoration:none}.fbs-product-title a:hover{color:#2563eb}.fbs-product-price{margin-bottom:10px;font-size:15px;font-weight:700;color:#111827}.fbs-product-price del{font-weight:400;color:#9ca3af;font-size:13px;margin-right:4px}.fbs-product-price ins{text-decoration:none;color:#dc2626}.fbs-product-cart{margin-top:auto}.fbs-product-cart .button{display:block;width:100%;text-align:center;padding:8px 12px;font-size:13px;font-weight:600;border-radius:6px;background:#000;color:#fff;text-decoration:none;border:2px solid #000;cursor:pointer;transition:background .2s ease,color .2s ease}.fbs-product-cart .button:hover,.fbs-product-cart .button:focus,.fbs-product-cart .button:active{background:#4b5563!important;color:#fff!important}color: #fff; } .fbs-product-cart .button.added{background:#16a34a}.fbs-product-cart .button.loading:after{content:"";display:inline-block;width:12px;height:12px;margin-left:6px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:fbs-spin .6s linear infinite;vertical-align:middle}.fbs-loader{text-align:center;padding:30px 0}.fbs-spinner{display:inline-block;width:36px;height:36px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:fbs-spin .6s linear infinite}@keyframes fbs-spin{to{transform:rotate(360deg)}}.fbs-sentinel{height:1px}.fbs-toast{position:fixed;top:-80px;left:50%;transform:translate(-50%);z-index:99999;background:#000;color:#fff;padding:12px 20px;border-radius:8px;display:flex;align-items:center;gap:12px;font-size:14px;box-shadow:0 4px 20px #0000004d;transition:top .3s ease;max-width:90vw;white-space:nowrap}.fbs-toast--visible{top:20px}.fbs-toast-icon{font-size:16px;flex-shrink:0}.fbs-toast-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.fbs-toast-cart{color:#60a5fa;text-decoration:none;font-weight:600;white-space:nowrap;flex-shrink:0}.fbs-toast-cart:hover{color:#93bbfd;text-decoration:underline}.fbs-toast-close{background:none;border:none;color:#9ca3af;font-size:20px;cursor:pointer;padding:0;line-height:1;flex-shrink:0}.fbs-toast-close:hover{color:#fff}
