/** Shopify CDN: Minification failed

Line 166:42 Unexpected "/"
Line 458:1 Expected identifier but found "."

**/
.testclass {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  border: 4px solid;
  border-image: linear-gradient(135deg, #a855f7, #ec4899) 1;
  box-shadow: 0 0 20px rgba(168, 85, 247, 0.2), 0 0 40px rgba(236, 72, 153, 0.1);
  transition: all 0.3s ease-in-out;
}


.testclass:hover {
  box-shadow: 0 0 25px rgba(168, 85, 247, 0.3), 0 0 50px rgba(236, 72, 153, 0.2);
}

.testclass input[type="radio"] + label.tee-radio-label {
  background: linear-gradient(135deg, #a855f7, #ec4899) !important;
  color: white !important;
  padding: 0.75rem 1.5rem !important;
  border-radius: 9999px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  transition: background 0.3s ease, transform 0.2s ease !important;
  border: none !important;
  display: inline-block;
  text-align: center;
}



.testclass input[type="radio"] + label.tee-radio-label:hover {
  background: linear-gradient(135deg, #9333ea, #db2777);
  transform: scale(1.05);
}

.testclass .tee-radio {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  outline: none !important;
}

.testclass .tee-field__heading {
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  background: linear-gradient(135deg, #a855f7, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 1rem;
  display: inline-block;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}


.testclass .tee-radio.active label.tee-radio-label {
  background: linear-gradient(135deg, #9333ea, #db2777) !important;
  transform: scale(1.06);
  box-shadow: 0 0 10px rgba(147, 51, 234, 0.5);
}

.testclass .tee-radio:first-child label.tee-radio-label {
  background: linear-gradient(135deg, #a855f7, #ec4899);
  color: #a855f7 !important;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  position: relative;
  z-index: 1;
}

/* Belső fehér réteg */
.testclass .tee-radio:first-child label.tee-radio-label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: white;
  border-radius: inherit;
  z-index: -1;
}


label[for="layer-327838-11640446"]::after {
  content: "  ▶️";
}

label[for="layer-327838-11640447"]::after {
  content: "  🎵";
}


label[for="layer-327838-11640449"]::after {
  content: "  🖼️";
}


label[for="layer-327838-11640448"]::after {
  content: "  📁";
}

label[for="layer-327838-11640658"]::after {
  content: " 🙅‍♂️";
}

label[for*="Youtube video lejátszása"]::after {
  content: "  ▶️";
}

label[for*="Spotify dal lejátszása"]::after {
  content: "  🎵";
}

label[for*="Saját kép megjelenítése"]::after {
  content: "  📷";
}

label[for*="Saját fotó / video / hangfájl lejátszása"]::after {
  content: "  📹";
}

label[for*="Nem kérek, köszönöm"]::after {
  content: " 🙅‍♂️";
}

label[for*="Egyéb link megnyitása"]::after {
  content: " ✨";
}


.tee-radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
}

.tee-radio:has(#layer-327838-11640448) {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 1rem;
}

.tee-radio:has(input[type="radio"]#layer-327838-11640448:checked)::after {
  content: "Saját fájlt a rendelés leadása után fogsz tudni feltölteni, erről külön emailt fogunk küldeni a rendelés beérkezésekor 🙂";
  display: block;
  font-style: italic;
  font-size: 1.5rem;
  color: #6b7280;
  margin-top: 0.5rem;
  white-space: normal;
  padding-left: 0.25rem;
}

.tee-radio:has(#layer-385831-Saját fotó / video / hangfájl lejátszása) {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 1rem;
}

.testclass .tee-row .tee-radio:nth-of-type(4):has(input[type="radio"]:checked)::after {
  content: "A saját fájlt nem kell most azonnal kiválasztanod! Saját fájlt a rendelés leadása után ⚠️ fogsz tudni feltölteni, erről külön emailt fogunk küldeni a rendelés beérkezésekor 🙂";
  display: block;
    font-style: normal !important;
  font-size: 1.3rem !important;
  color: #111827 !important; /* sötétebb szürke */
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif !important;
  margin-top: 0.75rem !important;
  line-height: 1.5 !important;
}



.testclass .tee-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}


.testclass .tee-row .tee-radio:nth-of-type(1) {
  flex: 0 0 100%;
}


.testclass .tee-row .tee-radio:nth-of-type(4) {
  flex: 0 0 100%;
}

.testclass .tee-radio label.tee-radio-label {
  max-width: 100%;
  width: auto;
  white-space: nowrap;
}

.testclass .tee-clipart-checkmark {
  display: none !important;
}

.testclass .tee-radio.active label.tee-radio-label {
  background: linear-gradient(135deg, #9333ea, #db2777) !important;
  transform: scale(1.06);
  box-shadow: 0 0 10px rgba(147, 51, 234, 0.5);
  border: 2px solid #ffcc00 !important; /* például sárga keret */
}




/**************************************************/

.tee-option-inner .tee-radio {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  outline: none !important;
}


/****************/


.tee-option-inner .tee-radio-label {
  background: transparent;
  color: #be185d; /* karakteres pinkes-piros */
  padding: 0.75rem 1.25rem;
  border-radius: 9999px;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid #f472b6 !important;; /* kontrasztos, rózsás szegély */
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
}


.tee-option-inner .tee-radio-label:hover {
  background: #fce7f3;
  color: #9d174d;
  border-color: #ec4899;
}


.tee-option-inner .tee-radio.active .tee-radio-label {
  background: #fbcfe8;
  border-color: #db2777;
  color: #7a143f;
  font-weight: 700;
  box-shadow: 0 0 0 2px rgba(219, 39, 119, 0.25);
}



.testclass .tee-field__heading span:first-child {
  font-size: 1.8rem; /* nagyobb méret */
  color: #111827 !important;    /* sötét szín */
  font-weight: 800;
  text-transform: none;
  margin-right: 0;
  display: inline;   /* fontos! ne bontsa meg a sort */
}


.testclass .tee-field__heading::after {
  content: "Okozz extra meglepetést!💖 A falikép most már saját tartalmat is le tud játszani okostelefonon, ha szeretnéd! (pl. videó, saját hangfájl)";
  display: block;
  font-size: 1.2rem;
  color: #ec4899;
  font-weight: 500;
  margin-top: 0.5rem;
  line-height: 1.5;
}

.testclass .tee-field__heading span:first-child {
  background: none !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
  background-clip: initial !important;
  text-fill-color: initial !important;
  color: #111827 !important;
  font-size: 1.8rem;
  font-weight: 800;
  text-transform: none;
  margin-right: 0.5rem;
}

.testclass .tee-field__heading .tee-asterisk {
  margin-left:0.1rem;
}

/*30x40*/

.tee-option-inner label[title="nagy - 30x40 cm"]::after {
  content: "❤";
  position: absolute;
  top: -0.6rem;
  right: -0.6rem;
  background: linear-gradient(135deg, #9333ea, #ec4899); 
  color: white;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 2;
  font-weight: bold;
}

.tee-option-inner label[title="nagy - 30x40 cm"]:hover::before {
  content: "Legnépszerűbb méret!";
  position: absolute;
  top: -2rem;
  right: 0;
  background: #111827;
  color: #fff;
  padding: 0.4rem 0.6rem;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  white-space: nowrap;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* tooltip */


.testclass .tee-field__heading span:first-child {
  position: relative;
  display: inline-block;
}

.testclass .tee-field__heading {
  position: relative; 
}


.testclass .tee-field__heading span:first-child::after {
  content: "?";
  position: absolute;
  top: 0.1rem;
  right: -2.4rem;
  background: linear-gradient(135deg, #9333ea, #ec4899);
  color: white; 
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 5;
  font-weight: bold;
  cursor: help;
}

.testclass .tee-field__heading span:first-child::before {
  content: "";
  position: absolute;
  top: 2.2rem;
  left: 2rem;
  right: -5rem;
  transform: none;
  width: 320px;
  max-width: 90vw;
  padding: 200px 1rem 1rem;
  background-image:
    linear-gradient(to bottom, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.6) 100%),
    url('/cdn/shop/files/okosposzter_emlekposzter_1_8.png?v=1743595512');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-color: white;
  color: white;
  font-size: 1.2rem;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  border-radius: 1rem;
  box-sizing: border-box;
  white-space: normal;
}



.testclass .tee-field__heading span:first-child:hover::before {
  content: "✨Ezt a funkciót aktiválva, amikor a faliképhez érintesz egy (NFC-képes) okostelefont, az általad kiválasztott tartalmat (videót, zenét vagy tetszőleges linket) fogja lejátszani az eszköz! ✨ Az Okosposzter funkció ára 790 Ft!";
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 768px) {
  .testclass .tee-field__heading span:first-child::before {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 95vw;
    max-width: 340px;
    padding: 200px 1rem 1rem;
    z-index: 999;
  }

 .testclass .tee-row .tee-radio:nth-of-type(4) label.tee-radio-label {
    white-space: normal !important;
    text-align: left !important;
    line-height: 1.4 !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    min-height: unset !important;
    height: auto !important;
    display: block !important;
  }

}

.testclass .tee-radio label.tee-radio-label {
  white-space: normal !important;
  word-break: break-word;
  max-width: 100%;
  text-align: left;
}




/******************************/

.testclass + .tee-field {
  background: #f9f5ff;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 2px solid #e0d7f7;
  box-shadow: 0 2px 10px rgba(168, 85, 247, 0.05);
  transition: all 0.3s ease-in-out;
  margin-bottom: 2rem;
}


..testclass + .tee-field:hover{
  box-shadow: 0 4px 16px rgba(168, 85, 247, 0.1);
  border-color: #c084fc;
}


.testclass + .tee-field {
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #4b5563;
  margin-bottom: 1rem;
  align-items: center;
  gap: 0.5rem;
}


.tee__input,
.tee__input--text {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid #d1d5db;
  background: white;
  font-size: 1.1rem;
  color: #111827;
  transition: border-color 0.2s ease;
}

.tee__input:focus,
.tee__input--text:focus {
  border-color: #a855f7;
  outline: none;
  box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.2);
}

/* Spotify kereső gomb */
.tee-song__btn--search {
  background: linear-gradient(135deg, #a855f7, #ec4899);
  border: none;
  padding: 0.6rem 1rem;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-left: 0.5rem;
}

.tee-song__btn--search:hover {
  background: linear-gradient(135deg, #9333ea, #db2777);
}

.tee-song__icon--search {
  fill: white;
  width: 1.2rem;
  height: 1.2rem;
}

.testclass + .tee-field .tee-input-hint.tee-font-italic {
  font-style: normal !important;
  font-size: 1.3rem !important;
  color: #111827 !important; 
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif !important;
  margin-top: 0.75rem !important;
  line-height: 1.5 !important;
}


/* custom */

.custom-announcement {
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
  border: 2px solid;
  border-image: linear-gradient(135deg, #a855f7, #ec4899) 1;
  box-shadow: 0 0 5px rgba(168, 85, 247, 0.1), 0 0 10px rgba(236, 72, 153, 0.1);
  transition: all 0.3s ease-in-out;
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 2rem;
  position: relative;
  cursor:help;
}

/*.custom-announcement:hover {
  box-shadow: 0 0 25px rgba(168, 85, 247, 0.2), 0 0 50px rgba(236, 72, 153, 0.2);
}*/

/* Cím + tooltip stílus */
.custom-announcement p {
  font-size: 1.8rem;
  font-weight: 800;
  position: relative;
  display: inline-block;
  color: #111827;
  margin: 0;
  padding-right: 2.5rem;
}

/* Tooltip gomb – kérdőjel */
.custom-announcement p::after {
  content: "?";
  position: absolute;
  top: 0.3rem;
  right: 0;
  background: linear-gradient(135deg, #9333ea, #ec4899);
  color: white;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  cursor: help;
  z-index: 5;
}

/* Tooltip tartalom (rejtett kép + szöveg) */
.custom-announcement p::before {
  content: "✨Ezt a funkciót aktiválva, amikor a faliképhez érintesz egy (NFC-képes) okostelefont, az általad kiválasztott tartalmat (videót, zenét vagy tetszőleges linket) fogja lejátszani az eszköz! ✨ Részleteket lejjebb találsz";
  position: absolute;
  top: 2.2rem;
  left: 2rem;
  width: 320px;
  max-width: 90vw;
  padding: 50px 1rem 1rem;
  background-image:
    linear-gradient(to bottom, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.6) 100%),
    url('/cdn/shop/files/okosposzter_emlekposzter_1_8.png?v=1743595512');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-color: white;
  color: white;
  font-size: 1.2rem;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  border-radius: 1rem;
  box-sizing: border-box;
  white-space: normal;
}

/* Tooltip aktiválás hoverrel */
.custom-announcement p:hover::before {
  opacity: 1;
  pointer-events: auto;
}

/* Mobilbarát tooltip */
@media (max-width: 768px) {
  .custom-announcement p::before {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 95vw;
    max-width: 340px;
  }
}
