/* =============================================================================================== */
/*                                      GLOBAL STİLLER                */
/* ================================================================================================*/

@font-face {
  font-family: 'Satoshi';
  src: url('https://market.myliva.shop/content/files/market/Satoshi-Light.woff2') format('woff2'),
    url('./Satoshi-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('https://market.myliva.shop/content/files/market/satoshi-regular.woff2') format('woff2'),
    url('https://market.myliva.shop/content/files/market/satoshi-regular.woff') format('woff'),
    url('https://market.myliva.shop/content/files/market/satoshi-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('https://market.myliva.shop/content/files/market/satoshi-medium.woff2') format('woff2'),
    url('https://market.myliva.shop/content/files/market/satoshi-medium.woff') format('woff'),
    url('https://market.myliva.shop/content/files/market/satoshi-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('https://market.myliva.shop/content/files/market/satoshi-bold.woff2') format('woff2'),
    url('https://market.myliva.shop/content/files/market/satoshi-bold.woff') format('woff'),
    url('https://market.myliva.shop/content/files/market/satoshi-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'onest';
  src: url('https://market.myliva.shop/content/files/market/onest-variablefont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'onestBold';
  src: url('https://market.myliva.shop/content/files/market/onestbold1602-hint.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-satoshi : 'Satoshi' ,sans-serif;
  --font-onest: 'onest',sans-serif;
  --icon-bg-color:#FFDC23;
  --menu-bg:#003d29;
}

.d-container {
    max-width: 1630px !important;
    margin: auto;
    padding: 0 12px;
}

/* header  */
.logo a img {
  display: block;
  filter: brightness(0) invert(1);
}
.bottom-menu ,#site_footer {
  display: none;
}
.search__action-button--inline .search-icon-box {
    height: 54px;
    border-radius: 30px;
    background: #F8F8F8;
    border: 1px solid #F8F8F8;
    padding-right: 6px;
}

.search__action-button--inline {
    max-width: 816px;
}

#inline-search-input::placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #14141496
}

.header ,.header__content{
  background-color: var(--menu-bg);
}
.header__content {
    padding: 25px 0;
}

.search__action-button--inline .search-icon-box .fa-magnifying-glass {
    background: var(--icon-bg-color);
    padding: 14px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: black;
}

.isd {
    border: none;
    border-radius: 8px;
}

.isd__clear-recently-btn span {
    font-size: 14px;
}

.isd__carousel-title,
.isd__section-label {
    font-size: 16px;

}

.isd__aside .product-card__badge--sale {
    position: absolute;
    top: 10px;
    left: 10px;
    height: max-content;
    padding: 4px 8px;
    border-radius: 30px;
    font-size: 12px;
}

.isd__file-item .fa-fire {
    color: #ffcc00;
    font-weight: bold;
}

.isd__recent-item,
.isd__file-name {
    font-size: 13px;
}



.search__action-button--inline .search-icon-box:focus-within {
    border-color: var(--main-blue-color) !important;
}

.header__menu {
    border-top: 1px solid rgba(1, 15, 28, 0.08);
    border-bottom: 1px solid rgba(1, 15, 28, 0.08);
}

.header-wrapper .icon_title,
.indicator__symbol {
    display: none;
}

.wishlist-qty,
.cart-qty {
    position: absolute;
    top: 0;
    right: 0;
}

.indicator__area-content {
    margin: 0;
}

/* ===== Topbar Iconset Redesign ===== */

/* Üç ikonu içeren kapsayıcı - eşit boşluklu hizalama */
.ShoppingCartLinksModel {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

/* Her ikon için açık gri dairesel arka plan */
.wislist__icon,
.shop__box,
.iconset .header__account-btn {
    /* hesap ikonu kapsayıcısı */
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    background: #f4f4f4;
    box-sizing: border-box;
    transition: background .2s ease;
}

.wislist__icon:hover,
.shop__box:hover,
.iconset .header__account-btn:hover {
    background: #ececec;
}

.iconset #user-account-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    background: rgb(244, 244, 244);
}

.iconset #user-account-btn:hover {
    background: rgb(236, 236, 236);
}

/* İkon sembolü */
.iconset .iconset__icon {
    font-size: 19px;
    color: #141414;
    line-height: 1;
    font-weight: 300;
}

/* Eski "(0)" metin etiketini ve parantezleri gizle */
.iconset .indicator__area-content .icon_title,
.iconset .indicator__symbol {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

/* Sayı değerini teal dairesel rozete dönüştür (sağ üst köşe) */
.iconset .indicator__value {
    position: absolute;
    top: -9px;
    right: -12px;
    min-width: 30px;
    height: 30px;
    padding: 0 5px;
    border-radius: 50%;
    background: var(--icon-bg-color);
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
  
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    box-shadow: none;
    border: 3px solid var(--menu-bg);
}

.iconset.topbar {
    gap: 16px;
    height: 44px;
}

.iconset.topbar .topbar-dropdown {
    display: flex;
    align-items: center;
    height: 44px;
}

.slider-container {
    max-width: 1630px !important;
    margin: 20px auto;
}

.slider-container .swiper-backface-hidden .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
    padding: 0 20px;
}

.slider-container .swiper-backface-hidden .swiper-slide img {
    border-radius: 20px;
}

.slider-container .block-slideshow__slide-title {
    display: none;
}

.swiper-slide-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 60px;
}

@media screen and (min-width: 991px) {
    .megamenu .nav-li__home a {
        color: #141414;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;

    }

    .megamenu .nav-li__home--arrow .desktop-menu-arrow {
        font-size: 14px;
        opacity: 1;
    }

    .megamenu .nav-li__home--arrow {
        display: block;
    }
}