/* Jost Font Family */
@font-face {
    font-family: 'Jost';
    src: url('/moda1/public/jost/Jost-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/moda1/public/jost/Jost-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/moda1/public/jost/Jost-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/moda1/public/jost/Jost-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/moda1/public/jost/Jost-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/moda1/public/jost/Jost-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/moda1/public/jost/Jost-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/moda1/public/jost/Jost-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/moda1/public/jost/Jost-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/moda1/public/jost/Jost-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/moda1/public/jost/Jost-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/moda1/public/jost/Jost-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/moda1/public/jost/Jost-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/moda1/public/jost/Jost-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/moda1/public/jost/Jost-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/moda1/public/jost/Jost-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/moda1/public/jost/Jost-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/moda1/public/jost/Jost-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Jost fontunu kullanmak için: */
/* font-family: 'Jost', sans-serif; */
* {
    font-family: 'Jost', sans-serif;
}

.topHeader {
    padding: 0;
}

.storeNotice {
    margin: 0 !important;
    background-color: var(--primaryColor);
    color: white;
    font-size: 16px;
    padding: 5px;
    font-weight: normal;
    text-transform: uppercase;
}

.menu>ul>li>a {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.toggler-icon {
    height: 2px;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg) translate(4px, 6px);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg) translate(4px, -6px);
}

[aria-label="breadcrumb"] {
    margin-bottom: 10px !important;
}

.menu>ul {
    gap: 20px
}

.addBasketButton {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.variant-attributes-wrapper button {
    border-radius: 20px;
    min-width: 70px;
}

.profileMenu .rounded-circle,.profileMenu .d-inline-block.position-relative {
     width: 2.8ch !important;
    height: 2.8ch !important;
   
}

.page-title h1 {
    font-size: 30px;
    font-weight: 500 !important;
}
@media screen and (max-width: 768px) {
    .breadcrumb {
        padding: 0px
    }

    .storeNotice {
        font-size: 13px;
    }

    header nav>.container {
        min-height: unset;
    }

    header {
        min-height: 55px;
    }

    .basket-bar .item-count {
        font-size: 11px !important;
        width: 17px !important;
        height: 17px !important;
        top: 2px !important;
        right: -2px !important;
    }
}