/** Shopify CDN: Minification failed

Line 17:27 Unexpected "{"
Line 17:34 Expected ":"
Line 17:41 Unexpected "{"
Line 23:27 Unexpected "{"
Line 23:34 Expected ":"
Line 36:27 Unexpected "{"
Line 36:34 Expected ":"
Line 39:27 Unexpected "{"
Line 39:34 Expected ":"
Line 45:27 Unexpected "{"
... and 8 more hidden warnings

**/

        #related-products-{{ block.id }} {
          text-align: left;
          display: flex;
          flex-wrap: wrap;
          margin-bottom: 15px; 
        }
        #related-products-{{ block.id }} .related-product {
          display: inline-block;
          font-family: home-text,serif;
          font-weight: 400;
          width: 24px;
          height: auto;
          aspect-ratio: 1;
          position: relative;
          border: 1px solid transparent;
          text-align: center;
          color: #3d4452;
          text-decoration: none;
        }
        #related-products-{{ block.id }} .related-product:last-child {
          margin-right: 0;
        }
        #related-products-{{ block.id }} .related-product__image {
          width: 100%;
          max-width: 100%;
          height: 100%;
          object-fit: cover;
        }
        #related-products-{{ block.id }} .related-product:hover {
          border-color: {{ block.settings.hover_border_color }};
        }

        /* Styling for udsolgte produkter */
        #related-products-{{ block.id }} .related-product.sold-out {
          color: #9c9ea3; 
          pointer-events: none;
          text-decoration: line-through; 
        }

      #related-products-{{ block.id }} .related-product.active {
        border-color: #000; 
        background-color: #000;
        color: #fff; 
        pointer-events: none; 
        border-radius: 100%;
}
