*,
::after,
::before{box-sizing:border-box;margin:0;padding:0}body,html{max-width:100%;overflow-x:hidden;margin:0;padding:0}.product-section{margin:2rem 0;padding:0 1rem;width:100%;max-width:100%;overflow-x:hidden}.section-header{margin-bottom:1.5rem;text-align:center;width:100%}.section-title{font-size:1.8rem;font-weight:700;margin-bottom:.5rem;color:#333;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px}.section-title i{color:#3b82f6}.section-subtitle{color:#666;font-size:.95rem}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%;max-width:100%;margin:0 auto;padding:0}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:0}.product-section{padding:0 .75rem}}@media(max-width:480px){.products-grid{gap:.5rem}.product-section{padding:0 .5rem}}.product-card{background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.05);height:100%;width:100%;max-width:100%}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.product-image-container{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;background:#f8fafc;cursor:pointer;flex-shrink:0}.product-image-link{display:block;width:100%;height:100%}.product-image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-image-container:hover .product-image{transform:scale(1.05)}.product-labels-left{position:absolute;top:8px;left:8px;display:flex;flex-direction:column;gap:4px;z-index:2}.product-discount-right{position:absolute;top:8px;right:8px;z-index:2}.label{padding:3px 8px;border-radius:20px;font-size:10px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.3px;backdrop-filter:blur(2px);white-space:nowrap}.label-new{background:#10b981}.label-popular{background:#f59e0b}.label-bestseller{background:#8b5cf6}.label-discount{background:#3b82f6;font-size:11px;padding:4px 10px}@media(max-width:480px){.label{font-size:8px;padding:2px 6px}.label-discount{font-size:9px;padding:3px 8px}}.zoom-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border:none;cursor:pointer;z-index:3}.zoom-overlay .zoom-icon{color:#fff;font-size:2rem}.product-image-container:hover .zoom-overlay{opacity:1}.product-content{padding:.75rem;display:flex;flex-direction:column;flex:1;width:100%;overflow:hidden}.product-title{font-size:clamp(.85rem,1.1vw,1rem);font-weight:600;line-height:1.5;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;flex-shrink:0}.product-title a{color:#111;text-decoration:none;transition:color .2s}.product-title a:hover{color:#3b82f6}.product-stats{display:flex;gap:.75rem;font-size:clamp(.65rem,.8vw,.75rem);color:#666;margin-bottom:.5rem;flex-wrap:wrap;flex-shrink:0}.stat-sold,.stat-views{display:flex;align-items:center;gap:3px}.stat-sold i{color:#ef4444}.stat-views i{color:#3b82f6}.product-price{margin-bottom:.75rem;display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;flex-shrink:0}.new-price{font-size:clamp(.95rem,1.2vw,1.1rem);font-weight:700;color:#111}.old-price{font-size:clamp(.7rem,.9vw,.8rem);text-decoration:line-through;color:#9ca3af}.discount-percent{font-size:clamp(.6rem,.7vw,.7rem);font-weight:700;color:#ef4444;background:#fee2e2;padding:2px 5px;border-radius:20px}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:6px;flex-shrink:0}.product-buy-now{width:100%;flex-shrink:0}.btn-view,.btn-add-cart,.btn-buy-now{display:flex;align-items:center;justify-content:center;gap:4px;padding:6px 8px;border-radius:8px;font-size:clamp(.6rem,.7vw,.75rem);font-weight:500;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none;text-align:center;white-space:nowrap;min-width:0;line-height:1.2}.btn-view{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.btn-view:hover{background:#e5e7eb}.btn-add-cart{background:#1d4ed8;color:#fff}.btn-add-cart:hover{background:#1e40af}.btn-add-cart:disabled{opacity:.5;cursor:not-allowed}.btn-buy-now{background:#047857;color:#fff;width:100%}.btn-buy-now:hover{background:#065f46}.btn-buy-now:disabled{opacity:.5;cursor:not-allowed}.btn-disabled{opacity:.5;cursor:not-allowed}@media(max-width:480px){.btn-view,.btn-add-cart,.btn-buy-now{padding:5px 4px;font-size:.65rem;white-space:normal;line-height:1.1}.product-actions{gap:4px}}@media(min-width:481px)and(max-width:768px){.btn-view,.btn-add-cart,.btn-buy-now{font-size:.65rem;padding:5px 6px}}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.85);align-items:center;justify-content:center;overflow:hidden}.modal-content{max-width:90vw;max-height:85vh;width:auto;height:auto;object-fit:contain;border-radius:12px}.close{position:absolute;top:15px;right:25px;color:#fff;font-size:35px;font-weight:700;cursor:pointer;z-index:1001;background:0 0;border:none}@media(max-width:768px){.modal-content{max-width:95vw;max-height:75vh}.close{top:10px;right:15px;font-size:30px}}.notification{position:fixed;bottom:20px;right:20px;background:#333;color:#fff;padding:10px 16px;border-radius:8px;z-index:1200;opacity:0;transform:translateY(20px);transition:all .3s ease;max-width:280px;font-size:.85rem;box-shadow:0 4px 12px rgba(0,0,0,.15)}.notification.show{opacity:1;transform:translateY(0)}.notification.success{background:#10b981}.notification.error{background:#ef4444}@media(max-width:480px){.notification{bottom:10px;right:10px;left:10px;max-width:calc(100% - 20px);font-size:.8rem;text-align:center}}img,svg,video,iframe{max-width:100%;height:auto}.container,.wrapper,main,.content{overflow-x:hidden;width:100%}body{overflow-x:hidden;width:100%;position:relative}