.shop-header{padding:60px 0 40px;background:linear-gradient(135deg,#f8f9fa,#fff);border-bottom:1px solid #e9ecef}.page-title{font-family:var(--font-heading);font-size:42px;font-weight:700;color:var(--dark-blue);text-align:center;margin-bottom:16px;line-height:1.2}.page-description{font-size:18px;color:#6c757d;text-align:center;max-width:700px;margin:0 auto;line-height:1.6}.shop-controls{padding:30px 0;background-color:var(--white);border-bottom:1px solid #e9ecef;position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0000000d}.controls-wrapper{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.results-count{font-size:15px;color:var(--dark-gray);font-weight:500}.controls-right{display:flex;align-items:center;gap:16px}.view-toggle{display:flex;gap:4px;background-color:var(--light-gray);border-radius:8px;padding:4px}.view-btn{background:transparent;border:none;padding:8px 12px;border-radius:6px;cursor:pointer;color:#6c757d;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.view-btn:hover{color:var(--primary-blue);background-color:#0047ab0d}.view-btn.active{background-color:var(--white);color:var(--primary-blue);box-shadow:0 2px 4px #0000001a}.sort-wrapper,.per-page-wrapper{position:relative}.sort-select,.per-page-select{padding:10px 40px 10px 16px;font-size:14px;font-family:var(--font-primary);color:var(--dark-gray);background-color:var(--white);border:2px solid #dee2e6;border-radius:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:all .3s ease;outline:none;font-weight:500;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px}.sort-select:hover,.per-page-select:hover{border-color:#adb5bd}.sort-select:focus,.per-page-select:focus{border-color:var(--primary-blue);box-shadow:0 0 0 3px #0047ab1a}.shop-products{padding:50px 0 80px;background-color:var(--light-gray);min-height:600px}.products-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.loading-spinner{width:50px;height:50px;border:4px solid #e9ecef;border-top-color:var(--primary-blue);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{to{transform:rotate(360deg)}}.products-loading p{font-size:16px;color:#666;margin:0}.products-error{text-align:center;padding:80px 20px;background-color:#fff3cd;border:1px solid #ffc107;border-radius:12px;margin:0 auto;max-width:600px}.products-error p{font-size:16px;color:#856404;margin:0}.products-grid{display:grid;gap:30px;transition:all .3s ease}.products-grid.grid-view{grid-template-columns:repeat(3,1fr)}.products-grid.list-view{grid-template-columns:1fr}.product-card{background-color:var(--white);border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 10px #0000000d;display:flex;flex-direction:column;text-decoration:none;color:inherit}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0047ab26}.grid-view .product-card{flex-direction:column}.grid-view .product-image{width:100%;aspect-ratio:1;overflow:hidden;background-color:#f8f9fa;position:relative}.grid-view .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.grid-view .product-card:hover .product-image img{transform:scale(1.05)}.grid-view .product-content{padding:24px;display:flex;flex-direction:column;flex-grow:1}.grid-view .product-category{font-size:11px;font-weight:700;color:var(--primary-blue);text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.grid-view .product-title{font-size:18px;font-weight:600;color:var(--dark-gray);margin-bottom:12px;line-height:1.4;font-family:var(--font-primary);flex-grow:1}.grid-view .product-price{font-size:24px;font-weight:700;color:var(--primary-blue);margin-bottom:16px}.grid-view .product-button{width:100%;padding:12px 24px;background-color:var(--primary-blue);color:var(--white);border:none;border-radius:8px;font-size:14px;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none;display:inline-block}.grid-view .product-button:hover{background-color:#003580;transform:translateY(-2px);box-shadow:0 4px 12px #0047ab4d}.list-view .product-card{flex-direction:row;align-items:center}.list-view .product-image{width:250px;height:250px;flex-shrink:0;overflow:hidden;background-color:#f8f9fa}.list-view .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.list-view .product-card:hover .product-image img{transform:scale(1.05)}.list-view .product-content{padding:30px;display:flex;flex-direction:column;flex-grow:1}.list-view .product-category{font-size:11px;font-weight:700;color:var(--primary-blue);text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.list-view .product-title{font-size:22px;font-weight:600;color:var(--dark-gray);margin-bottom:12px;line-height:1.4;font-family:var(--font-primary)}.list-view .product-description{font-size:15px;color:#666;line-height:1.6;margin-bottom:20px}.list-view .product-footer{display:flex;align-items:center;justify-content:space-between;gap:20px}.list-view .product-price{font-size:28px;font-weight:700;color:var(--primary-blue)}.list-view .product-button{padding:14px 32px;background-color:var(--primary-blue);color:var(--white);border:none;border-radius:8px;font-size:14px;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;white-space:nowrap}.list-view .product-button:hover{background-color:#003580;transform:translateY(-2px);box-shadow:0 4px 12px #0047ab4d}.woocommerce-Price-amount{display:inline-block}.woocommerce-Price-currencySymbol{margin-right:2px}@media (max-width: 1199px){.products-grid.grid-view{grid-template-columns:repeat(2,1fr)}}@media (max-width: 991px){.shop-header{padding:50px 0 30px}.page-title{font-size:36px}.page-description{font-size:16px}.shop-controls{padding:20px 0}.controls-wrapper{flex-direction:column;align-items:stretch}.results-count{text-align:center}.controls-right{justify-content:center;flex-wrap:wrap}.products-grid.grid-view{grid-template-columns:repeat(2,1fr);gap:20px}.list-view .product-card{flex-direction:column}.list-view .product-image{width:100%;height:250px}.list-view .product-content{padding:24px}.list-view .product-footer{flex-direction:column;align-items:stretch}.list-view .product-button{width:100%;text-align:center}}@media (max-width: 767px){.shop-header{padding:40px 0 25px}.page-title{font-size:30px}.page-description{font-size:15px}.shop-controls{padding:15px 0}.controls-right{width:100%}.view-toggle,.view-btn,.sort-wrapper,.per-page-wrapper{flex:1}.sort-select,.per-page-select{width:100%;padding:10px 35px 10px 12px;font-size:13px}.products-grid.grid-view{grid-template-columns:1fr;gap:16px}.shop-products{padding:30px 0 60px}.grid-view .product-content{padding:20px}.grid-view .product-title{font-size:17px}.grid-view .product-price{font-size:22px}.list-view .product-image{height:200px}.list-view .product-content{padding:20px}.list-view .product-title{font-size:19px}.list-view .product-price{font-size:24px}}@media (max-width: 480px){.page-title{font-size:26px}.controls-right{flex-direction:column;gap:12px}.view-toggle,.sort-wrapper,.per-page-wrapper{width:100%}}
