/*
Theme Name: Herlan Theme
Description: Child theme for Shoptimizer
Author: Remark
Author URI: https://remarkhb.com
Template: shoptimizer
Version: 4.0.6
Text Domain:  herlan
Requires at least: 5.0
Requires PHP: 7.4
*/

/* Skeleton Loading for Section Headings */
.is-loading .section-title h4 {
    color: transparent !important;
    background: #e2e8f0;
    border-radius: 4px;
    width: max-content;
    min-width: 150px;
    position: relative;
    overflow: hidden;
}
.is-loading .section-title h4::after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shimmer 2s infinite;
}

/*Multiple Addresses overrride in checkout Design*/

@media (max-width: 768px) {
    #aab-section-mobile h3 {
        display: none;
    }
    .aab-addr-card {
        padding: 10px;
        align-items: initial;
    }
    .aab-inline-section {
        margin-bottom: 0;
    }
    .aab-addr-card .aab-addr-icon {
        background: transparent;
        width: auto;
        height: auto;
        display: initial;
    }
    .aab-addr-meta {
        font-size: 11px;
    }
    .aab-radio-dot {
        width: 15px;
        height: 15px;
    }

    .aab-addr-card--selected .aab-radio-dot {

    }
}
