/* Minification failed. Returning unminified contents.
(433,45): run-time error CSS1046: Expect comma, found '182'
(433,53): run-time error CSS1046: Expect comma, found '/'
(434,53): run-time error CSS1046: Expect comma, found '182'
(434,61): run-time error CSS1046: Expect comma, found '/'
(435,50): run-time error CSS1046: Expect comma, found '182'
(435,58): run-time error CSS1046: Expect comma, found '/'
(512,45): run-time error CSS1046: Expect comma, found '182'
(512,53): run-time error CSS1046: Expect comma, found '/'
(513,53): run-time error CSS1046: Expect comma, found '182'
(513,61): run-time error CSS1046: Expect comma, found '/'
(514,50): run-time error CSS1046: Expect comma, found '182'
(514,58): run-time error CSS1046: Expect comma, found '/'
 */
/* Above ground pool home page styles */
.above-ground-pool-home .hero-section {
    height: 350px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://ik.imagekit.io/cdcya4smo/ag-lander-hero.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    padding: 0 40px;
}

.above-ground-pool-home .hero-title {
    font-weight: bold;
    line-height: 1.3;
    color: #ffffff;
    font-size: 48px;
    width: 80%;
}

.above-ground-pool-home .hero-subtitle {
    line-height: 1.3;
    margin: 10px 0 50px 0;
    color: #ffffff;
    width: 75%;
}

.above-ground-pool-home .hero-buttons {
    display: flex;
    gap: 20px;
}

.above-ground-pool-home .hero-btn {
    color: #1e4867;
    padding: 15px 30px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    background-color: #d2ecfb;
}

@media (max-width: 667px) {
    .above-ground-pool-home .hero-section {
        height: 330px;
        padding: 0 20px;
    }

    .above-ground-pool-home .hero-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .above-ground-pool-home .hero-subtitle {
        width: 100%;
        margin: 8px 0 30px 0;
        font-size: 16px;
    }

    .above-ground-pool-home .hero-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .above-ground-pool-home .hero-btn {
        font-size: 16px;
        padding: 12px 20px;
        justify-content: center;
        width: 100%;
        max-width: 280px;
    }
}

.above-ground-pool-home .find-a-pool-banner {
    width: 100vw;
    margin-top: 30px;
    margin-left: calc(50% - 50vw);
    height: 75px;
    background-color: #d2ecfb;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25%;
}

    .above-ground-pool-home .find-a-pool-banner span {
        font-size: 30px;
        color: #1e4867;
        font-weight: 500;
    }

    .above-ground-pool-home .find-a-pool-banner .find-pool-btn {
        background: #d2ecfb;
        color: #1e4867;
        border: 2px solid #1e4867;
        padding: 8px 24px;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
    }

@media (max-width: 590px) {
    .above-ground-pool-home .find-a-pool-banner {
        gap: 10%;
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

        .above-ground-pool-home .find-a-pool-banner span {
            font-size: 16px;
            text-align: center;
        }

        .above-ground-pool-home .find-a-pool-banner .find-pool-btn {
            font-size: 12px;
            padding: 5px 10px;
        }
}

@media (min-width: 591px) and (max-width: 687px) {
    .above-ground-pool-home .find-a-pool-banner {
        gap: 15%;
    }

        .above-ground-pool-home .find-a-pool-banner span {
            font-size: 20px;
            text-align: center;
        }

        .above-ground-pool-home .find-a-pool-banner .find-pool-btn {
            font-size: 14px;
            padding: 10px 20px;
            min-width: 110px;
        }
}

@media (min-width: 687px) and (max-width: 992px) {
    .above-ground-pool-home .find-a-pool-banner {
        height: 80px;
        gap: 15%;
        padding: 0 20px;
    }

        .above-ground-pool-home .find-a-pool-banner span {
            font-size: 24px;
            text-align: center;
        }

        .above-ground-pool-home .find-a-pool-banner .find-pool-btn {
            font-size: 16px;
            padding: 10px 20px;
            min-width: 110px;
        }
}

.above-ground-pool-home .above-ground-pool-container {
    margin-bottom: 0;
}

.above-ground-pool-home .view-all-divider {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
}

.above-ground-pool-home .divider-line {
    flex: 1;
    height: 2px;
    background: #638095;
}

.above-ground-pool-home .view-all-btn {
    background: white;
    color: #638095;
    border: 2px solid #638095;
    padding: 8px 24px;
    font-size: 16px;
    border-radius: 20px;
    text-decoration: none;
}

    .above-ground-pool-home .view-all-btn:hover {
        text-decoration: none;
    }

.above-ground-pool-home .block-heading {
    font-size: 28px;
    font-weight: 600;
    color: #1f4d6d;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 30px;
}

.above-ground-pool-home .grid-6 {
    grid-template-columns: repeat(6, 1fr);
    display: grid;
    grid-gap: 15px;
}

.above-ground-pool-home .category-item-a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border: 1.5px solid #e5e5e5;
    font-size: 14px;
    background-color: #fff;
    text-align: center;
    font-weight: 600;
}

    .above-ground-pool-home .category-item-a span {
        font-weight: 600;
        order: 2;
    }

    .above-ground-pool-home .category-item-a img {
        width: 100%;
        height: auto;
    }

@media (max-width: 991px) {
    .above-ground-pool-home .category-block-heading {
        display: none;
    }
}

.above-ground-pool-home .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

    .above-ground-pool-home .grid-3 .video-block-item-wrapper {
        position: relative;
    }

        .above-ground-pool-home .grid-3 .video-block-item-wrapper .video-badge,
        .above-ground-pool-home .grid-3 .video-block-item-wrapper .video-title {
            position: absolute;
            z-index: 10;
            background-color: #0082c2;
            font-family: "Open Sans", sans-serif;
            font-weight: 800;
            font-size: 16px;
            color: #fff;
        }

        .above-ground-pool-home .grid-3 .video-block-item-wrapper .video-badge {
            top: -6px;
            left: -6px;
            padding: 4px 12px;
            border-radius: 20px;
        }

        .above-ground-pool-home .grid-3 .video-block-item-wrapper .video-title {
            width: 100%;
            bottom: 0;
            padding: 2px 0;
            text-align: center;
        }

    .above-ground-pool-home .grid-3 .video-block-item-description {
        padding: 5px;
        color: #1f4d6d;
        font-size: 16px;
    }

@media (max-width: 992px) {
    .above-ground-pool-home .grid-6 {
        grid-template-columns: 1fr 1fr;
    }

    .above-ground-pool-home .grid-3 {
        grid-template-columns: 1fr;
    }
}

.faq {
    max-width: 1170px;
    margin: 4rem auto;
    padding: 2rem;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    font-family: system-ui, sans-serif;
}

.faq-title {
    text-align: center;
    font-size: 4rem;
    margin-bottom: 2rem;
    color: #1f4d6d;
    display: inline-block;
    padding-bottom: 0.5rem;
}

.faq-item {
    margin-bottom: 1.5rem;
}

.faq-question {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease, border 0.3s ease;
    cursor: pointer;
}

    .faq-question:hover {
        background-color: #eef6ff;
        border-color: #b3dcff;
    }

    .faq-question[aria-expanded="true"] {
        background-color: #e0f3ff;
        border-color: #03a9f4;
    }

.arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 1.5rem;
}

.faq-question[aria-expanded="true"] .arrow {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 1rem;
    box-sizing: border-box;
}

.faq-question[aria-expanded="true"] + .faq-answer {
    max-height: 1000px;
    padding: 1rem;
}

.faq-answer p,
.faq-answer ul {
    margin: 0.5rem 0 1rem;
    line-height: 1.6;
    color: #555;
    font-size: 1.6rem;
}

.faq-answer ul {
    padding-left: 1.25rem;
}

.faq-answer p span {
    display: block;
}

.faq-cta {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dce6f0;
}

.faq-cta-text {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #333;
    font-weight: 500;
}

.faq-cta-button {
    background-color: #03a9f4;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
    display: inline-block;
    font-size: 16px;
}

    .faq-cta-button:hover {
        background-color: #0288d1;
        color: white;
    }

.above-ground-pool-info {
    max-width: 1170px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    padding: 1rem 2rem 2.5rem 2rem;
}

    .above-ground-pool-info span {
        display: block;
        margin-bottom: 15px;
        font-size: 15px;
    }

/* Main Above Ground Pool Selectory Styles */
body,
.main-container {
    background-color: #f5f5f5;
}

.above-ground-pool-container {
    margin: 35px 0 65px 0;
}

    .above-ground-pool-container .product-card {
        display: flex;
        margin-bottom: 30px;
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 5px 5px 6px 0px rgb(182 182 182 / 76%);
        -webkit-box-shadow: 5px 5px 6px 0px rgb(182 182 182 / 76%);
        -moz-box-shadow: 5px 5px 6px 0px rgb(182 182 182 / 76%);
    }

    .above-ground-pool-container .product-info {
        padding: 20px;
        flex: 1;
    }

    .above-ground-pool-container .product-title {
        font-size: 28px;
        margin-top: 0;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .above-ground-pool-container .product-features {
        padding-left: 20px;
        font-size: 16px;
    }

        .above-ground-pool-container .product-features li::marker {
            font-weight: 900;
        }

    .above-ground-pool-container .product-price {
        margin: 5px 0;
        font-size: 16px;
    }

    .above-ground-pool-container .brand-starting-price {
        display: flex;
        align-items: flex-start;
        font-weight: bold;
        color: #9f1c2a;
        margin: 0;
    }

    .above-ground-pool-container .dollar-amnt {
        font-size: 30px;
    }

    .above-ground-pool-container .cent-amnt {
        font-size: 20px;
    }

    .above-ground-pool-container .product-options {
        font-weight: bold;
        font-size: 16px;
    }

    .above-ground-pool-container .shape-selector {
        display: flex;
        gap: 10px;
    }

    .above-ground-pool-container .dropdown {
        flex: 1;
    }

    .above-ground-pool-container .shape-selector-btn {
        padding: 10px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: bold;
        font-size: 16px;
        background-color: #0077FF;
        color: #fff;
        border-radius: 10px;
        border-color: #0077FF;
    }

    .above-ground-pool-container .dropdown-menu {
        width: 100%;
        min-width: 200px;
        background-color: #f4f4f4;
        box-shadow: 5px 5px 6px 0px rgb(182 182 182 / 76%);
        -webkit-box-shadow: 5px 5px 6px 0px rgb(182 182 182 / 76%);
        -moz-box-shadow: 5px 5px 6px 0px rgb(182 182 182 / 76%);
    }

.dropdown-menu > li:nth-child(even) {
    background-color: #fff;
}

.above-ground-pool-container .dropdown-menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
}

    .above-ground-pool-container .dropdown-menu li a:hover,
    .above-ground-pool-container .dropdown-menu li a:hover {
        background-color: #b2b2b296;
        color: #3a3a3a;
    }

.above-ground-pool-container .dropdown-menu .price {
    color: #BD0036;
}

.above-ground-pool-container .product-image {
    flex: 1;
    min-height: 300px;
    max-height: 400px;
    border-radius: 0 15px 15px 0;
    overflow: hidden;
    aspect-ratio: 11/6;
}

    .above-ground-pool-container .product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media (max-width: 991px) {
    .above-ground-pool-container .product-card {
        flex-direction: column;
    }

    .above-ground-pool-container .product-price {
        margin: 10px 0;
    }

    .above-ground-pool-container .product-image {
        order: -1;
        min-height: 0;
        border-radius: 15px 15px 0 0;
    }
}

@media (max-width: 600px) {
    .above-ground-pool-container .shape-selector {
        flex-direction: column;
        margin-top: 5px;
    }
}

/* Product Detail Container Styles */
.package-selector {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

    .package-selector .package-selector-header {
        display: grid;
        grid-template-columns: fit-content(70%) 1fr;
        grid-template-rows: auto 1fr;
        column-gap: 20px;
        row-gap: 10px;
        grid-template-areas:
            "title image"
            "specs image";
        margin: 20px 0;
        color: #333;
    }

@media (max-width: 500px) {
    .package-selector .package-selector-header {
        margin-left: auto;
        margin-right: auto;
        grid-template-areas:
            "title title"
            "specs image";
    }
}

.package-selector .package-selector-header--title {
    grid-area: title;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 768px) {
    .package-selector .package-selector-header--title {
        font-size: 28px;
    }
}

@media (max-width: 500px) {
    .package-selector .package-selector-header--title {
        font-size: 24px;
        text-align: center;
    }
}

.package-selector .package-selector-header--specs {
    grid-area: specs;
    display: flex;
    flex-direction: column;
    font-size: 18px;
}

@media (max-width: 768px) {
    .package-selector .package-selector-header--specs {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .package-selector .package-selector-header--specs {
        font-size: 14px;
    }
}

.package-selector .package-selector-header--image {
    grid-area: image;
}

    .package-selector .package-selector-header--image img {
        width: 100%;
        max-width: 200px;
        border-radius: 10px;
    }

@media (max-width: 500px) {
    .package-selector .package-selector-header--image img {
        max-width: 135px;
    }
}

.package-comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 20px 20px 40px 20px;
    margin-bottom: 60px;
    border-radius: 10px;
    box-shadow: 3px 3px 5px 0px rgba(142, 138, 138, 0.75);
}

@media (max-width: 768px) {
    .package-comparison-table {
        padding: 8px 8px 40px 8px;
    }
}

.package-comparison-table .package-comparison-table--header {
    display: flex;
    flex-direction: row;
}

.package-comparison-table .package-comparison-table--body {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
}

.package-comparison-table--row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

@media (max-width: 500px) {
    .package-comparison-table--row {
        flex-wrap: wrap;
    }
}

.package-comparison-table--title-col {
    flex: 1;
    font-size: 20px;
    padding: 12px 8px 8px 8px;
    text-align: right;
    height: 43px;
}

.package-comparison-table--body .package-comparison-table--title-col {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

@media (max-width: 768px) {
    .package-comparison-table--title-col {
        flex: 1.25;
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .package-comparison-table--title-col {
        flex: none;
        width: 100%;
        text-align: center;
    }
}

.package-comparison-table--col {
    flex: 1;
    text-align: center;
    padding: 12px 8px 8px 8px;
    height: 43px;
}

.package-comparison-table--body .package-comparison-table--col {
    border-bottom: 1px solid #ddd;
}

.package-comparison-table--body .package-comparison-table--row:last-of-type .package-comparison-table--col {
    border-bottom: none;
}

@media (max-width: 500px) {
    .package-comparison-table--col {
    }
}

.package-comparison-table .select-pack-caption {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 8px;
}

@media (max-width: 500px) {
    .package-comparison-table .select-pack-caption {
        font-size: 20px;
    }
}

.package-comparison-table .package-price-col {
    font-size: 20px;
    font-weight: bold;
    color: #BD0036;
    padding-top: 12px;
    height: auto;
}

    .package-comparison-table .package-price-col.recommended-package {
        color: #fff;
        background-color: #09112A;
        border-radius: 5px 5px 0 0;
        border: 1px solid #09112A;
    }

@media (max-width: 768px) {
    .package-comparison-table .package-price-col {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .package-comparison-table .package-price-col {
        font-size: 16px;
    }
}

.package-comparison-table .package-price {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.package-comparison-table .what-you-get-caption {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 768px) {
    .package-comparison-table .what-you-get-caption {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .package-comparison-table .what-you-get-caption {
        display: none;
    }
}

.package-comparison-table .package-name {
    font-size: 20px;
    font-weight: bold;
    color: #09112A;
}

    .package-comparison-table .package-name.recommended-package {
        border-left: 1px solid #09112A;
        border-right: 1px solid #09112A;
    }

@media (max-width: 768px) {
    .package-comparison-table .package-name {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .package-comparison-table .package-name {
    }

        .package-comparison-table .package-name.recommended-package {
            border-left: none;
            border-right: none;
            background-color: #f4faff;
        }

        .package-comparison-table .package-name + .package-name {
            border-left: 1px solid #ddd;
        }
}

@media (max-width: 500px) {
    .package-comparison-table .package-item {
        background-color: #EBEBEB
    }
}

.package-comparison-table .package-comparison-table--body .package-comparison-table--row:nth-of-type(even) {
    background-color: #EBEBEB;
}

    .package-comparison-table .package-comparison-table--body .package-comparison-table--row:nth-of-type(even) .recommended-package {
        background-color: #f4faff;
    }

.package-comparison-table .package-item-check.recommended-package {
    border-left: 1px solid #09112A;
    border-right: 1px solid #09112A;
}

@media (max-width: 500px) {
    .package-comparison-table .package-item-check {
        background-color: #fff;
    }

        .package-comparison-table .package-item-check.recommended-package {
            background-color: #f4faff;
        }

        .package-comparison-table .package-item-check,
        .package-comparison-table .package-item-check.recommended-package {
            border-left: none;
            border-right: none;
        }

            .package-comparison-table .package-item-check + .package-item-check {
                border-left: 1px solid #ddd;
            }
}

.package-comparison-table .package-item-check .fa-minus {
    color: #d3d3d3;
}

.package-comparison-table .package-item-check .fa-check {
    color: #0077FF;
}

.package-comparison-table .recommended-label {
    font-size: 16px;
    font-weight: normal;
}

@media (max-width: 768px) {
    .package-comparison-table .recommended-label {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .package-comparison-table .recommended-label {
        font-size: 10px;
    }
}

.package-comparison-table .dollar-amnt {
    font-size: 22px;
}

@media (max-width: 768px) {
    .package-comparison-table .dollar-amnt {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .package-comparison-table .dollar-amnt {
        font-size: 16px;
    }
}

.package-comparison-table .cent-amnt {
    font-size: 18px;
}

@media (max-width: 768px) {
    .package-comparison-table .cent-amnt {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .package-comparison-table .cent-amnt {
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    .package-comparison-table--foot .package-comparison-table--title-col {
        display: none;
    }
}

.package-comparison-table--foot .package-comparison-table--row {
    flex-wrap: nowrap;
}

.package-comparison-table--foot .see-details-btn {
    background-color: #0077FF;
    color: #fff;
    font-size: 20px;
}

    .package-comparison-table--foot .see-details-btn:hover {
        background-color: #005bb5;
    }

@media (max-width: 768px) {
    .package-comparison-table--foot .see-details-btn {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .package-comparison-table--foot .see-details-btn {
        font-size: 16px;
    }
}

.package-comparison-table .product-details-link {
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: 100%;
}
