.products-container{margin:0 auto;padding:20px}.products-filter-section{align-items:center;background:linear-gradient(135deg,#0c3b5c,#1a5a85);border-radius:8px;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:30px;padding:20px}.filter-dropdowns{align-items:center;display:flex;flex:1;flex-wrap:wrap;gap:15px}.filter-dropdown{appearance:none;background:hsla(0,0%,100%,.15);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;border:1px solid hsla(0,0%,100%,.3);border-radius:6px;color:#fff;cursor:pointer;flex:1;font-size:14px;font-weight:500;min-width:200px;padding:12px 40px 12px 16px;transition:all .3s ease}.filter-dropdown:hover{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.5)}.filter-dropdown:focus{background:hsla(0,0%,100%,.3);border-color:#fbd039;box-shadow:0 0 0 3px rgba(251,208,57,.2);outline:none}.filter-dropdown option{background:#fff;color:#333;padding:10px}.buy-products-btn{background:#fbd039;border:none;border:none!important;border-radius:6px;border-radius:6px!important;color:#0c3b5c;cursor:pointer;font-size:14px;font-weight:700!important;letter-spacing:.5px;padding:12px 30px;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}.buy-products-btn:hover{background:#ffd84d;box-shadow:0 4px 12px rgba(251,208,57,.4);color:#000!important;transform:translateY(-2px)}.buy-products-btn:active{transform:translateY(0)}@media (max-width:991px){.products-filter-section{align-items:stretch;flex-direction:column}.filter-dropdowns{width:100%}.filter-dropdown{min-width:150px}.buy-products-btn{width:100%}}@media (max-width:767px){.filter-dropdowns{flex-direction:column;gap:10px}.filter-dropdown{min-width:100%;width:100%}.products-filter-section{gap:15px;padding:15px}}.products-grid{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:20px}.loading-spinner{color:#666;font-size:18px;grid-column:1/-1;padding:40px;text-align:center}.product-card{background:#f7f7f7;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 8px 30px rgba(0,0,0,.15)}.product-image{align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;height:270px;justify-content:center;overflow:hidden;position:relative}.product-img{max-height:100%;max-width:100%;object-fit:cover;object-position:center;width:100%}.view-flyer-btn{background:#ec2a80;border:none!important;border-radius:20px!important;color:#fff;cursor:pointer;font-size:12px;font-weight:600!important;padding:8px 16px!important;position:absolute;right:15px;top:15px;transition:background-color .3s ease}.view-flyer-btn:hover{background:#ec2a80;box-shadow:0 0 10px 0 rgba(0,0,0,.1)!important}.product-content{padding:20px}.product-title{color:#ec2a80;font-size:20px;font-weight:700;line-height:1.3;margin:0 0 5px}.product-subtitle{color:#13568d;font-size:16px;font-weight:500;font-weight:700;margin:10px 0 15px}.product-features{margin:0 0 15px;padding:0}.product-features ul{list-style:disc;margin-left:15px}.product-features li{font-size:14px;margin-bottom:3px;position:relative}.product-best-for{border:1px solid #fbd039;border-radius:8px;font-size:13px;line-height:1.4;margin-bottom:15px;padding:12px}.product-best-for strong{color:#000}.product-price{border-top:1px solid #eee;padding-top:15px;text-align:left!important}.price-amount{color:#333;font-size:24px;font-weight:700}.error-message,.no-products{color:#666;font-size:16px;grid-column:1/-1;padding:40px;text-align:center}.error-message{color:#d32f2f}@media (min-width:1200px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px) and (max-width:1199px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.products-grid{gap:20px;grid-template-columns:1fr}.products-container{padding:15px}.product-card{margin-bottom:20px}}@media (max-width:480px){.product-title{font-size:16px}.product-content{padding:15px}.view-flyer-btn{font-size:11px;padding:6px 12px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-card{animation:fadeIn .5s ease-out}.pdf-modal{align-items:center;background-color:rgba(0,0,0,.8);display:none;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:10000}.pdf-modal-content{animation:modalSlideIn .3s ease-out;background-color:#fff;border-radius:12px;box-shadow:0 10px 50px rgba(0,0,0,.3);display:flex;flex-direction:column;height:90vh;max-width:1200px;width:90%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.pdf-modal-header{align-items:center;background:linear-gradient(135deg,#0c3b5c,#1a5a85);border-bottom:2px solid #eee;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;padding:20px 30px}.pdf-modal-title{color:#fff;flex:1;font-size:24px;font-weight:700;margin:0}.pdf-modal-close{align-items:center;background:transparent;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:36px;font-weight:300;height:40px;justify-content:center;line-height:1;padding:0;transition:all .3s ease;width:40px}.pdf-modal-close:hover{background:hsla(0,0%,100%,.2);transform:rotate(90deg)}.pdf-modal-body{background:#f5f5f5;border-radius:0 0 12px 12px;flex:1;overflow:hidden;padding:0}.pdf-iframe{border:none;border-radius:0 0 12px 12px;height:100%;width:100%}.pdf-loading{color:#666;font-size:18px}.pdf-error,.pdf-loading{align-items:center;background:#f5f5f5;display:flex;height:100%;justify-content:center}.pdf-error{flex-direction:column;padding:40px;text-align:center}.pdf-error p{color:#666;font-size:18px;margin-bottom:20px}.pdf-download-btn,.pdf-open-link{background:#ec2a80;border:none;border-radius:6px;color:#fff!important;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:12px 30px;text-decoration:none;transition:all .3s ease}.pdf-download-btn:hover,.pdf-open-link:hover{background:#d01f6e;box-shadow:0 4px 12px rgba(236,42,128,.4);transform:translateY(-2px)}.pdf-direct-link{bottom:20px;position:absolute;right:20px;z-index:10}.pdf-direct-link a{background:#fbd039;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.2);color:#0c3b5c!important;font-size:14px;font-weight:600;padding:10px 20px;text-decoration:none;transition:all .3s ease}.pdf-direct-link a:hover{background:#ffd84d;box-shadow:0 4px 12px rgba(251,208,57,.4);transform:translateY(-2px)}@media (max-width:767px){.pdf-modal{padding:10px}.pdf-modal-content{height:85vh;width:95%}.pdf-modal-header{padding:15px 20px}.pdf-modal-title{font-size:18px}.pdf-modal-close{font-size:28px;height:35px;width:35px}.pdf-direct-link{bottom:10px;right:10px}.pdf-direct-link a{font-size:12px;padding:8px 16px}}