
.product-video-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 10px;
}

.product-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.product-video-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 10px;
}

.product-video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.product-pdf-download {
    margin-top: 20px;
}

.product-pdf-download a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    background: #256D1B;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

.product-pdf-download a:hover {
    background: #1f5c17;
    color: #fff;
}




.category-section,
.custom-single-product {
    width: 95%;
    max-width: 100%;
    margin: 100px auto 30px;
    padding-top: 0 !important;
}
.custom-product-accordion .accordion-content {
    display: none !important;
}
/* FAQ Headings */
.custom-product-accordion .accordion-content h4 {
    color: #348816 !important;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 8px;
    line-height: 1.4;
}

/* FAQ Content */
.custom-product-accordion .accordion-content p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 15px;
}
.custom-product-accordion .accordion-item.active .accordion-content {
    display: block !important;
}
.custom-single-product {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 35px;
    align-items: flex-start;
    padding: 40px 0;
}

.custom-product-gallery,
.custom-product-gallery .woocommerce-product-gallery {
    width: 100% !important;
}

.custom-product-gallery .woocommerce-product-gallery__wrapper {
    border: 3px solid #0d9cff;
    border-radius: 12px;
    overflow: hidden;
}

.custom-product-summary h1 {
    font-size: 26px;
    line-height: 1.35;
    font-weight: 500;
    color: #237425;
    margin: 0 0 10px;
}

.custom-product-model {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}

.custom-product-summary .woocommerce-product-rating {
    margin-bottom: 12px;
}

.custom-price-cart {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 25px;
}

.custom-price .price {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin: 0;
}

.custom-cart form.cart {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.custom-cart .quantity {
    border: none !important;
    border-radius: 20px;
    overflow: hidden;
}

.custom-cart .quantity input {
    width: 70px;
    border: none;
    text-align: center;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    border: none;
}

.qib-button-wrapper button.qib-button {
    color: #348816;
}

.custom-cart .single_add_to_cart_button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #2f8f22 !important;
    color: #fff !important;
    border-radius: 20px !important;
    padding: 10px 22px !important;
    font-size: 13px;
    border: none;
}

.custom-cart .single_add_to_cart_button::before {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 8px;
    background: url("https://optwebdigital.com.au/projects/alpha-new/wp-content/uploads/2026/06/white-cart.png") no-repeat center center;
    background-size: contain;
}

.custom-product-accordion {
    border-top: 1px solid #b9d9b4;
}

.custom-product-accordion .accordion-item {
    border-bottom: 1px solid #b9d9b4;
}

.custom-product-accordion .accordion-title,
.custom-product-accordion .accordion-title:hover,
.custom-product-accordion .accordion-title:focus,
.custom-product-accordion .accordion-title:active,
.custom-product-accordion .accordion-item.active .accordion-title {
    width: 100%;
    padding: 15px 0;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    color: #348816 !important;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-product-accordion .accordion-title span {
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
}

.custom-product-accordion .accordion-content {
    display: none !important;
    padding: 0 0 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #555;
}

.custom-product-accordion .accordion-item.active .accordion-content {
    display: block !important;
}

/* Related Product Cards */

.alpha-custom-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.alpha-product-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .12);
    transition: .3s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.alpha-product-card:hover {
    transform: translateY(-5px);
}

.alpha-product-card__image {
    position: relative;
    display: block;
}

.alpha-product-card__image img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    display: block;
}

.alpha-product-card__badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #7ED321;
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
    z-index: 2;
}

.alpha-product-card__content {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.alpha-product-card__rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.alpha-product-card__rating .star-rating {
    margin: 0;
    color: #47AD23;
    font-size: 13px;
}

.alpha-product-card__rating span {
    color: #67717c;
    font-size: 13px;
}

.alpha-product-card__title {
    margin: 0 0 8px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
}

.alpha-product-card__title a {
    color: #17212b;
    text-decoration: none;
}

.alpha-product-card__title a:hover {
    color: #47AD23;
}

.alpha-product-card__desc {
    font-size: 13px;
    color: #67717c;
    line-height: 1.5;
    margin-bottom: 18px;
    min-height: 42px;
    max-height: 42px;
    overflow: hidden;
}

.alpha-product-card__footer {
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
}

.alpha-product-card__price {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.alpha-product-card__amount {
    display: block;
    margin-bottom: 5px;
    line-height: 1;
}

.alpha-product-card__amount .amount,
.alpha-product-card__amount bdi {
    display: inline-flex;
    align-items: baseline;
    color: #17212b;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.4px;
}

.alpha-product-card__amount .woocommerce-Price-currencySymbol {
    display: inline-block;
    color: #17212b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    top: -5px;
    margin-right: 1px;
}

.alpha-product-card__price > span {
    display: block;
    font-size: 11px;
    color: #8a8f95;
}

.alpha-product-card__cart {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: #218a19 !important;
    color: #fff !important;
    border-radius: 999px !important;
    padding: 12px 18px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border: none !important;
    line-height: 1 !important;
}

.alpha-product-card__cart:hover,
.alpha-product-card__cart:focus,
.alpha-product-card__cart:active {
    background: #4abe6e !important;
    color: #fff !important;
}

.alpha-product-card__cart img {
    width: 17px;
    height: 17px;
    object-fit: contain;
}

.alpha-product-card a.added_to_cart {
    display: none !important;
}

/* Related Products Section */

.alpha-single-related-products {
    padding: 80px 0;
}

.alpha-single-related-products h2 {
    margin: 0 0 35px;
    color: #2A7B2E;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
}

.alpha-single-related-products .alpha-custom-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

@media (max-width: 1024px) {
    .alpha-single-related-products .alpha-custom-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .custom-single-product {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .category-section,
    .custom-single-product {
        width: 95%;
        margin-bottom: 25px;
    }

    .custom-price-cart {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .custom-cart form.cart {
        flex-wrap: wrap;
    }

    .custom-cart .single_add_to_cart_button {
        width: 100%;
    }

    .alpha-single-related-products {
        padding: 50px 0;
    }

    .alpha-single-related-products h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .alpha-single-related-products .alpha-custom-products-grid {
        grid-template-columns: 1fr;
    }

    .alpha-product-card__footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .alpha-product-card__cart {
        width: 100%;
    }
}