

/* Start:/in-store/style.css?17782283181901*/
/* Общие стили секций */
.urmall-instore-section {
    text-align: center;
    background: var(--card_bg_black);
    margin: 0 -10px;
    border-radius: var(--theme-outer-border-radius);
}
.urmall-instore-padding-lg {
    padding: 20px;
}
.urmall-instore-padding-md {
    padding: 20px;
}
.urmall-instore-hidden {
    display: none;
}

/* Лоадер */
.urmall-instore-loader {
    margin: 0 auto 20px;
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #ff0077;
    border-radius: 50%;
    animation: urmall-spin 1s linear infinite;
}

@keyframes urmall-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Типографика */
.urmall-instore-h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.urmall-instore-h3-sm {
    font-size: 18px;
    margin-bottom: 10px;
}
.urmall-instore-text-desc {
    margin-bottom: 25px;
    line-height: 1.5;
}
.urmall-instore-text-denied {
    margin-bottom: 20px;
    line-height: 1.5;
}

/* Элементы */
.urmall-instore-img {
    max-width: calc(100% + 40px);
    margin: -20px;
    border-radius: 12px;
}
.urmall-instore-flex-center {
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* Кнопки */
.urmall-instore-btn-pink {
    background-color: #ff0077 !important;
    color: #fff !important;
    border-color: #ff0077 !important;
}
.urmall-instore-btn-purple {
    background-color: #7f00d4 !important;
    color: #fff !important;
    border-color: #7f00d4 !important;
}

/* Инструкция */
.urmall-geo-instruction {
    text-align: left;
    background: #f8f5fc;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
}
.urmall-geo-instruction ol {
    margin: 0;
    padding-left: 20px;
    color: #333;
    line-height: 1.6;
}
.urmall-geo-instruction li {
    margin-bottom: 10px;
}
/* End */
/* /in-store/style.css?17782283181901 */
