.ab-container {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Header */
.ab-header {
    padding: 2rem 0;
    border-bottom: 1px solid #333;
}

.ab-breadcrumb {
    display: flex;
    gap: 2rem;
}

.ab-breadcrumb-link {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    transition: color 0.3s ease;
}

.ab-breadcrumb-link:hover {
    color: #ccc;
}

.ab-breadcrumb-link:after {
    content: ' /';
    color: #666;
    margin-left: 0.5rem;
}

.ab-breadcrumb-link:last-child:after {
    display: none;
}

/* Section 1 - Images */
.about_section1 {
    padding: 4rem 0;
}

.ab-images-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
    margin-bottom: 2rem;
}

.ab-image-wrapper-1 {
    position: relative;
    overflow: hidden;
    border-radius: 0.8rem;
}

.ab-image-wrapper-2 {
    position: relative;
    overflow: hidden;
    border-radius: 0.8rem;
}

.ab-image-main-1 {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.ab-image-main-2 {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.ab-image-wrapper-1:hover .ab-image-main-1 {
    transform: scale(1.05);
}

.ab-image-wrapper-2:hover .ab-image-main-2 {
    transform: scale(1.05);
}



/* Section 2 - Luxury & Elegant */
.about_section2 {
    padding: 6rem 0;
    text-align: center;
}

.ab-section2-title {
    font-size: 4.8rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    letter-spacing: 0.2rem;
    font-family: 'Orbitron', sans-serif;
}

.ab-section2-subtitle {
    font-size: 1.8rem;
    color: #ccc;
    margin-bottom: 4rem;
    font-weight: 300;
}

.ab-section2-description {
    max-width: 115rem;
    margin: 0 auto 3rem;
    font-size: 1.8rem;
    line-height: 1.8;
    color: #bbb;
}

.ab-section2-description-bottom {
    max-width: 115rem;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 1.8;
    color: #bbb;
}

/* Section 3 - Bold Looks */
.about_section3 {
    padding: 6rem 0;
    text-align: center;
}

/* Section 4 - Store Collections */
.about_section4 {
    padding: 6rem 0;
}

.ab-store-item-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
    margin-bottom: 8rem;
}

.ab-store-item-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
}

.ab-store-image-1 {
    width: 100%;
    height: auto;
    border-radius: 0.8rem;
    transition: transform 0.3s ease;
}

.ab-store-image-2 {
    width: 100%;
    height: auto;
    border-radius: 0.8rem;
    transition: transform 0.3s ease;
}

.ab-store-image-1:hover,
.ab-store-image-2:hover {
    transform: scale(1.02);
}

.ab-store-text-1 {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #bbb;
}

.ab-store-text-2 {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #bbb;
}

.ab-section3-main-title {
    font-size: 4.2rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    letter-spacing: 0.15rem;
    font-family: 'Orbitron', sans-serif;
}

.ab-section3-subtitle {
    font-size: 1.8rem;
    color: #ccc;
    margin-bottom: 5rem;
    font-weight: 300;
}

.ab-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 6rem;
    max-width: 80rem;
    margin: 0 auto;
}

.ab-feature-item-1 {
    text-align: center;
}

.ab-feature-item-2 {
    text-align: center;
}

.ab-feature-item-3 {
    text-align: center;
}

.ab-feature-item-4 {
    text-align: center;
}

.ab-feature-icon-1 {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 2rem;
    position: relative;
}

.ab-feature-icon-2 {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 2rem;
    position: relative;
}

.ab-feature-icon-3 {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 2rem;
    position: relative;
}

.ab-feature-icon-4 {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 2rem;
    position: relative;
}

.ab-feature-icon-1::before,
.ab-feature-icon-2::before,
.ab-feature-icon-3::before,
.ab-feature-icon-4::before {
    content: '✓';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ff6b35, #ff8e53);
    border-radius: 50%;
    font-size: 2rem;
    font-weight: bold;
    color: white;
}

.ab-feature-title-1 {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    color: #fff;
    font-family: 'Orbitron', sans-serif;
}

.ab-feature-title-2 {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    color: #fff;
    font-family: 'Orbitron', sans-serif;
}

.ab-feature-title-3 {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    color: #fff;
    font-family: 'Orbitron', sans-serif;
}

.ab-feature-title-4 {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    color: #fff;
    font-family: 'Orbitron', sans-serif;
}

/* Responsive Design */
@media (max-width: 768px) {
    .ab-image-wrapper-2{
        display: none;
    }
    .ab-container {
        padding: 0 1.5rem;
    }

    .ab-images-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .ab-section2-title {
        font-size: 3.6rem;
    }

    .ab-section2-subtitle {
        font-size: 1.6rem;
    }

    .ab-section2-description,
    .ab-section2-description-bottom {
        font-size: 1.3rem;
        padding: 0 1rem;
    }

    .ab-section3-main-title {
        font-size: 3.2rem;
    }

    .ab-section3-subtitle {
        font-size: 1.6rem;
    }

    .ab-features-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
        padding: 0 2rem;
    }

    .ab-store-item-1,
    .ab-store-item-2 {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    .ab-feature-title-1,
    .ab-feature-title-2,
    .ab-feature-title-3,
    .ab-feature-title-4 {
        font-size: 1.6rem;
    }

    .ab-store-text-1,
    .ab-store-text-2 {
        font-size: 1.2rem;
    }
    .ab-store-text-2{
        grid-row: 2/ span 1;
    }
}

@media (max-width: 480px) {
    .ab-section2-title {
        font-size: 2.8rem;
    }

    .ab-section3-main-title {
        font-size: 2.6rem;
    }

    .ab-section2-description,
    .ab-section2-description-bottom {
        font-size: 1.2rem;
    }

    .ab-feature-title-1,
    .ab-feature-title-2,
    .ab-feature-title-3,
    .ab-feature-title-4 {
        font-size: 1.4rem;
    }
}