/*
////////////////////////////////////////////////////
   ______        ___                     _      __        __     
  / __/ /____ __/ _ \___ ___  ___ ___ __(_)__  / /  ___ _/ /  ___
 _\ \/  '_/ // / ___/ -_) _ \/ _ `/ // / / _ \/ /__/ _ `/ _ \(_-<
/___/_/\_\\_, /_/   \__/_//_/\_, /\_,_/_/_//_/____/\_,_/_.__/___/
         /___/              /___/                                
////////////////////////////////////////////////////
///
/// Unlike a lot of sites today, mobile experience is something 
/// that we personally feel is really important. Especially for when
/// you are trying to sell a damn product. This does not just include 
/// making it fancy with a bunch of fuckin colors but acutally changing 
/// the design to fit mobile devices in such a way that the content is 
/// digestible on page. This is still being worked out, but enjoy the read
*/
@media (max-width: 768px) {

    /*[+] @mobile (spl-container)*/
    .spl-container {
        padding: 0 var(--spl-spacing-md);
    }

    .spl-main {
        padding: var(--spl-spacing-lg) 0;
    }

    /*[+] @mobile (spl-header)*/
    .spl-header .spl-container {
        flex-direction: column;
        gap: var(--spl-spacing-sm);
        padding: var(--spl-spacing-sm) var(--spl-spacing-md);
    }

    .spl-header-brand {
        justify-content: center;
    }

    .spl-logo {

        height: 40px;
        margin-right: var(--spl-spacing-sm);
    }

    .spl-brand-name {
        font-size: 1.25rem;
    }

    .spl-header-actions {
        justify-content: center;
        flex-wrap: wrap;
        gap: var(--spl-spacing-sm);
    }

    /*[+] @mobile (spl-hero)*/
    .spl-hero {
        padding: var(--spl-spacing-lg) 0;
    }

    .spl-hero-title {
        font-size: 2.5rem;
        line-height: 1.1;
        margin-bottom: var(--spl-spacing-sm);
    }

    .spl-hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: var(--spl-spacing-lg);
        padding: 0 var(--spl-spacing-sm);
    }

    .spl-hero-actions {
        flex-direction: column;
        align-items: center;
        gap: var(--spl-spacing-sm);
        margin-bottom: var(--spl-spacing-lg);
    }

    .spl-hero-actions .spl-button {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    /*[+] @mobile (spl-hero->spl-stat)*/
    .spl-hero-stats {
        grid-template-columns: 1fr;
        gap: var(--spl-spacing-lg);
        margin-bottom: var(--spl-spacing-lg);
    }

    .spl-stat-title {
        font-size: 1.5rem;
    }

    .spl-stat-subtitle {
        font-size: 0.85rem;
    }

    /*[+] @mobile (spl-coaching)*/
       .spl-coaching-section {
        padding: var(--spl-spacing-md) 0;
    }
    
    .spl-coaching-header {
        margin-bottom: var(--spl-spacing-md);
    }
    
    .spl-coaching-title {
        font-size: 1.8rem;
        margin-bottom: var(--spl-spacing-xs);
    }
    
    .spl-coaching-subtitle {
        font-size: 0.95rem;
    }
    
    .spl-coaching-cards {
        display: block;
        margin: 25px 0;
    }
    
    .spl-coaching-card {
        margin-bottom: 15px;
        padding: 15px;
    }
    
    .spl-card-icon {
        width: 28px;
        height: 28px;
        min-width: 28px;
        margin-right: 12px;
    }
    
    .spl-card-icon i {
        font-size: 0.9rem;
    }
    
    .spl-coaching-card-title {
        font-size: 1rem;
        margin-bottom: 5px;
    }
    
    .spl-coaching-card-description {
        font-size: 0.85rem;
        line-height: 1.3;
    }
    
    .spl-coaching-button-container {
        margin-top: 20px;
    }
    
    .spl-coaching-button {
        width: 100%;
        padding: 0.6rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .spl-highlight {
        display: block;
        margin-top: 5px;
    }
    
    .spl-info {
        top: 0;
    }

    /*[+] @mobile (spl-footer)*/
    .spl-footer-content {
        display: block;
        grid-template-columns: unset;
    }

    .spl-footer-brand,
    .spl-footer-links,
    .spl-footer-contact {
        width: 100%;
        margin-bottom: 2rem;
    }

    /*[+] @mobile (spl-button)*/
    .spl-button {
        padding: var(--spl-spacing-sm) var(--spl-spacing-md);
        font-size: 0.9rem;
        min-height: 44px;
    }

    /*[+] @mobile (spl-donate)*/
    .spl-donate-dropdown {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        right: auto;
        width: 90%;
        max-width: 340px;
        max-height: 70vh;
    }

    /*[+] @mobile (spl-static) */
    .spl-static-notification {
        margin: var(--spl-spacing-md) var(--spl-spacing-sm) 0;
        padding: var(--spl-spacing-md);
    }

    .spl-static-content {
        gap: var(--spl-spacing-sm);
    }

    .spl-static-text {
        font-size: 0.875rem;
    }

    /*[+] @mobile (spl-overlay)*/
    .spl-overlay-box {
        width: 95%;
        max-height: 90vh;
        padding: var(--spl-spacing-lg);
        margin: var(--spl-spacing-sm);
    }

    .spl-overlay-title {
        font-size: 1.5rem;
    }

    .spl-overlay-button-container {
        flex-direction: column;
        gap: 8px;
    }

    .spl-overlay-subtitle {
        font-size: 1.1rem;
    }

    /* [+] @mobile (spl-info) mobile adjustment */
    .spl-info {
        width: 20px;
        height: 20px;
        font-size: 11px;
        margin-left: var(--spl-spacing-xs);
    }

    /* [!!!!!!!!!!!!!!!!!!! PRODUCT CARD COMPONENT - MOBILE QUERY !!!!!!!!!!!!!!!!!!!] */
    .spl-featured-section {
        padding: 2.5rem 0;
    }

    .spl-product-grid {
        grid-template-columns: 1fr;
        gap: var(--spl-spacing-md);
        margin: var(--spl-spacing-lg) 0;
    }

    .spl-product-card {
        min-height: auto;
        max-width: 100%;
    }

    .spl-product-card:hover {
        transform: translateY(-2px);
    }

    .spl-product-header {
        padding: var(--spl-spacing-sm);
    }

    .spl-product-title {
        font-size: 1.25rem;
        line-height: 1.2;
        margin-bottom: var(--spl-spacing-xs);
    }

    .spl-product-body {
        padding: var(--spl-spacing-md);
    }

    .spl-product-description {
        font-size: 0.875rem;
        line-height: 1.4;
        height: auto;
        -webkit-box-orient: initial;
        display: block;
        overflow: visible;
    }

    .spl-product-footer {
        padding: var(--spl-spacing-sm);
        flex-direction: column;
        gap: var(--spl-spacing-sm);
        align-items: stretch;
    }

    .spl-product-price {
        font-size: 1.1rem;
        text-align: center;
        margin-bottom: var(--spl-spacing-xs);
    }

    .spl-product-link {
        width: 100%;
        justify-content: center;
        padding: 0.75rem 1rem;
        font-size: 0.95rem;
        min-height: 44px;
    }

    .spl-product-link:hover {
        transform: translateY(-1px);
    }

    .spl-section-title {
        padding: var(--spl-spacing-sm) 0;
        font-size: 1.5rem;
        text-align: center;
    }

    /* ================ PRODUCT FILTER COMPONENT - MOBILE QUERY ================ */
    .spl-filter-header {
        flex-direction: column;
        gap: var(--spl-spacing-md);
        align-items: stretch;
        margin-bottom: var(--spl-spacing-md);
    }

    .spl-filter-categories {
        justify-content: center;
        gap: var(--spl-spacing-xs);
    }

    .spl-filter-btn {
        padding: 0.75rem 1rem;
        font-size: 0.8rem;
        min-height: 44px;
        flex: 1;
        min-width: 80px;
        text-align: center;
    }

    .spl-filter-search {
        min-width: 100%;
        order: -1;
    }

    .spl-filter-search input {
        padding: 0.75rem 1rem 0.75rem 2.75rem;
        font-size: 0.9rem;
        min-height: 44px;
    }

    .spl-filter-search i {
        left: 1rem;
        font-size: 1rem;
    }

    .spl-product-item {
        max-height: none;
        margin-bottom: var(--spl-spacing-sm);
    }

    .spl-product-content {
        padding: var(--spl-spacing-sm);
    }

    .spl-product-title {
        font-size: 1rem;
        line-height: 1.3;
    }

    .spl-product-description {
        font-size: 0.825rem;
        line-height: 1.4;
    }

    .spl-product-footer {
        flex-direction: column;
        gap: var(--spl-spacing-sm);
        align-items: stretch;
    }

    .spl-product-price {
        text-align: center;
        font-size: 1rem;
    }

    .spl-product-empty {
        padding: var(--spl-spacing-lg);
        font-size: 0.9rem;
    }

    /* ================ APPLICATION SLIDESHOW - MOBILE QUERY ================ */
    .spl-slideshow-container {
        width: 95%;
        max-width: 100%;
        max-height: 95vh;
    }

    .spl-slideshow-header {
        padding: calc(var(--spl-spacing-md) / 1.0);
    }

    .spl-slide-title {
        font-size: 1.1rem;
    }

    .spl-slideshow-content {
        flex-direction: column;
        padding: calc(var(--spl-spacing-md) / 2) 0;
    }

    .spl-slide-image-container {
        width: 100%;
        padding: calc(var(--spl-spacing-md) / 2);
        max-height: 50vh;
    }

    .spl-slide-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        margin: 0;
        z-index: 10;
    }

    .spl-slide-nav:hover {
        transform: translateY(-50%) scale(1.1);
    }

    .spl-slide-nav:first-of-type {
        left: 10px;
    }

    .spl-slide-nav:last-of-type {
        right: 10px;
    }

    .spl-slideshow-footer {
        padding: calc(var(--spl-spacing-md) / 1.5);
    }

    .spl-slide-description {
        font-size: 0.9rem;
        margin-bottom: calc(var(--spl-spacing-md) / 2);
    }

    .spl-slide-indicators {
        gap: 6px;
    }

    .spl-slide-indicator {
        width: 8px;
        height: 8px;
    }

    .spl-slide-indicator,
    .spl-slide-nav {
        touch-action: manipulation;
    }

    /*[ANIMATION]->SRC:TLDR/Slideshow component*/
    @keyframes spl-fade-in {
        from {
            opacity: 0;
            transform: scale(0.98);
        }

        to {
            opacity: 1;
            transform: scale(1);
        }
    }

    /* [+] Typography mobile scaling */
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    h5 {
        font-size: 1.1rem;
    }

    h6 {
        font-size: 1rem;
    }
}