@charset "UTF-8";
/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2023-12-04 13:52:53
 */
/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@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 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-09-09 19:16:39
 * @LastEditTime  2022-09-16 20:55:07
 */
[v-cloak] {
  display: none;
}

:root {
  --bs-border-radius: 0.5rem;
}

.btn {
  --bs-btn-border-radius: 10rem;
}

textarea.form-control {
  border-radius: var(--bs-border-radius);
}

.bk-page-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000000000000000;
}

body[class^=page-account] {
  background-color: #f7f7f7;
}
body[class^=page-account] .breadcrumb-wrap {
  background-color: #eeeeee;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  -webkit-text-size-adjust: none;
}
body.app .breadcrumb-wrap {
  height: 10px;
}
body.app .breadcrumb-wrap .container {
  display: none;
}
body.app .col-lg-3.col-12 {
  display: none;
}

@font-face {
  font-family: "Jost";
  src: url("/fonts/jost/Jost-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("/fonts/jost/Jost-Medium.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "Jost";
  src: url("/fonts/jost/Jost-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;
}

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

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

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

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

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

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

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

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

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

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

.rich-text-editor-content table {
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
}
.rich-text-editor-content table th, .rich-text-editor-content table td {
  width: auto !important;
}
.rich-text-editor-content * {
  max-width: 100% !important;
  box-sizing: border-box;
}

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;
}

.login-pop-box {
  overflow: initial;
}
@media (max-width: 768px) {
  .login-pop-box {
    width: 90% !important;
    height: 80% !important;
  }
}

.module-title {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  color: #333;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .module-title {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .module-title {
    padding-bottom: 10px;
  }
}
.module-title .wave-line {
  position: relative;
  width: 54px;
  height: 18px;
  overflow: hidden;
  margin: 0 auto;
}
.module-title .wave-line:after {
  content: "xxxxxxxxxxxxxxxxxxxxxxxxxxxx";
  position: absolute;
  font-size: 20px;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #000000;
  top: -15px;
  color: transparent;
  left: 0;
  animation: wave 5s infinite linear;
}

@keyframes wave {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.module-division {
  display: flex;
  justify-content: center;
}
.module-division img {
  width: 130px;
}

.module-sub-title {
  margin-top: -1.5rem;
  max-width: 800px;
  margin-left: auto;
  color: #564a4a;
  margin-right: auto;
  margin-bottom: 1.4rem;
  text-align: center;
}
@media (min-width: 992px) {
  .module-sub-title {
    font-size: 1rem;
    margin-bottom: 2.4rem;
  }
}

.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: 120px;
}
@media (min-width: 768px) {
  .quantity-wrap {
    height: 37px;
  }
}
.quantity-wrap .btn {
  border-color: var(--bs-border-color);
}
.quantity-wrap .btn:active {
  background-color: #eee;
}
.quantity-wrap input {
  padding: 0.5rem;
  text-align: center;
  background-color: transparent !important;
}

.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);
  }
}

.account-sides-info {
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}
@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: 1.4rem 1rem;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  border-top-left-radius: 0.275rem;
  border-top-right-radius: 0.275rem;
}
@media (max-width: 768px) {
  .account-sides-info .head {
    padding: 1rem;
    border-bottom: 1px solid #eee;
  }
}
.account-sides-info .head .portrait {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.14);
  border: 2px solid #FFFFFF;
  overflow: hidden;
  margin-right: 10px;
}
@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 {
  border-radius: 0;
}
.account-sides-info .account-links > a {
  border: none;
  font-weight: bold;
  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 > span.icon {
  margin-right: 8px;
  line-height: 1;
}
.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: #111;
}
.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: 992px) {
  .breadcrumb-wrap {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .breadcrumb-wrap .breadcrumb {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}

.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-form-item__label {
  line-height: initial;
}

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

#product-description td {
  border-width: 1px;
}

.page-content table td {
  border-width: 1px;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-09-03 22:32:29
 * @LastEditTime  2022-09-16 20:55:12
 */
header {
  background: #fff;
}
header .top-wrap {
  height: 36px;
  background: #F7F8FA;
  display: flex;
}
@media (max-width: 768px) {
  header .top-wrap > .container, header .top-wrap .container-fluid {
    padding: 0 10px;
  }
}
header .top-wrap .dropdown:hover {
  background-color: #fff;
}
header .top-wrap .dropdown:hover .dropdown-menu {
  display: block;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .top-wrap .dropdown:hover .dropdown-menu.dropdown-menu-end {
  right: 0;
}
header .header-content .nav-item:hover > a {
  color: #fd560f;
}
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 .header-content .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%);
}
header .header-content {
  position: relative;
  background-color: #fff;
  padding: 1rem 0;
  transition: all 0.2s ease-in-out;
}
body:not(.page-home) header .header-content {
  border-bottom: 1px solid #eee;
}
header .header-content.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0.4rem 0;
  border-color: transparent;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
}
header .header-content > .container, header .header-content .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-content .menu-wrap .container {
  max-width: 1140px;
}
header .header-content .menu-wrap > .navbar-nav > .nav-item {
  background-color: transparent;
}
header .header-content .menu-wrap > .navbar-nav > .nav-item:hover > .nav-link > svg {
  transform: rotate(180deg);
}
header .header-content .menu-wrap > .navbar-nav > .nav-item > .nav-link {
  font-size: 16px;
  padding: 1rem;
  position: relative;
}
@media (max-width: 1200px) {
  header .header-content .menu-wrap > .navbar-nav > .nav-item > .nav-link {
    padding: 1rem 0.5rem;
  }
}
header .header-content .menu-wrap > .navbar-nav > .nav-item > .nav-link > svg {
  margin-left: -3px;
  transition: all 0.2s ease-in-out;
}
header .header-content .menu-wrap > .navbar-nav > .nav-item > .nav-link.dropdown-toggle::after {
  counter: "";
  display: none;
}
header .header-content .menu-wrap > .navbar-nav > .nav-item > .nav-link .badge {
  position: absolute;
  bottom: 80%;
  padding: 2px 4px;
  font-weight: 400;
  left: calc(50% - 0px);
  margin-left: 0px;
}
header .header-content .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 .header-content .menu-wrap > .navbar-nav .group-name {
  font-size: 15px;
}
header .header-content .menu-wrap > .navbar-nav .ul-children a {
  color: #7a7a7a;
}
header .header-content .menu-wrap > .navbar-nav .ul-children a:hover {
  color: #fd560f;
}
header .header-content .logo img {
  max-width: 200px;
  max-height: 50px;
}
@media (max-width: 1200px) {
  header .header-content .logo img {
    max-width: 160px;
  }
}
header .header-content .right-btn .nav-link {
  color: #333;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  position: relative;
}
@media (max-width: 1200px) {
  header .header-content .right-btn .nav-link {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
}
header .header-content .right-btn .nav-link i {
  font-size: 1.1rem;
}
header .header-content .right-btn .nav-link img {
  width: 24px;
}
header .cart-badge-quantity {
  position: absolute;
  left: 27px;
  top: -3px;
  text-align: center;
  font-size: 12px;
  display: none;
  width: 23px;
  zoom: 0.9;
  height: 23px;
  line-height: 24px;
  background-color: #fd560f;
  color: #fff;
  border-radius: 50%;
}
header .header-mobile {
  border-bottom: 1px solid #eee;
}
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;
  border-color: transparent;
}
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 .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 {
  padding: 0;
}
header .header-mobile .mobile-content .right .nav-link i {
  font-size: 1.2rem;
}

#offcanvas-search-top {
  height: 100vh;
  justify-content: center;
  display: block;
}
@media (min-width: 992px) {
  #offcanvas-search-top {
    height: 520px;
  }
}
@media (min-width: 1200px) {
  #offcanvas-search-top {
    height: 580px;
  }
}
@media (min-width: 1400px) {
  #offcanvas-search-top {
    height: 620px;
  }
}
@media (max-width: 992px) {
  #offcanvas-search-top {
    overflow-y: auto;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  #offcanvas-search-top.offcanvas-start {
    width: 100%;
  }
}
#offcanvas-search-top .offcanvas-header {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#offcanvas-search-top .search-input-wrap {
  position: relative;
  margin-right: 6px;
  margin-bottom: 10px;
}
#offcanvas-search-top .search-input-wrap input {
  border-color: #222;
  border-radius: 100px;
}
#offcanvas-search-top .search-input-wrap input:focus {
  box-shadow: none;
  border-color: #fd560f;
}
#offcanvas-search-top .search-input-wrap .input-group-text {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: #222;
  border: none;
  font-size: 17px;
  width: 50px;
  text-align: center;
  background-color: transparent;
  z-index: 9;
}
#offcanvas-search-top .btn-close {
  padding: 1rem;
  opacity: 1;
}
#offcanvas-search-top .btn-close:hover {
  background-color: #eee;
}
#offcanvas-search-top .hot-search-wrap .hot-search-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#offcanvas-search-top .search-pop-products-wrap .spinner-border {
  display: none;
}
#offcanvas-search-top .search-pop-products-wrap.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  background-color: #f5f5f5;
}
#offcanvas-search-top .search-pop-products-wrap.loading .sp-products, #offcanvas-search-top .search-pop-products-wrap.loading .hot-products-title {
  display: none;
}
#offcanvas-search-top .search-pop-products-wrap.loading .spinner-border {
  display: block;
}
#offcanvas-search-top .search-pop-products-show-all .btn {
  border-radius: 60px;
  background-color: #222;
  color: #fff;
  min-width: 120px;
}

#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: #fd560f;
}
#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: 80px;
}
#offcanvas-right-cart .offcanvas-right-products .product-list .right .name {
  word-break: break-all;
}
#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: 80%;
}
#offcanvas-mobile-menu .offcanvas-header {
  padding: 10px 20px 10px 10px;
}
#offcanvas-mobile-menu .mobile-menu-wrap {
  padding: 0;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion {
  border-top: 1px solid #e5e5e5;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > a {
  flex: 1;
  height: 44px;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
#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: 44px;
  height: 44px;
  display: flex;
  border-left: 1px solid #e5e5e5;
  align-items: center;
  justify-content: center;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > span:active {
  background-color: #eee;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > span[aria-expanded=true] {
  background-color: #eee;
}
#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 {
  padding: 0 10px;
  border-top: 1px solid #e5e5e5;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .children-title {
  height: 44px;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .children-title span {
  margin-right: -10px;
  width: 44px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .children-title span:active {
  background-color: #eee;
}
#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: #777;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-09-03 22:32:29
 * @LastEditTime  2022-09-16 20:48:00
 */
footer {
  --footer-icon-filter: brightness(0) invert(1);
  background: radial-gradient(circle at top left, rgba(233, 25, 36, 0.16), transparent 30%), linear-gradient(135deg, #0d1f63, #121823 72%);
  color: rgba(255, 255, 255, 0.78);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  footer {
    border-top-color: rgba(255, 255, 255, 0.08);
  }
}
footer .footer-wrapper {
  position: relative;
  z-index: 1;
}
footer .footer-active {
  outline: 2px dashed #4bb1f0 !important;
}
footer .services-wrap {
  padding: 2.8rem 0 2.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  footer .services-wrap {
    padding: 0.5rem 0;
  }
}
footer .services-wrap .service-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
footer .services-wrap .service-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  flex: 0 0 44px;
  margin-bottom: 16px;
}
@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: 1rem;
  color: #fff;
}
footer .services-wrap .service-item .sub-title {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.6;
}
footer .footer-content .services-wrap .service-item .icon img,
footer .footer-content .social-network > a img {
  filter: var(--footer-icon-filter);
}
footer .footer-content .logo img {
  filter: none;
}
@media (min-width: 768px) {
  footer .footer-content {
    padding: 3.6rem 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: rgba(255, 255, 255, 0.82);
}
footer .footer-content a:hover {
  color: #fff;
}
footer .footer-content .logo {
  max-width: 110px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  footer .footer-content .footer-content-left {
    transform: translateY(-12px);
  }
}
footer .footer-content .text,
footer .footer-content .list-unstyled li,
footer .footer-content .footer-content-contact li {
  color: rgba(255, 255, 255, 0.7);
}
footer .footer-content .text strong,
footer .footer-content .copyright-content strong {
  color: #a4322a;
}
footer .footer-content h6 {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  footer .footer-content h6 {
    margin-bottom: 20px;
  }
}
@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;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}
footer .footer-content .social-network > a:hover {
  transform: translateY(-5px);
}
footer .footer-content .footer-content-contact li i {
  color: rgba(255, 255, 255, 0.88);
}
@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 rgba(255, 255, 255, 0.12);
  }
}
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;
}
footer .footer-content .footer-link-wrap ul.list-unstyled li,
footer .footer-content .footer-link-wrap .intro-wrap li {
  margin-bottom: 10px;
  font-size: 14px;
}
footer .footer-content .footer-link-wrap ul.list-unstyled li i,
footer .footer-content .footer-link-wrap .intro-wrap li i {
  color: rgba(255, 255, 255, 0.88);
}
@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;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.62);
}
@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;
  }
}
footer .footer-bottom .copyright-content strong,
footer .footer-bottom .copyright-content b,
footer .footer-bottom .copyright-content a {
  color: #e91924 !important;
}
footer .footer-bottom .copyright-content p {
  margin-bottom: 0;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@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 {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 1.4rem;
}
.product-list-wrap .col-12:not(:last-of-type) .product-wrap:hover .button-wrap {
  bottom: 10px;
  opacity: 1;
}

.product-wrap {
  text-align: center;
  padding-bottom: 0.7rem;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.product-wrap .product-bottom-info {
  padding: 0 5px;
}
.product-wrap.list {
  display: flex;
  padding-bottom: 0;
}
.product-wrap.list .image {
  flex: 0 0 100px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .product-wrap.list .image {
    flex: 0 0 200px;
  }
}
.product-wrap.list .image .image-old {
  height: auto !important;
}
.product-wrap.list .product-name {
  height: 42px;
  margin-bottom: 10px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-wrap.list .product-bottom-info {
  padding-top: 10px;
  padding-left: 10px;
  flex: 1;
  text-align: left;
}
@media (min-width: 768px) {
  .product-wrap.list .product-bottom-info {
    padding-left: 20px;
  }
}
.product-wrap.list .product-bottom-info .product-name {
  font-size: 14px;
}
@media (max-width: 768px) {
  .product-wrap.list .product-bottom-info .button-wrap, .product-wrap.list .product-bottom-info .quick-view-wish {
    display: none;
  }
}
.product-wrap .image {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.product-wrap .image > a {
  opacity: 1;
  display: block;
  justify-content: center;
  align-items: center;
  position: relative;
}
.product-wrap .image .image-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1);
  transition: all ease-out 0.4s;
}
.product-wrap .image .button-wrap {
  width: 100%;
  position: absolute;
  z-index: 40;
  bottom: -30px;
  opacity: 0;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 992px) {
  .product-wrap .image .button-wrap {
    display: none;
  }
}
.product-wrap .image .button-wrap .btn-add-cart {
  flex: 1;
}
.product-wrap .image .button-wrap .btn-quick-view i {
  font-size: 16px;
}
.product-wrap .image .button-wrap .btn-wishlist,
.product-wrap .image .button-wrap .btn-quick-view {
  flex: 0 0 46px;
}
.product-wrap .image .button-wrap button,
.product-wrap .image .button-wrap a {
  background-color: #111;
  font-weight: bold;
  border: none;
  border-right: 1px solid #333;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-wrap .image .button-wrap button:last-child,
.product-wrap .image .button-wrap a:last-child {
  border-right: none;
}
.product-wrap .image .button-wrap button i,
.product-wrap .image .button-wrap a i {
  line-height: 1;
}
@media (min-width: 768px) {
  .product-wrap:hover .image > a .image-after {
    opacity: 1;
    z-index: 9;
    transform: scale(1.1);
  }
  .product-wrap:hover .button-wrap {
    bottom: 0;
    opacity: 1;
  }
}
.product-wrap .product-name {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}
.product-wrap .product-price .price-new {
  color: #fd560f;
  font-weight: bold;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .product-wrap .product-price .price-new {
    font-size: 0.8rem;
  }
}
.product-wrap .product-price .price-old {
  color: #aaa;
  margin-left: 4px;
  text-decoration: line-through;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@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 .page-inquiry-entry, .page-pages .page-inquiry-entry {
  padding: 44px 0 42px;
}
.page-categories-home .page-inquiry-entry .container-fluid, .page-pages .page-inquiry-entry .container-fluid {
  width: min(100vw - 40px, 1520px);
}
.page-categories-home .page-inquiry-entry__heading, .page-pages .page-inquiry-entry__heading {
  max-width: 860px;
  margin: 0 auto 22px;
  text-align: center;
}
.page-categories-home .page-inquiry-entry__heading h2, .page-pages .page-inquiry-entry__heading h2 {
  margin-bottom: 12px;
  font-size: clamp(1.9rem, 2.8vw, 3rem);
  line-height: 1.12;
  color: #13202c;
}
.page-categories-home .page-inquiry-entry__heading p, .page-pages .page-inquiry-entry__heading p {
  margin: 0 auto;
  max-width: 720px;
  color: #5b6672;
  line-height: 1.85;
}
.page-categories-home .page-inquiry-entry__kicker, .page-pages .page-inquiry-entry__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #e91924;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.page-categories-home .page-inquiry-entry__kicker::before, .page-pages .page-inquiry-entry__kicker::before {
  content: "";
  width: 36px;
  height: 1px;
  background: currentColor;
}
.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 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-09-09 19:16:39
 * @LastEditTime  2022-09-16 20:55:37
 */
@media (max-width: 768px) {
  body.page-login, body.page-forgotten {
    overflow-x: hidden;
  }
}
body.page-login .el-form-item__error--inline, body.page-forgotten .el-form-item__error--inline {
  margin-left: 0;
}
body.page-login .login-alert .layui-layer-btn0, body.page-forgotten .login-alert .layui-layer-btn0 {
  background-color: #222;
  border-color: #222;
}
body.page-login .forgotten-link, body.page-forgotten .forgotten-link {
  display: block;
  margin-top: -14px;
}
body.page-login .el-form-item, body.page-forgotten .el-form-item {
  margin-bottom: 18px;
}
body.page-login .el-form-item .el-form-item__content, body.page-forgotten .el-form-item .el-form-item__content {
  line-height: 1;
}
body.page-login .login-item-header, body.page-forgotten .login-item-header {
  background: #f3f4f6;
  border-bottom: none;
  padding: 1.2rem 1.5rem;
  border-radius: 100px;
}
body.page-login .login-item-header h6, body.page-forgotten .login-item-header h6 {
  font-weight: bold;
  font-size: 1rem;
}
body.page-login .vr-wrap, body.page-forgotten .vr-wrap {
  margin: 0 80px;
}
@media (min-width: 768px) {
  body.page-login .login-wrap, body.page-forgotten .login-wrap {
    display: flex;
    justify-content: center;
  }
}
body.page-login .login-wrap .card, body.page-forgotten .login-wrap .card {
  border: none;
}
@media (min-width: 768px) {
  body.page-login .login-wrap .card, body.page-forgotten .login-wrap .card {
    width: 340px;
  }
}
body.page-login .form-iframe, body.page-forgotten .form-iframe {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body.page-login .form-iframe, body.page-forgotten .form-iframe {
    padding: 0;
    margin-top: 0 !important;
  }
}
body.page-login .form-iframe .vr-wrap, body.page-forgotten .form-iframe .vr-wrap {
  margin: 0 60px;
}
body.page-login .form-iframe .card, body.page-forgotten .form-iframe .card {
  border: none;
}
body.page-login .social-wrap .title, body.page-forgotten .social-wrap .title {
  position: relative;
  text-align: center;
  color: #999;
}
body.page-login .social-wrap .title::before, body.page-forgotten .social-wrap .title::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  top: 47%;
  background: #e5e5e5;
}
body.page-login .social-wrap .title span, body.page-forgotten .social-wrap .title span {
  background-color: #fff;
  position: relative;
  padding: 0 5px;
  z-index: 1;
}
body.page-login .social-wrap .btn, body.page-forgotten .social-wrap .btn {
  color: #666;
}
body.page-login .social-wrap .btn img, body.page-forgotten .social-wrap .btn img {
  position: absolute;
  left: 40px;
}
body.page-login .social-wrap .btn:hover, body.page-forgotten .social-wrap .btn:hover {
  background-color: #eee;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-09-01 16:23:34
 * @LastEditTime  2022-09-16 20:57:19
 */
body.page-account .account-card {
  border: none;
}
body.page-account .account-card .card-items > a {
  width: 25%;
  color: #222;
  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 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-08-24 17:24:33
 * @LastEditTime  2022-09-16 20:56:21
 */
body.page-product {
  --product-sidebar-width: 430px;
  --product-sidebar-offset: 184px;
  --product-sidebar-gap: 26px;
  background: linear-gradient(180deg, #f7f4ee 0, #ffffff 240px);
}
@media (min-width: 1600px) {
  body.page-product {
    --product-sidebar-width: 460px;
  }
}
body.page-product .product-section {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  body.page-product .product-section {
    margin-bottom: 14px;
  }
}
body.page-product .section-shell {
  background: #fff;
  border: 1px solid rgba(15, 34, 51, 0.08);
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 18px 42px rgba(15, 34, 51, 0.06);
}
@media (max-width: 768px) {
  body.page-product .section-shell {
    border-radius: 18px;
    padding: 18px 16px;
  }
}
body.page-product .section-kicker,
body.page-product .product-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 700;
  color: #a4322a;
}
body.page-product .section-kicker::before,
body.page-product .product-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}
body.page-product .section-shell h2,
body.page-product .peoduct-info h2 {
  font-size: 2rem;
  line-height: 1.15;
  margin: 12px 0 14px;
  color: #102030;
}
@media (max-width: 768px) {
  body.page-product .section-shell h2,
  body.page-product .peoduct-info h2 {
    font-size: 1.35rem;
  }
}
body.page-product .section-shell h3,
body.page-product .peoduct-info h3 {
  font-size: 1.05rem;
  line-height: 1.3;
  color: #102030;
  margin-bottom: 10px;
}
body.page-product .section-shell p,
body.page-product .peoduct-info p {
  color: #5a6570;
}
@media (max-width: 768px) {
  body.page-product {
    background-color: #f2f2f3;
    padding-bottom: 120px;
  }
  body.page-product .breadcrumb-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  body.page-product .product-container {
    padding: 0;
    overflow-x: hidden;
  }
}
@media (min-width: 1400px) {
  body.page-product .product-container {
    max-width: 1780px;
  }
}
@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;
}
@media (max-width: 768px) {
  body.page-product .product-image {
    display: block;
  }
}
body.page-product .product-image #swiper {
  height: 100%;
}
body.page-product .product-image #swiper .swiper-wrapper {
  flex-direction: column;
}
@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 #mobile-main-gallery {
  width: 100%;
  margin-bottom: 12px;
  border: 1px solid #eee;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}
body.page-product .product-image #mobile-main-gallery .swiper-pagination {
  --swiper-theme-color: #ff6600; /* 设置Swiper风格 */
  --swiper-navigation-color: #ff6600; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px; /* 设置按钮大小 */
}
body.page-product .product-image #mobile-main-gallery .mobile-main-image-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  padding: 12px;
}
body.page-product .product-image #mobile-main-gallery .mobile-main-image-frame img {
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
body.page-product .product-image .mobile-thumb-strip {
  display: none;
}
@media (max-width: 768px) {
  body.page-product .product-image .mobile-thumb-strip {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 12px 2px 0;
  }
}
body.page-product .product-image .mobile-thumb-strip .mobile-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 3px;
  background: #fff;
  flex: 0 0 76px;
  cursor: pointer;
}
body.page-product .product-image .mobile-thumb-strip .mobile-thumb.active {
  border-color: #222;
}
body.page-product .product-image .mobile-thumb-strip .mobile-thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 9px;
}
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.error {
  background-color: rgba(255, 241, 239, 0.591);
  transition: all 0.3s;
  border: 1px dashed #ff6600;
  border-radius: 6px;
}
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: 100px;
  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:hover.disabled, body.page-product .variables-wrap .variable-info > div.selected.disabled {
  border-style: dashed;
  opacity: 0.7;
}
body.page-product .variables-wrap .variable-info > div:not(.is-v-image) {
  padding: 0.4rem 1rem;
}
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;
}
body.page-product .quantity-wrap button, body.page-product .quantity-wrap input {
  border-width: 1px;
  border-color: #ddd;
}
body.page-product .quantity-wrap button:first-child {
  border-right: none;
}
body.page-product .quantity-wrap button:last-child {
  border-left: none;
}
body.page-product .quantity-wrap input {
  border-left: none;
  border-right: none;
}
body.page-product .product-btns .add-cart-btns {
  display: flex;
  flex: 1;
}
body.page-product .product-btns .add-cart-btns .add-cart, body.page-product .product-btns .add-cart-btns .btn-buy-now {
  flex: 1;
}
@media (min-width: 768px) {
  body.page-product .product-btns .add-cart-btns .add-cart, body.page-product .product-btns .add-cart-btns .btn-buy-now {
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@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));
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  body.page-product .product-btns.is-hidden-by-footer {
    transform: translateY(150%);
  }
  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 {
  background: linear-gradient(180deg, #ffffff 0%, #f8f5ef 100%);
  border: 1px solid rgba(15, 34, 51, 0.08);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 18px 42px rgba(15, 34, 51, 0.06);
}
@media (max-width: 768px) {
  body.page-product .peoduct-info {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 10px;
  }
}
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 .product-summary {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 22px;
  max-width: 640px;
}
body.page-product .peoduct-info .product-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  body.page-product .peoduct-info .product-trust-grid {
    grid-template-columns: 1fr;
  }
}
body.page-product .peoduct-info .product-trust-grid .trust-item {
  background: #102030;
  border-radius: 16px;
  padding: 14px 16px;
  min-height: 88px;
}
body.page-product .peoduct-info .product-trust-grid .trust-item .trust-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 8px;
}
body.page-product .peoduct-info .product-trust-grid .trust-item strong {
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.45;
}
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 .add-wishlist button {
    padding: 0 !important;
    margin-top: 10px;
  }
}
@media (min-width: 1500px) {
  body.page-product .peoduct-info {
    position: fixed;
    top: var(--product-sidebar-offset);
    width: var(--product-sidebar-width);
    min-width: var(--product-sidebar-width);
    max-width: var(--product-sidebar-width);
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - var(--product-sidebar-offset) - 24px);
    overflow-y: auto;
    right: max(16px, (100vw - 1780px) / 2 + 16px);
    z-index: 30;
    transition: opacity 0.22s ease, transform 0.22s ease, padding 0.22s ease;
  }
}
body.page-product .peoduct-info send-inquiry {
  display: block !important;
  margin-top: 4px;
}
body.page-product .peoduct-info send-inquiry > div {
  display: block !important;
}
body.page-product .peoduct-info send-inquiry .add-cart-btns {
  display: flex !important;
  width: 100%;
}
body.page-product .peoduct-info send-inquiry .btn {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 14px 26px rgba(164, 50, 42, 0.22);
}
@media (min-width: 1500px) {
  body.page-product .peoduct-info .product-btns,
  body.page-product .peoduct-info .inquiry-only-btns {
    position: sticky;
    bottom: -26px;
    background: linear-gradient(180deg, rgba(248, 245, 239, 0) 0%, #f8f5ef 18%, #f8f5ef 100%);
    padding-top: 18px;
    margin-top: auto;
    z-index: 3;
  }
}
@media (min-width: 1500px) {
  body.page-product .peoduct-info.is-docked {
    padding: 18px 18px 18px;
  }
}
body.page-product .peoduct-info.is-docked .product-summary,
body.page-product .peoduct-info.is-docked .price-wrap,
body.page-product .peoduct-info.is-docked .stock-and-sku,
body.page-product .peoduct-info.is-docked .variables-wrap,
body.page-product .peoduct-info.is-docked .quantity-wrap,
body.page-product .peoduct-info.is-docked .add-wishlist {
  display: none !important;
}
body.page-product .peoduct-info.is-docked .product-eyebrow {
  margin-bottom: 6px;
}
body.page-product .peoduct-info.is-docked .product-name {
  font-size: 1.08rem;
  line-height: 1.35;
  margin-bottom: 10px !important;
}
body.page-product .peoduct-info.is-docked .product-trust-grid {
  grid-template-columns: 1fr;
  gap: 6px;
  margin-bottom: 12px;
}
body.page-product .peoduct-info.is-docked .product-trust-grid .trust-item:nth-child(n+4) {
  display: none;
}
body.page-product .peoduct-info.is-docked .product-trust-grid .trust-item {
  background: transparent;
  border-radius: 0;
  min-height: 0;
  padding: 0;
  box-shadow: none;
  border: 0;
}
body.page-product .peoduct-info.is-docked .product-trust-grid .trust-label {
  color: #6c7680;
  margin-bottom: 2px;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}
body.page-product .peoduct-info.is-docked .product-trust-grid strong {
  color: #102030;
  font-size: 0.9rem;
  line-height: 1.35;
}
body.page-product .peoduct-info.is-docked .product-btns,
body.page-product .peoduct-info.is-docked .inquiry-only-btns {
  padding-top: 10px;
}
@media (min-width: 1500px) {
  body.page-product .peoduct-info.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
  }
}
body.page-product .product-overview-section .program-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 992px) {
  body.page-product .product-overview-section .program-card-grid {
    grid-template-columns: 1fr;
  }
}
body.page-product .product-overview-section .program-card {
  background: linear-gradient(180deg, #f7f3ed 0%, #ffffff 100%);
  border: 1px solid rgba(15, 34, 51, 0.08);
  border-radius: 18px;
  padding: 18px;
}
body.page-product .product-overview-section .specs-shell {
  background: linear-gradient(180deg, #102030 0%, #162c40 100%);
}
body.page-product .product-overview-section .specs-shell .section-kicker,
body.page-product .product-overview-section .specs-shell h2,
body.page-product .product-overview-section .specs-shell .spec-item strong,
body.page-product .product-overview-section .specs-shell .spec-item span {
  color: #fff;
}
body.page-product .product-overview-section .specs-shell .section-kicker {
  color: #f2c38f;
}
body.page-product .product-overview-section .specs-shell .section-kicker::before {
  background: currentColor;
}
body.page-product .product-overview-section .specs-shell .spec-list {
  display: grid;
  gap: 12px;
}
body.page-product .product-overview-section .specs-shell .spec-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 12px;
}
body.page-product .product-overview-section .specs-shell .spec-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
body.page-product .product-overview-section .specs-shell .spec-item span {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 6px;
}
body.page-product .product-overview-section .specs-shell .spec-item strong {
  font-size: 1rem;
  line-height: 1.5;
}
body.page-product .customization-grid,
body.page-product .process-steps {
  display: grid;
  gap: 16px;
}
body.page-product .customization-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1200px) {
  body.page-product .customization-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  body.page-product .customization-grid {
    grid-template-columns: 1fr;
  }
}
body.page-product .customization-card,
body.page-product .process-step {
  background: #f8f6f1;
  border: 1px solid rgba(15, 34, 51, 0.08);
  border-radius: 18px;
  padding: 20px;
}
body.page-product .section-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 1fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  body.page-product .section-heading-row {
    grid-template-columns: 1fr;
  }
}
body.page-product .process-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 992px) {
  body.page-product .process-steps {
    grid-template-columns: 1fr;
  }
}
body.page-product .step-index {
  display: inline-flex;
  margin-bottom: 16px;
  color: #a4322a;
  font-weight: 700;
  letter-spacing: 0.08em;
}
body.page-product .product-description .product-detail-sections {
  display: grid;
  gap: 24px;
}
body.page-product .product-description .product-detail-shell {
  background: #fff;
}
body.page-product .attribute-table {
  margin-bottom: 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%;
  }
}
body.page-product .relations-wrap {
  margin-top: 56px !important;
}
@media (max-width: 768px) {
  body.page-product .relations-wrap .container {
    padding: 0 0 10px;
  }
}
body.page-product .relations-wrap .relations-shell {
  background: linear-gradient(180deg, #f8f5ef 0%, #ffffff 100%);
  border: 1px solid rgba(15, 34, 51, 0.08);
  border-radius: 28px;
  padding: 42px 34px 34px;
}
@media (max-width: 768px) {
  body.page-product .relations-wrap .relations-shell {
    border-radius: 20px;
    padding: 28px 16px 24px;
  }
}
body.page-product .relations-wrap .relations-head {
  max-width: 760px;
  margin: 0 auto 24px;
}
body.page-product .relations-wrap .relations-head h2 {
  font-size: clamp(28px, 2.5vw, 40px);
  color: #102030;
  margin-bottom: 12px;
}
body.page-product .relations-wrap .relations-head p {
  color: #5a6570;
  line-height: 1.75;
  margin: 0 auto;
}
body.page-product .relations-wrap .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #b83b3b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
body.page-product .relations-wrap .section-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}
body.page-product .relations-wrap .product {
  padding: 0 42px;
}
@media (max-width: 768px) {
  body.page-product .relations-wrap .product {
    padding: 0 12px;
  }
}
body.page-product .relations-wrap .swiper-pagination {
  bottom: -10px;
}
body.page-product .relations-wrap .swiper-pagination .swiper-pagination-bullet {
  height: 3px;
  border-radius: 0;
}
body.page-product .relations-wrap .swiper-button-prev,
body.page-product .relations-wrap .swiper-button-next {
  color: #102030;
}
body.page-product .faq-section .product-faq-accordion .accordion-item {
  border: 1px solid rgba(15, 34, 51, 0.08);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 14px;
}
body.page-product .faq-section .product-faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
body.page-product .faq-section .product-faq-accordion .accordion-button {
  font-weight: 700;
  color: #102030;
  background: #fff;
  box-shadow: none;
}
body.page-product .faq-section .product-faq-accordion .accordion-button:not(.collapsed) {
  background: #f8f5ef;
  color: #102030;
}
body.page-product .faq-section .product-faq-accordion .accordion-body {
  color: #5a6570;
  line-height: 1.8;
}
body.page-product .product-top-layout {
  align-items: flex-start;
  --bs-gutter-x: 1.25rem;
}
@media (min-width: 1600px) {
  body.page-product .product-top-layout {
    --bs-gutter-x: 1.5rem;
  }
}
@media (min-width: 1500px) {
  body.page-product .product-top-layout {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1500px) {
  body.page-product .product-top-media {
    flex: 1 1 auto;
    width: calc(100% - var(--product-sidebar-width) - var(--product-sidebar-gap));
    max-width: calc(100% - var(--product-sidebar-width) - var(--product-sidebar-gap));
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1500px) {
  body.page-product .product-top-summary {
    flex: 0 0 var(--product-sidebar-width);
    width: var(--product-sidebar-width);
    flex-shrink: 0;
    min-width: var(--product-sidebar-width);
    max-width: var(--product-sidebar-width);
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  body.page-product .product-top-summary {
    width: 0;
    min-width: 0;
    max-width: 0;
    flex: 0 0 0;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 769px) and (max-width: 1499.98px) {
  body.page-product .peoduct-info > .product-btns,
  body.page-product .peoduct-info > send-inquiry > .inquiry-only-btns {
    display: flex !important;
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 20px !important;
    transform: translateX(-50%);
    width: min(960px, 100vw - 48px) !important;
    margin: 0 !important;
    padding: 12px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border: 1px solid rgba(16, 32, 48, 0.08);
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(16, 32, 48, 0.14);
    z-index: 120 !important;
  }
  body.page-product .peoduct-info > .product-btns.is-hidden-by-footer,
  body.page-product .peoduct-info > send-inquiry > .inquiry-only-btns.is-hidden-by-footer {
    transform: translate(-50%, 150%) !important;
  }
  body.page-product .peoduct-info > .product-btns .add-cart-btns,
  body.page-product .peoduct-info > send-inquiry > .inquiry-only-btns .add-cart-btns {
    display: flex !important;
    width: 100%;
    gap: 12px;
  }
  body.page-product .peoduct-info > .product-btns .add-cart,
  body.page-product .peoduct-info > .product-btns .btn-buy-now,
  body.page-product .peoduct-info > send-inquiry > .inquiry-only-btns .inquiry-trigger {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  body.page-product .product-top-layout {
    display: block;
  }
  body.page-product .product-top-media {
    width: 100%;
    max-width: 100%;
  }
  body.page-product .peoduct-info {
    position: static;
    width: 0;
    min-width: 0;
    max-width: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    overflow: visible;
  }
  body.page-product .peoduct-info,
  body.page-product .product-top-summary {
    --product-sidebar-width: 0px;
  }
  body.page-product .peoduct-info .product-eyebrow,
  body.page-product .peoduct-info .product-name,
  body.page-product .peoduct-info .product-summary,
  body.page-product .peoduct-info .product-trust-grid,
  body.page-product .peoduct-info .price-wrap,
  body.page-product .peoduct-info .stock-and-sku,
  body.page-product .peoduct-info .variables-wrap,
  body.page-product .peoduct-info .quantity-wrap,
  body.page-product .peoduct-info .add-wishlist {
    display: none !important;
  }
  body.page-product .peoduct-info > send-inquiry {
    display: block !important;
  }
  body.page-product .peoduct-info > .product-btns .add-wishlist {
    display: none !important;
  }
  body.page-product .product-container > .product-section,
  body.page-product .product-container > .product-description {
    margin-right: 0 !important;
  }
}
body.page-product .product-image .desktop-gallery .desktop-gallery__grid {
  display: grid;
  grid-template-columns: 92px minmax(0, 850px);
  align-items: start;
  gap: 18px;
  overflow: visible !important;
  width: 100%;
  justify-content: center;
}
@media (max-width: 1499.98px) {
  body.page-product .product-image .desktop-gallery .desktop-gallery__grid {
    grid-template-columns: minmax(0, 850px);
  }
}
body.page-product .product-image .desktop-gallery .gallery-thumbs-wrap {
  position: sticky;
  top: 0;
  order: 1;
  z-index: 12;
  width: 92px;
  padding: 0 !important;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1499.98px) {
  body.page-product .product-image .desktop-gallery .gallery-thumbs-wrap {
    position: static;
    order: 2;
    width: min(100%, 850px);
    overflow: visible !important;
    display: block;
  }
}
body.page-product .product-image .desktop-gallery .gallery-thumbs-wrap .product-left-thumb-wrap {
  width: 100% !important;
  height: 850px !important;
  min-height: 0;
  padding-right: 0;
  overflow: hidden !important;
  position: relative;
  z-index: 12;
}
body.page-product .product-image .desktop-gallery .gallery-thumbs-wrap .product-left-thumb-wrap .swiper-wrapper {
  flex-direction: column !important;
  height: auto !important;
}
body.page-product .product-image .desktop-gallery .gallery-thumbs-wrap .product-left-thumb-wrap .swiper-slide {
  width: 100% !important;
  height: auto !important;
  min-height: 92px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  margin-right: 0 !important;
  margin-bottom: 9px !important;
  border: 1px solid rgba(16, 32, 48, 0.08);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
body.page-product .product-image .desktop-gallery .gallery-thumbs-wrap .product-left-thumb-wrap .swiper-slide a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
body.page-product .product-image .desktop-gallery .gallery-thumbs-wrap .product-left-thumb-wrap .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
body.page-product .product-image .desktop-gallery .gallery-thumbs-wrap .product-left-thumb-wrap .swiper-slide.active {
  border-color: rgba(16, 32, 48, 0.35);
  box-shadow: 0 16px 30px rgba(16, 32, 48, 0.08);
}
@media (max-width: 1499.98px) {
  body.page-product .product-image .desktop-gallery .gallery-thumbs-wrap .product-left-thumb-wrap {
    height: auto !important;
    overflow: visible !important;
  }
  body.page-product .product-image .desktop-gallery .gallery-thumbs-wrap .product-left-thumb-wrap .swiper-wrapper {
    flex-direction: row !important;
  }
  body.page-product .product-image .desktop-gallery .gallery-thumbs-wrap .product-left-thumb-wrap .swiper-slide {
    width: 96px !important;
    height: 96px !important;
    min-height: 96px;
    aspect-ratio: auto;
    margin-right: 12px !important;
    margin-bottom: 0 !important;
  }
}
body.page-product .product-image .desktop-gallery .gallery-thumbs-wrap .swiper-pager {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
  flex: 0 0 auto;
}
body.page-product .product-image .desktop-gallery .gallery-thumbs-wrap .swiper-pager .swiper-button-next,
body.page-product .product-image .desktop-gallery .gallery-thumbs-wrap .swiper-pager .swiper-button-prev {
  position: static;
  width: 100%;
  height: 34px;
  margin: 0;
  border-radius: 999px;
  background: #f8f5ef;
  color: #102030;
  transform: none;
}
body.page-product .product-image .desktop-gallery .gallery-thumbs-wrap .swiper-pager .swiper-button-next::after,
body.page-product .product-image .desktop-gallery .gallery-thumbs-wrap .swiper-pager .swiper-button-prev::after {
  font-size: 12px;
  font-weight: 700;
}
body.page-product .product-image .desktop-gallery .gallery-thumbs-wrap .swiper-pager .swiper-button-prev::after {
  transform: rotate(-90deg);
  display: inline-block;
}
body.page-product .product-image .desktop-gallery .gallery-thumbs-wrap .swiper-pager .swiper-button-next::after {
  transform: rotate(90deg);
  display: inline-block;
}
@media (max-width: 1499.98px) {
  body.page-product .product-image .desktop-gallery .gallery-thumbs-wrap .swiper-pager {
    display: none;
  }
}
body.page-product .product-image .desktop-gallery .gallery-main {
  order: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: visible;
}
@media (max-width: 1499.98px) {
  body.page-product .product-image .desktop-gallery .gallery-main {
    order: 1;
  }
}
body.page-product .product-image .desktop-gallery .gallery-main .gallery-main-shell {
  width: min(100%, 850px);
  aspect-ratio: 1/1;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(16, 32, 48, 0.08);
}
body.page-product .product-image .desktop-gallery .gallery-main .product-img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  padding: 0;
}
body.page-product .product-image .desktop-gallery .gallery-main .product-img img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  background: #fff;
}
body.page-product .product-image .desktop-gallery .gallery-main .product-video {
  border-radius: 28px;
  overflow: hidden;
}
body.page-product .product-image .desktop-gallery .gallery-main .gallery-main-controls {
  width: min(100%, 850px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}
@media (max-width: 1499.98px) {
  body.page-product .product-image .desktop-gallery .gallery-main .gallery-main-controls {
    display: none;
  }
}
body.page-product .product-image .desktop-gallery .gallery-main .gallery-main-control {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 1px solid rgba(16, 32, 48, 0.1);
  background: #fff;
  color: #102030;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 26px rgba(16, 32, 48, 0.08);
  transition: all 0.2s ease;
}
body.page-product .product-image .desktop-gallery .gallery-main .gallery-main-control:hover {
  background: #102030;
  color: #fff;
  border-color: #102030;
}
body.page-product .product-image .desktop-gallery .gallery-main .gallery-main-control i {
  font-size: 1.1rem;
  line-height: 1;
}
@media (min-width: 1500px) {
  body.page-product .product-container > .product-section,
  body.page-product .product-container > .product-description {
    margin-right: calc(var(--product-sidebar-width) + var(--product-sidebar-gap));
  }
}
body.page-product .product-bottom-inquiry-wrap {
  margin-top: 34px;
  margin-bottom: 10px;
}
body.page-product .product-bottom-inquiry-wrap #product-bottom-inquiry {
  width: 100%;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@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;
}
body.page-checkout .breadcrumb-wrap, body.page-cart .breadcrumb-wrap {
  background-color: transparent;
  margin-bottom: 0;
}
@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 #app-cart {
  min-height: 200px;
}
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 .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;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-09-01 16:23:34
 * @LastEditTime  2022-09-16 20:56:12
 */
body.page-checkout {
  background-color: #f6f8fa;
}
@media (max-width: 992px) {
  body.page-checkout .submit-checkout-wrap {
    position: fixed;
    left: 0;
    right: 0;
    align-items: center;
    background: #fff;
    z-index: 100;
    padding: 8px 12px;
    bottom: 0;
    display: flex !important;
    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-checkout .submit-checkout-wrap #submit-checkout {
    width: 50%;
  }
  body.page-checkout .submit-checkout-wrap .text-total {
    font-size: 0.9rem;
  }
}
body.page-checkout .radio-line-wrap .radio-line-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid transparent;
}
@media (max-width: 768px) {
  body.page-checkout .radio-line-wrap .radio-line-item {
    padding: 10px;
  }
}
body.page-checkout .radio-line-wrap .radio-line-item:not(:last-of-type) {
  margin-bottom: 1rem;
}
body.page-checkout .radio-line-wrap .radio-line-item:hover {
  border-color: #e5e5e5;
}
body.page-checkout .radio-line-wrap .radio-line-item:active {
  background-color: #f7f7f7;
}
body.page-checkout .radio-line-wrap .radio-line-item.active {
  border-color: #e5e5e5;
}
body.page-checkout .radio-line-wrap .radio-line-item.active .radio {
  border-color: #fd560f;
}
body.page-checkout .radio-line-wrap .radio-line-item.active .radio:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #fd560f;
  left: 2px;
  top: 2px;
  border-radius: 50%;
}
body.page-checkout .radio-line-wrap .radio-line-item .radio {
  position: relative;
  width: 18px;
  flex: 0 0 18px;
  height: 18px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
}
body.page-checkout .radio-line-wrap .radio-line-item .left {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
body.page-checkout .radio-line-wrap .radio-line-item .left img {
  margin-left: 10px;
  max-height: 60px;
}
body.page-checkout .radio-line-wrap .radio-line-item .right .title {
  font-weight: bold;
}
@media (min-width: 768px) {
  body.page-checkout .addresses-wrap .item.address-right {
    padding: 0 2.6rem;
  }
}
@media (max-width: 768px) {
  body.page-checkout .addresses-wrap .item.address-right {
    padding: 0;
  }
  body.page-checkout .addresses-wrap .item.address-right button:first-of-type {
    margin-right: 10px;
  }
}
body.page-checkout .addresses-wrap .item.address-right {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: auto;
  border: none;
}
@media (min-width: 768px) {
  body.page-checkout .addresses-wrap .item.address-right {
    flex-direction: column;
  }
}
body.page-checkout .comment-wrap .commentTxt {
  border-color: #e5e5e5;
}
body.page-checkout .comment-wrap .commentTxt:focus-visible {
  border-color: #fd560f;
  outline: 0;
}

body.page-checkout .checkout-black, body.page-bk-stripe .checkout-black {
  margin-bottom: 2.6rem;
}
@media (max-width: 768px) {
  body.page-checkout .checkout-black, body.page-bk-stripe .checkout-black {
    margin-bottom: 1rem;
  }
}
body.page-checkout .checkout-title, body.page-bk-stripe .checkout-title {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  body.page-checkout .checkout-title, body.page-bk-stripe .checkout-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
body.page-checkout .checkout-title .btn, body.page-bk-stripe .checkout-title .btn {
  margin-bottom: -10px;
}
body.page-checkout .checkout-title .btn.icon, body.page-bk-stripe .checkout-title .btn.icon {
  font-size: 1rem;
}
@media (min-width: 768px) {
  body.page-checkout .total-wrap .card-body, body.page-bk-stripe .total-wrap .card-body {
    padding: 0;
  }
}
body.page-checkout .total-wrap .card-header, body.page-bk-stripe .total-wrap .card-header {
  background-color: #fff;
  margin-bottom: 1rem;
  border-bottom: 1px solid #E6E6E6;
}
@media (min-width: 768px) {
  body.page-checkout .total-wrap .card-header, body.page-bk-stripe .total-wrap .card-header {
    padding: 0 0 0.8rem;
  }
}
body.page-checkout .total-wrap .card-header h5, body.page-bk-stripe .total-wrap .card-header h5 {
  font-weight: bold;
}
body.page-checkout .total-wrap .card-header span, body.page-bk-stripe .total-wrap .card-header span {
  line-height: 24px;
  min-width: 24px;
  color: #fff;
  text-align: center;
}
body.page-checkout .total-wrap .products-wrap, body.page-bk-stripe .total-wrap .products-wrap {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 1.3rem;
  padding-bottom: 0.3rem;
}
@media (min-width: 768px) {
  body.page-checkout .total-wrap .products-wrap, body.page-bk-stripe .total-wrap .products-wrap {
    max-height: 380px;
    overflow-y: auto;
  }
}
body.page-checkout .total-wrap .products-wrap .item, body.page-bk-stripe .total-wrap .products-wrap .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}
body.page-checkout .total-wrap .products-wrap .item .image, body.page-bk-stripe .total-wrap .products-wrap .item .image {
  display: flex;
  align-items: center;
  padding-right: 4px;
}
body.page-checkout .total-wrap .products-wrap .item .image .quantity, body.page-bk-stripe .total-wrap .products-wrap .item .image .quantity {
  margin-left: 3px;
  color: #7a7a7a;
}
body.page-checkout .total-wrap .products-wrap .item .price, body.page-bk-stripe .total-wrap .products-wrap .item .price {
  color: #7a7a7a;
}
body.page-checkout .total-wrap .totals, body.page-bk-stripe .total-wrap .totals {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body.page-checkout .total-wrap .totals, body.page-bk-stripe .total-wrap .totals {
    padding-bottom: 0.3rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #E6E6E6;
  }
}
body.page-checkout .total-wrap .totals > li, body.page-bk-stripe .total-wrap .totals > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
body.page-checkout .total-wrap .totals > li:last-of-type, body.page-bk-stripe .total-wrap .totals > li:last-of-type {
  font-weight: bold;
}
@media (max-width: 768px) {
  body.page-checkout .total-wrap .totals > li:last-of-type, body.page-bk-stripe .total-wrap .totals > li:last-of-type {
    margin-bottom: 0;
  }
}
body.page-checkout .total-wrap .totals > li:last-of-type > span:last-of-type, body.page-bk-stripe .total-wrap .totals > li:last-of-type > span:last-of-type {
  color: #dc3545;
}
body.page-checkout .total-wrap .totals > li > span:first-of-type, body.page-bk-stripe .total-wrap .totals > li > span:first-of-type {
  font-size: 0.8rem;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:56:05
 */
body.page-categories .category-hero {
  position: relative;
  min-height: 320px;
  --category-hero-content-padding: 42px 44px;
  --category-hero-kicker-margin: 14px;
  --category-hero-kicker-padding-size: 7px 12px;
  --category-hero-kicker-font-size: 12px;
  --category-hero-kicker-letter-spacing-size: 0.16em;
  --category-hero-title-size: clamp(2rem, 3.4vw, 3.4rem);
  --category-hero-title-margin: 14px;
  --category-hero-text-size: 1.02rem;
  --category-hero-text-line-height-size: 1.8;
  --category-hero-overlay:
    linear-gradient(90deg, rgba(6, 15, 38, 0.88) 0%, rgba(6, 15, 38, 0.72) 32%, rgba(6, 15, 38, 0.18) 72%, rgba(6, 15, 38, 0.05) 100%);
  --category-hero-inner-color: #fff;
  --category-hero-kicker-border: rgba(255, 255, 255, 0.22);
  --category-hero-kicker-bg: rgba(255, 255, 255, 0.08);
  --category-hero-kicker-color: currentColor;
  --category-hero-text-color: rgba(255, 255, 255, 0.86);
  background: linear-gradient(135deg, rgba(9, 18, 43, 0.92), rgba(19, 34, 78, 0.72) 48%, rgba(164, 50, 42, 0.45)), radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 42%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.14);
}
body.page-categories .category-hero-media,
body.page-categories .category-hero-overlay,
body.page-categories .category-hero-content {
  position: absolute;
  inset: 0;
}
body.page-categories .category-hero-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: saturate(0.96) contrast(1.04);
  transform: scale(1.02);
}
body.page-categories .category-hero-overlay {
  background: var(--category-hero-overlay);
}
body.page-categories .category-hero-light {
  --category-hero-overlay:
    linear-gradient(90deg, rgba(6, 15, 38, 0.88) 0%, rgba(6, 15, 38, 0.72) 32%, rgba(6, 15, 38, 0.18) 72%, rgba(6, 15, 38, 0.05) 100%);
  --category-hero-inner-color: #fff;
  --category-hero-kicker-border: rgba(255, 255, 255, 0.22);
  --category-hero-kicker-bg: rgba(255, 255, 255, 0.08);
  --category-hero-kicker-color: currentColor;
  --category-hero-text-color: rgba(255, 255, 255, 0.86);
  background: linear-gradient(135deg, rgba(9, 18, 43, 0.92), rgba(19, 34, 78, 0.72) 48%, rgba(164, 50, 42, 0.45)), radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 42%);
  border-color: rgba(255, 255, 255, 0.12);
}
body.page-categories .category-hero-dark {
  --category-hero-overlay:
    linear-gradient(90deg, rgba(248, 250, 252, 0.9) 0%, rgba(248, 250, 252, 0.72) 32%, rgba(248, 250, 252, 0.2) 72%, rgba(248, 250, 252, 0.04) 100%);
  --category-hero-inner-color: #0f172a;
  --category-hero-kicker-border: rgba(15, 23, 42, 0.14);
  --category-hero-kicker-bg: rgba(255, 255, 255, 0.72);
  --category-hero-kicker-color: #1f2a44;
  --category-hero-text-color: rgba(15, 23, 42, 0.76);
  background: linear-gradient(135deg, rgba(245, 247, 251, 0.94), rgba(226, 232, 240, 0.78) 46%, rgba(214, 223, 237, 0.58)), radial-gradient(circle at top right, rgba(15, 23, 42, 0.06), transparent 42%);
  border-color: rgba(15, 23, 42, 0.08);
}
body.page-categories .category-hero-content {
  display: flex;
  align-items: center;
  padding: var(--category-hero-content-padding);
  z-index: 2;
}
body.page-categories .category-hero-inner {
  max-width: 620px;
  color: var(--category-hero-inner-color);
}
body.page-categories .category-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: var(--category-hero-kicker-margin);
  padding: var(--category-hero-kicker-padding-size);
  border: 1px solid var(--category-hero-kicker-border);
  border-radius: 999px;
  background: var(--category-hero-kicker-bg);
  backdrop-filter: blur(10px);
  font-size: var(--category-hero-kicker-font-size);
  letter-spacing: var(--category-hero-kicker-letter-spacing-size);
  text-transform: uppercase;
  color: var(--category-hero-kicker-color);
}
body.page-categories .category-hero-title {
  margin-bottom: var(--category-hero-title-margin);
  font-size: var(--category-hero-title-size);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.03em;
}
body.page-categories .category-hero-text {
  max-width: 56ch;
  font-size: var(--category-hero-text-size);
  line-height: var(--category-hero-text-line-height-size);
  color: var(--category-hero-text-color);
}
body.page-categories .category-hero-text * {
  color: inherit;
}
body.page-categories .category-hero-text a {
  color: inherit;
  text-decoration-color: currentColor;
}
@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: #fd560f;
}
body.page-categories .style-wrap label {
  cursor: pointer;
}
body.page-categories .style-wrap label.active svg {
  fill: #fd560f;
}
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: #fd560f;
  color: #fff;
}
body.page-categories .filter-value-wrap .list-group .list-group-item:hover {
  background: #fd560f;
  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: #fd560f;
  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: #fd560f;
  outline: none !important;
}
@media (max-width: 1199.98px) {
  body.page-categories .category-hero {
    min-height: 290px;
    --category-hero-content-padding: 34px 32px;
    --category-hero-title-size: clamp(1.8rem, 4vw, 2.8rem);
  }
}
@media (max-width: 767.98px) {
  body.page-categories .category-hero {
    min-height: 360px;
    --category-hero-content-padding: 24px 22px;
    --category-hero-kicker-margin: 10px;
    --category-hero-kicker-padding-size: 6px 10px;
    --category-hero-kicker-font-size: 11px;
    --category-hero-kicker-letter-spacing-size: 0.14em;
    --category-hero-title-size: 1.85rem;
    --category-hero-title-margin: 10px;
    --category-hero-text-size: 0.94rem;
    --category-hero-text-line-height-size: 1.7;
    --category-hero-overlay:
      linear-gradient(180deg, rgba(6, 15, 38, 0.38) 0%, rgba(6, 15, 38, 0.82) 58%, rgba(6, 15, 38, 0.92) 100%);
  }
  body.page-categories .category-hero-dark {
    --category-hero-overlay:
      linear-gradient(180deg, rgba(248, 250, 252, 0.1) 0%, rgba(248, 250, 252, 0.72) 58%, rgba(248, 250, 252, 0.92) 100%);
  }
  body.page-categories .category-hero-content {
    align-items: end;
  }
}

.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: #fd560f;
}
.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: #fd560f;
}

.el-input__inner {
  border-radius: 100px !important;
}

@media (max-width: 768px) {
  .el-message-box {
    max-width: 90%;
  }
}

.el-dialog {
  border-radius: 10px !important;
}

.el-button {
  border-radius: 10rem !important;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-09-01 16:23:34
 * @LastEditTime  2022-09-16 20:55:44
 */
body.page-order-success .order-wrap .card-body.main-body, body.page-payment .order-wrap .card-body.main-body {
  padding: 3rem;
  padding-left: 7rem;
}
@media (max-width: 768px) {
  body.page-order-success .order-wrap .card-body.main-body, body.page-payment .order-wrap .card-body.main-body {
    padding: 1rem;
  }
}
body.page-order-success .order-wrap .card-body .order-top, body.page-payment .order-wrap .card-body .order-top {
  padding-bottom: 2.7rem;
  margin-bottom: 2.7rem;
  display: flex;
  justify-content: center;
}
body.page-order-success .order-wrap .card-body .order-top .left, body.page-payment .order-wrap .card-body .order-top .left {
  margin-top: -6px;
}
@media (max-width: 768px) {
  body.page-order-success .order-wrap .card-body .order-top .left, body.page-payment .order-wrap .card-body .order-top .left {
    display: none;
  }
}
body.page-order-success .order-wrap .card-body .order-top .left i, body.page-payment .order-wrap .card-body .order-top .left i {
  color: #4caf50;
  font-size: 80px;
  line-height: 1;
}
body.page-order-success .order-wrap .card-body .order-top .right, body.page-payment .order-wrap .card-body .order-top .right {
  flex: 1;
  margin-left: 2rem;
}
@media (max-width: 768px) {
  body.page-order-success .order-wrap .card-body .order-top .right, body.page-payment .order-wrap .card-body .order-top .right {
    margin: 0;
  }
}
body.page-order-success .order-wrap .card-body .order-top .right .table, body.page-payment .order-wrap .card-body .order-top .right .table {
  margin-bottom: 0;
}
body.page-order-success .order-wrap .card-body .order-top .right .order-title, body.page-payment .order-wrap .card-body .order-top .right .order-title {
  margin-bottom: 1.2rem;
  font-weight: 400;
}
body.page-order-success .order-wrap .card-body .order-top .right .order-info, body.page-payment .order-wrap .card-body .order-top .right .order-info {
  padding: 0.7rem;
  background-color: #fffaf0;
  border: 1px solid #ffe1ad;
}
body.page-order-success .order-wrap .card-body .order-bottom, body.page-payment .order-wrap .card-body .order-bottom {
  margin-left: calc(2rem + 80px);
  line-height: 2;
}
@media (max-width: 768px) {
  body.page-order-success .order-wrap .card-body .order-bottom, body.page-payment .order-wrap .card-body .order-bottom {
    margin: 0;
  }
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@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 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@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 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@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;
}

.modules-box .module-item {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .modules-box .module-item {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.modules-box .module-item:first-of-type {
  padding-top: 0;
}
.modules-box .module-item:last-of-type {
  padding-bottom: 0;
}
.modules-box .module-item.module-item-design.currently-editing:after {
  display: block;
  outline: 2px solid #0072ff;
}
.modules-box .module-item.module-item-design:hover:not(.currently-editing):after {
  display: block;
  outline: 1px dashed #0072ff;
}
.modules-box .module-item:after {
  content: "";
  display: none;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  z-index: 9;
  border-radius: var(--bs-border-radius);
}

.page-home {
  background: radial-gradient(circle at top left, rgba(233, 25, 36, 0.1), transparent 28%), linear-gradient(180deg, #f6f7fb 0%, #f2f4fa 25%, #ffffff 100%);
  color: #17202a;
}
.page-home header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2400;
  background: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
.page-home header > .top-wrap > .container-fluid,
.page-home header > .header-content > .container-fluid,
.page-home footer > .container-fluid,
.page-home footer > .footer-bottom > .container-fluid {
  width: min(100vw - 56px, 1720px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 767.98px) {
  .page-home header > .top-wrap > .container-fluid,
  .page-home header > .header-content > .container-fluid,
  .page-home footer > .container-fluid,
  .page-home footer > .footer-bottom > .container-fluid {
    width: min(100vw - 20px, 1720px);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.page-home .top-wrap {
  position: relative;
  z-index: 2400;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  border-bottom: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.page-home .top-wrap .btn,
.page-home .top-wrap .nav {
  color: inherit;
}
.page-home .top-wrap .dropdown:hover {
  background: rgba(255, 255, 255, 0.08);
}
.page-home .top-wrap .dropdown-menu {
  z-index: 2500;
  background: #0f1f2d;
}
.page-home .top-wrap .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.82);
}
.page-home .top-wrap .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.page-home .header-content,
.page-home .header-mobile {
  position: relative;
  z-index: 2200;
  border-bottom: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.page-home .header-content {
  padding: 1.1rem 0;
}
.page-home .header-content .logo img {
  max-width: 220px;
  max-height: 58px;
}
.page-home .header-content .menu-wrap > .navbar-nav > .nav-item > .nav-link {
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}
.page-home .header-content .right-btn .nav-link {
  color: rgba(255, 255, 255, 0.86);
  opacity: 1;
}
.page-home .header-content .dropdown {
  position: relative;
  z-index: 2201;
}
.page-home .header-content .dropdown-menu {
  z-index: 2300;
}
.page-home .header-content.fixed {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 32px rgba(12, 22, 38, 0.12);
}
.page-home .header-content.fixed .menu-wrap > .navbar-nav > .nav-item > .nav-link {
  color: #152433 !important;
}
.page-home .header-content.fixed .right-btn .nav-link {
  color: #152433 !important;
}
.page-home .header-content.fixed .dropdown-toggle::after {
  color: rgba(21, 36, 51, 0.72);
}
.page-home .header-content.fixed .dropdown-menu {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 35, 51, 0.08);
  box-shadow: 0 18px 36px rgba(17, 25, 35, 0.12);
}
.page-home .header-content.fixed .dropdown-menu .dropdown-item {
  color: #1f2b37;
}
.page-home .header-content.fixed .dropdown-menu .dropdown-item:hover {
  color: #0f1f2d;
  background: rgba(13, 31, 99, 0.06);
}
.page-home .header-mobile {
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
}
.page-home .header-mobile .mobile-content {
  padding: 12px 16px;
}
.page-home .header-mobile.fixed {
  background: rgba(255, 255, 255, 0.9) !important;
  color: #152433 !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 28px rgba(12, 22, 38, 0.12);
}
@media (max-width: 991.98px) {
  .page-home #offcanvas-mobile-menu {
    z-index: 2605;
  }
  .page-home .offcanvas-backdrop.show {
    z-index: 2600;
  }
}

.home-shell {
  width: min(100vw - 56px, 1720px);
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 767.98px) {
  .home-shell {
    width: min(100vw - 20px, 1720px);
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1920px) {
  .home-shell {
    width: min(100vw - 72px, 1760px);
  }
}

.home-brand-shell {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}
.home-brand-shell section {
  position: relative;
  padding: 42px 0;
}
@media (min-width: 992px) {
  .home-brand-shell section {
    padding: 64px 0;
  }
}
.home-brand-shell section + section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: linear-gradient(90deg, rgba(13, 31, 99, 0), rgba(13, 31, 99, 0.08), rgba(13, 31, 99, 0));
}

.home-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #e91924;
  margin-bottom: 18px;
}
.home-section-kicker::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

.home-section-heading {
  margin-bottom: 28px;
}
.home-section-heading h2 {
  font-size: clamp(2rem, 3vw, 3.35rem);
  line-height: 1.08;
  max-width: 860px;
  margin-bottom: 0;
  color: #13202c;
}
.home-section-heading p {
  margin: 0;
  max-width: 520px;
  color: #56606a;
  font-size: 1rem;
  line-height: 1.8;
}
.home-section-heading--split {
  display: grid;
  gap: 18px;
}
@media (min-width: 992px) {
  .home-section-heading--split {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
    align-items: end;
  }
}

.home-hero {
  position: relative;
  min-height: 100svh;
  padding: 0;
  overflow: hidden;
  background: #09111f;
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(7, 12, 22, 0.82) 0%, rgba(7, 12, 22, 0.6) 34%, rgba(7, 12, 22, 0.18) 62%, rgba(7, 12, 22, 0.08) 100%), linear-gradient(180deg, rgba(7, 12, 22, 0.22), rgba(7, 12, 22, 0.54));
  pointer-events: none;
}

.home-hero__layout {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: clamp(128px, 17vh, 188px);
  padding-bottom: clamp(28px, 4vh, 48px);
}

.home-hero__content {
  max-width: 920px;
  transform: translateY(clamp(-84px, -9vh, -116px));
}
.home-hero__content h1 {
  font-size: clamp(3.1rem, 5.1vw, 5.9rem);
  line-height: 0.92;
  max-width: 980px;
  margin-bottom: 22px;
  color: #fff;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.28), 0 18px 40px rgba(0, 0, 0, 0.28);
}

.home-hero__lede {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.04rem, 1.5vw, 1.2rem);
  line-height: 1.86;
  margin-bottom: 34px;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.home-hero__actions,
.final-cta-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 18px;
}

.final-cta-panel__actions {
  justify-content: flex-start;
  justify-self: start;
}
@media (min-width: 992px) {
  .final-cta-panel__actions {
    transform: translateX(-150px);
  }
}

.home-btn-primary,
.home-btn-secondary {
  min-height: 52px;
  min-width: 216px;
  justify-content: center;
  padding: 0.95rem 1.7rem;
  border-width: 1px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}

.home-btn-primary {
  background: #e91924;
  border-color: #e91924;
}

.home-btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
}

.home-hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.home-hero__backdrop .home-hero__video,
.home-hero__backdrop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  filter: saturate(0.92) contrast(1.02) brightness(0.8);
}

.home-hero__video {
  display: none;
}

.home-hero__image-fallback {
  display: block;
}

@media (min-width: 992px) {
  .home-hero__video {
    display: block;
  }
  .home-hero__image-fallback {
    display: none;
  }
}
.home-hero .home-section-kicker {
  color: #e91924;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}
.home-hero .home-section-kicker::before {
  background: #e91924;
}

@media (max-width: 991.98px) {
  .home-hero,
  .home-hero__layout {
    min-height: auto;
  }
  .home-hero__layout {
    align-items: flex-end;
    padding-top: 132px;
    padding-bottom: 42px;
  }
  .home-hero__content {
    max-width: 100%;
    transform: none;
  }
  .home-hero__content h1 {
    font-size: clamp(2.5rem, 12vw, 4.1rem);
    line-height: 0.98;
    max-width: 100%;
    margin-bottom: 18px;
  }
  .home-hero__lede {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.72;
    margin-bottom: 24px;
  }
  .home-hero__actions {
    gap: 12px;
  }
  .home-btn-primary,
  .home-btn-secondary {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media (max-width: 575.98px) {
  .page-home .top-wrap {
    display: none;
  }
  .page-home .header-mobile .mobile-content {
    padding: 10px 14px;
  }
  .home-hero__layout {
    padding-top: 86px;
    padding-bottom: 28px;
  }
  .home-hero__content h1 {
    font-size: clamp(2.1rem, 11.6vw, 3.3rem);
  }
  .home-hero__lede {
    font-size: 0.95rem;
    line-height: 1.65;
  }
}
.product-line-card__image img,
.craft-card__media img,
.home-dna__hero-image img,
.home-dna__support-card img,
.market-panel__image img,
.process-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.home-proof__grid,
.home-products__grid,
.home-process__grid {
  display: grid;
  gap: 18px;
}

.home-proof,
.home-dna,
.home-process,
.home-faq {
  background: transparent;
}

.home-products,
.home-craft,
.home-advantage,
.home-final-cta {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.02));
}

@media (min-width: 768px) {
  .home-proof__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1400px) {
  .home-proof__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.proof-card {
  min-height: 160px;
  padding: 24px 20px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 35, 51, 0.08);
  box-shadow: 0 18px 40px rgba(17, 25, 35, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.proof-card__value {
  font-size: clamp(1.7rem, 2.2vw, 2.4rem);
  font-weight: 700;
  color: #102333;
}
.proof-card__label {
  color: #5f6974;
  line-height: 1.7;
  font-size: 0.95rem;
}

@media (min-width: 1200px) {
  .home-products__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.product-line-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 24px;
  min-height: 620px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 244, 250, 0.9)), linear-gradient(135deg, rgba(233, 25, 36, 0.06), rgba(13, 31, 99, 0.03));
  border: 1px solid rgba(16, 35, 51, 0.08);
  box-shadow: 0 24px 50px rgba(17, 25, 35, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.product-line-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px rgba(17, 25, 35, 0.1);
}
.product-line-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  right: -44px;
  bottom: -44px;
  background: radial-gradient(circle, rgba(16, 35, 51, 0.12), transparent 65%);
}
.product-line-card h3 {
  font-size: 1.42rem;
  margin-bottom: 10px;
  color: #13202c;
  max-width: 100%;
}
.product-line-card p {
  max-width: 100%;
  color: #5d6771;
  line-height: 1.65;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-line-card__image {
  position: relative;
  margin: -24px -24px 24px;
  height: clamp(432px, 40.8vw, 624px);
  min-height: 432px;
  overflow: hidden;
}
.product-line-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.product-line-card__placeholder,
.craft-card__media span,
.market-panel__image span,
.process-visual__label {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: rgba(12, 17, 30, 0.72);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
}

.product-line-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 6px;
}

.product-line-card__tag {
  display: inline-flex;
  position: absolute;
  top: auto;
  bottom: 18px;
  left: 16px;
  z-index: 1;
  margin: 0;
  padding: 0.4rem 0.78rem;
  border-radius: 999px;
  background: rgba(10, 20, 32, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.home-craft {
  color: #fff;
}

.home-craft__layout {
  padding: 32px;
  border-radius: 34px;
  background: radial-gradient(circle at top right, rgba(233, 25, 36, 0.16), transparent 22%), linear-gradient(135deg, #f5f7fc, #eef2fb 68%);
  box-shadow: 0 28px 80px rgba(17, 25, 35, 0.22);
  display: grid;
  gap: 28px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .home-craft__layout {
    padding: 44px;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 34px;
  }
}

.home-craft__intro .home-section-kicker {
  color: #e91924;
}
.home-craft__intro p {
  color: #596473;
  line-height: 1.9;
  font-size: 1rem;
  max-width: 520px;
}
.home-craft__intro h2 {
  font-size: clamp(2rem, 2.8vw, 3.3rem);
  color: #13202c;
  margin-bottom: 18px;
}

.craft-manifesto {
  margin-top: 28px;
  display: grid;
  gap: 12px;
}

.craft-manifesto__line {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(13, 31, 99, 0.06);
  color: #324052;
  font-size: 0.95rem;
  border: 1px solid rgba(13, 31, 99, 0.08);
}
@media (max-width: 575.98px) {
  .craft-manifesto__line {
    flex-direction: column;
  }
}

.home-craft__grid {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .home-craft__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.craft-card {
  min-height: 250px;
  padding: 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(13, 31, 99, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 18px 42px rgba(17, 25, 35, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.craft-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(17, 25, 35, 0.1);
}
.craft-card h3 {
  color: #13202c;
  font-size: 1.36rem;
  margin-bottom: 12px;
  max-width: 260px;
}
.craft-card p {
  color: #5d6771;
  line-height: 1.7;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.craft-card__media {
  position: relative;
  margin: -22px -22px 18px;
  height: 228px;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}
.craft-card__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 44%;
  background: linear-gradient(180deg, rgba(10, 20, 32, 0), rgba(10, 20, 32, 0.2));
}

.craft-card__title-badge {
  margin: 0;
  max-width: calc(100% - 28px);
  font-weight: 400;
  line-height: 1;
}

.home-advantage__layout {
  display: grid;
  gap: 18px;
}
@media (min-width: 1200px) {
  .home-advantage__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

.home-dna__panel {
  position: relative;
  display: grid;
  gap: 22px;
  padding: 22px;
  border-radius: 34px;
  background: radial-gradient(circle at top right, rgba(233, 25, 36, 0.08), transparent 22%), linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(240, 244, 251, 0.96));
  border: 1px solid rgba(13, 31, 99, 0.08);
  box-shadow: 0 24px 60px rgba(17, 25, 35, 0.08);
}
@media (min-width: 1200px) {
  .home-dna__panel {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: stretch;
    padding: 28px;
  }
}

.home-dna__media {
  display: grid;
  gap: 0;
}

.home-dna__hero-image,
.home-dna__support-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}
.home-dna__hero-image video,
.home-dna__support-card video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: #0f1f2d;
}

.home-dna__hero-image {
  min-height: 380px;
  box-shadow: 0 20px 48px rgba(17, 25, 35, 0.12);
}
.home-dna__hero-image img {
  min-height: 380px;
  filter: saturate(0.86) contrast(1.06);
}
.home-dna__hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 17, 35, 0.02), rgba(10, 17, 35, 0.78));
  pointer-events: none;
}
.home-dna__hero-image--video {
  min-height: 100%;
}

.home-dna__play-button {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(10, 20, 43, 0.58);
  color: #fff;
  box-shadow: 0 18px 38px rgba(17, 25, 35, 0.22);
  backdrop-filter: blur(12px);
}

.home-dna__play-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  flex: 0 0 34px;
}
.home-dna__play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #0d1f63;
}

.home-dna__play-text {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-dna__badge {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(10, 20, 43, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}
.home-dna__badge strong {
  display: block;
  color: #fff;
  font-size: 1.02rem;
  margin-bottom: 6px;
}
.home-dna__badge span {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
  font-size: 0.92rem;
}

.home-dna__support-grid {
  display: none;
}

.home-video-modal[hidden] {
  display: none !important;
}

.home-video-modal {
  position: fixed;
  inset: 0;
  z-index: 3200;
  display: grid;
  place-items: center;
  padding: 24px;
}

.home-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(233, 25, 36, 0.16), transparent 28%), rgba(6, 12, 25, 0.82);
  backdrop-filter: blur(12px);
}

.home-video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100vw - 48px, 1180px);
  margin: 0 auto;
  padding: 22px 22px 18px;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(12, 20, 39, 0.96), rgba(7, 12, 24, 0.98)), #09111f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.42);
}

.home-video-modal__header {
  display: grid;
  gap: 8px;
  padding-right: 72px;
  margin-bottom: 18px;
}

.home-video-modal__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #e91924;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.home-video-modal__eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: rgba(233, 25, 36, 0.85);
}

.home-video-modal__title {
  color: #fff;
  font-size: clamp(1.15rem, 1.6vw, 1.5rem);
  line-height: 1.35;
  font-weight: 700;
}

.home-video-modal__frame {
  aspect-ratio: 16/9;
  background: #09111f;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.home-video-modal__frame video {
  width: 100%;
  height: 100%;
  display: block;
  background: #09111f;
}

.home-video-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  backdrop-filter: blur(8px);
  transition: background 0.2s ease, transform 0.2s ease;
}
.home-video-modal__close:hover {
  background: rgba(233, 25, 36, 0.82);
  transform: scale(1.04);
}

@media (max-width: 767.98px) {
  .home-video-modal {
    padding: 16px;
  }
  .home-video-modal__dialog {
    width: min(100vw - 20px, 1180px);
    padding: 18px 18px 16px;
    border-radius: 24px;
  }
  .home-video-modal__header {
    padding-right: 56px;
    margin-bottom: 14px;
  }
  .home-video-modal__frame {
    border-radius: 18px;
  }
}
.home-dna__support-card {
  min-height: 180px;
  background: #dfe7f4;
}
.home-dna__support-card img {
  min-height: 180px;
}

.home-dna__content {
  display: grid;
  gap: 22px;
  align-content: start;
  padding: 10px 4px 4px;
}
.home-dna__content h2 {
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: 1.06;
  margin-bottom: 0;
  color: #13202c;
  max-width: 880px;
}

.home-dna__lede {
  margin: 0;
  max-width: 760px;
  color: #55626e;
  line-height: 1.9;
  font-size: 1.04rem;
}

.home-dna__stats {
  display: grid;
  gap: 14px;
}
@media (min-width: 768px) {
  .home-dna__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.home-dna__stat {
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(13, 31, 99, 0.04);
  border: 1px solid rgba(13, 31, 99, 0.08);
}
.home-dna__stat strong {
  display: block;
  color: #102333;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.home-dna__stat span {
  display: block;
  color: #5d6771;
  line-height: 1.7;
  font-size: 0.94rem;
}

.home-dna__grid {
  display: grid;
  gap: 18px;
}
@media (min-width: 992px) {
  .home-dna__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.dna-card {
  position: relative;
  padding: 28px 24px 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(13, 31, 99, 0.08);
  box-shadow: 0 18px 42px rgba(17, 25, 35, 0.05);
}
.dna-card h3 {
  font-size: 1.22rem;
  margin-bottom: 12px;
  color: #13202c;
  max-width: 320px;
}
.dna-card p {
  margin-bottom: 0;
  color: #5d6771;
  line-height: 1.8;
}

.dna-card__line {
  width: 54px;
  height: 3px;
  border-radius: 999px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, #e91924, #0d1f63);
}

.advantage-panel,
.market-panel {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(16, 35, 51, 0.08);
  box-shadow: 0 20px 46px rgba(17, 25, 35, 0.05);
}

.market-panel__image {
  position: absolute;
  inset: 0;
  margin: 0;
  height: auto;
  overflow: hidden;
  border-radius: inherit;
  z-index: 0;
}
.market-panel__image img {
  opacity: 1;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0.72) saturate(0.92);
}

.advantage-panel {
  background: rgba(255, 255, 255, 0.82);
}

.market-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: transparent;
  color: #fff;
}
.market-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(13, 23, 36, 0.18), rgba(13, 23, 36, 0.78));
  pointer-events: none;
}
.market-panel h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.42), 0 8px 24px rgba(0, 0, 0, 0.4);
}
.market-panel p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.9;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.34), 0 6px 18px rgba(0, 0, 0, 0.28);
}
.market-panel .home-section-kicker {
  position: relative;
  z-index: 1;
  color: #e91924;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.market-panel__content {
  position: relative;
  z-index: 1;
  margin-top: 52px;
  max-width: 760px;
}

.market-panel__stats {
  position: relative;
  z-index: 1;
}

.advantage-panel h2,
.market-panel h2 {
  font-size: clamp(1.9rem, 2.6vw, 2.8rem);
  line-height: 1.14;
  margin-bottom: 18px;
}

.advantage-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.advantage-list li {
  position: relative;
  padding: 16px 16px 16px 46px;
  border-radius: 18px;
  background: #f5efe7;
  color: #49535d;
  line-height: 1.7;
}
.advantage-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #9c6b3f;
  box-shadow: 0 0 0 7px rgba(156, 107, 63, 0.14);
}

.market-panel__stats {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
@media (min-width: 576px) {
  .market-panel__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.market-panel__stats > div {
  padding: 18px;
  border-radius: 20px;
  background: rgba(9, 18, 31, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.market-panel__stats strong {
  display: block;
  color: #fff;
  margin-bottom: 6px;
  font-size: 1.15rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.market-panel__stats span {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
  display: block;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.26);
}

@media (min-width: 768px) {
  .home-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .home-process__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.process-card {
  min-height: 228px;
  padding: 24px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(16, 35, 51, 0.08);
  box-shadow: 0 20px 46px rgba(17, 25, 35, 0.05);
}
.process-card h3 {
  font-size: 1.28rem;
  margin-bottom: 14px;
  color: #13202c;
}
.process-card p {
  color: #5d6771;
  line-height: 1.8;
  margin-bottom: 0;
}
.process-card:nth-child(odd) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 252, 0.98));
}

.process-card__number {
  margin-bottom: 48px;
  color: #e91924;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.home-process__visuals {
  margin-top: 22px;
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .home-process__visuals {
    grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 0.6fr));
  }
}

.process-visual {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 20px 46px rgba(17, 25, 35, 0.05);
}
.process-visual img {
  min-height: 180px;
}

@media (min-width: 768px) {
  .process-visual--large {
    grid-column: span 1;
  }
}
.process-visual--large img {
  min-height: 220px;
}

.home-faq__list {
  max-width: 980px;
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 6px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 35, 51, 0.08);
  box-shadow: 0 16px 40px rgba(17, 25, 35, 0.04);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 0;
  font-weight: 700;
  color: #13202c;
  position: relative;
  padding-right: 32px;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: #9c6b3f;
}
.faq-item[open] summary::after {
  content: "−";
}
.faq-item p {
  margin: 0 0 18px;
  color: #5b6570;
  line-height: 1.86;
  max-width: 880px;
}

.final-cta-panel {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 34px;
  background: radial-gradient(circle at top right, rgba(214, 167, 123, 0.26), transparent 24%), linear-gradient(135deg, #102333, #171d24);
  color: #fff;
  display: grid;
  gap: 26px;
  box-shadow: 0 28px 80px rgba(17, 25, 35, 0.18);
}
@media (min-width: 992px) {
  .final-cta-panel {
    grid-template-columns: minmax(0, 1.1fr) auto;
    align-items: center;
    padding: 42px;
  }
}
.final-cta-panel h2 {
  color: #fff;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.08;
  margin-bottom: 14px;
  max-width: 900px;
}
.final-cta-panel p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.9;
  margin-bottom: 0;
  max-width: 720px;
}
.final-cta-panel .home-btn-primary {
  background: #f6f7fb;
  border-color: #f6f7fb;
  color: #0d1f63 !important;
  transition: all 0.2s ease;
}
.final-cta-panel .home-btn-primary:hover, .final-cta-panel .home-btn-primary:focus, .final-cta-panel .home-btn-primary:active {
  background: #e91924;
  border-color: #e91924;
  color: #ffffff !important;
  box-shadow: 0 14px 32px rgba(233, 25, 36, 0.28);
  transform: translateY(-1px);
}
.final-cta-panel .home-btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease;
}
.final-cta-panel .home-btn-secondary:hover, .final-cta-panel .home-btn-secondary:focus, .final-cta-panel .home-btn-secondary:active {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .home-brand-shell section {
    padding: 34px 0;
  }
  .product-line-card,
  .advantage-panel,
  .market-panel,
  .final-cta-panel,
  .home-craft__layout,
  .proof-card,
  .process-card {
    border-radius: 24px;
  }
}
/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:57:29
 */
.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: 24px;
}

.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     2024 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@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;
  }
}
.module-swiper-img-scroll-text .scroll-info {
  white-space: nowrap;
}
.module-swiper-img-scroll-text .scroll-info .scroll-text {
  padding: 0 15px;
  font-weight: bold;
  display: inline-block;
  animation: marquee-animation2 3s linear infinite;
}

@keyframes marquee-animation2 {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%); /* 滚动到左侧 */
  }
}
/**
 * @copyright     2024 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2024-11-12 10:42:54
 * @LastEditTime  2024-11-12 10:43:15
 */
.module-img-text-slideshow-2 {
  --swiper-theme-color: #fff; /* 设置Swiper风格 */
  --swiper-navigation-color: #fff; /* 单独设置按钮颜色 */
  --swiper-pagination-bullet-width: 5px; /* 设置分页器宽度 */
  --swiper-pagination-bullet-height: 5px; /* 设置分页器高度 */
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 12px;
  overflow: hidden;
  position: relative;
}
.module-img-text-slideshow-2.w-container-fluid, .module-img-text-slideshow-2.w-container {
  border-radius: 16px;
  overflow: hidden;
}
.module-img-text-slideshow-2 .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
}
.module-img-text-slideshow-2 .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  opacity: 0;
  border: 1px solid #fff;
}
.module-img-text-slideshow-2 .swiper-pagination-bullet-active {
  background-color: white;
}
.module-img-text-slideshow-2 .swiper-pagination-bullet-active::after {
  opacity: 1;
}
@media (min-width: 992px) {
  .module-img-text-slideshow-2 .swiper-pagination {
    bottom: 20px !important;
  }
}
.module-img-text-slideshow-2 .swiper-slide-active .image-wrap {
  transform: scale(1);
}
.module-img-text-slideshow-2 .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-2 .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-2 .content-wrap {
  display: flex;
}
.module-img-text-slideshow-2 .content-wrap.start {
  justify-content: flex-start;
}
.module-img-text-slideshow-2 .content-wrap.center {
  justify-content: center;
  text-align: center;
}
.module-img-text-slideshow-2 .content-wrap.center .text-wrap {
  max-width: 800px;
}
.module-img-text-slideshow-2 .content-wrap.end {
  justify-content: flex-end;
  text-align: right;
}
.module-img-text-slideshow-2 .image-text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.module-img-text-slideshow-2 .image-wrap {
  transform: scale(1.1732);
  transition: transform 3s cubic-bezier(0.23, 1, 0.32, 1);
}
.module-img-text-slideshow-2 .text-wrap {
  max-width: 800px;
  color: #fff;
}
@media (max-width: 992px) {
  .module-img-text-slideshow-2 .text-wrap {
    padding: 30px 0;
  }
}
.module-img-text-slideshow-2 .text-wrap .sub-title {
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
}
@media (min-width: 992px) {
  .module-img-text-slideshow-2 .text-wrap .sub-title {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}
.module-img-text-slideshow-2 .text-wrap .title {
  font-size: 0.9rem;
  margin-bottom: 0;
  color: #fff;
}
@media (min-width: 992px) {
  .module-img-text-slideshow-2 .text-wrap .title {
    font-size: 3rem;
    margin-bottom: 1.2rem;
  }
}
.module-img-text-slideshow-2 .text-wrap .description {
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
}
@media (min-width: 992px) {
  .module-img-text-slideshow-2 .text-wrap .description {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.module-img-text-slideshow-2 .text-wrap a.btn {
  font-size: 0.7rem;
  background-color: #fff;
  padding: 0.3rem 0.8rem;
}
.module-img-text-slideshow-2 .text-wrap a.btn:hover {
  background-color: #222;
}
@media (min-width: 992px) {
  .module-img-text-slideshow-2 .text-wrap a.btn {
    padding: 1rem 2rem;
    margin-top: 1.5rem;
    font-weight: bold;
    font-size: 0.8rem;
  }
}

.module-swiper-img-scroll-text-2 {
  padding: 36px 0;
  width: 100%;
  font-size: 20px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .module-swiper-img-scroll-text-2 {
    border-top: 1px solid #e4e4e4;
  }
}
@media (max-width: 768px) {
  .module-swiper-img-scroll-text-2 {
    font-size: 14px !important;
    padding: 16px 0 !important;
  }
}
.module-swiper-img-scroll-text-2 .scroll-info {
  white-space: nowrap;
}
.module-swiper-img-scroll-text-2 .scroll-info .scroll-text {
  padding: 0 35px;
  display: inline-block;
  animation: marquee-animation 3s linear infinite;
  position: relative;
}
.module-swiper-img-scroll-text-2 .scroll-info .scroll-text::after {
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f2ef";
  display: block;
  font-family: "bootstrap-icons";
  font-size: 8px;
  background-color: #fff;
}

@keyframes marquee-animation {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%); /* 滚动到左侧 */
  }
}
/**
 * @copyright     2024 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2024-11-12 10:42:54
 * @LastEditTime  2024-11-12 10:43:15
 */
@media (max-width: 992px) {
  .img-text-banner-wrap .img-wrap {
    margin: 10px 0;
  }
}
.img-text-banner-wrap .text-wrap {
  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: 0 50px;
  }
}
@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;
  }
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-08-04 17:52:22
 * @LastEditTime  2022-09-16 20:57:25
 */
.module-brand {
  font-size: 15px;
}
.module-brand .brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
  height: 120px;
  border-radius: 15px;
  overflow: hidden;
  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 #fd560f;
}
.module-brand .brand-item > img {
  max-height: 100%;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@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 {
  margin-bottom: 28px;
  margin-top: -10px;
}
.module-tab-product .nav .nav-link {
  color: #969a9e;
  font-size: 1.2rem;
  border-bottom: 2px solid transparent;
  margin: 0 17px;
  font-weight: bold;
  padding: 0.3rem 0.2rem;
}
@media (max-width: 768px) {
  .module-tab-product .nav .nav-link {
    padding: 0.2rem 0.7rem;
    font-size: 13px;
    margin: 0;
  }
}
.module-tab-product .nav .nav-link {
  box-shadow: none;
}
.module-tab-product .nav .nav-link:hover {
  border-color: #ddd;
}
.module-tab-product .nav .nav-link.active {
  color: #111;
  border-color: #111;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@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-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: #fd560f;
}
.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: #fd560f;
}
.swiper-style-plus .swiper-pagination.rectangle span {
  border-radius: 0;
  height: 3px;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@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: #fd560f;
}
.pages-wrap .image {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.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 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@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;
}

/**
 * @copyright     2023 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@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 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2023-12-04 13:52:45
 * @LastEditTime  2023-12-04 13:52:53
 */
.module-image-400 .image-402-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.module-image-400 .image-402-sub-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .module-image-400 .image-402-sub-title {
    margin-bottom: 10px;
  }
}
.module-image-400 .module-image-info {
  margin: 0 -10px;
}
@media (max-width: 768px) {
  .module-image-400 .module-image-info {
    margin: 0 -5px;
  }
}
.module-image-400 .module-image-info > div {
  padding: 0 10px;
}
@media (max-width: 768px) {
  .module-image-400 .module-image-info > div {
    padding: 0 5px;
  }
}
.module-image-400 .module-image-info .image-402-1 {
  grid-area: 1/1/3/2;
}
@media (max-width: 768px) {
  .module-image-400 .module-image-info .image-402-1 {
    margin-bottom: 10px;
  }
}
.module-image-400 .module-image-info .image-402-2 {
  grid-area: 1/2/2/3;
}
@media (max-width: 768px) {
  .module-image-400 .module-image-info .image-402-2 {
    grid-area: 3/1/4/2;
  }
}
.module-image-400 .module-image-info .image-402-3 {
  grid-area: 2/2/3/3;
}
@media (min-width: 768px) {
  .module-image-400 .module-image-info .image-402-3 {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .module-image-400 .module-image-info .image-402-3 {
    grid-area: 1/2/2/3;
    margin-bottom: 10px;
  }
}
.module-image-400 .module-image-info .image-402-4 {
  grid-area: 1/3/3/4;
}
@media (max-width: 768px) {
  .module-image-400 .module-image-info .image-402-4 {
    grid-area: 2/2/4/3;
  }
}
.module-image-400 .image-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.module-image-400 .image-wrap .img-name {
  position: absolute;
  bottom: 28px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .module-image-400 .image-wrap .img-name {
    bottom: 18px;
  }
}
.module-image-400 .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-400 .image-wrap .img-name span {
    font-size: 0.7rem;
  }
}

/**
 * @copyright     2024 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2024-11-12 15:14:28
 * @LastEditTime  2024-11-12 15:14:34
 */
.module-image-403 .image-wrap {
  position: relative;
  color: #fff;
  border-radius: 10px;
}
.module-image-403 .image-wrap::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.2) 100%);
}
.module-image-403 .image-wrap .title {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  z-index: 9;
  left: 10%;
  bottom: 13%;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .module-image-403 .image-wrap .title {
    font-size: 28px;
  }
}
.module-image-403 .image-wrap .sub-title {
  position: absolute;
  z-index: 9;
  left: 10%;
  bottom: 6%;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .module-image-403 .image-wrap .sub-title {
    font-size: 16px;
  }
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-08-04 17:52:22
 * @LastEditTime  2022-09-16 20:57:25
 */
.module-icons .image-item {
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .module-icons .title {
    font-size: 1rem;
    font-weight: bold;
  }
}

/**
 * @copyright     2024 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2024-11-12 10:42:54
 * @LastEditTime  2024-11-12 10:43:15
 */
.module-img-text-banner-multiple .image-wrap {
  position: relative;
}
.module-img-text-banner-multiple .image-wrap .image-item {
  border-radius: 14px;
  overflow: hidden;
}
.module-img-text-banner-multiple .image-wrap .text-wrap {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.module-img-text-banner-multiple .image-wrap .text-wrap .text-title {
  font-weight: bold;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .module-img-text-banner-multiple .image-wrap .text-wrap .text-title {
    font-size: 2.4rem;
  }
}
.module-img-text-banner-multiple .image-wrap .text-wrap .text-sub-title {
  font-size: 0.7rem;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .module-img-text-banner-multiple .image-wrap .text-wrap .text-sub-title {
    font-size: 1rem;
    margin-bottom: 16px;
    font-weight: bold;
  }
}
.module-img-text-banner-multiple .image-wrap .text-wrap .btn {
  background-color: #fff;
  color: #111;
  font-weight: bold;
}
.module-img-text-banner-multiple .image-wrap .text-wrap .btn:hover {
  background-color: #222;
  color: #fff;
}
@media (max-width: 768px) {
  .module-img-text-banner-multiple .image-wrap .text-wrap .btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .module-img-text-banner-multiple .image-wrap .text-wrap .btn {
    margin-top: 30px;
    font-size: 15px;
    border-radius: 100px;
    padding: 14px 30px;
  }
}
