/** Shopify CDN: Minification failed

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

**/
:root{
  --portelino-pink: #ff2f6d;
  --portelino-soft: #fff0f4;
  --portelino-soft-2: #fff5f7;
}

/* Wrapper */
.portelino-survey-popup{
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.portelino-survey-popup.active{ display:flex; }

.portelino-survey-popup__overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.portelino-survey-popup__modal{
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 540px;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 40px 100px rgba(0,0,0,0.22);
  animation: portelinoPopupIn 0.4s cubic-bezier(0.22,1,0.36,1);
}

@keyframes portelinoPopupIn{
  from{ opacity:0; transform:translateY(24px) scale(0.96); }
  to{ opacity:1; transform:translateY(0) scale(1); }
}

.portelino-survey-popup__close{
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.95);
  font-size: 18px;
  cursor: pointer;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: background 0.2s;
}
.portelino-survey-popup__close:hover{ background:#f0f0f0; }

/* Progress */
.portelino-survey-popup__progress{
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(50% - 40px);
  display: flex;
  gap: 5px;
  z-index: 15;
}
.portelino-survey-popup__progress span{
  flex: 1;
  height: 3px;
  border-radius: 999px;
  background: rgba(0,0,0,0.1);
  transition: background 0.4s;
}
.portelino-survey-popup__progress span.active{ background: var(--portelino-pink); }

/* Slides */
.portelino-survey-popup__slides{ width:100%; height:100%; }
.portelino-slide{ display:none; width:100%; height:100%; }
.portelino-slide.active{ display:block; }

/* Grid */
.portelino-slide__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}

.portelino-slide__content{
  display:flex;
  flex-direction: column;
  justify-content:center;
  padding: 56px 44px 40px;
  height: 100%;
  box-sizing: border-box;
  overflow:hidden;
  position: relative;
}

.portelino-slide__image{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(145deg, var(--portelino-pink) 0%, #ff6b9d 100%);
}
.portelino-slide__image img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

/* Badge */
.portelino-badge{
  display:inline-flex;
  align-items:center;
  gap:4px;
  width: fit-content;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--portelino-soft);
  color: #111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
  flex-shrink: 0;
}

.portelino-slide__content h2{
  font-size: 30px;
  line-height: 1.1;
  margin: 0 0 8px;
  color: #111;
  flex-shrink: 0;
}

.portelino-slide__content p{
  font-size: 14px;
  line-height: 1.6;
  color: #888;
  margin: 0 0 18px;
  flex-shrink: 0;
}

/* Slide 1 dotted box */
.portelino-slide1-help-wrap{
  position: relative;
  margin: 10px 0 18px;
  width: fit-content;
  max-width: 100%;
}
.portelino-slide1-help{
  display:flex;
  align-items:center;
  gap:12px;
  border: 2px dashed rgba(255, 47, 109, 0.35);
  background: var(--portelino-soft-2);
  border-radius: 14px;
  padding: 14px 16px;
  width: 360px;
  max-width: 100%;
  box-sizing: border-box;
}
.portelino-slide1-help__icon{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--portelino-soft);
  color: var(--portelino-pink);
  display:flex;
  align-items:center;
  justify-content:center;
  flex: 0 0 auto;
}
.portelino-slide1-help__text{
  font-size: 20px;
  line-height: 1.3;
  color: #111;
  font-weight: 800;
}
.portelino-slide1-help__text strong{ font-weight: 800; }
.portelino-slide1-help-arrow{
  position:absolute;
  right: -22px;
  top: -18px;
  width: 52px;
  height: 52px;
  color: var(--portelino-pink);
  pointer-events: none;
}

/* Slide 1 icons row (desktop default) */
.portelino-slide__icons{
  display:flex;
  gap:18px;
  margin: 10px 0 22px;
  flex-shrink: 0;
}
.portelino-slide__icon-item{
  display:flex;
  align-items:center;
  gap:10px;
  flex:1;
  min-width:0;
}
.portelino-icon-circle{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--portelino-soft);
  color: var(--portelino-pink);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
.portelino-icon-circle svg{ width:18px; height:18px; display:block; }

.portelino-slide__icon-text{
  display:flex;
  flex-direction: column;
  line-height: 1.1;
}
.portelino-slide__icon-text span{
  font-size: 11px;
  color: #9a9a9a;
  font-weight: 700;
  white-space: nowrap;
}
.portelino-slide__icon-text strong{
  font-size: 12px;
  color: #111;
  font-weight: 900;
  white-space: nowrap;
}

/* Answers */
.portelino-answers{
  display:flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
  flex-shrink: 0;
}
.portelino-answer{
  display:flex;
  align-items:center;
  gap:10px;
  padding: 12px 16px;
  border: 1.5px solid #eee;
  border-radius: 12px;
  background:#fff;
  font-size: 14px;
  font-weight: 500;
  color:#111;
  cursor:pointer;
  text-align:left;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
}
.portelino-answer:hover{
  border-color: var(--portelino-pink);
  background: var(--portelino-soft-2);
  transform: translateX(3px);
}

/* Back */
.portelino-back{
  background:none;
  border:none;
  font-size: 13px;
  color:#bbb;
  cursor:pointer;
  padding:0;
  display:flex;
  align-items:center;
  gap:4px;
  transition: color 0.2s;
  flex-shrink: 0;
}
.portelino-back:hover{ color:#666; }

/* Button */
.portelino-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 50px;
  border:none;
  border-radius: 14px;
  background: var(--portelino-pink);
  color:#fff !important;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 600;
  cursor:pointer;
  width:100%;
  text-decoration:none !important;
  transition: background 0.2s, transform 0.15s;
  box-sizing: border-box;
}
.portelino-btn:hover{ background:#e0255e; transform: translateY(-1px); }

/* Slides 2–4 centered + back bottom-left */
.portelino-slide--qa-center .portelino-slide__content{
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 78px;
}
.portelino-slide--qa-center .portelino-answers{
  width: 100%;
  max-width: 360px;
  margin-left:auto;
  margin-right:auto;
}
.portelino-slide--qa-center .portelino-answer{
  justify-content: center;
  text-align:center;
}
.portelino-slide--qa-center .portelino-back{
  position:absolute;
  left: 44px;
  bottom: 26px;
}

/* Slide 5 */
.portelino-slide__content--reward{
  align-items: flex-start;
  text-align: left;
}
.portelino-accent{ color: var(--portelino-pink); }

/* Coupon */
.portelino-coupon{
  display:flex;
  align-items:center;
  gap:10px;
  background: var(--portelino-soft-2);
  border: 2px dashed var(--portelino-pink);
  border-radius: 14px;
  padding: 12px 16px;
  margin-bottom: 14px;
  width: 100%;
  box-sizing: border-box;
}
#portelinoCouponCode{
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color:#111;
  flex:1;
  text-align:left;
}
.portelino-copy-btn{
  border:none;
  background: var(--portelino-pink);
  color:#fff;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  cursor:pointer;
  transition: background 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.portelino-copy-btn:hover{ background:#e0255e; }
.portelino-copy-btn.copied{ background:#22c55e; }

/* Timer */
.portelino-timer--center{
  align-items:center;
  text-align:center;
  width:100%;
  margin-bottom: 18px;
}
.portelino-timer-label{
  font-size: 11px;
  color:#aaa;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}
.portelino-timer-digits{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:2px;
  width:100%;
}
.portelino-timer-block{
  width: 60px;
  display:flex;
  flex-direction: column;
  align-items:center;
  gap: 6px;
}
.portelino-timer-num{
  font-size: 30px;
  font-weight: 900;
  color:#fff;
  background: var(--portelino-pink);

  border-radius: 10px;

  padding: 6px 10px;

  width: 60px;
  min-width: 60px;
  box-sizing: border-box;
  text-align:center;
  font-variant-numeric: tabular-nums;
}
.portelino-timer-unit{
  font-size: 10px;
  color:#777;
  text-transform: lowercase;
  letter-spacing: 0.02em;
}
.portelino-timer-sep{
  display:flex;
  align-items:center;
  justify-content:center;

  width: 16px;
  padding: 0;
  margin: 0 2px;

  line-height: 1;
  font-size: 18px;
  font-weight: 900;

  color: var(--portelino-pink);

  position: relative;
  top: -6px;
}

/* Banner */
.portelino-coupon-banner{
  position: fixed;
  bottom:0;
  left:0;
  right:0;
  background:#1a1a1a;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  padding: 14px 20px;
  z-index: 99998;
  font-size: 14px;
  animation: portelinoBannerIn 0.4s ease;
}
@keyframes portelinoBannerIn{
  from{ transform: translateY(100%); }
  to{ transform: translateY(0); }
}
.portelino-coupon-banner strong{ color: var(--portelino-pink); font-size: 16px; letter-spacing: 0.08em; }
.portelino-coupon-banner-timer{ color: var(--portelino-pink); font-weight: 700; font-variant-numeric: tabular-nums; }
.portelino-coupon-banner-close{
  background:none;
  border:none;
  color:#888;
  font-size:20px;
  cursor:pointer;
  line-height:1;
  margin-left:4px;
}
.portelino-coupon-banner-close:hover{ color:#fff; }

/* MOBILE (fixné slidy 1 a 5 bez scrollu) */
@media (max-width: 700px){
  .portelino-survey-popup{ padding:0; align-items:flex-end; }

  /* FIX výška a žiadny scroll v modale */
  .portelino-survey-popup__modal{
    height: 90dvh;
    height: 90vh;
    max-height: 90dvh;
    max-height: 90vh;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
    width:100%;
    margin:0;
  }

  .portelino-survey-popup__close{
  position: absolute;

  top: -4px;
  right: 8px;

  width: 44px;
  height: 44px;

  z-index: 30;
}

  .portelino-survey-popup__progress{
    position: sticky;
    top:0;
    left:0;
    width:auto;
    padding: 14px 16px 8px;
    background:#fff;
    z-index: 15;
    margin:0;
    box-sizing:border-box;
  }

  .portelino-survey-popup__slides{ height:100%; }
  .portelino-slide{ height:100%; }

  .portelino-slide__grid{
    grid-template-columns: 1fr;
    grid-template-rows: 260px minmax(0, 1fr);
    height:100%;
  }

  /* image hore */
  .portelino-slide__image{
    height: 260px;
    order: -1;
    position: relative;
    flex-shrink: 0;
  }

  /* content dole: button pripnutý na spodok, bez scrollu */
  .portelino-slide__content{
    height: 100%;
    display:flex;
    padding: 18px 18px 18px; /* viac miesta dole */
    overflow: hidden;
  }
  .portelino-btn{
  margin-top: auto;
  margin-bottom: 48px;
}

  .portelino-slide__content h2{
  font-size: 30px;
  line-height: 1.1;
}
  .portelino-slide__content p{ font-size: 13px; margin-bottom: 12px; }

  .portelino-slide1-help{ width: 100%; }
  .portelino-slide1-help-arrow{ display:none; }

  /* Slidy 2–4 nech ostanú čitateľné (ale stále bez scrollu v modale – preto zmenšíme spacing) */
  .portelino-slide--qa-center .portelino-slide__content{
    align-items:flex-start;
    text-align:left;
    padding-bottom: 18px;
  }
  .portelino-slide--qa-center .portelino-back{
    position: static;
    margin-top: 12px;
  }

  /* Slide 1 ikonky na mobile: ikona hore, text dole */
  .portelino-slide[data-step="1"] .portelino-slide__icons{
    display: flex;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin: 8px 0 12px;
  }
  .portelino-slide[data-step="1"] .portelino-slide__icon-item{
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
  }
  .portelino-slide[data-step="1"] .portelino-slide__icon-text span,
  .portelino-slide[data-step="1"] .portelino-slide__icon-text strong{
    white-space: normal;
  }

  /* Timer na mobile */
.portelino-timer-num{
  font-size: 22px;
  width: 52px;
  min-width: 52px;
  padding: 5px 8px;
  border-radius: 10px;
}

.portelino-timer-block{
  width: 52px;
}

.portelino-timer-sep{
  font-size: 22px;
}

.portelino-timer-label{
  font-size: 9px;
  margin-bottom: 8px;
}

.portelino-timer-unit{
  font-size: 8px;
}

/* MOBILE: skry banner v kosiku (cart) */
@media (max-width: 700px) {
  body.template-cart .portelino-coupon-banner{
    display: none !important;
  }
}