/** Changes to minicart */
#side-cart .widget_shopping_cart_content .woocommerce-mini-cart .et-cart-panel-thumbnail-wrap img,
#side-cart .widget_shopping_cart_content .woocommerce-mini-cart .et-cart-panel-thumbnail-wrap svg {
    width: 80px;
    height: auto;
}


/** Changes to product category listing **/

.products .product.product-category {
    overflow: visible;
}

.products .product.product-category .et-category-inner {
    display: flex;
    flex: 1 1 auto;
    position: relative;
    padding: 12px 0 0 0;
    height: auto;
    overflow: visible;
    background: none;
}

.products .product.product-category .et-category-inner::before {
    content: '';
    position: absolute;
    left: 7px;
    right: 7px;
    top: 6px;
    bottom: 0;
    background: #ffffff !important;
    border-radius: 10px;
    border: 1px #cccccc solid;
    z-index: 2;
    transition: all .1s ease-in-out;
}

.products .product.product-category .et-category-inner::after {
    content: '';
    display: block !important;
    position: absolute;
    left: 18px;
    right: 18px;
    top: 0px;
    bottom: 0;
    background: #ffffff !important;
    border-radius: 10px;
    border: 1px #cccccc solid;
    z-index: 1;
    transition: all .1s ease-in-out;
}

.products .product.product-category .et-category-inner:hover::before,
.products .product.product-category .et-category-inner:hover::after {
    border-color: var(--accentColor);
}

.products .product.product-category a {
    display: block;
    position: relative;
    padding: 0;
    width: auto !important;
    height: auto;
    background: #ffffff !important;
    padding: 15px;
    border: 1px #cccccc solid;
    border-radius: 10px;
    transition: all .1s ease-in-out;
    z-index: 3;
}

.products .product.product-category .et-category-inner:hover a,
.products .product.product-category .et-category-inner:focus a {
    border-color: var(--accentColor);
}

.products .product.product-category a:active {
    outline: 1px var(--accentColor) solid;
}

.products .product.product-category .category-thumbnail-wrapper {
    position: relative;
    padding: 30px !important;
    background: #eeeeee !important;
    border-radius: 10px;
    border-top: 2px #ffffff solid;
    overflow: visible !important;
    z-index: 3;
}

.products .product.product-category .category-thumbnail img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    transition: all .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.no-touch .products .product.product-category a:hover img {
    transform: translateY(-5px);
}

.products .product.product-category .category-caption {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    text-align: center;
}

.products .product.product-category .category-caption .woocommerce-loop-category__title {
    display: block;
    margin: 10px 0 0 0;
    padding: 0 0 5px 0;
    text-align: center;
}

.products .product.product-category .category-caption h2 .count {
    display: none;
}

.products .category-separator {
    display: none;
}

.products .product.product-category .category-caption {
    position: relative;
    padding: 1em 0 0;
    color: inherit;
}

.products .product.product-category .category-caption:before {
    content: none;
}

.products .product.product-category .category-caption h2 {
    color: inherit;
    font-size: 1.2em;
}

@media only screen and (max-width: 991px) {
    .products .product.product-category .category-thumbnail-wrapper {
        padding: 20px !important;
    }
}

@media only screen and (max-width: 575px) {
    .shop-products .product.product-category a .category-caption h2 {
        font-size: 1em;
    }
}


/** Changes to product listing **/

.shop-products .shop-filters {
    display: none;
}

.products .slick-list {
    overflow: visible;
}

.products .product .product-inner {
    flex: 1 1 auto;
    padding: 15px;
    border: 1px #cccccc solid;
    border-radius: 10px;
    transition: all .1s ease-in-out;
}

.products .product .product-inner:hover,
.products .product .product-inner:focus {
    border-color: var(--accentColor);
}

.products .product .product-inner:active {
    outline: 1px var(--accentColor) solid;
}

.products .product .product_thumbnail>a {
    padding: 20px;
    height: 100%;
}

.products .product .product_thumbnail {
    position: relative;
    background-color: #eeeeee;
    border: 1px #eeeeee solid;
    border-radius: 10px;
    overflow: hidden;
}

.products .product .product_thumbnail img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    transition: all .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.no-touch .products .product-inner:hover .product_thumbnail img {
    transform: translateY(-5px);
}

.products .product .product-title *:is(h1, h2, h3, h4, h5, h6) {
    font-weight: 600 !important;
}


/** Changes to product carousel blocks */

.wc-block-product {
    padding: 15px;
    border: 1px #cccccc solid;
    border-radius: 10px;
}

.wp-block-woocommerce-product-template .wp-block-woocommerce-product-image {
    background-color: #eeeeee;
    border: 1px #eeeeee solid;
    border-radius: 10px;
    overflow: hidden;
}

.wp-block-woocommerce-product-template .wp-block-woocommerce-product-image>a {
    padding: 20px;
    height: 100%;
}

.no-touch .wp-block-woocommerce-product-template .wp-block-woocommerce-product-image>a img {
    transition: transform .25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.no-touch .wp-block-woocommerce-product-template .wp-block-woocommerce-product-image>a:hover img {
    transform: translateY(-5px);
}

.wp-block-woocommerce-product-template .wp-block-post-title {
    font-weight: 600 !important;
}

.wp-block-woocommerce-product-template .wp-block-button__link {
    margin: 0;
}



/** Changes to cart and checkout **/
.wc-block-components-product-metadata__description {
    display: none;
}