.elementor-778 .elementor-element.elementor-element-713d444{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-778 .elementor-element.elementor-element-4849b27{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-778 .elementor-element.elementor-element-334ae83{--display:flex;overflow:visible;}.elementor-778 .elementor-element.elementor-element-8ceb430 .elementor-heading-title{font-family:"ABeeZee", Sans-serif;}.elementor-778 .elementor-element.elementor-element-3a6ff2d{--display:flex;overflow:visible;}.elementor-778 .elementor-element.elementor-element-3650178.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-778 .elementor-element.elementor-element-3650178.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(min-width:768px){.elementor-778 .elementor-element.elementor-element-713d444{--width:100%;}.elementor-778 .elementor-element.elementor-element-334ae83{--width:30%;}}@media(max-width:1024px){.elementor-778 .elementor-element.elementor-element-3650178.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-778 .elementor-element.elementor-element-3650178.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for html, class: .elementor-element-af463dc *//* 主要横幅样式 */
.give-a-gift-banner {
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.1)),
              url('https://d3a1v57rabk2hm.cloudfront.net/treats/bold-copy-103/images/shop-banner2.jpg?ts=1637735072&host=my.cratejoy.com');
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 15px 20px; /* 设定上下边距，控制高度 */
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 380px; /* 桌面端最小高度 */
}

/* 标题样式 */
.banner-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #40BABF;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* 图片样式 */
.banner-image {
  max-width: 100%;
  height: auto;
  padding-top: 10px;
}

/* 移动端样式，调整高度和间距 */
@media (max-width: 768px) {
  .give-a-gift-banner {
    height: auto !important;
    padding: 5px 20px !important; /* 手机设备使用更小的间距 */
    min-height: 300px; /* 移动端最小高度设置为300px */
  }

  .banner-title {
    font-size: 1.8rem; /* 小屏设备标题字体稍微缩小 */
  }
}/* End custom CSS */
/* Start custom CSS for woofilters, class: .elementor-element-aa8f634 */#wpfSliderRange {
  display: none !important;
}

.wpfFilterDelimeter {
  display: none !important;
}

.wpfCurrencySymbol {
  color: transparent; /* 隐藏原始内容 */
  position: relative;
}
.wpfCurrencySymbol {
  color: transparent; /* 隐藏原本的 £ 或其它符号 */
  position: relative;
  display: inline-block;
  width: 5px; /* 控制容器宽度 */
  height: 100%;
}

/* 插入美元符号并微调 */
.wpfCurrencySymbol::before {
  content: "$";
  color: #333;
  font-weight: bold;
  font-weight: 400; /* 更粗字体 (可以调整为 400, 700 等) */
  font-size: 16px;      /* 控制字体大小 */
  position: absolute;
  top: 50%;              /* 垂直居中 */
  left: 0px;             /* 控制水平位置 */
  transform: translateY(-50%);
  line-height: 1;
}

.wpfPriceInputs {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}

.wpfPriceInputs input[type="number"] {
  width: 100px !important; /* 修改输入框宽度 */
  height: 50PX!important;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.wpfCurrencySymbol {
  font-weight: bold;
  margin-right: 4px;
}

.wpfFilterDelimeter {
  margin: 0 5px;
}

.wpfFilterButton {
  background-color: #01BAC0; /* 蓝色背景 */
  color: #fff;               /* 白色文字 */
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wpfFilterButton:hover {
  background-color: #C8102E; /* 悬停变深蓝 */
}/* End custom CSS */
/* Start custom CSS for wc-archive-products, class: .elementor-element-3650178 *//* 产品整体卡片 */
ul.products li.product {
  width           : 100%;
  max-width       : 400px;
  background      : #fff;
  text-align      : center;
  overflow        : hidden;
  font-family     : Arial, sans-serif;
  position        : relative;
  display         : flex;
  flex-direction  : column;
  justify-content : space-between;
  box-sizing      : border-box;
}

/* 商品图片 */
ul.products li.product img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

/* 鼠标悬停时图片放大 */
ul.products li.product:hover img {
  transform: scale(1.05);
}

/* 商品标题 */
ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  margin: 0 0 6px 0;
  padding: 0 10px;
  transition: text-decoration 0.3s ease;
}

/* 悬停时标题下划线 */
ul.products li.product:hover h2.woocommerce-loop-product__title {
  text-decoration: underline;
}

/* 价格区域横向排列 */
ul.products li.product .price {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
  line-height: 1.2;
}

/* 现价样式 */
ul.products li.product .price ins {
  order: 1;
  color: #01BAC0;
  font-size: 17px;
  font-weight: 500 !important;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}

/* 原价样式 */
ul.products li.product .price del {
  order: 2;
  color: #999 !important;
  font-size: 12px;
  font-weight: 300 !important;
  display: inline-block;
  white-space: nowrap;
  transform: translateY(-12px);
}

/* Sale 标记 */
ul.products li.product .onsale {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background-color: #c8102e;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
}

ul.products li.product .add_to_cart_button {
  display          : block;
  width            : 90%;
  margin           : 16px auto 20px;
  padding          : 14px 0;
  text-align       : center;
  font-size        : 15px;
  font-weight      : 500;
  text-transform   : uppercase;
  text-decoration  : none;
  color            : white;
  background-color : #01BAC0;
  border-radius    : 5px;
  transition       : background-color 0.3s, color 0.3s, border 0.3s;
  border           : 2px solid transparent;
}

/* 按钮悬停效果 */
ul.products li.product .add_to_cart_button:hover {
background-color: #C8102E; /* 悬停变深蓝 */
}/* End custom CSS */