.showcase-section{padding:20px 0;margin:0;background:linear-gradient(135deg,rgba(255,107,107,.03) 0,rgba(78,205,196,.03) 100%)}.showcase-section .section-head{display:flex;flex-direction:column;gap:2px;padding:0 20px 0 16px;margin-bottom:0}.showcase-section h2{color:var(--text-primary);margin:0;font-weight:750;font-size:1.2rem;letter-spacing:-.5px}.showcase-subtitle{font-size:.85rem;color:#718096;font-weight:400}.showcase-scroll-container{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scroll-padding:0;padding:0;margin:0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.showcase-scroll-container::-webkit-scrollbar{height:6px}.showcase-scroll-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.showcase-scroll-container::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.showcase-scroll-container::-webkit-scrollbar-thumb:hover{background:#a0aec0}.showcase-cards{display:flex;gap:10px;padding:0 10px 0 16px;min-width:min-content;scroll-snap-type:inherit}.showcase-card{flex-shrink:0;width:300px;height:460px;background:#fff;border:none;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:.4s cubic-bezier(.25, .46, .45, .94);cursor:pointer;scroll-snap-align:center;scroll-snap-stop:always;position:relative;box-shadow:0 2px 8px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.04);touch-action:manipulation;-webkit-tap-highlight-color:transparent;animation:.4s ease-out fadeIn}.showcase-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12px;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.3) 0,transparent 60%);opacity:0;transition:opacity .4s}@media (hover:hover){.showcase-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,.12),0 16px 32px rgba(0,0,0,.08)}.showcase-card:hover::before{opacity:1}}.showcase-card[data-card-color="#FF6B6B"]{background:linear-gradient(135deg,#ff6b6b 0,#ff5252 100%);border-top:3px solid #ff6b6b}.showcase-card[data-card-color="#4ECDC4"]{background:linear-gradient(135deg,#4ecdc4 0,#2dbfa3 100%);border-top:3px solid #4ecdc4}.showcase-card[data-card-color="#45B7D1"]{background:linear-gradient(135deg,#45b7d1 0,#2196f3 100%);border-top:3px solid #45b7d1}.showcase-card[data-card-color="#FFA07A"]{background:linear-gradient(135deg,#1a237e 0,#0d47a1 100%);border-top:3px solid #1a237e}.showcase-card[data-card-color="#98D8C8"]{background:linear-gradient(135deg,#98d8c8 0,#4db8a8 100%);border-top:3px solid #98d8c8}.showcase-card[data-card-color="#F7DC6F"]{background:linear-gradient(135deg,#f7dc6f 0,#ffc107 100%);border-top:3px solid #f7dc6f}.showcase-card[data-card-color="#BB8FCE"]{background:linear-gradient(135deg,#2c2c54 0,#1a1a3e 100%);border-top:3px solid #2c2c54}.showcase-card[data-card-color="#85C1E2"]{background:linear-gradient(135deg,#34495e 0,#2c3e50 100%);border-top:3px solid #34495e}.showcase-card[data-card-color="#F8B88B"]{background:linear-gradient(135deg,#f8b88b 0,#ff9800 100%);border-top:3px solid #f8b88b}.showcase-card[data-card-color="#A8D8EA"]{background:linear-gradient(135deg,#1b5e20 0,#145030 100%);border-top:3px solid #1b5e20}.showcase-card[data-card-color="#AA96DA"]{background:linear-gradient(135deg,#4a235a 0,#6a1b9a 100%);border-top:3px solid #4a235a}.showcase-card[data-card-color="#FCBAD3"]{background:linear-gradient(135deg,#fcbad3 0,#e91e63 100%);border-top:3px solid #fcbad3}.showcase-card[data-card-color="#A8E6CF"]{background:linear-gradient(135deg,#a8e6cf 0,#4caf50 100%);border-top:3px solid #a8e6cf}.showcase-card[data-card-color="#FFD3B6"]{background:linear-gradient(135deg,#7b0000 0,#c62828 100%);border-top:3px solid #7b0000}.showcase-card[data-card-color="#FFAAA5"]{background:linear-gradient(135deg,#1a1a1a 0,#424242 100%);border-top:3px solid #1a1a1a}.showcase-card[data-card-color="#FF8B94"]{background:linear-gradient(135deg,#ff8b94 0,#f44336 100%);border-top:3px solid #ff8b94}.card-category-products{padding:0;display:flex;flex-direction:column;height:100%}.card-category-products .card-header{padding:14px 12px 12px;flex:0 0 30%;display:flex;align-items:center}.card-category-products .card-title{font-size:clamp(1rem, 8vw, 2rem);font-weight:800;color:#fff;margin:0;line-height:1.2;letter-spacing:-.3px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card-category-products .card-content{flex:1 1 70%;overflow-y:auto;padding:12px}.category-products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;height:100%}.product-thumbnail{background:linear-gradient(135deg,#f9fafb 0,#f5f7fa 100%);border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;transition:.3s cubic-bezier(.25, .46, .45, .94);cursor:pointer;display:flex;flex-direction:column;height:100%}.product-thumbnail:hover{border-color:#cbd5e0;box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.product-thumbnail .product-image-wrapper{position:relative;width:100%;flex:1;overflow:hidden;background:#f9fafb}.product-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0);display:flex;align-items:flex-start;justify-content:flex-end;padding:4px;transition:background .3s}.product-thumbnail:hover .product-overlay{background:rgba(0,0,0,.05)}.product-thumbnail .product-thumb-image{width:100%;height:100%;object-fit:contain;padding:4px}.discount-badge-small{background:#e53e3e;color:#fff;padding:2px 6px;border-radius:4px;font-size:.7rem;font-weight:600;display:none}.card-category-products .discount-badge-small{display:none!important}.product-thumbnail .product-info{display:none;padding:6px}.product-name-small{font-size:.75rem;font-weight:500;color:#2d3748;margin:0 0 4px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.price-row{display:flex;gap:4px;align-items:center;font-size:.75rem}.price-sale{font-weight:600;color:#1a202c}.price-sale .price-value{font-size:.8rem}.price-mrp{color:#a0aec0;text-decoration:line-through}.price-mrp .mrp-value{font-size:.7rem}.card-single-product{display:flex;flex-direction:column;padding:0;height:100%;position:relative}.card-product-header{padding:16px 14px 12px;flex-shrink:0}.card-product-title{font-size:clamp(.8rem, 5vw, 1.5rem);font-weight:800;color:#fff;margin:0;line-height:1.35;letter-spacing:-.3px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card-single-product .card-image-wrapper{flex:1;width:100%;height:100%;aspect-ratio:unset}.card-product-footer{padding:10px 14px;flex-shrink:0;display:flex;justify-content:right}.discount-badge-bottom{background:#e53e3e;color:#fff;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:800;letter-spacing:.4px;text-transform:capitalize}.card-image-wrapper{position:relative;width:100%;overflow:hidden;flex:1}.card-product-image{width:100%;height:100%;object-fit:contain;padding:12px}.card-slide{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;padding:12px;opacity:0;transition:opacity .8s}.card-slide-active{opacity:1}.card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-start;justify-content:flex-end;padding:12px}.discount-badge{background:#e53e3e;color:#fff;padding:4px 10px;border-radius:6px;font-size:.85rem;font-weight:600;min-width:50px;text-align:center}.showcase-card .card-body{flex:1;padding:12px;display:flex;flex-direction:column;justify-content:space-between}.showcase-card .card-body .product-name{font-size:.92rem;font-weight:600;color:#1a202c;margin:0 0 8px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;letter-spacing:-.2px}.showcase-card .card-body .price-section{display:flex;gap:8px;align-items:center;margin-bottom:10px}.showcase-card .card-body .sale-price{font-size:1.15rem;font-weight:800;color:#0f5132;letter-spacing:-.3px}.showcase-card .card-body .sale-price .price-value{font-size:1.05rem}.showcase-card .card-body .mrp-price{font-size:.85rem;color:#a0aec0;text-decoration:line-through}.showcase-card .card-body .mrp-price .mrp-value{font-size:.8rem}.btn-add-to-cart{padding:10px 14px;background:linear-gradient(135deg,#2d3748 0,#1a202c 100%);color:#fff;border:none;border-radius:8px;font-size:.87rem;font-weight:700;cursor:pointer;transition:.3s cubic-bezier(.25, .46, .45, .94);letter-spacing:.3px;box-shadow:0 4px 12px rgba(45,55,72,.2)}.btn-add-to-cart:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(45,55,72,.3)}.btn-add-to-cart:active{transform:translateY(0);box-shadow:0 2px 8px rgba(45,55,72,.2)}.card-category-grid{padding:0;display:flex;flex-direction:column;height:100%}.card-category-grid .card-header{padding:0 12px 12px;flex:0 0 25%;display:flex;align-items:center;order:2}.card-category-grid .card-title{font-size:clamp(1rem, 7vw, 2rem);font-weight:800;color:#fff;margin:0;line-height:1.2;letter-spacing:-.3px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.category-grid-4x4{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;flex:1 1 70%;padding:12px;overflow-y:auto;order:1}.category-grid-item{display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#f9fafb 0,#f5f7fa 100%);border-radius:10px;padding:10px;cursor:pointer;transition:.3s cubic-bezier(.25, .46, .45, .94);text-align:center}.category-grid-item:hover{border-color:#cbd5e0;background:linear-gradient(135deg,#edf2f7 0,#e2e8f0 100%);transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.category-item-image{width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:6px;overflow:hidden}.category-item-image img{max-width:100%;max-height:100%;object-fit:contain}.category-item-name{font-size:.75rem;font-weight:700;color:#2d3748;margin:0;line-height:1.2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card-promotion{display:flex;flex-direction:column;padding:0;position:relative;height:100%}.promotion-label{display:none}.promotion-label-bottom{padding:5px 14px;border-radius:20px;font-size:.6rem;font-weight:800;letter-spacing:.6px;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.2);text-transform:uppercase}.card-promotion .card-image-wrapper{position:relative;flex:1;width:100%}.card-promotion .card-body{display:none}@media (max-width:768px){.showcase-card{width:280px;height:440px}.showcase-section .section-head{padding:0 12px 12px}.showcase-scroll-container{padding:0 12px;margin:0 -12px}.showcase-cards{gap:8px}}@media (max-width:480px){.showcase-card{width:260px;height:420px}.card-category-products .card-title{font-size:clamp(1rem, 8vw, 2rem)}.category-products-grid{gap:6px}.card-body{padding:10px}.btn-add-to-cart{padding:6px 10px;font-size:.8rem}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.showcase-card.loading{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.showcase-section.empty{padding:24px 16px;text-align:center;color:#718096}.grid-only-section{padding:20px 0 8px}.grid-only-section .section-head{display:flex;flex-direction:column;gap:8px;padding:0 20px 0 16px;margin-bottom:24px}.grid-only-section h2{color:var(--text-primary);margin:0;font-weight:750;font-size:1.2rem;letter-spacing:-.5px}.grid-only-section .grid-only-subtitle{font-size:.9rem;color:#718096;font-weight:500;letter-spacing:.3px}.goc-category-block{margin-bottom:30px;padding:0 12px}.goc-category-block:last-child{margin-bottom:0}.goc-cat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.goc-cat-title{font-size:14px;font-weight:700;color:var(--text-primary,#1a202c);text-transform:capitalize;letter-spacing:.01em}.goc-cat-view-all{font-size:12px;font-weight:600;color:var(--primary,#ff7a1a);text-decoration:none;white-space:nowrap}.goc-grid{display:grid;gap:6px}.goc-hero-grid{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.goc-cell-hero{grid-row:1/3;aspect-ratio:unset;width:100%;height:100%}.goc-hero-grid .goc-cell:not(.goc-cell-hero){aspect-ratio:1}.goc-cols-2{grid-template-columns:repeat(2,1fr)}.goc-cols-3{grid-template-columns:repeat(3,1fr)}.goc-cell{background:#f7f7f7;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;-webkit-tap-highlight-color:transparent;box-shadow:0 1px 4px rgba(0,0,0,.08);transition:transform .12s,box-shadow .12s;aspect-ratio:4/4}.goc-cell:active{transform:scale(.97);box-shadow:0 1px 2px rgba(0,0,0,.06)}.goc-cell-empty{background:#f7f7f7;cursor:default;box-shadow:none}.goc-img-wrap{flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.goc-img-100{flex:1 0 auto}.goc-img-90{height:85%}.goc-img-80{height:80%}.goc-img-70{height:70%}.goc-img{width:100%;height:100%;object-fit:contain;padding:4px;display:block}.goc-footer{flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2px 4px;overflow:hidden;background:0 0}.goc-footer-10{height:15%;flex-direction:row}.goc-footer-20{height:20%}.goc-footer-30{height:30%;gap:2px;align-items:flex-start;padding:2px 6px}.goc-discount-capsule{display:inline-block;background:green;color:#fff;padding:2px 8px;font-size:10px;font-weight:700;border-radius:10px;white-space:nowrap;line-height:1.4}.goc-no-discount{background:#e8f5e9;color:#2e7d32}.goc-name{margin:0;font-size:clamp(.56rem, 2.45vw, .8rem);font-weight:600;color:#2d3748;line-height:1.5;width:100%}.goc-name-2l{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.goc-prices{display:flex;align-items:baseline;gap:3px;width:100%}.goc-sale-price{font-size:12px;font-weight:700;color:green}.goc-mrp{font-size:10px;color:red;text-decoration:line-through}.grid-only-empty{padding:24px 16px;text-align:center;color:#718096;font-size:14px}