<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 81:5 Expected "}" to go with "{"

**/
.product__info-container .product-form__submit {
  background-color: #2a8b74;
  color: #ffffff;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Helvetica Neue', sans-serif;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background-color 0.2s ease;
  display: inline-block;
  box-shadow: none;
}
/* Hover â€“ fortsatt firkantet */
.product__info-container .product-form__submit:hover {
  background-color: #257f69;
  box-shadow: none;
}
.fera-btn:hover {
    background: #777777 !important;
    color: #fff !important;
    transition: background 0.3s ease, color 0.3s ease;
}
.st-wishlist-button:hover {
    background: #fff !important;
    color: #000 !important;
    transition: background 0.3s ease, color 0.3s ease;
}
.uk-button:hover {
    background: #777777 !important;
    color: #fff !important;
    transition: background 0.3s ease, color 0.3s ease;
}
.template-index div#PageContainer {
    padding-top: 0!important;
}
.uk-width-1-1.uk-text-center.uk-margin-auto-vertical {
    padding-bottom: 20px !important;
}
@media only screen and (max-width: 749px) {
.quantity {
    border: 1px;
    width: 100% !important;
}
.product-form__input .select {
    max-width: 100% !important;
}
.product-form__input .select {
}  
@media (max-width: 768px) { 
    .product__info-container .product-form__submit {
        width: 90%; /* GjÃ¸r knappen smalere pÃ¥ mobil */
        padding: 20px 20px;
        font-size: 16px;
        margin: 10px auto; /* Gir litt luft rundt knappen */
        display: block; /* SÃ¸rger for at den ikke pÃ¥virker andre elementer */
    }
}
@media (max-width: 768px) { 
  .st-wl-wrapper .st-wishlist-button {
        margin-top: 10px;
        width: 50px; /* Juster bredden */
        height: 70px; /* Matcher hÃ¸yden pÃ¥ kjÃ¸psknappen */
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0px; /* Match med kjÃ¸psknappen */
        font-weight: bold !important;
}
@media (max-width: 768px) {
    .price {
        font-size: 15px !important; /* Juster stÃ¸rrelsen etter behov */
    }
}    </pre></body></html>