.elementor-element-0c7ad4a .e-gallery-item {
    pointer-events: none !important;
    cursor: default !important;
}
h1.entry-title {
    display: none;
}

.home-all-fonts .elementor-widget-image-box .elementor-image-box-img {
    margin: 0px !important;
    position: relative;
    padding-bottom: 50px;
    width: 80%;
}
.home-all-fonts .elementor-widget-image-box .elementor-image-box-img::before {
    transform: translateX(-50%);
    content: "";
    position: absolute;
    left: 50%;
    bottom: 15px;
    width: 20%;
    height: 2px;
    background: #000;
    transition: 0.5s;
}
.home-all-fonts .elementor-widget-image-box{
	transition: 0.5s;
}

.home-all-fonts .elementor-widget-image-box:hover .elementor-image-box-description {
    color: #fff !important;
}
.home-all-fonts .elementor-widget-image-box:hover .elementor-image-box-img img{
	filter: invert(10);
}
.home-all-fonts .elementor-widget-image-box:hover .elementor-image-box-img::before { 
	background: #fff;
}
.font-product-images {
    margin: 0;
    padding: 0;
}

.font-product-images .font-product-image {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.font-product-images .font-product-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
}
.home-hero-container{
    position: relative;
}
.home-hero-container .elementor-widget-image {
    position: absolute;
    left: 0;
    top: 0;
}
.home-hero .loop-background{
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center center
}
.home-hero .swiper-pagination {
    padding-bottom: 30px;
}

.home-hero .swiper-pagination .swiper-pagination-bullet {
    box-shadow: 1px 1px 8px 0px #000000a6;
    opacity: 0.6;
}
.home-hero .swiper-pagination .swiper-pagination-bullet-active{
	opacity: 1;
} 
.product-info-desc ul {
    text-align: left;
    width: max-content;
    margin: 0px auto 10px;
}

.product-info-desc summary.e-n-accordion-item-title {
    flex-direction: column !important;
}
.product-info-desc .e-n-accordion-item-title-text {
    position: relative;
    padding-bottom: 20px;
}
.product-info-desc .e-n-accordion-item-title-text::before {
    content: "";
    position: absolute;
    background-image: url(https://vpfonts.com/wp-content/uploads/2026/08/Vp_Fonts_About_Down-Btn.svg);
    height: 16px;
    width: 16px;
    left: 50%;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    transition: 0.5s all;
}
.product-info-desc summary[aria-expanded="true"] .e-n-accordion-item-title-text::before {
    transform: translateX(-50%) rotate(-180deg);
}

.elementor-loop-container.elementor-grid .e-loop-item .elementor-widget-image-box {
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.elementor-widget-gallery .elementor-gallery__container.e-gallery-container.e-gallery-grid.e-gallery--ltr {
    --aspect-ratio: 134% !important;
}