/** Shopify CDN: Minification failed

Line 260:15 Unexpected "{"
Line 260:24 Expected ":"
Line 266:15 Unexpected "{"
Line 266:24 Expected ":"
Line 273:15 Unexpected "{"
Line 273:24 Expected ":"
Line 468:0 Expected "}" to go with "{"

**/
/* maxmaxhunt:start modal-style-brand */

:root {
  --hunt-pink: #d63cff;
}

.hunt-modal {
  display: none;
}
.hunt-modal.is-open {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 9999;
  font: inherit;
}

.hunt-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(2px);
}

.hunt-modal__panel {
  position: relative;
  max-width: 520px;
  margin: 10vh auto 0;
  background: #fff;
  color: #111;
  border-radius: 18px;
  padding: 22px 22px 20px;
  box-shadow:
    0 20px 60px rgba(0,0,0,.25),
    0 0 0 1px rgba(214,60,255,.25);
}

/* CLOSE */
.hunt-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  font-size: 20px;
  background: rgba(214,60,255,.08);
  border: 1px solid rgba(214,60,255,.35);
  color: var(--hunt-pink);
  cursor: pointer;
}
.hunt-modal__close:hover {
  background: rgba(214,60,255,.15);
}

/* TEXT */
.hunt-modal__title {
  margin: 0 48px 6px 0;
  font-size: 18px;
  font-weight: 600;
}

.hunt-modal__text {
  margin: 0 0 14px 0;
  font-size: 14px;
  opacity: .85;
}

/* PROMO CODE */
.hunt-modal__codeRow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 14px 0 16px 0;
  flex-wrap: wrap;
}

.hunt-modal__code {
  padding: 10px 14px;
  background: rgba(214,60,255,.08);
  border: 1px dashed rgba(214,60,255,.45);
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .6px;
  color: var(--hunt-pink);
}

/* COPY */
.hunt-modal__copy {
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(214,60,255,.45);
  background: #fff;
  color: var(--hunt-pink);
  cursor: pointer;
  font-weight: 500;
}
.hunt-modal__copy:hover {
  background: rgba(214,60,255,.08);
}

/* APPLY BUTTON */
.hunt-modal__apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 14px;
  background: var(--hunt-pink);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  box-shadow: none; /* прибрали тінь */
  transition: transform .15s ease, opacity .15s ease;
}

.hunt-modal__apply:hover {
  transform: translateY(-1px);
  opacity: .92;
}


/* COPIED */
.hunt-modal__copied {
  margin: 12px 0 0 0;
  font-size: 13px;
  color: var(--hunt-pink);
  font-weight: 500;
}

html.hunt-lock { overflow: hidden; }

/* maxmaxhunt:end modal-style-brand */

.hunt-bag {
  width: 100px;
  height: 100px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.hunt-bag img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.9;
  transition: transform .2s ease, opacity .2s ease;
}

.hunt-bag:hover img {
  opacity: 1;
  transform: scale(1.05);
}
/* maxmaxhunt:end bag-style */


/* maxmaxhunt:start product-thumb-size */
.m-product-media--desktop .hunt-bag,
.m-product-thumbnails .hunt-bag,
.product__media-thumbnails .hunt-bag {
  width: 70px;
  height: 70px;
}

.m-product-media--desktop .hunt-bag img,
.m-product-thumbnails .hunt-bag img,
.product__media-thumbnails .hunt-bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* maxmaxhunt:end product-thumb-size */

/* maxmaxhunt:start footer-style */
.footer-hunt-bag{width:28px;height:28px;padding:0;border:0;background:none;cursor:pointer;opacity:.9;display:inline-flex;align-items:center;justify-content:center;}
.footer-hunt-bag:hover{opacity:1;}
.footer-hunt-bag img{width:100%;height:100%;object-fit:contain;}
/* maxmaxhunt:end footer-style */
/* maxmaxhunt:start announcement-size */
.m-announcement-bar .hunt-bag { width:22px; height:22px; }
.m-announcement-bar .hunt-bag img { width:100%; height:100%; object-fit:contain; }
/* maxmaxhunt:end announcement-size */
/* maxmaxhunt:start home-slider-style */
.m-slideshow-section .swiper-slide{position:relative;}
.m-slideshow-section .swiper-slide .hunt-bag{
  position:absolute;
  left:24px;
  bottom:24px;
  width:56px;
  height:56px;
  z-index:6;
  cursor:pointer;
  pointer-events:auto;
}
.m-slideshow-section .swiper-slide .hunt-bag img{width:100%;height:100%;object-fit:contain;}

@media (max-width: 767px){
  .m-slideshow-section .swiper-slide .hunt-bag{
    left:12px;
    bottom:12px;
    width:44px;
    height:44px;
  }
}
/* maxmaxhunt:end home-slider-style */
/* Контейнер картки — база для absolute */
.m-product-card {
  position: relative;
}

/* Оверлей косметички */
.hunt-overlay {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
}

/* Сама кнопка */
.hunt-overlay .hunt-trigger {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

/* Картинка */
.hunt-overlay img {
  width: 48px;
  height: auto;
}
.promo-bag-btn{
  background:none;
  border:0;
  padding:0;
  margin-right:6px;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
}
.promo-bag-btn img{
  display:block;
}

  /* maxmaxhunt:start bag-slide styles */
  #m-section--{{ section.id }} .hunt-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #m-section--{{ section.id }} .hunt-bag--slide {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
  }

  #m-section--{{ section.id }} .hunt-bag--slide img {
    max-width: 240px;
    height: auto;
    display: block;
  }
  /* maxmaxhunt:end bag-slide styles */

/* maxmaxhunt:start bag-trigger position (collection filters) */
.facest-filters-section .m-collection--wrapper {
  position: relative;
}

.facest-filters-section .hunt-bag-filters-anchor {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 50;
}

.facest-filters-section .hunt-bag-filters-anchor .hunt-bag {
  position: static !important; 
/* maxmaxhunt:end bag-trigger position (collection filters) */
/* maxmaxhunt:start move bag to bottom of filters */


/* .facest-filters-section .m-sidebar,
.facest-filters-section .collection-sidebar {
  display: flex;
  flex-direction: column;
} */
/* maxmaxhunt:end move bag to bottom of filters */
/* maxmaxhunt:start lamel modal css */
.hunt-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.hunt-modal[aria-hidden="false"] { display: flex; }

.hunt-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}

.hunt-modal__panel {
  position: relative;
  width: min(520px, 100%);
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(17,17,17,.12);
  padding: 18px;
}

.hunt-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  color: rgba(17,17,17,.6);
}
.hunt-modal__close:hover { color: #111; }

.hunt-modal__title {
  margin: 0 34px 10px 0;
  font-size: 18px;
  font-weight: 800;
  color: #111;
}

.hunt-modal__text {
  margin: 0 0 12px 0;
  font-size: 14px;
  line-height: 1.45;
  color: #111;
}

.hunt-modal__codeRow {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 14px;
  border: 1px dashed rgba(17,17,17,.18);
  margin-bottom: 12px;
}

.hunt-modal__code {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .5px;
}

.hunt-modal__copy {
  margin-left: auto;
  border: 1px solid #ff4fa3;
  background: transparent;
  color: #ff4fa3;
  border-radius: 12px;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: 700;
  box-shadow: none; /* без тіні */
}
.hunt-modal__copy:hover { background: rgba(255,79,163,.08); }

.hunt-modal__apply {
  display: block;
  text-align: center;
  border-radius: 14px;
  padding: 12px 14px;
  background: #ff4fa3;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: none; /* без тіні */
}
.hunt-modal__apply:hover { filter: brightness(.96); }

.hunt-modal__copied {
  margin: 10px 0 0 0;
  font-size: 13px;
  color: #ff4fa3;
}
/* maxmaxhunt:end lamel modal css */
/* maxmaxhunt:start modal links */

/* Посилання всередині тексту модалки */
.hunt-modal__text a {
  color: #000;                /* фірмовий чорний */
  text-decoration: underline; /* чітко видно що лінк */
  font-weight: 500;
  transition: opacity .2s ease;
}

/* Hover / focus */
.hunt-modal__text a:hover,
.hunt-modal__text a:focus {
  opacity: 0.7;
  text-decoration-thickness: 2px;
}

/* maxmaxhunt: badge overlay inside product card (does not affect grid flow) */
.maxmaxhunt-card-scope {
  position: relative;
}

/* бейдж-кнопка поверх (правий верхній кут карточки/фото) */
.maxmaxhunt-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0;
  cursor: pointer;
}

/* щоб картинка була як “стікер” */
.maxmaxhunt-badge img {
  display: block;
  width: 90px;
  height: 90px;
}

/* мобільна версія */
@media (max-width: 767px) {
  .maxmaxhunt-badge {
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
  }
  .maxmaxhunt-badge img {
    width: 60px;
    height: 60px;
  }
}


