.shop-page{min-height:100vh;display:flex;flex-direction:column;background-color:#ffffff}.shop-main{flex:1 1;padding-top:80px}@media (max-width:768px){.shop-main{padding-top:100px}}.shop-banner-video{width:100%}.banner-video{width:100%;max-width:100%;height:auto;display:block}.shop-products-section{padding:40px 20px 80px}.shop-container{max-width:1440px;margin:0 auto;padding:0 60px}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;gap:16px}.products-count{font-size:14px;font-weight:400;color:#333333;margin:0}.products-count strong{font-weight:700}.products-sort{display:flex;align-items:center}.sort-select{padding:8px 32px 8px 12px;border:1px solid #e0e0e0;border-radius:4px;font-size:14px;color:#333333;background-color:#ffffff;background-image:url('data:image/svg+xml;charset=UTF-8,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.5L6 6.5L11 1.5" stroke="%23333333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-position:right 12px center;background-size:12px;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;min-width:120px}.sort-select:focus{outline:none;border-color:#ff6b2c}.products-empty{display:flex;justify-content:center;align-items:center;min-height:300px;margin-bottom:60px}.products-empty p{font-size:16px;color:#999999}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:80px 24px;gap:80px 24px;margin-bottom:60px}.product-card{display:flex;flex-direction:column;text-decoration:none;background-color:#ffffff;overflow:hidden}.product-image{width:100%;aspect-ratio:1;background-color:#f5f5f5;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{padding:16px;flex:1 1;display:flex;flex-direction:column;gap:8px}.product-name{font-weight:700;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-name,.product-price{font-size:14px;color:#333333;margin:0}.product-price{font-weight:400}.pagination{gap:50px;margin-top:40px}.pagination,.pagination-number{display:flex;justify-content:center;align-items:center}.pagination-number{min-width:36px;height:36px;padding:0;border:1px solid #e0e0e0;background-color:#ffffff;color:#333333;font-size:14px;cursor:pointer;border-radius:0;transition:all .2s ease}.pagination-btn{border:none;background-color:transparent;font-size:18px;color:#000000}.pagination-numbers{display:flex}.pagination-number{margin-left:-1px}.pagination-number:first-of-type{margin-left:0}.pagination-btn:hover:not(:disabled){background-color:transparent}.pagination-number:hover{background-color:#f5f5f5}.pagination-btn:disabled{cursor:not-allowed;color:#000000}.pagination-number.active{background-color:#ffffff;color:#000000;border:1px solid #000000;font-weight:400;position:relative;z-index:1}.pagination-number:not(.active){color:#cccccc}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr);gap:60px 20px}.shop-container{padding:0 40px}}@media (max-width:768px){.shop-products-section{padding:24px 0 60px}.shop-container{padding:0 24px}.products-header{margin-bottom:24px}.sort-select{min-width:100px;padding:6px 28px 6px 10px;background-position:right 8px center}.products-grid{grid-template-columns:repeat(2,1fr);gap:40px 16px;margin-bottom:40px}.product-info{padding:12px}.pagination{margin-top:32px}}@media (max-width:480px){.shop-products-section{padding:20px 0 50px}.shop-container{padding:0 16px}.products-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:20px}.sort-select{width:100%}.products-grid{gap:30px 12px}.product-info{padding:10px}}