/* .product-item:hover {
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 69%), 0 6px 9px rgb(0 0 0 / 1%),
        0 9px 28px 8px rgb(0 0 0 / 4%);
} */
.cms-home .product-item .product-item-info {
    padding: 15px;
    border: 1px solid #eee !important;
    border-radius: 5px !important;
}
.cms-home .product-item .product-item-info:hover {
    box-shadow: 0px 0px 6px -4px rgb(0 0 0 / 69%),
        0px 1px 9px 2px rgb(0 0 0 / 1%), 0px 3px 28px 8px rgb(0 0 0 / 4%);
}

@media (max-width: 767px) {
    .cms-home .product-item .product-item-info {
        padding: 0px;
    }
}

.cms-home .products.wrapper.grid .product-item .product-item-info:hover {
    overflow: hidden;
    box-shadow: 0px 0px 6px -4px rgb(0 0 0 / 69%),
        0px 1px 9px 2px rgb(0 0 0 / 1%), 0px 3px 28px 8px rgb(0 0 0 / 4%);
}
.products.wrapper.grid .product-item .product-item-info:hover {
    overflow: hidden;
    box-shadow: 0px 0px 6px -4px rgb(0 0 0 / 69%),
        0px 1px 9px 2px rgb(0 0 0 / 1%), 0px 3px 28px 8px rgb(0 0 0 / 4%);
}

.amrelated-grid-wrapper .product-item-info:hover {
    box-shadow: 0px 0px 6px -4px rgb(0 0 0 / 69%),
        0px 1px 9px 2px rgb(0 0 0 / 1%), 0px 3px 28px 8px rgb(0 0 0 / 4%);
}

body{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 768px) {
    /* To fix sticky header breaking in IOS Webview app with notch */
    @supports (top: env(safe-area-inset-top)) {
        body {
            padding-top: env(safe-area-inset-top);
        }

        div.header.header-container-fixed {
            top: max(0px, env(safe-area-inset-top) - 10px);
        }

        div.sticky-toolbar-mobile .main-toolbar-mobile {
            padding-bottom: calc(35px + env(safe-area-inset-bottom));
        }
    }
}
