.related-products-section{padding-top:60px;padding-bottom:60px;position:relative}.related-title{font-family:Montserrat,sans-serif;font-size:28px;font-weight:800;color:#1a1a1a;margin-bottom:30px;position:relative;display:inline-block;text-transform:uppercase}.related-title:after{content:"";position:absolute;left:0;bottom:-8px;width:50%;height:4px;background:linear-gradient(90deg,#ff7b00,#005fb8);border-radius:2px}.related-products-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:25px;gap:25px;margin-bottom:40px}.related-product-card{display:flex;flex-direction:column;background:#ffffff;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px rgba(16,51,83,.08);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;text-decoration:none;border:1px solid #d9e5ef;position:relative}.related-product-card:hover{transform:translateY(-7px);border-color:#42b8f4;box-shadow:0 0 0 3px rgba(66,184,244,.22),0 0 24px rgba(40,159,225,.42),0 18px 32px rgba(16,51,83,.16)}.related-product-image{height:220px;background:#f8f9fc;padding:30px;display:flex;justify-content:center;align-items:center;overflow:hidden}.related-product-image img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.related-product-card:hover .related-product-image img{transform:scale(1.12)}.related-product-footer{padding:20px 15px;background:linear-gradient(135deg,#005fb8,#004085);color:#ffffff;text-align:center;font-family:Montserrat,sans-serif;font-weight:700;font-size:13px;letter-spacing:1px;text-transform:uppercase;margin-top:auto;display:flex;justify-content:center;align-items:center;gap:8px;transition:background .4s ease}.related-product-card:hover .related-product-footer{background:linear-gradient(135deg,#ff7b00,#e65c00)}.related-product-footer i{font-size:11px;transition:transform .3s ease}.related-product-card:hover .related-product-footer i{transform:translateX(4px)}.related-navigation{display:flex;justify-content:center;gap:20px;margin-top:10px}.related-nav-button{width:50px;height:50px;background:#ffffff;border:1px solid #e0e6ed;border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;color:#005fb8;font-size:16px;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:all .3s ease}.related-nav-button:hover{background:#005fb8;color:#ffffff;border-color:#005fb8;transform:scale(1.1);box-shadow:0 6px 16px rgba(0,95,184,.2)}.related-nav-button:active{transform:scale(.95)}@media (max-width:992px){.related-products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.related-products-grid{grid-template-columns:1fr}}