/* Centralized from elan.evi.az/app/views/home.php — 2026-09-27 */

/* =========================================================
   EVI.AZ HOME — MOBILE PROMO FULL BLEED
   ---------------------------------------------------------
   Evi promo banner mobile-da container padding-dən çıxır,
   ekranın sağından soluna tam 100vw olur.
========================================================= */

@media (max-width: 767.98px) {
  .evi-promo.evi-promo-fullbleed {
    width: 100vw !important;
    max-width: 100vw !important;

    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;

    padding: 0 !important;

    overflow: hidden !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: transparent !important;
    box-shadow: none !important;
  }

  .evi-promo.evi-promo-fullbleed .evi-promo__scroll {
    width: 100% !important;

    display: flex !important;
    gap: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;

    -webkit-overflow-scrolling: touch !important;
  }

  .evi-promo.evi-promo-fullbleed .evi-promo__scroll::-webkit-scrollbar {
    display: none !important;
  }

  .evi-promo.evi-promo-fullbleed .evi-promo__card {
    position: relative !important;

    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;

    height: clamp(132px, 38vw, 168px) !important;

    flex: 0 0 100vw !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: transparent !important;
    box-shadow: none !important;

    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;

    transform: none !important;
  }

  .evi-promo.evi-promo-fullbleed .evi-promo__card:active {
    transform: none !important;
  }

  .evi-promo.evi-promo-fullbleed .evi-promo__img {
    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    display: block !important;

    border: 0 !important;
    border-radius: 0 !important;

    object-fit: cover !important;
    object-position: center !important;

    box-shadow: none !important;
  }
}


/* =========================================================
   EVI.AZ HOME — DAILY DEAL LIVE TIMER + DISCOUNTED STRIP
========================================================= */

.daily-deal-scroll-item{
  position:relative;
}

.daily-deal-live-badge{
  position:absolute;
  top:8px;
  left:8px;
  z-index:12;

  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;

  min-width:76px;
  max-width:145px;
  min-height:28px;

  padding:5px 9px;

  border:1px solid rgba(255,255,255,.48);
  border-radius:9px;

  background:rgba(22,22,22,.84);
  color:#fff;

  box-shadow:0 4px 14px rgba(0,0,0,.16);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);

  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.01em;

  white-space:nowrap;
  pointer-events:none;

  opacity:1;
  transform:translateY(0);
  transition:opacity .22s ease, transform .22s ease;
}

.daily-deal-live-badge.is-changing{
  opacity:0;
  transform:translateY(-3px);
}

.daily-deal-live-badge .deal-dot{
  width:6px;
  height:6px;
  flex:0 0 6px;
  border-radius:50%;
  background:#ff4d4f;
  box-shadow:0 0 0 3px rgba(255,77,79,.16);
}

.daily-deal-live-badge.is-message{
  background:rgba(255,91,35,.92);
}

.daily-deal-live-badge.is-message .deal-dot{
  background:#fff;
  box-shadow:none;
}

/* Endirimli elanlar — mağazaların altında horizontal strip */
.discounted-home-section{
  margin-top:18px;
  margin-bottom:8px;
}

.discounted-home-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:11px;
}

.discounted-home-title{
  display:flex;
  align-items:center;
  gap:8px;

  margin:0;

  color:#202326;
  font-size:18px;
  font-weight:800;
}

.discounted-home-title-icon{
  width:28px;
  height:28px;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  border-radius:9px;
  background:rgba(0,158,142,.10);
  color:#009e8e;

  font-size:12px;
}

.discounted-home-all{
  flex:0 0 auto;
  color:#009e8e;
  text-decoration:none;
  font-size:12px;
  font-weight:700;
}

.discounted-home-all:hover{
  color:#008d7f;
}

.discounted-home-scroll{
  display:flex;
  gap:12px;

  width:100%;
  overflow-x:auto;
  overflow-y:hidden;

  padding:2px 2px 9px;

  scroll-snap-type:x proximity;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}

.discounted-home-scroll::-webkit-scrollbar{
  display:none;
}

.discounted-home-item{
  flex:0 0 210px;
  width:210px;
  min-width:210px;

  scroll-snap-align:start;
}

.discounted-home-item .home-card{
  width:100%;
  height:100%;
}

@media(max-width:767.98px){
  .daily-deal-live-badge{
    top:7px;
    left:7px;
    min-height:25px;
    padding:4px 8px;
    border-radius:8px;
    font-size:10px;
  }

  .discounted-home-section{
    margin-top:14px;
  }

  .discounted-home-title{
    font-size:16px;
  }

  .discounted-home-scroll{
    gap:10px;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    width:100vw;
    padding-left:14px;
    padding-right:14px;
  }

  .discounted-home-item{
    flex-basis:164px;
    width:164px;
    min-width:164px;
  }
}


/* =========================================================
   EVI.AZ — DESKTOP SIDEBAR ADS FINAL FIX
========================================================= */

@media (min-width: 1400px) {

/* =========================
   DESKTOP SIDE BANNERS
========================= */

.sidebar-left,
.sidebar-right {
    position: fixed;
    top: 60px;
    bottom: 0;

    width: 170px;

    margin: 0;
    padding: 0;

    background: #fff;
    overflow: hidden;

    z-index: 5;
}

.sidebar-left {
    left: 0;
}

.sidebar-right {
    right: 0;
}

.sidebar-left > a,
.sidebar-right > a {
    display: block;

    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;
}

.sidebar-left img,
.sidebar-right img {
    display: block;

    width: 100%;
    height: auto;

    min-width: 0;
    max-width: 100%;

    margin: 0;
    padding: 0;

    object-fit: initial;
    object-position: initial;
}
}

/* =========================================================
   SOURCE: elan.evi.az/app/views/home.php [former inline styles]
========================================================= */
[data-evi-inline="evi-79c2e9c8cc"]{background:#009e8e;}
[data-evi-inline="evi-d88888dda6"]{font-size:13px;}
[data-evi-inline="evi-65d20c832b"]{display:none;}
