/* ==========================================
   STYLE BAZOWE I PRZYCISKI
   ========================================== */

.ggskin {
  font-family: "Poppins", sans-serif;
}

.btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: auto;
  min-width: 214px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #f57b29;
  border: 1px solid #f57b29;
  border-radius: 21px;
  padding: 0px 16px;
  cursor: pointer;
  z-index: 20;
}

.btn div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.btn div span {
  text-align: center;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin: 0;
}

.btn div img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.btn:hover {
  background: #f57b29;
  border: 1px solid #f57b29;
}

.left-top-btn-container {
  left: 15px;
  top: 15px;
}

.left-top-btn-container-m {
  left: 0px;
  top: 57px;
}

.button-mini,
.button-medium {
  background: rgb(255 255 255 / 75%);
  border-radius: 50px;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 60%);
  padding: 1px;
}

.left-top-btn-container, 
.left-top-btn-container-m {
  position: absolute;
  width: auto;
  height: 42px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 20;
}

.left-top-btn-container .btns, 
.left-top-btn-container-m .btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 122px;
  height: 42px;
  margin-right: 6px;
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.702);
  box-shadow: 0px 0px 10px 0px rgba(14, 15, 15, 0.4);
  cursor: pointer;
}

.left-top-btn-container .btns span {
  font-family: "Poppins";
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: black;
  margin: 0;
}

.left-top-btn-container-m .btns span {
  font-family: "Poppins";
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: black;
  margin: 0;
}

.left-top-btn-container .btns:hover, 
.left-top-btn-container-m .btns:hover {
  background: white;
}

.button-multi {
  position: absolute;
  width: auto;
  height: 42px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 20;
}

.button-multi .button-small {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 80px;
  height: 42px;
  margin-right: 15px;
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.702);
  box-shadow: 0px 0px 10px 0px rgba(14, 15, 15, 0.4);
  cursor: pointer;
  margin-top: 4px;
}

.button-multi .button-small span {
  font-family: "Poppins";
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: black;
  margin: 0;
}

.button-multi .button-medium {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 150px;
  height: 42px;
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.702);
  box-shadow: 0px 0px 10px 0px rgba(14, 15, 15, 0.4);
  cursor: pointer;
  margin-bottom: 45px;
}

.button-multi .button-medium span {
  display: block;
  font-family: "Poppins";
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: black;
  margin-top: 12px;
  margin-left: 5px;
  margin-right: 5px;
}

/* ==========================================
   KONTENER MENU I POPRAWKI WYGLĄDU
   ========================================== */

.menu-container {
  position: absolute;
  top: 15px !important;
  left: 15px;
  width: 280px !important;
  height: 40px;
  background-color: #fff8f2;
  border: 1px solid #c2c2c2;
  border-radius: 21px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  transition: max-height 0.8s !important;
  z-index: 9999 !important;
  padding-top: 0 !important;
}

.menu-header {
  margin-bottom: 0 !important;
  padding-bottom: 8px !important;
}

.menu-container.hide {
  display: none !important;
  border: 1px solid purple;
}

.menu-container .m-title {
  position: absolute !important;
  top: 0px;
  height: 40px !important;
}

.menu-container .title {
  position: relative;
  width: 100%;
  height: 40px !important;
  left: 0px;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 40px !important;
}

.menu-container .title span {
  font-family: "Poppins";
  font-size: 14px;
  color: black;
  font-weight: 600;
  text-align: center;
}

.menu-container .title img {
  position: absolute;
  top: 15.5px;
  left: 20px;
  width: 17px;
  height: 10.5px;
}

.menu-container .title img .opened {
  transform: translateX(-50%) rotate(270deg);
}

.menu-container .title .rotated {
  transform: rotate(90deg);
}

.menu-container .g-container-mobile {
  position: relative !important;
  margin-top: 40px !important;
}

.menu-container .g-container, 
.menu-container .g-container-mobile {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: auto;
  z-index: 999999999;
}

.menu-container .g-container div, 
.menu-container .g-container-mobile div {
  z-index: 999999999;
}

.menu-container .scroll {
  overflow: auto;
}

.menu-container .group {
  width: 100%;
  height: auto;
  min-height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 20;
}

.menu-container .group div {
  z-index: 20;
}

.menu-container .group.hide {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-container .group.hide .g-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.menu-container .group.hide .item {
  display: none;
}

.menu-container .group .g-title {
  font-family: "Poppins";
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #7a7a7a;
  margin: 26.5px 0px 23.5px;
  cursor: pointer;
  width: 100%;
}

.menu-container .group .g-title img {
  position: absolute;
  left: 10px;
  height: 17px;
  width: 10.5px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.menu-container .group .g-title > div {
  position: relative;
  width: 100%;
}

.menu-container .group::before {
  position: relative;
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid #c2c2c2;
}

.menu-container .group::after {
  position: relative;
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  padding-top: 15px;
}

.menu-container.open {
  height: auto !important;
  max-height: calc(100% - 85px) !important;
}

/* ==========================================
   NAGŁÓWKI KATEGORII (SUBMENU - BEZ RAMEK, CIEMNIEJSZE TŁO)
   ========================================== */

.group-submenu {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  padding: 10px 8px !important;
  margin: 8px 0 6px 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  box-sizing: border-box !important;
  background-color: #eee0d5 !important; /* Lekko ciemniejszy odcień tła */
  border: none !important;              /* Brak brzegów/ramek */
  border-radius: 0px !important;
}

.group-submenu:first-of-type,
.group:first-child .group-submenu {
  margin-top: 0 !important;
}

/* ==========================================
   POZYCJE MENU (.ITEM)
   ========================================== */

.menu-container .group .item {
  width: 100% !important;
  max-height: none !important;
  height: auto !important;
  text-align: center !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 10.5px !important;
  font-weight: 500 !important;
  color: #111111 !important;
  padding: 3px 4px !important;
  margin: 1px 0 !important;
  line-height: 1.25 !important;
  box-sizing: border-box !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  white-space: nowrap !important;
  cursor: pointer;
  overflow: hidden;
  z-index: 20;
}

.menu-container .group .item::before {
  display: none !important;
}

.menu-container .group .item.show {
  max-height: 100vh;
  font-size: 15px;
  color: red;
}

.menu-container .group .item:nth-last-child(1) {
  margin-bottom: 23.5px;
}

.menu-container .group .item.active {
  background-color: #FF8C48 !important;
  color: #111111 !important;
  font-weight: 600 !important;
}

/* ==========================================
   UKRYWANIE GÓRNYCH PRZYCISKÓW
   ========================================== */

header .buttons,
header div:has(> button),
[class*="top"],
[class*="header"] > button,
[class*="nav"] > button,
.entrance-button,
.parking-button {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* ==========================================
   MENU MOBILNE & AMK
   ========================================== */

.mobile-menu {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 60px;
  height: 42px;
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.702);
  box-shadow: 0px 0px 10px 0px rgba(14, 15, 15, 0.4);
  cursor: pointer;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 20;
}

.mobile-menu img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 13px;
}

.mobile-menu .left-top-btn-container {
  top: 57px;
  left: 0px;
}

.menu-container-mobile {
  top: 65px;
  left: 15px;
}

.hidden {
  display: none;
}

.submenu {
  width: auto;
  height: auto;
  overflow: hidden;
  z-index: 20;
}

.submenu.hide {
  display: none !important;
}

.submenu .sub-item {
  color: black;
  font-weight: normal;
  font-size: 14px;
  margin: 0px 0px 10px;
}

.submenu .sub-item:nth-child(1) {
  margin-top: 10px;
}

.new-hotspot {
  z-index: 10 !important;
}

/* ==========================================
   HOTSPOTS & HOVICON EFFECTS
   ========================================== */

.row {
  float: left;
  width: 100%;
}

.row .block {
  float: left;
  width: 25%;
  height: 150px;
}

.hovicon {
  display: inline-block;
  font-size: 30px;
  line-height: 60px;
  cursor: pointer;
  margin: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
  color: #fff;
}

.hovicon.small {
  font-size: 20px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  margin: 7px;
}

.hovicon.mini {
  font-size: 15px;
  line-height: 32px;
  width: 30px;
  height: 30px;
  margin: 7px;
}

.hovicon.auto-width {
  width: auto;
  height: auto;
  padding: 15px;
}

.hovicon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  box-sizing: content-box;
}

.hovicon:before {
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

/* Effect 1 */
.hovicon.effect-1 {
  background: rgba(0, 0, 0, 0.6);
  transition: background 0.2s, color 0.2s;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px 0px;
}

.hovicon.effect-1:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #fff;
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}

.hovicon.effect-1.sub-a:hover {
  background: white;
  color: #41ab6b;
}

.hovicon.effect-1.sub-a:hover i {
  color: #41ab6b;
}

.hovicon.effect-1.sub-a:hover:after {
  transform: scale(1);
  opacity: 1;
}

.hovicon.effect-1.sub-b:hover {
  background: white;
  color: #41ab6b;
}

.hovicon.effect-1.sub-b:hover i {
  color: #41ab6b;
}

.hovicon.effect-1.sub-b:after {
  transform: scale(1.2);
}

.hovicon.effect-1.sub-b:hover:after {
  transform: scale(1);
  opacity: 1;
}

/* Effect 2 */
.hovicon.effect-2 {
  color: #eea303;
  box-shadow: 0 0 0 3px #fff;
  transition: color 0.3s;
}

.hovicon.effect-2:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #fff;
  transition: transform 0.2s, opacity 0.2s;
}

.hovicon.effect-2.sub-a:hover, 
.hovicon.effect-2.sub-a:hover i {
  color: #eea303;
}

.hovicon.effect-2.sub-a:hover:after {
  transform: scale(0.85);
}

.hovicon.effect-2.sub-b:hover:after {
  transform: scale(0);
  opacity: 0;
  transition: transform 0.4s, opacity 0.2s;
}

.hovicon.effect-2.sub-b:hover, 
.hovicon.effect-2.sub-b:hover i {
  color: #fff;
}

/* Effect 3 */
.hovicon.effect-3 {
  box-shadow: 0 0 0 4px #fff;
  transition: color 0.3s;
}

.hovicon.effect-3:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #fff;
  transition: transform 0.2s, opacity 0.3s;
}

.hovicon.effect-3.sub-a, 
.hovicon.effect-3.sub-a i {
  color: #f06060;
}

.hovicon.effect-3.sub-a:hover, 
.hovicon.effect-3.sub-a:hover i {
  color: #fff;
}

.hovicon.effect-3.sub-a:hover:after {
  transform: scale(1.3);
  opacity: 0;
}

.hovicon.effect-3.sub-b, 
.hovicon.effect-3.sub-b i {
  color: #fff;
}

.hovicon.effect-3.sub-b:hover, 
.hovicon.effect-3.sub-b:hover i {
  color: #f06060;
}

.hovicon.effect-3.sub-b:after {
  transform: scale(1.3);
  opacity: 0;
}

.hovicon.effect-3.sub-b:hover:after {
  transform: scale(1);
  opacity: 1;
}

/* Effect 4 */
.hovicon.effect-4 {
  width: 92px;
  height: 92px;
  box-shadow: 0 0 0 4px white;
}

.hovicon.effect-4.small {
  width: 45px;
  height: 45px;
}

.hovicon.effect-4.mini {
  width: 30px;
  height: 30px;
}

.hovicon.effect-4.sub-a {
  transition: box-shadow 0.2s;
}

.hovicon.effect-4:before {
  line-height: 92px;
}

.hovicon.effect-4:after {
  top: -4px;
  left: -4px;
  padding: 0;
  z-index: 10;
  border: 4px dashed #fff;
}

.hovicon.effect-4:hover {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  color: #fff;
}

.hovicon.effect-4:hover i {
  color: #fff;
}

.hovicon.effect-4.sub-b:hover {
  transition: box-shadow 0.2s;
}

.hovicon.effect-4.sub-b:hover:after {
  animation: spinAround 9s linear infinite;
}

@keyframes spinAround {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Effect 5 */
.hovicon.effect-5 {
  box-shadow: 0 0 0 4px white;
  overflow: hidden;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.hovicon.effect-5:after {
  display: none;
}

.hovicon.effect-5:hover {
  background: white;
  color: #702fa8;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
}

.hovicon.effect-5:hover i {
  color: #702fa8;
}

.hovicon.effect-5.sub-a:hover:before {
  animation: toRightFromLeft 0.3s forwards;
}

@keyframes toRightFromLeft {
  49% { transform: translate(100%); }
  50% { opacity: 0; transform: translate(-100%); }
  51% { opacity: 1; }
}

.hovicon.effect-5.sub-b:hover:before {
  animation: toLeftFromRight 0.3s forwards;
}

@keyframes toLeftFromRight {
  49% { transform: translate(-100%); }
  50% { opacity: 0; transform: translate(100%); }
  51% { opacity: 1; }
}

.hovicon.effect-5.sub-c:hover:before {
  animation: toTopFromBottom 0.3s forwards;
}

@keyframes toTopFromBottom {
  49% { transform: translateY(-100%); }
  50% { opacity: 0; transform: translateY(100%); }
  51% { opacity: 1; }
}

.hovicon.effect-5.sub-d:hover:before {
  animation: toBottomFromTop 0.3s forwards;
}

@keyframes toBottomFromTop {
  49% { transform: translateY(100%); }
  50% { opacity: 0; transform: translateY(-100%); }
  51% { opacity: 1; }
}

/* Effect 6 */
.hovicon.effect-6 {
  box-shadow: 0 0 0 4px white;
  transition: background 0.2s, color 0.2s;
}

.hovicon.effect-6:hover {
  background: white;
  color: #64bb5d;
}

.hovicon.effect-6:hover i {
  color: #64bb5d;
}

.hovicon.effect-6:hover:before {
  animation: spinAround 2s linear infinite;
}

/* Effect 7 */
.hovicon.effect-7 {
  box-shadow: 0 0 0 4px white;
  transition: background 0.2s, color 0.2s;
}

.hovicon.effect-7:hover, 
.hovicon.effect-7:hover i {
  color: #fff;
}

.hovicon.effect-7:after {
  top: -8px;
  left: -8px;
  padding: 8px;
  z-index: -1;
  opacity: 0;
}

.hovicon.effect-7.sub-a:after {
  box-shadow: 0 0 0 white;
  transition: opacity 0.2s, box-shadow 0.2s;
}

.hovicon.effect-7.sub-a:hover:after {
  opacity: 1;
  box-shadow: 3px 3px 0 white;
}

.hovicon.effect-7.sub-a:before {
  transform: scale(0.8);
  opacity: 0.7;
  transition: transform 0.2s, opacity 0.2s;
}

.hovicon.effect-7.sub-a:hover:before {
  transform: scale(1);
  opacity: 1;
}

.hovicon.effect-7.sub-b:after {
  box-shadow: 3px 3px white;
  transform: rotate(-90deg);
  transition: opacity 0.2s, transform 0.2s;
}

.hovicon.effect-7.sub-b:hover:after {
  opacity: 1;
  transform: rotate(0deg);
}

.hovicon.effect-7.sub-b:before {
  transform: scale(0.8);
  opacity: 0.7;
  transition: transform 0.2s, opacity 0.2s;
}

.hovicon.effect-7.sub-b:hover:before {
  transform: scale(1);
  opacity: 1;
}

/* Effect 8 */
.hovicon.effect-8 {
  background: rgba(255, 255, 255, 0.1);
  transition: transform ease-out 0.1s, background 0.2s;
}

.hovicon.effect-8:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: scale(0.9);
}

.hovicon.effect-8:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: scale(0.93);
  color: #fff;
}

.hovicon.effect-8:hover i {
  color: #fff;
}

.hovicon.effect-8:hover:after {
  animation: sonarEffect 1.3s ease-out 75ms;
}

@keyframes sonarEffect {
  0% { opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

/* Effect 9 */
.hovicon.effect-9 {
  transition: box-shadow 0.2s;
}

.hovicon.effect-9:after {
  top: 0;
  left: 0;
  padding: 0;
  box-shadow: 0 0 0 3px #fff;
  transition: transform 0.2s, opacity 0.2s;
}

.hovicon.effect-9.sub-a:hover:after {
  transform: scale(0.85);
  opacity: 0.5;
}

.hovicon.effect-9.sub-a:hover {
  box-shadow: 0 0 0 10px white;
  color: #fff;
}

.hovicon.effect-9.sub-a:hover i {
  color: #fff;
}

.hovicon.effect-9.sub-b:hover:after {
  transform: scale(0.85);
}

.hovicon.effect-9.sub-b:hover {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
  color: #fff;
}

.hovicon.effect-9.sub-b:hover i {
  color: #fff;
}

/* ==========================================
   MARKERY & TEMPLATKI POPUP
   ========================================== */

.marker {
  margin: 68px 16px;
  width: 50px;
  height: 50px;
  position: relative;
  transform: translateY(-50%);
}

.marker [class*=pulse_] {
  border: 2px solid #fff;
  border-radius: 40px;
  height: 50px;
  width: 50px;
  position: absolute;
  animation: pulse 1s ease-out infinite;
  opacity: 0;
}

.marker [class*=pulse_].pulse_1 {
  animation-delay: 0.3s;
}

.fancybox-can-swipe .fancybox-content {
  max-width: 90%;
  max-height: 90%;
}

.hts-template {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  width: 308px;
  height: auto;
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
  border-bottom-right-radius: 21px;
  box-shadow: 0px 0px 60px 0px rgba(14, 15, 15, 0.5);
  z-index: 50;
  overflow: hidden;
}

.hts-template .scrolll-container {
  width: 100%;
  height: 100%;
  overflow: auto;
  border-bottom-right-radius: 21px;
  z-index: 55;
}

.hts-template .close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  background-color: #f57b29;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 60;
}

.hts-template .close img {
  width: 15px;
  height: 15px;
}

.hts-template .close:hover {
  background: #f57b29;
}

.hts-template .btn-hts {
  position: relative;
  margin-bottom: 35.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #f57b29;
  border: 1px solid #f57b29;
  border-radius: 21px;
  z-index: 30;
  padding: 0px 16px;
  cursor: pointer;
}

.hts-template .btn-hts a {
  text-align: center;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  color: white;
  margin: 0;
  text-decoration: none;
}

.hts-template .btn-hts:hover {
  background: #f57b29;
}

.hts-template .btn-video {
  position: relative;
  margin-bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #f57b29;
  border: 1px solid #f57b29;
  border-radius: 21px;
  z-index: 30;
  padding: 0px 0px;
  cursor: pointer;
}

.hts-template .btn-video a {
  text-align: center;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  color: white;
  margin: 0;
  text-decoration: none;
}

.hts-template .btn-video:hover {
  background: #f57b29;
}

.hts-template .logo img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: auto;
  margin: 30px 0px 0px;
}

.hts-template .btn-video img {
  position: relative;
  height: 40px;
  width: 40px;
  margin: 0px 0px 0px;
  left: 10%;
  transform: translateX(-50%);
}

.hts-template h2 {
  position: relative;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 23px;
  color: #f57b29;
  text-align: center;
  margin: 20px 10px 0px;
}

.hts-template img.product {
  width: auto;
  max-width: 290px;
  position: relative;
  margin: 10px 0px 10px 0px;
}

.hts-template .product-title {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: black;
  text-align: center;
  margin: 0px 10px 18px 10px; 
}

.hts-template .product-title span {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14.58px;
  color: #7a7a7a;
  display: table;
  text-align: center;
  margin: 0 auto;
}

.screenInit {
  background-color: black;
  opacity: 0.6;
  cursor: pointer !important;
  z-index: 40;
}

.pizda {
  z-index: 999 !important;
}

/* ==========================================
   MEDIA QUERIES (RESPONSYWNOŚĆ) - POPRAWIONE
   ========================================== */

@media only screen and (max-width: 550px) {
  .mobile-menu {
    display: flex;
  }

  .left-top-btn-container {
    display: none;
  }

  .menu-container {
    /* Zmniejszono z 125px na 65px (15px top + 42px wysokość burgera + 8px odstępu) */
    top: 65px !important; 
    /* Zaktualizowano odliczenie, aby menu sięgało niżej */
    max-height: calc(100% - 75px) !important; 
  }
  
  .menu-container.open {
    max-height: calc(100% - 75px) !important;
  }
}

@media (max-height: 515px), (max-width: 340px) {
  .hts-template {
    max-width: 90%;
    height: 90%;
    overflow: auto;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
  }
  
  .hts-template .btn-hts {
    width: 90%;
    position: relative;
    bottom: unset;
    margin-bottom: 20px;
    padding: 0px;
  }
  
  .hts-template img.product {
    width: 90%;
  }

  .btn {
    padding: 0px 2px;
  }

  .menu-container.open {
    max-height: calc(100% - 140px) !important;
  }
}

@media (max-width: 320px) {
  .btn {
    right: 5px;
    min-width: unset;
    padding: 0px 8px;
  }
  
  .btn img {
    display: none;
  }
}