/* EVI.AZ COMPONENT STYLES
   Centralized 2026-09-27. */


/* =========================================================
   SOURCE: elan.evi.az/app/views/partials/category_strip.php
========================================================= */
/* =========================================================
   HOME CATEGORY HUB — COMPACT + DISCOVER
   ---------------------------------------------------------
   Əsas kateqoriyalar yalnız real kateqoriyalardır.
   Endirimli / Populyar / Mağazalar ayrıca "Kəşf et" bölməsindədir.
========================================================= */

.home-category-hub{
  width:100%;
  min-width:0;
}

.home-category-hub .category-modern-grid{
  width:100%;
  display:grid !important;
  grid-template-columns:repeat(auto-fill,minmax(108px,1fr)) !important;
  gap:9px !important;
  margin:0 !important;
}

.home-category-hub .category-modern-card{
  min-width:0 !important;
  min-height:108px !important;
  padding:10px 7px 9px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:7px !important;
  overflow:hidden !important;
  border:1px solid #e8edef !important;
  border-radius:16px !important;
  background:#fff !important;
  color:#283138 !important;
  text-align:center !important;
  text-decoration:none !important;
  box-shadow:0 3px 12px rgba(21,34,40,.025) !important;
  cursor:pointer !important;
  -webkit-tap-highlight-color:transparent !important;
  transition:
    transform .15s ease,
    border-color .15s ease,
    box-shadow .15s ease,
    background .15s ease !important;
}

.home-category-hub .category-modern-card:hover{
  border-color:#cfe4e0 !important;
  background:#fcfefe !important;
  box-shadow:0 6px 18px rgba(18,42,38,.055) !important;
  transform:translateY(-2px) !important;
}

.home-category-hub .category-modern-card:active{
  transform:scale(.98) !important;
}

.home-category-hub .category-modern-image-wrap{
  width:66px !important;
  height:66px !important;
  min-width:66px !important;
  min-height:66px !important;
  margin:0 !important;
  padding:0 !important;
  display:grid !important;
  place-items:center !important;
  overflow:hidden !important;
  border-radius:15px !important;
  background:#f4f7f7 !important;
}

.home-category-hub .category-modern-image{
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  display:block !important;
  object-fit:cover !important;
}

.home-category-hub .category-modern-title{
  width:100% !important;
  min-width:0 !important;
  overflow:hidden !important;
  color:#313a40 !important;
  font-size:11px !important;
  line-height:1.25 !important;
  font-weight:850 !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}

/* Mobile "Kateqoriyalar" launcher — header kataloqunu açır */
.home-category-hub .category-modern-card.home-category-launcher{
  border-color:#cfe7e2 !important;
  background:linear-gradient(145deg,#f4fbfa,#fff) !important;
}

.home-category-hub .category-modern-card.home-category-launcher
.category-modern-image-wrap{
  background:#eaf8f5 !important;
}

.home-category-hub .category-modern-card.home-category-launcher
.category-modern-title{
  color:#087d72 !important;
}

/* ---------------------------------------------------------
   DISCOVER
--------------------------------------------------------- */
.home-discover-section{
  width:100%;
  margin-top:14px;
}

.home-discover-heading{
  margin:0 1px 8px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px;
}

.home-discover-heading-copy{
  min-width:0;
}

.home-discover-heading strong{
  display:block;
  color:#222b30;
  font-size:14px;
  line-height:1.2;
  font-weight:950;
  letter-spacing:-.15px;
}

.home-discover-heading span{
  display:block;
  margin-top:2px;
  color:#98a0a6;
  font-size:8.5px;
  line-height:1.3;
  font-weight:650;
}

.home-discover-grid{
  width:100%;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
}

.home-discover-card{
  min-width:0;
  min-height:78px;
  padding:10px 11px;
  display:flex;
  align-items:center;
  gap:10px;
  overflow:hidden;
  border:1px solid #e5eaec;
  border-radius:16px;
  background:#fff;
  color:#273137;
  text-decoration:none;
  box-shadow:0 3px 12px rgba(21,34,40,.025);
  -webkit-tap-highlight-color:transparent;
  transition:
    transform .15s ease,
    border-color .15s ease,
    box-shadow .15s ease;
}

.home-discover-card:hover{
  color:#273137;
  border-color:#d5e3e1;
  box-shadow:0 7px 20px rgba(21,34,40,.055);
  transform:translateY(-2px);
}

.home-discover-card:active{
  transform:scale(.985);
}

.home-discover-icon{
  width:45px;
  height:45px;
  flex:0 0 45px;
  display:grid;
  place-items:center;
  border-radius:14px;
  font-size:17px;
}

.home-discover-copy{
  min-width:0;
  flex:1;
}

.home-discover-copy strong,
.home-discover-copy small{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
}

.home-discover-copy strong{
  color:inherit;
  font-size:11.5px;
  line-height:1.25;
  font-weight:900;
  white-space:nowrap;
}

.home-discover-copy small{
  margin-top:3px;
  color:#929ba1;
  font-size:8px;
  line-height:1.3;
  font-weight:650;
  white-space:nowrap;
}

.home-discover-arrow{
  width:26px;
  height:26px;
  flex:0 0 26px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:#f2f5f6;
  color:#a0a8ad;
  font-size:8px;
}

/* individual accents */
.home-discover-card.is-discount{
  border-color:#f0dcda;
  background:linear-gradient(145deg,#fff8f7,#fff);
  color:#b7473f;
}

.home-discover-card.is-discount .home-discover-icon{
  background:#fff0ee;
  color:#df5148;
}

.home-discover-card.is-popular{
  border-color:#dce7e5;
  background:linear-gradient(145deg,#f7fbfa,#fff);
  color:#087d72;
}

.home-discover-card.is-popular .home-discover-icon{
  background:#e9f7f4;
  color:#009e8e;
}

.home-discover-card.is-store{
  border-color:#e7e2d5;
  background:linear-gradient(145deg,#fffdf8,#fff);
  color:#80642d;
}

.home-discover-card.is-store .home-discover-icon{
  background:#f8f1df;
  color:#a67a24;
}

/* Desktop: bir az daha yığcam */
@media(min-width:768px){
  .home-category-hub .category-modern-grid{
    grid-template-columns:repeat(auto-fill,minmax(102px,1fr)) !important;
    gap:8px !important;
  }

  .home-category-hub .category-modern-card{
    min-height:100px !important;
    padding:9px 6px 8px !important;
    border-radius:15px !important;
  }

  .home-category-hub .category-modern-image-wrap{
    width:60px !important;
    height:60px !important;
    min-width:60px !important;
    min-height:60px !important;
    border-radius:14px !important;
  }

  .home-category-hub .category-modern-title{
    font-size:10.5px !important;
  }

  .home-discover-section{
    margin-top:12px;
  }

  .home-discover-card{
    min-height:72px;
    padding:9px 10px;
    border-radius:15px;
  }

  .home-discover-icon{
    width:41px;
    height:41px;
    flex-basis:41px;
    border-radius:12px;
    font-size:15px;
  }
}

/* Mobile: 4 kateqoriya sütunu, Discover həmişə 3 sütun */
@media(max-width:767.98px){
  .home-category-hub .category-modern-grid{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:7px !important;
  }

  .home-category-hub .category-modern-card{
    min-height:91px !important;
    padding:7px 3px 6px !important;
    gap:5px !important;
    border-radius:14px !important;
  }

  .home-category-hub .category-modern-image-wrap{
    width:55px !important;
    height:55px !important;
    min-width:55px !important;
    min-height:55px !important;
    border-radius:13px !important;
  }

  .home-category-hub .category-modern-title{
    padding:0 2px !important;
    font-size:9px !important;
    line-height:1.2 !important;
  }

  .home-discover-section{
    margin-top:12px;
  }

  .home-discover-heading{
    margin-bottom:7px;
  }

  .home-discover-heading strong{
    font-size:12px;
  }

  .home-discover-heading span{
    font-size:7.5px;
  }

  .home-discover-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:6px;
  }

  .home-discover-card{
    min-height:94px;
    padding:8px 4px 7px;
    flex-direction:column;
    justify-content:center;
    gap:6px;
    border-radius:14px;
    text-align:center;
  }

  .home-discover-icon{
    width:37px;
    height:37px;
    flex:0 0 37px;
    border-radius:11px;
    font-size:14px;
  }

  .home-discover-copy{
    width:100%;
    flex:0 1 auto;
  }

  .home-discover-copy strong{
    font-size:8.8px;
    line-height:1.2;
    white-space:normal;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }

  .home-discover-copy small{
    margin-top:2px;
    font-size:6.7px;
    line-height:1.2;
    white-space:nowrap;
  }

  .home-discover-arrow{
    display:none;
  }
}

@media(max-width:390px){
  .home-category-hub .category-modern-grid{
    gap:6px !important;
  }

  .home-category-hub .category-modern-card{
    min-height:86px !important;
  }

  .home-category-hub .category-modern-image-wrap{
    width:50px !important;
    height:50px !important;
    min-width:50px !important;
    min-height:50px !important;
  }

  .home-category-hub .category-modern-title{
    font-size:8.4px !important;
  }

  .home-discover-grid{
    gap:5px;
  }

  .home-discover-card{
    min-height:90px;
    padding-left:3px;
    padding-right:3px;
  }

  .home-discover-copy strong{
    font-size:8.2px;
  }

  .home-discover-copy small{
    font-size:6.2px;
  }
}


/* =========================================================
   HOME CATEGORY HUB V4 — BORDERLESS / FREE / MOBILE H-SCROLL
========================================================= */

/* Bütün kart çərçivələrini və shadow-ları ləğv et */
.home-category-hub .category-modern-card,
.home-category-hub .category-modern-card:hover,
.home-category-hub .category-modern-card:active,
.home-discover-card,
.home-discover-card:hover,
.home-discover-card:active{
  border:0 !important;
  box-shadow:none !important;
}

.home-category-hub .category-modern-card{
  background:transparent !important;
}

.home-category-hub .category-modern-card:hover{
  background:transparent !important;
}

.home-category-hub .category-modern-image-wrap{
  background:#f4f7f7 !important;
}

.home-category-hub .category-modern-card.home-category-launcher{
  border:0 !important;
  background:transparent !important;
}

.home-category-hub .category-modern-card.home-category-launcher
.category-modern-image-wrap{
  background:#eaf8f5 !important;
}

/* Kəşf et də sərbəst / bordersiz */
.home-discover-card{
  border:0 !important;
  box-shadow:none !important;
}

.home-discover-card.is-discount{
  background:#fff7f6 !important;
}

.home-discover-card.is-popular{
  background:#f1faf8 !important;
}

.home-discover-card.is-store{
  background:#fbf7ed !important;
}

.home-discover-arrow{
  background:rgba(255,255,255,.72) !important;
}

/* MOBILE — soldan sağa bir sıra scroll */
@media(max-width:767.98px){
  .home-category-hub{
    overflow:visible !important;
  }

  .home-category-hub .category-modern-grid{
    width:auto !important;
    max-width:none !important;

    display:flex !important;
    grid-template-columns:none !important;

    gap:10px !important;

    margin-left:-4px !important;
    margin-right:-4px !important;
    padding:2px 4px 7px !important;

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

    scroll-snap-type:x proximity !important;
    overscroll-behavior-x:contain !important;

    scrollbar-width:none !important;
    -webkit-overflow-scrolling:touch !important;
  }

  .home-category-hub .category-modern-grid::-webkit-scrollbar{
    display:none !important;
  }

  .home-category-hub .category-modern-card{
    width:72px !important;
    min-width:72px !important;
    max-width:72px !important;
    min-height:auto !important;

    flex:0 0 72px !important;

    padding:2px 0 3px !important;
    gap:6px !important;

    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;

    scroll-snap-align:start !important;
  }

  .home-category-hub .category-modern-image-wrap{
    width:58px !important;
    height:58px !important;
    min-width:58px !important;
    min-height:58px !important;

    margin:0 auto !important;

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

    box-shadow:none !important;
  }

  .home-category-hub .category-modern-image{
    width:100% !important;
    height:100% !important;
    border:0 !important;
  }

  .home-category-hub .category-modern-title{
    width:72px !important;
    padding:0 1px !important;

    overflow:hidden !important;

    color:#4b555c !important;

    font-size:8.8px !important;
    line-height:1.2 !important;
    font-weight:800 !important;

    text-align:center !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
  }

  .home-category-hub .home-category-launcher
  .category-modern-title{
    color:#087d72 !important;
  }

  /* Discover 3 sütun qalır, amma çərçivəsiz və yığcam */
  .home-discover-section{
    margin-top:10px !important;
  }

  .home-discover-heading{
    margin:0 0 6px !important;
  }

  .home-discover-grid{
    gap:6px !important;
  }

  .home-discover-card{
    min-height:82px !important;

    padding:8px 3px 7px !important;

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

    box-shadow:none !important;
  }

  .home-discover-icon{
    width:35px !important;
    height:35px !important;
    flex-basis:35px !important;

    border-radius:11px !important;
  }

  .home-discover-copy strong{
    font-size:8.5px !important;
  }

  .home-discover-copy small{
    font-size:6.4px !important;
  }
}

@media(max-width:390px){
  .home-category-hub .category-modern-grid{
    gap:8px !important;
  }

  .home-category-hub .category-modern-card{
    width:68px !important;
    min-width:68px !important;
    max-width:68px !important;
    flex-basis:68px !important;
  }

  .home-category-hub .category-modern-image-wrap{
    width:54px !important;
    height:54px !important;
    min-width:54px !important;
    min-height:54px !important;
  }

  .home-category-hub .category-modern-title{
    width:68px !important;
    font-size:8.2px !important;
  }
}


/* Drawer daxilində də borderless görünüş */
#homeCatDrawer .home-cat-drawer-header{
  border-bottom:0 !important;
  box-shadow:none !important;
}

#homeCatDrawer .home-cat-drawer-item,
#homeCatDrawer .home-cat-drawer-item:active{
  border:0 !important;
  box-shadow:none !important;
  background:#fff !important;
}

#homeCatDrawer .home-cat-drawer-item + .home-cat-drawer-item{
  margin-top:0 !important;
}

#homeCatDrawer .home-cat-drawer-icon-btn{
  border:0 !important;
  box-shadow:none !important;
}


/* =========================================================
   HOME CATEGORY HUB V5 — TEXT / POSITION / DISCOVER COLORS
========================================================= */

/* Kateqoriya adları artıq "..." olmayacaq.
   Uzun adlar lazım olsa 2 sətirə düşəcək. */
.home-category-hub .category-modern-title{
  overflow:visible !important;
  text-overflow:clip !important;
  white-space:normal !important;

  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:2 !important;

  min-height:2.4em !important;
  max-height:2.4em !important;

  line-height:1.2 !important;
  text-align:center !important;
}

/* Iconları bir az yuxarı qaldır */
.home-category-hub .category-modern-image-wrap{
  transform:translateY(-4px) !important;
}

/* Desktop-da "Kateqoriyalar/Kataloq" launcher heç görünməsin */
@media(min-width:768px){
  .home-category-hub .home-category-launcher,
  .home-category-hub .category-modern-card.home-category-launcher{
    display:none !important;
  }
}

/* Mobile horizontal scroll — 2 sətir ad üçün bir az hündürlük */
@media(max-width:767.98px){
  .home-category-hub .category-modern-card{
    padding-top:0 !important;
    gap:3px !important;
  }

  .home-category-hub .category-modern-title{
    width:72px !important;
    min-height:21px !important;
    max-height:21px !important;
    font-size:8.5px !important;
    line-height:10.5px !important;
  }

  .home-category-hub .category-modern-image-wrap{
    transform:translateY(-5px) !important;
  }

  .home-discover-card{
    min-height:72px !important;
    gap:5px !important;
  }

  .home-discover-copy small{
    display:none !important;
  }

  .home-discover-copy strong{
    margin:0 !important;
  }
}

@media(max-width:390px){
  .home-category-hub .category-modern-title{
    width:68px !important;
    min-height:20px !important;
    max-height:20px !important;
    font-size:8px !important;
    line-height:10px !important;
  }
}

/* ---------------------------------------------------------
   DISCOVER COLORS — POPULAR <-> STORE SWAP
--------------------------------------------------------- */

/* Populyar artıq mağaza rəngində */
.home-discover-card.is-popular{
  background:#fbf7ed !important;
  color:#80642d !important;
}

.home-discover-card.is-popular .home-discover-icon{
  background:#f8f1df !important;
  color:#a67a24 !important;
}

/* Mağazalar artıq yaşıl/populyar rəngində */
.home-discover-card.is-store{
  background:#f1faf8 !important;
  color:#087d72 !important;
}

.home-discover-card.is-store .home-discover-icon{
  background:#e9f7f4 !important;
  color:#009e8e !important;
}

/* Endirimli elan alt yazısı da daxil bütün discover subtitle-ları sil */
.home-discover-copy small{
  display:none !important;
}


/* =========================================================
   PERFORMANCE V2 — KATEQORİYALAR LAUNCHER
   2MB allcategories.png artıq yüklənmir.
========================================================= */
.home-category-hub .category-modern-launcher-glyph{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  color:#009e8e;
  font-size:25px;
  line-height:1;
}

@media(max-width:767.98px){
  .home-category-hub .category-modern-launcher-glyph{
    font-size:23px;
  }
}


/* =========================================================
   SOURCE: elan.evi.az/app/views/partials/foot.php
========================================================= */
/* =========================================================
   EVI.AZ FOOTER 3.0
========================================================= */

.evi-footer,
.evi-footer *{
  box-sizing:border-box;
}

.evi-footer{
  position:relative;

  margin-top:55px;

  padding:
    48px
    0
    max(20px,env(safe-area-inset-bottom));

  overflow:hidden;

  border-top:1px solid #e4e9ea;

  background:
    radial-gradient(
      circle at 8% 0%,
      rgba(0,158,142,.09),
      transparent 25%
    ),
    radial-gradient(
      circle at 95% 15%,
      rgba(0,158,142,.045),
      transparent 23%
    ),
    #f8fafb;

  color:#30383d;
}


/* =========================================================
   MAIN
========================================================= */

.evi-footer-main{
  padding-bottom:32px;

  display:grid;
  grid-template-columns:
    minmax(0,1.15fr)
    minmax(340px,.85fr);

  gap:50px;

  border-bottom:1px solid #e4e9eb;
}


/* BRAND */

.evi-footer-logo{
  display:inline-block;

  color:#009e8e;

  font-size:30px;
  line-height:1;
  font-weight:950;

  letter-spacing:-1px;

  text-decoration:none;
}

.evi-footer-logo:hover{
  color:#008f82;
}

.evi-footer-description{
  max-width:520px;

  margin:15px 0 0;

  color:#737e84;

  font-size:13px;
  line-height:1.7;
  font-weight:550;
}

.evi-footer-features{
  margin-top:17px;

  display:flex;
  align-items:center;
  flex-wrap:wrap;

  gap:7px;
}

.evi-footer-features span{
  min-height:30px;

  padding:0 10px;

  display:inline-flex;
  align-items:center;
  gap:6px;

  border:1px solid #dfe8e6;
  border-radius:999px;

  background:rgba(255,255,255,.77);

  color:#647078;

  font-size:9px;
  font-weight:800;
}

.evi-footer-features i{
  color:#009e8e;
}


/* =========================================================
   APP
========================================================= */

.evi-footer-section-title,
.evi-footer-column-title{
  color:#222b30;

  font-size:11px;
  line-height:1.3;
  font-weight:950;

  letter-spacing:.15px;
}

.evi-footer-app-text{
  max-width:430px;

  margin:7px 0 0;

  color:#899299;

  font-size:9.5px;
  line-height:1.55;
  font-weight:650;
}

.evi-footer-app-buttons{
  margin-top:13px;

  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));

  gap:8px;
}

.evi-footer-store-button{
  min-width:0;
  min-height:60px;

  padding:9px 10px;

  display:flex;
  align-items:center;
  gap:9px;

  border:1px solid #dfe5e7;
  border-radius:16px;

  background:#fff;

  color:#283136;

  text-decoration:none;

  box-shadow:
    0 5px 16px
    rgba(20,31,36,.035);

  transition:
    transform .16s ease,
    border-color .16s ease,
    box-shadow .16s ease;
}

.evi-footer-store-button:hover{
  border-color:#bcded8;

  color:#283136;

  transform:translateY(-2px);

  box-shadow:
    0 10px 26px
    rgba(21,37,41,.08);
}

.evi-footer-store-icon{
  width:39px;
  height:39px;

  flex:0 0 39px;

  display:grid;
  place-items:center;

  border-radius:12px;

  background:#172126;
  color:#fff;

  font-size:20px;
}

.evi-footer-store-icon.google{
  background:#e9f8f5;
  color:#009e8e;

  font-size:17px;
}

.evi-footer-store-copy{
  min-width:0;
  flex:1;
}

.evi-footer-store-copy small,
.evi-footer-store-copy strong{
  display:block;
}

.evi-footer-store-copy small{
  color:#9aa2a7;

  font-size:7.5px;
  line-height:1;
  font-weight:700;
}

.evi-footer-store-copy strong{
  margin-top:4px;

  color:#293237;

  font-size:11px;
  line-height:1.1;
  font-weight:950;
}

.evi-footer-store-arrow{
  color:#b0b7bb;

  font-size:8px;
}


/* =========================================================
   LINKS
========================================================= */

.evi-footer-links-grid{
  padding:30px 0;

  display:grid;
  grid-template-columns:
    repeat(4,minmax(0,1fr));

  gap:30px;
}

.evi-footer-column{
  min-width:0;
}

.evi-footer-column-title{
  margin-bottom:12px;
}

.evi-footer-link{
  width:max-content;
  max-width:100%;

  margin-top:7px;

  display:block;

  color:#778188;

  font-size:10px;
  line-height:1.5;
  font-weight:650;

  text-decoration:none;

  transition:
    color .14s ease,
    transform .14s ease;
}

.evi-footer-link:hover{
  color:#009e8e;

  transform:translateX(2px);
}

.evi-footer-link-accent{
  color:#009e8e;

  font-weight:850;
}


/* =========================================================
   CONTACT
========================================================= */

.evi-footer-contact-item{
  max-width:240px;

  padding:6px 0;

  display:flex;
  align-items:center;
  gap:8px;

  color:inherit;

  text-decoration:none;
}

.evi-footer-contact-item > span{
  width:31px;
  height:31px;

  flex:0 0 31px;

  display:grid;
  place-items:center;

  border-radius:10px;

  background:#e8f7f4;
  color:#009e8e;

  font-size:11px;
}

.evi-footer-contact-item div{
  min-width:0;
}

.evi-footer-contact-item small,
.evi-footer-contact-item strong{
  display:block;
}

.evi-footer-contact-item small{
  color:#a0a8ad;

  font-size:7.5px;
  line-height:1.2;
  font-weight:650;
}

.evi-footer-contact-item strong{
  margin-top:2px;

  color:#555f65;

  font-size:9.5px;
  line-height:1.3;
  font-weight:850;
}


/* INSTAGRAM */

.evi-footer-instagram{
  width:100%;
  max-width:260px;

  margin-top:9px;
  padding:8px 9px;

  display:flex;
  align-items:center;
  gap:8px;

  border:1px solid #eadfe5;
  border-radius:13px;

  background:#fff;

  color:inherit;

  text-decoration:none;

  transition:
    border-color .15s ease,
    transform .15s ease;
}

.evi-footer-instagram:hover{
  border-color:#dda9c3;

  color:inherit;

  transform:translateY(-1px);
}

.evi-footer-instagram-icon{
  width:35px;
  height:35px;

  flex:0 0 35px;

  display:grid;
  place-items:center;

  border-radius:11px;

  background:
    linear-gradient(
      135deg,
      #833ab4,
      #fd1d1d,
      #fcb045
    );

  color:#fff;

  font-size:16px;
}

.evi-footer-instagram-copy{
  min-width:0;
  flex:1;
}

.evi-footer-instagram-copy small,
.evi-footer-instagram-copy strong{
  display:block;
}

.evi-footer-instagram-copy small{
  color:#9b9298;

  font-size:7.5px;
  font-weight:650;
}

.evi-footer-instagram-copy strong{
  margin-top:2px;

  color:#41383d;

  font-size:10px;
  font-weight:900;
}

.evi-footer-instagram > i{
  color:#b9adb3;

  font-size:8px;
}


/* =========================================================
   APP PROMO
========================================================= */

.evi-footer-promo{
  padding:13px 14px;

  display:flex;
  align-items:center;
  gap:12px;

  border:1px solid #dce7e5;
  border-radius:18px;

  background:
    linear-gradient(
      120deg,
      rgba(0,158,142,.08),
      rgba(255,255,255,.82) 48%,
      #fff
    );
}

.evi-footer-promo-icon{
  width:48px;
  height:48px;

  flex:0 0 48px;

  overflow:hidden;

  border-radius:14px;

  background:#fff;

  box-shadow:
    0 5px 15px
    rgba(24,38,42,.10);
}

.evi-footer-promo-icon img{
  width:100%;
  height:100%;

  display:block;

  object-fit:cover;
}

.evi-footer-promo-copy{
  min-width:0;
  flex:1;
}

.evi-footer-promo-copy strong,
.evi-footer-promo-copy span{
  display:block;
}

.evi-footer-promo-copy strong{
  color:#273136;

  font-size:11px;
  line-height:1.3;
  font-weight:950;
}

.evi-footer-promo-copy span{
  max-width:610px;

  margin-top:3px;

  color:#828d93;

  font-size:8.8px;
  line-height:1.45;
  font-weight:650;
}

.evi-footer-promo-actions{
  display:flex;
  align-items:center;

  gap:6px;
}

.evi-footer-promo-actions a{
  min-height:36px;

  padding:0 11px;

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

  gap:6px;

  border:1px solid #d7e4e1;
  border-radius:11px;

  background:#fff;
  color:#4d595f;

  font-size:9px;
  font-weight:850;

  text-decoration:none;

  transition:.15s ease;
}

.evi-footer-promo-actions a:hover{
  border-color:#009e8e;

  color:#009e8e;
}


/* =========================================================
   BOTTOM
========================================================= */

.evi-footer-bottom{
  margin-top:20px;
  padding-top:17px;

  display:flex;
  align-items:center;
  justify-content:space-between;

  gap:15px;

  border-top:1px solid #e5eaec;
}

.evi-footer-copyright{
  color:#9aa2a7;

  font-size:8.8px;
  line-height:1.4;
  font-weight:650;
}

.evi-footer-copyright strong{
  color:#667077;
}

.evi-footer-bottom-links{
  display:flex;
  align-items:center;

  gap:8px;
}

.evi-footer-bottom-links a{
  color:#8c959b;

  font-size:8.5px;
  font-weight:700;

  text-decoration:none;
}

.evi-footer-bottom-links a:hover{
  color:#009e8e;
}

.evi-footer-bottom-links span{
  width:3px;
  height:3px;

  border-radius:50%;

  background:#bdc4c7;
}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:991.98px){

  .evi-footer-main{
    grid-template-columns:1fr;
    gap:28px;
  }

  .evi-footer-app-buttons{
    max-width:520px;
  }

  .evi-footer-links-grid{
    grid-template-columns:
      repeat(2,minmax(0,1fr));

    gap:30px 40px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:575.98px){

  .evi-footer{
    margin-top:35px;

    padding-top:30px;
  }

  .evi-footer-main{
    gap:25px;
    padding-bottom:24px;
  }

  .evi-footer-logo{
    font-size:25px;
  }

  .evi-footer-description{
    margin-top:10px;

    font-size:10.5px;
    line-height:1.6;
  }

  .evi-footer-features{
    margin-top:12px;

    flex-wrap:nowrap;

    overflow-x:auto;

    scrollbar-width:none;
  }

  .evi-footer-features::-webkit-scrollbar{
    display:none;
  }

  .evi-footer-features span{
    flex:0 0 auto;

    min-height:28px;

    font-size:8px;
  }


  /* APP STORE BUTTONS */

  .evi-footer-app-buttons{
    grid-template-columns:1fr 1fr;

    gap:6px;
  }

  .evi-footer-store-button{
    min-height:55px;

    padding:7px;
    gap:7px;

    border-radius:14px;
  }

  .evi-footer-store-icon{
    width:35px;
    height:35px;

    flex-basis:35px;

    border-radius:11px;

    font-size:18px;
  }

  .evi-footer-store-icon.google{
    font-size:15px;
  }

  .evi-footer-store-copy strong{
    font-size:9.5px;
  }

  .evi-footer-store-copy small{
    font-size:6.8px;
  }

  .evi-footer-store-arrow{
    display:none;
  }


  /* LINKS */

  .evi-footer-links-grid{
    padding:24px 0;

    grid-template-columns:
      repeat(2,minmax(0,1fr));

    gap:27px 18px;
  }

  .evi-footer-column-title{
    margin-bottom:9px;

    font-size:10px;
  }

  .evi-footer-link{
    margin-top:7px;

    font-size:9px;
  }


  /* INSTAGRAM */

  .evi-footer-instagram{
    padding:7px;

    border-radius:12px;
  }

  .evi-footer-instagram-icon{
    width:32px;
    height:32px;

    flex-basis:32px;

    font-size:14px;
  }


  /* PROMO */

  .evi-footer-promo{
    padding:11px;

    align-items:flex-start;

    border-radius:16px;
  }

  .evi-footer-promo-icon{
    width:43px;
    height:43px;

    flex-basis:43px;

    border-radius:13px;
  }

  .evi-footer-promo-copy strong{
    font-size:10px;
  }

  .evi-footer-promo-copy span{
    font-size:7.8px;
  }

  .evi-footer-promo-actions{
    display:none;
  }


  /* BOTTOM */

  .evi-footer-bottom{
    margin-top:16px;

    padding-top:15px;

    flex-direction:column;
    align-items:flex-start;

    gap:8px;
  }

  .evi-footer-copyright{
    font-size:7.8px;
  }

}


@media(max-width:370px){

  .evi-footer-app-buttons{
    grid-template-columns:1fr;
  }

  .evi-footer-links-grid{
    grid-template-columns:1fr 1fr;
    gap:24px 12px;
  }

}


/* =========================================================
   SOURCE: elan.evi.az/app/views/partials/home-featured-stores.php
========================================================= */
.home-featured-stores,
.home-featured-stores *{
  box-sizing:border-box;
}

.home-featured-stores{
  width:100%;
  margin:26px 0 28px;
}

.home-featured-stores-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:13px;
}

.home-featured-stores-title-wrap{
  min-width:0;
  display:flex;
  align-items:center;
  gap:10px;
}

.home-featured-stores-icon{
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:#eaf8f6;
  color:#009e8e;
  font-size:17px;
}

.home-featured-stores-title{
  min-width:0;
}

.home-featured-stores-title h2{
  margin:0;
  color:#151a20;
  font-size:20px;
  line-height:1.1;
  font-weight:900;
}

.home-featured-stores-title p{
  margin:4px 0 0;
  color:#89929a;
  font-size:10px;
  font-weight:650;
}

.home-featured-stores-all{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:3px;
  padding:7px 4px;
  color:#009e8e;
  text-decoration:none;
  font-size:11px;
  font-weight:900;
}

.home-featured-stores-all:hover{
  color:#007f73;
  text-decoration:none;
}

/* DESKTOP: 5 mağaza bir sırada */
.home-featured-stores-list{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
  width:100%;
}

.home-featured-store-card{
  position:relative;
  min-width:0;
  overflow:hidden;
  border:1px solid #e7ebee;
  border-radius:17px;
  background:#fff;
  color:#171b23;
  text-decoration:none;
  box-shadow:0 7px 20px rgba(15,23,42,.055);
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease;
}

.home-featured-store-card:hover{
  transform:translateY(-3px);
  border-color:#d8e1e4;
  box-shadow:0 13px 28px rgba(15,23,42,.095);
  color:#171b23;
  text-decoration:none;
}

.home-featured-store-cover{
  position:relative;
  width:100%;
  height:112px;
  overflow:visible;
  background:#eaf2f1;
}

.home-featured-store-cover-img{
  position:absolute;
  inset:0;
  overflow:hidden;
}

.home-featured-store-cover-img img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.home-featured-store-cover-img::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(0,0,0,.31) 0%,
    rgba(0,0,0,.04) 58%,
    transparent 78%
  );
}

.home-featured-store-count{
  position:absolute;
  top:8px;
  left:8px;
  z-index:3;
  min-height:25px;
  padding:0 8px;
  display:flex;
  align-items:center;
  gap:5px;
  border-radius:8px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.95);
  color:#344047;
  font-size:8px;
  font-weight:900;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.home-featured-store-logo-wrap{
  position:absolute;
  right:9px;
  bottom:-22px;
  z-index:4;
  width:50px;
  height:50px;
  padding:2px;
  border-radius:15px;
  background:#fff;
  border:1px solid #e7ecef;
  box-shadow:0 8px 18px rgba(0,0,0,.14);
}

.home-featured-store-logo{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius:12px;
  background:#f1f8f7;
}

.home-featured-store-verify{
  position:absolute;
  right:-3px;
  bottom:-3px;
  width:18px;
  height:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  border:2px solid #fff;
  background:#009e8e;
  color:#fff;
  font-size:8px;
  font-weight:900;
  box-shadow:0 4px 9px rgba(0,158,142,.25);
}

.home-featured-store-body{
  min-height:104px;
  padding:29px 9px 8px;
  display:flex;
  flex-direction:column;
}

.home-featured-store-name{
  min-width:0;
  padding-right:45px;
  color:#171b23;
  font-size:12px;
  line-height:1.15;
  font-weight:900;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.home-featured-store-slogan{
  margin-top:5px;
  min-height:24px;
  color:#747e87;
  font-size:8.5px;
  line-height:1.35;
  font-weight:600;

  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}

.home-featured-store-footer{
  margin-top:auto;
  padding-top:8px;
  border-top:1px solid #eef1f3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:5px;
  color:#7d8790;
  font-size:7.8px;
  font-weight:800;
}

.home-featured-store-footer-left{
  min-width:0;
  display:flex;
  align-items:center;
  gap:4px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.home-featured-store-footer i{
  color:#009e8e;
}

.home-featured-store-arrow{
  flex:0 0 auto;
  color:#009e8e;
  font-size:11px;
}

/* Kiçik desktop / tablet */
@media(max-width:1100px){
  .home-featured-stores-list{
    display:flex;
    overflow-x:auto;
    overflow-y:hidden;
    gap:10px;
    padding-bottom:5px;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }

  .home-featured-stores-list::-webkit-scrollbar{
    display:none;
  }

  .home-featured-store-card{
    flex:0 0 190px;
    width:190px;
    scroll-snap-align:start;
  }
}

/* MOBILE — Flutter-dəki kimi soldan-sağa scroll */
@media(max-width:767.98px){
  .home-featured-stores{
    margin:21px 0 23px;
  }

  .home-featured-stores-head{
    padding:0 12px;
    margin-bottom:11px;
  }

  .home-featured-stores-icon{
    width:34px;
    height:34px;
    flex-basis:34px;
    border-radius:11px;
    font-size:15px;
  }

  .home-featured-stores-title h2{
    font-size:18px;
  }

  .home-featured-stores-title p{
    font-size:9.5px;
  }

  .home-featured-stores-list{
    margin:0;
    padding:0 12px 6px;
    gap:9px;
  }

  .home-featured-store-card{
    flex:0 0 152px;
    width:152px;
    border-radius:16px;
  }

  .home-featured-store-cover{
    height:98px;
  }

  .home-featured-store-logo-wrap{
    width:43px;
    height:43px;
    right:8px;
    bottom:-19px;
    border-radius:13px;
  }

  .home-featured-store-logo{
    border-radius:10px;
  }

  .home-featured-store-verify{
    width:16px;
    height:16px;
    right:-2px;
    bottom:-2px;
    font-size:7px;
  }

  .home-featured-store-count{
    top:7px;
    left:7px;
    min-height:23px;
    padding:0 7px;
    font-size:7.5px;
  }

  .home-featured-store-body{
    min-height:108px;
    padding:25px 9px 8px;
  }

  .home-featured-store-name{
    padding-right:39px;
    font-size:11px;
  }

  .home-featured-store-slogan{
    min-height:22px;
    font-size:8px;
    line-height:1.35;
  }

  .home-featured-store-footer{
    padding-top:7px;
    font-size:7.2px;
  }
}


/* =========================================================
   SOURCE: elan.evi.az/app/views/partials/modals.php
========================================================= */
.login-modal-content {
  border: 0;
  border-radius: 22px !important;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
}

.phone-input-wrap {
  position: relative;
}

.phone-input {
  height: 54px;
  border-radius: 14px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.3px;
  border: 1px solid #e4e7ec;
  background: #f8fafb;
}

.phone-input:focus {
  background: #fff;
  border-color: #009e8e;
  box-shadow: 0 0 0 4px rgba(0, 158, 142, 0.1);
}

.otp-code-input {
  height: 58px;
  border-radius: 14px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 12px;
  border: 1px solid #e4e7ec;
  background: #f8fafb;
}

.otp-code-input:focus {
  background: #fff;
  border-color: #009e8e;
  box-shadow: 0 0 0 4px rgba(0, 158, 142, 0.1);
}

.otp-main-btn {
  height: 52px;
  border: 0;
  border-radius: 14px;
  background: #009e8e;
  font-size: 16px;
  font-weight: 700;
}

.otp-main-btn:hover,
.otp-main-btn:focus {
  background: #008b7d;
}

.otp-main-btn:disabled {
  opacity: 0.65;
}

.otp-info-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 13px;
  background: #f1fbf9;
  color: #52605e;
  font-size: 13px;
  line-height: 1.5;
}

.otp-timer {
  min-width: 58px;
  padding: 5px 9px;
  border-radius: 9px;
  background: #f1f3f5;
  color: #555;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.otp-resend-btn {
  height: 48px;
  border-radius: 13px;
  font-weight: 600;
}

.otp-phone-show {
  background: #f1fbf9;
  border: 1px solid rgba(0, 158, 142, 0.18);
  color: #33413f;
  border-radius: 13px;
  padding: 11px 14px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 600;
}

.otp-phone-show strong {
  color: #009e8e;
}


/* =========================================================
   SOURCE: elan.evi.az/app/views/partials/modals.php [former inline styles]
========================================================= */
[data-evi-inline="evi-aa1f1a9b7b"]{max-width:420px}
[data-evi-inline="evi-6c89baa7dd"]{display:none}


/* =========================================================
   SOURCE: elan.evi.az/app/views/partials/site_announcement.php
========================================================= */
/* =========================================================
   EVI.AZ ANNOUNCEMENT — CLEAN PRODUCT UPDATE UI
   Linear / Notion / Stripe tipli sadə SaaS yanaşması:
   daha az dekor, daha çox content və whitespace.
========================================================= */

#eviAnnouncementOverlay,
#eviAnnouncementOverlay *{
  box-sizing:border-box;
}

body.evi-announcement-open{
  overflow:hidden !important;
}

#eviAnnouncementOverlay.evi-announcement-overlay{
  position:fixed;
  inset:0;
  z-index:100700;

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

  padding:24px;

  opacity:0;
  visibility:hidden;
  pointer-events:none;

  background:rgba(17,24,28,.48);

  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);

  transition:
    opacity .18s ease,
    visibility .18s ease;
}

#eviAnnouncementOverlay.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

#eviAnnouncementModal.evi-announcement-modal{
  --ann-accent:#009e8e;
  --ann-accent-rgb:0,158,142;
  --ann-soft:#eaf8f6;
  --ann-deep:#087e73;

  width:min(620px,100%);
  max-height:min(86dvh,760px);

  display:flex;
  flex-direction:column;

  overflow:hidden;
  overscroll-behavior:contain;
  scrollbar-width:none;

  border:1px solid rgba(226,232,235,.95);
  border-radius:24px;

  background:#fff;

  box-shadow:
    0 28px 80px rgba(11,22,27,.24),
    0 2px 10px rgba(11,22,27,.06);

  transform:
    translateY(14px)
    scale(.985);

  opacity:.75;

  transition:
    transform .22s cubic-bezier(.22,.78,.3,1),
    opacity .18s ease;
}

#eviAnnouncementOverlay.is-open
#eviAnnouncementModal{
  transform:
    translateY(0)
    scale(1);

  opacity:1;
}

#eviAnnouncementModal.theme-success{
  --ann-accent:#2f9b63;
  --ann-accent-rgb:47,155,99;
  --ann-soft:#ebf8ef;
  --ann-deep:#26794d;
}

#eviAnnouncementModal.theme-warm{
  --ann-accent:#d78a1a;
  --ann-accent-rgb:215,138,26;
  --ann-soft:#fff4e3;
  --ann-deep:#9e681b;
}

#eviAnnouncementModal.theme-dark{
  --ann-accent:#303b41;
  --ann-accent-rgb:48,59,65;
  --ann-soft:#eef1f2;
  --ann-deep:#283238;
}

#eviAnnouncementModal::-webkit-scrollbar{display:none;}

#eviAnnouncementModal .evi-announcement-content{
  min-height:0;
  flex:0 1 auto;
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-width:none;
}
#eviAnnouncementModal .evi-announcement-content::-webkit-scrollbar{display:none;}
#eviAnnouncementModal .evi-announcement-actions{flex:0 0 auto;}
/* Image and controls share the same top area. */
#eviAnnouncementModal .evi-announcement-hero{
  position:relative;
  min-height:66px;
  overflow:hidden;
  background:var(--ann-soft);
}
#eviAnnouncementModal [hidden]{display:none !important;}
#eviAnnouncementModal.has-image .evi-announcement-hero::after{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:110px;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(0,0,0,.48),transparent);
}
#eviAnnouncementModal.has-image .evi-announcement-product strong,
#eviAnnouncementModal.has-image .evi-announcement-product small{
  color:#fff;
  text-shadow:0 1px 4px rgba(0,0,0,.4);
}
#eviAnnouncementModal.has-image .evi-announcement-close{
  background:rgba(255,255,255,.92);
  color:#172126;
}
/* Controls float over the image; there is no separate header row. */
#eviAnnouncementModal
.evi-announcement-topbar{
  position:absolute;
  inset:0 0 auto;
  z-index:2;
  min-height:66px;
  padding:13px 14px 13px 17px;

  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;

  border:0;
  background:transparent;
}

#eviAnnouncementModal
.evi-announcement-product{
  min-width:0;

  display:flex;
  align-items:center;
  gap:10px;
}

#eviAnnouncementModal
.evi-announcement-product-mark{
  width:36px;
  height:36px;
  flex:0 0 auto;

  display:grid;
  place-items:center;

  border-radius:10px;

  background:var(--ann-accent);
  color:#fff;

  font-size:17px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.6px;
}

#eviAnnouncementModal
.evi-announcement-product > div{
  min-width:0;

  display:flex;
  flex-direction:column;
  gap:2px;
}

#eviAnnouncementModal
.evi-announcement-product strong{
  color:#172126;

  font-size:12px;
  line-height:1.1;
  font-weight:900;
}

#eviAnnouncementModal
.evi-announcement-product small{
  color:#929b9f;

  font-size:9px;
  line-height:1.1;
  font-weight:650;
}

#eviAnnouncementModal
.evi-announcement-close{
  width:36px;
  height:36px;
  flex:0 0 auto;

  display:grid;
  place-items:center;

  padding:0;

  border:0;
  border-radius:10px;

  background:#f7f8f8;
  color:#5d686e;

  font-size:26px;
  line-height:1;
  cursor:pointer;

  transition:
    background .15s ease,
    color .15s ease,
    transform .15s ease;
}

#eviAnnouncementModal
.evi-announcement-close:hover{
  background:#eef1f2;
  color:#151d21;
}

#eviAnnouncementModal
.evi-announcement-close:active{
  transform:scale(.94);
}

/* OPTIONAL MEDIA */
#eviAnnouncementModal
.evi-announcement-visual{
  position:relative;

  width:100%;
  /* Natural image height pushes the text below, without side gaps. */
  height:auto;
  display:block;

  overflow:hidden;

  background:var(--ann-soft);
  border:0;
}

#eviAnnouncementModal
.evi-announcement-visual img{
  position:relative;
  width:100%;
  height:auto;
  max-width:none;
  max-height:none;

  display:block;

  /* Tam en, təbii hündürlük: yan boşluq və kəsilmə yoxdur. */
  object-position:center center;

  background:#f6f8f8;
}

/* CONTENT */
#eviAnnouncementModal
.evi-announcement-scroll{
  min-height:0;

  overflow:visible;
  overscroll-behavior:contain;

  scrollbar-width:thin;
  scrollbar-color:#d8dfe1 transparent;
}

#eviAnnouncementModal
.evi-announcement-scroll::-webkit-scrollbar{
  width:5px;
}

#eviAnnouncementModal
.evi-announcement-scroll::-webkit-scrollbar-thumb{
  border-radius:999px;
  background:#d8dfe1;
}

#eviAnnouncementModal
.evi-announcement-body{
  padding:12px 24px 16px;
  text-align:center;
}

#eviAnnouncementModal
.evi-announcement-eyebrow{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;

  color:#8c969b;

  font-size:9px;
  line-height:1;
  font-weight:760;
}

#eviAnnouncementModal
.evi-announcement-badge{
  min-height:25px;
  max-width:170px;

  padding:0 9px;

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

  overflow:hidden;

  border-radius:7px;

  background:var(--ann-soft);
  color:var(--ann-deep);

  font-size:8px;
  line-height:1;
  font-weight:900;

  text-transform:uppercase;
  letter-spacing:.18px;

  text-overflow:ellipsis;
  white-space:nowrap;
}

#eviAnnouncementModal
.evi-announcement-badge:empty{
  display:none;
}

#eviAnnouncementModal
.evi-announcement-dot{
  width:3px;
  height:3px;

  display:block;

  border-radius:50%;

  background:#b8c0c3;
}

#eviAnnouncementModal h2{
  margin:8px 0 0;

  color:#172126;

  font-size:21px;
  line-height:1.13;
  font-weight:900;
  letter-spacing:-.3px;

  overflow-wrap:anywhere;
}

#eviAnnouncementModal p{
  margin:9px 0 0;

  color:#68747a;

  font-size:13px;
  line-height:1.7;
  font-weight:520;

  white-space:pre-line;
  overflow-wrap:anywhere;
}

/* ACTIONS */
#eviAnnouncementModal
.evi-announcement-actions{
  padding:14px 16px 16px;

  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:9px;

  border-top:1px solid #edf0f1;

  background:#fff;
}

#eviAnnouncementModal
.evi-announcement-actions:has(
  .evi-announcement-action[hidden]
){
  grid-template-columns:1fr;
}

#eviAnnouncementModal
.evi-announcement-action{
  min-height:46px;

  padding:0 15px;

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

  border-radius:11px;

  background:var(--ann-accent);
  color:#fff;

  font-size:13px;
  font-weight:900;

  text-decoration:none;

  box-shadow:
    0 8px 18px rgba(var(--ann-accent-rgb),.18);

  transition:
    transform .15s ease,
    box-shadow .15s ease,
    filter .15s ease;
}

#eviAnnouncementModal
.evi-announcement-action:hover{
  color:#fff;
  filter:brightness(.98);

  transform:translateY(-1px);

  box-shadow:
    0 10px 22px rgba(var(--ann-accent-rgb),.22);
}

#eviAnnouncementModal
.evi-announcement-secondary{
  min-height:46px;

  padding:0 15px;

  border:1px solid #e1e6e8;
  border-radius:11px;

  background:#fff;
  color:#69757b;

  font-size:9px;
  font-weight:800;

  cursor:pointer;

  transition:
    background .15s ease,
    color .15s ease,
    transform .15s ease;
}

#eviAnnouncementModal
.evi-announcement-secondary:hover{
  background:#f7f9f9;
  color:#263136;
}

#eviAnnouncementModal
.evi-announcement-action:active,
#eviAnnouncementModal
.evi-announcement-secondary:active{
  transform:scale(.985);
}

/* MOBILE */
@media (max-width:575.98px){
  #eviAnnouncementOverlay.evi-announcement-overlay{
    padding:12px;

    align-items:flex-end;

    background:rgba(14,21,25,.50);

    backdrop-filter:blur(7px);
    -webkit-backdrop-filter:blur(7px);
  }

  #eviAnnouncementModal.evi-announcement-modal{
    width:100%;
    max-height:92dvh;

    border-radius:22px 22px 18px 18px;

    transform:
      translateY(28px)
      scale(.995);
  }

  #eviAnnouncementOverlay.is-open
  #eviAnnouncementModal{
    transform:
      translateY(0)
      scale(1);
  }

  #eviAnnouncementModal
  .evi-announcement-topbar{
    min-height:62px;

    padding:
      12px
      12px
      12px
      15px;
  }

  #eviAnnouncementModal
  .evi-announcement-product-mark{
    width:34px;
    height:34px;
  }

  #eviAnnouncementModal
  .evi-announcement-close{
    width:35px;
    height:35px;
  }


  #eviAnnouncementModal
  .evi-announcement-body{
    padding:10px 18px 14px;
  }

  #eviAnnouncementModal h2{
    margin-top:7px;

    font-size:19px;
    line-height:1.12;
    letter-spacing:-.55px;
  }

  #eviAnnouncementModal p{
    margin-top:11px;

    font-size:12px;
    line-height:1.68;
  }

  #eviAnnouncementModal
  .evi-announcement-actions{
    padding:
      11px
      12px
      max(12px,env(safe-area-inset-bottom));

    grid-template-columns:1fr;
    gap:7px;
  }

  #eviAnnouncementModal
  .evi-announcement-action,
  #eviAnnouncementModal
  .evi-announcement-secondary{
    width:100%;
    min-height:48px;
  }

  #eviAnnouncementModal
  .evi-announcement-secondary{
    border-color:transparent;
    background:#f7f9f9;
  }
}

@media (max-width:380px){
  #eviAnnouncementModal
  .evi-announcement-body{
    padding:10px 16px 14px;
  }

  #eviAnnouncementModal h2{
    font-size:18px;
  }

  #eviAnnouncementModal p{
    font-size:11px;
  }
}

@media (prefers-reduced-motion:reduce){
  #eviAnnouncementOverlay.evi-announcement-overlay,
  #eviAnnouncementModal.evi-announcement-modal,
  #eviAnnouncementModal .evi-announcement-close,
  #eviAnnouncementModal .evi-announcement-action,
  #eviAnnouncementModal .evi-announcement-secondary{
    transition:none !important;
  }
}
