﻿/* ============================================================
   sellx_portlets – Konsolidierte CSS-Datei
   Geladen via header.tpl fuer alle Seiten mit OPC-Portlets
   ============================================================ */
/* ----------------------------------------------------------
   ProductVideoBlock – Fullwidth-Section (UID-unabhaengig)
   ---------------------------------------------------------- */
.video-block-fullwidth {
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Swiper Navigation im Video-Block */
.video-block-fullwidth .swiper-button-prev,
.video-block-fullwidth .swiper-button-next {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.video-block-fullwidth .swiper-button-prev::after,
.video-block-fullwidth .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}
.video-block-fullwidth .swiper-button-prev:hover,
.video-block-fullwidth .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.7);
}
