/* ==========================================================================
   Mobile Banner Section
   ========================================================================== */

.mobile-banner-section {
    /* background: #000; */
    padding: 0 15px;
    overflow: hidden;
    position: relative;
}

.mobile-banner-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.mobile-banner-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.mobile-banner-simple-item {
    margin-bottom: 10px;
}

.mobile-banner-simple-item:last-child {
    margin-bottom: 0;
}

.mobile-banner-simple-image {
    width: 100%;
    height: auto;
    display: table;
    margin: auto;
}

.mobile-banner-item-link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.mobile-banner-item-link:hover {
    text-decoration: none;
    color: inherit;
}

.mobile-banner-item-media {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.mobile-banner-item-picture {
    width: 100%;
    display: block;
}

.mobile-banner-item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.mobile-banner-item-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.mobile-banner-item-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.linked-item:hover .mobile-banner-item-image,
.linked-item:hover .mobile-banner-item-video {
    transform: scale(1.02);
}

/* Mobile Banner Responsive Adjustments */
@media (max-width: 767px) {
    .mobile-banner-items {
        gap: 15px;
        padding: 15px;
    }
    
    .mobile-banner-item {
        border-radius: 6px;
    }
}

@media (max-width: 575px) {
    .mobile-banner-items {
        gap: 12px;
        padding: 12px;
    }
    
    .mobile-banner-item {
        border-radius: 4px;
    }
}

/* Focus and Accessibility */
.mobile-banner-item-link:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .mobile-banner-item-image {
        transition: none;
    }
}

div#tiktok-embed-placeholder > blockquote {
    width: 100% !important;
    max-width: 100% !important;
}

div#tiktok-embed-placeholder > blockquote > iframe {
    max-width: 100% !important;
    width: 100% !important;
}



.mobile-brands-footer {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--alpine-border-color, #e0e0e0);
    text-align: center;
}

.mobile-all-brands-link {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: var(--alpine-primary-color, #e0192e);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.mobile-all-brands-link:hover {
    background-color: var(--alpine-primary-dark, #c01526);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(224, 25, 46, 0.3);
}
