.load-more-loader{width:48px;height:48px;border:5px solid #ff7900;border-bottom-color:hsla(0,1%,50%,.3);border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.product-row-list{display:flex;flex-direction:column;gap:0;margin:0;padding:0}.product-row-card{display:flex;background:#fff;border-radius:8px;margin-bottom:16px;overflow:visible;transition:all .3s ease;max-height:300px;border:none;border-bottom:1px solid #f0f0f0;box-shadow:0 2px 4px rgba(0,0,0,.04);position:relative}.product-row-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08);border-bottom-color:#e8e8e8}.product-row-card .product-row-image{flex:0 0 276px;width:276px;height:276px;position:relative;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-row-card .product-row-image .image-wrapper{position:relative;width:100%;height:100%}.product-row-card .product-row-image .image-wrapper a{display:block;width:100%;height:100%;position:relative}.product-row-card .product-row-image .product-image{object-fit:contain!important;width:100%!important;height:100%!important}.product-row-card .product-row-image .discount-badge{position:absolute;top:10px;right:10px;background:linear-gradient(135deg,#ff6b6b,#ff3838);color:#fff;padding:5px 10px;border-radius:20px;font-size:12px;font-weight:700;z-index:2;box-shadow:0 2px 8px rgba(255,56,56,.3);text-transform:uppercase;letter-spacing:.5px}@media(max-width:768px){.product-row-card .product-row-image .discount-badge{top:5px;right:5px;font-size:10px;padding:3px 6px}}.product-row-card .product-row-image .deal-label{position:absolute;left:-50px;bottom:50px;transform:rotate(-90deg);background:gold;color:#000;font-size:12px;font-weight:700;z-index:9;text-transform:uppercase;padding:4px 8px;border-radius:0 0 6px 0;box-shadow:0 2px 4px rgba(255,215,0,.4)}@media(max-width:768px){.product-row-card .product-row-image .deal-label{font-size:10px;left:-45px;bottom:45px;padding:3px 6px}}.product-row-card .product-row-image .outOfStockLabel{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.8);color:#fff;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:700;text-transform:uppercase;z-index:10;letter-spacing:.5px}@media(max-width:768px){.product-row-card .product-row-image .outOfStockLabel{font-size:10px;padding:4px 8px}}.product-row-card .product-row-image .stock-urgency-badge{position:absolute;top:8px;left:8px;padding:4px 8px;border-radius:16px;font-size:9px;font-weight:700;text-transform:uppercase;z-index:10;display:flex;align-items:center;gap:3px;letter-spacing:.3px}.product-row-card .product-row-image .stock-urgency-badge .fire-icon{font-size:11px}.product-row-card .product-row-image .stock-urgency-badge.only-left{background:linear-gradient(135deg,#ff3838,#ff1744);color:#fff;box-shadow:0 2px 6px rgba(255,56,56,.3)}.product-row-card .product-row-image .stock-urgency-badge.selling-fast{background:linear-gradient(135deg,#ff6b35,#ff9558);color:#fff;box-shadow:0 2px 6px rgba(255,107,53,.3)}@media(max-width:768px){.product-row-card .product-row-image .stock-urgency-badge{top:6px;left:6px;font-size:8px;padding:3px 6px}.product-row-card .product-row-image .stock-urgency-badge .fire-icon{font-size:10px}}.product-row-card .product-row-image .mega-deal-badge{position:absolute;top:8px;left:8px;padding:4px 10px;border-radius:16px;font-size:10px;font-weight:800;text-transform:uppercase;z-index:10;display:flex;align-items:center;gap:4px;letter-spacing:.3px;background:linear-gradient(135deg,gold,orange);color:#000;box-shadow:0 2px 8px rgba(255,215,0,.5)}.product-row-card .product-row-image .mega-deal-badge .star-icon{font-size:12px}.product-row-card .product-row-image .mega-deal-badge:hover{transform:scale(1.05);box-shadow:0 3px 10px rgba(255,215,0,.6)}@media(max-width:768px){.product-row-card .product-row-image .mega-deal-badge{top:6px;left:6px;font-size:8px;padding:3px 8px}.product-row-card .product-row-image .mega-deal-badge .star-icon{font-size:10px}}.product-row-card .product-row-image .wishlistIcon{position:absolute;top:10px;right:10px;background:transparent;border:none;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s ease;cursor:pointer;padding:0}.product-row-card .product-row-image .wishlistIcon .wishlist-heart-svg{width:24px!important;height:24px!important;filter:drop-shadow(0 0 .5px rgb(255,255,255)) drop-shadow(0 .5px 1px rgba(0,0,0,.1))}.product-row-card .product-row-image .wishlistIcon .wishlist-heart-svg .heart-path{stroke:gray;stroke-width:2.5px;fill:#fff}.product-row-card .product-row-image .wishlistIcon:hover{transform:scale(1.1)}.product-row-card .product-row-image .wishlistIcon:hover .wishlist-heart-svg{filter:drop-shadow(0 0 .5px rgb(255,255,255)) drop-shadow(0 1px 2px rgba(0,0,0,.15))}.product-row-card .product-row-image .wishlistIcon:hover .wishlist-heart-svg .heart-path{stroke:#666}.product-row-card .product-row-image .wishlistIcon.active .wishlist-heart-svg{filter:drop-shadow(0 0 .5px rgb(255,255,255)) drop-shadow(0 .5px 1px rgba(0,0,0,.1))}.product-row-card .product-row-image .wishlistIcon.active .wishlist-heart-svg .heart-path{stroke:#ff7315;fill:#ff7315}@media(max-width:768px){.product-row-card .product-row-image .wishlistIcon{top:5px;right:5px}.product-row-card .product-row-image .wishlistIcon .wishlist-heart-svg{width:20px!important;height:20px!important}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.product-row-card .product-row-content{flex:1 1;padding:20px;display:flex;flex-direction:column;justify-content:space-between;overflow:visible}.product-row-card .product-row-content .product-row-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.product-row-card .product-row-content .product-row-header .product-title{flex:1 1;font-size:16px;font-weight:600;color:#2d3436;line-height:1.3;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-right:12px}.product-row-card .product-row-content .product-row-header .product-title:hover{color:#ff7315}.product-row-card .product-row-content .product-row-header .wishlist-row{flex-shrink:0}.product-row-card .product-row-content .product-info-section{margin-bottom:12px}.product-row-card .product-row-content .product-info-section .product-description{margin-bottom:8px}.product-row-card .product-row-content .product-info-section .product-description .description-text{font-size:14px;color:#636e72;line-height:1.4;display:block}.product-row-card .product-row-content .product-info-section .product-details{display:flex;flex-wrap:wrap;gap:12px;font-size:13px}.product-row-card .product-row-content .product-info-section .product-details .brand-info,.product-row-card .product-row-content .product-info-section .product-details .condition-info{color:#74b9ff;font-weight:500;position:relative}.product-row-card .product-row-content .product-info-section .product-details .brand-info:not(:last-child):after,.product-row-card .product-row-content .product-info-section .product-details .condition-info:not(:last-child):after{content:"•";position:absolute;right:-8px;color:#dfe6e9;font-weight:400}.product-row-card .product-row-content .product-info-section .product-details .condition-info{color:#00b894}.product-row-card .product-row-content .product-info-section .product-details .sku-info{color:#636e72;font-style:italic}.product-row-card .product-row-content .product-info-section .product-details .delivery-info{color:#e17055;font-weight:600}.product-row-card .product-row-content .product-specifications{margin-bottom:12px;display:flex;flex-wrap:wrap;gap:12px}.product-row-card .product-row-content .product-specifications .spec-item{font-size:13px;color:#636e72;position:relative}.product-row-card .product-row-content .product-specifications .spec-item:not(:last-child):after{content:"•";position:absolute;right:-8px;color:#dfe6e9}.product-row-card .product-row-content .product-description{margin-bottom:12px}.product-row-card .product-row-content .product-description .description-text{font-size:14px;color:#636e72;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-row-card .product-row-content .product-description .description-text p{margin:0;padding:0}.product-row-card .product-row-content .product-description .description-text ol,.product-row-card .product-row-content .product-description .description-text ul{margin:0;padding-left:20px}.product-row-card .product-row-content .product-description .description-text b,.product-row-card .product-row-content .product-description .description-text strong{font-weight:600;color:#2d3436}.product-row-card .product-row-content .price-section{margin-bottom:12px}.product-row-card .product-row-content .price-section .price-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product-row-card .product-row-content .price-section .price-row .current-price{font-size:24px;font-weight:700;color:#ff3b30;line-height:1}.product-row-card .product-row-content .price-section .price-row .original-price{font-size:17px;line-height:24px;color:#777;text-decoration:line-through;margin-left:10px;opacity:1}.product-row-card .product-row-content .price-section .price-row .savings-badge{min-width:72px;height:32px;padding:0 10px;text-align:center;font-size:17px;color:#fff;background:#ff3b30;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;box-shadow:0 3px 8px rgba(255,59,48,.4);white-space:nowrap}.product-row-card .product-row-content .price-section .price-row .savings-badge .save-text{font-size:13px;margin-right:3px;font-weight:600}.product-row-card .product-row-content .product-rating{display:flex;align-items:center;gap:8px;margin-bottom:12px}.product-row-card .product-row-content .product-rating .rating-stars{display:flex;gap:2px;align-items:center}.product-row-card .product-row-content .product-rating .rating-stars .star{color:#e0e0e0;font-size:20px;line-height:1}.product-row-card .product-row-content .product-rating .rating-stars .star.filled{color:#ff7315}.product-row-card .product-row-content .product-rating .rating-count{font-size:13px;color:#777;font-weight:500}.product-row-card .product-row-content .product-row-footer{display:flex;justify-content:flex-end;align-items:flex-end;margin-top:auto;overflow:visible;position:relative}.product-row-card .product-row-content .product-row-footer .cart-actions{display:flex;align-items:center;gap:12px;position:relative;z-index:10;overflow:visible}.product-row-card .product-row-content .product-row-footer .cart-actions .quantity-wrapper{display:flex;align-items:center;position:relative;z-index:100;overflow:visible}.product-row-card .product-row-content .product-row-footer .cart-actions .quantity-wrapper .quantityNumber{display:flex;align-items:center;background:#f8f9fa;border-radius:20px;overflow:hidden}.product-row-card .product-row-content .product-row-footer .cart-actions .quantity-wrapper .quantityNumber button{width:28px;height:28px;border:none;background:transparent;font-size:16px;font-weight:600;color:#2d3436;cursor:pointer;transition:all .2s ease}.product-row-card .product-row-content .product-row-footer .cart-actions .quantity-wrapper .quantityNumber button:hover:not(:disabled){background:#e9ecef}.product-row-card .product-row-content .product-row-footer .cart-actions .quantity-wrapper .quantityNumber button:disabled{opacity:.5;cursor:not-allowed}.product-row-card .product-row-content .product-row-footer .cart-actions .quantity-wrapper .quantityNumber button.minus{border-right:1px solid #dee2e6}.product-row-card .product-row-content .product-row-footer .cart-actions .quantity-wrapper .quantityNumber button.plus{border-left:1px solid #dee2e6}.product-row-card .product-row-content .product-row-footer .cart-actions .quantity-wrapper .quantityNumber input{width:40px;height:28px;border:none;background:transparent;text-align:center;font-size:14px;font-weight:600;color:#2d3436}.product-row-card .product-row-content .product-row-footer .cart-actions .quantity-wrapper .quantityNumber input:focus{outline:none}.product-row-card .product-row-content .product-row-footer .cart-actions .btn-add-cart-row{padding:6px 16px;font-size:13px;font-weight:500;border-radius:16px;text-transform:uppercase;letter-spacing:.3px;transition:all .3s ease;white-space:nowrap;cursor:pointer;background:#ff3b30;color:#fff;border:1px solid #ff3b30;box-shadow:0 2px 6px rgba(255,59,48,.15)}.product-row-card .product-row-content .product-row-footer .cart-actions .btn-add-cart-row:hover{background:crimson;border-color:crimson;transform:translateY(-1px);box-shadow:0 3px 8px rgba(255,59,48,.2)}.product-row-card .product-row-content .product-row-footer .cart-actions .btn-add-cart-row.in-cart{background:#28a745;border-color:#28a745;box-shadow:0 2px 6px rgba(40,167,69,.15)}.product-row-card .product-row-content .product-row-footer .cart-actions .btn-add-cart-row.in-cart:hover{background:#218838;border-color:#218838;box-shadow:0 3px 8px rgba(40,167,69,.2)}.product-row-card .product-row-content .product-row-footer .cart-actions .btn-add-cart-row:disabled{background:#e9ecef;border-color:#e9ecef;color:#6c757d;cursor:not-allowed;box-shadow:none;opacity:.8}@media(max-width:768px){.product-row-card{flex-direction:row;max-height:none}.product-row-card .product-row-image{flex:0 0 138px;width:138px;height:138px;max-height:138px}.product-row-card .product-row-content{padding:8px;display:flex;flex-direction:column;justify-content:flex-start}.product-row-card .product-row-content .product-row-header{margin-bottom:4px}.product-row-card .product-row-content .product-row-header .product-title{font-size:11px;-webkit-line-clamp:4;line-height:1.2;margin-bottom:0}.product-row-card .product-row-content .product-specifications{gap:8px}.product-row-card .product-row-content .product-specifications .spec-item{font-size:12px}.product-row-card .product-row-content .product-info-section{margin-bottom:8px}.product-row-card .product-row-content .product-info-section .product-description{margin-bottom:6px}.product-row-card .product-row-content .product-info-section .product-description .description-text{font-size:12px;line-height:1.3}.product-row-card .product-row-content .product-info-section .product-details{gap:8px;font-size:11px}.product-row-card .product-row-content .product-info-section .product-details .brand-info:not(:last-child):after,.product-row-card .product-row-content .product-info-section .product-details .condition-info:not(:last-child):after,.product-row-card .product-row-content .product-info-section .product-details .delivery-info:not(:last-child):after,.product-row-card .product-row-content .product-info-section .product-details .sku-info:not(:last-child):after{right:-6px}.product-row-card .product-row-content .product-description .description-text{font-size:13px;-webkit-line-clamp:2}.product-row-card .product-row-content .price-section{margin-bottom:8px}.product-row-card .product-row-content .price-section .price-row{display:flex;align-items:center;gap:4px;flex-wrap:nowrap}.product-row-card .product-row-content .price-section .price-row .current-price{font-size:14px;font-weight:700;white-space:nowrap}.product-row-card .product-row-content .price-section .price-row .original-price{font-size:11px;white-space:nowrap}.product-row-card .product-row-content .price-section .price-row .savings-badge{font-size:11px;min-width:auto;height:22px;padding:0 6px;white-space:nowrap}.product-row-card .product-row-content .price-section .price-row .savings-badge .save-text{font-size:9px;margin-right:2px}.product-row-card .product-row-content .product-rating{margin-bottom:8px}.product-row-card .product-row-content .product-rating .rating-stars .star{font-size:14px}.product-row-card .product-row-content .product-rating .rating-count{font-size:11px}.product-row-card .product-row-content .product-row-footer{flex-direction:row;align-items:center;gap:8px;overflow:visible;position:relative}.product-row-card .product-row-content .product-row-footer .cart-actions{width:100%;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:6px;position:relative;z-index:10;overflow:visible}.product-row-card .product-row-content .product-row-footer .cart-actions .quantity-wrapper{order:1;position:relative;z-index:100;overflow:visible}.product-row-card .product-row-content .product-row-footer .cart-actions .quantity-wrapper .quantityNumber button{width:20px;height:20px;font-size:12px}.product-row-card .product-row-content .product-row-footer .cart-actions .quantity-wrapper .quantityNumber input{width:28px;height:20px;font-size:11px}.product-row-card .product-row-content .product-row-footer .cart-actions .btn-add-cart-row{order:2;width:36px;height:20px;padding:0;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border:1px solid #ddd;box-shadow:none;flex-shrink:0;font-size:0}.product-row-card .product-row-content .product-row-footer .cart-actions .btn-add-cart-row:before{content:"🛒";font-size:10px;line-height:1}.product-row-card .product-row-content .product-row-footer .cart-actions .btn-add-cart-row:hover{background:#e0e0e0;border-color:#ccc}.product-row-card .product-row-content .product-row-footer .cart-actions .btn-add-cart-row.in-cart{background:#28a745;border-color:#28a745}.product-row-card .product-row-content .product-row-footer .cart-actions .btn-add-cart-row.in-cart:before{content:"✓";color:#fff;font-size:12px;font-weight:700}.product-row-card .product-row-content .product-row-footer .cart-actions .btn-add-cart-row.in-cart:hover{background:#218838;border-color:#218838}.product-row-card .product-row-content .product-row-footer .cart-actions .btn-add-cart-row:disabled{background:#f8f9fa;border-color:#e9ecef;opacity:.6}.product-row-card .product-row-content .product-row-footer .cart-actions .btn-add-cart-row:disabled:before{opacity:.5}}@media(max-width:991px)and (min-width:769px){.product-row-card .product-row-image{flex:0 0 207px;width:207px;height:207px}.product-row-card .product-row-content{padding:16px}.product-row-card .product-row-content .product-row-header .product-title{font-size:15px}.product-row-card .product-row-content .price-section .price-row .current-price{font-size:20px}}@keyframes shimmer{0%{background:linear-gradient(135deg,gold,orange)}50%{background:linear-gradient(135deg,orange,gold)}to{background:linear-gradient(135deg,gold,orange)}}@keyframes sparkle{0%,to{transform:scale(1) rotate(0deg)}50%{transform:scale(1.2) rotate(180deg)}}