@charset "UTF-8";
/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:45:17
 */
/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:55:31
 */
@font-face {
  font-family: "iconfont";
  src: url("/fonts/iconfont/iconfont.woff") format("woff"), url("/fonts/iconfont/iconfont.ttf") format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}
.iconfont {
  font-family: "iconfont";
  font-size: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-09-09 19:16:39
 * @LastEditTime  2022-09-16 20:55:07
 */
[v-cloak] {
  display: none;
}

body[class^=page-account-] {
  background-color: #F7F8FA;
}
body[class^=page-account-] .breadcrumb-wrap {
  background-color: transparent;
  margin-bottom: 0;
}

@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: 700;
  color: #282828;
}

.min-h1 {
  min-height: 100px;
}

.min-h2 {
  min-height: 200px;
}

.min-h3 {
  min-height: 300px;
}

.min-h4 {
  min-height: 400px;
}

.min-h5 {
  min-height: 500px;
}

.min-h6 {
  min-height: 600px;
}

.wp-100 {
  width: 100px;
}

.wp-200 {
  width: 200px;
}

.wp-300 {
  width: 300px;
}

.wp-400 {
  width: 400px;
}

.wp-500 {
  width: 500px;
}

.wp-600 {
  width: 600px;
}

.wp-700 {
  width: 700px;
}

.wp-800 {
  width: 800px;
}

.wp-900 {
  width: 900px;
}

.wp-1000 {
  width: 1000px;
}

.wp-100- {
  width: calc(100% - 100px);
}

.wp-200- {
  width: calc(100% - 200px);
}

.wp-300- {
  width: calc(100% - 300px);
}

.wp-400- {
  width: calc(100% - 400px);
}

.wp-500- {
  width: calc(100% - 500px);
}

.wp-600- {
  width: calc(100% - 600px);
}

.wp-700- {
  width: calc(100% - 700px);
}

.wp-800- {
  width: calc(100% - 800px);
}

.wp-900- {
  width: calc(100% - 900px);
}

.wp-1000- {
  width: calc(100% - 1000px);
}

.h-min-100 {
  min-height: 100px;
}

.h-min-200 {
  min-height: 200px;
}

.h-min-300 {
  min-height: 300px;
}

.h-min-400 {
  min-height: 400px;
}

.h-min-500 {
  min-height: 500px;
}

.h-min-600 {
  min-height: 600px;
}

.h-min-700 {
  min-height: 700px;
}

.h-min-800 {
  min-height: 800px;
}

.h-min-900 {
  min-height: 900px;
}

.h-min-1000 {
  min-height: 1000px;
}

.w-min-100 {
  min-width: 100px;
}

.w-min-200 {
  min-width: 200px;
}

.w-min-300 {
  min-width: 300px;
}

.w-min-400 {
  min-width: 400px;
}

.w-min-500 {
  min-width: 500px;
}

.w-min-600 {
  min-width: 600px;
}

.w-min-700 {
  min-width: 700px;
}

.w-min-800 {
  min-width: 800px;
}

.w-min-900 {
  min-width: 900px;
}

.w-min-1000 {
  min-width: 1000px;
}

.w-max-100 {
  max-width: 100px;
}

.w-max-200 {
  max-width: 200px;
}

.w-max-300 {
  max-width: 300px;
}

.w-max-400 {
  max-width: 400px;
}

.w-max-500 {
  max-width: 500px;
}

.w-max-600 {
  max-width: 600px;
}

.w-max-700 {
  max-width: 700px;
}

.w-max-800 {
  max-width: 800px;
}

.w-max-900 {
  max-width: 900px;
}

.w-max-1000 {
  max-width: 1000px;
}

.hp-100 {
  height: 100px;
}

.hp-200 {
  height: 200px;
}

.hp-300 {
  height: 300px;
}

.hp-400 {
  height: 400px;
}

.hp-500 {
  height: 500px;
}

.hp-600 {
  height: 600px;
}

.hp-700 {
  height: 700px;
}

.hp-800 {
  height: 800px;
}

.hp-900 {
  height: 900px;
}

.hp-1000 {
  height: 1000px;
}

.wh-10 {
  height: 10px;
  width: 10px;
  flex: 0 0 10px;
}

.wh-20 {
  height: 20px;
  width: 20px;
  flex: 0 0 20px;
}

.wh-30 {
  height: 30px;
  width: 30px;
  flex: 0 0 30px;
}

.wh-40 {
  height: 40px;
  width: 40px;
  flex: 0 0 40px;
}

.wh-50 {
  height: 50px;
  width: 50px;
  flex: 0 0 50px;
}

.wh-60 {
  height: 60px;
  width: 60px;
  flex: 0 0 60px;
}

.wh-70 {
  height: 70px;
  width: 70px;
  flex: 0 0 70px;
}

.wh-80 {
  height: 80px;
  width: 80px;
  flex: 0 0 80px;
}

.wh-90 {
  height: 90px;
  width: 90px;
  flex: 0 0 90px;
}

.wh-100 {
  height: 100px;
  width: 100px;
  flex: 0 0 100px;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.col-form-label.required::before {
  content: "*";
  color: #f56c6c;
  font-size: 12px;
  font-weight: bold;
  margin-right: 5px;
}

.module-title {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  color: #333;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .module-title {
    font-size: 1rem;
  }
}
.module-title:after {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  content: "";
  width: 60px;
  height: 2px;
  background: #2d2d2d;
}

.tinymce-format-p p {
  margin-bottom: 0.5rem;
}

.steps-wrap {
  display: flex;
  justify-content: space-around;
  position: relative;
}
.steps-wrap:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #D7D7D7;
}
.steps-wrap > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.steps-wrap > div.active .number {
  background-color: #3C3D41;
  border-color: #3C3D41;
  color: #eee;
}
.steps-wrap > div.active .title {
  color: #111;
}
.steps-wrap > div .number-wrap {
  padding: 0 4px;
  margin-bottom: 0.5rem;
}
.steps-wrap > div .number {
  border: 2px solid #ddd;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps-wrap > div .title {
  color: #848484;
}

.quantity-wrap {
  width: 80px;
  height: 37px;
  display: flex;
  align-content: space-between;
  border: 1px solid #ced4da;
}
.quantity-wrap input {
  border: none;
  padding: 0.5rem;
}
.quantity-wrap > .right {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #ced4da;
}
.quantity-wrap > .right i {
  flex: 1;
  width: 20px;
  height: 17px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
}
.quantity-wrap > .right i:last-of-type {
  border-top: 1px solid #ced4da;
}
.quantity-wrap > .right i:hover {
  background-color: #eee;
}

.fixed-top-line-fixed {
  position: fixed;
  top: 0;
}

@media (max-width: 768px) {
  .account-sides-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    transition: all 0.3s ease-out;
  }
  .account-sides-wrap.active {
    visibility: visible;
    opacity: 1;
  }
  .account-sides-wrap.active .account-sides-info {
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .account-sides-info {
    position: fixed;
    z-index: 1046;
    width: 80%;
    top: 0;
    left: 0;
    height: 100%;
    transform: translateX(-100%);
    background-color: #fff;
    transition: all 0.3s ease-out;
  }
}
.account-sides-info .mb-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.account-sides-info .head {
  display: flex;
  align-items: center;
  padding: 2rem 1rem;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  border-top-left-radius: 0.275rem;
  border-top-right-radius: 0.275rem;
}
@media (min-width: 768px) {
  .account-sides-info .head {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .account-sides-info .head {
    padding: 1rem;
    border-bottom: 1px solid #eee;
  }
}
.account-sides-info .head .portrait {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.14);
  border: 2px solid #FFFFFF;
  overflow: hidden;
}
@media (min-width: 768px) {
  .account-sides-info .head .portrait {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .account-sides-info .head .portrait {
    width: 60px;
    height: 60px;
    margin-right: 14px;
  }
}
.account-sides-info .head .account-name {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.4rem;
}
.account-sides-info .head .account-email {
  color: #666666;
}
.account-sides-info .account-links > a {
  color: #4B566B;
  border: none;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #EEEEEE;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
}
.account-sides-info .account-links > a:last-of-type {
  border-bottom: none;
}
.account-sides-info .account-links > a:hover {
  background-color: #E9ECEF;
}
.account-sides-info .account-links > a.active {
  background-color: #E9ECEF;
  color: #4B566B;
}
.account-sides-info .account-links > a .badge {
  color: #fff;
}

.text-size-min {
  font-size: 12px;
}

.text-truncate-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 992px) {
  .breadcrumb-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f6f6f6;
    padding-right: 10px;
  }
  .breadcrumb-filter .mb-filter {
    width: 20px;
    font-size: 18px;
    text-align: center;
  }
  .breadcrumb-filter i {
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .breadcrumb-filter .mb-filter {
    display: none;
  }
}
@media (max-width: 992px) {
  .breadcrumb-filter {
    margin-bottom: 10px;
  }
  .breadcrumb-filter .breadcrumb-wrap {
    margin-bottom: 0;
  }
}

.breadcrumb-wrap {
  background-color: #f6f6f6;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .breadcrumb-wrap {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .breadcrumb-wrap .breadcrumb {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}

@media (max-width: 768px) {
  .breadcrumb {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis.line-2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-ellipsis.line-3 {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.mobile-paginator {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-paginator .input-group {
  max-width: 60px;
  margin: 0 10px;
}
.mobile-paginator .input-group .input-group-text {
  padding: 0.46rem 0.56rem;
}
.mobile-paginator .input-group #mb-page-input {
  padding: 0.46rem 0.26rem;
  text-align: center;
}
.mobile-paginator .btn {
  border: 1px solid var(--bs-border-color);
}
.mobile-paginator .btn:active {
  background-color: #eee;
}

.address-dialog .el-dialog {
  border-radius: 0 !important;
  background: #fcfbf8;
  box-shadow: 0 24px 60px rgba(31, 26, 21, 0.14);
  overflow: hidden;
}
@media (max-width: 768px) {
  .address-dialog .el-dialog {
    width: calc(100% - 1rem) !important;
    margin-top: 5vh !important;
  }
}
.address-dialog .el-dialog__header {
  padding: 1.25rem 1.25rem 0.95rem;
  border-bottom: 1px solid rgba(31, 26, 21, 0.08);
}
.address-dialog .el-dialog__title {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.55rem;
  color: #171411;
  letter-spacing: -0.03em;
}
.address-dialog .el-dialog__body {
  padding: 1.2rem 1.25rem 1.3rem;
  background: linear-gradient(180deg, #fcfbf8 0%, #f8f5f0 100%);
}
.address-dialog .el-form .d-flex {
  gap: 1rem;
}
@media (max-width: 768px) {
  .address-dialog .el-form .d-flex {
    display: block !important;
  }
}
.address-dialog .el-form .d-flex > .w-50 {
  width: 100% !important;
}
.address-dialog .el-form .ms-3 {
  margin-left: 0 !important;
}
.address-dialog .el-form-item__label {
  line-height: initial;
  color: #6d645b;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding-bottom: 0.3rem;
}
.address-dialog .el-input__inner,
.address-dialog .el-textarea__inner {
  border-radius: 0;
  border-color: rgba(31, 26, 21, 0.1);
  background: #fffdfa;
  color: #1c1712;
  min-height: 42px;
}
.address-dialog .el-input__inner:focus,
.address-dialog .el-textarea__inner:focus {
  border-color: #6a5b4c;
}
.address-dialog .el-select {
  width: 100%;
}
.address-dialog .el-switch.is-checked .el-switch__core {
  border-color: #17120e;
  background-color: #17120e;
}
.address-dialog .el-button {
  border-radius: 0;
}
.address-dialog .el-button--primary {
  background: linear-gradient(135deg, #17120e 0%, #302721 100%);
  border-color: #17120e;
}
.address-dialog .el-form-item:last-child {
  margin-bottom: 0;
  padding-top: 0.35rem;
}

.iframe-modules-sortable-ghost {
  background-color: #f7f7f7;
  border: 1px dashed #2d2d2d;
  border-radius: 4px;
  padding: 10px;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.iframe-modules-sortable-ghost .icon {
  display: none;
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-09-03 22:32:29
 * @LastEditTime  2022-09-16 20:55:12
 */
header {
  background-color: #fff;
}
body.page-home header {
  color: #fff;
  position: fixed;
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
body.page-home header::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 150px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6745098039), rgba(0, 0, 0, 0) 97.86%);
  opacity: 1;
}
body.page-home header.header-header-ad-top::before {
  top: 40px;
}
body.page-home header .header-mobile {
  border-color: rgba(255, 255, 255, 0.4);
}
header .header-content.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .header-content.header-shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .top-wrap,
header .header-content {
  position: relative;
  z-index: 9;
}
header .top-wrap .dropdown > a,
header .header-content .dropdown > a {
  color: inherit;
}
header .top-wrap .dropdown .dropdown-menu,
header .header-content .dropdown .dropdown-menu {
  max-height: 80vh;
  overflow-y: auto;
  border: none;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  display: block;
  transform-origin: top center;
  transition: all 0.2s ease-in-out;
  transform: translate(-50%, 0.5rem);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .top-wrap .dropdown .dropdown-menu.show,
header .header-content .dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%);
}
header .top-wrap .dropdown:hover .dropdown-menu,
header .header-content .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%);
}
header .header-content {
  position: relative;
  padding: 20px 0 15px;
  z-index: 10;
}
header .header-content .logo img {
  max-width: 170px;
  max-height: 50px;
}
header .header-content .left-lm {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .header-content .right-btn {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
header .header-content .right-btn .nav-link {
  color: inherit;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  position: relative;
}
header .header-content .right-btn .nav-link i {
  font-size: 1.3rem;
}
header .cart-badge-quantity {
  position: absolute;
  left: 25px;
  top: -3px;
  text-align: center;
  font-size: 12px;
  display: none;
  width: 23px;
  zoom: 0.9;
  height: 23px;
  line-height: 24px;
  background-color: #2d2d2d;
  color: #fff;
  border-radius: 50%;
}
header .menu-box {
  position: relative;
  z-index: 9;
}
header .menu-box.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #333;
  z-index: 99999;
  padding: 0.3rem 0;
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .menu-box.fixed .menu-wrap {
  border-top: none;
}
header .menu-wrap .container {
  max-width: 1140px;
}
@media (min-width: 1200px) {
  header .menu-wrap .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%);
  }
  header .menu-wrap .navbar-nav .dropdown > .dropdown-menu {
    left: 50%;
    transform: translate(-50%, 0.5rem);
    transition: all 0.2s ease-in-out;
    transition-property: visibility, transform, opacity;
    visibility: hidden;
    opacity: 0;
    display: block;
    transform-origin: top center;
    border-color: rgba(0, 0, 0, 0.064);
    box-shadow: 0 0.5rem 2rem 0.125rem rgba(140, 152, 164, 0.286);
  }
}
header .menu-wrap > .navbar-nav > .nav-item {
  background-color: transparent;
}
header .menu-wrap > .navbar-nav > .nav-item > .nav-link {
  font-size: 14px;
  padding: 0.8rem 1.2rem;
  position: relative;
}
header .menu-wrap > .navbar-nav > .nav-item > .nav-link .badge {
  position: absolute;
  bottom: 80%;
  padding: 2px 4px;
  font-weight: 400;
  border-radius: 2px;
  zoom: 0.8;
  left: calc(50% - 0px);
  margin-left: 0px;
}
header .menu-wrap > .navbar-nav > .nav-item > .nav-link .badge::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10px;
  border: 4px solid;
  border-color: inherit;
  border-right-color: rgba(0, 0, 0, 0) !important;
  border-bottom-color: rgba(0, 0, 0, 0) !important;
  border-right-width: 7px;
  border-left-width: 0;
}
header .menu-wrap > .navbar-nav .group-name {
  font-size: 15px;
}
header .menu-wrap > .navbar-nav .ul-children a {
  color: #7a7a7a;
}
header .menu-wrap > .navbar-nav .ul-children a:hover {
  color: #2d2d2d;
}
header .header-mobile {
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 8;
}
header .header-mobile.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #222;
  border-color: transparent;
}
header .header-mobile.fixed .mobile-content > div.center a img.color-login {
  display: block;
}
header .header-mobile.fixed .mobile-content > div.center a img.white-login {
  display: none;
}
header .header-mobile .mobile-content {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-mobile .mobile-content > div {
  width: 33.33%;
}
header .header-mobile .mobile-content > div.center a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
header .header-mobile .mobile-content > div.center a img {
  max-height: 100%;
}
header .header-mobile .mobile-content > div.center a img.color-login {
  display: none;
}
header .header-mobile .mobile-content .left {
  display: flex;
  align-items: center;
}
header .header-mobile .mobile-content .left > div {
  cursor: pointer;
}
header .header-mobile .mobile-content .left > div > i {
  font-size: 1.5rem;
  line-height: 1;
}
header .header-mobile .mobile-content .left .mobile-open-search {
  margin-left: 12px;
}
header .header-mobile .mobile-content .left .mobile-open-search > i {
  font-size: 1.1rem;
}
header .header-mobile .mobile-content .right {
  display: flex;
  justify-content: flex-end;
}
header .header-mobile .mobile-content .right .m-cart .cart-badge-quantity {
  left: 11px;
  top: -9px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
header .header-mobile .mobile-content .right .mb-account-icon span {
  margin-right: -2px;
  display: inline-block;
  vertical-align: 0.255em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
header .header-mobile .mobile-content .right .nav-link,
header .header-mobile .mobile-content .right .sg-mobile-trigger {
  padding: 0;
}
header .header-mobile .mobile-content .right .nav-link i,
header .header-mobile .mobile-content .right .sg-mobile-trigger i {
  font-size: 1.2rem;
}

#offcanvas-search-top {
  height: 100px;
  justify-content: center;
}
#offcanvas-search-top .offcanvas-header {
  width: 100%;
}
#offcanvas-search-top input:focus {
  box-shadow: none;
}
#offcanvas-search-top .btn-close {
  padding: 1rem;
  opacity: 1;
}
#offcanvas-search-top .btn-close:hover {
  background-color: #eee;
}

#offcanvas-right-cart {
  z-index: 999999;
  height: 100vh;
  max-width: 420px;
}
#offcanvas-right-cart .select-wrap {
  margin-right: 10px;
  cursor: pointer;
}
#offcanvas-right-cart .select-wrap i {
  font-size: 20px;
  color: #aaa;
}
#offcanvas-right-cart .select-wrap i.bi-check-circle-fill {
  color: #2d2d2d;
}
#offcanvas-right-cart .offcanvas-right-products .product-list {
  padding: 1rem 0;
  border-top: 1px solid #eee;
}
#offcanvas-right-cart .offcanvas-right-products .product-list .left {
  width: 80px;
  flex: 0 0 80px;
  height: 80px;
  border: 1px solid #eee;
  margin-right: 10px;
}
#offcanvas-right-cart .offcanvas-right-products .product-list .left img {
  max-height: 90px;
}
#offcanvas-right-cart .offcanvas-right-products .product-list .right .price input {
  margin-left: 10px;
  width: 50px;
  height: 24px;
}
#offcanvas-right-cart .offcanvas-right-products .product-list .right .offcanvas-products-delete {
  cursor: pointer;
  color: #999;
}
#offcanvas-mobile-menu {
  width: min(100vw, 430px);
  max-width: 100%;
  border-right: 0;
  z-index: 1999998;
  overflow: hidden;
  background: radial-gradient(circle at top center, rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0) 34%), linear-gradient(180deg, rgba(17, 9, 6, 0.96) 0, rgba(17, 9, 6, 0.9) 118px, rgba(248, 244, 239, 0.98) 118px), url("https://cdn.shopify.com/s/files/1/0593/6598/2388/files/20220425-184453_3024x.jpg?v=1650883619") center top/cover no-repeat;
  color: #271d17;
  box-shadow: 28px 0 64px rgba(10, 6, 4, 0.35);
}
#offcanvas-mobile-menu .offcanvas-header {
  padding: 0;
  border-bottom: 0;
  position: relative;
  z-index: 2;
}
#offcanvas-mobile-menu .mobile-menu-wrap {
  position: relative;
  z-index: 2;
  margin-top: -0.5rem;
  padding: 1rem 0 calc(1.25rem + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 112px);
  min-height: calc(100dvh - 112px);
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 30px 30px 0 0;
  background: linear-gradient(180deg, rgba(252, 249, 244, 0.98) 0, rgba(248, 243, 236, 0.96) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 -20px 40px rgba(47, 28, 17, 0.14);
}
#offcanvas-mobile-menu .mobile-menu-wrap::before {
  content: "";
  width: 54px;
  height: 4px;
  border-radius: 999px;
  background: rgba(112, 83, 58, 0.2);
  margin: 0 auto 0.65rem;
  display: block;
  flex: 0 0 auto;
}
#offcanvas-mobile-menu .mobile-menu-wrap::-webkit-scrollbar {
  width: 6px;
}
#offcanvas-mobile-menu .mobile-menu-wrap::-webkit-scrollbar-thumb {
  background: rgba(87, 63, 43, 0.18);
  border-radius: 999px;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion {
  margin-top: 0.15rem;
  border-top: 0;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item {
  border: 0;
  background: transparent;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item + .accordion-item {
  margin-top: 0.15rem;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item.is-active > .nav-item-text > a {
  color: #1f1712;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item.is-active > .nav-item-text {
  background: rgba(98, 70, 46, 0.06);
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin: 0 0.85rem;
  padding: 0 0.45rem 0 1.2rem;
  border-radius: 22px;
  transition: background-color 0.22s ease, transform 0.22s ease;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > a {
  flex: 1;
  min-height: 66px;
  padding: 0;
  display: flex;
  align-items: center;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 5vw, 1.32rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #2b211b;
  line-height: 1.04;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > a.is-anchor-active {
  color: #1f1712;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > a .badge {
  position: relative;
  margin-left: 13px;
  font-weight: 400;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > a .badge::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
  border: 4px solid;
  border-right-width: 7px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-right-color: inherit;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > span {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(88, 65, 47, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(53, 37, 24, 0.72);
  box-shadow: 0 8px 20px rgba(51, 33, 20, 0.08);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > span[aria-expanded=true] {
  background: rgba(212, 182, 142, 0.26);
  color: #2b211b;
  box-shadow: 0 10px 24px rgba(96, 70, 47, 0.14);
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > span[aria-expanded=true] i {
  transform: rotate(180deg);
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse {
  margin: 0 0.95rem 0.7rem;
  padding: 0.7rem 1rem 0.85rem;
  border-top: 0;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 0 1px rgba(95, 72, 52, 0.06), 0 14px 28px rgba(42, 26, 16, 0.08);
  backdrop-filter: blur(14px);
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .children-title {
  min-height: 44px;
  padding-left: 0.25rem;
  font-size: 0.86rem;
  color: #4e3d32;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .children-title span {
  margin-right: -6px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .children-title span[aria-expanded=true] i::before {
  content: "\f63b";
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .nav a {
  color: #6e5b4d;
  font-size: 0.84rem;
  padding: 0.48rem 0 !important;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .ul-children {
  gap: 0.1rem;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .ul-children .nav-item {
  padding: 0;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .ul-children .ul-children-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .ul-children .nav-link {
  flex: 1;
  min-width: 0;
  color: #5c4b3f;
  font-size: 0.87rem;
  line-height: 1.45;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .ul-children .ul-children-toggle {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(103, 78, 56, 0.08);
  color: #6e5b4d;
  transition: background-color 0.2s ease, color 0.2s ease;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .ul-children .ul-children-toggle i {
  transition: transform 0.2s ease;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .ul-children .ul-children-toggle[aria-expanded=true] {
  background: rgba(177, 142, 103, 0.18);
  color: #3b2a1e;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .ul-children .ul-children-toggle[aria-expanded=true] i {
  transform: rotate(45deg);
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .ul-children.ul-children-nested {
  margin-top: 0.25rem;
  padding-left: 0.9rem;
  border-left: 1px solid rgba(96, 71, 49, 0.12);
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .ul-children.ul-children-nested .nav-link {
  font-size: 0.82rem;
  color: #715c4c;
}

body.sg-mobile-menu-open .offcanvas-backdrop.show {
  z-index: 1999997;
  opacity: 1;
  background: rgba(18, 10, 6, 0.46);
  backdrop-filter: blur(5px);
}
body.sg-mobile-menu-open .sth-reviews-tab,
body.sg-mobile-menu-open .sth-reviews-mobile-trigger {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-18px);
}

header .logo-white,
header .logo-dark {
  display: none;
}
header .logo-dark {
  display: block;
}
header .sg-header-shell {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(50, 39, 31, 0.08);
  backdrop-filter: blur(10px);
}
header .sg-header-shell.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
header .sg-header-line,
header .sg-header-left,
header .sg-header-right,
header .sg-header-actions,
header .sg-header-main {
  display: flex;
  align-items: center;
}
header .sg-header-desktop {
  padding: 0.85rem 0 !important;
}
header .sg-header-line {
  min-height: 72px;
  justify-content: space-between;
  gap: 1rem;
}
header .sg-header-left,
header .sg-header-right {
  flex: 1 1 0;
  min-width: 0;
  gap: 0.8rem;
}
header .sg-header-left {
  justify-content: flex-start;
  padding-right: 0.8rem;
}
header .sg-header-right {
  justify-content: flex-end;
  padding-left: 0.8rem;
}
header .sg-header-main {
  flex: 0 0 auto;
  justify-content: center;
  min-width: 160px;
  max-width: 160px;
}
header .sg-header-brand {
  width: auto;
  justify-content: center;
}
header .sg-utility-link,
header .sg-utility-button,
header .sg-locale-trigger,
header .sg-header-icons .nav-link {
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
header .sg-utility-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.35rem;
  padding: 0;
  text-decoration: none;
  font-size: 0.73rem;
  line-height: 1;
  flex: 0 0 auto;
}
header .sg-utility-link i,
header .sg-header-icons .nav-link i {
  font-size: 1.05rem;
}
header .sg-utility-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0 0.2rem;
  border: 0;
  background: transparent;
  box-shadow: none !important;
  font-size: 0.72rem;
  line-height: 1;
}
header .sg-utility-dropdown {
  display: inline-flex;
  align-items: center;
}
header .sg-utility-button::after {
  margin-left: 0.45rem;
}
header .sg-locale-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
header .sg-locale-switcher.is-open .sg-locale-trigger {
  background: rgba(250, 246, 241, 0.94);
  border-color: rgba(122, 94, 58, 0.16);
  color: #2f241c !important;
  box-shadow: 0 12px 28px rgba(37, 24, 14, 0.1);
}
header .sg-locale-switcher.is-open .sg-locale-caret {
  transform: rotate(180deg);
}
header .sg-locale-switcher.is-open .sg-locale-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
header .sg-locale-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.15rem;
  padding: 0 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 249, 244, 0.08);
  box-shadow: none !important;
  font-size: 0.68rem;
  line-height: 1;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
header .sg-locale-trigger:focus-visible {
  border-color: rgba(122, 94, 58, 0.28);
  background: rgba(250, 244, 237, 0.84);
  color: #2f241c !important;
}
header .sg-locale-segment {
  display: inline-flex;
  align-items: baseline;
  gap: 0.32rem;
}
header .sg-locale-segment-label {
  font-size: 0.54rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.58;
}
header .sg-locale-primary,
header .sg-locale-secondary {
  white-space: nowrap;
}
header .sg-locale-primary {
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}
header .sg-locale-secondary {
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}
header .sg-locale-divider {
  opacity: 0.35;
}
header .sg-locale-caret {
  font-size: 0.6rem;
  transition: transform 0.2s ease;
}
header .sg-locale-panel {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  width: min(390px, 100vw - 2rem);
  padding: 0.8rem;
  border-radius: 20px;
  border: 1px solid rgba(102, 76, 48, 0.12);
  background: rgba(251, 247, 242, 0.96);
  box-shadow: 0 18px 40px rgba(34, 23, 15, 0.14);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.24s ease, visibility 0.24s ease, transform 0.24s ease;
  z-index: 50;
}
header .sg-locale-search {
  margin-bottom: 0.7rem;
}
header .sg-locale-search-input {
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(86, 66, 47, 0.14);
  background: rgba(255, 255, 255, 0.88);
  color: #2d241d;
  padding: 0 1rem;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
  box-shadow: none !important;
}
header .sg-locale-search-input::-moz-placeholder {
  color: rgba(70, 52, 36, 0.54);
}
header .sg-locale-search-input::placeholder {
  color: rgba(70, 52, 36, 0.54);
}
header .sg-locale-search-input:focus {
  border-color: rgba(122, 94, 58, 0.34);
  background: rgba(255, 252, 249, 0.98);
}
header .sg-locale-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  color: #2f241c;
}
header .sg-locale-group {
  min-width: 0;
}
header .sg-locale-group.is-hidden {
  display: none;
}
header .sg-locale-group + .sg-locale-group {
  margin-top: 0;
}
header .sg-locale-group-title {
  margin-bottom: 0.45rem;
  padding: 0 0.2rem;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(73, 56, 40, 0.72);
}
header .sg-locale-list {
  display: grid;
  gap: 0.35rem;
  max-height: 240px;
  overflow-y: auto;
  padding-right: 0.05rem;
}
header .sg-locale-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.12rem;
  min-height: 0;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(96, 71, 47, 0.06);
  background: rgba(255, 255, 255, 0.48);
  color: #2f241c;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
header .sg-locale-item:hover, header .sg-locale-item:focus-visible {
  background: rgba(201, 172, 129, 0.1);
  border-color: rgba(128, 96, 62, 0.16);
  color: #2f241c;
  transform: translateY(-1px);
}
header .sg-locale-item.is-active {
  border-color: rgba(128, 96, 62, 0.22);
  background: rgba(201, 172, 129, 0.16);
}
header .sg-locale-item-main {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 0.94rem;
  line-height: 1.02;
}
header .sg-locale-item-sub {
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(73, 56, 40, 0.74);
}
header .sg-locale-empty {
  grid-column: 1/-1;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
  color: rgba(73, 56, 40, 0.72);
}
header .sg-header-logo img {
  max-width: 112px !important;
  max-height: 48px !important;
}
header .sg-header-icons {
  flex-direction: row;
  align-items: center;
  gap: 0.12rem;
  margin-left: 0 !important;
}
header .sg-header-icons .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  padding: 0 !important;
  border-radius: 999px;
  font-size: 0.74rem;
}
header .sg-header-nav {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}
header .sg-header-nav .menu-wrap {
  width: 100%;
}
header .sg-header-nav .navbar-nav {
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0 0.75rem;
  margin-left: 0 !important;
}
header .sg-header-nav .nav-item > .nav-link {
  padding: 0.2rem 0 !important;
  font-family: inherit;
  font-size: 0.94rem !important;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  white-space: nowrap;
  line-height: 1.1;
  position: relative;
  transition: color 0.2s ease, opacity 0.2s ease;
}
header .sg-header-nav .nav-item > .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.28rem;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.72);
  transform-origin: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
header .sg-header-nav .nav-item > .nav-link:hover::after, header .sg-header-nav .nav-item > .nav-link:focus-visible::after {
  opacity: 0.75;
  transform: scaleX(1);
}
header .sg-header-nav .nav-item.is-active > .nav-link,
header .sg-header-nav .nav-link.is-anchor-active {
  opacity: 0.92;
}
header .sg-header-nav .nav-item.is-active > .nav-link::after,
header .sg-header-nav .nav-link.is-anchor-active::after {
  opacity: 0.85;
  transform: scaleX(1);
}
header .sg-header-search-link {
  margin-left: 0;
  width: 2.25rem;
  flex: 0 0 2.25rem;
  gap: 0;
  margin-right: 0.65rem;
}
header .sg-header-icons .nav-link:hover,
header .sg-utility-link:hover,
header .sg-locale-trigger:hover,
header .sg-header-nav .nav-link:hover {
  opacity: 0.86;
}
header .sg-mobile-header {
  position: relative;
  z-index: 30;
}
header .header-mobile {
  border-bottom: 1px solid rgba(34, 30, 27, 0.08);
  background: rgba(255, 255, 255, 0.96);
}
header .header-mobile.fixed {
  top: 0;
  box-shadow: 0 12px 24px rgba(25, 16, 10, 0.08);
}
header .header-mobile .mobile-content {
  min-height: 88px;
  padding: 20px 18px 14px;
}
header .header-mobile .mobile-content > div {
  width: auto;
}
header .header-mobile .mobile-content .left,
header .header-mobile .mobile-content .right {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
header .header-mobile .mobile-content .left {
  min-width: 74px;
}
header .header-mobile .mobile-content .center {
  flex: 1;
  display: flex;
  justify-content: center;
}
header .header-mobile .mobile-content .center a {
  height: 42px;
}
header .header-mobile .mobile-content .right {
  min-width: 74px;
  justify-content: flex-end;
}
header .header-mobile .mobile-content .nav-link,
header .header-mobile .mobile-content .sg-mobile-trigger {
  width: 2.55rem;
  height: 2.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  border-radius: 999px;
}
header .header-mobile .mobile-content .nav-link i,
header .header-mobile .mobile-content .sg-mobile-trigger i {
  font-size: 1.28rem;
  line-height: 1;
}
header .header-mobile .mobile-content .mobile-open-menu {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0;
}
header .header-mobile .mobile-content .mobile-open-search i {
  font-size: 1.06rem;
}
header .header-mobile .mobile-content .m-cart .cart-badge-quantity {
  left: 16px;
  top: -5px;
}
header .header-mobile .mobile-content .logo img {
  max-height: 42px;
}
header .sg-mobile-menu-top {
  width: 100%;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 0.85rem;
  padding: calc(18px + env(safe-area-inset-top)) 18px 24px;
  color: #fff;
}
header .sg-mobile-menu-close,
header .sg-mobile-menu-actions .nav-link,
header .sg-mobile-menu-actions .sg-mobile-trigger {
  width: 2.55rem;
  height: 2.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: inherit;
  border-radius: 999px;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
header .sg-mobile-menu-close:hover, header .sg-mobile-menu-close:focus-visible,
header .sg-mobile-menu-actions .nav-link:hover,
header .sg-mobile-menu-actions .nav-link:focus-visible,
header .sg-mobile-menu-actions .sg-mobile-trigger:hover,
header .sg-mobile-menu-actions .sg-mobile-trigger:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}
header .sg-mobile-menu-close {
  font-size: 1.1rem;
}
header .sg-mobile-menu-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}
header .sg-mobile-menu-brand img {
  max-height: 44px;
  max-width: 180px;
}
header .sg-mobile-menu-brand .color-login {
  display: none;
}
header .sg-mobile-menu-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
header .sg-mobile-menu-actions i {
  font-size: 1.2rem;
  line-height: 1;
}
header .sg-mobile-menu-cart .cart-badge-quantity {
  left: 16px;
  top: -5px;
}
header .sg-mobile-menu-footer {
  margin: 0 1rem 0;
  margin-top: auto;
  padding: 1.2rem 0 0;
}
header .sg-mobile-account-link {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #2b211b;
  text-decoration: none;
  min-height: 64px;
  padding: 0 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(95, 72, 52, 0.06), 0 10px 24px rgba(46, 29, 18, 0.08);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
}
header .sg-mobile-account-link i {
  font-size: 1.25rem;
}
header .sg-mobile-locale-tools {
  display: grid;
  gap: 0.95rem;
  margin-top: 1.2rem;
  padding: 1rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: inset 0 0 0 1px rgba(85, 63, 45, 0.06);
}
header .sg-mobile-locale-tool {
  display: grid;
  gap: 0.45rem;
}
header .sg-mobile-locale-label {
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(76, 57, 43, 0.66);
}
header .sg-mobile-locale-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
header .sg-mobile-locale-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(69, 49, 34, 0.1);
  background: rgba(255, 255, 255, 0.66);
  color: #392b20;
  text-decoration: none;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
header .sg-mobile-locale-chip.is-active {
  border-color: rgba(128, 96, 62, 0.2);
  background: rgba(210, 183, 145, 0.18);
  color: #2b211b;
}
body.page-home header .sg-header-shell:not(.fixed) {
  border-bottom-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}
body.page-home header .sg-header-shell:not(.fixed) .sg-utility-link,
body.page-home header .sg-header-shell:not(.fixed) .sg-utility-button,
body.page-home header .sg-header-shell:not(.fixed) .sg-locale-trigger,
body.page-home header .sg-header-shell:not(.fixed) .sg-header-icons .nav-link,
body.page-home header .sg-header-shell:not(.fixed) .sg-header-nav .nav-link {
  color: #fff;
}
body.page-home header .sg-mobile-header .header-mobile:not(.fixed) {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
}
body.page-home header .sg-mobile-header .header-mobile:not(.fixed) .mobile-open-menu {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.04);
}
header .sg-header-shell.fixed {
  color: #2d241d;
}
header .sg-header-shell.fixed .sg-utility-link,
header .sg-header-shell.fixed .sg-utility-button,
header .sg-header-shell.fixed .sg-locale-trigger,
header .sg-header-shell.fixed .sg-header-icons .nav-link,
header .sg-header-shell.fixed .sg-header-nav .nav-link {
  color: #2d241d !important;
}
@media (max-width: 1199.98px) {
  header .sg-header-line {
    gap: 1rem;
  }
  header .sg-header-left,
  header .sg-header-right {
    gap: 0.7rem;
  }
  header .sg-header-nav .nav-item > .nav-link {
    font-size: 0.76rem !important;
  }
  header .sg-header-search-link span {
    display: none;
  }
  header .sg-locale-primary {
    font-size: 0.7rem;
  }
  header .sg-locale-trigger {
    padding: 0 0.7rem;
  }
}
@media (max-width: 1599.98px) {
  header .sg-header-search-link span {
    display: none;
  }
  header .sg-header-search-link {
    gap: 0;
  }
}
@media (max-width: 1399.98px) {
  header .sg-header-left,
  header .sg-header-right {
    padding-left: 0;
    padding-right: 0;
  }
  header .sg-header-nav .navbar-nav {
    gap: 0 0.48rem;
  }
  header .sg-locale-trigger {
    gap: 0.32rem;
    padding: 0 0.65rem;
  }
}
@media (max-width: 991.98px) {
  header .sg-locale-body {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1599.98px) {
  header .sg-header-nav .nav-item > .nav-link {
    font-size: 0.86rem !important;
  }
}
@media (min-width: 1600px) {
  header .sg-header-nav .nav-item > .nav-link {
    font-size: 1rem !important;
  }
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-09-03 22:32:29
 * @LastEditTime  2022-09-16 20:48:00
 */
footer {
  background: #f6f6f8;
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
}
footer .footer-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  footer {
    margin-top: 5rem;
  }
}
footer .footer-active {
  outline: 2px dashed #4bb1f0 !important;
}
footer .services-wrap {
  padding: 2.2rem 0;
  border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 768px) {
  footer .services-wrap {
    padding: 0.5rem 0;
  }
}
footer .services-wrap .service-item {
  display: flex;
  align-items: center;
}
footer .services-wrap .service-item .icon {
  width: 38px;
  flex: 0 0 38px;
  margin-right: 14px;
}
@media (max-width: 768px) {
  footer .services-wrap .service-item .icon {
    display: none;
  }
}
footer .services-wrap .service-item p {
  margin-bottom: 0;
}
footer .services-wrap .service-item .title {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 0.9rem;
  color: #333;
}
footer .services-wrap .service-item .sub-title {
  font-size: 0.7rem;
  color: #8D94A0;
}
@media (min-width: 768px) {
  footer .footer-content {
    padding: 3rem 0;
  }
}
@media (max-width: 768px) {
  footer .footer-content > .row {
    margin: 0;
  }
  footer .footer-content > .row > .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
footer .footer-content a {
  color: #666;
}
footer .footer-content a:hover {
  color: #2d2d2d;
}
footer .footer-content .logo {
  max-width: 240px;
  margin-bottom: 10px;
}
footer .footer-content .text {
  color: #010000;
}
footer .footer-content h6 {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  footer .footer-content h6 {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  footer .footer-content h6 {
    margin-bottom: 0;
    padding: 12px 0;
  }
}
footer .footer-content h6 .icon-open {
  display: none;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 768px) {
  footer .footer-content h6 .icon-open {
    display: block;
  }
}
footer .footer-content .social-network {
  margin-top: 10px;
  display: flex;
}
footer .footer-content .social-network > a {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
footer .footer-content .social-network > a:hover {
  transform: translateY(-5px);
}
@media (min-width: 768px) {
  footer .footer-content .intro-title {
    display: none;
  }
}
@media (max-width: 768px) {
  footer .footer-content .footer-link-wrap {
    border-bottom: 1px solid #eee;
  }
}
footer .footer-content .footer-link-wrap.active .icon-open i:before {
  content: "\f63b";
}
footer .footer-content .footer-link-wrap.active ul.list-unstyled, footer .footer-content .footer-link-wrap.active .intro-wrap {
  max-height: 1666px;
}
footer .footer-content .footer-link-wrap ul.list-unstyled, footer .footer-content .footer-link-wrap .intro-wrap {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  footer .footer-content .footer-link-wrap ul.list-unstyled, footer .footer-content .footer-link-wrap .intro-wrap {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
  }
}
footer .footer-bottom {
  display: flex;
  align-items: center;
  background: #EFEFF4;
  color: #666;
}
@media (min-width: 768px) {
  footer .footer-bottom {
    min-height: 60px;
  }
}
@media (max-width: 768px) {
  footer .footer-bottom {
    padding: 10px 0;
  }
  footer .footer-bottom .row.align-items-center, footer .footer-bottom .d-flex {
    justify-content: center;
  }
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-09-03 22:32:29
 * @LastEditTime  2022-09-16 20:56:27
 */
.product-list-wrap .col-12:not(:last-of-type) .product-wrap:hover {
  box-shadow: none;
}
.product-list-wrap .col-12:not(:last-of-type) .product-wrap:hover .image {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.product-list-wrap .col-12:not(:last-of-type) .product-wrap:hover .button-wrap {
  bottom: 10px;
  opacity: 1;
}
.product-list-wrap .col-12:not(:last-of-type) .product-wrap:hover .button-wrap button:hover {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
  color: #111 !important;
}
.product-list-wrap .col-12:not(:last-of-type) .product-wrap:hover .button-wrap button:hover i {
  color: #111;
}

.row[class*=g-] .product-wrap {
  margin-bottom: 0;
}

.product-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  overflow: hidden;
}
.product-wrap:hover .image {
  border-color: #2d2d2d;
}
.product-wrap .product-bottom-info {
  transition: all ease-out 0.3s;
}
.product-wrap.list {
  display: flex;
  padding-bottom: 0;
}
.product-wrap.list .image {
  width: 200px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.product-wrap.list .product-name {
  height: auto;
  margin-bottom: 20px;
}
.product-wrap.list .product-bottom-info {
  padding-top: 10px;
  padding-left: 20px;
  flex: 1;
  text-align: left;
}
.product-wrap.list .product-bottom-info .product-name {
  font-size: 14px;
}
.product-wrap .image {
  margin-bottom: 10px;
  position: relative;
  border-bottom: 2px solid #495057;
  overflow: hidden;
}
.product-wrap .image .image-old {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-out 0.3s;
}
.product-wrap .image .button-wrap {
  width: 100%;
  position: absolute;
  z-index: 40;
  bottom: -30px;
  opacity: 0;
  transition: all 0.3s ease-out;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #eee;
}
.product-wrap .image .button-wrap button {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  width: 50%;
  font-size: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold;
  border-right: 1px solid #e6e6e6;
}
.product-wrap .image .button-wrap button:first-of-type {
  font-size: 21px;
}
.product-wrap .image .button-wrap button:last-of-type {
  border-right: 0;
}
.product-wrap .image .button-wrap button:hover {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
  color: #fff;
}
@media (min-width: 768px) {
  .product-wrap:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }
  .product-wrap:hover .product-bottom-info {
    padding: 0 10px;
  }
  .product-wrap:hover .button-wrap {
    bottom: 0;
    opacity: 1;
  }
}
.product-wrap .product-name {
  height: 39px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #666;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-wrap .product-price .price-new {
  color: #111;
  font-size: 1.1rem;
}
.product-wrap .product-price .price-old {
  color: #aaa;
  margin-left: 4px;
  text-decoration: line-through;
}

@media (max-width: 768px) {
  .product-grid:nth-child(2n+1) {
    padding-right: 5px;
  }
  .product-grid:nth-child(2n+2) {
    padding-left: 5px;
  }
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:47:45
 */
.page-categories-home, .page-pages {
  background-color: #f6f6f6;
}
.page-categories-home .post-item, .page-pages .post-item {
  display: flex;
}
.page-categories-home .post-item .image, .page-pages .post-item .image {
  flex: 0 0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border: 1px solid #eee;
}
@media (max-width: 768px) {
  .page-categories-home .post-item .image, .page-pages .post-item .image {
    margin-right: 10px;
    flex: 0 0 100px;
  }
}
@media (max-width: 768px) {
  .page-categories-home .post-item .text-summary, .page-pages .post-item .text-summary {
    display: none;
  }
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-09-01 16:23:34
 * @LastEditTime  2022-09-16 20:57:19
 */
body.page-account {
  background-color: #F7F8FA;
}
body.page-account .account-card {
  border: none;
}
body.page-account .account-card .card-items > a {
  width: 25%;
  color: #444444;
  text-decoration: none !important;
}
body.page-account .account-card .card-items > a i {
  font-size: 2rem;
}
body.page-account .account-card .card-items > a span {
  display: flex;
}
@media (min-width: 992px) {
  body.page-account .account-card .card-body {
    min-height: 509px;
  }
}
body.page-account .account-card .order-wrap {
  background-color: #f6f8f9;
}
@media (min-width: 768px) {
  body.page-account .account-card .order-wrap {
    padding: 2rem 1rem;
  }
}
body.page-account .account-card .order-wrap .icon i {
  font-size: 4.5rem;
  color: #777;
}
body.page-account .account-card .order-wrap .text {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .account-sides-info {
    margin-bottom: 14px;
  }
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-24 17:24:33
 * @LastEditTime  2022-09-16 20:56:21
 */
@media (max-width: 768px) {
  body.page-product {
    background-color: #f2f2f3;
    padding-bottom: 64px;
  }
  body.page-product .breadcrumb-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  body.page-product #product-app.container {
    padding: 0;
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  body.page-product .product-mb-block {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
  }
}
body.page-product #product-description img {
  max-width: 100%;
  height: auto;
}
body.page-product .product-image {
  position: relative;
  display: flex;
  align-items: stretch;
}
body.page-product .product-image #swiper {
  height: 100%;
}
@media (max-width: 768px) {
  body.page-product .product-image #swiper:hover .swiper-pager > div {
    display: none;
  }
}
body.page-product .product-image #swiper:hover .swiper-pager > div {
  background-color: rgba(255, 255, 255, 0.548);
  opacity: 1;
}
body.page-product .product-image #swiper:hover .swiper-pager > div:hover {
  background-color: rgb(255, 255, 255);
}
body.page-product .product-image #swiper-mobile {
  width: 100%;
  border-right: 1px solid #eee;
}
body.page-product .product-image #swiper-mobile .swiper-pagination {
  --swiper-theme-color: #ff6600; /* 设置Swiper风格 */
  --swiper-navigation-color: #ff6600; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px; /* 设置按钮大小 */
}
body.page-product .product-image .left {
  margin-right: 1rem;
}
body.page-product .product-image .left .swiper > div > div {
  border: 1px solid #eee;
  margin-bottom: 10px;
  width: 80px;
  padding: 2px;
  cursor: pointer;
}
body.page-product .product-image .left .swiper > div > div > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body.page-product .product-image .left .swiper > div > div > a img {
  max-height: 100%;
}
body.page-product .product-image .left .swiper > div > div.active, body.page-product .product-image .left .swiper > div > div:hover {
  border: 1px solid #3a3a3a;
}
body.page-product .product-image .left .swiper-pager > div {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.5s;
}
body.page-product .product-image .left .swiper-pager .swiper-button-next {
  border: 0;
  top: calc(100% - 21px);
  left: 50%;
  height: 55px;
  width: 30px;
  transform-origin: center;
  transform: rotate(90deg) translate(0, 25%);
}
body.page-product .product-image .left .swiper-pager .swiper-button-next:hover, body.page-product .product-image .left .swiper-pager .swiper-button-next.active {
  border: 0 !important;
}
body.page-product .product-image .left .swiper-pager .swiper-button-next::after {
  font-size: 18px;
}
body.page-product .product-image .left .swiper-pager .swiper-button-prev {
  border: 0;
  top: 8px;
  left: 50%;
  height: 55px;
  width: 30px;
  transform-origin: center;
  transform: rotate(90deg) translate(0, 25%);
}
body.page-product .product-image .left .swiper-pager .swiper-button-prev:hover, body.page-product .product-image .left .swiper-pager .swiper-button-prev.active {
  border: 0 !important;
}
body.page-product .product-image .left .swiper-pager .swiper-button-prev::after {
  font-size: 18px;
}
body.page-product .product-image .right {
  border: 1px solid #eee;
  position: relative;
}
body.page-product .product-image .right .product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 510px;
}
body.page-product .product-image #product-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
body.page-product .product-image .open-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  left: 50%;
  z-index: 99;
  line-height: 1;
  cursor: pointer;
}
body.page-product .product-image .open-video:hover i {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.648);
}
body.page-product .product-image .open-video i {
  font-size: 4rem;
  line-height: 1;
  border-radius: 50%;
  font-weight: 400;
  display: inline-block;
  color: rgba(255, 255, 255, 0.948);
  background-color: rgba(0, 0, 0, 0.348);
}
@media (max-width: 768px) {
  body.page-product .product-image .open-video i {
    font-size: 3rem;
  }
}
body.page-product .product-image .close-video {
  position: absolute;
  top: 6px;
  right: 10px;
  z-index: 9999;
  color: #aaa;
  font-size: 30px;
  cursor: pointer;
}
body.page-product .product-image .close-video:hover {
  color: #fff;
}
@media (max-width: 768px) {
  body.page-product .stock-and-sku {
    background: #fafafa;
    padding: 8px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) {
  body.page-product .stock-and-sku > div {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  body.page-product .stock-and-sku > div {
    display: inline-block;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  body.page-product .stock-and-sku > div .title {
    width: 80px;
  }
}
body.page-product .variables-wrap .variable-group {
  margin-bottom: 10px;
}
body.page-product .variables-wrap .variable-group:last-of-type {
  margin-bottom: 0;
}
body.page-product .variables-wrap .variable-info > div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #ddd;
  margin-left: 0;
  min-width: 3rem;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  flex-direction: column;
  border-radius: 4px;
  transition: all 0.1s ease-in-out;
}
body.page-product .variables-wrap .variable-info > div:hover, body.page-product .variables-wrap .variable-info > div.selected {
  border-color: #222;
}
body.page-product .variables-wrap .variable-info > div:not(.is-v-image) {
  padding: 0.4rem 0.5rem;
}
body.page-product .variables-wrap .variable-info > div > span.image {
  width: 50px;
}
body.page-product .variables-wrap .variable-info > div:not(.selected).disabled {
  border: 1px dashed #2e2929;
  color: #999;
  font-weight: initial;
}
@media (max-width: 768px) {
  body.page-product .product-btns {
    z-index: 100;
    max-height: 102px;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0;
    box-shadow: 0 -8px 12px 0 rgba(0, 0, 0, 0.1019607843);
    flex-wrap: wrap;
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
  }
  body.page-product .product-btns .quantity-btns {
    flex: 1;
    display: flex;
    align-items: center;
  }
  body.page-product .product-btns .add-cart-btns {
    padding: 0 10px;
  }
  body.page-product .product-btns .add-cart-btns > .btn {
    margin: 0 0 6px;
    width: 100%;
  }
  body.page-product .product-btns .add-cart-btns > .btn:last-child {
    margin-bottom: 0;
  }
  body.page-product .product-btns .add-cart {
    flex: 1;
    margin-left: 10px;
  }
  body.page-product .product-btns .btn-buy-now {
    margin: 0 10px;
  }
  body.page-product .product-btns .add-wishlist .btn {
    padding: 0;
    color: #333 !important;
  }
  body.page-product .product-btns .add-wishlist span {
    display: none;
  }
  body.page-product .product-btns .add-wishlist i {
    font-size: 20px;
  }
}
body.page-product .peoduct-info .product-name {
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (max-width: 768px) {
  body.page-product .peoduct-info .product-name {
    font-size: 1rem;
    font-weight: normal;
  }
}
body.page-product .peoduct-info .rating-wrap {
  margin-bottom: 2rem;
}
body.page-product .peoduct-info .rating-wrap .rating {
  margin-right: 0.5rem;
}
body.page-product .peoduct-info .rating-wrap .rating i {
  color: #2d2d2d;
}
body.page-product .peoduct-info .price-wrap {
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  body.page-product .peoduct-info .price-wrap {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  body.page-product .peoduct-info .quantity-btns {
    display: flex;
  }
}
body.page-product .peoduct-info .quantity-btns .quantity-input {
  max-width: 5rem;
  text-align: center;
}
body.page-product .peoduct-info .quantity-btns .quantity-wrap {
  height: 43px;
}
body.page-product .peoduct-info .add-wishlist button {
  padding: 0 !important;
  margin-top: 10px;
}
body.page-product .product-description .nav-tabs .nav-link {
  border: none;
}
body.page-product .product-description .nav-tabs .nav-link.active {
  position: relative;
  background-color: transparent;
  color: #2d2d2d;
}
body.page-product .product-description .nav-tabs .nav-link.active:before {
  border-top: 1px solid #2d2d2d;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  body.page-product .attribute-table tr td:first-of-type {
    width: 20%;
  }
}
@media (max-width: 768px) {
  body.page-product .attribute-table tr td:first-of-type {
    width: 40%;
  }
}
@media (max-width: 768px) {
  body.page-product .relations-wrap .container {
    padding: 0 0 10px;
  }
}
body.page-product .relations-wrap .title {
  font-size: 20px;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  body.page-product .relations-wrap .title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
body.page-product .relations-wrap .swiper-pagination {
  bottom: -10px;
}
body.page-product .relations-wrap .swiper-pagination .swiper-pagination-bullet {
  height: 3px;
  border-radius: 0;
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-15 17:35:29
 * @LastEditTime  2022-09-16 20:47:16
 */
body.page-checkout, body.page-cart {
  background-color: #f6f8fa;
}
@media (max-width: 768px) {
  body.page-checkout, body.page-cart {
    padding-bottom: 64px;
  }
}
@media (min-width: 992px) {
  body.page-checkout .left-column, body.page-cart .left-column {
    width: 70%;
  }
}
@media (min-width: 992px) {
  body.page-checkout .right-column, body.page-cart .right-column {
    width: 30%;
  }
}
@media (max-width: 768px) {
  body.page-checkout .right-column, body.page-cart .right-column {
    margin-top: 1.4rem;
  }
}

body.page-cart .cart-products-wrap .table tbody {
  border-top: none;
}
body.page-cart .cart-products-wrap .table tbody td {
  vertical-align: middle;
  border-color: #f0f2f4;
}
body.page-cart .cart-products-wrap .table thead {
  background-color: #F8F9FA;
}
body.page-cart .cart-products-wrap .table thead th {
  border-bottom: none;
  padding: 0.7rem 0.5rem;
  box-shadow: none;
  white-space: nowrap;
}
body.page-cart .cart-products-wrap .table .p-image input {
  flex: 0 0 1;
}
body.page-cart .total-wrap.total-wrap-fixed {
  position: fixed;
  top: 0;
  right: 0;
}
body.page-cart .total-wrap .card-header {
  padding-top: 1rem;
  border-bottom: none;
  background-color: transparent;
}
body.page-cart .total-wrap .list-group li {
  background-color: transparent;
  padding: 0.7rem 0;
  border-color: #EEEEEE;
}
body.page-cart .total-wrap .list-group li:not(.d-grid) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.page-cart .total-wrap .list-group li .total-price {
  color: #222222;
  font-size: 1.2rem;
  font-weight: bold;
}
body.page-cart .mb-product-wrap {
  margin-left: -12px;
  margin-right: -12px;
}
body.page-cart .mb-product-wrap .mb-product-list {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}
body.page-cart .mb-product-wrap .mb-product-list .quantity-wrap-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.page-cart .mb-product-wrap .mb-product-list .quantity-wrap-line input {
  width: 38px;
  border-radius: 0;
}
body.page-cart .mb-product-wrap .mb-product-list .quantity-wrap-line input, body.page-cart .mb-product-wrap .mb-product-list .quantity-wrap-line i {
  height: 24px;
  line-height: 24px;
  padding: 0;
  text-align: center;
  display: block;
}
body.page-cart .mb-product-wrap .mb-product-list .quantity-wrap-line i {
  width: 24px;
  border: 1px solid #dee2e6;
  display: inline-block;
  cursor: pointer;
}
body.page-cart .mb-product-wrap .mb-product-list .quantity-wrap-line .bi-chevron-up {
  transform: rotate(-270deg);
  margin-left: -1px;
}
body.page-cart .mb-product-wrap .mb-product-list .quantity-wrap-line .bi-chevron-down {
  transform: rotate(90deg);
  margin-right: -1px;
}
body.page-cart .cart-mb-total {
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  background: #fff;
  z-index: 100;
  padding: 8px 12px;
  bottom: 0;
  justify-content: space-between;
  box-shadow: 0 -8px 12px 0 rgba(0, 0, 0, 0.1019607843);
  transition: transform 0.3s ease-in-out;
  padding-bottom: calc(8px + env(safe-area-inset-bottom));
}
body.page-cart .cart-mb-total .right {
  flex: 1;
  text-align: right;
}
body.page-cart .cart-mb-total .right .total-price {
  font-size: 0.9rem;
}
body.page-cart .cart-mb-total .btn-checkout {
  width: 50%;
  margin-left: 4px;
}

body.page-checkout {
  background: #f5f5f5;
}
body.page-checkout .checkout-page {
  max-width: 1340px;
  padding-bottom: 3.5rem;
}
body.page-checkout .checkout-intro {
  margin-bottom: 0.5rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 991px) {
  body.page-checkout .checkout-intro {
    display: block;
  }
}
body.page-checkout .checkout-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #737373;
  background: transparent;
}
body.page-checkout .checkout-heading {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.9rem, 2.3vw, 2.35rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  color: #111827;
  max-width: none;
}
body.page-checkout .checkout-subtitle {
  max-width: 29rem;
  color: #6b7280;
  font-size: 0.92rem;
  line-height: 1.6;
}
body.page-checkout .checkout-intro__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: #6b7280;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}
body.page-checkout .checkout-intro__meta span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1px;
  margin-left: 0.85rem;
  background: rgba(107, 114, 128, 0.28);
  vertical-align: middle;
}
@media (max-width: 991px) {
  body.page-checkout .checkout-intro__meta {
    margin-top: 1rem;
    flex-wrap: wrap;
    white-space: normal;
  }
}
body.page-checkout .checkout-main-card,
body.page-checkout .checkout-summary-card,
body.page-checkout .checkout-login-card {
  border-radius: 0;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important;
}
body.page-checkout .checkout-stack {
  display: grid;
  gap: 1rem;
}
@media (min-width: 992px) {
  body.page-checkout .checkout-layout {
    align-items: flex-start;
  }
}
body.page-checkout .checkout-section {
  padding: 1.3rem 1.35rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.1rem;
  background: #fff;
}
@media (max-width: 768px) {
  body.page-checkout .checkout-section {
    padding: 0.95rem;
    border-radius: 0.2rem;
  }
}
body.page-checkout .checkout-title-wrap {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.95rem;
}
body.page-checkout .checkout-step {
  min-width: 1.85rem;
  height: 1.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.78rem;
  color: #4b5563;
  background: #ece7de;
  border: 1px solid #e5e7eb;
}
body.page-checkout .checkout-title-block {
  flex: 1;
  min-width: 0;
}
body.page-checkout .checkout-title {
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
body.page-checkout .checkout-title-text {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #111827;
}
body.page-checkout .checkout-section-meta {
  margin-top: 0.2rem;
  color: #6b7280;
  font-size: 0.8rem;
}
body.page-checkout .radio-line-wrap {
  display: grid;
  gap: 0.55rem;
}
body.page-checkout .radio-line-wrap .radio-line-item {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  padding: 0.85rem 0.9rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.08rem;
  background: #fffdfa;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 768px) {
  body.page-checkout .radio-line-wrap .radio-line-item {
    padding: 0.9rem;
  }
}
body.page-checkout .radio-line-wrap .radio-line-item:hover {
  border-color: #cbd5e1;
  background: #fff;
}
body.page-checkout .radio-line-wrap .radio-line-item.active {
  border-color: #111827;
  background: #fff;
  box-shadow: inset 3px 0 0 #111827;
}
body.page-checkout .radio-line-wrap .radio-line-item.active .radio {
  border-color: #111827;
}
body.page-checkout .radio-line-wrap .radio-line-item.active .radio:before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #111827;
}
body.page-checkout .radio-line-wrap .radio-line-item .radio {
  position: relative;
  width: 18px;
  flex: 0 0 18px;
  height: 18px;
  margin-top: 0.15rem;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
  background: #fff;
}
body.page-checkout .radio-line-wrap .radio-line-item .left {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-right: 0.35rem;
  min-width: 4.6rem;
}
body.page-checkout .radio-line-wrap .radio-line-item .method-icon-wrap {
  width: 2.55rem;
  height: 2.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  background: #f9fafb;
  border: 1px solid #eef2f7;
}
body.page-checkout .radio-line-wrap .radio-line-item .method-icon-wrap img {
  max-width: 1.7rem;
  max-height: 1.7rem;
}
body.page-checkout .radio-line-wrap .radio-line-item .right {
  flex: 1;
  min-width: 0;
}
body.page-checkout .radio-line-wrap .radio-line-item .title {
  font-weight: 600;
  color: #111827;
  line-height: 1.3;
  font-size: 0.95rem;
}
body.page-checkout .radio-line-wrap .radio-line-item .meta {
  margin-top: 0.12rem;
  color: #6b7280;
  font-size: 0.8rem;
  line-height: 1.45;
}
body.page-checkout .checkout-addresses .item.address-card {
  height: 100%;
  min-height: 10.8rem;
  padding: 0.9rem 0.95rem 0.85rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.08rem;
  background: #fffdfa;
  margin-bottom: 0.7rem;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 768px) {
  body.page-checkout .checkout-addresses .item.address-card {
    min-height: auto;
    padding: 0.95rem;
  }
}
body.page-checkout .checkout-addresses .item.address-card:hover {
  border-color: #cbd5e1;
  background: #fff;
}
body.page-checkout .checkout-addresses .item.address-card.active {
  border-left: 1px solid #111827;
  border-color: #111827;
  background: #fff;
  box-shadow: inset 3px 0 0 #111827;
}
body.page-checkout .checkout-addresses .item.address-card.active:before {
  display: none;
}
body.page-checkout .checkout-addresses .address-card__body {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
}
body.page-checkout .checkout-addresses .address-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
body.page-checkout .checkout-addresses .address-card__status,
body.page-checkout .checkout-addresses .address-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
body.page-checkout .checkout-addresses .address-card__status {
  padding: 0.38rem 0.58rem;
  color: #374151;
  background: #f3f4f6;
}
body.page-checkout .checkout-addresses .address-card__tag {
  color: #6b7280;
}
body.page-checkout .checkout-addresses .address-right.address-card {
  cursor: default;
  border-style: dashed;
}
body.page-checkout .checkout-addresses .address-card--action {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f9fafb;
}
body.page-checkout .checkout-addresses .address-card__action-inner {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 0.9rem;
}
body.page-checkout .checkout-addresses .address-card__action-icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: #eef2f7;
  color: #4b5563;
  font-size: 1rem;
}
body.page-checkout .checkout-addresses .address-card__action-copy {
  color: #6b7280;
  font-size: 0.84rem;
}
body.page-checkout .checkout-addresses .name-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem 0.7rem;
  line-height: 1.2;
}
body.page-checkout .checkout-addresses .zipcode,
body.page-checkout .checkout-addresses .address-info {
  color: #4b5563;
  min-height: 0;
  height: auto;
}
body.page-checkout .checkout-addresses .address-info {
  line-height: 1.42;
  font-size: 0.88rem;
}
body.page-checkout .checkout-addresses .address-bottom {
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.65rem;
  border-top: 1px solid #eef2f7;
}
body.page-checkout .checkout-comment {
  min-height: 6.6rem;
  border-radius: 0.25rem;
  border-color: #d1d5db;
  padding: 1rem 1.05rem;
  resize: vertical;
  box-shadow: none;
  background: #fff;
}
body.page-checkout .checkout-comment:focus {
  border-color: #111827;
  background: #fff;
  box-shadow: 0 0 0 0.12rem rgba(17, 24, 39, 0.06);
}
body.page-checkout .checkout-summary-card {
  overflow: hidden;
  border: 1px solid #e5e7eb;
}
body.page-checkout .checkout-summary-card .card-header {
  background: transparent;
  border-bottom: 1px solid #eef2f7;
  padding-bottom: 0.95rem;
  margin-bottom: 1rem;
}
body.page-checkout .checkout-summary-card .summary-label {
  color: #6b7280;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
body.page-checkout .checkout-summary-card .summary-count {
  min-width: 1.7rem;
  height: 1.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #374151;
  background: #f3f4f6;
  box-shadow: none;
}
body.page-checkout .summary-hero {
  padding: 0.8rem 0 0.85rem;
  margin-bottom: 0.95rem;
  border-radius: 0;
  color: #111827;
  background: transparent;
  border-bottom: 1px solid #eef2f7;
}
body.page-checkout .summary-hero__label {
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b7280;
}
body.page-checkout .summary-hero__amount {
  margin-top: 0.3rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.65rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}
body.page-checkout .summary-hero__subline {
  margin-top: 0.3rem;
  color: #6b7280;
  font-size: 0.76rem;
  line-height: 1.45;
  max-width: 14rem;
}
body.page-checkout .products-wrap {
  border-bottom: 1px solid #eef2f7;
  margin-bottom: 0.85rem;
  padding-bottom: 0.15rem;
}
@media (min-width: 768px) {
  body.page-checkout .products-wrap {
    max-height: 17.5rem;
    overflow-y: auto;
  }
}
body.page-checkout .products-wrap .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.7rem;
}
body.page-checkout .products-wrap .image {
  display: flex;
  align-items: flex-start;
  min-width: 0;
  flex: 1;
}
body.page-checkout .products-wrap .img {
  width: 3rem;
  height: 3rem;
  border-radius: 0.15rem;
  overflow: hidden;
  background: #fff;
  border-color: #e5e7eb !important;
  flex-shrink: 0;
}
body.page-checkout .products-wrap .name {
  min-width: 0;
}
body.page-checkout .products-wrap .product-title {
  font-weight: 600;
  color: #111827;
  font-size: 0.92rem;
}
body.page-checkout .products-wrap .price {
  color: #4b5563;
  white-space: nowrap;
  font-size: 0.88rem;
}
body.page-checkout .products-wrap .quantity {
  margin-top: 0.1rem;
  font-size: 0.76rem;
}
body.page-checkout .totals {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
body.page-checkout .totals > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.65rem;
  color: #4b5563;
  font-size: 0.88rem;
}
body.page-checkout .totals > li:last-of-type {
  padding-top: 0.7rem;
  margin-top: 0.25rem;
  border-top: 1px solid #eef2f7;
  font-weight: 700;
  color: #111827;
}
body.page-checkout .totals > li:last-of-type > span:last-of-type {
  color: #111827;
  font-size: 1.02rem;
}
body.page-checkout .totals > li > span:first-of-type {
  font-size: 0.82rem;
}
body.page-checkout .summary-note {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.8rem;
  color: #6b7280;
  font-size: 0.76rem;
}
@media (max-width: 992px) {
  body.page-checkout .submit-checkout-wrap {
    position: fixed;
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    z-index: 100;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem calc(0.9rem + env(safe-area-inset-bottom));
    border-radius: 0.3rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  }
  body.page-checkout .submit-checkout-wrap #submit-checkout {
    width: auto;
    min-width: 48%;
  }
  body.page-checkout .submit-checkout-wrap .text-total {
    font-size: 1rem;
    color: #111827;
  }
}
body.page-checkout .btn-primary {
  background: #111827;
  border-color: #111827;
  border-radius: 0;
  letter-spacing: 0.02em;
}
body.page-checkout .btn-primary:hover, body.page-checkout .btn-primary:focus {
  background: #0f172a;
  border-color: #0f172a;
}
body.page-checkout .btn-outline-dark {
  border-radius: 0;
}
@media (max-width: 991px) {
  body.page-checkout .checkout-summary-card {
    margin-bottom: 1rem;
  }
  body.page-checkout .checkout-main-card .card-body {
    padding-top: 1rem !important;
  }
}
@media (min-width: 1200px) {
  body.page-checkout .right-column {
    padding-left: 2rem;
  }
  body.page-checkout .left-column {
    padding-right: 1rem;
  }
}

body.page-checkout .checkout-black,
body.page-bk-stripe .checkout-black {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body.page-checkout .total-wrap .card-body,
  body.page-bk-stripe .total-wrap .card-body {
    padding: 0;
  }
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:56:05
 */
@media (min-width: 992px) {
  body.page-categories .col-lg-9.right-column {
    flex: 1;
  }
}
@media (min-width: 992px) {
  body.page-categories .col-lg-3.left-column {
    max-width: 290px;
  }
}
@media (min-width: 1500px) {
  body.page-categories .col-lg-3.left-column {
    max-width: 340px;
  }
}
body.page-categories .col-lg-3.left-column .card:not(:last-of-type) {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 1.4rem;
  padding-bottom: 1.4rem;
}
@media (max-width: 992px) {
  body.page-categories .left-column {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    cursor: pointer;
    z-index: 999;
    background: rgba(0, 0, 0, 0.4);
  }
  body.page-categories .left-column .x-fixed-top {
    position: absolute;
    top: 0;
    height: 100%;
    width: 80%;
    padding: 20px;
    text-align: left;
    overflow-y: auto;
    transform: translateX(100%);
    background-color: #fff;
    transition: all 0.3s ease-out;
    right: 0;
  }
  body.page-categories .left-column .x-fixed-top.active {
    transform: translateX(0);
  }
}
@media (max-width: 992px) {
  body.page-categories .children-wrap {
    display: none;
  }
}
body.page-categories .children-wrap a {
  color: #333;
  margin-right: 4px;
}
body.page-categories .children-wrap a:hover {
  color: #2d2d2d;
}
body.page-categories .style-wrap label {
  cursor: pointer;
}
body.page-categories .style-wrap label.active svg {
  fill: #2d2d2d;
}
body.page-categories .style-wrap label svg {
  fill: #999;
}
body.page-categories .filter-value-wrap .list-group {
  display: block;
}
body.page-categories .filter-value-wrap .list-group .list-group-item {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  background: #f3f3f3;
  border: none;
  color: #666;
  padding: 4px 12px;
}
body.page-categories .filter-value-wrap .list-group .list-group-item.delete-all {
  background: #2d2d2d;
  color: #fff;
}
body.page-categories .filter-value-wrap .list-group .list-group-item:hover {
  background: #2d2d2d;
  color: #fff;
}
@media (min-width: 992px) {
  body.page-categories .product-tool .order-select {
    min-width: 170px;
  }
}
@media (max-width: 768px) {
  body.page-categories .product-tool .right-per-page {
    flex: 1;
    justify-content: space-between;
  }
  body.page-categories .product-tool .right-per-page .perpage-select {
    max-width: 60px;
    padding-right: 8px;
  }
  body.page-categories .product-tool .right-per-page .form-select {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.7rem;
  }
}
body.page-categories .ui-widget-content {
  border-radius: 0;
  position: relative;
  border: none;
  margin-right: 4px;
  margin-bottom: 0;
  background: none;
  cursor: pointer;
}
body.page-categories .ui-widget-content .ui-widget-header {
  background: #2d2d2d;
  position: absolute;
  top: 50%;
  border-radius: 0;
  height: 3px;
  margin-top: -3px;
}
body.page-categories .ui-widget-content .slider-bg {
  background: #e3e3e3;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 3px;
  margin-top: -3px;
}
body.page-categories .ui-widget-content .ui-slider-handle {
  width: 4px;
  margin-left: 0;
  cursor: ew-resize;
  border: none !important;
  border-radius: 0;
  background: #2d2d2d;
  outline: none !important;
}

.sidebar-widget {
  list-style: none;
  padding: 0 0 1.4rem;
  border-bottom: 1px solid #E6E6E6;
}
.sidebar-widget li {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  overflow: hidden;
  width: 100%;
  line-height: 24px;
}
.sidebar-widget li:last-of-type {
  border-bottom: none;
}
.sidebar-widget li .category-href {
  position: relative;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 36px);
}
.sidebar-widget li.active > a {
  font-weight: bold;
  color: #2d2d2d;
}
.sidebar-widget ul {
  padding-left: 12px;
  list-style: none;
}
.sidebar-widget .toggle-icon {
  float: right;
  font-size: 16px;
  padding: 0;
  width: 24px;
  height: 24px;
  text-align: center;
}
.sidebar-widget .toggle-icon i {
  color: #aaa;
}
.sidebar-widget .toggle-icon.collapsed {
  transform: rotate(-180deg);
}

.filter-box .attribute-item .form-check-label {
  cursor: pointer;
}
.filter-box .attribute-item .form-check-label:hover .form-check-input {
  border-color: #2d2d2d;
}

body.page-order-success,
body.page-payment {
  background: linear-gradient(180deg, #f5f3ee 0%, #f1efeb 100%);
}
body.page-order-success .checkout-flow-page,
body.page-payment .checkout-flow-page {
  padding-bottom: 3rem;
}
body.page-order-success .payment-shell,
body.page-order-success .checkout-success-shell,
body.page-payment .payment-shell,
body.page-payment .checkout-success-shell {
  max-width: 1180px;
  margin: 0 auto;
}
body.page-order-success .payment-shell__intro,
body.page-order-success .checkout-success-shell__hero,
body.page-payment .payment-shell__intro,
body.page-payment .checkout-success-shell__hero {
  margin-bottom: 1.8rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid rgba(31, 26, 21, 0.08);
}
body.page-order-success .payment-shell__eyebrow,
body.page-order-success .checkout-success-shell__eyebrow,
body.page-order-success .success-aside-card__eyebrow,
body.page-payment .payment-shell__eyebrow,
body.page-payment .checkout-success-shell__eyebrow,
body.page-payment .success-aside-card__eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6f675d;
}
body.page-order-success .payment-shell__title,
body.page-order-success .checkout-success-shell h1,
body.page-payment .payment-shell__title,
body.page-payment .checkout-success-shell h1 {
  margin: 0.5rem 0 0.55rem;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(2.2rem, 3vw, 3.3rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #171411;
}
body.page-order-success .payment-shell__subtitle,
body.page-order-success .checkout-success-shell p,
body.page-payment .payment-shell__subtitle,
body.page-payment .checkout-success-shell p {
  max-width: 38rem;
  color: #6c635a;
  font-size: 0.95rem;
}
body.page-order-success .payment-shell__layout,
body.page-order-success .checkout-success-shell__grid,
body.page-payment .payment-shell__layout,
body.page-payment .checkout-success-shell__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 1.4rem;
}
@media (max-width: 991px) {
  body.page-order-success .payment-shell__layout,
  body.page-order-success .checkout-success-shell__grid,
  body.page-payment .payment-shell__layout,
  body.page-payment .checkout-success-shell__grid {
    grid-template-columns: 1fr;
  }
}
body.page-order-success .payment-summary-card,
body.page-order-success .payment-panel-card,
body.page-order-success .success-card,
body.page-order-success .success-aside-card,
body.page-payment .payment-summary-card,
body.page-payment .payment-panel-card,
body.page-payment .success-card,
body.page-payment .success-aside-card {
  background: #fcfbf8;
  border: 1px solid rgba(31, 26, 21, 0.08);
  box-shadow: 0 24px 60px rgba(31, 26, 21, 0.06);
}
body.page-order-success .payment-summary-card,
body.page-payment .payment-summary-card {
  padding: 1.5rem;
}
body.page-order-success .payment-summary-card__section,
body.page-payment .payment-summary-card__section {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(31, 26, 21, 0.08);
}
body.page-order-success .payment-summary-card__section:last-of-type,
body.page-payment .payment-summary-card__section:last-of-type {
  margin-bottom: 1.2rem;
}
body.page-order-success .payment-summary-card__label,
body.page-payment .payment-summary-card__label {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6f675d;
  margin-bottom: 0.4rem;
}
body.page-order-success .payment-summary-card__value,
body.page-payment .payment-summary-card__value {
  color: #1c1712;
  font-size: 1rem;
  font-weight: 600;
}
body.page-order-success .payment-summary-card__amount,
body.page-payment .payment-summary-card__amount {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 2.2rem;
  color: #544b43;
  letter-spacing: -0.04em;
}
body.page-order-success .payment-summary-card__assurance,
body.page-payment .payment-summary-card__assurance {
  display: grid;
  gap: 0.7rem;
}
body.page-order-success .payment-summary-card__assurance-item,
body.page-order-success .success-aside-card__item,
body.page-payment .payment-summary-card__assurance-item,
body.page-payment .success-aside-card__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #5f564d;
  font-size: 0.9rem;
}
body.page-order-success .payment-summary-card__assurance-item i,
body.page-order-success .success-aside-card__item i,
body.page-payment .payment-summary-card__assurance-item i,
body.page-payment .success-aside-card__item i {
  color: #6f675d;
  margin-top: 0.1rem;
}
body.page-order-success .payment-panel-card,
body.page-payment .payment-panel-card {
  border: 0;
}
body.page-order-success .payment-panel-card .card-body.main-body,
body.page-payment .payment-panel-card .card-body.main-body {
  padding: 1.65rem;
}
@media (max-width: 768px) {
  body.page-order-success .payment-panel-card .card-body.main-body,
  body.page-payment .payment-panel-card .card-body.main-body {
    padding: 1rem;
  }
}
body.page-order-success .order-top,
body.page-payment .order-top {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.page-order-success .order-top,
  body.page-payment .order-top {
    display: block;
  }
}
body.page-order-success .order-top .left,
body.page-payment .order-top .left {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  body.page-order-success .order-top .left,
  body.page-payment .order-top .left {
    margin-bottom: 1rem;
  }
}
body.page-order-success .order-top .right,
body.page-payment .order-top .right {
  flex: 1;
  min-width: 0;
  margin-left: 0;
}
body.page-order-success .payment-panel-card__icon,
body.page-payment .payment-panel-card__icon {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ece7de;
  border: 1px solid #dfd4c6;
  color: #544b43;
}
body.page-order-success .payment-panel-card__icon i,
body.page-payment .payment-panel-card__icon i {
  font-size: 1.8rem;
  line-height: 1;
}
body.page-order-success .order-title,
body.page-payment .order-title {
  margin-bottom: 1rem;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.85rem;
  font-weight: 600;
  color: #1b1712;
}
body.page-order-success .order-info,
body.page-payment .order-info {
  padding: 1rem 1.05rem;
  margin-bottom: 1rem !important;
  background: #f8f5f0;
  border: 1px solid rgba(31, 26, 21, 0.07);
}
body.page-order-success .payment-panel-card__meta-row,
body.page-payment .payment-panel-card__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #6d645b;
  font-size: 0.9rem;
}
body.page-order-success .payment-panel-card__meta-row:not(:last-child),
body.page-payment .payment-panel-card__meta-row:not(:last-child) {
  margin-bottom: 0.65rem;
}
body.page-order-success .payment-panel-card__meta-row strong,
body.page-payment .payment-panel-card__meta-row strong {
  color: #1d1813;
  font-weight: 600;
  text-align: right;
}
body.page-order-success .payment-panel-card__gateway,
body.page-payment .payment-panel-card__gateway {
  padding-top: 0.4rem;
}
body.page-order-success .checkout-success-shell__hero,
body.page-payment .checkout-success-shell__hero {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem 1.35rem;
  align-items: center;
}
@media (max-width: 991px) {
  body.page-order-success .checkout-success-shell__hero,
  body.page-payment .checkout-success-shell__hero {
    grid-template-columns: 1fr;
  }
}
body.page-order-success .checkout-success-shell__mark,
body.page-payment .checkout-success-shell__mark {
  width: 4.6rem;
  height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ece7de;
  border: 1px solid #dfd4c6;
  color: #544b43;
  font-size: 1.9rem;
}
@media (max-width: 991px) {
  body.page-order-success .checkout-success-shell__actions,
  body.page-payment .checkout-success-shell__actions {
    margin-top: 0.3rem;
  }
}
body.page-order-success .success-card,
body.page-payment .success-card {
  border-radius: 0;
}
body.page-order-success .success-card .card-header,
body.page-payment .success-card .card-header {
  padding: 1.2rem 1.25rem;
  background: transparent;
  border-bottom: 1px solid rgba(31, 26, 21, 0.08);
}
body.page-order-success .success-card .card-body,
body.page-payment .success-card .card-body {
  padding: 1.25rem;
}
body.page-order-success .success-card__status,
body.page-payment .success-card__status {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.62rem;
  background: #ece7de;
  color: #544b43;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
body.page-order-success .success-data-grid,
body.page-payment .success-data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 767px) {
  body.page-order-success .success-data-grid,
  body.page-payment .success-data-grid {
    grid-template-columns: 1fr;
  }
}
body.page-order-success .success-data-grid__item,
body.page-order-success .success-mobile-stack__row,
body.page-payment .success-data-grid__item,
body.page-payment .success-mobile-stack__row {
  padding: 0.95rem 1rem;
  background: #f8f5f0;
  border: 1px solid rgba(31, 26, 21, 0.06);
}
body.page-order-success .success-data-grid__item span,
body.page-payment .success-data-grid__item span {
  display: block;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6f675d;
  margin-bottom: 0.45rem;
}
body.page-order-success .success-data-grid__item strong,
body.page-payment .success-data-grid__item strong {
  color: #1d1813;
  font-size: 1rem;
  font-weight: 600;
}
body.page-order-success .success-mobile-stack,
body.page-payment .success-mobile-stack {
  display: grid;
  gap: 0.7rem;
}
body.page-order-success .success-mobile-stack__row,
body.page-payment .success-mobile-stack__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #6d645b;
  font-size: 0.9rem;
}
body.page-order-success .success-mobile-stack__row strong,
body.page-payment .success-mobile-stack__row strong {
  color: #1d1813;
  text-align: right;
}
body.page-order-success .success-address-grid,
body.page-payment .success-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 767px) {
  body.page-order-success .success-address-grid,
  body.page-payment .success-address-grid {
    grid-template-columns: 1fr;
  }
}
body.page-order-success .success-address-grid__item,
body.page-payment .success-address-grid__item {
  padding: 1rem;
  background: #f8f5f0;
  border: 1px solid rgba(31, 26, 21, 0.06);
}
body.page-order-success .success-address-grid__label,
body.page-payment .success-address-grid__label {
  margin-bottom: 0.75rem;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6f675d;
}
body.page-order-success .success-address-grid__line,
body.page-payment .success-address-grid__line {
  color: #645a51;
  line-height: 1.65;
}
body.page-order-success .success-address-grid__line:not(:last-child),
body.page-payment .success-address-grid__line:not(:last-child) {
  margin-bottom: 0.45rem;
}
body.page-order-success .success-aside-card,
body.page-payment .success-aside-card {
  padding: 1.35rem 1.2rem;
  height: 100%;
}
body.page-order-success .success-aside-card .success-aside-card__eyebrow,
body.page-payment .success-aside-card .success-aside-card__eyebrow {
  margin-bottom: 1rem;
}
body.page-order-success .success-aside-card .success-aside-card__item,
body.page-payment .success-aside-card .success-aside-card__item {
  padding: 0.85rem 0;
}
body.page-order-success .success-aside-card .success-aside-card__item:not(:last-child),
body.page-payment .success-aside-card .success-aside-card__item:not(:last-child) {
  border-bottom: 1px solid rgba(31, 26, 21, 0.08);
}
body.page-order-success .success-aside-card .success-aside-card__item strong,
body.page-payment .success-aside-card .success-aside-card__item strong {
  display: block;
  color: #1d1813;
  margin-bottom: 0.25rem;
}
body.page-order-success .success-aside-card .success-aside-card__item p,
body.page-payment .success-aside-card .success-aside-card__item p {
  margin: 0;
  font-size: 0.88rem;
  color: #6c635a;
}
body.page-order-success .btn-primary,
body.page-payment .btn-primary {
  background: linear-gradient(135deg, #17120e 0%, #302721 100%);
  border-color: #17120e;
  border-radius: 0;
  letter-spacing: 0.02em;
}
body.page-order-success .btn-primary:hover, body.page-order-success .btn-primary:focus,
body.page-payment .btn-primary:hover,
body.page-payment .btn-primary:focus {
  background: linear-gradient(135deg, #241c16 0%, #3f342b 100%);
  border-color: #241c16;
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-09-01 16:23:34
 * @LastEditTime  2022-09-16 20:55:58
 */
@media (max-width: 768px) {
  body.page-account-order-list .order-status-wrap li {
    flex: 1;
    text-align: center;
  }
  body.page-account-order-list .order-status-wrap {
    margin-bottom: 14px;
  }
  body.page-account-order-list .order-status-wrap .nav-link {
    padding-left: 2px;
    padding-right: 2px;
  }
}
body.page-account-order-list .order-wrap .table .sep-row {
  height: 20px;
}
body.page-account-order-list .order-wrap .table .sep-row td {
  border: 0;
}
body.page-account-order-list .order-wrap .table .head-tr {
  background: #f5f5f5;
}
body.page-account-order-list .order-wrap .table .head-tr td {
  border-bottom-color: #f5f5f5;
}
body.page-account-order-list .order-wrap .table thead {
  background: #f5f5f5;
}
body.page-account-order-list .order-wrap .table thead th {
  font-weight: 500;
  border: 0;
}
body.page-account-order-list .order-wrap .table tbody td {
  border: 1px solid #e5e5e5;
}
body.page-account-order-list .order-wrap .table .product-info {
  display: flex;
  align-items: center;
}
body.page-account-order-list .order-wrap .table .product-info .img {
  flex: 0 0 60px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  body.page-account-order-list .order-wrap .table .product-info .img {
    flex: 0 0 50px;
    width: 50px;
  }
}
@media (max-width: 768px) {
  body.page-account-order-list .order-wrap .table .product-info .name a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
  }
}
body.page-account-order-list .order-mb-wrap .order-mb-list {
  border-radius: 4px;
}
body.page-account-order-list .order-mb-wrap .header-wrapper {
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
}
body.page-account-order-list .order-mb-wrap .footer-wrapper {
  padding-top: 10px;
  margin-top: 12px;
  border-top: 1px solid #eee;
}

body.page-account-order-info {
  background-color: #F7F8FA;
}
body.page-account-order-info .product-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
body.page-account-order-info .product-list .left {
  flex: 0 0 80px;
  margin-right: 10px;
}
body.page-account-order-info .product-list .right {
  color: #767676;
}
@media (min-width: 768px) {
  body.page-account-order-info .product-list .right {
    font-size: 0.9375rem;
  }
}
body.page-account-order-info .product-list .right .name {
  margin-bottom: 0.4rem;
  color: #1a1a1a;
}
body.page-account-order-info .nowrap {
  white-space: nowrap;
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-09-01 16:23:34
 * @LastEditTime  2022-09-16 20:55:54
 */
body.page-account-address .addresses-wrap .item, body.page-checkout .addresses-wrap .item {
  position: relative;
  padding: 14px;
  margin-bottom: 1.3rem;
  border: 1px solid #e5e5e5;
  height: 140px;
  cursor: pointer;
}
@media (max-width: 768px) {
  body.page-account-address .addresses-wrap .item, body.page-checkout .addresses-wrap .item {
    margin-bottom: 0.9rem;
    padding: 10px;
    height: auto;
  }
  body.page-account-address .addresses-wrap .item.address-right, body.page-checkout .addresses-wrap .item.address-right {
    margin-bottom: 0;
  }
}
body.page-account-address .addresses-wrap .item:hover, body.page-checkout .addresses-wrap .item:hover {
  border-color: #222;
}
body.page-account-address .addresses-wrap .item.active, body.page-checkout .addresses-wrap .item.active {
  border-left: none;
}
body.page-account-address .addresses-wrap .item.active:before, body.page-checkout .addresses-wrap .item.active:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 4px;
  height: calc(100% + 2px);
  background-color: #4991F4;
  background: repeating-linear-gradient(-45deg, #d60404 0, #d60404 10px, #fff 10px, #fff 20px, #4991F4 20px, #4991F4 30px, #fff 30px, #fff 40px);
}
body.page-account-address .addresses-wrap .item .name-wrap, body.page-checkout .addresses-wrap .item .name-wrap {
  margin-bottom: 0.6rem;
  line-height: 1;
}
body.page-account-address .addresses-wrap .item .name-wrap .name, body.page-checkout .addresses-wrap .item .name-wrap .name {
  font-size: 1rem;
  font-weight: bold;
}
body.page-account-address .addresses-wrap .item .name-wrap .phone, body.page-checkout .addresses-wrap .item .name-wrap .phone {
  font-size: 0.8rem;
  color: #666;
}
body.page-account-address .addresses-wrap .item .zipcode, body.page-checkout .addresses-wrap .item .zipcode {
  margin-bottom: 0.3rem;
  min-height: 20px;
}
body.page-account-address .addresses-wrap .item .address-info, body.page-checkout .addresses-wrap .item .address-info {
  height: 32px;
  line-height: 1.3;
}
body.page-account-address .addresses-wrap .item .address-bottom, body.page-checkout .addresses-wrap .item .address-bottom {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.page-account-address .mobileWidth, body.page-checkout .mobileWidth {
  width: 600px;
}
@media (max-width: 768px) {
  body.page-account-address .mobileWidth, body.page-checkout .mobileWidth {
    width: 95%;
  }
}
body.page-account-address .dialog-address, body.page-checkout .dialog-address {
  display: block;
}
@media (max-width: 768px) {
  body.page-account-address .dialog-address > div, body.page-checkout .dialog-address > div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body.page-account-address .dialog-address, body.page-checkout .dialog-address {
    display: flex;
  }
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-15 15:43:12
 * @LastEditTime  2022-09-16 20:56:17
 */
body.page-brands .brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
  margin-bottom: 10px;
  height: 133px;
  width: 100%;
}
body.page-brands .brand-item > img {
  max-height: 100%;
}
body.page-brands .brand-list li {
  list-style: none;
}
body.page-brands .brand-list li a {
  color: #242424;
  text-decoration: none;
}
body.page-brands .curser-list {
  cursor: pointer;
}
@media (max-width: 768px) {
  body.page-brands .curser-list {
    display: block;
  }
  body.page-brands .curser-list li {
    display: inline-block;
    margin-bottom: 6px;
  }
  body.page-brands .curser-list li + .list-group-item {
    border-left: 1px solid #e4e4e4;
  }
}
body.page-brands .curser-list > li > a {
  color: #242424;
  transition: all 0.3s;
  text-decoration: none;
}
body.page-brands .curser-list > li > a:hover {
  background-color: #eee;
}
body.page-brands .curser-list > li > a:active {
  background-color: #aaa;
}

body.page-contact {
  font-family: "Manrope", "PingFang SC", "Microsoft YaHei", sans-serif;
  background: linear-gradient(180deg, #fffcf8 0%, #fffaf4 46%, #f8f0e8 100%);
  color: #17120e;
}
body.page-contact .contact-title,
body.page-contact .contact-form-card .form-label,
body.page-contact .contact-form-intro h2,
body.page-contact .contact-panel-copy h3,
body.page-contact .contact-side-panel-process h3 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}
body.page-contact .contact-page-shell {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0 6rem;
}
body.page-contact .contact-page-shell::before,
body.page-contact .contact-page-shell::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
body.page-contact .contact-page-shell::before {
  top: 5rem;
  right: -10rem;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(232, 205, 178, 0.34) 0%, rgba(232, 205, 178, 0.08) 44%, rgba(232, 205, 178, 0) 75%);
}
body.page-contact .contact-page-shell::after {
  left: -9rem;
  bottom: 14rem;
  width: 26rem;
  height: 26rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(245, 191, 209, 0.22) 0%, rgba(245, 191, 209, 0.06) 48%, rgba(245, 191, 209, 0) 78%);
}
body.page-contact .contact-page-head,
body.page-contact .contact-form-wrap {
  position: relative;
  z-index: 1;
}
body.page-contact .contact-page-head {
  max-width: 1240px;
  margin: 0 auto 2.5rem;
}
body.page-contact .contact-page-head.is-minimal {
  max-width: 980px;
  padding: clamp(1.15rem, 3vw, 2.5rem) 0 1.35rem;
  border-bottom: 1px solid rgba(23, 18, 14, 0.08);
}
body.page-contact .contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(2rem, 4vw, 4.75rem);
  align-items: center;
  padding: clamp(0.65rem, 1.5vw, 1.2rem) 0 2.4rem;
  border-bottom: 1px solid rgba(23, 18, 14, 0.1);
}
body.page-contact .contact-hero-copy {
  display: grid;
  gap: 1.55rem;
}
body.page-contact .contact-hero-body {
  display: grid;
  gap: 1.35rem;
  max-width: 35rem;
}
body.page-contact .contact-eyebrow,
body.page-contact .contact-story-kicker,
body.page-contact .contact-meta-link span,
body.page-contact .contact-form-card .form-label,
body.page-contact .contact-social-link {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
body.page-contact .contact-eyebrow,
body.page-contact .contact-story-kicker,
body.page-contact .contact-meta-link span,
body.page-contact .contact-social-link {
  color: #8d725d;
}
body.page-contact .contact-eyebrow {
  margin-bottom: 1rem;
}
body.page-contact .contact-title {
  max-width: 8.4ch;
  margin: 0;
  font-size: clamp(3.1rem, 4.6vw, 4.95rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  color: #18110d;
  font-weight: 600;
  text-wrap: balance;
}
body.page-contact .contact-title-only {
  max-width: none;
  font-size: clamp(2.9rem, 4.9vw, 5.2rem);
  line-height: 0.88;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
body.page-contact .contact-intro {
  margin: 0;
  color: #6a594a;
  font-size: 1.03rem;
  line-height: 1.88;
}
body.page-contact .contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
}
body.page-contact .contact-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 1.6rem;
  border: 1px solid #18110d;
  color: #18110d;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
body.page-contact .contact-hero-cta:hover {
  background: #18110d;
  color: #fffaf6;
  transform: translateY(-1px);
}
body.page-contact .contact-hero-secondary-link {
  display: grid;
  gap: 0.22rem;
  color: #5f5146;
  text-decoration: none;
}
body.page-contact .contact-hero-secondary-link strong {
  color: #18110d;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.45;
}
body.page-contact .contact-hero-aside {
  display: grid;
  gap: 1.25rem;
  max-width: 24rem;
  padding-left: 2.25rem;
  border-left: 1px solid rgba(23, 18, 14, 0.1);
  justify-self: end;
}
body.page-contact .contact-hero-note {
  display: grid;
  gap: 0.4rem;
  padding: 0;
}
body.page-contact .contact-hero-note + .contact-hero-note {
  padding-top: 1.15rem;
  border-top: 1px solid rgba(23, 18, 14, 0.1);
}
body.page-contact .contact-hero-note strong {
  display: block;
  color: #18110d;
  font-size: 1.08rem;
  line-height: 1.65;
  font-weight: 600;
}
body.page-contact .contact-meta-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.35rem;
}
body.page-contact .contact-meta-link {
  display: grid;
  gap: 0.4rem;
  padding: 1rem 0 0;
  text-decoration: none;
  color: #17120e;
  border-top: 1px solid rgba(23, 18, 14, 0.08);
}
body.page-contact .contact-meta-link strong {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 600;
}
body.page-contact .contact-social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  margin-top: 1.25rem;
}
body.page-contact .contact-social-link {
  color: #7f6552;
  text-decoration: none;
  transition: color 0.2s ease;
}
body.page-contact .contact-social-link:hover {
  color: #18110d;
}
body.page-contact .contact-form-wrap {
  max-width: 1240px;
  margin: 0 auto;
}
body.page-contact .contact-form-surface {
  padding: 1.5rem;
  border: 1px solid rgba(23, 18, 14, 0.08);
  background: rgba(255, 253, 249, 0.72);
  backdrop-filter: blur(10px);
}
body.page-contact .contact-form-card {
  padding: 1.85rem;
  border: 1px solid rgba(23, 18, 14, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(60, 36, 18, 0.06);
}
body.page-contact .contact-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.78fr);
  gap: 2rem;
  align-items: start;
}
body.page-contact .contact-form-main {
  display: grid;
  gap: 1rem;
}
body.page-contact .contact-main-upload {
  padding: 1.15rem 1.2rem 1.2rem;
  background: linear-gradient(180deg, rgba(255, 251, 247, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
}
body.page-contact .contact-form-intro {
  display: grid;
  gap: 0.7rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid rgba(23, 18, 14, 0.08);
}
body.page-contact .contact-form-intro h2,
body.page-contact .contact-panel-copy h3,
body.page-contact .contact-side-panel-process h3 {
  margin: 0;
  font-size: clamp(1.85rem, 2.2vw, 2.7rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #18110d;
  font-weight: 600;
}
body.page-contact .contact-form-intro p,
body.page-contact .contact-panel-copy p,
body.page-contact .contact-side-panel-process li,
body.page-contact .contact-form-footer p,
body.page-contact .contact-field-hint {
  color: #6b5949;
  line-height: 1.8;
  font-size: 0.98rem;
}
body.page-contact .contact-inline-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}
body.page-contact .contact-inline-notes span {
  display: block;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(23, 18, 14, 0.08);
  background: #fffbf7;
}
body.page-contact .contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem 1.25rem;
}
body.page-contact .contact-field-full {
  grid-column: 1/-1;
}
body.page-contact .contact-form-card .form-label {
  margin-bottom: 0.6rem;
  color: #17120e;
}
body.page-contact .contact-field-hint {
  margin: -0.15rem 0 0.7rem;
}
body.page-contact .contact-form-card .form-control {
  border: 1px solid rgba(23, 18, 14, 0.14);
  border-radius: 0;
  padding: 1rem 1rem;
  background: #fffdfa;
  color: #17120e;
  box-shadow: none;
  font-size: 1rem;
}
body.page-contact .contact-form-card .form-control:focus {
  border-color: rgba(204, 152, 171, 0.9);
  box-shadow: 0 0 0 0.18rem rgba(221, 174, 191, 0.18);
}
body.page-contact .contact-form-card textarea.form-control {
  min-height: 228px;
  resize: vertical;
}
body.page-contact .contact-form-side {
  display: grid;
  gap: 0.85rem;
}
body.page-contact .contact-side-panel {
  padding: 1.05rem 1.1rem;
  border: 1px solid rgba(23, 18, 14, 0.08);
  background: #fffdfa;
}
body.page-contact .contact-side-panel-tight {
  gap: 0;
}
body.page-contact .contact-panel-copy {
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(23, 18, 14, 0.08);
}
body.page-contact .contact-options-group {
  display: grid;
  gap: 0.85rem;
}
body.page-contact .contact-option {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  color: #17120e;
  font-size: 0.98rem;
  line-height: 1.7;
}
body.page-contact .contact-option input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
  accent-color: #d88fad;
}
body.page-contact .contact-upload-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body.page-contact .contact-upload-dropzone {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem 1.15rem;
  min-height: 132px;
  padding: 1.25rem 1.35rem;
  border: 1px dashed rgba(167, 138, 117, 0.5);
  background: linear-gradient(180deg, rgba(255, 249, 243, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%);
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
body.page-contact .contact-upload-dropzone:hover {
  border-color: rgba(167, 138, 117, 0.9);
  transform: translateY(-1px);
}
body.page-contact .contact-upload-dropzone.is-invalid {
  border-color: #dc3545;
}
body.page-contact .contact-upload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.1rem;
  border: 1px solid rgba(23, 18, 14, 0.08);
  background: #f4ece5;
  color: #5d4f42;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
body.page-contact .contact-upload-copy {
  display: grid;
  gap: 0.35rem;
}
body.page-contact .contact-upload-title {
  color: #17120e;
  font-size: 1rem;
  line-height: 1.55;
}
body.page-contact .contact-upload-note {
  display: block;
  color: #7b6756;
  font-size: 0.88rem;
  line-height: 1.55;
}
body.page-contact .contact-side-panel-upload .contact-panel-copy {
  margin-bottom: 0.7rem;
  padding-bottom: 0.7rem;
}
body.page-contact .contact-main-upload .contact-panel-copy h3 {
  font-size: clamp(1.45rem, 1.7vw, 2rem);
  line-height: 1.02;
}
body.page-contact .contact-side-panel-process {
  background: linear-gradient(180deg, rgba(255, 250, 246, 0.96) 0%, rgba(252, 245, 239, 0.96) 100%);
}
body.page-contact .contact-side-panel-process h3 {
  font-size: clamp(1.5rem, 1.75vw, 2.05rem);
  line-height: 1.02;
}
body.page-contact .contact-process-list {
  display: grid;
  gap: 0.65rem;
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}
body.page-contact .contact-process-list li {
  position: relative;
  padding-left: 1.1rem;
  margin: 0;
}
body.page-contact .contact-process-list li::before {
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 999px;
  background: #d88fad;
  content: "";
  transform: translateY(-50%);
}
body.page-contact .contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
body.page-contact .contact-form-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-top: 1.8rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(23, 18, 14, 0.08);
}
body.page-contact .contact-form-footer .btn {
  min-width: 220px;
  border-radius: 0;
  padding: 1rem 1.75rem;
  border-color: #18110d;
  background: #18110d;
  color: #fffdf8;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
body.page-contact .contact-form-footer .btn:hover,
body.page-contact .contact-form-footer .btn:focus {
  border-color: #35281e;
  background: #35281e;
}
body.page-contact .contact-form-footer p {
  max-width: 30rem;
  margin: 0;
}
@media (max-width: 991.98px) {
  body.page-contact .contact-page-shell {
    padding: 3rem 0 4.5rem;
  }
  body.page-contact .contact-hero-grid,
  body.page-contact .contact-form-layout,
  body.page-contact .contact-form-grid,
  body.page-contact .contact-meta-list,
  body.page-contact .contact-inline-notes {
    grid-template-columns: 1fr;
  }
  body.page-contact .contact-hero-grid {
    gap: 1.5rem;
  }
  body.page-contact .contact-hero-body {
    max-width: none;
  }
  body.page-contact .contact-hero-aside {
    max-width: none;
    padding-left: 0;
    padding-top: 1.15rem;
    border-left: 0;
    border-top: 1px solid rgba(23, 18, 14, 0.1);
    justify-self: stretch;
  }
  body.page-contact .contact-form-wrap,
  body.page-contact .contact-page-head {
    max-width: 860px;
  }
  body.page-contact .contact-page-head.is-minimal {
    padding-bottom: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  body.page-contact .contact-page-shell {
    padding: 2.25rem 0 3.5rem;
  }
  body.page-contact .contact-title {
    font-size: clamp(2.45rem, 11.5vw, 3.8rem);
    max-width: 8.6ch;
  }
  body.page-contact .contact-title-only {
    max-width: none;
    font-size: clamp(3rem, 14vw, 4.35rem);
    line-height: 0.9;
    white-space: normal;
  }
  body.page-contact .contact-intro {
    font-size: 1rem;
  }
  body.page-contact .contact-hero-grid {
    padding-bottom: 1.6rem;
  }
  body.page-contact .contact-hero-actions {
    align-items: flex-start;
    gap: 0.9rem;
  }
  body.page-contact .contact-hero-secondary-link strong {
    font-size: 0.94rem;
    word-break: break-word;
  }
  body.page-contact .contact-page-head {
    margin-bottom: 2rem;
  }
  body.page-contact .contact-page-head.is-minimal {
    padding: 0.45rem 0 1rem;
  }
  body.page-contact .contact-meta-list,
  body.page-contact .contact-social-list {
    margin-top: 1rem;
    gap: 0.75rem;
  }
  body.page-contact .contact-form-surface {
    padding: 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
  }
  body.page-contact .contact-form-card {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  body.page-contact .contact-form-main,
  body.page-contact .contact-form-side,
  body.page-contact .contact-form-grid {
    gap: 0.85rem;
  }
  body.page-contact .contact-form-surface,
  body.page-contact .contact-form-card {
    padding: 1rem;
  }
  body.page-contact .contact-form-intro {
    gap: 0.55rem;
    padding-bottom: 1rem;
  }
  body.page-contact .contact-inline-notes,
  body.page-contact .contact-side-panel-process {
    display: none;
  }
  body.page-contact .contact-side-panel,
  body.page-contact .contact-main-upload {
    padding: 0.95rem;
  }
  body.page-contact .contact-panel-copy {
    margin-bottom: 0.7rem;
    padding-bottom: 0.7rem;
  }
  body.page-contact .contact-form-card textarea.form-control {
    min-height: 180px;
  }
  body.page-contact .contact-form-footer {
    margin-top: 1.25rem;
    padding-top: 1rem;
    justify-content: center;
    text-align: center;
  }
  body.page-contact .contact-upload-dropzone {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 136px;
    padding: 1rem;
    text-align: center;
  }
  body.page-contact .contact-upload-copy {
    justify-items: center;
  }
  body.page-contact .contact-form-footer .btn {
    width: 100%;
  }
}

.page-testimonials {
  background: radial-gradient(circle at top left, rgba(237, 217, 197, 0.38), transparent 36%), linear-gradient(180deg, #fcfaf7 0%, #f6efe7 100%);
  color: #2d241d;
}
.page-testimonials .sg-testimonials-page {
  padding-bottom: 5rem;
}
.page-testimonials .sg-testimonials-kicker,
.page-testimonials .sg-testimonials-label {
  margin-bottom: 0.7rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(82, 61, 43, 0.66);
}
.page-testimonials .sg-testimonials-hero {
  padding: 8.5rem 0 3rem;
}
.page-testimonials .sg-testimonials-hero-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.page-testimonials .sg-testimonials-hero h1,
.page-testimonials .sg-testimonials-section-head h2,
.page-testimonials .sg-testimonials-cta-card h2,
.page-testimonials .sg-review-modal .modal-title,
.page-testimonials .sg-review-detail-copy h2 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  color: #211812;
}
.page-testimonials .sg-testimonials-hero h1 {
  font-size: clamp(3.2rem, 5vw, 5rem);
  line-height: 0.95;
  margin-bottom: 1rem;
}
.page-testimonials .sg-testimonials-subtitle {
  max-width: 620px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(56, 43, 33, 0.76);
}
.page-testimonials .sg-testimonials-summary-section,
.page-testimonials .sg-testimonials-gallery-section,
.page-testimonials .sg-testimonials-list-section {
  padding: 1.4rem 0 0;
}
.page-testimonials .sg-testimonials-summary-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.9fr);
  gap: 1.5rem;
}
.page-testimonials .sg-testimonials-summary-card,
.page-testimonials .sg-testimonials-cta-card,
.page-testimonials .sg-testimonial-card,
.page-testimonials .sg-review-modal .modal-content,
.page-testimonials .sg-review-detail-modal .modal-content {
  border-radius: 28px;
  border: 1px solid rgba(87, 64, 46, 0.08);
  background: rgba(255, 252, 248, 0.84);
  box-shadow: 0 24px 60px rgba(36, 25, 17, 0.08);
  backdrop-filter: blur(14px);
}
.page-testimonials .sg-testimonials-summary-card,
.page-testimonials .sg-testimonials-cta-card {
  padding: 2rem;
}
.page-testimonials .sg-testimonials-summary-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.2rem;
  margin-bottom: 1.8rem;
}
.page-testimonials .sg-testimonials-score {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 4vw, 4.4rem);
  line-height: 0.9;
}
.page-testimonials .sg-testimonials-score-copy {
  text-align: right;
}
.page-testimonials .sg-testimonials-stars {
  color: #eb7ab8;
  letter-spacing: 0.18em;
  font-size: 1.1rem;
}
.page-testimonials .sg-testimonials-bars {
  display: grid;
  gap: 0.85rem;
}
.page-testimonials .sg-testimonials-bar-row {
  display: grid;
  grid-template-columns: 22px 18px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 0.7rem;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}
.page-testimonials .sg-testimonials-bar-track {
  height: 8px;
  border-radius: 999px;
  background: rgba(234, 182, 209, 0.18);
  overflow: hidden;
}
.page-testimonials .sg-testimonials-bar-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ec75bb 0%, #f6a2d5 100%);
}
.page-testimonials .sg-testimonials-cta-card {
  display: grid;
  align-content: center;
  gap: 0.85rem;
  background: linear-gradient(180deg, rgba(252, 232, 242, 0.92), rgba(255, 249, 252, 0.92));
}
.page-testimonials .sg-testimonials-cta-card h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin: 0;
}
.page-testimonials .sg-testimonials-primary,
.page-testimonials .sg-testimonials-secondary,
.page-testimonials .sg-testimonials-text-btn {
  min-height: 50px;
  border-radius: 999px;
  padding: 0 1.4rem;
  border: 1px solid transparent;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.page-testimonials .sg-testimonials-primary {
  background: linear-gradient(135deg, #eb7ab8, #f19dcb);
  color: #fff;
}
.page-testimonials .sg-testimonials-secondary {
  border-color: rgba(66, 47, 33, 0.12);
  background: rgba(255, 255, 255, 0.7);
  color: #2d241d;
}
.page-testimonials .sg-testimonials-text-btn {
  border-color: rgba(66, 47, 33, 0.08);
  background: rgba(255, 255, 255, 0.52);
  color: #2d241d;
}
.page-testimonials .sg-testimonials-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
}
.page-testimonials .sg-testimonials-section-head h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.96;
}
.page-testimonials .sg-testimonials-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.85rem;
}
.page-testimonials .sg-testimonials-gallery-item,
.page-testimonials .sg-testimonial-media,
.page-testimonials .sg-review-detail-thumb {
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
}
.page-testimonials .sg-testimonials-gallery-item {
  aspect-ratio: 0.85;
}
.page-testimonials .sg-testimonials-gallery-item img,
.page-testimonials .sg-testimonial-media img,
.page-testimonials .sg-review-detail-thumb img,
.page-testimonials .sg-review-detail-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page-testimonials .sg-testimonials-empty,
.page-testimonials .sg-review-detail-empty {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: 1px dashed rgba(98, 71, 52, 0.2);
  color: rgba(74, 58, 45, 0.68);
  background: rgba(255, 255, 255, 0.44);
}
.page-testimonials .sg-testimonials-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
  flex-wrap: wrap;
}
.page-testimonials .sg-testimonials-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.page-testimonials .sg-filter-pill {
  min-height: 38px;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid rgba(83, 60, 43, 0.1);
  background: rgba(255, 255, 255, 0.64);
  color: #473528;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-testimonials .sg-filter-pill.is-active {
  background: rgba(235, 122, 184, 0.14);
  border-color: rgba(235, 122, 184, 0.28);
  color: #9b3c73;
}
.page-testimonials .sg-testimonials-search {
  min-width: min(100%, 320px);
  flex: 1 1 320px;
}
.page-testimonials .sg-testimonials-search .form-control,
.page-testimonials .sg-review-modal .form-control {
  min-height: 48px;
  border-radius: 18px;
  border-color: rgba(80, 59, 42, 0.12);
  background: rgba(255, 255, 255, 0.88);
  color: #2d241d;
  box-shadow: none;
}
.page-testimonials .sg-testimonials-carousel {
  position: relative;
  overflow: hidden;
  padding: 0 0.85rem;
  margin: 0 -0.85rem;
}
.page-testimonials .sg-testimonials-carousel.is-empty .sg-testimonials-slider-nav,
.page-testimonials .sg-testimonials-carousel.is-empty .sg-testimonials-slider-pagination {
  display: none;
}
.page-testimonials .sg-testimonials-list {
  align-items: stretch;
}
.page-testimonials .sg-testimonial-card {
  padding: 1.4rem;
  height: auto;
  cursor: pointer;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.page-testimonials .sg-testimonial-card:hover, .page-testimonials .sg-testimonial-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(36, 25, 17, 0.12);
  border-color: rgba(235, 122, 184, 0.22);
  outline: none;
}
.page-testimonials .sg-testimonial-card-top {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.page-testimonials .sg-testimonial-avatar,
.page-testimonials .sg-review-detail-avatar {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(235, 122, 184, 0.14);
  color: #9b3c73;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}
.page-testimonials .sg-testimonial-meta {
  flex: 1;
  min-width: 0;
}
.page-testimonials .sg-testimonial-author-row,
.page-testimonials .sg-review-detail-author-row,
.page-testimonials .sg-review-detail-meta-row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.page-testimonials .sg-testimonial-flag {
  font-size: 1rem;
}
.page-testimonials .sg-testimonial-product,
.page-testimonials .sg-testimonial-date,
.page-testimonials .sg-review-detail-meta-row {
  font-size: 0.82rem;
  color: rgba(77, 59, 45, 0.7);
}
.page-testimonials .sg-testimonial-card h3 {
  font-size: 1rem;
  margin: 0.6rem 0 0.4rem;
}
.page-testimonials .sg-testimonial-card p,
.page-testimonials .sg-review-detail-content {
  margin-bottom: 0;
  line-height: 1.8;
  color: rgba(46, 35, 28, 0.84);
}
.page-testimonials .sg-testimonial-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1rem;
}
.page-testimonials .sg-testimonial-media-grid.is-single {
  grid-template-columns: 1fr;
}
.page-testimonials .sg-testimonial-media {
  aspect-ratio: 0.92;
}
.page-testimonials .sg-testimonials-slider-nav,
.page-testimonials .sg-review-detail-media-nav {
  position: absolute;
  z-index: 3;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 0;
  background: rgba(104, 76, 55, 0.46);
  box-shadow: 0 18px 36px rgba(30, 21, 14, 0.12);
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
.page-testimonials .sg-testimonials-slider-nav::before,
.page-testimonials .sg-review-detail-media-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.page-testimonials .sg-testimonials-slider-nav:hover,
.page-testimonials .sg-review-detail-media-nav:hover {
  background: rgba(104, 76, 55, 0.66);
}
.page-testimonials .sg-testimonials-slider-nav.swiper-button-disabled,
.page-testimonials .sg-review-detail-media-nav.swiper-button-disabled {
  opacity: 0.32;
  pointer-events: none;
}
.page-testimonials .sg-testimonials-slider-prev,
.page-testimonials .sg-review-detail-media-prev {
  left: 8px;
}
.page-testimonials .sg-testimonials-slider-prev::before,
.page-testimonials .sg-review-detail-media-prev::before {
  transform: rotate(-135deg);
}
.page-testimonials .sg-testimonials-slider-next,
.page-testimonials .sg-review-detail-media-next {
  right: 8px;
}
.page-testimonials .sg-testimonials-slider-next::before,
.page-testimonials .sg-review-detail-media-next::before {
  transform: rotate(45deg);
}
.page-testimonials .sg-testimonials-slider-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.2rem;
}
.page-testimonials .sg-testimonials-slider-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 10px;
  height: 10px;
  background: rgba(100, 69, 52, 0.18);
  opacity: 1;
}
.page-testimonials .sg-testimonials-slider-pagination .swiper-pagination-bullet-active {
  background: #eb7ab8;
}
.page-testimonials .sg-testimonials-list-footer {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.page-testimonials .sg-review-detail-modal .modal-dialog {
  max-width: min(1080px, 100vw - 2rem);
}
.page-testimonials .sg-review-detail-modal .modal-content {
  overflow: hidden;
  position: relative;
  padding: 0;
}
.page-testimonials .sg-review-detail-close {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  opacity: 1;
}
.page-testimonials .sg-review-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  min-height: min(72vh, 720px);
}
.page-testimonials .sg-review-detail-layout.is-no-media {
  grid-template-columns: minmax(0, 1fr);
}
.page-testimonials .sg-review-detail-media-pane {
  position: relative;
  background: linear-gradient(180deg, rgba(45, 24, 10, 0.95), rgba(197, 151, 121, 0.9));
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-testimonials .sg-review-detail-media-pane.is-empty {
  min-height: 440px;
  padding: 3rem;
  justify-content: center;
}
.page-testimonials .sg-review-detail-swiper {
  width: 100%;
  height: 100%;
  min-height: 420px;
}
.page-testimonials .sg-review-detail-figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.page-testimonials .sg-review-detail-thumbs {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
  max-width: calc(100% - 2.5rem);
}
.page-testimonials .sg-review-detail-thumb {
  width: 78px;
  height: 78px;
  padding: 0;
  border: 2px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.page-testimonials .sg-review-detail-thumb.is-active {
  border-color: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}
.page-testimonials .sg-review-detail-copy {
  background: rgba(255, 252, 248, 0.98);
  padding: 2.2rem 2.2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-testimonials .sg-review-detail-author-block {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-testimonials .sg-review-detail-verified {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid rgba(32, 24, 18, 0.5);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-testimonials .sg-review-detail-copy h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2.1vw, 2.4rem);
  line-height: 1.05;
}
.page-testimonials .sg-review-detail-product {
  display: inline-flex;
  align-self: flex-start;
  min-height: 42px;
  align-items: center;
  padding: 0.65rem 1rem;
  border-radius: 18px;
  background: rgba(247, 232, 241, 0.82);
  color: #2d241d;
}
.page-testimonials .sg-review-detail-product.is-store-review {
  color: rgba(77, 59, 45, 0.78);
}
.page-testimonials .sg-review-detail-feedback {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(87, 64, 46, 0.08);
}
.page-testimonials .sg-review-detail-feedback.is-disabled {
  opacity: 0.6;
}
.page-testimonials .sg-review-detail-feedback-label {
  color: rgba(77, 59, 45, 0.74);
  font-size: 0.95rem;
  max-width: 24rem;
}
.page-testimonials .sg-review-detail-feedback-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.page-testimonials .sg-review-feedback-btn {
  min-width: 82px;
  min-height: 44px;
  padding: 0 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(83, 60, 43, 0.12);
  background: rgba(255, 255, 255, 0.76);
  color: #6d5442;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.page-testimonials .sg-review-feedback-btn:hover:not(:disabled), .page-testimonials .sg-review-feedback-btn:focus-visible:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(235, 122, 184, 0.28);
  color: #9b3c73;
  outline: none;
}
.page-testimonials .sg-review-feedback-btn.is-active {
  background: rgba(235, 122, 184, 0.12);
  border-color: rgba(235, 122, 184, 0.28);
  color: #9b3c73;
}
.page-testimonials .sg-review-feedback-btn:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}
.page-testimonials .sg-testimonials-toast {
  position: fixed;
  top: 1.5rem;
  left: 50%;
  transform: translate(-50%, -12px);
  z-index: 1085;
  min-width: min(90vw, 320px);
  max-width: min(90vw, 420px);
  padding: 0.9rem 1.1rem;
  border-radius: 18px;
  background: rgba(45, 36, 29, 0.92);
  color: #fff;
  text-align: center;
  box-shadow: 0 22px 48px rgba(36, 25, 17, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.page-testimonials .sg-testimonials-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.page-testimonials .sg-testimonials-toast.is-error {
  background: rgba(129, 47, 80, 0.94);
}
.page-testimonials .sg-review-modal .modal-dialog {
  max-width: 860px;
}
.page-testimonials .sg-review-modal .modal-content {
  overflow: hidden;
}
.page-testimonials .sg-review-modal .modal-header,
.page-testimonials .sg-review-modal .modal-footer {
  border: 0;
  padding: 1.4rem 1.6rem;
}
.page-testimonials .sg-review-modal .modal-body {
  padding: 0 1.6rem 1.6rem;
}
.page-testimonials .sg-review-step-indicator {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}
.page-testimonials .sg-review-step-indicator span {
  min-height: 36px;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: rgba(69, 52, 38, 0.62);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-testimonials .sg-review-step-indicator .is-active {
  background: rgba(235, 122, 184, 0.12);
  color: #9b3c73;
}
.page-testimonials .sg-review-step {
  display: none;
}
.page-testimonials .sg-review-step.is-active {
  display: block;
}
.page-testimonials .sg-review-label {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(77, 59, 45, 0.74);
}
.page-testimonials .sg-review-star-picker {
  display: flex;
  gap: 0.45rem;
  margin-bottom: 0.4rem;
}
.page-testimonials .sg-review-star {
  border: 0;
  background: transparent;
  color: rgba(235, 122, 184, 0.26);
  font-size: 3rem;
  line-height: 1;
  padding: 0;
}
.page-testimonials .sg-review-star.is-active {
  color: #eb7ab8;
}
.page-testimonials .sg-review-helper {
  display: flex;
  justify-content: space-between;
  font-size: 0.82rem;
  color: rgba(77, 59, 45, 0.68);
  margin-bottom: 1.4rem;
}
.page-testimonials .sg-review-field + .sg-review-field {
  margin-top: 1rem;
}
.page-testimonials .sg-review-modal textarea.form-control {
  min-height: 220px;
  padding-top: 1rem;
}
.page-testimonials .sg-review-field-note {
  margin-top: 0.45rem;
  margin-bottom: 0;
  font-size: 0.8rem;
  color: rgba(77, 59, 45, 0.68);
}
.page-testimonials .sg-review-file-list,
.page-testimonials .sg-product-search-results {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.75rem;
}
.page-testimonials .sg-review-file-item,
.page-testimonials .sg-product-search-item,
.page-testimonials .sg-selected-product-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(83, 60, 43, 0.08);
}
.page-testimonials .sg-product-search-item,
.page-testimonials .sg-review-file-item button,
.page-testimonials .sg-selected-product-chip button {
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}
.page-testimonials .sg-product-search-empty {
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  color: rgba(77, 59, 45, 0.66);
}
.page-testimonials .sg-review-form-message {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  font-size: 0.92rem;
}
.page-testimonials .sg-review-form-message.is-success {
  background: rgba(71, 167, 118, 0.12);
  color: #217142;
}
.page-testimonials .sg-review-form-message.is-error {
  background: rgba(214, 92, 92, 0.12);
  color: #9d3131;
}
@media (max-width: 1399.98px) {
  .page-testimonials .sg-review-detail-copy {
    padding: 2rem 1.9rem 1.8rem;
  }
}
@media (max-width: 1199.98px) {
  .page-testimonials .sg-testimonials-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-testimonials .sg-review-detail-layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  }
}
@media (max-width: 991.98px) {
  .page-testimonials .sg-testimonials-hero {
    padding-top: 7rem;
  }
  .page-testimonials .sg-testimonials-summary-grid,
  .page-testimonials .sg-testimonials-gallery {
    grid-template-columns: 1fr;
  }
  .page-testimonials .sg-testimonials-section-head,
  .page-testimonials .sg-testimonials-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
  .page-testimonials .sg-review-detail-layout,
  .page-testimonials .sg-review-detail-layout.is-no-media {
    grid-template-columns: 1fr;
  }
  .page-testimonials .sg-review-detail-swiper {
    min-height: 320px;
  }
  .page-testimonials .sg-review-detail-copy {
    padding: 2rem 1.4rem 1.6rem;
  }
}
@media (max-width: 575.98px) {
  .page-testimonials .sg-testimonials-summary-card,
  .page-testimonials .sg-testimonials-cta-card,
  .page-testimonials .sg-testimonial-card,
  .page-testimonials .sg-review-modal .modal-header,
  .page-testimonials .sg-review-modal .modal-body,
  .page-testimonials .sg-review-modal .modal-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .page-testimonials .sg-testimonials-summary-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-testimonials .sg-review-star {
    font-size: 2.45rem;
  }
  .page-testimonials .sg-testimonials-slider-nav,
  .page-testimonials .sg-review-detail-media-nav {
    width: 46px;
    height: 46px;
  }
  .page-testimonials .sg-testimonials-slider-prev,
  .page-testimonials .sg-review-detail-media-prev {
    left: 8px;
  }
  .page-testimonials .sg-testimonials-slider-next,
  .page-testimonials .sg-review-detail-media-next {
    right: 8px;
  }
  .page-testimonials .sg-review-detail-thumb {
    width: 64px;
    height: 64px;
  }
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:55:22
 */
.modules-box.page-design .module-slideshow-video .video-wrap {
  height: 90vh;
}
.modules-box .module-item {
  position: relative;
}
.modules-box .module-item:first-of-type .module-edit {
  top: auto;
  bottom: -26px;
}
.modules-box .module-item:first-of-type .module-edit .edit-wrap > div:last-of-type:after {
  border-width: 0 0 28px 10px;
}
.modules-box .module-item:first-of-type .module-edit .edit-wrap > div:first-of-type:after {
  border-width: 0 10px 28px 0;
}
.modules-box .module-item.module-item-design:hover .module-edit {
  display: flex;
}
.modules-box .module-item.module-item-design:hover:after {
  display: block;
}
.modules-box .module-item:after {
  content: "";
  display: none;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  z-index: 9;
  outline: 2px solid #2d2d2d;
}
.modules-box .module-item .module-edit {
  position: absolute;
  top: -28px;
  left: 0;
  width: 100%;
  z-index: 9;
  align-items: center;
  justify-content: center;
  display: none;
}
.modules-box .module-item .module-edit .edit-wrap {
  background-color: #2d2d2d;
  color: #fff;
  display: flex;
  align-items: center;
}
.modules-box .module-item .module-edit .edit-wrap > div {
  height: 28px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.modules-box .module-item .module-edit .edit-wrap > div:first-of-type:after {
  content: "";
  position: absolute;
  top: 0;
  border: solid rgba(0, 0, 0, 0);
  border-right: solid #2d2d2d;
  border-width: 28px 10px 0 0;
  right: 100%;
}
.modules-box .module-item .module-edit .edit-wrap > div:first-of-type:hover:after {
  border-right-color: rgb(29.7, 29.7, 29.7);
}
.modules-box .module-item .module-edit .edit-wrap > div:last-of-type:after {
  content: "";
  position: absolute;
  top: 0;
  border: solid rgba(0, 0, 0, 0);
  border-left: solid #2d2d2d;
  border-width: 28px 0 0 10px;
  left: 100%;
}
.modules-box .module-item .module-edit .edit-wrap > div:last-of-type:hover:after {
  border-left-color: rgb(29.7, 29.7, 29.7);
}
.modules-box .module-item .module-edit .edit-wrap > div:hover {
  background-color: rgb(29.7, 29.7, 29.7);
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:57:29
 */
.module-image-plus .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.module-image-plus .module-image-plus-top {
  display: flex;
}
.module-image-plus .module-image-plus-top .right {
  margin-left: 20px;
}
.module-image-plus .module-image-plus-bottom {
  margin-top: 20px;
}

.module-image-banner .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.banner-magnify-hover .image-wrap {
  overflow: hidden;
  display: block;
}
.banner-magnify-hover .image-wrap img {
  transition: 0.3s ease-in-out;
}
.banner-magnify-hover .image-wrap:hover img {
  transform: rotate(6deg) scale(1.3);
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-04 17:52:22
 * @LastEditTime  2022-09-16 20:57:25
 */
.module-brand .brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
  margin-bottom: 10px;
  height: 120px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.module-brand .brand-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  border: 1px solid #2d2d2d;
}
.module-brand .brand-item > img {
  max-height: 100%;
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:57:33
 */
.module-tab-product .module-title {
  margin-bottom: 1rem;
}
.module-tab-product .nav .nav-link {
  color: #6c757d;
  font-size: 0.9rem;
}
.module-tab-product .nav .nav-link.active {
  color: #111;
  font-weight: bold;
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:57:36
 */
.swiper.module-slideshow {
  --swiper-theme-color: #ff6600; /* 设置Swiper风格 */
  --swiper-navigation-color: #ff6600; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px; /* 设置按钮大小 */
}
.swiper.module-slideshow .swiper-button-prev, .swiper.module-slideshow .swiper-button-next {
  display: none;
}
.swiper.module-slideshow:hover .swiper-button-prev, .swiper.module-slideshow:hover .swiper-button-next {
  display: block;
}

.swiper-style-plus {
  position: relative;
}
.swiper-style-plus .swiper-pagination {
  bottom: -10px !important;
}
.swiper-style-plus .swiper-button-prev, .swiper-style-plus .swiper-button-next {
  width: 34px;
  height: 37px;
  color: #999;
}
@media (max-width: 768px) {
  .swiper-style-plus .swiper-button-prev, .swiper-style-plus .swiper-button-next {
    display: none;
  }
}
.swiper-style-plus .swiper-button-prev:hover, .swiper-style-plus .swiper-button-next:hover {
  color: #2d2d2d;
}
.swiper-style-plus .swiper-button-prev:after, .swiper-style-plus .swiper-button-next:after {
  font-size: 26px;
}
.swiper-style-plus .swiper-button-prev {
  left: -40px;
}
.swiper-style-plus .swiper-button-next {
  right: -40px;
}
.swiper-style-plus .swiper-pagination .swiper-pagination-bullet-active {
  background: #2d2d2d;
}
.swiper-style-plus .swiper-pagination.rectangle span {
  border-radius: 0;
  height: 3px;
}

/*
 * @FilePath: slideshow-video.scss
 *
 * @copyright     2024 lbpcmsshop.com - All Rights Reserved.
 * @link: https://lbpcmsshop.com
 * @Author: pu shuo <pushuo@guangda.work>
 * @Date: 2024-11-28 18:19:02
 * @LastEditTime: 2024-12-24 17:23:02
 */
.module-item-design .module-info .module-slideshow-video {
  max-height: 96vh;
}

.module-slideshow-video {
  --swiper-theme-color: #ff6600; /* 设置Swiper风格 */
  --swiper-navigation-color: #ff6600; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px; /* 设置按钮大小 */
}
@media (min-width: 992px) {
  .module-slideshow-video .swiper-pagination {
    bottom: 20px !important;
  }
}
.module-slideshow-video .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  border-radius: 2px;
}
.module-slideshow-video .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.module-slideshow-video .content-wrap {
  display: flex;
  position: absolute;
  z-index: 9;
  justify-content: center;
  text-align: center;
  top: 90%;
  left: 50%;
  width: 100%;
  color: #fff;
  transform: translate(-50%, -90%);
}
@media (max-width: 768px) {
  .module-slideshow-video .content-wrap {
    top: 90%;
  }
}
.module-slideshow-video .content-wrap .text-wrap {
  max-width: 600px;
}
.module-slideshow-video .content-wrap .text-wrap .sub-title {
  margin-bottom: 1.4rem;
  color: inherit;
}
@media (max-width: 768px) {
  .module-slideshow-video .content-wrap .text-wrap .sub-title {
    margin-bottom: 0.6rem;
  }
}
.module-slideshow-video .content-wrap .text-wrap .title {
  font-size: 30px;
  margin-bottom: 1.6rem;
  color: inherit;
}
@media (max-width: 768px) {
  .module-slideshow-video .content-wrap .text-wrap .title {
    font-size: 18px;
    margin-bottom: 1rem;
  }
}
.module-slideshow-video .content-wrap .text-wrap a.btn {
  margin-top: 1.5rem;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 0;
}
@media (max-width: 768px) {
  .module-slideshow-video .content-wrap .text-wrap a.btn {
    margin-top: 0rem;
    font-size: 0.7rem;
    height: 30px;
    line-height: 30px;
    padding: 0 0.6rem;
  }
}
.module-slideshow-video .content-wrap .text-wrap a.btn:hover {
  background-color: #2d2d2d;
  color: #fff;
  border-color: #2d2d2d;
}
.module-slideshow-video .video-wrap {
  height: 100%;
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
}
.module-slideshow-video .video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-04 17:52:22
 * @LastEditTime  2022-09-16 20:57:25
 */
.banner-list-wrap .swiper-wrapper {
  transition-timing-function: linear !important;
}
.banner-list-wrap .slide-item {
  position: relative;
}
.banner-list-wrap .slide-item .title {
  position: absolute;
  font-weight: bold;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .banner-list-wrap .slide-item .title {
    bottom: 5%;
    font-size: 24px;
  }
}

.soul-three-image-grid {
  --three-grid-text: #fff8f1;
  --three-grid-shadow: rgba(18, 10, 13, 0.22);
  --three-grid-pill: rgba(255, 248, 241, 0.14);
}
.soul-three-image-grid .container-fluid {
  padding-left: clamp(16px, 3vw, 36px);
  padding-right: clamp(16px, 3vw, 36px);
}
.soul-three-image-grid .section-head {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}
.soul-three-image-grid .section-head h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  color: #1f1a1c;
}
.soul-three-image-grid .section-head p {
  margin: 12px auto 0;
  font-size: 15px;
  line-height: 1.8;
  color: #74686d;
}
.soul-three-image-grid .grid-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (max-width: 767.98px) {
  .soul-three-image-grid .grid-wrap {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(78vw, 78vw);
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 16px 8px 0;
    margin-right: -16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .soul-three-image-grid .grid-wrap::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 768px) {
  .soul-three-image-grid .grid-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}
@media (min-width: 1200px) {
  .soul-three-image-grid .grid-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }
}
.soul-three-image-grid .grid-card {
  display: block;
  color: inherit;
  text-decoration: none;
  outline: none;
}
@media (max-width: 767.98px) {
  .soul-three-image-grid .grid-card {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}
.soul-three-image-grid .image-frame {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: #f6f0f2;
  aspect-ratio: 4/5;
  box-shadow: 0 18px 40px rgba(55, 30, 39, 0.1);
}
.soul-three-image-grid .image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 12, 15, 0.12) 0%, rgba(20, 12, 15, 0.04) 30%, rgba(20, 12, 15, 0.26) 58%, rgba(20, 12, 15, 0.74) 100%);
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.soul-three-image-grid .image-frame img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}
.soul-three-image-grid .grid-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(18px, 2vw, 24px);
  color: var(--three-grid-text);
  pointer-events: none;
}
.soul-three-image-grid .grid-card__top,
.soul-three-image-grid .grid-card__bottom {
  max-width: min(100%, 320px);
}
.soul-three-image-grid .grid-card__title {
  margin: 0;
  color: inherit;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 10px 28px var(--three-grid-shadow);
}
.soul-three-image-grid .grid-card__description {
  margin: 0;
  color: rgba(255, 248, 241, 0.9);
  font-size: 14px;
  line-height: 1.6;
  text-shadow: 0 8px 24px var(--three-grid-shadow);
}
.soul-three-image-grid .grid-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 14px;
  padding: 0 18px;
  border: 1px solid rgba(255, 248, 241, 0.62);
  border-radius: 999px;
  background: var(--three-grid-pill);
  color: #fffdf8;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.soul-three-image-grid .grid-card.is-link:hover .image-frame::after,
.soul-three-image-grid .grid-card.is-link:focus-visible .image-frame::after {
  opacity: 0.9;
}
.soul-three-image-grid .grid-card.is-link:hover .image-frame img {
  transform: scale(1.04);
  filter: saturate(1.04);
}
@media (max-width: 767.98px) {
  .soul-three-image-grid .section-head {
    margin-bottom: 20px;
    text-align: left;
  }
  .soul-three-image-grid .section-head h2 {
    font-size: clamp(24px, 8vw, 32px);
  }
  .soul-three-image-grid .section-head p {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    line-height: 1.7;
  }
  .soul-three-image-grid .grid-wrap {
    grid-auto-columns: minmax(84vw, 84vw);
    gap: 14px;
    padding-bottom: 14px;
    scroll-padding-left: 0;
  }
  .soul-three-image-grid .image-frame {
    border-radius: 24px;
    aspect-ratio: 0.8;
    box-shadow: 0 18px 34px rgba(55, 30, 39, 0.12);
  }
  .soul-three-image-grid .grid-card__overlay {
    padding: 18px 18px 20px;
  }
  .soul-three-image-grid .grid-card__title {
    font-size: clamp(20px, 7vw, 28px);
    line-height: 1;
    letter-spacing: 0.09em;
  }
  .soul-three-image-grid .grid-card__description {
    max-width: 92%;
    font-size: 13px;
    line-height: 1.55;
  }
  .soul-three-image-grid .grid-card__button {
    min-height: 36px;
    margin-top: 12px;
    padding: 0 16px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-04 17:52:22
 * @LastEditTime  2022-09-16 20:57:25
 */
.module-icon-item:hover p {
  color: #2d2d2d !important;
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:57:29
 */
.pages-wrap {
  transition: all 0.3s ease-in-out;
}
.pages-wrap:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.pages-wrap:hover .page-info .pages-title a {
  color: #2d2d2d;
}
.pages-wrap .image {
  margin-bottom: 10px;
}
.pages-wrap .image a {
  display: block;
}
.pages-wrap .page-info {
  transition: all 0.3s ease-in-out;
  padding: 0 5px 10px;
}
.pages-wrap .pages-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pages-wrap .pages-title a {
  color: #222;
  transition: all 0.3s ease-in-out;
}
.pages-wrap .pages-summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  color: #888;
  margin-bottom: 10px;
}

/**
 * @copyright     2023 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2023-12-04 13:52:45
 * @LastEditTime  2023-12-04 13:52:53
 */
.module-image-402 .image-402-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.module-image-402 .image-402-sub-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .module-image-402 .image-402-sub-title {
    margin-bottom: 10px;
  }
}
.module-image-402 .module-image-info {
  margin: 0 -10px;
}
@media (max-width: 768px) {
  .module-image-402 .module-image-info {
    margin: 0 -5px;
  }
}
.module-image-402 .module-image-info > div {
  padding: 0 10px;
}
@media (max-width: 768px) {
  .module-image-402 .module-image-info > div {
    padding: 0 5px;
  }
}
.module-image-402 .module-image-info .image-402-1 {
  grid-area: 1/1/3/2;
}
@media (max-width: 768px) {
  .module-image-402 .module-image-info .image-402-1 {
    margin-bottom: 10px;
  }
}
.module-image-402 .module-image-info .image-402-2 {
  grid-area: 1/2/2/3;
}
@media (max-width: 768px) {
  .module-image-402 .module-image-info .image-402-2 {
    grid-area: 3/1/4/2;
  }
}
.module-image-402 .module-image-info .image-402-3 {
  grid-area: 2/2/3/3;
}
@media (min-width: 768px) {
  .module-image-402 .module-image-info .image-402-3 {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .module-image-402 .module-image-info .image-402-3 {
    grid-area: 1/2/2/3;
    margin-bottom: 10px;
  }
}
.module-image-402 .module-image-info .image-402-4 {
  grid-area: 1/3/3/4;
}
@media (max-width: 768px) {
  .module-image-402 .module-image-info .image-402-4 {
    grid-area: 2/2/4/3;
  }
}
.module-image-402 .image-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.module-image-402 .image-wrap .img-name {
  position: absolute;
  bottom: 28px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .module-image-402 .image-wrap .img-name {
    bottom: 18px;
  }
}
.module-image-402 .image-wrap .img-name span {
  color: #111;
  font-weight: bold;
  padding: 6px 10px;
  background-color: #fff;
  border-radius: 40px;
  font-size: 1rem;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .module-image-402 .image-wrap .img-name span {
    font-size: 0.7rem;
  }
}

/**
 * @copyright     2023 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2023-12-04 13:52:45
 * @LastEditTime  2023-12-04 13:52:53
 */
.design-image-301 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  clear: both;
  text-align: left;
}
.design-image-301 > a {
  display: block;
  line-height: 100%;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
.design-image-301 > a:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
  border: 15px solid rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.design-image-301 > a:before {
  box-sizing: border-box;
  border: 0px solid rgba(0, 0, 0, 0.3);
  bottom: 0;
  opacity: 0;
  content: "";
  left: 0;
  overflow: visible;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
}
.design-image-301 > a:nth-of-type(1) {
  width: 49%;
}
.design-image-301 > a:nth-of-type(2), .design-image-301 > a:nth-of-type(3) {
  position: absolute;
  right: 0;
  width: 49%;
}
.design-image-301 > a:nth-of-type(2) {
  top: 0;
}
.design-image-301 > a:nth-of-type(3) {
  bottom: 0 !important;
}

@media (min-width: 768px) {
  .text-images-wrap .row {
    margin-bottom: 40px;
  }
}
.text-images-wrap .row > .col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .text-images-wrap .row > .col:first-child {
    width: 30%;
    flex: 0 0 30%;
  }
}
@media (min-width: 768px) {
  .text-images-wrap .row > .col:last-child {
    width: 70%;
    flex: 0 0 70%;
  }
}
.text-images-wrap .row:nth-child(2n+2) {
  flex-direction: row-reverse;
}
.text-images-wrap .text-wrap {
  text-align: center;
  max-width: 570px;
}
@media (max-width: 768px) {
  .text-images-wrap .text-wrap {
    margin-bottom: 20px;
  }
}
.text-images-wrap .text-wrap .title {
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .text-images-wrap .text-wrap .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.text-images-wrap .text-wrap .description {
  font-size: 16px;
  margin-bottom: 40px;
}

.sparkle-resources-wrap {
  background: linear-gradient(180deg, #fbecef 0%, #f7e2e7 100%);
}
.sparkle-resources-wrap .container-fluid {
  padding-left: clamp(16px, 3vw, 36px);
  padding-right: clamp(16px, 3vw, 36px);
}
.sparkle-resources-wrap .sparkle-shell {
  max-width: 1260px;
  margin: 0 auto;
}
.sparkle-resources-wrap .section-head {
  max-width: 720px;
  margin-bottom: 34px;
}
.sparkle-resources-wrap .section-head h2 {
  margin: 0;
  font-size: clamp(32px, 3vw, 52px);
  line-height: 1.05;
  color: #1f181b;
}
.sparkle-resources-wrap .section-head p {
  margin: 14px 0 0;
  max-width: 640px;
  color: #6e5f65;
  line-height: 1.8;
}
.sparkle-resources-wrap .resources-list {
  display: grid;
  gap: 0;
}
.sparkle-resources-wrap .resource-item {
  border-top: 1px solid rgba(81, 54, 65, 0.12);
}
.sparkle-resources-wrap .resource-item:last-child {
  border-bottom: 1px solid rgba(81, 54, 65, 0.12);
}
.sparkle-resources-wrap summary {
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  padding: 26px 0;
  color: #231b1f;
}
.sparkle-resources-wrap summary::-webkit-details-marker {
  display: none;
}
.sparkle-resources-wrap .resource-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #37262c;
}
.sparkle-resources-wrap .resource-question {
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.sparkle-resources-wrap .resource-arrow {
  font-size: 22px;
  color: #6e5f65;
  transition: transform 0.24s ease;
}
.sparkle-resources-wrap .resource-item[open] .resource-arrow {
  transform: rotate(180deg);
}
.sparkle-resources-wrap .resource-answer {
  width: calc(100% - 50px);
  max-width: 900px;
  padding: 0 0 28px 50px;
  color: #65575d;
  line-height: 1.95;
  font-size: 17px;
}
@media (max-width: 767.98px) {
  .sparkle-resources-wrap .section-head {
    margin-bottom: 24px;
  }
  .sparkle-resources-wrap summary {
    gap: 12px;
    padding: 20px 0;
  }
  .sparkle-resources-wrap .resource-icon {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }
  .sparkle-resources-wrap .resource-question {
    font-size: 20px;
  }
  .sparkle-resources-wrap .resource-answer {
    max-width: 100%;
    padding: 0 0 22px 0;
    font-size: 15px;
  }
}

/**
 * @copyright     2024 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2024-11-12 10:42:54
 * @LastEditTime  2024-11-12 10:43:15
 */
.module-img-text-slideshow {
  --swiper-theme-color: #fff; /* 设置Swiper风格 */
  --swiper-navigation-color: #fff; /* 单独设置按钮颜色 */
  --swiper-pagination-bullet-width: 60px; /* 设置分页器宽度 */
  --swiper-pagination-bullet-height: 4px; /* 设置分页器高度 */
  --swiper-pagination-bullet-inactive-opacity: 1;
  overflow: hidden;
  position: relative;
}
.module-img-text-slideshow .swiper-pagination-bullet {
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  overflow: hidden;
}
.module-img-text-slideshow .swiper-pagination-bullet span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
}
@media (min-width: 992px) {
  .module-img-text-slideshow .swiper-pagination {
    bottom: 20px !important;
  }
}
.module-img-text-slideshow .swiper-slide-active .image-wrap {
  transform: scale(1);
}
.module-img-text-slideshow .autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}
.module-img-text-slideshow .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.module-img-text-slideshow .content-wrap {
  display: flex;
}
.module-img-text-slideshow .content-wrap.start {
  justify-content: flex-start;
}
.module-img-text-slideshow .content-wrap.center {
  justify-content: center;
  text-align: center;
}
.module-img-text-slideshow .content-wrap.center .text-wrap {
  max-width: 800px;
}
.module-img-text-slideshow .content-wrap.end {
  justify-content: flex-end;
  text-align: right;
}
.module-img-text-slideshow .image-wrap {
  height: 330px;
  background-repeat: no-repeat;
  background-position: center center;
  transform-origin: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  transform: scale(1.1732);
  transition: transform 3s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 768px) {
  .module-img-text-slideshow .image-wrap {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .module-img-text-slideshow .image-wrap {
    height: 700px;
  }
}
.module-img-text-slideshow .text-wrap {
  max-width: 600px;
  color: #fff;
}
@media (min-width: 992px) {
  .module-img-text-slideshow .text-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .module-img-text-slideshow .text-wrap {
    padding: 30px 0;
  }
}
.module-img-text-slideshow .text-wrap .sub-title {
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
}
@media (min-width: 992px) {
  .module-img-text-slideshow .text-wrap .sub-title {
    font-size: 2rem;
  }
}
.module-img-text-slideshow .text-wrap .title {
  font-size: 1rem;
  margin-bottom: 0.7rem;
  color: #fff;
}
@media (min-width: 992px) {
  .module-img-text-slideshow .text-wrap .title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .module-img-text-slideshow .text-wrap .title {
    font-size: 4rem;
  }
}
.module-img-text-slideshow .text-wrap .description {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .module-img-text-slideshow .text-wrap .description {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.module-img-text-slideshow .text-wrap a.btn {
  font-size: 0.8rem;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #222;
}
.module-img-text-slideshow .text-wrap a.btn:hover {
  background-color: #222;
}
@media (min-width: 992px) {
  .module-img-text-slideshow .text-wrap a.btn {
    padding: 1rem 2rem;
    margin-top: 1.5rem;
  }
}

.module-swiper-img-scroll-text {
  padding: 36px 0;
  width: 100%;
  font-size: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .module-swiper-img-scroll-text {
    font-size: 14px !important;
    padding: 16px 0 !important;
  }
}

.scroll-info {
  white-space: nowrap;
}

.scroll-info .scroll-text {
  padding: 0 15px;
  font-weight: bold;
  display: inline-block;
  animation: marquee-animation 3s linear infinite;
}

@keyframes marquee-animation {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%); /* 滚动到左侧 */
  }
}
/**
 * @copyright     2024 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2024-11-12 10:42:54
 * @LastEditTime  2024-11-12 10:43:15
 */
.img-text-banner-wrap .text-wrap {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
@media (min-width: 1200px) {
  .img-text-banner-wrap .text-wrap {
    padding: 40px 70px;
  }
}
@media (max-width: 992px) {
  .img-text-banner-wrap .text-wrap {
    align-items: center;
  }
}
.img-text-banner-wrap .text-wrap .title {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .img-text-banner-wrap .text-wrap .title {
    font-size: 34px;
  }
}
.img-text-banner-wrap .text-wrap .description {
  line-height: 1.7;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .img-text-banner-wrap .text-wrap .description {
    margin-bottom: 30px;
    font-size: 15px;
  }
}
