/* Custom layouts loaded separately to avoid stale cache on products.css */
.egg-template-mobile-bleed {margin-bottom: 25px;}
@media (max-width: 768px) {
    .egg-template-mobile-bleed {
        width: calc(100% + 20px);
        max-width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
        box-sizing: border-box;
    }
}

/* Modern List Full */
.egg-layout-modern-list-full .afmlf-item,
.egg-layout-modern-list-full .afmlf-item-mobile {
    border: 1px solid #e8edf3;
    border-radius: 14px;
    background: #fff;
    margin-bottom: 14px;
}
.egg-layout-modern-list-full .afmlf-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px;
}
.egg-layout-modern-list-full .afmlf-image {
    width: 170px;
    min-width: 170px;
    text-align: center;
}
.egg-layout-modern-list-full .afmlf-image img {max-height: 170px;}
.egg-layout-modern-list-full .afmlf-main {flex: 1;}
.egg-layout-modern-list-full .afmlf-title {
    display: block;
    color: #14181f;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    box-shadow: none;
}
.egg-layout-modern-list-full .afmlf-meta {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.egg-layout-modern-list-full .afmlf-meta img {max-height: 16px;}
.egg-layout-modern-list-full .afmlf-rating {margin-top: 8px;}
.egg-layout-modern-list-full .afmlf-cta {
    width: 210px;
    min-width: 210px;
    text-align: right;
}
.egg-layout-modern-list-full .afmlf-old {
    color: #7d8794;
    text-decoration: line-through;
    margin-bottom: 3px;
}
.egg-layout-modern-list-full .afmlf-price {
    font-size: 29px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 10px;
}
.egg-layout-modern-list-full .afmlf-see-more {margin-top: 8px;}
.egg-layout-modern-list-full .afmlf-item-mobile {padding: 12px;}
.egg-layout-modern-list-full .afmlf-title-mobile {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
}
.egg-layout-modern-list-full .afmlf-image-mobile {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.egg-layout-modern-list-full .afmlf-image-mobile img {max-height: 210px;}
.egg-layout-modern-list-full .afmlf-price-wrap-mobile {text-align: center;}
.egg-layout-modern-list-full .afmlf-btn-mobile {margin-top: 8px;}
@media (max-width: 768px) {
    .egg-layout-modern-list-full .afmlf-item-mobile {margin-bottom: 12px;}
    .egg-layout-modern-list-full .afmlf-old {font-size: 14px;}
    .egg-layout-modern-list-full .afmlf-price {font-size: 32px;}
}

/* Card Duo */
.egg-layout-card-duo .afcduo-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.egg-layout-card-duo .afcduo-col {
    width: 50%;
    padding: 8px;
}
.egg-layout-card-duo .afcduo-card {
    position: relative;
    border: 1px solid #e6ecf2;
    border-radius: 12px;
    background: #fff;
    padding: 14px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.egg-layout-card-duo .afcduo-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #d9534f;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    font-size: 12px;
    padding: 2px 8px;
}
.egg-layout-card-duo .afcduo-image {
    text-align: center;
    display: block;
    margin-bottom: 12px;
}
.egg-layout-card-duo .afcduo-image img {max-height: 170px;}
.egg-layout-card-duo .afcduo-title {
    color: #14181f;
    text-decoration: none;
    box-shadow: none;
    line-height: 1.35;
    font-weight: 700;
}
.egg-layout-card-duo .afcduo-rating {margin-top: 8px;}
.egg-layout-card-duo .afcduo-footer {
    margin-top: auto;
    padding-top: 10px;
}
.egg-layout-card-duo .afcduo-old {
    text-decoration: line-through;
    color: #7f8894;
    font-size: 14px;
}
.egg-layout-card-duo .afcduo-price {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 8px;
}
.egg-layout-card-duo .afcduo-btn {
    width: 100%;
}
.egg-layout-card-duo .afcduo-card-mobile {
    border: 1px solid #e6ecf2;
    border-radius: 12px;
    background: #fff;
    padding: 10px;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.egg-layout-card-duo .afcduo-image-mobile {
    width: 110px;
    min-width: 110px;
    display: block;
    text-align: center;
}
.egg-layout-card-duo .afcduo-image-mobile img {max-height: 110px;}
.egg-layout-card-duo .afcduo-content-mobile {flex: 1;}
.egg-layout-card-duo .afcduo-title-mobile {
    display: block;
    font-weight: 700;
    line-height: 1.3;
    color: #14181f;
    text-decoration: none;
    box-shadow: none;
    margin-bottom: 6px;
}
.egg-layout-card-duo .afcduo-price-mobile {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 6px;
}
.egg-layout-card-duo .afcduo-see-more {margin-top: 8px;}
@media (max-width: 768px) {
    .egg-layout-card-duo .afcduo-col {
        width: 100%;
        padding: 0;
    }
    .egg-layout-card-duo .afcduo-grid {margin: 0;}
}

/* Feature Split */
.egg-layout-feature-split .afsplit-row,
.egg-layout-feature-split .afsplit-mobile {
    border: 1px solid #e4ebf2;
    border-radius: 14px;
    background: #fff;
    margin-bottom: 14px;
}
.egg-layout-feature-split .afsplit-row {
    display: flex;
    gap: 18px;
    padding: 14px;
}
.egg-layout-feature-split .afsplit-row-reverse {flex-direction: row-reverse;}
.egg-layout-feature-split .afsplit-image {
    width: 32%;
    min-width: 32%;
    text-align: center;
}
.egg-layout-feature-split .afsplit-image img {max-height: 190px;}
.egg-layout-feature-split .afsplit-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.egg-layout-feature-split .afsplit-title {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    color: #161b22;
    text-decoration: none;
    box-shadow: none;
}
.egg-layout-feature-split .afsplit-merchant {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #64707d;
}
.egg-layout-feature-split .afsplit-merchant img {max-height: 16px;}
.egg-layout-feature-split .afsplit-rating {margin-top: 8px;}
.egg-layout-feature-split .afsplit-actions {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.egg-layout-feature-split .afsplit-prices {text-align: right;}
.egg-layout-feature-split .afsplit-old {
    color: #7e8792;
    text-decoration: line-through;
    display: block;
}
.egg-layout-feature-split .afsplit-price {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
}
.egg-layout-feature-split .afsplit-btn {
    min-width: 180px;
}
.egg-layout-feature-split .afsplit-mobile {padding: 12px;}
.egg-layout-feature-split .afsplit-title-mobile {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #161b22;
    text-decoration: none;
    box-shadow: none;
}
.egg-layout-feature-split .afsplit-image-mobile {
    display: block;
    text-align: center;
    margin-bottom: 8px;
}
.egg-layout-feature-split .afsplit-image-mobile img {max-height: 200px;}
.egg-layout-feature-split .afsplit-price-mobile-wrap {
    text-align: center;
    margin-bottom: 8px;
}
.egg-layout-feature-split .afsplit-see-more {margin-top: 8px;}
@media (max-width: 768px) {
    .egg-layout-feature-split .afsplit-price {font-size: 30px;}
}

/* Price Spotlight */
.egg-layout-price-spotlight .afspot-item,
.egg-layout-price-spotlight .afspot-mobile {
    border: 1px solid #e4ebf2;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 12px;
}
.egg-layout-price-spotlight .afspot-item {
    display: grid;
    grid-template-columns: 54px 120px 1fr 210px;
    gap: 14px;
    align-items: center;
    padding: 12px;
}
.egg-layout-price-spotlight .afspot-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #1f2d3d;
    color: #fff;
    font-weight: 800;
}
.egg-layout-price-spotlight .afspot-image {
    text-align: center;
    display: block;
}
.egg-layout-price-spotlight .afspot-image img {max-height: 120px;}
.egg-layout-price-spotlight .afspot-title {
    display: block;
    color: #111820;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    box-shadow: none;
}
.egg-layout-price-spotlight .afspot-meta {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.egg-layout-price-spotlight .afspot-meta img {max-height: 16px;}
.egg-layout-price-spotlight .afspot-cta {text-align: right;}
.egg-layout-price-spotlight .afspot-old {
    text-decoration: line-through;
    color: #7f8994;
}
.egg-layout-price-spotlight .afspot-price {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 8px;
}
.egg-layout-price-spotlight .afspot-mobile {padding: 12px;}
.egg-layout-price-spotlight .afspot-mobile-head {
    display: flex;
    align-items: center;
    gap: 8px;
}
.egg-layout-price-spotlight .afspot-title-mobile {
    color: #111820;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    box-shadow: none;
}
.egg-layout-price-spotlight .afspot-image-mobile {
    display: block;
    text-align: center;
    margin: 8px 0;
}
.egg-layout-price-spotlight .afspot-image-mobile img {max-height: 200px;}
.egg-layout-price-spotlight .afspot-price-mobile {
    text-align: center;
    font-size: 31px;
    font-weight: 800;
    margin-bottom: 8px;
}
.egg-layout-price-spotlight .afspot-see-more {margin-top: 8px;}
@media (max-width: 992px) {
    .egg-layout-price-spotlight .afspot-item {
        grid-template-columns: 54px 100px 1fr 180px;
    }
}

/* Lead Max */
.egg-layout-lead-max .aflead-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.egg-layout-lead-max .aflead-card {
    width: calc(33.333% - 20px);
    margin: 0 10px 20px;
    border: 1px solid #e5ebf2;
    border-radius: 12px;
    background: #fff;
    padding: 12px;
}
.egg-layout-lead-max .aflead-image {
    display: block;
    text-align: center;
    margin-bottom: 8px;
}
.egg-layout-lead-max .aflead-image img {max-height: 180px;}
.egg-layout-lead-max .aflead-title {
    display: block;
    color: #131920;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    box-shadow: none;
    min-height: 56px;
}
.egg-layout-lead-max .aflead-meta {
    margin: 8px 0 10px;
}
.egg-layout-lead-max .aflead-old {
    color: #7d8692;
    text-decoration: line-through;
    margin-right: 8px;
}
.egg-layout-lead-max .aflead-price {
    font-size: 24px;
    font-weight: 800;
}
.egg-layout-lead-max .aflead-mobile-item {
    border: 1px solid #e5ebf2;
    border-radius: 12px;
    background: #fff;
    padding: 12px;
    margin-bottom: 12px;
}
.egg-layout-lead-max .aflead-mobile-title {
    display: block;
    text-align: center;
    color: #131920;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
    text-decoration: none;
    box-shadow: none;
}
.egg-layout-lead-max .aflead-mobile-image {
    display: block;
    text-align: center;
    margin-bottom: 8px;
}
.egg-layout-lead-max .aflead-mobile-image img {max-height: 230px;}
.egg-layout-lead-max .aflead-mobile-price {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 8px;
}
.egg-layout-lead-max .aflead-see-more {margin-top: 8px;}
@media (max-width: 1200px) {
    .egg-layout-lead-max .aflead-card {width: calc(50% - 20px);}
}
