/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/


/* 古腾堡表格表头样式
   使用条件：Table 块已开启 Header section
*/
.entry-content table thead th,
.single-product .woocommerce-product-details__short-description table thead th {
  background-color: #6E64FF;
  color: #ffffff;
  font-weight: 700;
}

  /* Footer 手机端排序：把第5列移动到最前面 */
@media (max-width: 767px) {
  .fluxion-footer-columns > .wp-block-column:nth-child(5) {
    order: -1;
  }
}


  /* Comfortable Chest Binder  手机端排序：把第2列移动到最前面 */
@media (max-width: 767px) {
  .wp-block-columns.mobile-image-first > .wp-block-column:nth-of-type(2) {
    order: -1;
  }
}

/* Card Outline Hover Effect */

.fx-border-hover {
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: border-color .22s ease;
}

.fx-border-hover:hover {
  border-color: rgba(255, 255, 255, 0.45);
}


/* Image Press Hover Effect */
.wp-block-image.image-press-hover {
  overflow: hidden;
  border-radius: 6px;
}

.wp-block-image.image-press-hover img {
  display: block;
  width: 100%;
  transition: transform 0.35s ease, filter 0.35s ease !important;
}

.wp-block-image.image-press-hover:hover img {
  transform: scale(1.04) !important;
  filter: brightness(0.96);
}




