/* =========================================================
   HİPDÜKKAN
========================================================= */

.hipdukkan-page {
    background: #fbfaf7;
    color: #17212b;
    padding-bottom: 80px;
}

.hipdukkan-container {
    width: min(1040px, calc(100% - 36px));
    margin: 0 auto;
}


/* =========================================================
   HİKÂYE
========================================================= */

.hipdukkan-story {
    padding: 70px 0 20px;
}

.hipdukkan-story-card {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 22px;
    align-items: start;

    background: #fff;
    border: 1px solid #ece7df;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(20, 30, 40, .05);
}

.hipdukkan-section-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff0e8;
    color: #f26522;
    font-size: 23px;
}

.hipdukkan-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f26522;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.hipdukkan-story h2 {
    margin: 8px 0 16px;
    font-family: "Nunito", sans-serif;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 900;
    color: #17212b;
}

.hipdukkan-story p {
    margin: 0 0 14px;
    color: #59616a;
    font-size: 15.5px;
    line-height: 1.8;
}

.hipdukkan-story p:last-child {
    margin-bottom: 0;
}

.hipdukkan-story strong {
    color: #17212b;
}


/* =========================================================
   ONLINE
========================================================= */

.hipdukkan-shopping {
    padding: 55px 0;
}

.hipdukkan-section-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

.hipdukkan-section-heading h2 {
    margin: 8px 0 10px;
    font-family: "Nunito", sans-serif;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 900;
    color: #17212b;
}

.hipdukkan-section-heading p {
    margin: 0;
    color: #626970;
    font-size: 15.5px;
    line-height: 1.7;
}

.hipdukkan-online-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.hipdukkan-online-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px;
    background: #fff;
    border: 1px solid #ece7df;
    border-radius: 18px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(20, 30, 40, .04);
    transition: .2s ease;
}

.hipdukkan-online-card:hover {
    transform: translateY(-3px);
    border-color: #f2c6ae;
}

.hipdukkan-online-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    font-size: 23px;
}

.hepsiburada-icon {
    background: #fff1e8;
    color: #f26522;
}

.instagram-icon {
    background: #f3edf8;
    color: #9b4bb4;
}

.hipdukkan-online-content {
    display: flex;
    flex-direction: column;
}

.hipdukkan-online-content small {
    margin-bottom: 4px;
    color: #858b91;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.2px;
}

.hipdukkan-online-content strong {
    color: #17212b;
    font-size: 16px;
}

.hipdukkan-online-content em {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 8px;
    color: #f26522;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}


/* =========================================================
   SATIŞ NOKTALARI
========================================================= */

.hipdukkan-locations {
    padding: 35px 0 70px;
}

.hipdukkan-location-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.hipdukkan-location-card {
    background: #fff;
    border: 1px solid #e9e5de;
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 8px 24px rgba(20, 30, 40, .045);
    transition: .2s ease;
    overflow: hidden;
}

.hipdukkan-location-card:hover {
    border-color: #f2c6ae;
    transform: translateY(-2px);
}

.hipdukkan-location-top {
    display: flex;
    align-items: center;
    gap: 13px;
}

.hipdukkan-location-number {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f5f1ea;
    color: #7b8c28;
    font-size: 11px;
    font-weight: 900;
}

.hipdukkan-location-kicker {
    display: block;
    margin-bottom: 2px;
    color: #f26522;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
}

.hipdukkan-location-card h3 {
    margin: 0;
    color: #17212b;
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    font-weight: 900;
}

.hipdukkan-address {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 20px 0 18px;
    padding-top: 16px;
    border-top: 1px solid #eee9e2;
}

.hipdukkan-address > i {
    margin-top: 3px;
    color: #f26522;
}

.hipdukkan-address p {
    margin: 0;
    color: #626970;
    font-size: 13.5px;
    line-height: 1.6;
}


/* =========================================================
   GOOGLE MAPS
========================================================= */

.hipdukkan-location-map {
    width: 100%;
    height: 280px;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 14px;
    background: #eee;
}

.hipdukkan-location-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.hipdukkan-map-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f26522;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.hipdukkan-map-link:hover {
    color: #d95718;
}

.hipdukkan-map-link .fa-arrow-up-right-from-square {
    font-size: 10px;
}


/* =========================================================
   KAPANIŞ
========================================================= */

.hipdukkan-bottom {
    padding: 0 0 10px;
}

.hipdukkan-bottom-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 28px 30px;
    background: #f1f3e8;
    border: 1px solid #dfe4c8;
    border-radius: 20px;
}

.hipdukkan-bottom-card > i {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: #f26522;
    font-size: 22px;
}

.hipdukkan-bottom-card span {
    display: block;
    margin-bottom: 5px;
    color: #7b8c28;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.2px;
}

.hipdukkan-bottom-card h2 {
    margin: 0 0 5px;
    color: #17212b;
    font-family: "Nunito", sans-serif;
    font-size: 23px;
    font-weight: 900;
}

.hipdukkan-bottom-card p {
    margin: 0;
    color: #60676d;
    font-size: 13.5px;
    line-height: 1.6;
}


/* =========================================================
   MOBİL
========================================================= */

@media (max-width: 800px) {

    .hipdukkan-story {
        padding-top: 45px;
    }

    .hipdukkan-story-card {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 22px;
    }

    .hipdukkan-story h2 {
        font-size: 26px;
    }

    .hipdukkan-online-grid {
        grid-template-columns: 1fr;
    }

    .hipdukkan-location-grid {
        grid-template-columns: 1fr;
    }

    .hipdukkan-location-map {
        height: 280px;
    }

}


@media (max-width: 500px) {

    .hipdukkan-container {
        width: calc(100% - 24px);
    }

    .hipdukkan-shopping {
        padding: 40px 0;
    }

    .hipdukkan-locations {
        padding: 25px 0 55px;
    }

    .hipdukkan-section-heading h2 {
        font-size: 27px;
    }

    .hipdukkan-online-card {
        padding: 18px;
    }

    .hipdukkan-location-card {
        padding: 18px;
    }

    .hipdukkan-location-map {
        height: 240px;
    }

    .hipdukkan-bottom-card {
        align-items: flex-start;
        padding: 22px;
    }

    .hipdukkan-bottom-card h2 {
        font-size: 20px;
    }

}
/* HİPDÜKKAN - ÖZEL HERO BG */
.hipdukkan-page .hipder-inner-hero {
    background-image:
        linear-gradient(
            90deg,
            rgba(14,32,17,.95),
            rgba(14,32,17,.78) 48%,
            rgba(14,32,17,.34)
        ),
        url("../images/bg/hipder-hipdukkan-bg.webp");

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}