/* AZNETWORK shop — tidy layout overrides */
html, body {
  min-height: 100%;
  background: #151515;
}
#all_wrap {
  min-height: 100vh;
  overflow-x: hidden;
}
#head .top h1 img {
  height: 28px;
  width: auto;
}
.shop_logo_txt {
  display: inline-block;
  font-family: "Chakra Petch", "Oswald", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: .04em;
  color: #ffe600;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}
#footer .copyright {
  color: #9aa3b2;
}
.premiumItemsNav {
  background-color: transparent !important;
}
.dimmed,
.ov-bg {
  background: rgba(0, 0, 0, 0.6) !important;
}

/* Compact GNB — long AZ labels were wrapping / looking crooked */
#head.pc #gnb li {
  padding: 0 .2rem !important;
}
#head.pc #gnb li a {
  font-size: 13px !important;
  padding: 2px 3.1rem !important;
  letter-spacing: .02em !important;
  white-space: nowrap;
}
#head.pc .gnb_area {
  overflow: hidden;
}
#head.pc .gnb_area .bi {
  left: 1.6rem !important;
  max-width: 11rem;
}

/* Desktop util always visible */
#head.pc .util {
  display: block !important;
}
#head.pc .util .lg_top,
#head.pc .util > .user_area,
#head.pc .util > h1,
#head.pc .mp_only,
#head.pc .mp_only_block {
  display: none !important;
}
#head.pc .util .btns,
#head.pc .util .state {
  display: block !important;
}
#head.pc .ov-bg {
  display: none !important;
}

/* Mobile */
#head.mp .ov-bg { display: none; }
#head.mp .util { display: none; }
#head.mp .util.active { display: block !important; }
#head.mp .btn_menu,
#head.mp .btn_my { display: block; }
#head.pc .btn_menu,
#head.pc .btn_my { display: none !important; }
#head.mp #gnb { display: none; }
#head.mp.open-menu #gnb { display: block !important; }

@media (min-width: 961px) {
  #head.pc #gnb {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
  }
}

/* Mid desktop: even tighter nav so util doesn't collide */
@media (max-width: 1400px) and (min-width: 961px) {
  #head.pc #gnb li a {
    font-size: 12px !important;
    padding: 0 .7rem !important;
  }
  #head.pc .gnb_area {
    padding-left: 12rem !important;
  }
}

#head .user_area .cash a:hover .more::after {
  content: "Yükləmə mərkəzi";
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #111;
  background: #ffe600;
  padding: 6px 10px;
  border-radius: 6px;
  z-index: 20;
  box-shadow: 0 6px 18px rgba(0,0,0,.35);
}
/* Do not wipe official translate() centering — only kill skew on slides/cards */
.az_slide,
.az_slide_copy,
.mainSlide .swiper-slide,
.goods .item_wrap .item_list > li .item .img img {
  transform: none !important;
}
#head.pc {
  padding-right: 200px;
}

/* AZ labels are longer than EN — give util a bit more room */
#head.pc .util {
  width: 186px !important;
}
#head.pc .util .btns a {
  font-size: 10px !important;
  letter-spacing: 0.01em !important;
  line-height: 28px !important;
}
#head.pc .util .state a span {
  font-size: 10px !important;
}

/* Flat slides — never inherit 3d / skew from other sheets */
.mainSlide,
.mainSlide .swiper-wrapper,
.mainSlide .swiper-slide,
.az_slide {
  transform-style: flat !important;
  perspective: none !important;
}

/* Goods sections spacing cleanup */
#container.main .goods {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  box-sizing: border-box;
}
#container.main .goods .inner {
  max-width: 1704px;
  margin: 0 auto;
}
