/* liveSetting.js generated sections - from AOS01 detail.css / adminNew AOS02 templates */

.avn_site_aos01_container *{
    box-sizing:border-box;
}

.avn_site_aos01_container{
    overflow:hidden;
    background:#f6f6f8;
}

.avn_site_aos01_section a{
    text-decoration:none;
    color:inherit;
}

.avn_site_aos01_section button{
    border:0;
    background:none;
    cursor:pointer;
    font:inherit;
}

.avn_site_aos01_section img{
    display:block;
    max-width:100%;
}

.avn_site_aos01_inner{
    width:1200px;
    max-width:100%;
    margin:0 auto;
}

.avn_site_aos01_section{
    padding:80px 0;
}

.avn_site_aos01_hero{
    padding:0 0 50px;
    background:#f6f6f8;
}

.avn_site_aos01_hero .avn_site_aos01_inner{
    width:100%;
}

.avn_site_aos01_swiper{
    width:100%;
    padding:0 80px 52px;
    overflow:visible;
}

.avn_site_aos01_swiper .swiper-wrapper{
    align-items:center;
}

.avn_site_aos01_swiper .swiper-slide{
    width:300px !important;
    display:flex;
    justify-content:center;
    opacity:.55;
    transform:scale(.92);
    transition:transform .35s ease, opacity .35s ease;
}

.avn_site_aos01_swiper .swiper-slide-active{
    opacity:1;
    transform:scale(1);
    z-index:2;
}

.avn_site_aos01_hero_card{
    position:relative;
    width:100%;
    height:400px;
    border-radius:18px;
    overflow:hidden;
    padding:28px 24px;
    color:#fff;
    box-shadow:0 12px 28px rgba(17,24,39,.08);
    backdrop-filter:blur(6px);
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.2);
}

.avn_site_aos01_hero_card::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.30), transparent 30%),
        radial-gradient(circle at 80% 25%, rgba(255,255,255,.18), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(0,0,0,.12) 100%);
}

.avn_site_aos01_hero_card_text,
.avn_site_aos01_hero_card_badge{
    position:relative;
    z-index:2;
}

.avn_site_aos01_hero_card_badge{
    display:inline-flex;
    align-items:center;
    height:28px;
    padding:0 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:700;
    background:rgba(255,255,255,.22);
    backdrop-filter:blur(8px);
    margin-bottom:18px;
}

.avn_site_aos01_hero_card_sub{
    font-size:13px;
    opacity:.95;
    margin-bottom:8px;
}

.avn_site_aos01_hero_card h2{
    font-size:32px;
    line-height:1.25;
    letter-spacing:-.04em;
    font-weight:800;
    word-break:keep-all;
}

.avn_site_aos01_hero_card_blue{background:linear-gradient(135deg,#7d9cff 0%,#6dc4ff 100%)}
.avn_site_aos01_hero_card_sand{background:linear-gradient(135deg,#9ad7ff 0%,#e5cf8f 100%)}
.avn_site_aos01_hero_card_pink{background:linear-gradient(135deg,#d58f7d 0%,#ec4c8c 100%)}
.avn_site_aos01_hero_card_peach{background:linear-gradient(135deg,#f1dc82 0%,#ffb2d1 100%)}
.avn_site_aos01_hero_card_lavender{background:linear-gradient(135deg,#ffd9ca 0%,#b8b8ff 100%)}

.avn_site_aos01_swiper .swiper-button-prev,
.avn_site_aos01_swiper .swiper-button-next{
    color:#1f6fff;
}

.avn_site_aos01_swiper .swiper-button-prev::after,
.avn_site_aos01_swiper .swiper-button-next::after{
    font-size:22px;
    font-weight:700;
}

.avn_site_aos01_hero_controls{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    margin-top:8px;
}

.avn_site_aos01_section_heading{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:28px;
}

.avn_site_aos01_section_heading_center{
    flex-direction:column;
    justify-content:center;
    text-align:center;
    gap:10px;
}

.avn_site_aos01_section_heading h3{
    font-size:34px;
    line-height:1.2;
    letter-spacing:-.04em;
    color:#222;
}

.avn_site_aos01_section_heading_center h3{font-size:28px}
.avn_site_aos01_section_heading_center p{font-size:13px;color:#888}

.avn_site_aos01_title_with_pin{
    position:relative;
    padding-left:20px;
}

.avn_site_aos01_title_with_pin::before{
    content:"";
    position:absolute;
    left:0;
    top:11px;
    width:10px;
    height:10px;
    background:#ff574c;
    border-radius:50%;
    box-shadow:0 0 0 4px rgba(255,87,76,.12);
}

.avn_site_aos01_chip_group,
.avn_site_aos01_theme_tabs,
.avn_home_page_wrap_theme_tabs{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    margin-top:10px;
}

.avn_site_aos01_chip_group_center{justify-content:center}

.avn-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:68px;
    height:34px;
    padding:0 14px;
    border-radius:999px;
    border:1px solid #d7deea;
    background:#fff;
    color:#4b5563;
    font-size:13px;
    font-weight:600;
    transition:.2s ease;
}

.avn-pill.is-active{
    background:#0f63d8;
    color:#fff;
    border-color:#0f63d8;
    box-shadow:0 10px 20px rgba(15,99,216,.2);
}

.avn_site_aos01_deal_section{position:relative}

.avn_site_aos01_product_row{
    position:relative;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    align-items:start;
}

.avn_site_aos01_product_card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(17,24,39,.06);
    transition:box-shadow .25s ease;
}

.avn_site_aos01_product_card:hover{box-shadow:0 20px 40px rgba(0,0,0,.08)}

.avn_site_aos01_product_thumb{
    position:relative;
    height:180px;
    background-size:cover;
    background-position:center;
    overflow:hidden;
}

.avn_site_aos01_thumb_label{
    position:absolute;
    top:12px;
    left:12px;
    z-index:2;
    display:inline-flex;
    align-items:center;
    height:26px;
    padding:0 10px;
    border-radius:999px;
    font-size:11px;
    font-weight:700;
    color:#fff;
    background:rgba(255,67,67,.88);
}

.avn_site_aos01_product_body{padding:18px 18px 20px}
.avn_site_aos01_product_meta{font-size:12px;color:#ff5c5c;font-weight:700;margin-bottom:10px}
.avn_site_aos01_product_body h4{font-size:17px;line-height:1.45;color:#222;margin-bottom:8px;font-weight:700}
.avn_site_aos01_product_body p{font-size:13px;color:#888;margin-bottom:14px}
.avn_site_aos01_product_body strong{display:block;font-size:28px;line-height:1;color:#111;font-weight:800}

.avn_site_aos01_local_grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.avn_site_aos01_local_thumb{
    height:210px;
    border-radius:18px;
    margin-bottom:14px;
    background-size:cover;
    background-position:center;
    box-shadow:0 10px 24px rgba(17,24,39,.08);
}

.avn_site_aos01_local_info span{display:inline-block;margin-bottom:6px;font-size:12px;color:#8f8f8f}
.avn_site_aos01_local_info h4{font-size:17px;line-height:1.4;margin-bottom:8px;color:#222}
.avn_site_aos01_local_info p{font-size:13px;color:#777;margin-bottom:14px}
.avn_site_aos01_local_info strong{display:block;font-size:30px;font-weight:800;color:#222}

.avn_site_aos01_theme_grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
    margin-top:18px;
}

.avn_site_aos01_theme_card{
    position:relative;
    height:430px;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 26px rgba(17,24,39,.08);
}

.avn_site_aos01_theme_card::after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.28);
}

.avn_site_aos01_theme_overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:2;
    padding:22px 18px 20px;
    color:#fff;
}

.avn_site_aos01_round_nav{
    position:absolute;
    top:10px;
    z-index:3;
    width:38px;
    height:38px;
    border-radius:50%;
    background:#2b9ff5;
    color:#fff;
    font-size:20px;
    box-shadow:0 8px 18px rgba(43,159,245,.28);
}

.avn_site_aos01_round_nav_left{left:-19px}
.avn_site_aos01_round_nav_right{right:-19px}

.avn_site_aos01_mid_banner{
    background:linear-gradient(90deg,#ffb4a7 0%,#ffb7bb 50%,#ffc8d8 100%);
    padding:20px 0;
}

.avn_site_aos01_mid_banner_copy strong{
    display:block;
    font-size:18px;
    color:#fff;
    margin-bottom:6px;
}

.avn_site_aos01_mid_banner_copy span{
    display:block;
    font-size:40px;
    color:#0f4ca2;
    font-weight:900;
}

.avn_site_aos01_bottom_banner_left{
    display:flex;
    align-items:center;
    gap:12px;
    color:#fff;
}

.avn_site_aos01_bottom_banner_left strong{
    font-size:26px;
    font-weight:900;
    letter-spacing:-.03em;
}

.avn_site_aos01_bottom_banner_left span{
    font-size:18px;
    font-weight:600;
}

.avn_site_aos01_bottom_banner_right em{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:106px;
    height:42px;
    border-radius:999px;
    background:#e4f04e;
    color:#2f2f2f;
    font-size:28px;
    font-style:italic;
    font-weight:900;
}

.avn_site_aos01_theme_overlay span{
    display:inline-block;
    margin-bottom:8px;
    font-size:12px;
    opacity:.92;
}

.avn_site_aos01_theme_overlay h4{
    font-size:22px;
    line-height:1.3;
    letter-spacing:-.04em;
    margin-bottom:8px;
}

.avn_site_aos01_theme_overlay p{
    font-size:13px;
    opacity:.9;
}

.avn_site_aos01_mid_banner_inner{
    height:108px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.avn_site_aos01_bottom_banner{
    background:linear-gradient(90deg,#8fc9ff 0%,#9f9eff 52%,#d7a8ff 100%);
}

.avn_site_aos01_bottom_banner_inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:96px;
}

@media (max-width:1200px){
    .avn_site_aos01_inner{width:94%}
    .avn_site_aos01_product_row,
    .avn_site_aos01_local_grid,
    .avn_site_aos01_theme_grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:768px){
    .avn_site_aos01_section{padding:48px 0}
    .avn_site_aos01_product_row,
    .avn_site_aos01_local_grid,
    .avn_site_aos01_theme_grid{grid-template-columns:1fr}
    .avn_site_aos01_swiper{padding:0 20px 40px}
    .avn_site_aos01_swiper .swiper-slide{width:200px !important}
    .avn_site_aos01_hero_card{height:260px;padding:20px}
    .avn_site_aos01_theme_card{height:300px}
}
