.as2ov-lp-wrapper {
    box-sizing: border-box;
}

.as2ov-lp-wrapper *,
.as2ov-lp-wrapper *::before,
.as2ov-lp-wrapper *::after {
    box-sizing: border-box;
}

.as2ov-lp-wrapper {
    --as2ov-color-black: #000000;
    --as2ov-color-dark-gray: #1a1a1a;
    --as2ov-color-gray: #2d2d2d;
    --as2ov-color-light-gray: #4a4a4a;
    --as2ov-color-white: #ffffff;
    --as2ov-color-neutral: #f5f5f5;
    --as2ov-color-border: #e0e0e0;
    
    --as2ov-font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    --as2ov-font-family-heading: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --as2ov-font-size-base: 14px;
    --as2ov-line-height-base: 1.6;
    
    --as2ov-spacing-xs: 8px;
    --as2ov-spacing-sm: 16px;
    --as2ov-spacing-md: 32px;
    --as2ov-spacing-lg: 64px;
    --as2ov-spacing-xl: 96px;
    
    --as2ov-container-width: 1200px;
    --as2ov-container-padding: 24px;
    
    --as2ov-radius-sm: 2px;
    --as2ov-radius-md: 4px;
    --as2ov-radius-lg: 6px;
    
    --as2ov-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
    --as2ov-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);
    --as2ov-shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.15);
    
    --as2ov-transition-base: 0.2s ease;
    
    font-family: var(--as2ov-font-family);
    font-size: var(--as2ov-font-size-base);
    line-height: var(--as2ov-line-height-base);
    color: var(--as2ov-color-dark-gray);
    background-color: var(--as2ov-color-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

.as2ov-lp-wrapper .hero {
    overflow-x: visible;
}

.as2ov-lp-wrapper .container {
    max-width: var(--as2ov-container-width);
    margin: 0 auto;
    padding: 0 var(--as2ov-container-padding);
    overflow-x: hidden;
    width: 100%;
}

.as2ov-lp-wrapper .products-section > .container {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.as2ov-lp-wrapper h1,
.as2ov-lp-wrapper h2,
.as2ov-lp-wrapper h3,
.as2ov-lp-wrapper h4,
.as2ov-lp-wrapper h5,
.as2ov-lp-wrapper h6 {
    font-family: var(--as2ov-font-family-heading);
    font-weight: 600;
    line-height: 1.2;
    color: var(--as2ov-color-black);
}

.as2ov-lp-wrapper .section-title {
    font-size: 28px;
    margin-bottom: var(--as2ov-spacing-sm);
    text-align: center;
    margin-top: 0;
}

.as2ov-lp-wrapper .section-subtitle {
    font-size: 16px;
    color: var(--as2ov-color-light-gray);
    text-align: center;
    margin-bottom: var(--as2ov-spacing-md);
}

.as2ov-lp-wrapper .bag-finder .section-subtitle {
    font-size: 12px;
}

.as2ov-lp-wrapper .section-subtitle-small {
    font-size: 12px;
    color: var(--as2ov-color-light-gray);
    text-align: center;
    margin-bottom: 4px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.as2ov-lp-wrapper .hero {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('https://unby.itembox.cloud/item/lp/biz_bag/img/business-hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 24px 0;
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

.as2ov-lp-wrapper .hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 0;
}

.as2ov-lp-wrapper .hero .container {
    position: relative;
    z-index: 1;
}

.as2ov-lp-wrapper .hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--as2ov-spacing-sm);
    align-items: center;
    width: 100%;
}

.as2ov-lp-wrapper .hero-text {
    text-align: left;
    padding-left: 40px;
}

.as2ov-lp-wrapper .hero-title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: var(--spacing-md);
    letter-spacing: 0.1em;
    color: var(--as2ov-color-white);
}

.as2ov-lp-wrapper .hero-title-brand {
    display: block;
    height: 0.9em;
    width: auto;
    margin-bottom: 10px;
}

.as2ov-lp-wrapper .hero-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: var(--as2ov-spacing-lg);
    max-width: 100%;
    line-height: 1.8;
}

.as2ov-lp-wrapper .hero-video {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--as2ov-radius-lg);
    overflow: hidden;
}

.as2ov-lp-wrapper .hero-video video {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 75vh;
    object-fit: contain;
    border-radius: var(--as2ov-radius-lg);
}

.as2ov-lp-wrapper .cta-button {
    display: inline-block;
    padding: 16px 48px;
    background-color: var(--as2ov-color-white);
    color: var(--as2ov-color-black);
    text-decoration: none;
    border-radius: var(--as2ov-radius-md);
    font-size: 16px;
    font-weight: 500;
    transition: all var(--as2ov-transition-base);
    border: 2px solid var(--as2ov-color-white);
}

.as2ov-lp-wrapper .cta-button:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: var(--as2ov-shadow-md);
}

.as2ov-lp-wrapper .lead-section {
    padding: var(--as2ov-spacing-xl) 0;
    background-color: var(--as2ov-color-white);
    text-align: center;
}

.lead-text {
    font-size: 14px;
    line-height: 2;
    color: var(--as2ov-color-dark-gray);
    max-width: 800px;
    margin: 0 auto;
    letter-spacing: 0.02em;
}

.as2ov-lp-wrapper .gallery-section {
    padding: 0 0 var(--as2ov-spacing-xl) 0;
    background-color: var(--as2ov-color-white);
}

.as2ov-lp-wrapper .gallery-grid {
    column-count: 3;
    column-gap: var(--as2ov-spacing-md);
    max-width: 100%;
}

.as2ov-lp-wrapper .gallery-item {
    break-inside: avoid;
    margin-bottom: var(--as2ov-spacing-md);
    overflow: hidden;
    border-radius: var(--as2ov-radius-md);
    background-color: var(--as2ov-color-neutral);
}

.as2ov-lp-wrapper .gallery-item:last-child {
    margin-bottom: 0;
}

.as2ov-lp-wrapper .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: bottom;
}

.as2ov-lp-wrapper .gallery-item video {
    width: 100%;
    height: auto;
    display: block;
}

.as2ov-lp-wrapper .gallery-item {
    cursor: pointer;
}

.as2ov-lp-wrapper .gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--as2ov-spacing-md);
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--as2ov-transition-base), visibility var(--as2ov-transition-base);
}

.as2ov-lp-wrapper .gallery-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.as2ov-lp-wrapper .gallery-modal-backdrop {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
}

.as2ov-lp-wrapper .gallery-modal-content {
    position: relative;
    z-index: 1;
    max-width: 100%;
    max-height: 90vh;
}

.as2ov-lp-wrapper .gallery-modal-content .gallery-modal-media {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.as2ov-lp-wrapper .gallery-modal-content video.gallery-modal-media {
    display: none;
}

.as2ov-lp-wrapper .gallery-modal-close {
    position: absolute;
    top: var(--as2ov-spacing-sm);
    right: var(--as2ov-spacing-sm);
    z-index: 2;
    width: 44px;
    height: 44px;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    color: var(--as2ov-color-black);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background var(--as2ov-transition-base);
}

.as2ov-lp-wrapper .gallery-modal-close:hover {
    background: var(--as2ov-color-white);
}

@media (max-width: 768px) {
    .as2ov-lp-wrapper .gallery-grid {
        column-count: 3;
        column-gap: var(--as2ov-spacing-sm);
    }

    .as2ov-lp-wrapper .gallery-item {
        margin-bottom: var(--as2ov-spacing-sm);
        break-inside: avoid;
    }

    .as2ov-lp-wrapper .gallery-item:last-child {
        margin-bottom: 0;
    }

    .as2ov-lp-wrapper .gallery-item img {
        width: 100%;
        height: auto;
        display: block;
        vertical-align: bottom;
    }
}

.as2ov-lp-wrapper .bag-finder {
    padding: var(--as2ov-spacing-xl) 0 var(--as2ov-spacing-md) 0;
    background-color: var(--as2ov-color-white);
}

.as2ov-lp-wrapper .mobile-filter-link {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: var(--as2ov-spacing-md);
    margin-bottom: var(--as2ov-spacing-md);
    padding: 6px 18px;
    background-color: var(--as2ov-color-black);
    color: var(--as2ov-color-white);
    text-decoration: none;
    border-radius: var(--as2ov-radius-md);
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    transition: opacity var(--as2ov-transition-base);
}

.as2ov-lp-wrapper .mobile-filter-link:hover {
    opacity: 0.85;
    color: var(--as2ov-color-white);
}

.as2ov-lp-wrapper .filter-container {
    max-width: 650px;
    margin: 0 auto;
    display: block;
}

.as2ov-lp-wrapper .filter-group {
    margin-bottom: var(--as2ov-spacing-sm);
}

.as2ov-lp-wrapper .filter-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: var(--as2ov-spacing-xs);
    color: var(--as2ov-color-black);
}

.as2ov-lp-wrapper .chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: var(--as2ov-spacing-xs);
}

.as2ov-lp-wrapper .chip {
    padding: 6px 12px;
    background-color: var(--as2ov-color-neutral);
    border: 1px solid var(--as2ov-color-border);
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    color: var(--as2ov-color-dark-gray);
    cursor: pointer;
    transition: all var(--as2ov-transition-base);
    font-family: var(--as2ov-font-family);
}

.as2ov-lp-wrapper .chip:hover {
    border-color: var(--as2ov-color-black);
}

.as2ov-lp-wrapper .chip.active {
    background-color: var(--as2ov-color-black);
    color: var(--as2ov-color-white);
    border-color: var(--as2ov-color-black);
}

.as2ov-lp-wrapper .filter-actions {
    margin-top: var(--as2ov-spacing-md);
    text-align: center;
    display: flex;
    gap: var(--as2ov-spacing-sm);
    justify-content: center;
}

.as2ov-lp-wrapper .apply-button {
    padding: 8px 20px;
    background-color: var(--as2ov-color-black);
    border: 1px solid var(--as2ov-color-black);
    border-radius: var(--as2ov-radius-md);
    font-size: 13px;
    font-weight: 500;
    color: var(--as2ov-color-white);
    cursor: pointer;
    transition: all var(--as2ov-transition-base);
    font-family: var(--as2ov-font-family);
}

.as2ov-lp-wrapper .apply-button:hover {
    background-color: var(--as2ov-color-gray);
    border-color: var(--as2ov-color-gray);
}

.as2ov-lp-wrapper .reset-button {
    padding: 8px 20px;
    background-color: transparent;
    border: 1px solid var(--as2ov-color-light-gray);
    border-radius: var(--as2ov-radius-md);
    font-size: 13px;
    font-weight: 500;
    color: var(--as2ov-color-light-gray);
    cursor: pointer;
    transition: all var(--as2ov-transition-base);
    font-family: var(--as2ov-font-family);
}

.as2ov-lp-wrapper .reset-button:hover {
    border-color: var(--as2ov-color-black);
    color: var(--as2ov-color-black);
}

.as2ov-lp-wrapper .filter-results {
    text-align: center;
    margin-top: var(--as2ov-spacing-md);
    font-size: 16px;
    font-weight: 500;
    color: var(--as2ov-color-light-gray);
}

.sub-tabs-container {
    display: flex;
    justify-content: center;
    gap: var(--as2ov-spacing-sm);
    margin-bottom: var(--spacing-md);
}

.sub-tab-button {
    padding: 10px 24px;
    background-color: transparent;
    border: 1px solid var(--as2ov-color-border);
    border-radius: var(--as2ov-radius-md);
    font-size: 14px;
    font-weight: 500;
    color: var(--as2ov-color-dark-gray);
    cursor: pointer;
    transition: all var(--as2ov-transition-base);
    font-family: var(--as2ov-font-family);
}

.as2ov-lp-wrapper .sub-tab-button:hover {
    border-color: var(--as2ov-color-black);
    color: var(--as2ov-color-black);
}

.as2ov-lp-wrapper .sub-tab-button.active {
    background-color: var(--as2ov-color-black);
    color: var(--as2ov-color-white);
    border-color: var(--as2ov-color-black);
}

.as2ov-lp-wrapper .sub-tab-content {
    display: none;
}

.as2ov-lp-wrapper .sub-tab-content.active {
    display: block;
}

.as2ov-lp-wrapper .category-item {
    margin-bottom: var(--as2ov-spacing-xl);
}

.as2ov-lp-wrapper .category-item:last-child {
    margin-bottom: 0;
}

.as2ov-lp-wrapper .product-carousel-container {
    margin-top: var(--as2ov-spacing-md);
    position: relative;
    padding: 0;
    overflow: visible;
    width: 100%;
}

.as2ov-lp-wrapper .product-carousel {
    overflow: visible;
}

.product-carousel .swiper-wrapper {
    display: flex;
}

.product-carousel .swiper-slide {
    width: auto;
    height: auto;
}

.product-carousel .as2ov-lp-wrapper .product-card {
    width: 260px;
}

.product-carousel .swiper-button-next,
.product-carousel .swiper-button-prev {
    color: var(--as2ov-color-black);
    background-color: var(--as2ov-color-white);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: var(--as2ov-shadow-md);
    transition: all var(--as2ov-transition-base);
    position: absolute;
    z-index: 10;
    overflow: visible;
}

.product-carousel .swiper-button-next:hover,
.product-carousel .swiper-button-prev:hover {
    background-color: var(--as2ov-color-black);
    color: var(--as2ov-color-white);
}

.product-carousel .swiper-button-next::after,
.product-carousel .swiper-button-prev::after {
    font-size: 16px;
    font-weight: 700;
}

.product-carousel .swiper-button-next {
    right: -20px;
}

.product-carousel .swiper-button-prev {
    left: -20px;
}

.as2ov-lp-wrapper .type-section {
    padding: var(--as2ov-spacing-xl) 0;
    background-color: var(--as2ov-color-neutral);
    overflow-x: hidden;
    width: 100%;
}

.as2ov-lp-wrapper .card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--as2ov-spacing-sm);
    margin-top: var(--as2ov-spacing-md);
}

.as2ov-lp-wrapper .capacity-section .card-grid {
    grid-template-columns: repeat(4, 1fr);
}

.as2ov-lp-wrapper .type-card {
    background-color: var(--as2ov-color-white);
    border-radius: var(--as2ov-radius-lg);
    overflow: hidden;
    box-shadow: var(--as2ov-shadow-sm);
    transition: all var(--as2ov-transition-base);
}

.as2ov-lp-wrapper .type-card:hover {
    box-shadow: var(--as2ov-shadow-md);
    transform: translateY(-4px);
}

.as2ov-lp-wrapper .type-card-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background-color: var(--as2ov-color-neutral);
}

.type-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.as2ov-lp-wrapper .type-card-title {
    font-size: 20px;
    padding: var(--as2ov-spacing-md);
    margin-bottom: var(--as2ov-spacing-xs);
}

.as2ov-lp-wrapper .type-card-desc {
    padding: 0 var(--as2ov-spacing-md) var(--as2ov-spacing-md);
    color: var(--as2ov-color-light-gray);
    font-size: 14px;
}

.as2ov-lp-wrapper .capacity-section {
    padding: var(--as2ov-spacing-xl) 0;
    background-color: var(--as2ov-color-white);
    overflow-x: hidden;
    width: 100%;
}

.as2ov-lp-wrapper .capacity-card {
    background-color: var(--as2ov-color-neutral);
    border-radius: var(--as2ov-radius-lg);
    padding: var(--as2ov-spacing-lg);
    text-align: center;
    transition: all var(--as2ov-transition-base);
}

.as2ov-lp-wrapper .capacity-card:hover {
    background-color: var(--as2ov-color-dark-gray);
    color: var(--as2ov-color-white);
}

.as2ov-lp-wrapper .capacity-card-title {
    font-size: 24px;
    margin-bottom: var(--as2ov-spacing-sm);
}

.as2ov-lp-wrapper .capacity-card-desc {
    color: var(--as2ov-color-light-gray);
    font-size: 16px;
}

.as2ov-lp-wrapper .capacity-card:hover .capacity-card-desc {
    color: rgba(255, 255, 255, 0.8);
}

.as2ov-lp-wrapper .pcsize-section {
    padding: var(--as2ov-spacing-xl) 0;
    background-color: var(--as2ov-color-neutral);
    overflow-x: hidden;
    width: 100%;
}

.as2ov-lp-wrapper .pcsize-card {
    background-color: var(--as2ov-color-white);
    border-radius: var(--as2ov-radius-lg);
    padding: var(--as2ov-spacing-lg);
    text-align: center;
    border: 1px solid var(--as2ov-color-border);
    transition: all var(--as2ov-transition-base);
}

.as2ov-lp-wrapper .pcsize-card:hover {
    border-color: var(--as2ov-color-black);
    box-shadow: var(--as2ov-shadow-md);
}

.as2ov-lp-wrapper .pcsize-card-title {
    font-size: 20px;
    margin-bottom: var(--as2ov-spacing-sm);
}

.as2ov-lp-wrapper .pcsize-card-desc {
    color: var(--as2ov-color-light-gray);
    font-size: 16px;
}

.as2ov-lp-wrapper .feature-section {
    padding: var(--as2ov-spacing-xl) 0;
    background-color: var(--as2ov-color-white);
    overflow-x: hidden;
    width: 100%;
}

.as2ov-lp-wrapper .feature-card {
    background-color: var(--as2ov-color-white);
    border-radius: var(--as2ov-radius-lg);
    padding: var(--as2ov-spacing-lg);
    text-align: center;
    border: 1px solid var(--as2ov-color-border);
    transition: all var(--as2ov-transition-base);
}

.as2ov-lp-wrapper .feature-card:hover {
    border-color: var(--as2ov-color-black);
    box-shadow: var(--as2ov-shadow-md);
}

.as2ov-lp-wrapper .feature-card-title {
    font-size: 20px;
    margin-bottom: var(--as2ov-spacing-sm);
}

.as2ov-lp-wrapper .feature-card-desc {
    color: var(--as2ov-color-light-gray);
    font-size: 16px;
}

.as2ov-lp-wrapper .feature-card-note {
    display: block;
    font-size: 12px;
    color: var(--as2ov-color-light-gray);
    margin-top: 8px;
    opacity: 0.7;
}

.as2ov-lp-wrapper .filter-section {
    padding: var(--as2ov-spacing-xl) 0;
    background-color: var(--as2ov-color-white);
}

.as2ov-lp-wrapper .filter-section + .filter-section {
    padding-top: 0;
}

.as2ov-lp-wrapper .section-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--as2ov-spacing-xs);
    margin-top: var(--as2ov-spacing-md);
    margin-bottom: var(--as2ov-spacing-lg);
    border-bottom: 1px solid var(--as2ov-color-border);
}

.as2ov-lp-wrapper .section-tab {
    padding: 10px 20px;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    font-size: 14px;
    font-weight: 500;
    color: var(--as2ov-color-dark-gray);
    cursor: pointer;
    font-family: var(--as2ov-font-family);
    transition: color var(--as2ov-transition-base), border-color var(--as2ov-transition-base);
}

.as2ov-lp-wrapper .section-tab:hover {
    color: var(--as2ov-color-black);
}

.as2ov-lp-wrapper .section-tab.is-active {
    color: var(--as2ov-color-black);
    border-bottom-color: var(--as2ov-color-black);
}

.as2ov-lp-wrapper .section-tabs-panel {
    min-height: 120px;
}

.as2ov-lp-wrapper .section-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--as2ov-spacing-md);
}

.as2ov-lp-wrapper .section-product-card {
    display: flex;
    gap: var(--as2ov-spacing-md);
    align-items: stretch;
    background-color: var(--as2ov-color-white);
    border: 1px solid var(--as2ov-color-border);
    border-radius: var(--as2ov-radius-md);
    overflow: hidden;
    padding: var(--as2ov-spacing-sm);
}


.as2ov-lp-wrapper .section-card-image {
    flex: 0 0 50%;
    min-width: 0;
    overflow: hidden;
    background-color: var(--as2ov-color-neutral);
    position: relative;
    border-radius: var(--as2ov-radius-sm);
}

.as2ov-lp-wrapper .section-card-image a {
    display: block;
    height: 100%;
}

.as2ov-lp-wrapper .section-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.as2ov-lp-wrapper .section-card-body {
    flex: 1;
    min-width: 0;
    padding: 0 var(--as2ov-spacing-sm);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media (min-width: 769px) {
    .as2ov-lp-wrapper .section-card-body {
        justify-content: center;
        padding-top: var(--as2ov-spacing-lg);
        padding-bottom: var(--as2ov-spacing-lg);
    }
}

.as2ov-lp-wrapper .section-card-series {
    font-size: 14px;
    color: var(--as2ov-color-light-gray);
    margin: 0 0 2px 0;
}

.as2ov-lp-wrapper .section-card-title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 2px;
    line-height: 1.4;
}

.as2ov-lp-wrapper .section-card-title a {
    color: var(--as2ov-color-black);
    text-decoration: none;
}

.as2ov-lp-wrapper .section-card-title a:hover {
    text-decoration: underline;
}

.as2ov-lp-wrapper .section-card-price {
    font-size: 16px;
    font-weight: 600;
    color: var(--as2ov-color-black);
    margin: 0 0 var(--as2ov-spacing-sm) 0;
}

.as2ov-lp-wrapper .section-card-desc {
    font-size: 13px;
    color: var(--as2ov-color-dark-gray);
    line-height: 1.6;
    margin-bottom: var(--as2ov-spacing-md);
}

.as2ov-lp-wrapper .section-card-cta {
    display: inline-block;
    padding: 6px 18px;
    background-color: var(--as2ov-color-black);
    color: var(--as2ov-color-white);
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: var(--as2ov-radius-md);
    transition: background-color var(--as2ov-transition-base), opacity var(--as2ov-transition-base);
    align-self: flex-start;
}

.as2ov-lp-wrapper .section-card-cta:hover {
    opacity: 0.85;
}

.as2ov-lp-wrapper .section-product-card .section-card-image {
    min-height: 180px;
}

.as2ov-lp-wrapper .section-product-card .product-badge {
    font-size: 11px;
    padding: 4px 8px;
}

.as2ov-lp-wrapper .section-more-link {
    text-align: center;
    margin-top: var(--as2ov-spacing-lg);
    padding-top: var(--as2ov-spacing-md);
}

.as2ov-lp-wrapper .more-link {
    display: inline-block;
    padding: 12px 32px;
    background-color: transparent;
    border: 1px solid var(--as2ov-color-border);
    border-radius: var(--as2ov-radius-md);
    font-size: 14px;
    font-weight: 500;
    color: var(--as2ov-color-dark-gray);
    text-decoration: none;
    transition: all var(--as2ov-transition-base);
    font-family: var(--as2ov-font-family);
}

.as2ov-lp-wrapper .more-link:hover {
    border-color: var(--as2ov-color-black);
    color: var(--as2ov-color-black);
    background-color: var(--as2ov-color-neutral);
}

.as2ov-lp-wrapper .features-section {
    padding: var(--as2ov-spacing-xl) 0;
    background-color: var(--as2ov-color-white);
}

.as2ov-lp-wrapper .features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--as2ov-spacing-xl);
    margin-top: var(--as2ov-spacing-lg);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.as2ov-lp-wrapper .feature-item {
    text-align: left;
    padding: 0;
}

.as2ov-lp-wrapper .feature-image {
    width: 100%;
    margin-bottom: var(--as2ov-spacing-md);
    overflow: hidden;
    border-radius: var(--as2ov-radius-md);
}

.as2ov-lp-wrapper .feature-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.as2ov-lp-wrapper .feature-title {
    font-size: 20px;
    margin-bottom: var(--as2ov-spacing-sm);
    color: var(--as2ov-color-black);
    font-weight: 600;
}

.as2ov-lp-wrapper .feature-desc {
    font-size: 15px;
    color: var(--as2ov-color-dark-gray);
    line-height: 1.8;
}

.feature-note {
    display: block;
    font-size: 11px;
    color: var(--as2ov-color-light-gray);
    margin-top: 6px;
    opacity: 0.7;
}

.as2ov-lp-wrapper .series-section {
    padding: var(--as2ov-spacing-xl) 0;
    background-color: var(--as2ov-color-white);
}

.as2ov-lp-wrapper .series-carousel {
    position: relative;
    overflow: hidden;
    padding: 0 48px;
    margin-top: var(--as2ov-spacing-lg);
}

.as2ov-lp-wrapper .series-carousel .swiper-slide {
    height: auto;
}

.as2ov-lp-wrapper .series-carousel .swiper-button-next,
.as2ov-lp-wrapper .series-carousel .swiper-button-prev {
    color: var(--as2ov-color-black);
    background-color: var(--as2ov-color-white);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: var(--as2ov-shadow-md);
    transition: all var(--as2ov-transition-base);
}

.as2ov-lp-wrapper .series-carousel .swiper-button-next:hover,
.as2ov-lp-wrapper .series-carousel .swiper-button-prev:hover {
    background-color: var(--as2ov-color-black);
    color: var(--as2ov-color-white);
}

.as2ov-lp-wrapper .series-carousel .swiper-button-next::after,
.as2ov-lp-wrapper .series-carousel .swiper-button-prev::after {
    font-size: 16px;
    font-weight: 700;
}

.as2ov-lp-wrapper .series-carousel .swiper-button-prev {
    left: 0;
}

.as2ov-lp-wrapper .series-carousel .swiper-button-next {
    right: 0;
}

.as2ov-lp-wrapper .series-carousel .swiper-pagination {
    position: relative;
    margin-top: var(--as2ov-spacing-md);
}

.as2ov-lp-wrapper .series-carousel .swiper-pagination-bullet {
    background-color: var(--as2ov-color-border);
    opacity: 1;
    width: 8px;
    height: 8px;
    transition: background-color var(--as2ov-transition-base);
}

.as2ov-lp-wrapper .series-carousel .swiper-pagination-bullet-active {
    background-color: var(--as2ov-color-black);
}

.as2ov-lp-wrapper .series-card {
    background-color: var(--as2ov-color-white);
    border-radius: var(--as2ov-radius-lg);
    overflow: hidden;
    box-shadow: var(--as2ov-shadow-sm);
    height: 100%;
}

.as2ov-lp-wrapper .series-image img {
    width: 100%;
    height: auto;
    display: block;
}

.as2ov-lp-wrapper .series-card-body {
    padding: var(--as2ov-spacing-md);
}

.as2ov-lp-wrapper .series-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.as2ov-lp-wrapper .series-desc {
    font-size: 14px;
    color: var(--as2ov-color-dark-gray);
    line-height: 1.6;
    margin-bottom: var(--as2ov-spacing-sm);
}

.as2ov-lp-wrapper .series-cta {
    display: inline-block;
    padding: 6px 18px;
    background-color: var(--as2ov-color-black);
    color: var(--as2ov-color-white);
    font-size: 12px;
    text-decoration: none;
    border-radius: var(--as2ov-radius-sm);
    margin-top: 4px;
    transition: opacity var(--as2ov-transition-base);
}

.as2ov-lp-wrapper .series-cta:hover {
    opacity: 0.85;
    color: var(--as2ov-color-white);
}

@media (max-width: 768px) {
    .as2ov-lp-wrapper .series-carousel {
        padding-left: 24px;
        padding-right: 24px;
    }

    .as2ov-lp-wrapper .series-name {
        font-size: 16px;
    }

    .as2ov-lp-wrapper .series-desc {
        font-size: 13px;
    }
}

.as2ov-lp-wrapper .popular-section {
    padding: var(--as2ov-spacing-xl) 0;
    background-color: var(--as2ov-color-neutral);
}

.as2ov-lp-wrapper .popular-section .products-grid {
    grid-template-columns: 1fr;
}

.as2ov-lp-wrapper .popular-carousel {
    position: relative;
    overflow: hidden;
    padding: 0 48px;
    margin-top: var(--as2ov-spacing-lg);
}

.as2ov-lp-wrapper .popular-carousel .swiper-slide {
    width: 100%;
    height: auto;
}

.as2ov-lp-wrapper .popular-carousel .swiper-button-next,
.as2ov-lp-wrapper .popular-carousel .swiper-button-prev {
    color: var(--as2ov-color-black);
    background-color: var(--as2ov-color-white);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: var(--as2ov-shadow-md);
    transition: all var(--as2ov-transition-base);
}

.as2ov-lp-wrapper .popular-carousel .swiper-button-next:hover,
.as2ov-lp-wrapper .popular-carousel .swiper-button-prev:hover {
    background-color: var(--as2ov-color-black);
    color: var(--as2ov-color-white);
}

.as2ov-lp-wrapper .popular-carousel .swiper-button-next::after,
.as2ov-lp-wrapper .popular-carousel .swiper-button-prev::after {
    font-size: 16px;
    font-weight: 700;
}

.as2ov-lp-wrapper .popular-carousel .swiper-button-prev {
    left: 0;
}

.as2ov-lp-wrapper .popular-carousel .swiper-button-next {
    right: 0;
}

.as2ov-lp-wrapper .popular-carousel .swiper-pagination {
    position: relative;
    margin-top: var(--as2ov-spacing-md);
}

.as2ov-lp-wrapper .popular-carousel .swiper-pagination-bullet {
    background-color: var(--as2ov-color-border);
    opacity: 1;
    width: 8px;
    height: 8px;
    transition: background-color var(--as2ov-transition-base);
}

.as2ov-lp-wrapper .popular-carousel .swiper-pagination-bullet-active {
    background-color: var(--as2ov-color-black);
}

.as2ov-lp-wrapper .products-section {
    padding: var(--as2ov-spacing-md) 0 var(--as2ov-spacing-xl) 0;
    background-color: var(--as2ov-color-white);
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    position: relative;
    height: auto;
    display: block;
    box-sizing: border-box;
}

.as2ov-lp-wrapper .floating-finder {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.as2ov-lp-wrapper .floating-finder-button {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--as2ov-color-black);
    color: var(--as2ov-color-white);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0;
    position: relative;
}

.as2ov-lp-wrapper .floating-finder-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2), 0 12px 32px rgba(0, 0, 0, 0.15);
}

.as2ov-lp-wrapper .floating-finder-button:active {
    transform: scale(0.95);
}

.as2ov-lp-wrapper .floating-finder-button svg {
    width: 20px;
    height: 20px;
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.as2ov-lp-wrapper .floating-finder-button .icon-menu {
    opacity: 1;
    transform: rotate(0deg);
}

.as2ov-lp-wrapper .floating-finder-button .icon-close {
    opacity: 0;
    transform: rotate(90deg);
}

.as2ov-lp-wrapper .floating-finder.active .floating-finder-button .icon-menu {
    opacity: 0;
    transform: rotate(-90deg);
}

.as2ov-lp-wrapper .floating-finder.active .floating-finder-button .icon-close {
    opacity: 1;
    transform: rotate(0deg);
}

.as2ov-lp-wrapper .floating-finder-panel {
    position: absolute;
    bottom: 72px;
    left: 0;
    width: 360px;
    max-width: calc(100vw - 48px);
    background-color: var(--as2ov-color-white);
    border-radius: var(--as2ov-radius-lg);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), 0 16px 64px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    overflow: hidden;
}

.as2ov-lp-wrapper .floating-finder.active .floating-finder-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.as2ov-lp-wrapper .floating-finder-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--as2ov-spacing-md);
    border-bottom: 1px solid var(--as2ov-color-border);
}

.as2ov-lp-wrapper .floating-finder-header-text {
    flex: 1;
    min-width: 0;
}

.as2ov-lp-wrapper .floating-finder-header h3 {
    font-size: 13px;
    font-weight: 600;
    color: var(--as2ov-color-black);
    margin: 0;
    font-family: var(--as2ov-font-family-heading);
    letter-spacing: 0.5px;
}

.as2ov-lp-wrapper .floating-finder-subtitle {
    font-size: 11px;
    color: var(--as2ov-color-light-gray);
    margin: 4px 0 0 0;
    line-height: 1.4;
}

.as2ov-lp-wrapper .floating-finder-close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--as2ov-color-dark-gray);
    transition: all var(--as2ov-transition-base);
    padding: 0;
}

.as2ov-lp-wrapper .floating-finder-close:hover {
    background-color: var(--as2ov-color-neutral);
    color: var(--as2ov-color-black);
}

.as2ov-lp-wrapper .floating-finder-close svg {
    width: 16px;
    height: 16px;
}

.as2ov-lp-wrapper .floating-filter-container {
    padding: var(--as2ov-spacing-md);
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    pointer-events: auto;
}

.as2ov-lp-wrapper .floating-filter-container .chip {
    pointer-events: auto;
    cursor: pointer;
}

.as2ov-lp-wrapper .floating-filter-container .filter-group {
    margin-bottom: var(--as2ov-spacing-md);
}

.as2ov-lp-wrapper .floating-filter-container .filter-group:last-child {
    margin-bottom: 0;
}

.as2ov-lp-wrapper .floating-filter-container .floating-results {
    text-align: center;
    margin-top: var(--as2ov-spacing-md);
    padding-top: var(--as2ov-spacing-md);
    border-top: 1px solid var(--as2ov-color-border);
    font-size: 14px;
    font-weight: 500;
    color: var(--as2ov-color-light-gray);
}

.as2ov-lp-wrapper .floating-filter-container .filter-actions {
    margin-top: var(--as2ov-spacing-sm);
}

.as2ov-lp-wrapper .products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--as2ov-spacing-sm);
    margin-top: var(--as2ov-spacing-lg);
}

.as2ov-lp-wrapper .product-card {
    background-color: var(--as2ov-color-white);
    border-radius: var(--as2ov-radius-lg);
    overflow: hidden;
    box-shadow: var(--as2ov-shadow-sm);
    transition: all var(--as2ov-transition-base);
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.as2ov-lp-wrapper .product-card:hover {
    box-shadow: var(--as2ov-shadow-md);
    transform: translateY(-4px);
}

.as2ov-lp-wrapper .product-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: var(--as2ov-color-white);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding-top: var(--as2ov-spacing-sm);
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.as2ov-lp-wrapper .product-image img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    display: block;
    margin: 0;
    padding: 0;
}

.as2ov-lp-wrapper .product-badges {
    position: absolute;
    top: var(--as2ov-spacing-sm);
    right: var(--as2ov-spacing-sm);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
    max-width: calc(100% - var(--as2ov-spacing-sm) * 2);
    justify-content: flex-end;
    z-index: 1;
    pointer-events: none;
}

.as2ov-lp-wrapper .popular-section .product-badges {
    left: var(--as2ov-spacing-sm);
    right: auto;
    justify-content: flex-start;
}

.as2ov-lp-wrapper .product-badge {
    pointer-events: auto;
}

.as2ov-lp-wrapper .product-badge {
    display: inline-block;
    padding: 2px 6px;
    color: var(--as2ov-color-dark-gray);
    font-size: 9px;
    font-weight: 500;
    border-radius: var(--as2ov-radius-sm);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
    width: auto;
}

.as2ov-lp-wrapper .product-badge.badge-capacity {
    background-color: #f8fafc;
    color: #6b7280;
}

.as2ov-lp-wrapper .product-badge.badge-pcsize {
    background-color: #f9fafb;
    color: #6b7280;
}

.as2ov-lp-wrapper .product-badge.badge-feature {
    background-color: #fafafa;
    color: #6b7280;
    border: 1px solid #f3f4f6;
}

.as2ov-lp-wrapper .product-badge.badge-active {
    background-color: var(--as2ov-color-black) !important;
    color: var(--as2ov-color-white) !important;
    border-color: var(--as2ov-color-black) !important;
}

.as2ov-lp-wrapper .product-info {
    padding: var(--as2ov-spacing-xs) var(--as2ov-spacing-sm);
}

.as2ov-lp-wrapper .product-series {
    font-size: 11px;
    color: var(--as2ov-color-light-gray);
    margin-bottom: 4px;
    font-weight: 400;
    opacity: 0.7;
    line-height: 1.2;
}

.as2ov-lp-wrapper .product-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--as2ov-color-black);
    line-height: 1.3;
    margin-top: 0;
}

.as2ov-lp-wrapper .product-name a {
    color: var(--as2ov-color-black);
    text-decoration: none;
    transition: color var(--as2ov-transition-base);
}

.as2ov-lp-wrapper .product-name a:hover {
    color: var(--as2ov-color-gray);
}

.as2ov-lp-wrapper .product-image a {
    display: block;
    text-decoration: none;
}

.as2ov-lp-wrapper .product-image img {
    transition: transform var(--as2ov-transition-base);
}

.as2ov-lp-wrapper .product-card:hover .product-image img {
    transform: scale(1.02);
}

.as2ov-lp-wrapper .product-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--as2ov-color-black);
    margin-top: 0;
}

.as2ov-lp-wrapper .no-results {
    text-align: center;
    padding: var(--spacing-xl);
    color: var(--as2ov-color-light-gray);
    font-size: 16px;
}

.as2ov-lp-wrapper .active-filters {
    display: flex;
    align-items: center;
    gap: var(--as2ov-spacing-sm);
    margin-top: var(--as2ov-spacing-sm);
    margin-bottom: var(--as2ov-spacing-md);
    flex-wrap: wrap;
}

.as2ov-lp-wrapper .active-filters-label {
    font-size: 14px;
    color: var(--as2ov-color-light-gray);
    font-weight: 500;
    white-space: nowrap;
}

.as2ov-lp-wrapper .active-filters-list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--as2ov-spacing-xs);
}

.as2ov-lp-wrapper .active-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background-color: var(--as2ov-color-white);
    border: 1px solid var(--as2ov-color-border);
    border-radius: var(--as2ov-radius-md);
    font-size: 13px;
    color: var(--as2ov-color-dark-gray);
}

.as2ov-lp-wrapper .active-filter-label {
    font-weight: 500;
}

.as2ov-lp-wrapper .active-filter-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    padding: 0;
    background: none;
    border: none;
    color: var(--as2ov-color-light-gray);
    cursor: pointer;
    transition: color var(--as2ov-transition-base);
    flex-shrink: 0;
}

.as2ov-lp-wrapper .active-filter-remove:hover {
    color: var(--as2ov-color-black);
}

.as2ov-lp-wrapper .active-filter-remove svg {
    width: 100%;
    height: 100%;
}

.as2ov-lp-wrapper .brand-section {
    padding: var(--as2ov-spacing-xl) 0;
    background-color: var(--as2ov-color-black);
    color: var(--as2ov-color-white);
    text-align: center;
}

.as2ov-lp-wrapper .brand-title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: var(--spacing-md);
    color: var(--as2ov-color-white);
}

.brand-message {
    font-size: 16px;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
    .as2ov-lp-wrapper {
        --as2ov-container-padding: 16px;
        --as2ov-spacing-lg: 48px;
        --as2ov-spacing-xl: 64px;
    }

    .as2ov-lp-wrapper .hero-content {
        grid-template-columns: 1fr;
        gap: var(--as2ov-spacing-md);
        justify-items: center;
    }

    .as2ov-lp-wrapper .hero-text {
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .as2ov-lp-wrapper .lead-text {
        font-size: 13px !important;
        line-height: 1.8 !important;
    }

    .as2ov-lp-wrapper .hero-title {
        font-size: 28px !important;
    }
    
    .as2ov-lp-wrapper .hero-title-brand {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .as2ov-lp-wrapper .hero-subtitle {
        font-size: 12px !important;
    }

    .as2ov-lp-wrapper .hero-video {
        max-height: none;
        height: auto;
    }

    .as2ov-lp-wrapper .hero {
        min-height: 100vh;
        background-image: none;
        background-color: #000000;
    }

    .as2ov-lp-wrapper .hero-video video {
        max-width: 100%;
        max-height: none;
        height: auto;
        width: 100%;
        object-fit: contain;
    }

    .as2ov-lp-wrapper .lead-text {
        font-size: 12px !important;
        line-height: 1.8 !important;
    }

    .as2ov-lp-wrapper .section-title {
        font-size: 20px;
    }
    
    .as2ov-lp-wrapper .features-section .section-title {
        font-size: 18px !important;
    }
    
    .as2ov-lp-wrapper .feature-title {
        font-size: 13px !important;
    }
    
    .as2ov-lp-wrapper .feature-desc {
        font-size: 11px !important;
        text-align: left !important;
    }

    .as2ov-lp-wrapper .card-grid {
        grid-template-columns: 1fr;
        gap: var(--as2ov-spacing-md);
    }

    .as2ov-lp-wrapper .section-tabs {
        gap: var(--as2ov-spacing-xs);
        margin-bottom: var(--as2ov-spacing-md);
    }

    .as2ov-lp-wrapper .section-tab {
        padding: 8px 14px;
        font-size: 12px;
    }

    .as2ov-lp-wrapper .section-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--as2ov-spacing-sm);
    }

    .as2ov-lp-wrapper .section-product-card {
        flex-direction: column;
        gap: var(--as2ov-spacing-sm);
        padding: 12px;
    }

    .as2ov-lp-wrapper .section-product-card .section-card-image {
        flex: 0 0 auto;
        width: 100%;
        min-height: 200px;
    }

    .as2ov-lp-wrapper .popular-section .container,
    .as2ov-lp-wrapper .filter-section .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .as2ov-lp-wrapper .popular-carousel {
        padding-left: 24px;
        padding-right: 24px;
        margin-top: var(--as2ov-spacing-sm) !important;
    }

    .as2ov-lp-wrapper .section-product-card .section-card-series {
        font-size: 11px;
    }
    .as2ov-lp-wrapper .section-product-card .section-card-title {
        font-size: 15px;
    }
    .as2ov-lp-wrapper .section-product-card .section-card-price {
        font-size: 13px;
    }
    .as2ov-lp-wrapper .section-product-card .section-card-desc {
        font-size: 11px;
    }
    .as2ov-lp-wrapper .section-product-card .product-badge {
        font-size: 9px !important;
        padding: 2px 6px;
    }

    .as2ov-lp-wrapper .sub-tabs-container {
        flex-wrap: wrap;
        gap: var(--as2ov-spacing-xs);
    }

    .as2ov-lp-wrapper .sub-tab-button {
        padding: 8px 16px;
        font-size: 12px;
    }

    .as2ov-lp-wrapper .product-carousel-container {
        padding: 0;
        overflow: visible;
    }

    .as2ov-lp-wrapper .product-carousel .swiper-button-next {
        right: -15px;
    }

    .as2ov-lp-wrapper .product-carousel .swiper-button-prev {
        left: -15px;
    }

    .as2ov-lp-wrapper .product-carousel .product-card {
        width: 220px;
    }

    .as2ov-lp-wrapper .product-carousel .swiper-button-next,
    .as2ov-lp-wrapper .product-carousel .swiper-button-prev {
        width: 32px;
        height: 32px;
    }

    .as2ov-lp-wrapper .product-carousel .swiper-button-next::after,
    .as2ov-lp-wrapper .product-carousel .swiper-button-prev::after {
        font-size: 12px;
    }

    .as2ov-lp-wrapper .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--as2ov-spacing-sm);
    }
    
    .as2ov-lp-wrapper .product-card {
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
        background-color: var(--as2ov-color-white) !important;
    }
    
    .as2ov-lp-wrapper .product-image {
        overflow: hidden !important;
        margin: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 12px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        flex-shrink: 0;
        width: 100% !important;
        height: auto !important;
        background-color: var(--as2ov-color-white) !important;
    }
    
    .as2ov-lp-wrapper .product-image img {
        object-fit: contain !important;
    }
    
    .as2ov-lp-wrapper .product-image a {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .as2ov-lp-wrapper .product-image img {
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
    }
    
    .as2ov-lp-wrapper .product-badges {
        position: absolute !important;
        top: 6px !important;
        right: 6px !important;
        left: auto !important;
        max-width: calc(100% - 12px) !important;
        z-index: 10 !important;
        gap: 3px !important;
    }

    .as2ov-lp-wrapper .popular-section .product-badges {
        left: 6px !important;
        right: auto !important;
    }
    
    .as2ov-lp-wrapper .product-badge {
        padding: 2px 5px !important;
        font-size: 8px !important;
        line-height: 1.3 !important;
    }
    
    .as2ov-lp-wrapper .product-info {
        padding: 8px 12px !important;
        margin: 0 !important;
        margin-top: 0 !important;
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    
    .as2ov-lp-wrapper .product-series {
        font-size: 9px !important;
    }
    
    .as2ov-lp-wrapper .product-name {
        font-size: 13px !important;
    }
    
    .as2ov-lp-wrapper .product-price {
        font-size: 15px !important;
    }

    .as2ov-lp-wrapper .features-section {
        padding: var(--as2ov-spacing-md) 0 !important;
    }
    
    .as2ov-lp-wrapper .features-section .section-title {
        font-size: 18px !important;
    }
    
    .as2ov-lp-wrapper .features-grid {
        gap: var(--as2ov-spacing-lg);
        margin-top: var(--as2ov-spacing-sm) !important;
    }
    
    .as2ov-lp-wrapper .feature-item {
        padding: 0;
    }
    
    .as2ov-lp-wrapper .feature-title {
        font-size: 17px !important;
    }
    
    .as2ov-lp-wrapper .feature-desc {
        font-size: 13px !important;
        text-align: left !important;
    }

    .as2ov-lp-wrapper .chip-group {
        gap: 6px;
    }

    .as2ov-lp-wrapper .chip {
        padding: 5px 10px;
        font-size: 11px;
    }
    
    .as2ov-lp-wrapper .apply-button,
    .as2ov-lp-wrapper .reset-button {
        padding: 6px 16px !important;
        font-size: 11px !important;
    }

    .as2ov-lp-wrapper .bag-finder .filter-container {
        display: none;
    }

    .as2ov-lp-wrapper .floating-finder {
        bottom: 16px;
        left: 16px;
    }

    .as2ov-lp-wrapper .floating-finder-button {
        width: 48px;
        height: 48px;
    }

    .as2ov-lp-wrapper .floating-finder-panel {
        width: calc(100vw - 32px);
        max-width: 360px;
        bottom: 64px;
    }

    .as2ov-lp-wrapper .brand-title {
        font-size: 28px;
    }

    .as2ov-lp-wrapper .brand-message {
        font-size: 14px;
    }
}

.as2ov-lp-wrapper {
    scroll-behavior: smooth;
}
