.tk-slider{ position:relative; width:100vw; max-width:100vw; height:100vh; overflow:hidden; background:#000; left:50%; right:50%; margin-left:-50vw; margin-right:-50vw; }
.tk-slide{ position:absolute; inset:0; display:none; justify-content:center; align-items:center; }
.tk-slide.active{ display:flex; }
.tk-fit-cover .tk-slide img,.tk-fit-cover .tk-slide video,.tk-fit-cover .tk-slide iframe,.tk-fit-cover .tk-slide .tk-embed{ width:100%; height:100%; object-fit:cover; object-position:center; }
.tk-fit-contain .tk-slide img,.tk-fit-contain .tk-slide video,.tk-fit-contain .tk-slide iframe,.tk-fit-contain .tk-slide .tk-embed{ width:100%; height:100%; object-fit:contain; object-position:center; background:#000; }
.tk-rot-left .tk-slide img,.tk-rot-left .tk-slide video,.tk-rot-left .tk-slide iframe,.tk-rot-left .tk-slide .tk-embed{ transform:rotate(-90deg); width:100vh; height:100vw; }
.tk-rot-right .tk-slide img,.tk-rot-right .tk-slide video,.tk-rot-right .tk-slide iframe,.tk-rot-right .tk-slide .tk-embed{ transform:rotate(90deg); width:100vh; height:100vw; }
html,body{ overflow-x:hidden; }

/* Eczane modu iframe görünümü */
.tk-pharmacy-wrap{ position:absolute; inset:0; background:#000; overflow:hidden; }
/* Title removed for eczane view */
.tk-pharmacy-title{ display:none !important; }
.tk-pharmacy-frame{ position:absolute; inset:0; overflow:hidden; }

/* Make any embedded markup fill the frame */
.tk-pharmacy-frame > *{ position:absolute; inset:0; width:100% !important; height:100% !important; }
.tk-pharmacy-frame iframe{ position:absolute; inset:0; width:100% !important; height:100% !important; border:0; display:block; }

/* Rotate iframe content when TV rotation is enabled (match media behavior, but centered) */
.tk-rot-left .tk-pharmacy-frame iframe,
.tk-rot-right .tk-pharmacy-frame iframe{
  top:50%; left:50%; inset:auto;
  width:100vh !important;
  height:100vw !important;
  transform-origin:center center;
}
.tk-rot-left .tk-pharmacy-frame iframe{ transform:translate(-50%, -50%) rotate(-90deg); }
.tk-rot-right .tk-pharmacy-frame iframe{ transform:translate(-50%, -50%) rotate(90deg); }