@import url('https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=DM+Sans:wght@500;700&display=swap');

/* Ofertas de tiendas — Neo-Brutalism Terxo */
.phone-store-offers {
    margin-top: 14px;
    padding: 14px;
    background: #ffffff;
    border: 3px solid #0a0a0a;
    box-shadow: 5px 5px 0 #0a0a0a;
}

.phone-store-offers--inline {
    margin-top: 10px;
    padding: 10px;
    background: #ffffff;
    border: 3px solid #0a0a0a;
    box-shadow: 4px 4px 0 #0a0a0a;
}

.phone-store-offers__title {
    margin: 0 0 10px;
    font-family: 'Syne', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0a0a0a;
}

.phone-store-offers--inline .phone-store-offers__title {
    color: #ffe566;
}

.phone-store-offers__head {
    margin-bottom: 8px;
}

.phone-store-offers__variant {
    margin: 4px 0 0;
    font-family: 'DM Sans', 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(10, 10, 10, 0.68);
}

.phone-store-offers__scroll {
    max-height: min(52vh, 380px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding-right: 2px;
}

.phone-store-offers__disclaimer {
    margin: 10px 0 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.62rem;
    font-weight: 500;
    line-height: 1.35;
    color: rgba(10, 10, 10, 0.55);
}

.phone-store-offers__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.phone-store-offers--inline .phone-store-offers__list {
    gap: 7px;
}

.phone-store-offers__card {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    text-decoration: none;
    color: #0a0a0a;
    background: #ffffff;
    border: 3px solid #0a0a0a;
    border-radius: 0;
    box-shadow: 4px 4px 0 #0a0a0a;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
    min-height: 84px;
}

.phone-store-offers__card--best {
    background: #7dffb3;
}

.phone-store-offers__card:nth-child(even):not(.phone-store-offers__card--best) {
    background: #fff8d6;
}

.phone-store-offers__card:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0 #0a0a0a;
}

.phone-store-offers__badge {
    position: absolute;
    top: -8px;
    right: 8px;
    z-index: 1;
    padding: 2px 7px;
    font-family: 'Syne', sans-serif;
    font-size: 0.5rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0a0a0a;
    background: #ffe566;
    border: 2px solid #0a0a0a;
    box-shadow: 2px 2px 0 #0a0a0a;
    line-height: 1.2;
}

.phone-store-offers__logo-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.phone-store-offers__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 120px;
    height: 36px;
    padding: 4px 8px;
    border-radius: 0;
    background: var(--store-color, #fff);
    color: var(--store-text, #111);
    border: 2px solid #0a0a0a;
    box-shadow: 2px 2px 0 #0a0a0a;
    flex-shrink: 0;
    overflow: hidden;
}

.phone-store-offers__logo-img {
    display: block;
    width: 100%;
    height: 24px;
    object-fit: contain;
    object-position: center;
}

.phone-store-offers__logo svg {
    display: block;
    width: 100%;
    height: auto;
    max-height: 16px;
}

.phone-store-offers__logo--fallback {
    font-family: 'Syne', sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    line-height: 1;
}

.phone-store-offers__body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.phone-store-offers__store {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 0.72rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(10, 10, 10, 0.72);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.phone-store-offers__snippet {
    display: block;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.62rem;
    font-weight: 500;
    line-height: 1.25;
    color: rgba(10, 10, 10, 0.58);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.phone-store-offers__price-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
    width: 100%;
}

.phone-store-offers__price {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #0a0a0a;
    white-space: nowrap;
}

.phone-store-offers__cta {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(10, 10, 10, 0.72);
    white-space: nowrap;
}

.phone-store-offers__cta-arrow {
    margin-left: 2px;
}

.phone-store-offers__empty {
    margin: 0;
    padding: 8px 10px;
    font-family: 'DM Sans', 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    font-style: normal;
    color: #0a0a0a;
    background: #ffffff;
    border: 2px solid #0a0a0a;
    box-shadow: 3px 3px 0 #0a0a0a;
}

.phone-store-offers--inline .phone-store-offers__empty {
    color: #0a0a0a;
    background: #ffe566;
}

.phone-store-offers__empty--loading-more {
    color: #0a0a0a;
    background: #fff4b8;
}

.phone-store-offers__updated {
    display: inline-block;
    margin: 7px 0 0;
    padding: 4px 9px;
    font-family: 'Syne', sans-serif;
    font-size: 0.58rem;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0a0a0a;
    background: #ffffff;
    border: 2px solid #0a0a0a;
    box-shadow: 2px 2px 0 #0a0a0a;
}

.phone-store-offers--inline .phone-store-offers__updated {
    margin-top: 6px;
}

.phone-store-offers__alert {
    margin-top: 8px;
    padding: 8px 10px;
    background: #fff;
    border: 2px solid #0a0a0a;
    box-shadow: 2px 2px 0 #0a0a0a;
}

.phone-store-offers__alert-label {
    display: block;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.phone-store-offers__alert-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.phone-store-offers__alert-input {
    width: 72px;
    padding: 4px 6px;
    border: 2px solid #0a0a0a;
    font-family: 'Syne', sans-serif;
    font-weight: 800;
}

.phone-store-offers__alert-currency {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 0.85rem;
}

.phone-store-offers__alert-btn {
    padding: 4px 8px;
    border: 2px solid #0a0a0a;
    background: #7dffb3;
    font-family: 'Syne', sans-serif;
    font-size: 0.58rem;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 2px 2px 0 #0a0a0a;
}

.phone-store-offers__alert-btn--ghost {
    background: #ffe566;
}

.phone-store-offers__alert-status {
    margin: 6px 0 0;
    font-size: 0.62rem;
    font-weight: 600;
    color: rgba(10, 10, 10, 0.72);
}

.variant-selector.has-store-offers {
    max-width: min(100%, 320px) !important;
}

.variant-selector.has-store-offers .variant-trigger {
    align-items: stretch;
}

.variant-selector.has-store-offers .variant-trigger .info {
    width: 100%;
}

/* Ocultar precio Global/China/India en texto plano del desplegable */
.variant-selector.has-store-offers .variant-option .variant-price {
    display: none !important;
}

.variant-spec-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.variant-spec-head strong {
    margin-bottom: 0 !important;
}

.variant-market {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    font-family: 'Syne', sans-serif;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 2px solid #0a0a0a;
    box-shadow: 2px 2px 0 #0a0a0a;
    line-height: 1.2;
    white-space: nowrap;
}

.variant-market--global {
    background: #7dffb3;
    color: #0a0a0a;
}

.variant-market--china {
    background: #ff6b6b;
    color: #0a0a0a;
}

.variant-market--india {
    background: #ffe566;
    color: #0a0a0a;
}

.variant-selector.has-store-offers .variant-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.variant-selector.has-store-offers .variant-option strong {
    margin-bottom: 0;
}

.variant-selector.has-store-offers .variant-option .variant-market {
    flex-shrink: 0;
    font-size: 0.58rem;
    padding: 2px 7px;
    box-shadow: 1px 1px 0 #0a0a0a;
}

.variant-selector.has-store-offers .variant-trigger .variant-market {
    font-size: 0.6rem;
}

@media (max-width: 768px) {
    .variant-selector.has-store-offers {
        max-width: 100% !important;
        width: 100%;
    }

    .variant-selector.has-store-offers .variant-trigger {
        padding: 11px 12px;
    }

    .variant-selector.has-store-offers .variant-spec-line strong {
        font-size: 15px;
    }

    .phone-store-offers--inline {
        margin-top: 8px;
    }

    .phone-store-offers--inline .phone-store-offers__list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .phone-store-offers__card {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        padding: 8px 6px;
        gap: 5px;
        min-height: 72px;
    }

    .phone-store-offers__logo {
        width: 46px;
        height: 26px;
        padding: 3px 5px;
    }

    .phone-store-offers__logo svg {
        max-height: 14px;
    }

    .phone-store-offers__body {
        align-items: center;
        width: 100%;
    }

    .phone-store-offers__store {
        font-size: 0.6rem;
        max-width: 100%;
    }

    .phone-store-offers__price {
        font-size: 0.88rem;
    }
}

@media (max-width: 380px) {
    .phone-store-offers--inline .phone-store-offers__list {
        grid-template-columns: 1fr;
    }

    .phone-store-offers__card {
        grid-template-columns: auto 1fr;
        justify-items: start;
        text-align: left;
        min-height: auto;
        padding: 8px 10px;
    }

    .phone-store-offers__body {
        align-items: flex-start;
    }
}

@media (max-width: 600px) {
    .variant-selector.has-store-offers {
        max-width: 100% !important;
    }

    .phone-store-offers__card {
        padding: 9px 10px;
    }
}

/* ─── Panel flotante: comprar (abajo derecha) ─── */
.phone-buy-dock {
    position: fixed;
    right: max(12px, env(safe-area-inset-right, 12px));
    bottom: max(16px, env(safe-area-inset-bottom, 16px));
    z-index: 10041;
    width: min(380px, calc(100vw - 24px));
    max-width: 380px;
    font-family: 'DM Sans', 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.phone-buy-dock__backdrop {
    position: fixed;
    inset: 0;
    z-index: 10040;
    background: rgba(10, 10, 10, 0);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, background-color 0.3s ease;
}

.phone-buy-dock__backdrop.is-visible {
    opacity: 1;
    background: rgba(10, 10, 10, 0.4);
    pointer-events: auto;
}

.phone-buy-dock__backdrop[hidden] {
    display: none !important;
}

.phone-buy-dock__toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    background: #0a0a0a;
    color: #ffe566;
    border: 2px solid #0a0a0a;
}

.phone-buy-dock__toggle-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 0;
    flex: 1;
    text-align: left;
}

.phone-buy-dock__sub {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    color: rgba(10, 10, 10, 0.68);
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.phone-buy-dock__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 52px;
    padding: 10px 12px;
    border: 3px solid #0a0a0a;
    background: #ffe566;
    box-shadow: 5px 5px 0 #0a0a0a;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #0a0a0a;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.phone-buy-dock__toggle:hover {
    transform: translate(-1px, -1px);
    box-shadow: 6px 6px 0 #0a0a0a;
}

.phone-buy-dock.is-open .phone-buy-dock__chevron {
    transform: rotate(180deg);
}

.phone-buy-dock__chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 0.85rem;
    line-height: 1;
    border: 2px solid #0a0a0a;
    background: #fff;
}

.phone-buy-dock__panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 8px);
    left: 0;
    overflow: visible;
    opacity: 0;
    transform: translateY(16px) scale(0.95);
    transform-origin: bottom right;
    pointer-events: none;
    transition:
        opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.phone-buy-dock__panel[hidden] {
    display: none !important;
}

.phone-buy-dock.is-open .phone-buy-dock__panel {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.phone-buy-dock.is-open .phone-store-offers--floating {
    animation: phone-buy-dock-panel-in 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes phone-buy-dock-panel-in {
    from {
        opacity: 0.6;
    }
    to {
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .phone-buy-dock__backdrop,
    .phone-buy-dock__panel,
    .phone-buy-dock__chevron {
        transition: none !important;
    }

    .phone-buy-dock.is-open .phone-store-offers--floating {
        animation: none;
    }
}

.phone-buy-dock__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 2px solid #0a0a0a;
    background: #fff;
    color: #0a0a0a;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    touch-action: manipulation;
    box-shadow: 2px 2px 0 #0a0a0a;
}

.phone-store-offers--floating {
    margin: 0;
    padding: 0;
    background: #ffffff;
    border: 3px solid #0a0a0a;
    box-shadow: 6px 6px 0 #0a0a0a;
    overflow: hidden;
}

.phone-store-offers--floating .phone-store-offers__head {
    margin: 0;
    padding: 12px 12px 10px;
    background: #f7f7f4;
    border-bottom: 2px solid #0a0a0a;
}

.phone-store-offers__head-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
}

.phone-store-offers--floating .phone-store-offers__title {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 0.72rem;
}

.phone-store-offers__phone {
    margin: 0 0 8px;
    font-family: 'Syne', sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #0a0a0a;
}

.phone-store-offers__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.phone-store-offers__chip {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    color: #0a0a0a;
    background: #fff;
    border: 2px solid #0a0a0a;
    line-height: 1.2;
}

.phone-store-offers__chip--market.phone-store-offers__chip--global {
    background: #7dffb3;
}

.phone-store-offers__chip--market.phone-store-offers__chip--china {
    background: #ff6b6b;
}

.phone-store-offers__chip--market.phone-store-offers__chip--india {
    background: #ffe566;
}

.phone-store-offers__summary {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(10, 10, 10, 0.72);
}

.phone-store-offers--floating .phone-store-offers__scroll {
    padding: 10px 12px 0;
    max-height: min(50vh, 360px);
}

.phone-store-offers--floating .phone-store-offers__list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.phone-store-offers--floating .phone-store-offers__foot {
    padding: 8px 12px 12px;
    border-top: 2px solid rgba(10, 10, 10, 0.08);
    background: #fafafa;
}

.phone-store-offers--floating .phone-store-offers__card {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    min-height: auto;
    padding: 8px 10px;
    background: #fff;
    border: 2px solid #0a0a0a;
    box-shadow: 2px 2px 0 #0a0a0a;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.phone-store-offers--floating .phone-store-offers__card:hover {
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0 #0a0a0a;
}

.phone-store-offers--floating .phone-store-offers__card--best {
    background: #f3fff8;
    border-left: 4px solid #7dffb3;
}

.phone-store-offers--floating .phone-store-offers__card:nth-child(even):not(.phone-store-offers__card--best) {
    background: #fff;
}

.phone-store-offers--floating .phone-store-offers__body {
    max-width: 100%;
    min-width: 0;
    gap: 3px;
}

.phone-store-offers--floating .phone-store-offers__logo {
    width: 68px;
    max-width: 68px;
    height: 32px;
    box-shadow: 1px 1px 0 #0a0a0a;
}

.phone-store-offers--floating .phone-store-offers__logo-img {
    height: 20px;
}

.phone-store-offers--floating .phone-store-offers__snippet {
    display: -webkit-box;
    font-size: 0.58rem;
    -webkit-line-clamp: 1;
}

.phone-store-offers__row-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    min-width: 0;
}

.phone-store-offers__tag {
    flex-shrink: 0;
    padding: 2px 6px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.52rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(10, 10, 10, 0.72);
    background: #f0f0f0;
    border: 1px solid rgba(10, 10, 10, 0.15);
    line-height: 1.2;
}

.phone-store-offers__tag--best {
    color: #0a0a0a;
    background: #7dffb3;
    border-color: #0a0a0a;
}

.phone-store-offers__tag--search {
    background: #f2efe4;
}

.phone-store-offers__delta {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.62rem;
    font-weight: 600;
    color: rgba(10, 10, 10, 0.5);
    white-space: nowrap;
}

.phone-store-offers__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    font-size: 0.85rem;
    font-weight: 700;
    color: #0a0a0a;
    background: #ffe566;
    border: 2px solid #0a0a0a;
    line-height: 1;
}

.phone-store-offers--floating .phone-store-offers__updated {
    margin: 0 0 6px;
    font-size: 0.6rem;
}

.phone-store-offers--floating .phone-store-offers__disclaimer {
    margin: 0;
    font-size: 0.58rem;
    text-align: center;
}

.phone-store-offers__card--search {
    background: #faf8f2 !important;
}

.phone-store-offers__card--search .phone-store-offers__price {
    color: #0a0a0a;
}

/* Móvil: barra inferior ancha, panel desplazable y áreas seguras */
@media (max-width: 768px) {
    .phone-buy-dock {
        left: max(8px, env(safe-area-inset-left, 8px));
        right: max(8px, env(safe-area-inset-right, 8px));
        bottom: max(10px, env(safe-area-inset-bottom, 10px));
        width: auto;
        max-width: none;
    }

    .phone-buy-dock__toggle {
        min-height: 52px;
        padding: 14px 16px;
        font-size: 0.78rem;
        box-shadow: 4px 4px 0 #0a0a0a;
    }

    .phone-buy-dock__toggle:active {
        transform: translate(1px, 1px);
        box-shadow: 2px 2px 0 #0a0a0a;
    }

    .phone-buy-dock__toggle {
        min-height: 54px;
        padding: 10px 12px;
        gap: 8px;
    }

    .phone-buy-dock__toggle-icon {
        width: 32px;
        height: 32px;
    }

    .phone-buy-dock__sub {
        font-size: 0.64rem;
    }

    .phone-buy-dock__panel {
        margin-top: 6px;
    }

    .phone-store-offers--floating {
        box-shadow: 4px 4px 0 #0a0a0a;
    }

    .phone-store-offers--floating .phone-store-offers__scroll {
        max-height: min(44vh, 300px);
        padding: 8px 10px 0;
    }

    .phone-store-offers--floating .phone-store-offers__head {
        padding: 10px 10px 8px;
    }

    .phone-store-offers__phone {
        font-size: 0.88rem;
    }

    .phone-store-offers--floating .phone-store-offers__card {
        padding: 8px;
        gap: 8px;
    }

    .phone-store-offers--floating .phone-store-offers__card:active {
        transform: translate(1px, 1px);
        box-shadow: 1px 1px 0 #0a0a0a;
    }

    .phone-store-offers--floating .phone-store-offers__logo {
        width: 60px;
        max-width: 60px;
        height: 28px;
    }

    .phone-store-offers--floating .phone-store-offers__logo-img {
        height: 17px;
    }

    .phone-store-offers--floating .phone-store-offers__price {
        font-size: 0.9rem;
    }

    .phone-store-offers--floating .phone-store-offers__foot {
        padding: 8px 10px 10px;
    }

    body.phone-buy-dock-open {
        overflow: hidden;
    }
}

@media (max-width: 380px) {
    .phone-store-offers--floating .phone-store-offers__logo {
        width: 54px;
        max-width: 54px;
    }

    .phone-store-offers--floating .phone-store-offers__store {
        font-size: 0.62rem;
    }

    .phone-store-offers__tag {
        font-size: 0.48rem;
        padding: 2px 5px;
    }
}
