body .product .box .viewmore {
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all .3s;
}
body .product:hover .box .viewmore {
    opacity: 1;
}


body.woocommerce-shop .site-main .wrapper {
    width: 100%;
    max-width: var(--main-max-width);
    margin: 0 auto;
}
body.woocommerce div.product div.images {
    width: 49%;
}
body.woocommerce div.product div.summary {
    width: 44%;
}
body.woocommerce div.product div.summary .product_meta > span {
    display: block;
}
body span.onsale,
body .products li.product .onsale {
    display: none;
}
body.woocommerce span.onsale,
body.woocommerce ul.products li.product .onsale {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.3;
    padding: 5px;
    display: none;
    align-items: center;
    justify-content: center;
    left: 10px;
    top: 10px;
}
body.woocommerce div.product .flex-viewport {
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    height: 100%!important;
    max-height: 450px;
}
body.woocommerce div.product div.images ol.flex-control-thumbs {
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    list-style: none;
    scrollbar-width: thin;
}
body.woocommerce div.product div.images ol.flex-control-thumbs li {
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    max-width: 100px;
    width: 100%;
    height: 100%;
    max-height: 100px;
    overflow: hidden;
    flex: 0 0 auto;
}
body.woocommerce div.product div.images ol.flex-control-thumbs li img {
    height: 100%;
    max-height: 75px;
    object-fit: cover;
}

body.woocommerce div.product .cloudair-product-gallery-video {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: #000;
    overflow: hidden;
}

body.woocommerce div.product .cloudair-product-gallery-video__iframe,
body.woocommerce div.product .cloudair-product-gallery-video__player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 450px;
    border: 0;
    object-fit: contain;
    background: #000;
}

body.woocommerce div.product .cloudair-product-gallery-video-slide + .woocommerce-product-gallery__image .wp-post-image {
    width: 100%;
}

body.woocommerce div.product div.images ol.flex-control-thumbs li img[src*="icon-videoplay"] {
    object-fit: contain;
    padding: 18px;
    background: #f5f5f5;
}

body.woocommerce div.product form.cart .reset_variations {
    display: none!important;
}

body .woocommerce-tabs.wc-tabs-wrapper {
    box-shadow: 0 20px 30px 0 #0000000d;
    margin-bottom: 50px;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin-bottom: 40px;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: unset;
    background-color: transparent;
    padding: 0;
    z-index: 2;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: transparent;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
    margin-right: 10px;
}
/* body.woocommerce div.product .woocommerce-tabs ul.tabs::before,
body.woocommerce div.product .woocommerce-tabs ul.tabs::after, */
body.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    content: unset;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    background-color: transparent;
    color: #1c1c1c;
    padding: 12px 30px 10px;
    text-transform: capitalize;
    border: 2px solid transparent;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-bottom-color: var(--main-color-theme);
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    position: absolute;
    content: "";
    left: 0;
    top: -1px;
    width: 0;
    height: 3px;
    background-color: var(--main-color-theme);
    z-index: 1;
}
.body.woocommerce div.product .woocommerce-tabs ul.tabs li:hover::before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    content: unset;
}
body.woocommerce div.product .woocommerce-tabs .panel {
    padding: 30px 40px;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 300;
    margin-bottom: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
}
body.woocommerce div.product .woocommerce-tabs .panel > * {
    margin-bottom: 15px;
}

body.woocommerce .woocommerce-ordering select {
    height: 35px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding-left: 7px;
    padding-right: 7px;
}

/* Archive modern layout (sidebar + products) */
body.woocommerce-shop .woocommerce,
body.woocommerce-tax-product_cat .woocommerce,
body.woocommerce-tax-product_tag .woocommerce {
    width: 100%;
}

.cloudair-woo-archive {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    width: 100%;
    max-width: var(--main-max-width);
    margin: 0 auto;
    padding: 0 15px;
}

.cloudair-woo-archive__sidebar .cloudair-woo-archive__sidebar__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 24px;
}

.cloudair-woo-filter {
    border-radius: 16px;
}

.cloudair-woo-filter__title {
    margin: 0 0 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #111;
}

.cloudair-woo-filter__cats {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.cloudair-woo-filter__cat a {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    display: block;
    padding: 3px 0;
    color: #111;
    text-decoration: none;
    transition: all .15s ease;
}

.cloudair-woo-filter__cat a:hover,
.cloudair-woo-filter__cat.is-active a {
    color: var(--primary-heading-color);
}
.cloudair-woo-filter__cat.is-active a {
    font-weight: 600;
}

.cloudair-woo-archive__header {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 16px;
}

.cloudair-woo-archive__view {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.cloudair-woo-viewbtn {
    height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid #e1e1e1;
    background: #fff;
    color: #111;
    cursor: pointer;
    transition: all .15s ease;
}

.cloudair-woo-viewbtn:hover {
    border-color: #cfcfcf;
}

.cloudair-woo-viewbtn.is-active {
    border-color: var(--main-color-theme);
    box-shadow: 0 0 0 3px rgba(52,152,219,.12);
    color: var(--main-color-theme);
}

.cloudair-woo-archive__main ul.products {
    margin-top: 0;
}

body.woocommerce ul.products.columns-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}
body.woocommerce ul.products.columns-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

body.woocommerce ul.products li.product:nth-child(3n) {
    margin-right: 0;
}

/* List view */
body.woocommerce ul.products.is-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

body.woocommerce ul.products.is-list li.product {
    width: 100%;
    margin-right: 0;
}

.cloudair-woo-loadmore {
    padding: 20px 0 30px;
    text-align: center;
}

.cloudair-woo-loadmore[hidden] {
    display: none !important;
}

.cloudair-woo-archive .cloudair-woo-loadmore .cloudair-woo-loadmore__btn.button {
    min-width: 180px;
    height: 44px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    line-height: 44px;
    background-color: var(--primary-btn-color);
    color: #fff;
}

.cloudair-woo-archive .cloudair-woo-loadmore .cloudair-woo-loadmore__btn.button:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.cloudair-woo-loadmore__status {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .cloudair-woo-archive {
        grid-template-columns: 1fr;
    }
    .cloudair-woo-archive__sidebar {
        position: static;
    }
    body.woocommerce ul.products li.product {
        width: calc((100% - 1.25rem) / 2);
        margin-right: 1.25rem;
    }
    body.woocommerce ul.products li.product:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    body.woocommerce ul.products li.product {
        width: 100%;
        margin-right: 0;
    }
}
body.search ul.products {
    display: inline-block;
}
body.search ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0;
}
body.search ul.products li.product:nth-child(4n) {
    margin: 0 0 2.992em 0;
}
body .products li.product a {
    color: #000;
}
body.woocommerce span.onsale,
body.woocommerce ul.products li.product .onsale {
    display: block;
    position: absolute;
    top: 15px;
    right: unset;
    background-color: var(--primary-heading-color);
    min-height: unset;
    padding: 5px 7px;
    border-radius: 6px;
}
body .products li.product .custom-thumb {
    overflow: hidden;
    border-radius: 20px;
}
body .products li.product .custom-thumb span.product-search-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    z-index: 2;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s ease-in-out;
}
body .products li.product:hover .custom-thumb span.product-search-icon {
    opacity: 1;
}
body .products li.product .custom-thumb span.product-search-icon svg {
    width: 20px;
    height: 20px;
}
body .products li.product .product-title-wrapper {
    display: grid;
    grid-template-columns: auto 120px;
    align-items: center;
    margin-top: 24px;
}
body .products li.product .product-title-wrapper .woocommerce-loop-product__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 40px;
    padding: 0;
}
body .products li.product .product-title-wrapper .price {
    margin-bottom: 0;
    color: var(--primary-heading-color);
    display: flex;
    align-items: self-end;
    flex-direction: column;
    gap: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
body .products li.product .product-title-wrapper .price ins {
    text-decoration: none;
}
body .products li.product .product-title-wrapper .price span.amount {
    font-weight: 700;
}

body .products li.product .product-loop-rating,
body.woocommerce ul.products li.product .product-loop-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

body .products li.product .product-loop-rating .star-rating,
body.woocommerce ul.products li.product .product-loop-rating .star-rating {
    margin: 0;
    float: none;
}
body .products li.product .product-loop-rating .custom-rating {
    color: #e3c011;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
}
body .products li.product .product-loop-rating .custom-rating .rating-number {
    color: #333;
}

body .products li.product .product-loop-rating__count,
body.woocommerce ul.products li.product .product-loop-rating__count {
    font-size: 13px;
    line-height: 1.3;
    color: #777;
}

body.woocommerce .star-rating span::before {
    content: '';
}

body .products::before,
body.woocommerce ul.products::before,
body .products::after,
body.woocommerce ul.products::after {
    content: unset;
}
body .products,
body.woocommerce ul.products {
    padding-top: 25px;
}
body .products li.product,
body.woocommerce ul.products li.product {
    float: unset;
    width: 100%!important;
}
body .products li.product a img,
body.woocommerce ul.products li.product a img {
    margin-bottom: 0;
    height: 340px;
    object-fit: cover;
    transform: scale(1);
    transition: all .5s ease-in-out;
}
body .products li.product.product:hover a img,
body.woocommerce ul.products li.product:hover a img {
    transform: scale(1.1);
}
body .products li.product .box,
body.woocommerce ul.products li.product .box {
    padding: 20px 15px;
    background-color: #fff;
}
body .products li.product .box .woocommerce-loop-product__title,
body.woocommerce ul.products li.product .box .woocommerce-loop-product__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 24px;
    margin-bottom: 10px;
}
body .products li.product .box .exp,
body.woocommerce ul.products li.product .box .exp {
    height: 100%;
    max-height: 24px;
}
body .products li.product .box .exp .price,
body.woocommerce ul.products li.product .box .exp .price {
    color: #000;
    font-size: 16px;
    line-height: 20px;
}
body .products li.product .box .exp .price ins,
body.woocommerce ul.products li.product .box .exp .price ins,
body .products li.product .box .exp .price > .amount,
body.woocommerce ul.products li.product .box .exp .price > .amount {
    font-weight: 600;
    color: var(--main-color-theme);
}
body.search ul.products li.product .box .exp .text-contact,
body.woocommerce ul.products li.product .box .exp .text-contact {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #de0b0b;
}
body .products li.product .box .viewmore a:not(.woocommerce-LoopProduct-link),
body.woocommerce ul.products li.product .box .viewmore a:not(.woocommerce-LoopProduct-link) {
    color: var(--main-color-theme);
    border: 1px solid var(--main-color-theme);
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    z-index: 1;
    margin-top: 1em;
}
body .products li.product:hover .box .viewmore a:not(.woocommerce-LoopProduct-link),
body.woocommerce ul.products li.product:hover .box .viewmore a:not(.woocommerce-LoopProduct-link) {
    color: #fff;
}
body .products li.product .box .viewmore a.added_to_cart,
body.woocommerce ul.products li.product .box .viewmore a.added_to_cart {
    display: none;
}
body .products li.product .box .viewmore a:not(.woocommerce-LoopProduct-link)::before,
body.woocommerce ul.products li.product .box .viewmore a:not(.woocommerce-LoopProduct-link)::before {
    width: 145%;
    height: 350%;
    position: absolute;
    content: '';
    top: -20px;
    left: -160%;
    transform: rotateZ(-20deg);
    transition: all .3s ease-in-out;
    z-index: -1;
    background-color: var(--main-color-theme);
}
body .products li.product:hover .box .viewmore a:not(.woocommerce-LoopProduct-link)::before,
body.woocommerce ul.products li.product:hover .box .viewmore a:not(.woocommerce-LoopProduct-link)::before {
    left: -30%;
}
body.woocommerce .single-product .product_category {
    margin-bottom: 15px;
}
body.woocommerce .single-product .product_category a {
    color: var(--primary-heading-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}
body.woocommerce .single-product .product_title {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #222;
    text-transform: capitalize;
}
body.woocommerce .single-product .summary .price {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 15px;
    color: #000;
}
body.woocommerce .single-product .summary .price ins {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--main-color-theme);
}
body.woocommerce .single-product .summary .woocommerce-product-details__short-description {
    margin-top: 16px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
body.woocommerce .single-product .product.has-default-attributes .summary .woocommerce-product-details__short-description {
    display: none;
}
body.woocommerce div.product div.images.woocommerce-product-gallery {
    overflow: hidden;
    margin-bottom: 0;
}
body.woocommerce .single-product form.cart .quantity .qty {
    height: 54px;
    width: 100%;
    max-width: 100px;
    background-color: #f7f7f7;
    border: unset;
}
body.woocommerce .single-product form.cart .button {
    height: 56px;
    border: 1px solid #d8d8d8;
    background-color: var(--main-color-theme);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    width: 100%;
    max-width: 225px;
    z-index: 1;
}
body.woocommerce .single-product form.cart .button::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scale(0,0);
    z-index: -1;
    transition: all .5s ease;
}
body.woocommerce .single-product form.cart .button:hover::before {
    transform: scale(1,1);
    background-color: #252531;
}
body.woocommerce .single-product .related > h2,
body.woocommerce div.product .product_meta a {
    color: var(--main-color-theme);
}
body.woocommerce .single-product .related > h2 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #000;
    text-transform: uppercase;
}
body.woocommerce div.product form.cart .variations select {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    outline: none;
    border: 1px solid #d8d8d8;
    background: url(../img/select_arrow.svg) no-repeat right center;
    background-image: url(../img/select_arrow.svg),none;
    background-size: 34px 12px;
    appearance: none;
    cursor: pointer;
    padding: 10px 30px 10px 12px;
    width: 100%;
    height: 48px;
    display: flex;
}
body.woocommerce div.product form.cart table.variations tbody tr {
    display: grid;
}

body.woocommerce .single-product form.variations_form {
    margin-bottom: 20px;
}

body.woocommerce .single-product form.variations_form .variations {
    width: 100%;
    margin-bottom: 0;
}

body.woocommerce .single-product form.variations_form .variations .label label {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

body.woocommerce .single-product form.variations_form .single_variation_wrap {
    margin-top: 0;
}

body.woocommerce .single-product form.variations_form .single_variation .woocommerce-variation-price {
    display: none;
}

body.woocommerce .single-product .summary .price.price--variation-selected {
    color: var(--main-color-theme);
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
    height: 40px;
    width: 100%;
    max-width: 150px;
}
body.woocommerce-cart table.cart td.actions .coupon .button {
    height: 40px;
    background-color: #009cd1;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 0;
    float: left;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce #payment #place_order,
body.woocommerce-page #payment #place_order {
    background-color: #009cd1;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #009cd1;
    opacity: .7;
}

body.woocommerce-checkout form.woocommerce-checkout input.input-text,
body.woocommerce-checkout form.woocommerce-checkout textarea,
body.woocommerce-checkout form.woocommerce-checkout .form-row .select2-selection {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
body.woocommerce-checkout form.woocommerce-checkout textarea {
    height: 100px;
}
body.woocommerce-checkout form.woocommerce-checkout .form-row .select2-selection {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    body .products li.product .box .woocommerce-loop-product__title,
    body.woocommerce ul.products li.product .box .woocommerce-loop-product__title {
        font-size: 16px;
        margin-bottom: 7.5px;
        padding-top: 0;
        padding-bottom: 0;
    }
    body .products li.product .box .exp .price,
    body.woocommerce ul.products li.product .box .exp .price {
        font-size: 13px;
    }
    body .products li.product .box .exp,
    body.woocommerce ul.products li.product .box .exp {
        height: 45px;
    }
    body.woocommerce div.product div.images,
    body.woocommerce div.product div.summary {
        width: 100%;
    }
    body.woocommerce ul.products li.product .box .exp .price {
        font-size: 13px;
    }
    body.woocommerce ul.products li.product .box .viewmore a:not(.woocommerce-LoopProduct-link) {
        padding: 7px 10px;
    }
    body.woocommerce .single-product .summary .price {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    body.woocommerce-cart table.cart td.actions .coupon .input-text {
        max-width: unset;
        margin-bottom: 5px;
    }
    body .woocommerce-tabs.wc-tabs-wrapper {
        padding: 0;
    }
    body.woocommerce div.product .woocommerce-tabs .panel {
        padding: 10px;
    }
}
@media only screen and (max-width: 480px) {
    body.woocommerce ul.products li.product .box .viewmore a:not(.woocommerce-LoopProduct-link) {
        font-size: 10px;
    }
    body.woocommerce ul.products li.product .box .exp {
        height: 30px;
    }
    
    body .products li.product a img,
    body.woocommerce ul.products li.product a img {
        height: 175px;
    }
    body.woocommerce .woocommerce-result-count,
    body.woocommerce .woocommerce-ordering {
        float: unset;
    }
    body.woocommerce .woocommerce-ordering select {
        width: 100%;
    }
    .site-main .content .woocommerce .woocommerce-result-count {
        grid-column: 1;
        grid-row: 1;
    }
    .site-main .content .woocommerce .woocommerce-ordering {
        grid-column: 1;
        grid-row: 2;
    }
    .site-main .content .woocommerce .contain-product {
        grid-column: 1;
        grid-row: 3;
    }
    .site-main .content .woocommerce .woocommerce-pagination {
        grid-column: 1;
        grid-row: 4;
    }
}
@media only screen and (max-width: 400px) {
    body.woocommerce ul.products li.product .box .woocommerce-loop-product__title {
        font-size: 15px;
    }
    body.woocommerce ul.products li.product .box .exp {
        height: 50px;
    }
}


/* single-product */
body.single-product .site-main .single-product {
    overflow: hidden;
}
body.single-product .site-main .wrapper {
    padding-bottom: 0;
}
.woocommerce-page div.product .woocommerce-tabs {
    margin-top: 60px;
    margin-bottom: 0;
    padding: 60px 0;
    display: inline-block;
}
.woocommerce-page div.product .woocommerce-tabs .woocommerce-tabs-overlay {
    position: absolute;
    left: -200vw;
    right: 0;
    top: 0;
    bottom: 0;
    width: 300vw;
    background-color: #f8fafc;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image {
    border: 1px solid #f1f1f1;
    border-radius: 20px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image,
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
    height: 100%;
    max-height: 450px;
}