/**
Theme Name: LOPIA
Author: AXA ehf
Author URI: https://axa.is/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lopia
Template: astra
*/

.related.products > h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* WooCommerce pagination litabreytingar */
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
    background: #fff;
    color: #333;
    border-color: #ddd;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
    background: #f3f3f3;
    color: #111;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
    background: #ffffff; /* ljós bakgrunnur svo talan sjáist */
    color: #111111;      /* dökkur texti */
    border-color: #ddd;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers.dots {
    background: transparent;
    color: #666;
    border-color: transparent;
}

.woocommerce nav.woocommerce-pagination .page-numbers:focus {
    outline: 2px solid #0a66c2;
    outline-offset: 2px;
}

/* WooCommerce pagination - gera virka síðuna skýra */
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
  background: #222 !important;   /* veldu þinn merkingarlit */
  color: #fff !important;
  border-color: #222 !important;
  font-weight: 600;
}

/* Hover á öðrum (ekki current) takkum */
.woocommerce nav.woocommerce-pagination ul li .page-numbers:not(.current):hover {
  background: #f3f3f3;
  color: #111;
}

/* Dots og örvar, valkvætt */
.woocommerce nav.woocommerce-pagination ul li .page-numbers.dots { 
  background: transparent;
  border-color: transparent;
  color: #666;
}
