/** Shopify CDN: Minification failed

Line 100:0 Expected ")" to go with "("

**/
:root{--wm-size:clamp(44px, 12vw, 96px);--wm-offset:8px}.product__main-photos .image-wrap,.product__media .media,.product-media-container .media,.product__media-wrapper .media,.product-card__image-wrapper,.card__media,.card--media .card__media,.product-card-media{position:relative}.product__main-photos .image-wrap::after,.product__media .media::after,.product-media-container .media::after,.product__media-wrapper .media::after,.product-card__image-wrapper::after,.card__media::after,.card--media .card__media::after,.product-card-media::after{content:"";position:absolute;top:var(--wm-offset);left:var(--wm-offset);width:var(--wm-size);height:var(--wm-size);background:url(https://cdn.shopify.com/s/files/1/0972/1829/8194/files/Nora_Aisling-Photoroom.png?v=1757800991) no-repeat center center;background-size:contain;background-color:transparent;opacity:1;pointer-events:none;z-index:2;filter:drop-shadow(0 1px 1px rgba(0,0,0,.25))}@media (min-width:992px){:root{--wm-size:clamp(56px, 9vw, 110px)}}.template-index .card__media::after{display:none}.no-watermark::after{display:none!important}

/* === ✅ ANNA & CLAIRE SAVANNAH – NIEUWE WATERMARK SETUP === */
/* Werkt op zowel productpagina’s als collectiepagina’s */
/* Responsief + cache-proof */

:root {
  --wm-logo-url: url("/cdn/shop/files/logo_mobile_anna-Photoroom.png?v=1760294319");
  --wm-size-desktop: 95px;
  --wm-size-mobile: 80px;
  --wm-offset-desktop: 0.8%;
  --wm-offset-mobile: 1.5%;
}

/* Basispositie van het logo op alle productafbeeldingen */
.product__main-photos .image-wrap,
.product__media .media,
.product-media-container .media,
.product__media-wrapper .media,
.product-card__image-wrapper,
.card__media,
.card--media .card__media,
.product-card-media {
  position: relative;
}

/* Watermark voor productpagina's en collectiekaarten */
.product__main-photos .image-wrap::after,
.product__media .media::after,
.product-media-container .media::after,
.product__media-wrapper .media::after,
.product-card__image-wrapper::after,
.card__media::after,
.card--media .card__media::after,
.product-card-media::after {
  content: "";
  position: absolute !important;
  top: var(--wm-offset-desktop);
  left: var(--wm-offset-desktop);
  width: var(--wm-size-desktop);
  height: var(--wm-size-desktop);
  background: var(--wm-logo-url) no-repeat left top !important;
  background-size: contain !important;
  background-color: transparent !important;
  opacity: 1 !important;
  pointer-events: none !important;
  z-index: 3 !important;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.25));
}

/* 📱 Mobiel: logo iets kleiner, iets verder van de rand */
@media (max-width: 768px) {
  .product__main-photos .image-wrap::after,
  .product__media .media::after,
  .product-media-container .media::after,
  .product__media-wrapper .media::after,
  .product-card__image-wrapper::after,
  .card__media::after,
  .card--media .card__media::after,
  .product-card-media::after {
    top: var(--wm-offset-mobile);
    left: var(--wm-offset-mobile);
    width: var(--wm-size-mobile);
    height: var(--wm-size-mobile);
  }
}

/* 🛍️ Watermark ook zichtbaar in collectie-overzicht */
.collection .product-card__image-wrapper::after,
.collection .card__media::after,
.template-collection .card__media::after,
.template-search .card__media::after {
  content: "";
  position: absolute !important;
  top: var(--wm-offset-desktop);
  left: var(--wm-offset-desktop);
  width: var(--wm-size-desktop);
  height: var(--wm-size-desktop);
  background: var(--wm-logo-url) no-repeat left top !important;
  background-size: contain !important;
  background-color: transparent !important;
  opacity: 1 !important;
  pointer-events: none !important;
  z-index: 3 !important;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.25));
}

/* 📱 Mobiel: ook in collectie kleiner */
@media (max-width: 768px) {
  .collection .product-card__image-wrapper::after,
  .collection .card__media::after,
  .template-collection .card__media::after,
  .template-search .card__media::after {
    top: var(--wm-offs
