/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 24 2025 | 10:08:54 */
@import url('https://fonts.googleapis.com/css2?family=DynaPuff:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');


.term-markfyrverkeri ul.products {
  display: flex!important;
  flex-wrap: wrap!important;
  justify-content: center!important;
  gap: 30px!important; 
}

.term-markfyrverkeri ul.products li.product {
  flex: 0 0 calc(50% - 30px)!important;
  max-width: 400px!important;
  box-sizing: border-box!important;
}

.term-markfyrverkeri .product-main-meta {
  text-align: center!important;
}

.term-markfyrverkeri .woocommerce-loop-product__title {
  font-family: 'DynaPuff'!important;
  font-weight: bold!important;
  font-size: 25px!important;
  color: #212F4A!important;
}

.term-markfyrverkeri  .woocommerce-Price-amount {
  color: #4e9efa;
    font-family: 'DynaPuff'!important;
  font-size: 30px!important;
}


/* Markfyrverkeri Page*/
._custom-markfyrverkeri-page-headline .nectar-blocks-text__highlight{
  color: #ef494c!important;
}
._custom-markfyrverkeri-page .nectar-blocks-text__highlight{
  color: #ef494c;
}
._custom-markfyrverkeri-page .nectar-blocks-title__text{
  text-align: center;
  font-family: 'DynaPuff', cursive;
}

._custom-markfyrverkeri-page .nectar-blocks-post-grid__item__custom span {
    color: #4e9efa;
    font-family: 'DynaPuff'!important;
  font-size: 30px!important;
}



.single-product .products.related, .single-product .products.upsells {
    margin-top: 100px!important;
}