
/**
 * Loading first in the style.scss & classic-editor.scss
 */
/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.3
	Stable tag: 3.4.3
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
* Document basic styling
* Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
 */
.custom-product-info {
  padding: 40px 0;
  margin: 0 auto;
}

.custom-info-heading {
  font-size: 26px;
  margin-bottom: 30px;
  text-align: center;
}

.info-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0px;
  gap: 0;
  background: #272a30;
}

.info-row.reversed {
  flex-direction: row-reverse;
}

.info-image {
  flex: 1;
  padding: 400px 0px 100px 0px;
}

.info-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.info-text {
  flex: 1;
  padding: 0px;
}

.info-text h3 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #ffeda8;
  font-family: "Nunito", Sans-serif;
  font-weight: 900;
  font-style: normal;
  padding-left: 20px;
}

.info-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #f9f9f9;
  font-family: "Lato", Sans-serif;
  font-weight: 300;
  padding: 20px;
}


.product .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
}

.product .slick-slide{
  padding: 2px;
}

/* 响应式（移动端图文上下排列） */
@media (max-width: 768px) {
  .info-row,
  .info-row.reversed {
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: center;
    flex-direction: column;
  }
  .info-image {
    padding: 228px 0 0 0;
  }
  
}