:root {
    --shadow-1: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
    --shadow-2: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
    --shadow-3: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
    --shadow-4: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
    --shadow-5: 0px 2px 8px rgba(40, 41, 61, 0.04), 0px 16px 24px rgba(96, 97, 112, 0.16);
    --shadow-6: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
}

/* ===== Buttons Css ===== */
.pricing-style-one .primary-btn {
    background: var(--q2u-primary);
    color: var(--bs-white);
    box-shadow: var(--shadow-2);
}

.pricing-style-one .active.primary-btn,
.pricing-style-one .primary-btn:hover,
.pricing-style-one .primary-btn:focus {
    background: var(--q2u-primary);
    color: var(--bs-white);
    box-shadow: var(--shadow-4);
}

/* .pricing-style-one .deactive.primary-btn {
    background: var(--gray-4);
    color: var(--dark-3);
    pointer-events: none;
} */

/*===== PRICING STYLE ONE =====*/
.pricing-one {
    padding: 100px 0;
}

.pricing-style-one {
    box-shadow: var(--shadow-4);
    padding: 45px 30px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: var(--white);
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

.pricing-btn .btn {
    border: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .pricing-style-one {
        padding: 35px 30px;
    }
}

.pricing-style-one .sub-title {
    font-size: 16px;
    position: relative;
    padding: 6px 20px;
    display: inline-block;
    border: 2px solid var(--q2u-primary);
    border-radius: 30px;
}

.pricing-style-one .price {
    display: block;
    font-size: 55px;
    font-weight: 600;
    line-height: 80px;
    margin-top: 25px;
    color: var(--bs-black);
}

@media (max-width: 767px) {
    .pricing-style-one .price {
        font-size: 45px;
        margin-top: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing-style-one .price {
        font-size: 50px;
        margin-top: 20px;
    }
}

.pricing-style-one .year {
    color: var(--dark-3);
    margin-top: 3px;
}

.pricing-style-one .pricing-list {
    margin-top: 40px;
}

.pricing-style-one .pricing-list li {
    margin-top: 16px;
    list-style: none;
}

.pricing-style-one .pricing-list li i {
    color: var(--primary);
    margin-right: 8px;
}

.pricing-style-one .pricing-btn {
    margin-top: 42px;
}

.pricing-style-one .bottom-shape {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 101%;
    z-index: -1;
}

.pac-container {
    z-index: 9999;
}

.product-media {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-media img.product-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* keep aspect ratio inside box */
}

.minipopup-box .product.product-cart .product-media {
    height: 100%;
}
