.pgw-product-groups {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.menu-item:hover .pgw-product-groups {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.pgw-group-list--root {
    display: grid;
    --l-side: 305px;
    grid-template-columns: var(--l-side) auto;
    grid-auto-rows: min-content;
    align-items: flex-start;
    position: relative;
    z-index: 1000;
    min-height: max(400px, calc(var(--min-height, 0px)));
    ;
    background-image: linear-gradient(90deg, #ffffff var(--l-side), #F9FAFB 0%);
    gap: 10px;
    padding: 24px 20px;
    margin-bottom: 0;
    font-family: var(--e-global-typography-primary-font-family);
}

.pgw-group-footer {
    margin-top: auto;
}

.pgw-group-footer .pgw-view-all {
    background-color: #02010100;
    font-size: 15px;
    font-weight: 600;
    fill: var(--e-global-color-29714c6);
    color: var(--e-global-color-29714c6);
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.pgw-group-footer .pgw-view-all span {
    display: inline-flex;
}

.pgw-group-footer .pgw-view-all svg {
    width: 0.9em;
}

.pgw-group-block {
    top: 0;
    position: absolute;
    left: var(--l-side);
    right: 0;
    display: flex;
    padding: 24px 30px 16px;
    /* 		bottom: 24px; */
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.pgw-group-products {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    gap: 10px;
    align-items: flex-start;
}

.wd-dropdown-menu {
    padding: 0 !important;
}

.pgw-group-header {
    margin: 0;
    line-height: 1.3;
}

.pgw-group-list--root>li {
    grid-column: 1/2;
    margin: 0;
}

/* 	.pgw-product-card{
width: 100%;
background-color: #ffffff;
border: 1px solid #cccccc;
border-radius: 10px;
overflow: clip;
transition: 0.3s;
}
.pgw-product-card:hover{
transform: translatey(-10px);
}
*/
.menu-item:hover .pgw-group-item.active>.pgw-group-block {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.pgw-group-products-wrap .pgw-group-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--e-global-color-29714c6);
    margin-bottom: 10px;
}

.pgw-group-list {
    list-style: none;
}

.pgw-group-list .pgw-group-item .pgw-group-header .pgw-group-title {
    font-size: 14px;
    font-weight: 600;
    color: #1f1f1f;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.pgw-group-list .pgw-group-item:has(.pgw-group-item.active)>.pgw-group-header a,
.pgw-group-list .pgw-group-item.active>.pgw-group-header .pgw-group-title {
    color: var(--wd-primary-color) !important;
}

.pgw-group-list .pgw-group-item:has(.pgw-group-children)>.pgw-group-header .pgw-group-title:after {
    content: '';
    --size: 14px;
    width: var(--size);
    height: var(--size);
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.74896 5.74896C5.41425 6.08368 4.8715 6.08368 4.53679 5.74896L0.251049 1.46324C-0.0836831 1.1285 -0.0836831 0.585791 0.251049 0.251049C0.585791 -0.0836831 1.1285 -0.0836831 1.46324 0.251049L5.14287 3.9307L8.82251 0.251049C9.15723 -0.0836831 9.69998 -0.0836831 10.0347 0.251049C10.3694 0.585791 10.3694 1.1285 10.0347 1.46324L5.74896 5.74896Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: calc(var(--size) - 2px);
}

.pgw-group-list .pgw-group-item:not(.active)>.pgw-group-list.pgw-group-children {
    display: none;
}

.pgw-group-list .pgw-group-item ul.pgw-group-list.pgw-group-children:has(.active) {
    display: block !important;
}

.pgw-product-image {
    display: block;
}

.pgw-product-content {
    padding: 10px;
}

.pgw-product-content .pgw-product-title {
    line-height: 1.2;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    transition: 0.3s linear;
}

.pgw-product-content .pgw-product-title:hover {
    opacity: 0.6;
}

.pgw-product-content .pgw-product-category,
.pgw-product-content .pgw-product-sku span {
    font-size: 13px;
    color: rgb(165, 165, 165);
}

.pgw-product-content .pgw-product-category,
.pgw-product-content .pgw-product-sku,
.pgw-product-content .pgw-product-price {
    font-family: var(--e-global-typography-d575e9a-font-family);
    margin-top: 4px;
}

.pgw-product-content .pgw-product-sku {
    color: rgb(51, 51, 51);
    font-size: 13px;
    font-weight: 600;
}

.pgw-product-content .pgw-product-category a {
    color: inherit;
    transition: 0.2s;
}

.pgw-product-content .pgw-product-category a:hover {
    color: rgb(51, 51, 51);
}

.pgw-is-loading .pgw-group-products {
    min-height: 300px;
    position: relative;
    z-index: 0;
}

.pgw-is-loading .pgw-group-products:after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #f9fafb;
}

.pgw-is-loading .pgw-group-products:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    --color-1: #bb292b14;
    --color-2: #bb292b;
    --size: 1px;
    width: calc(48 * var(--size));
    height: calc(48 * var(--size));
    border: calc(5 * var(--size)) solid var(--color-1);
    border-bottom-color: var(--color-2);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.pgw-product-card * {
    word-break: break-word;
}
.pgw-product-card .elementor-page-title{
    display: initial
}
.pgw-product-card .elementor-widget-theme-post-featured-image {
    min-height: 136px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 1025px) {
    .full-mega-menu .wd-dropdown-menu.wd-dropdown.wd-design-full-width:has(.pgw-product-groups) {
        width: 100% !important;
    }
}