

 /* For styling fine-art panoramic shop CTA links*/
 .shop-cta-link a {
   color: rgb(48, 48, 48);
 }
 .shop-cta-link a:hover {
   color: var(--brandBlue);
 }

