* {
    padding: 0;
    margin: 0;
    font-family: Inter, sans-sherif;
    box-sizing: border-box;
}


.container {
    max-width: 1440px; /* İsteğe göre 960px, 1140px vs. de yapabilirsin */
    margin: 0 auto; /* Ortalamak için */
    width: 100%;
    box-sizing: border-box;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.header-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 46px;
    line-height: 68px;
    color: #404D56;
    letter-spacing: -4%;
}

    .header-title span {
        color: #FF7518;
    }

.header-button {
    background-color: #FF7518;
    width: 138px;
    height: 48px;
    border-radius: 73px;
    font-family: Inter;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -1.5%;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-right {
    display: flex;
    align-items: center;
    column-gap: 28px;
}

.search-box {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 999px;
    padding: 5px;
    max-width: 600px;
    margin: 20px auto;
    margin-bottom: 82px;
}

    .search-box input {
        border: none;
        background: transparent;
        padding: 10px 15px;
        flex: 1;
        outline: none;
        font-size: 16px;
    }

    .search-box button {
        background-color: #ff7a00;
        border: none;
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .search-box button:hover {
            background-color: #e66d00;
        }

.add-your-store-button {
    font-family: Inter;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    background: #FF7518;
    border: 1px solid #FF7518;
    padding: 12px 16px;
    border-radius: 50px;
    color: #fff;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}


.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y);
    }

.checkbox-group {
    display: flex;
    align-items: start;
    column-gap: 8px;
}

    .checkbox-group input {
        width: 20px;
        height: 20px;
        border: 1px solid #c0c0c0 !important;
        min-width: 20px;
        min-height: 20px;
        appearance: none;
        background-color: #fff;
        border-radius: 4px;
        cursor: pointer;
    }

    .checkbox-group label {
        font-family: Inter;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #344054;
        cursor: pointer;
    }

    .checkbox-group input:checked {
        background-color: #FF7518;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
        border: 1px solid #FF7518 !important;
    }


/*Footer*/

footer {
    background: #F4F4F4;
    padding-top: 75px;
    padding-bottom: 42px;
    display: flex;
    flex-direction: column;
    row-gap: 62px;
    justify-content: start;
    align-items: start;
    margin-top: 100px;
}

.footer-top {
    max-width: 1440px;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.footer-bottom {
    max-width: 1440px;
    margin: auto;
    width: 100%;
    padding: 0 10px;
    padding-top: 16px;
    border-top: 1px solid #00000029;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-pages-area {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.footer-pages-area-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #404D56;
}

.footer-pages ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

    .footer-pages ul li a {
        font-family: Inter;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #404D56CC;
        text-decoration: none;
    }

.footer-top-left {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.footer-copyright {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #404D56CC;
}

.footer-top-right {
    display: flex;
    width: calc(100% - 380px);
    column-gap: 40px;
    justify-content: space-between;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    row-gap: 42px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    row-gap: 21px;
}

.footer-contact-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #404D56;
}

.footer-contact-value a {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #404D56CC;
    text-decoration: none;
}

.footer-social-media {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

    .footer-social-media ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: grid;
        grid-template-columns: repeat(5,1fr);
        gap: 24px;
    }

.footer-social-media-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #404D56;
}

.footer-bottom-pages ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
}

    .footer-bottom-pages ul li a {
        font-family: Inter;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #404D56CC;
        text-decoration: none;
    }

@media only screen and (max-width: 1199px) {
    .header-title {
        font-size: 30px;
        line-height: 40px;
    }

    .footer-pages ul {
        grid-template-columns: repeat(2,1fr);
    }

    .footer-top-right {
        width: calc(100% - 320px);
    }

    .footer-social-media ul {
        grid-template-columns: repeat(2,1fr);
    }
}

@media only screen and (max-width: 991px) {
    .header-title {
        display: none;
    }

    .header .logo img {
        width: 103px;
        height: 47px;
    }

    .instagram-link img {
        width: 30px;
        height: 30px;
    }

    .add-your-store-button {
        font-size: 12px;
        line-height: 20px;
        padding: 10px 12px;
    }

    .header {
        background: #fff;
        box-shadow: 0px 4px 7.5px 0px #0000001A;
    }

    .footer-top {
        flex-direction: column;
        row-gap: 50px;
    }

    .footer-top-right {
        width: 100%;
    }

    .footer-pages ul {
        grid-template-columns: repeat(3,1fr);
        gap: 10px;
    }

    .footer-social-media ul {
        grid-template-columns: repeat(3,1fr);
    }
}

@media only screen and (max-width: 767px) {
    .footer-pages ul {
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }

    .footer-top-right {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        row-gap: 40px;
    }

    .footer-social-media ul {
        grid-template-columns: repeat(5,1fr);
    }
}

@media only screen and (max-width: 575px)
{
    .footer-bottom {
        flex-direction: column;
        justify-content: center;
        row-gap: 12px;
    }
}

@media only screen and (max-width: 475px) {
    .footer-top-right {
        grid-template-columns: repeat(1,1fr);
    }

    .footer-pages ul {
        grid-template-columns: repeat(3,1fr);
    }

    .footer-contacts {
        row-gap: 40px;
    }
}

@media only screen and (min-width: 426px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media only screen and (max-width: 375px) {
    .footer-pages ul {
        grid-template-columns: repeat(2,1fr);
    }
}
