.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#F5F5F5;--e-global-color-accent:#666666;--e-global-color-3fd6314:#DFDFDF;--e-global-color-189c6ab:#FAFAFA;--e-global-color-eee6cc4:#DB2A1A;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:700;--e-global-typography-771d224-font-family:"Inter";--e-global-typography-771d224-font-size:64px;--e-global-typography-771d224-font-weight:700;--e-global-typography-771d224-line-height:1.05em;--e-global-typography-fa9fa00-font-size:56px;--e-global-typography-fa9fa00-font-weight:700;--e-global-typography-fa9fa00-line-height:1.05em;--e-global-typography-fa9fa00-letter-spacing:0.03px;--e-global-typography-eb777be-font-size:48px;--e-global-typography-eb777be-font-weight:700;--e-global-typography-eb777be-line-height:1.1em;--e-global-typography-eb777be-letter-spacing:0.02px;--e-global-typography-af22d0f-font-size:32px;--e-global-typography-af22d0f-font-weight:700;--e-global-typography-af22d0f-line-height:1.15em;--e-global-typography-ab7b678-font-size:16px;--e-global-typography-ab7b678-font-weight:400;--e-global-typography-ab7b678-line-height:1.6em;--e-global-typography-7d9a878-font-size:14px;--e-global-typography-7d9a878-font-weight:400;--e-global-typography-7d9a878-line-height:1.5em;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Inter", Sans-serif;font-weight:600;border-radius:0px 0px 0px 0px;padding:18px 32px 0px 0px;}.elementor-kit-7 img{border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:24px;--container-default-padding-bottom:0px;--container-default-padding-left:24px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --e-gv-011b4b2:Inter; --e-gv-80db631:800px; }
/* Start custom CSS *//* ===========================
PRINTMOOD PRODUCT CARD
=========================== */

.pm-card{
    overflow:hidden;
    transition:all .45s cubic-bezier(.2,.8,.2,1);
    border:1px solid rgba(255,255,255,.08);
    background:#000;
}

.pm-card:hover{
    transform:translateY(-12px);
    box-shadow:
        0 25px 60px rgba(0,0,0,.25);
    border-color:#d73b3e;
}

/* IMAGE */

.pm-card .pm-image{
    overflow:hidden;
}

.pm-card .pm-image img{

    transition:transform .8s ease;
}

.pm-card:hover .pm-image img{

    transform:scale(1.08);

}

/* TITLE */

.pm-card h2,
.pm-card h3,
.pm-card h4{

transition:.35s;

}

.pm-card:hover h2,
.pm-card:hover h3,
.pm-card:hover h4{

color:#d73b3e;

}

/* PRICE */

.pm-price{

transition:.35s;

}

.pm-card:hover .pm-price{

transform:translateY(-3px);

}

/* CART */

.pm-cart{

transition:all .35s ease;

}

.pm-card:hover .pm-cart{

transform:translateY(-6px) scale(1.08);

box-shadow:0 12px 30px rgba(0,0,0,.25);

}

/* IMAGE FADE */

.pm-card .pm-image img{

filter:brightness(100%);
transition:
transform .8s,
filter .8s;

}

.pm-card:hover .pm-image img{

filter:brightness(108%);

}/* End custom CSS */