.store-location {
    --location-color: var(--venture-primary-color, #e10f15);
    --location-contrast: var(--venture-primary-contrast, #fff);
    padding: 28px 20px;
    background: #202226;
    color: #fff;
}

html[dir="rtl"] body .store-location,
html[dir="rtl"] body .store-location * {
    font-family: "Shabnam", Tahoma, Arial, sans-serif !important;
}

.store-location *,
.store-location *::before,
.store-location *::after { box-sizing: border-box; }

.store-location__inner {
    display: grid;
    grid-template-areas: "preview content";
    grid-template-columns: minmax(420px, 1.35fr) minmax(300px, .65fr);
    width: min(1080px, 100%);
    min-height: 220px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
    direction: ltr;
}

.store-location__content {
    grid-area: content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 28px 30px;
    background: #fff;
    color: #24272d;
    text-align: right;
    direction: rtl;
}

.store-location__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
    color: var(--location-color);
    font-size: 11px;
    font-weight: 800;
}

.store-location__eyebrow::before {
    content: "";
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.store-location h2 {
    margin: 0 0 7px;
    color: #202328;
    font-size: clamp(21px, 2vw, 26px);
    font-weight: 800;
    line-height: 1.5;
}

.store-location p {
    max-width: 330px;
    margin: 0 0 18px;
    color: #686e77;
    font-size: 12px;
    line-height: 1.9;
}

.store-location__button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 14px;
    border: 1px solid var(--location-color);
    border-radius: 9px;
    background: var(--location-color);
    color: var(--location-contrast);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 6px 14px color-mix(in srgb, var(--location-color) 18%, transparent);
    transition: transform .18s ease, box-shadow .18s ease;
}

.store-location__button:hover {
    color: var(--location-contrast);
    transform: translateY(-1px);
    box-shadow: 0 8px 18px color-mix(in srgb, var(--location-color) 25%, transparent);
}

.store-location__button:focus-visible,
.store-location__preview:focus-visible { outline: 3px solid var(--location-color); outline-offset: 3px; }
.store-location__button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.store-location__button-arrow { margin-right: 4px; font-family: Arial, sans-serif !important; font-size: 15px; }

.store-location__preview {
    grid-area: preview;
    position: relative;
    display: block;
    min-height: 220px;
    overflow: hidden;
    background-color: #ebeae6;
    background-image:
        linear-gradient(135deg, rgba(255,255,255,.5), rgba(229,229,225,.1)),
        repeating-linear-gradient(0deg, transparent 0 39px, rgba(76, 88, 94, .08) 40px 41px),
        repeating-linear-gradient(90deg, transparent 0 54px, rgba(76, 88, 94, .08) 55px 56px);
    text-decoration: none;
    isolation: isolate;
}

.store-location__preview::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: radial-gradient(circle at 55% 48%, color-mix(in srgb, var(--location-color) 13%, transparent), transparent 34%);
}

.store-location__preview::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 38%;
    z-index: -1;
    background: linear-gradient(to top, rgba(42, 45, 48, .08), transparent);
}

.store-location__road {
    position: absolute;
    display: block;
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 0 0 1px rgba(72, 78, 82, .06);
}

.store-location__road--one { top: 34%; left: -7%; width: 112%; height: 11px; transform: rotate(-8deg); }
.store-location__road--two { top: -24%; left: 26%; width: 10px; height: 150%; transform: rotate(17deg); }
.store-location__road--three { right: -9%; bottom: 14%; width: 64%; height: 8px; transform: rotate(24deg); }

.store-location__pin {
    position: absolute;
    top: 47%;
    left: 55%;
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 4px solid rgba(255, 255, 255, .96);
    border-radius: 50%;
    background: var(--location-color);
    color: var(--location-contrast);
    box-shadow: 0 8px 20px rgba(31, 35, 39, .22);
    transform: translate(-50%, -50%);
    transition: transform .18s ease;
}

.store-location__preview:hover .store-location__pin { transform: translate(-50%, -54%); }
.store-location__pin svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.store-location__preview-label {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: block;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    color: #292c31;
    box-shadow: 0 5px 14px rgba(31, 36, 40, .10);
    backdrop-filter: blur(6px);
    direction: rtl;
}

.store-location__preview-label strong,
.store-location__preview-label small { display: block; }
.store-location__preview-label strong { margin-bottom: 1px; font-size: 11px; font-weight: 800; }
.store-location__preview-label small { color: #747981; font-size: 9px; line-height: 1.6; }

@media (max-width: 768px) {
    .store-location { padding: 18px 12px; }
    .store-location__inner { grid-template-areas: "preview" "content"; grid-template-columns: 1fr; border-radius: 14px; }
    .store-location__preview { min-height: 180px; }
    .store-location__content { padding: 22px 20px; }
    .store-location p { max-width: none; }
    .store-location__button { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    .store-location__button,
    .store-location__pin { transition: none; }
}
