/* Location: /www/wwwroot/payorget.com/app/Modules/Frontend/Product/Assets/css/product.css */
.product-section{width:100%;margin:0;background:#fff;padding:20px 0;box-sizing:border-box}
.product-section .container{width:1200px;margin:0 auto;padding:0;box-sizing:border-box}
.product-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.product-section .section-title{font-family:'Poppins','Segoe UI',sans-serif;font-size:22px;font-weight:600;color:#333;letter-spacing:1px;margin:0}
.product-section .filter-controls{display:flex;gap:15px}
.product-section .filter-select{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:13px;color:#333;background:#fff;cursor:pointer;outline:none;transition:all 0.2s ease;appearance:none;width:150px;height:38px;box-shadow:0 1px 3px rgba(0,0,0,0.08)}
.product-section .filter-select:hover{border-color:#ccc;box-shadow:0 2px 4px rgba(0,0,0,0.12)}
.product-section .filter-select:focus{border-color:rgba(255,96,0,0.3);box-shadow:0 0 0 1px rgba(255,96,0,0.2),0 2px 4px rgba(0,0,0,0.1)}
.product-section .filter-select option{padding:8px;background:#fff;color:#333;min-width:auto;white-space:nowrap}
.product-section .products-grid{display:grid;grid-template-columns:repeat(6,190px);column-gap:12px;row-gap:20px;width:1200px;margin:0;padding:0}
.product-section .product-item{background:#fff;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.1);display:flex;flex-direction:column;width:190px;box-sizing:border-box;padding:0;margin:0;position:relative;border-bottom:2px solid transparent;transition:border-color .1s ease;cursor:default}
.product-section .product-item:hover{border-bottom:2px solid #ff6000}
.product-section .product-item.featured{box-shadow:0 2px 12px rgba(255,96,0,0.15)}
.product-section .product-image{width:190px;height:190px;padding:0;margin:0;box-sizing:border-box;overflow:hidden;border-radius:0;cursor:pointer;position:relative;touch-action:manipulation;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}
.product-section .featured-badge{position:absolute;top:0;left:0;width:0;height:0;border-style:solid;border-width:50px 50px 0 0;border-color:rgba(255,96,0,0.8) transparent transparent transparent;z-index:10}
.product-section .featured-badge:after{content:'';position:absolute;top:-43px;left:5px;width:20px;height:20px;background-image:var(--badge-icon);background-size:20px 20px;background-repeat:no-repeat;background-position:center}
.product-section .product-image img{width:190px;height:190px;object-fit:cover;border-radius:0;display:block;padding:0;margin:0;cursor:pointer;pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}
.product-section .product-content{padding:0 8px;margin:8px 0 12px 0;background:transparent;cursor:default}
.product-section .title-category-row{margin:0 0 4px 0;height:36px;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.product-section .product-category{padding:1px 4px 1.5px 4px;background:linear-gradient(90deg,#D3232A,#F57224);color:#fff;border-radius:3px;font-size:11px;font-family:'Arial','Helvetica',sans-serif;font-weight:600;text-transform:uppercase;display:inline-block;margin:0 4px 0 0;vertical-align:top}
.product-section .product-category.subscription{background:#C6060C}
.product-section .product-title{font-size:14px;font-weight:600;color:#333;display:inline;line-height:1.3}
.product-section .product-price-row{display:flex;align-items:center;gap:8px;padding:0;margin:0 0 4px 0}
.product-section .product-price-row.single-price{justify-content:flex-start}
.product-section .product-price-row.double-price{justify-content:center}
.product-section .price-old{text-decoration:line-through;color:#999;font-size:14px}
.product-section .currency{font-size:85%;vertical-align:middle;position:relative;top:-1px}
.product-section .price-discount{color:#fff;background:#ff4444;padding:0px 3px;border-radius:2px;font-size:10px;font-weight:600}
.product-section .price-new{color:#e74c3c;font-size:18px;font-weight:600}
.product-section .price-regular{color:#2c3e50;font-size:18px;font-weight:600}
.product-section .product-stats-row{display:flex;justify-content:space-between;align-items:flex-start;padding:0;margin:0;font-size:11px;color:#999;position:relative;height:28px}
.product-section .stats-col{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;line-height:1;height:100%}
.product-section .stats-col:first-child{position:absolute;left:0;top:0;height:100%}
.product-section .stats-col:nth-child(2){flex:1;margin:0 auto}
.product-section .stats-col:last-child{position:absolute;right:0;top:0;height:100%}
.product-section .stats-label{font-size:10px;color:#999;line-height:12px;display:block;text-align:center}
.product-section .stats-number{font-size:11px;color:#666;font-weight:500;line-height:12px;display:block;text-align:center}
.product-section .rating{display:flex;gap:0;line-height:12px;height:12px;align-items:center}
.product-section .star{color:#ddd;font-size:12px;line-height:12px;display:inline-block}
.product-section .star.filled{color:#ffc107}
.pagination-wrapper{display:flex;justify-content:center;padding:20px 0}
.pagination-wrapper .pagination{display:flex;gap:5px;align-items:center}
.pagination-wrapper .page-link{padding:8px 12px;border:1px solid #ddd;color:#333;text-decoration:none;border-radius:4px;transition:all .3s ease;font-size:14px}
.pagination-wrapper .page-link:hover{background:#f0f0f0;border-color:#999}
.pagination-wrapper .page-link.active{background:#333;color:#fff;border-color:#333}
.pagination-wrapper .page-prev,.pagination-wrapper .page-next{font-size:18px;padding:6px 10px}
.pagination-wrapper .page-dots{padding:0 5px;color:#999}