/** Shopify CDN: Minification failed

Line 90:1 Expected "}" to go with "{"

**/
a.mega-menu__link.mega-menu__link--parent {
  font-size: 16px !important;
}
a.mega-menu__link {
  font-size: 14px !important;
}
img.product-media__image {
  object-fit: contain !important;
} /* Quick add rund knap – Maja-K lyseblå */
.quick-add__button--choose {
  background-color: #b1e1f5 !important; /* din lyseblå */
  border: none !important;
  color: #1a1a1a !important; /* ikon farve */
}
.mk-colorbadge {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
}
.mk-colorbadge__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.mk-colorbadge__more {
  font-size: 12px;
  opacity: 0.7;
/* Product card: fast billedramme + bund-zone til prikker/quick add */
.product-card .card-gallery{
  position:relative !important;
  aspect-ratio:var(--gallery-aspect-ratio) !important;
  --mk-footer:60px;
  overflow:hidden !important;
  padding-bottom:var(--mk-footer) !important;
}

/* billedet må ikke fylde bund-zonen */
.product-card .card-gallery > a.contents{
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  bottom:var(--mk-footer) !important;
  display:block !important;
}

/* slideshow/media fylder kun billedområdet (uden footer) */
.product-card .card-gallery .product-media-container,
.product-card .card-gallery slideshow-component,
.product-card .card-gallery slideshow-slides,
.product-card .card-gallery slideshow-slide{
  height:calc(100% - var(--mk-footer)) !important;
}

/* billedet crop */
.product-card .card-gallery img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}

/* prikker i bund-zonen */
.product-card .card-gallery .mk-colorbadge{
  position:absolute !important;
  left:10px !important;
  bottom:20px !important;
  margin:0 !important;
  z-index:30 !important;
}

/* quick add i bund-zonen */
.product-card .card-gallery .quick-add{
  position:absolute !important;
  right:10px !important;
  bottom:8px !important;
  z-index:31 !important;
}

/* TEST: hvis du kan se rød ramme, så bliver filen læst */
.product-card .card-gallery{
  outline: 4px solid red !important;
}