.product-item { position: relative; width: 100%;  overflow: hidden;  aspect-ratio: 3 / 5;  } .product-item img.main-image, .product-item img.hover-image { display: block; width: 100%; height: 100%; object-fit: cover;  transition: opacity 0.3s ease-in-out;  } .product-item img.hover-image { position: absolute; top: 0; left: 0; opacity: 0; z-index: 1;  } .product-item img.main-image { position: relative; z-index: 0;  } .product-item:hover img.main-image { opacity: 0; } .product-item:hover img.hover-image { opacity: 1; } .currency-flag { width: 22px; height: auto; display: inline-block; } body.bricks-is-frontend :focus { outline: none!important; } .alignwide { max-width: 100%; width: 100%; padding-left: 5%; padding-right: 5%; } .page-id-10 #brx-content h1 { display: none!important; } .wc-block-components-totals-coupon-link { font-weight: 700; } .wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block.\.btn--action { border: 0; } .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained { background: black; color: white; text-transform: uppercase; letter-spacing: 2px; }