/*
Theme Name: Luchiana-Child
Theme URI: https://parkofideas.com/luchiana/
Text Domain: luchiana-child
Description: Cosmetics and Beauty Shop Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.2
Template: luchiana
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* CART */
.c-cart .shipping.recurring-total {
  display: none;
}

/* Page subscriptions */
#bloc-offer-sub-ruby .elementor-price-table__header {
  border-radius: 20px 20px 0px 0px;
  background: linear-gradient(to right, #9e120d, #d80912);
}

#bloc-offer-sub-ruby .elementor-price-table__footer {
  /*background: linear-gradient(to right, #9e120d, #d80912);*/
  background: #ffffff;
}

#bloc-offer-sub-ruby .elementor-price-table__features-list {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.75);
}

#bloc-offer-sub-ruby .elementor-price-table__button {
  border-radius: unset;
}

#bloc-offer-sub-gold .elementor-price-table__header {
  border-radius: 20px 20px 0px 0px;
  background: linear-gradient(to right, #f5cd00, #c27012);
}

#bloc-offer-sub-gold .elementor-price-table__footer {
  /*background: linear-gradient(to right, #f5cd00, #c27012);*/
  background: #ffffff;
}

#bloc-offer-sub-gold .elementor-price-table__features-list {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.75);
}

#bloc-offer-sub-gold .elementor-price-table__button {
  border-radius: unset;
}

#bloc-offer-sub-ruby .elementor-price-table__price,
#bloc-offer-sub-gold .elementor-price-table__price {
  display: none;
}

/* Page subscriptions Details*/

#product-18902 .cart.bundle_data.bundle_data_18902 .subscription-price,
#product-18902 .cart.bundle_data.bundle_data_18845 .subscription-price {
  display: inline !important;
}

#product-18902 .cart.bundle_data.bundle_data_18902 .subscription-option,
#product-18902 .cart.bundle_data.bundle_data_18845 .subscription-price {
  margin-bottom: 20px;
}
/* 导航下拉按钮 */
.pc_sto_menu {
  display: none;
  list-style-type: none;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 0;
  background-color: #333;
  width: 180px;
}

/* 下拉符号样式 */
#pc_sto::after {
  content: "▼";
  margin-left: 5px;
  display: inline-block;
  transition: transform 0.3s ease;
}

/* 展开时的符号样式 */
#pc_sto.expanded::after {
  transform: rotate(180deg);
}

/* 菜单项样式 */
.pc_sto_menu li {
  padding: 8px 10px;
}
.mob_sto_menu li:hover,
.mob_sto_menu li:focus,
.pc_sto_menu li:hover,
.pc_sto_menu li:focus {
  background-color: #636363;
}
#mob_sto::after {
  content: "▼";
  margin-left: 5px;
  display: inline-block;
}

#mob_sto.expanded::after {
  content: "▲";
}
.mob_sto_menu {
  display: none;
  list-style-type: none;
  padding: 0;
  background-color: #424242;
  margin-top: 10px;
}
.mob_sto_menu li {
  padding: 8px 10px;
}
#back_top img:hover,
#back_top img:focus {
  background: #e7b764;
}
/* 首页 */
#shopify-section-template--24451408429390__image-with-text-overlay {
  --section-padding-top: 36px;
  --section-padding-bottom: 36px;
  --image-ratio-percent: 56.25%;
  --image-position: center center;
}
@media screen and (min-width: 750px) {
  #shopify-section-template--24451408429390__image-with-text-overlay {
    --color-overlay-opacity: 0.92;
    --color-overlay: 255, 223, 223;
    --color-foreground: 33, 35, 38;
    --color-link: var(--color-foreground);
    --color-border: var(--color-foreground);
    --color-heading: var(--color-foreground);
    --color-button-background: 26, 27, 24;
    --color-button-text: 255, 255, 255;
    --color-button-border: var(--color-button-background);
    --color-shadow: var(--color-foreground);
    --shadow-opacity: 0.3;
  }
}
.banner__heading{
	margin:20px 0;
	font-weight:bold;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.banner__heading a{
	font-size:30px;
}
.banner__box .typeset{
	margin-bottom:20px;
	font-size:16px;
	color:#666;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media(max-width:768px){
	.banner__heading a{
		font-size:16px;
	}
	.banner__box .typeset{
		font-size:14px;
	}
}
.btn_more{
	font-size:14px;
	color:#fff;
	background-color: #1a1b18;
	padding:10px 20px;
	display:inline-block;
}
.btn_more:hover,
.btn_more:focus {
	background-color: #373737;
}
.banner_time{
	font-size:14px;
	text-align:right;
	margin-bottom:20px;
	color:#888;
}
.title-wrapper.center h2.title{
	font-size: 28px;
	font-weight:bold;
}
#shopify-section-template--24451408429390__featured-collection {
	--section-padding-top: 36px;
	--section-padding-bottom: 36px;
	--image-position: center center;
}
.card-information .card-information__wrapper{
  margin-top:20px;
}
a.card-information__text {
  font-weight: bold;
  text-decoration: none;
  padding-bottom: .2rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.price--on-sale .price__sale {
  text-align:right;
  font-weight:500;
  font-size:14px;
}
.price--on-sale .price__sale .price__compare{
  color:#8b8b8b;
  margin-right:10px;
}
.price--on-sale .price__sale .price-item--sale{
  font-size:16px;
  color:#d3ac57;
}
.card-wrapper .card.card--product{
  position:relative;
}
.card-information__button{
  display: none;
  background-color: #000000;
  text-align:center;
  padding:10px;
  position:absolute;
  bottom:0;
  width:100%;
}
.card-information__button span{
  display:inline-block;
  font-size:14px;
  color:#fff;
}
.card-wrapper:hover .card-information__button{
  display:block;
}
.home_blogs .title-wrapper.center{
  justify-content: left;
}
.home_blogs_list{
  width:100%;
  /* display:flex; */
}
.home_blogs_list .list_one{
  width:50%;
  float:left;
}
.home_blogs_list .list_one .list_one_d{
  margin:0 20px 40px 0;
  background-color: #fff;
  box-shadow: 1px 0px 20px -2px rgba(0, 0, 0, 0.3);
}
.home_blogs_list .list_one:nth-of-type(2n) .list_one_d{
  margin-right:0;
}
.home_blogs_list .list_one a.a_img{
  overflow: hidden;
  display:inline-block;
  width:100%;
  height:240px;
}
.home_blogs_list .list_one a.a_img img{
  width:100%;
  height:100%;
  object-fit: cover;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.home_blogs_list .list_one a:hover img{
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.article-card__info{
  padding:15px;
}
.list_one .article-card__info a.article-card__title{
  display:block;
  font-weight:bold;
  font-size:18px;
  height:54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom:10px;
}
.list_one .article-card__info a.article-card__title:hover,
.list_one .article-card__info a.article-card__title:focus{
  color:#dbb778;
}
.circle-divider time{
  opacity: 0.7;
  font-size:14px;
}
.article-card__excerpt{
  font-size:14px;
  color:#666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height:60px;
}
.article-card__link {
    color: #c19942;
    font-size: 14px;
}
.article-card__link:before {
    content: "";
    width: 1.2rem;
    height: .1rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
    background-color: currentColor;
    transition: width var(--duration-default) ease;
}
.article-card__footer:hover .article-card__link:before,
.article-card__footer:focus .article-card__link:before{
  width:2rem;
}
@media(max-width:650px){
  .home_blogs_list .list_one{
    width:100%;
    float:none;
  }
  .home_blogs_list .list_one .list_one_d{
    margin:0 0 40px 0;
  }
}
.home_side #sidebar{
  background-color: #fff;
  box-shadow: 1px 0px 20px -2px rgba(0, 0, 0, 0.3);
}
.media .motion-reduce img{
  object-fit: contain;
}
.c-lp-widget__title{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}