.elementor-791 .elementor-element.elementor-element-03962a8{--display:flex;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.products-heading-show .related-products > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2, .elementor-widget-woocommerce-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-791 .elementor-element.elementor-element-c1cc686.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-791 .elementor-element.elementor-element-c1cc686.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:#000000;}.elementor-791 .elementor-element.elementor-element-c1cc686.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:#000000;}.elementor-791 .elementor-element.elementor-element-c1cc686.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-791 .elementor-element.elementor-element-c1cc686.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:"Inknut Antiqua", Sans-serif;font-weight:500;text-transform:capitalize;}.elementor-791 .elementor-element.elementor-element-c1cc686.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-791 .elementor-element.elementor-element-c1cc686.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-791 .elementor-element.elementor-element-c1cc686.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for container, class: .elementor-element-03962a8 *//* Stronger: force portrait container and ensure image fills it */
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
  aspect-ratio: 3 / 4 !important;   /* portrait */
  width: 100% !important;
  overflow: hidden !important;
  display: block !important;
  min-height: 260px !important;     /* tweak this if you want bigger/smaller */
}

/* Very specific .elementor-791 .elementor-element.elementor-element-03962a8 and !important to override theme rules */
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap img.attachment-woocommerce_thumbnail,
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap img.size-woocommerce_thumbnail,
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  -o-object-fit: cover !important; /* old Opera */
}

/* If your theme wraps image in an <a>, make sure the link doesn't constrain it */
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

/* Responsive tweak: smaller height on small screens */
@media (max-width: 768px) {
  .woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
    min-height: 180px !important;
  }
}/* End custom CSS */