/* Gigal je samostalno hostovan sajt. Sakrij oznaku stare platforme. */
.w-webflow-badge {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Jedinstvena navigacija za ceo sajt. Stari izvozni meniji ostaju sakriveni. */
.main-header-1,
.site-bar {
  display: none !important;
}

.gigal-pro-header,
.gigal-pro-header * {
  box-sizing: border-box;
}

.gigal-pro-header {
  position: sticky;
  z-index: 9995;
  top: 0;
  width: 100%;
  color: #f7f7fb;
  background: rgba(8, 9, 17, .97);
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .22);
  backdrop-filter: blur(16px);
}

.gigal-pro-header__inner {
  width: min(100% - 32px, 1220px);
  min-height: 82px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 76px;
  align-items: center;
}

.gigal-pro-header__inner::after {
  content: "";
  grid-column: 3;
  width: 76px;
  height: 1px;
}

.gigal-pro-brand {
  width: 76px;
  height: 70px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.gigal-pro-brand img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 66px;
  display: block;
  object-fit: contain;
}

.gigal-pro-desktop-nav {
  grid-column: 2;
  justify-self: center;
  margin-left: 0;
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.gigal-pro-desktop-nav > a,
.gigal-pro-products__trigger {
  position: relative;
  min-height: 50px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #f3f3f7 !important;
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font: 700 16px/1.2 "Inter Tight", Inter, Arial, sans-serif;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color .18s ease, background-color .18s ease;
}

.gigal-pro-desktop-nav > a::after,
.gigal-pro-products__trigger::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 5px;
  left: 18px;
  height: 2px;
  background: #ff6800;
  border-radius: 2px;
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .18s ease, transform .18s ease;
}

.gigal-pro-desktop-nav > a:hover,
.gigal-pro-desktop-nav > a:focus-visible,
.gigal-pro-products__trigger:hover,
.gigal-pro-products__trigger:focus-visible,
.gigal-pro-desktop-nav > a.is-current,
.gigal-pro-products.is-current .gigal-pro-products__trigger {
  color: #fff !important;
  background: rgba(255, 255, 255, .065);
  outline: none;
}

.gigal-pro-desktop-nav > a:hover::after,
.gigal-pro-desktop-nav > a:focus-visible::after,
.gigal-pro-desktop-nav > a.is-current::after,
.gigal-pro-products__trigger:hover::after,
.gigal-pro-products__trigger:focus-visible::after,
.gigal-pro-products.is-current .gigal-pro-products__trigger::after {
  opacity: 1;
  transform: scaleX(1);
}

.gigal-pro-products {
  position: relative;
  display: flex;
  align-items: center;
}

.gigal-pro-products__trigger svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .18s ease;
}

.gigal-pro-products:hover .gigal-pro-products__trigger svg,
.gigal-pro-products:focus-within .gigal-pro-products__trigger svg,
.gigal-pro-products.is-open .gigal-pro-products__trigger svg {
  transform: rotate(180deg);
}

.gigal-pro-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: 320px;
  padding: 9px;
  display: grid;
  gap: 3px;
  background: #10111b;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .52);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .17s ease, visibility .17s ease, transform .17s ease;
}

.gigal-pro-products:hover .gigal-pro-dropdown,
.gigal-pro-products:focus-within .gigal-pro-dropdown,
.gigal-pro-products.is-open .gigal-pro-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.gigal-pro-dropdown__link {
  padding: 11px 13px;
  display: block;
  color: #ececf2 !important;
  border-radius: 7px;
  font: 650 14px/1.35 "Inter Tight", Inter, Arial, sans-serif;
  text-decoration: none !important;
  transition: color .16s ease, background-color .16s ease, padding-left .16s ease;
}

.gigal-pro-dropdown__link:hover,
.gigal-pro-dropdown__link:focus-visible,
.gigal-pro-dropdown__link.is-current {
  padding-left: 17px;
  color: #fff !important;
  background: rgba(255, 104, 0, .16);
  outline: none;
}

.gigal-pro-dropdown__link:first-child {
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  border-radius: 7px 7px 2px 2px;
}

.gigal-pro-menu-toggle,
.gigal-pro-mobile-panel {
  display: none;
}

.gigal-pro-backdrop {
  position: fixed;
  z-index: 9993;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(0, 0, 0, .58);
  border: 0;
  cursor: default;
}

.gigal-pro-backdrop[hidden],
.gigal-pro-mobile-view[hidden] {
  display: none !important;
}

body.gigal-menu-open {
  overflow: hidden !important;
}

body.gigal-menu-open .gigal-cart-fab,
body.gigal-menu-open .gigal-signature {
  opacity: 0 !important;
  pointer-events: none !important;
}

@media screen and (max-width: 820px) {
  .gigal-pro-header__inner {
    width: 100%;
    min-height: 72px;
    padding: 7px 16px;
    display: flex;
    justify-content: space-between;
  }

  .gigal-pro-header__inner::after {
    display: none;
  }

  .gigal-pro-brand {
    width: 61px;
    height: 58px;
  }

  .gigal-pro-brand img {
    max-height: 55px;
  }

  .gigal-pro-desktop-nav {
    display: none;
  }

  .gigal-pro-menu-toggle {
    min-width: 92px;
    min-height: 43px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    background: #171923;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 9px;
    cursor: pointer;
    font: 800 12px/1 "Inter Tight", Inter, Arial, sans-serif;
    letter-spacing: .08em;
  }

  .gigal-pro-menu-toggle:focus-visible {
    outline: 2px solid #ff8c3d;
    outline-offset: 2px;
  }

  .gigal-pro-menu-toggle__icon {
    position: relative;
    width: 20px;
    height: 16px;
    display: block;
  }

  .gigal-pro-menu-toggle__icon i {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    display: block;
    background: currentColor;
    border-radius: 2px;
    transition: top .18s ease, transform .18s ease, opacity .18s ease;
  }

  .gigal-pro-menu-toggle__icon i:nth-child(1) { top: 0; }
  .gigal-pro-menu-toggle__icon i:nth-child(2) { top: 7px; }
  .gigal-pro-menu-toggle__icon i:nth-child(3) { top: 14px; }

  .gigal-pro-header.is-menu-open .gigal-pro-menu-toggle__icon i:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
  }

  .gigal-pro-header.is-menu-open .gigal-pro-menu-toggle__icon i:nth-child(2) {
    opacity: 0;
  }

  .gigal-pro-header.is-menu-open .gigal-pro-menu-toggle__icon i:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg);
  }

  .gigal-pro-mobile-panel {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    max-height: calc(100vh - 72px);
    max-height: calc(100dvh - 72px);
    padding: 10px 14px 18px;
    display: block;
    overflow-y: auto;
    background: #0b0c15;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 22px 45px rgba(0, 0, 0, .46);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-9px);
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
  }

  .gigal-pro-header.is-menu-open .gigal-pro-mobile-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .gigal-pro-mobile-view {
    width: min(100%, 620px);
    margin: 0 auto;
    display: grid;
    gap: 5px;
  }

  .gigal-pro-mobile-view--main > a,
  .gigal-pro-mobile-products,
  .gigal-pro-mobile-back,
  .gigal-pro-mobile-category {
    width: 100%;
    min-height: 49px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #f4f4f8 !important;
    background: transparent;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    font: 700 16px/1.25 "Inter Tight", Inter, Arial, sans-serif;
    text-align: left;
    text-decoration: none !important;
  }

  .gigal-pro-mobile-view--main > a,
  .gigal-pro-mobile-products {
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  .gigal-pro-mobile-view--main > a:hover,
  .gigal-pro-mobile-view--main > a:focus-visible,
  .gigal-pro-mobile-view--main > a.is-current,
  .gigal-pro-mobile-products:hover,
  .gigal-pro-mobile-products:focus-visible,
  .gigal-pro-mobile-category:hover,
  .gigal-pro-mobile-category:focus-visible,
  .gigal-pro-mobile-category.is-current {
    color: #fff !important;
    background: rgba(255, 104, 0, .14);
    outline: none;
  }

  .gigal-pro-mobile-products {
    gap: 8px;
  }

  .gigal-pro-mobile-products svg,
  .gigal-pro-mobile-back svg {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .gigal-pro-mobile-back {
    gap: 9px;
    color: #fff !important;
    background: #541b2d;
  }

  .gigal-pro-mobile-back:hover,
  .gigal-pro-mobile-back:focus-visible {
    background: #70233c;
    outline: 2px solid rgba(255, 255, 255, .7);
    outline-offset: 2px;
  }

  .gigal-pro-mobile-title {
    padding: 18px 16px 8px;
    color: #aeb1bc;
    font: 800 12px/1.2 "Inter Tight", Inter, Arial, sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .gigal-pro-mobile-category {
    min-height: 45px;
    padding-left: 18px;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .065);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gigal-pro-header *,
  .gigal-pro-mobile-panel,
  .gigal-pro-dropdown {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Gigal logo in the main header and in the mobile drawer. */
.gigal-header-logo {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 84px;
  height: 84px;
  margin-right: 12px;
  padding: 7px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.gigal-header-logo__image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 70px;
  display: block;
  object-fit: contain;
}

.gigal-header-logo--drawer {
  width: 104px;
  height: auto;
  min-height: 88px;
  margin: 0 auto;
  padding: 0;
}

.gigal-header-logo--drawer .gigal-header-logo__image {
  max-height: 88px;
}

.gigal-header-logo--checkout {
  width: 68px;
  height: 64px;
  margin: 0;
  padding: 4px 0;
}

.gigal-header-logo--checkout .gigal-header-logo__image {
  max-height: 56px;
}

.gigal-header-logo--category {
  width: 90px;
  height: 78px;
  margin: -44px auto 10px;
  padding: 0;
}

.gigal-header-logo--category .gigal-header-logo__image {
  max-height: 76px;
}

.gigal-signature {
  position: fixed;
  z-index: 9996;
  right: 20px;
  bottom: 20px;
  min-height: 34px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: #541b2d;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 7px;
  box-shadow: 0 9px 26px rgba(15, 2, 7, .38);
  font: 800 12px/1 "Inter Tight", Inter, Arial, sans-serif;
  letter-spacing: .09em;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.gigal-signature:hover,
.gigal-signature:focus-visible {
  color: #fff !important;
  background: #70233c;
  box-shadow: 0 12px 30px rgba(15, 2, 7, .5);
  outline: 2px solid rgba(255, 255, 255, .72);
  outline-offset: 2px;
  transform: translateY(-2px);
}

.gigal-signature--with-cart {
  bottom: 20px;
}

.gigal-signature--with-category-cart {
  bottom: 90px;
}

body:not(:has(.category-cta-bar)) .gigal-cart-fab {
  bottom: 66px;
}

body:has(.category-cta-bar) .gigal-cart-fab {
  bottom: 136px;
}

@media screen and (max-width: 767px) {
  .gigal-signature {
    right: 12px;
    bottom: 12px;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 6px;
    font-size: 10px;
    letter-spacing: .075em;
  }

  .gigal-signature--with-cart {
    bottom: 12px;
  }

  .gigal-signature--with-category-cart {
    bottom: 82px;
  }

  body:not(:has(.category-cta-bar)) .gigal-cart-fab {
    bottom: 54px;
  }

  body:has(.category-cta-bar) .gigal-cart-fab {
    bottom: 124px;
  }
}

@media screen and (max-width: 991px) {
  .main-header-1 .header-container {
    align-items: center !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .gigal-header-logo--main {
    width: 68px;
    height: 60px;
    margin-right: auto;
    padding: 3px 0;
  }

  .gigal-header-logo--main .gigal-header-logo__image {
    max-height: 54px;
  }
}

@media screen and (max-width: 479px) {
  .main-header-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .gigal-header-logo--main {
    width: 62px;
    height: 54px;
    margin: 0 auto 4px;
  }

  .gigal-header-logo--main .gigal-header-logo__image {
    max-height: 50px;
  }

  .gigal-header-logo--checkout {
    width: 56px;
    height: 58px;
  }

  .gigal-header-logo--checkout .gigal-header-logo__image {
    max-height: 50px;
  }

  .gigal-header-logo--category {
    width: 76px;
    height: 66px;
    margin-top: -22px;
  }

  .gigal-header-logo--category .gigal-header-logo__image {
    max-height: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gigal-signature {
    transition: none;
  }
}
