/* FIX: Override Sprint gallery margin bug */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper 
    .woocommerce-product-gallery__image:nth-child(n+2) {
    margin-left: 200px !important;
}


/* Disable Sprint / ThemeREX forced square images */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    margin-left:100px;
   
}

.woocommerce div.product div.images .flex-control-thumbs{
    background-color:#fff;
     padding:0 10px 0 0 !important;
}

/* Kill square-crop containers */
.woocommerce div.product div.images figure,
.woocommerce div.product div.images,
.woocommerce-product-gallery,
.woocommerce-product-gallery__image,
.woocommerce-product-gallery__wrapper {
    padding: 0 !important;
    overflow: visible !important;
}

/* TRX Addons square wrapper override */
.trx_addons_img_container,
.trx_addons_hover_mask,
.trx_addons_hover,
.trx_addons_img {
    height: auto !important;
    width: auto !important;
    aspect-ratio: auto !important;
}

/* Stop “square mode” class they inject */
.square,
.square-img {
    aspect-ratio: auto !important;
}

.ppwix-selected-color {
  margin-top: 6px;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

