/** Shopify CDN: Minification failed

Line 35:0 Unexpected "}"

**/
/* Add here your own custom css styles */
/* --- Anpassad stil för produktknappar (mjukt rundade + klickanimation) --- */

.product-form__submit,
.button--primary,
.shopify-payment-button__button,
.collection__view-all {
  background-color: #d4a41c !important;  /* Din guldton */
  color: #ffffff !important;
  border: none !important;
  border-radius: 12px !important;  /* Mjukt rundade hörn */
  padding: 10px 26px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
  cursor: pointer;
}

/* Förhindra alla produktkort att röra sig vid hover */
.product-item:hover,
.product-card:hover,
.card:hover,
.grid__item:hover {
  transform: none !important;
  box-shadow: none !important;
}

}

/* Klick-animation (trycks in lite) */
.product-form__submit:active,
.button--primary:active,
.shopify-payment-button__button:active,
.collection__view-all:active {
  transform: scale(0.97); /* Liten intryckningseffekt */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
/* Neutralisera gul bakgrund (Featured Collections) */
#shopify-section-template--2417b04826628__featured_collections_Pn4uEC [style*="#f6d86b"],
#shopify-section-template--2417b04826628__featured_collections_Pn4uEC [style*="rgb(246, 216, 107)"],
#shopify-section-template--2417b04826628__featured_collections_Pn4uEC div[style*="background-color"] {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

#shopify-section-template--2417b04826628__featured_collections_Pn4uEC,
#shopify-section-template--2417b04826628__featured_collections_Pn4uEC:hover {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

