/* Featured Post Block styles */
.product-details__block {
            background-color: var(--wp--preset--color--white);
            padding-top: var(--wp--preset--spacing--medium);
            padding-bottom: var(--wp--preset--spacing--medium);
            padding: 0px;
}
@media (hover: hover) and (pointer: fine) {
            .product-details__block .featured-post__title a:hover {
                text-decoration: underline;
            }
        }
.product-details__block.--badged {
            padding-top: 1.5rem;
}
.product-details__wrapper {
            position: relative;
            border-width: 2px;
            border-style: solid;
            border-color: var(--wp--preset--color--primary);
            margin-left: auto;
            margin-right: auto;
            max-width: 680px;
            margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
.product-details__wrapper {
                        margin: 1.25rem;
            }
        }
.product-details__image {
            padding: 0.75rem;
}
.product-details__image figure img {
            -o-object-fit: cover;
               object-fit: cover;
            aspect-ratio: 1 / 1;
}
.product-details__title h3 {
            margin-bottom: 1.25rem;
}
.product-details__excerpt {
        line-height: 1.4;
    }
.product-details__list {
            padding-top: 1.25rem;
            padding-bottom: 1.25rem;
            padding-left: 2.5rem;
            padding-right: 2.5rem;
            border-top-width: 2px;
            border-style: solid;
            border-color: var(--wp--preset--color--primary);
}
.product-details__list > ul {
            padding-left: 0;
        }
.product-details__list > ul > li {
            position: relative;
                line-height: 1.2;
                list-style: none !important;
                padding-left: 1.5em;
                margin-bottom: 0.5em;
                margin-left: 0;
}
.product-details__list > ul > li::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 2px;
                    width: 1rem;
                    height: 1rem;
                    padding: 1px;
                    background-repeat: no-repeat;
                }
.product-details__list.--pro {
            border-right-width: 2px;
            border-style: solid;
            border-color: var(--wp--preset--color--primary);
}
@media screen and (max-width: 768px) {
.product-details__list.--pro {
                border-bottom: 0 !important;
                border-right: 0 !important
        }
            }
.product-details__list.--pro ul li::before {
                        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cstyle%3Esvg%7Bfill:%2388cdc0%7D%3C/style%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337l-17 17-17-17-64-64-17-17L160 222.1l17 17 47 47L335 175l17-17L385.9 192l-17 17z'/%3E%3C/svg%3E");
                    }
@media screen and (max-width: 768px) {
.product-details__list.--con {
                        padding-bottom: 2rem;
                border-top: 0 !important;
            }
            }
.product-details__list.--con ul li::before {
                        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cstyle%3Esvg%7Bfill:%23e1574d%7D%3C/style%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm97.9-320l-17 17-47 47 47 47 17 17L320 353.9l-17-17-47-47-47 47-17 17L158.1 320l17-17 47-47-47-47-17-17L192 158.1l17 17 47 47 47-47 17-17L353.9 192z'/%3E%3C/svg%3E");
                    }
.product-details__bottom-line {
            border-top-width: 2px;
            border-style: solid;
            border-color: var(--wp--preset--color--primary);
        container-type: inline-size;
        container-name: bottomline;
}
.product-details__bottom-line p {
            margin-bottom: 1.25rem;
}
.product-details__bottom-line p:first-child::before {
                    display: inline;
                    content: "Bottom Line: ";
                    font-weight: 700;
                }
/* For YouTube embeds only */
.product-details__bottom-line .embed-container.youtube {
            position: relative;
            padding-bottom: 56.25%;
            overflow: hidden;
            max-width: 100%;
            height: auto;
        }
.product-details__bottom-line .embed-container.youtube iframe,
            .product-details__bottom-line .embed-container.youtube object,
            .product-details__bottom-line .embed-container.youtube embed {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
.product-details__links {
            display: flex;
            flex-direction: row;
            justify-content: center;
            padding-top: 0px !important;
}
@media screen and (max-width: 650px) {
.product-details__links {
                        flex-direction: column;
                        align-items: center;
            }
        }
.product-details__links a {
            display: block;
            margin-left: 0.5rem;
            margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
.product-details__links a {
                        margin-bottom: 0.5rem;
            }
            }
.product-details__badge {
            position: absolute;
            padding: 0px;
            margin: 0px;
        top: -1.125rem;
        left: -1rem;
        width: 100px;
        height: 100px;
}
@media (min-width: 782px) {
.product-details__badge {
            top: -3rem;
            left: -2rem;
            width: 140px;
            height: 140px
    }
        }
