.related-products{padding:40px 0 20px}.related-products .expand-list{display:none;margin-top:40px;text-align:center}@media only screen and (min-width:993px){.related-products:not(.count-1):not(.count-2):not(.count-3):not(.count-4):not(.count-5):not(.show-all) .expand-list{display:block}.related-products:not(.count-1):not(.count-2):not(.count-3):not(.count-4):not(.count-5):not(.show-all) .product-item:nth-child(n+6){display:none}}@media only screen and (min-width:769px) and (max-width:992px){.related-products:not(.count-1):not(.count-2):not(.count-3):not(.show-all) .expand-list{display:block}.related-products:not(.count-1):not(.count-2):not(.count-3):not(.show-all) .product-item:nth-child(n+4){display:none}}@media only screen and (max-width:768px){.related-products:not(.count-1):not(.count-2) .expand-list{display:block}.related-products:not(.count-1):not(.count-2):not(.show-all) .product-item:nth-child(n+5){display:none}}.related-products .product-list{--col-count:5;display:grid;gap:30px;grid-template-columns:repeat(var(--col-count),1fr)}@media only screen and (min-width:769px) and (max-width:992px){.related-products .product-list{--col-count:3}}@media only screen and (max-width:768px){.related-products .product-list{--col-count:2}}.related-products .product-item{color:#0c3f69;text-align:center}.related-products .product-item:hover{text-decoration:none}.related-products .product-item:hover .product-thumbnail{box-shadow:0 4px 12px rgba(63,169,245,.24)}.related-products .product-thumbnail{aspect-ratio:1;background-color:#fff;border:1px solid #efefef;box-shadow:0 4px 12px rgba(63,169,245,0);height:auto;margin-bottom:20px;padding:20px;transition:box-shadow .2s;width:100%}.related-products .product-thumbnail img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}