@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap);
@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;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  -webkit-text-size-adjust: none;
  background-color: #fff !important;
}
body .container,
body .container-fluid {
  max-width: 1320px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

body:not(.page-home) {
  padding-top: 90px;
}
@media (max-width: 768px) {
  body:not(.page-home) {
    padding-top: 80px;
  }
}

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: "Poppins";
  src: url("/fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #282828;
}

h1 {
  font-size: 3.5rem;
}
@media (max-width: 992px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 2.25rem;
}
@media (max-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.75rem;
}
@media (max-width: 992px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.5rem;
}
@media (max-width: 992px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 1.25rem;
}
@media (max-width: 992px) {
  h5 {
    font-size: 1.125rem;
  }
}

h6 {
  font-size: 1rem;
}

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

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

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: 2rem;
  }
}

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

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

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

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

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

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

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

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

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

.breadcrumb-wrap {
  background-color: #fff;
  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 #0A1A3B;
  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;
}

footer .footer-content h6 {
  color: #fff !important;
}

/**
 * @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 !important;
  box-shadow: none;
}
header .top-wrap {
  height: 36px;
  background: #fff;
  display: flex;
  border-bottom: 1px solid #eee;
}
@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: #0A1A3B;
}
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: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0;
  transition: all 0.2s ease-in-out;
  border-bottom: none;
  border-color: #eee;
  box-shadow: none;
}
header .header-content.fixed .header-pill {
  margin: 10px auto;
}
header .header-content > .container, header .header-content .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-content .header-pill {
  background: #fff;
  border-radius: 999px;
  padding: 0.6rem 1.5rem;
  margin: 10px auto;
  box-shadow: 0 12px 30px rgba(10, 26, 59, 0.12);
  width: 100%;
  max-width: 1320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
header .header-content .menu-wrap .container {
  max-width: 1320px;
}
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-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 0.65rem 0.9rem;
  position: relative;
}
@media (max-width: 1200px) {
  header .header-content .menu-wrap > .navbar-nav > .nav-item > .nav-link {
    padding: 0.65rem 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: #0A1A3B;
}
header .header-content .logo img {
  max-width: 160px;
  max-height: 44px;
}
@media (max-width: 1200px) {
  header .header-content .logo img {
    max-width: 140px;
  }
}
header .header-content .right-btn .nav-link {
  color: #333;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  position: relative;
}
@media (max-width: 1200px) {
  header .header-content .right-btn .nav-link {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}
header .header-content .right-btn .nav-link i {
  font-size: 1.1rem;
}
header .header-content .right-btn .nav-link img {
  width: 20px;
}
header .cart-badge-quantity {
  position: absolute;
  left: 21px;
  top: -3px;
  text-align: center;
  font-size: 12px;
  display: none;
  width: 23px;
  zoom: 0.9;
  height: 23px;
  line-height: 24px;
  background-color: #f6db7b;
  color: #fff;
  border-radius: 50%;
}
header .header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-bottom: none;
  background: transparent !important;
  box-shadow: none;
  border-color: transparent;
}
header .header-mobile .header-pill-mobile {
  margin: 12px 16px;
}
header .header-mobile .mobile-content {
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 10px 20px rgba(10, 26, 59, 0.12);
}
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: 100px;
  justify-content: center;
}
#offcanvas-search-top .offcanvas-header {
  width: 100%;
}
#offcanvas-search-top input:focus {
  box-shadow: none;
}
#offcanvas-search-top .btn-close {
  padding: 1rem;
  opacity: 1;
}
#offcanvas-search-top .btn-close:hover {
  background-color: #eee;
}

#offcanvas-right-cart .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: #0A1A3B;
}
#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 {
  background: transparent;
  margin-top: 2rem;
  position: relative;
  color: #fff;
}
footer .footer-shell {
  background: #0A1A3B;
  border-radius: 36px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 18px 30px rgba(10, 26, 59, 0.15);
  width: min(1320px, 100%);
  margin: 0 auto;
}
footer .footer-shell .container,
footer .footer-shell .container-fluid {
  max-width: 1320px !important;
}
@media (max-width: 768px) {
  footer {
    border-top: 1px solid #eee;
  }
}
footer .footer-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  footer {
    margin-top: 5rem;
  }
}
footer .footer-active {
  outline: 2px dashed #4bb1f0 !important;
}
footer .services-wrap {
  padding: 2.2rem 0;
  border-bottom: 1px solid 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: center;
}
footer .services-wrap .service-item .icon {
  width: 38px;
  flex: 0 0 38px;
  margin-right: 14px;
}
@media (max-width: 768px) {
  footer .services-wrap .service-item .icon {
    display: none;
  }
}
footer .services-wrap .service-item p {
  margin-bottom: 0;
}
footer .services-wrap .service-item .title {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 0.9rem;
  color: #fff;
}
footer .services-wrap .service-item .sub-title {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) {
  footer .footer-content {
    padding: 3rem 0;
  }
}
@media (max-width: 768px) {
  footer .footer-content > .row {
    margin: 0;
  }
  footer .footer-content > .row > .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
footer .footer-content a {
  color: #ccc;
}
footer .footer-content a:hover {
  color: #f6db7b;
}
footer .footer-content .logo {
  max-width: 240px;
  margin-bottom: 10px;
}
footer .footer-content .text {
  color: #fff;
}
footer .footer-content h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
@media (min-width: 768px) {
  footer .footer-content h6 {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  footer .footer-content h6 {
    margin-bottom: 0;
    padding: 12px 0;
  }
}
footer .footer-content h6 .icon-open {
  display: none;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 768px) {
  footer .footer-content h6 .icon-open {
    display: block;
  }
}
footer .footer-content .social-network {
  margin-top: 10px;
  display: flex;
}
footer .footer-content .social-network > a {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
footer .footer-content .social-network > a:hover {
  transform: translateY(-5px);
}
@media (min-width: 768px) {
  footer .footer-content .intro-title {
    display: none;
  }
}
@media (max-width: 768px) {
  footer .footer-content .footer-link-wrap {
    border-bottom: 1px solid #eee;
  }
}
footer .footer-content .footer-link-wrap.active .icon-open i:before {
  content: "\f63b";
}
footer .footer-content .footer-link-wrap.active ul.list-unstyled, footer .footer-content .footer-link-wrap.active .intro-wrap {
  max-height: 1666px;
}
footer .footer-content .footer-link-wrap ul.list-unstyled, footer .footer-content .footer-link-wrap .intro-wrap {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  footer .footer-content .footer-link-wrap ul.list-unstyled, footer .footer-content .footer-link-wrap .intro-wrap {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
  }
}
footer .footer-bottom {
  display: flex;
  align-items: center;
  background: #08152E;
  color: #fff;
  border-radius: 0 0 30px 30px;
}
@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;
  }
}

/**
 * Product Card Styles - ERP Peptides Theme
 *
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 */
.product-wrap {
  text-align: center;
  background-color: #fff;
  border-radius: 18px;
  padding: 16px;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 14px 26px rgba(10, 26, 59, 0.08);
}
.product-wrap:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 32px rgba(10, 26, 59, 0.12);
}
.product-wrap .image {
  margin-bottom: 14px;
  background: #f5f5f5;
  border-radius: 14px;
  padding: 18px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-wrap .image .image-old {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-wrap .image .image-old img {
  max-width: 70%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-wrap .button-wrap {
  display: none;
}
.product-wrap .product-bottom-info {
  padding: 0 6px;
}
.product-wrap .product-name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
}
.product-wrap .product-price .price-new {
  color: #0A1A3B;
  font-weight: 700;
  font-size: 1.1rem;
}
.product-wrap .product-price .price-old {
  color: #aaa;
  margin-left: 4px;
  text-decoration: line-through;
}

.product-wrap.list {
  text-align: left;
  display: flex;
  gap: 1.5rem;
  padding: 20px;
}
.product-wrap.list .image {
  flex: 0 0 180px;
  margin-bottom: 0;
}
.product-wrap.list .product-bottom-info {
  flex: 1;
}

/**
 * @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 .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;
  }
}

/**
 * Login & Register Styles - ERP Peptides Theme
 */
.page-login,
.page-register {
  background: #f6f4ee;
}
.page-login .login-page,
.page-login .register-page,
.page-register .login-page,
.page-register .register-page {
  padding: 90px 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-login .login-title,
.page-login .register-title,
.page-register .login-title,
.page-register .register-title {
  margin-bottom: 2rem;
  font-size: 2.6rem;
}
.page-login .login-card,
.page-login .register-card,
.page-register .login-card,
.page-register .register-card {
  background: #fff;
  border-radius: 18px;
  padding: 32px 36px;
  box-shadow: 0 18px 28px rgba(10, 26, 59, 0.1);
  width: 100%;
  max-width: 420px;
}
.page-login .el-form-item__label,
.page-register .el-form-item__label {
  font-weight: 600;
  color: #2b2f36;
}
.page-login .el-input__inner,
.page-register .el-input__inner {
  border-radius: 10px;
  border-color: #e3dfd6;
  height: 44px;
}
.page-login .login-options,
.page-register .login-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  margin-bottom: 1.4rem;
}
.page-login .login-options .remember-me,
.page-register .login-options .remember-me {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.page-login .login-options .forgot-link,
.page-register .login-options .forgot-link {
  color: #6a717b;
  text-decoration: none;
}
.page-login .btn-primary,
.page-register .btn-primary {
  border-radius: 999px;
  padding: 0.7rem 1.4rem;
  background: #f6db7b;
  border-color: #f6db7b;
  color: #0A1A3B;
  font-weight: 600;
}
.page-login .login-links,
.page-register .login-links {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  text-align: center;
}
.page-login .login-links a,
.page-register .login-links a {
  color: #0A1A3B;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}

/**
 * @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: #444444;
  text-decoration: none !important;
}
body.page-account .account-card .card-items > a i {
  font-size: 2rem;
}
body.page-account .account-card .card-items > a span {
  display: flex;
}
@media (min-width: 992px) {
  body.page-account .account-card .card-body {
    min-height: 509px;
  }
}
body.page-account .account-card .order-wrap {
  background-color: #f6f8f9;
}
@media (min-width: 768px) {
  body.page-account .account-card .order-wrap {
    padding: 2rem 1rem;
  }
}
body.page-account .account-card .order-wrap .icon i {
  font-size: 4.5rem;
  color: #777;
}
body.page-account .account-card .order-wrap .text {
  font-size: 1rem;
}

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

/**
 * @copyright     2022 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
 */
@media (min-width: 992px) {
  body.page-product .product-left-col {
    flex: 0 0 45%;
    max-width: 45%;
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  body.page-product .product-right-col {
    flex: 0 0 55%;
    max-width: 55%;
    padding-left: 24px;
  }
}
@media (max-width: 768px) {
  body.page-product {
    background-color: #f2f2f3;
    padding-bottom: 64px;
  }
  body.page-product .breadcrumb-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  body.page-product #product-app.container {
    padding: 0;
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  body.page-product .product-mb-block {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
  }
}
body.page-product #product-description img {
  max-width: 100%;
  height: auto;
}
body.page-product .product-image {
  position: relative;
  display: flex;
  align-items: stretch;
}
body.page-product .product-image #swiper {
  height: auto;
}
@media (max-width: 768px) {
  body.page-product .product-image #swiper:hover .swiper-pager > div {
    display: none;
  }
}
body.page-product .product-image #swiper:hover .swiper-pager > div {
  background-color: rgba(255, 255, 255, 0.548);
  opacity: 1;
}
body.page-product .product-image #swiper:hover .swiper-pager > div:hover {
  background-color: rgb(255, 255, 255);
}
body.page-product .product-image #swiper-mobile {
  width: 100%;
  border-right: 1px solid #eee;
}
body.page-product .product-image #swiper-mobile .swiper-pagination {
  --swiper-theme-color: #f6db7b; /* 设置Swiper风格 */
  --swiper-navigation-color: #f6db7b; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px; /* 设置按钮大小 */
}
body.page-product .product-image .left {
  margin-right: 0;
}
body.page-product .product-image .left .swiper > div > div {
  border: 1px solid #eee;
  margin-bottom: 8px;
  width: 72px;
  min-height: 72px;
  padding: 2px;
  cursor: pointer;
}
body.page-product .product-image .left .swiper > div > div > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body.page-product .product-image .left .swiper > div > div > a img {
  max-height: 100%;
}
body.page-product .product-image .left .swiper > div > div.active, body.page-product .product-image .left .swiper > div > div:hover {
  border: 1px solid #3a3a3a;
}
body.page-product .product-image .left .swiper-pager {
  display: none;
}
body.page-product .product-image .left .swiper-pager > div {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.5s;
}
body.page-product .product-image .left .swiper-pager .swiper-button-next {
  border: 0;
  top: 50%;
  right: -10px;
  height: 30px;
  width: 30px;
  transform: translateY(-50%);
}
body.page-product .product-image .left .swiper-pager .swiper-button-next:hover, body.page-product .product-image .left .swiper-pager .swiper-button-next.active {
  border: 0 !important;
}
body.page-product .product-image .left .swiper-pager .swiper-button-next::after {
  font-size: 18px;
}
body.page-product .product-image .left .swiper-pager .swiper-button-prev {
  border: 0;
  top: 50%;
  left: -10px;
  height: 30px;
  width: 30px;
  transform: translateY(-50%);
}
body.page-product .product-image .left .swiper-pager .swiper-button-prev:hover, body.page-product .product-image .left .swiper-pager .swiper-button-prev.active {
  border: 0 !important;
}
body.page-product .product-image .left .swiper-pager .swiper-button-prev::after {
  font-size: 18px;
}
body.page-product .product-image .right {
  border: 1px solid #eee;
  position: relative;
}
body.page-product .product-image .right .product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 510px;
}
body.page-product .product-image #product-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
body.page-product .product-image .open-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  left: 50%;
  z-index: 99;
  line-height: 1;
  cursor: pointer;
}
body.page-product .product-image .open-video:hover i {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.648);
}
body.page-product .product-image .open-video i {
  font-size: 4rem;
  line-height: 1;
  border-radius: 50%;
  font-weight: 400;
  display: inline-block;
  color: rgba(255, 255, 255, 0.948);
  background-color: rgba(0, 0, 0, 0.348);
}
@media (max-width: 768px) {
  body.page-product .product-image .open-video i {
    font-size: 3rem;
  }
}
body.page-product .product-image .close-video {
  position: absolute;
  top: 6px;
  right: 10px;
  z-index: 9999;
  color: #aaa;
  font-size: 30px;
  cursor: pointer;
}
body.page-product .product-image .close-video:hover {
  color: #fff;
}
body.page-product .product-image .product-media-main {
  position: relative;
  width: 100%;
}
body.page-product .product-image .product-media-main .left {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
}
body.page-product .product-image .product-media-main .left .swiper {
  width: 96px;
  height: 240px;
}
body.page-product .product-image .product-media-main .right {
  width: 100%;
}
@media (max-width: 768px) {
  body.page-product .stock-and-sku {
    background: #fafafa;
    padding: 8px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) {
  body.page-product .stock-and-sku > div {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  body.page-product .stock-and-sku > div {
    display: inline-block;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  body.page-product .stock-and-sku > div .title {
    width: 80px;
  }
}
body.page-product .variables-wrap .variable-group {
  margin-bottom: 10px;
}
body.page-product .variables-wrap .variable-group:last-of-type {
  margin-bottom: 0;
}
body.page-product .variables-wrap .variable-info > div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #ddd;
  margin-left: 0;
  min-width: 3rem;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  flex-direction: column;
  border-radius: 4px;
  transition: all 0.1s ease-in-out;
}
body.page-product .variables-wrap .variable-info > div:hover, body.page-product .variables-wrap .variable-info > div.selected {
  border-color: #222;
}
body.page-product .variables-wrap .variable-info > div:not(.is-v-image) {
  padding: 0.4rem 0.5rem;
}
body.page-product .variables-wrap .variable-info > div > span.image {
  width: 50px;
}
body.page-product .variables-wrap .variable-info > div:not(.selected).disabled {
  border: 1px dashed #2e2929;
  color: #999;
  font-weight: initial;
}
@media (max-width: 768px) {
  body.page-product .product-btns {
    z-index: 100;
    max-height: 102px;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0;
    box-shadow: 0 -8px 12px 0 rgba(0, 0, 0, 0.1019607843);
    flex-wrap: wrap;
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
  }
  body.page-product .product-btns .quantity-btns {
    flex: 1;
    display: flex;
    align-items: center;
  }
  body.page-product .product-btns .add-cart-btns {
    padding: 0 10px;
  }
  body.page-product .product-btns .add-cart-btns > .btn {
    margin: 0 0 6px;
    width: 100%;
  }
  body.page-product .product-btns .add-cart-btns > .btn:last-child {
    margin-bottom: 0;
  }
  body.page-product .product-btns .add-cart {
    flex: 1;
    margin-left: 10px;
  }
  body.page-product .product-btns .btn-buy-now {
    margin: 0 10px;
  }
  body.page-product .product-btns .add-wishlist .btn {
    padding: 0;
    color: #333 !important;
  }
  body.page-product .product-btns .add-wishlist span {
    display: none;
  }
  body.page-product .product-btns .add-wishlist i {
    font-size: 20px;
  }
}
body.page-product .peoduct-info .product-name {
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  body.page-product .peoduct-info .product-name {
    font-size: 1rem;
    font-weight: normal;
  }
}
body.page-product .peoduct-info .rating-wrap {
  margin-bottom: 2rem;
}
body.page-product .peoduct-info .rating-wrap .rating {
  margin-right: 0.5rem;
}
body.page-product .peoduct-info .rating-wrap .rating i {
  color: #0A1A3B;
}
body.page-product .peoduct-info .price-wrap {
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  body.page-product .peoduct-info .price-wrap {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  body.page-product .peoduct-info .quantity-btns {
    display: flex;
  }
}
body.page-product .peoduct-info .quantity-btns .quantity-input {
  max-width: 5rem;
  text-align: center;
}
body.page-product .peoduct-info .quantity-btns .quantity-wrap {
  height: 43px;
}
body.page-product .peoduct-info .add-wishlist button {
  padding: 0 !important;
  margin-top: 10px;
}
body.page-product .product-description .nav-tabs .nav-link {
  border: none;
}
body.page-product .product-description .nav-tabs .nav-link.active {
  position: relative;
  background-color: transparent;
  color: #0A1A3B;
}
body.page-product .product-description .nav-tabs .nav-link.active:before {
  border-top: 1px solid #0A1A3B;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  body.page-product .attribute-table tr td:first-of-type {
    width: 20%;
  }
}
@media (max-width: 768px) {
  body.page-product .attribute-table tr td:first-of-type {
    width: 40%;
  }
}
@media (max-width: 768px) {
  body.page-product .relations-wrap .container {
    padding: 0 0 10px;
  }
}
body.page-product .relations-wrap .title {
  font-size: 20px;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  body.page-product .relations-wrap .title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
body.page-product .relations-wrap .swiper-pagination {
  bottom: -10px;
}
body.page-product .relations-wrap .swiper-pagination .swiper-pagination-bullet {
  height: 3px;
  border-radius: 0;
}
body.page-product .product-hero {
  align-items: stretch;
}
body.page-product .product-media-card {
  background: #f5f5f5;
  border-radius: 32px;
  padding: 28px;
  border: 1px solid #efe7da;
  overflow: visible;
}
body.page-product .product-media-card .left {
  margin-right: 0;
}
body.page-product .product-media-card .left .swiper > div > div {
  border-radius: 12px;
  border: 1px solid #e7e2d8;
  width: 72px;
  min-height: 72px;
  background: #fff;
}
body.page-product .product-media-card .left .swiper > div > div.active,
body.page-product .product-media-card .left .swiper > div > div:hover {
  border-color: #0a1a3b;
}
body.page-product .product-media-main {
  border: 0;
  background: transparent;
}
body.page-product .product-media-main .product-img {
  max-width: 82%;
  margin: 0 auto;
  min-height: 340px;
}
body.page-product .product-media-main .product-img img {
  max-width: 100%;
  height: auto;
}
body.page-product .product-summary {
  padding-left: 0;
}
body.page-product .product-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
body.page-product .product-rating .rating-stars {
  display: flex;
  gap: 4px;
  color: #f6db7b;
  font-size: 14px;
}
body.page-product .product-rating .rating-text {
  font-size: 0.9rem;
  color: #6b6b6b;
}
body.page-product .product-badges {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
body.page-product .product-badges .badge {
  border-radius: 999px;
  padding: 6px 14px;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
body.page-product .product-badges .badge-verified {
  background: #0a1a3b;
  color: #fff;
}
body.page-product .product-badges .badge-stock {
  border: 1px solid #d9d9d9;
  color: #0a1a3b;
  background: #fff;
}
body.page-product .product-badges .badge-stock.out-stock {
  color: #b02a37;
  border-color: #f1c2c8;
}
body.page-product .product-summary-text {
  color: #333;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  padding: 16px 20px;
  border-radius: 12px;
}
body.page-product .product-meta-list > div {
  display: flex;
  gap: 10px;
  padding: 6px 0;
  font-size: 0.95rem;
}
body.page-product .product-meta-list .title {
  min-width: 70px;
  color: #8b8b8b;
}
body.page-product .variables-wrap .variable-group > p {
  font-size: 13px;
  color: #7a7a7a;
  text-transform: lowercase;
}
body.page-product .variables-wrap .variable-info {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding-bottom: 4px;
}
body.page-product .variables-wrap .variable-info > div {
  border-radius: 16px;
  border: 1px solid #ded6c8;
  background: #fff;
  padding: 10px 12px 12px;
  min-width: 0;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
}
body.page-product .variables-wrap .variable-info > div .image {
  width: 42px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-product .variables-wrap .variable-info > div .image img {
  max-height: 42px;
  width: auto;
}
body.page-product .variables-wrap .variable-info > div .label {
  font-size: 12px;
  color: #2b2b2b;
  letter-spacing: 0.2px;
}
body.page-product .variables-wrap .variable-info > div .option-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #c9c9c9;
  background: transparent;
}
body.page-product .variables-wrap .variable-info > div.selected {
  background: #fff4cf;
  color: #0a1a3b;
  border-color: #f6db7b;
}
body.page-product .variables-wrap .variable-info > div.selected .label {
  color: #0a1a3b;
}
body.page-product .variables-wrap .variable-info > div.selected .option-indicator {
  border-color: #0a1a3b;
  background: #0a1a3b;
}
body.page-product .variables-wrap .variable-info > div.disabled {
  border-style: dashed;
  color: #a9a9a9;
}
body.page-product .product-btns {
  margin-top: 10px;
}
body.page-product .product-btns .quantity-wrap {
  border-radius: 14px;
  border: 1px solid #d8d2c6;
  height: 48px;
  width: 90px;
}
body.page-product .add-cart-btns {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 16px;
}
body.page-product .btn-pp-primary {
  background: #f6db7b;
  border-color: #f6db7b;
  color: #0a1a3b;
  padding: 0.85rem 2rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.page-product .btn-pp-primary:hover {
  background: #e7b61d;
  border-color: #e7b61d;
  color: #0a1a3b;
}
body.page-product .product-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
  color: #6a6a6a;
  font-size: 0.9rem;
}
body.page-product .product-trust-row .trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
body.page-product .product-trust-row i {
  color: #0a1a3b;
}
body.page-product .product-info-panels {
  margin-top: 20px;
  margin-bottom: 40px;
}
body.page-product .product-info-panels .info-panel {
  background: #f5f1e8;
  border-radius: 18px;
  padding: 20px 22px;
  min-height: 200px;
}
body.page-product .product-info-panels .panel-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
body.page-product .product-info-panels .panel-dot {
  width: 10px;
  height: 10px;
  background: #f6db7b;
  border-radius: 50%;
}
body.page-product .product-info-panels h3 {
  font-size: 1.2rem;
  margin: 0;
  color: #0a1a3b;
  font-weight: 700;
}
body.page-product .product-info-panels p {
  color: #6a6a6a;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
body.page-product .product-description {
  margin-top: 30px;
}
body.page-product .product-description .section-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin-bottom: 12px;
  color: #0a1a3b;
}
body.page-product .product-description .section-subtitle {
  font-size: 1.1rem;
  color: #0a1a3b;
  margin-top: 24px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  body.page-product .product-media-main .product-img {
    min-height: 320px;
  }
  body.page-product .product-media-card {
    padding: 18px;
  }
  body.page-product .product-summary {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  body.page-product .product-btns {
    position: static;
    box-shadow: none;
    padding: 0;
    background: transparent;
    max-height: none;
  }
  body.page-product .product-btns .quantity-btns {
    flex-wrap: wrap;
  }
  body.page-product .add-cart-btns {
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }
  body.page-product .btn-pp-primary {
    width: 100%;
    justify-content: center;
  }
}
body.page-product .delivery-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background-color: #FFF9E5;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #856404;
}
body.page-product .delivery-badge i {
  color: #f6db7b;
  font-size: 16px;
}
body.page-product .btn-view-tests {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 24px;
  background-color: #f6db7b;
  color: #0A1A3B;
  border: none;
  border-radius: 99px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}
body.page-product .btn-view-tests:hover {
  background-color: #E0B020;
  color: #0A1A3B;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(244, 196, 48, 0.3);
}
body.page-product .btn-view-tests i {
  font-size: 18px;
}
body.page-product .quantity-and-cart-wrap .quantity-selector {
  padding: 0;
  border-radius: 25px;
}
body.page-product .quantity-and-cart-wrap .quantity-selector .btn-qty {
  border: none;
  background: transparent;
  color: #666;
  padding: 8px 12px;
  transition: color 0.2s;
}
body.page-product .quantity-and-cart-wrap .quantity-selector .btn-qty:hover {
  color: #0A1A3B;
}
body.page-product .quantity-and-cart-wrap .quantity-selector .btn-qty i {
  font-size: 18px;
}
body.page-product .quantity-and-cart-wrap .quantity-selector input {
  max-width: 60px;
  font-weight: 600;
  font-size: 16px;
}
body.page-product .quantity-and-cart-wrap .btn-add-to-cart {
  background-color: #f6db7b;
  color: #0A1A3B;
  border: 2px solid #f6db7b;
  border-radius: 28px;
  padding: 14px 40px;
  font-size: 15px;
  letter-spacing: 0.8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
body.page-product .quantity-and-cart-wrap .btn-add-to-cart:hover:not(:disabled) {
  background-color: #E0B020;
  border-color: #E0B020;
  color: #0A1A3B;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(244, 196, 48, 0.3);
}
body.page-product .quantity-and-cart-wrap .btn-add-to-cart:disabled {
  background-color: #E0E0E0;
  border-color: #E0E0E0;
  color: #999;
  cursor: not-allowed;
}
body.page-product .product-cart-image {
  margin-top: 12px;
  text-align: center;
}
body.page-product .product-cart-image img {
  width: 100%;
  max-width: 360px;
  border-radius: 16px;
  display: block;
  margin: 0 auto;
}
body.page-product .product-trust-badges {
  padding-top: 16px;
  border-top: 1px solid #eee;
  justify-content: center;
}
body.page-product .product-trust-badges .trust-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #666;
}
body.page-product .product-trust-badges .trust-badge i {
  color: #0A1A3B;
  font-size: 16px;
}
body.page-product .product-accordion-section {
  background-color: #F5E6D3;
  padding: 60px 0;
  margin-top: 60px;
}
body.page-product .product-accordion-section .accordion {
  max-width: 900px;
  margin: 0 auto;
}
body.page-product .product-accordion-section .accordion-item {
  border: none;
  background: white;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
body.page-product .product-accordion-section .accordion-header .accordion-button {
  background: white;
  border: none;
  padding: 24px 28px;
  font-size: 20px;
  font-weight: 600;
  color: #0A1A3B;
  box-shadow: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
body.page-product .product-accordion-section .accordion-header .accordion-button:not(.collapsed) {
  background: white;
  color: #0A1A3B;
}
body.page-product .product-accordion-section .accordion-header .accordion-button:not(.collapsed) .accordion-dot {
  background-color: #f6db7b;
}
body.page-product .product-accordion-section .accordion-header .accordion-button:focus {
  box-shadow: none;
  border: none;
}
body.page-product .product-accordion-section .accordion-header .accordion-button::after {
  display: none;
}
body.page-product .product-accordion-section .accordion-header .accordion-button .accordion-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #D0D0D0;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}
body.page-product .product-accordion-section .accordion-header .accordion-button .accordion-title {
  flex-grow: 1;
}
body.page-product .product-accordion-section .accordion-body {
  padding: 0 28px 24px 56px;
  color: #555;
  line-height: 1.8;
  font-size: 15px;
}
body.page-product .product-accordion-section .accordion-body p:last-child {
  margin-bottom: 0;
}
body.page-product .product-accordion-section .accordion-body ul, body.page-product .product-accordion-section .accordion-body ol {
  margin-left: 20px;
}
body.page-product .product-notice-box {
  background: #fff;
  border-radius: 16px;
  padding: 16px 20px;
  border-left: 4px solid #f6db7b;
}
body.page-product .product-notice-box .notice-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.page-product .product-notice-box .notice-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: #2d2d2d;
  padding: 4px 0;
}
body.page-product .product-notice-box .notice-list li::before {
  content: "-";
  color: #0A1A3B;
  font-weight: 600;
}
body.page-product .product-attributes .attributes-title {
  font-size: 18px;
  font-weight: 600;
  color: #0A1A3B;
  margin-bottom: 16px;
}
body.page-product .product-attributes .attributes-list .attribute-item {
  padding: 12px 0;
  border-bottom: 1px solid #E5E5E5;
}
body.page-product .product-attributes .attributes-list .attribute-item:last-child {
  border-bottom: none;
}
body.page-product .product-attributes .attributes-list .attribute-item .attribute-name {
  font-size: 14px;
  color: #666;
}
body.page-product .product-attributes .attributes-list .attribute-item .attribute-value {
  font-size: 14px;
  color: #0A1A3B;
  font-weight: 500;
}
body.page-product .product-info-panels-left {
  background-color: #f5f5f5;
  border-radius: 24px;
  padding: 18px;
}
body.page-product .product-info-panels-left .accordion-item {
  border: none;
  background: #fff;
  border-radius: 24px;
  border: 1px solid #ececec;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(10, 26, 59, 0.06);
}
body.page-product .product-info-panels-left .accordion-item:last-child {
  margin-bottom: 0;
}
body.page-product .product-info-panels-left .accordion-header .accordion-button {
  background: #fff;
  border: none;
  padding: 18px 22px;
  font-size: 18px;
  font-weight: 600;
  color: #0A1A3B;
  box-shadow: none;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
body.page-product .product-info-panels-left .accordion-header .accordion-button:not(.collapsed) {
  background: #fff;
  color: #0A1A3B;
}
body.page-product .product-info-panels-left .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
body.page-product .product-info-panels-left .accordion-header .accordion-button:focus {
  box-shadow: none;
  border: none;
}
body.page-product .product-info-panels-left .accordion-header .accordion-button::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  font-size: 14px;
  color: #0A1A3B;
  margin-left: auto;
  transition: transform 0.3s ease;
  font-weight: bold;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f6db7b;
  border-radius: 50%;
  background-image: none;
}
body.page-product .product-info-panels-left .accordion-header .accordion-button .accordion-dot {
  display: none;
}
body.page-product .product-info-panels-left .accordion-header .accordion-button .accordion-title {
  flex-grow: 1;
}
body.page-product .product-info-panels-left .accordion-body {
  padding: 0 22px 20px 22px;
  color: #555;
  line-height: 1.7;
  font-size: 14px;
}
body.page-product .product-info-panels-left .accordion-body p:last-child {
  margin-bottom: 0;
}
body.page-product .product-rating {
  display: none;
}
body.page-product .product-badges {
  display: none;
}
body.page-product .stock-and-sku {
  display: none;
}
body.page-product .add-wishlist {
  display: none;
}
body.page-product .product-image {
  cursor: default !important;
}
body.page-product .product-image .product-img {
  cursor: default !important;
}

/**
 * Product Detail Page Styles - ERP Peptides Theme
 *
 * @copyright 2026 beikeshop.com - All Rights Reserved
 * @link https://beikeshop.com
 */
.coa-section {
  margin: 40px 0;
}
.coa-section .coa-header {
  max-width: 720px;
  margin: 0 auto 2rem;
}
.coa-section .coa-title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  color: #0A1A3B;
  margin-bottom: 0.75rem;
}
.coa-section .coa-description {
  font-size: 1.05rem;
  color: #6c757d;
  margin-bottom: 1.5rem;
}
.coa-section .btn-coa {
  background-color: #f6db7b;
  border-color: #f6db7b;
  color: #0A1A3B;
  font-weight: 700;
  padding: 0.85rem 2.5rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.coa-section .btn-coa:hover {
  background-color: rgb(242.7446808511, 205.9787234043, 75.2553191489);
  border-color: rgb(242.7446808511, 205.9787234043, 75.2553191489);
  color: #0A1A3B;
}
.coa-section .coa-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
  max-width: 860px;
  margin: 0 auto;
}
.coa-section .coa-item {
  background: #fff;
  border-radius: 20px;
  border: 2px solid #f6db7b;
  padding: 14px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
.coa-section .coa-preview {
  background: #faf7f1;
  border-radius: 16px;
  padding: 10px;
  margin-bottom: 16px;
}
.coa-section .coa-preview img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
.coa-section .coa-meta {
  margin-bottom: 12px;
  color: #0A1A3B;
}
.coa-section .coa-batch {
  font-weight: 700;
  font-size: 1rem;
}
.coa-section .coa-date {
  font-size: 0.85rem;
  color: #6c757d;
}

.trust-cards-section {
  color: #fff;
}
.trust-cards-section .trust-card {
  background: #0f224c;
  border-radius: 18px;
  padding: 1.5rem;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid rgba(244, 196, 48, 0.2);
}
.trust-cards-section .trust-card:hover {
  transform: translateY(-4px);
  border-color: #f6db7b;
}
.trust-cards-section .trust-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0.75rem;
}
.trust-cards-section .trust-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f6db7b;
  color: #0A1A3B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.trust-cards-section .trust-title {
  font-size: 1.1rem;
  margin: 0;
  font-weight: 700;
  color: #fff;
}
.trust-cards-section .trust-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}

.product-guarantee-section {
  background: linear-gradient(135deg, #0A1A3B 0%, #142d5f 100%);
  color: #fff;
  padding: 70px 0;
}
.product-guarantee-section .section-title {
  font-family: "Playfair Display", serif;
  font-size: 2.4rem;
  margin-bottom: 0.75rem;
  color: #fff;
}
.product-guarantee-section .section-subtitle {
  font-size: 1.05rem;
  opacity: 0.9;
  color: #fff;
}
.product-guarantee-section .guarantee-item {
  display: flex;
  gap: 14px;
  padding: 1rem 1.25rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(244, 196, 48, 0.2);
}
.product-guarantee-section .guarantee-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background-color: #f6db7b;
  color: #0A1A3B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.product-guarantee-section .guarantee-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #fff;
}
.product-guarantee-section .guarantee-text {
  font-size: 0.9rem;
  opacity: 0.9;
  margin: 0;
  color: #fff;
}
.product-guarantee-section .btn-light {
  background-color: #f6db7b;
  border-color: #f6db7b;
  color: #0A1A3B;
  padding: 0.8rem 2.2rem;
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.related-products-section .section-title {
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  color: #0A1A3B;
}
.related-products-section .related-product-card {
  background: #fff;
  border-radius: 18px;
  padding: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 12px 26px rgba(10, 26, 59, 0.08);
  height: 100%;
}
.related-products-section .related-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
.related-products-section .related-product-card:hover .product-image img {
  transform: scale(1.04);
}
.related-products-section .related-product-card .product-image {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 14px;
  padding: 0;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.related-products-section .related-product-card .product-image a {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.related-products-section .related-product-card .product-image img {
  position: static;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.4s ease;
}
.related-products-section .related-product-card .product-image .badge-sale {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #dc3545;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 25px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}
.related-products-section .related-product-card .product-info {
  padding: 1rem 0 0.5rem;
  text-align: center;
}
.related-products-section .related-product-card .product-info .product-name {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.related-products-section .related-product-card .product-info .product-name a {
  color: #0A1A3B;
  text-decoration: none;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-products-section .related-product-card .product-info .product-price {
  text-align: center;
}
.related-products-section .related-product-card .product-info .product-price .price-current {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0A1A3B;
}
.related-products-section .related-product-card .product-info .product-price .price-original {
  font-size: 0.9rem;
  color: #999;
  text-decoration: line-through;
  margin-left: 0.4rem;
}

@media (max-width: 768px) {
  .coa-section .coa-card {
    padding: 1.5rem;
  }
  .coa-section .coa-title {
    font-size: 1.5rem;
  }
  .trust-card,
  .guarantee-item {
    margin-bottom: 1rem;
  }
  .product-guarantee-section {
    padding: 60px 0;
  }
  .section-title {
    font-size: 2rem !important;
  }
}
/**
 * Cart Page Styles - ERP Peptides Theme
 */
.page-cart {
  background: #f6f4ee;
}
.page-cart .cart-page {
  padding: 70px 0 100px;
}
.page-cart .cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.page-cart .cart-header .cart-title {
  font-size: 2.6rem;
  margin: 0;
}
.page-cart .cart-header .cart-promo {
  background: #fff;
  border-radius: 999px;
  padding: 0.4rem 1.2rem;
  font-size: 0.85rem;
  color: #4e5561;
  box-shadow: 0 8px 18px rgba(10, 26, 59, 0.08);
}
.page-cart .cart-table,
.page-cart .cart-totals {
  border-radius: 22px;
  box-shadow: 0 14px 24px rgba(10, 26, 59, 0.08);
  border: none;
  padding: 22px;
}
.page-cart .cart-table .table {
  margin-bottom: 0;
}
.page-cart .cart-table .table th {
  font-size: 0.85rem;
  color: #6a717b;
  font-weight: 600;
  border-bottom: 1px solid #e3dfd6;
}
.page-cart .cart-table .table td {
  border-bottom: 1px solid #f0ece4;
}
.page-cart .cart-product {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.page-cart .cart-thumb {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.page-cart .cart-info .name {
  font-weight: 600;
  color: #1f2328;
  text-decoration: none;
  display: block;
  margin-bottom: 0.2rem;
}
.page-cart .quantity-wrap {
  position: relative;
}
.page-cart .quantity-wrap .form-control {
  width: 90px;
  border-radius: 12px;
  border: 1px solid #e3dfd6;
  padding: 0.45rem 2rem 0.45rem 0.75rem;
}
.page-cart .quantity-wrap .right {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #6a717b;
}
.page-cart .cart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.page-cart .cart-actions .form-control {
  flex: 1;
  min-width: 200px;
  border-radius: 999px;
  border: 1px solid #e3dfd6;
}
.page-cart .cart-actions .btn {
  border-radius: 999px;
  padding: 0.55rem 1.5rem;
  font-weight: 600;
}
.page-cart .cart-totals {
  background: #fff;
}
.page-cart .cart-totals .list-group-item {
  display: flex;
  justify-content: space-between;
  border: none;
  padding: 0.6rem 0;
  font-size: 0.95rem;
}
.page-cart .cart-totals .total-price {
  font-weight: 700;
  color: #0A1A3B;
}
.page-cart .cart-totals .btn-primary {
  border-radius: 999px;
  padding: 0.8rem 1.6rem;
  background: #f6db7b;
  border-color: #f6db7b;
  color: #0A1A3B;
}

@media (max-width: 992px) {
  .page-cart .cart-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
}
/**
 * CMS Pages Styles - ERP Peptides Theme
 */
.page-pages {
  background: #f6f4ee;
}
.page-pages .page-hero {
  padding: 90px 0 40px;
  text-align: center;
}
.page-pages .page-title {
  font-size: 2.8rem;
  margin: 0;
}
.page-pages .page-body {
  padding-bottom: 80px;
}
.page-pages .page-content {
  background: #fff;
  border-radius: 24px;
  padding: 32px 36px;
  box-shadow: 0 16px 28px rgba(10, 26, 59, 0.08);
}
.page-pages .page-related {
  padding: 20px 0 90px;
}
.page-pages .page-related .related-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

/**
 * Testing / COA Page Styles
 */
.page-testing {
  background: #f6f4ee;
}
.page-testing .testing-hero {
  padding: 90px 0 40px;
}
.page-testing .testing-card {
  background: #fff;
  border-radius: 24px;
  padding: 32px 36px;
  box-shadow: 0 16px 28px rgba(10, 26, 59, 0.08);
  max-width: 860px;
  margin: 0 auto;
  text-align: left;
}
.page-testing .testing-title {
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
.page-testing .testing-intro {
  color: #5c6168;
}
.page-testing .testing-list {
  margin-top: 1.6rem;
  display: grid;
  gap: 1rem;
}
.page-testing .testing-item {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
}
.page-testing .testing-item h3 {
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}
.page-testing .testing-item p {
  margin: 0;
  color: #5c6168;
}
.page-testing .testing-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(244, 196, 48, 0.2);
  color: #0A1A3B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex: 0 0 32px;
}
.page-testing .testing-results {
  padding: 20px 0 90px;
}
.page-testing .results-title {
  text-align: center;
  margin-bottom: 2rem;
}
.page-testing .coa-card {
  background: #fff;
  border-radius: 20px;
  display: block;
  padding: 18px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 12px 22px rgba(10, 26, 59, 0.08);
}
.page-testing .coa-thumb {
  background: #f5f5f5;
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-testing .coa-placeholder {
  font-weight: 700;
  color: #a1a6ad;
}
.page-testing .coa-info {
  margin-top: 1rem;
}
.page-testing .coa-info h3 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}
.page-testing .coa-info p {
  margin: 0;
  color: #5c6168;
  font-size: 0.9rem;
}
.page-testing .coa-detail {
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 16px 28px rgba(10, 26, 59, 0.08);
  text-align: center;
}
.page-testing .coa-detail .coa-meta {
  margin-top: 1.5rem;
  color: #5c6168;
}

/**
 * Contact Page Styles
 */
.page-contact {
  background: #f6f4ee;
}
.page-contact .contact-hero {
  padding: 90px 0 60px;
}
.page-contact .contact-card {
  background: #fff;
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 16px 28px rgba(10, 26, 59, 0.08);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
  gap: 32px;
}
.page-contact .contact-info h1 {
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
.page-contact .contact-info p {
  color: #5c6168;
  line-height: 1.7;
}
.page-contact .contact-details {
  margin-top: 1.5rem;
  color: #1f2328;
  font-weight: 600;
}
.page-contact .contact-form {
  display: grid;
  gap: 0.8rem;
}
.page-contact .contact-form .form-control,
.page-contact .contact-form .form-select {
  border-radius: 12px;
  border: 1px solid #e3dfd6;
  padding: 0.7rem 0.9rem;
}
.page-contact .contact-form .btn-primary {
  border-radius: 999px;
  background: #f6db7b;
  border-color: #f6db7b;
  color: #0A1A3B;
  font-weight: 600;
  padding: 0.7rem 1.6rem;
  width: 140px;
}
.page-contact .contact-featured {
  padding-bottom: 90px;
}
.page-contact .contact-featured h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.page-contact .contact-featured .product-card {
  background: #fff;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 12px 22px rgba(10, 26, 59, 0.08);
  text-align: center;
}
.page-contact .contact-featured .product-image {
  background: #f5f5f5;
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 12px;
}
.page-contact .contact-featured .product-name {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.page-contact .contact-featured .product-price {
  font-weight: 700;
  color: #0A1A3B;
}

@media (max-width: 992px) {
  .page-contact .contact-card {
    grid-template-columns: 1fr;
  }
}
/**
 * Supply Page Styles - ERP Peptides Theme
 */
body.page-supply {
  background: #f6f4ee;
  padding-top: 0;
}

.supply-page {
  color: #282828;
}
.supply-page .container {
  max-width: 1320px;
}
.supply-page .section-heading {
  max-width: 820px;
  margin: 0 auto 36px;
  text-align: center;
}
.supply-page .section-heading h2 {
  font-size: 2.6rem;
  margin-bottom: 0.9rem;
}
.supply-page .section-heading p {
  color: #333;
  line-height: 1.7;
}
.supply-page .media-card {
  background: linear-gradient(135deg, rgba(10, 26, 59, 0.08), rgba(10, 26, 59, 0.02));
  border: 1px dashed #e4e1d9;
  border-radius: 18px;
  min-height: 180px;
  position: relative;
  overflow: hidden;
}
.supply-page .media-card img {
  width: 100%;
  height: auto;
  display: block;
}
.supply-page .card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px dashed #e4e1d9;
  background: rgba(10, 26, 59, 0.08);
}

.supply-hero {
  padding: 0 0 70px;
  background: none;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.supply-hero .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  width: 100%;
}
.supply-hero .hero-gif-shell {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.supply-hero .hero-gif {
  width: 100%;
  height: auto;
  display: block;
}
.supply-hero .hero-copy {
  position: absolute;
  right: clamp(24px, 6vw, 64px);
  bottom: clamp(24px, 6vh, 60px);
  z-index: 1;
  max-width: 520px;
  text-align: right;
}
.supply-hero h1 {
  font-size: 3.2rem;
  margin-bottom: 1rem;
  color: #000;
  text-shadow: none;
}
.supply-hero h2 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
}
.supply-hero .hero-body {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.supply-products,
.supply-assurance,
.supply-community,
.supply-testing,
.supply-pricing {
  padding: 80px 0;
}

.supply-products {
  background: #fff;
}
.supply-products .section-note {
  font-weight: 600;
  color: #0A1A3B;
}
.supply-products .product-intro {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
}
.supply-products .product-intro h3 {
  font-size: 1.6rem;
  margin-bottom: 0.9rem;
}
.supply-products .product-intro-body {
  color: #333;
  line-height: 1.7;
}
.supply-products .product-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 32px;
}
.supply-products .media-card--large {
  min-height: 240px;
}
.supply-products .media-action {
  position: absolute;
  left: 24px;
  bottom: 24px;
}
.supply-products .media-action .btn {
  border-radius: 999px;
}

.supply-assurance {
  background: linear-gradient(180deg, #f6f4ee 0%, #fff 100%);
}
.supply-assurance .assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.supply-assurance .assurance-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid #e4e1d9;
  min-height: 280px;
  display: grid;
  gap: 12px;
}
.supply-assurance ul {
  padding-left: 1.1rem;
  color: #333;
  line-height: 1.7;
}
.supply-assurance .assurance-note {
  margin-top: 1rem;
  font-weight: 600;
  color: #0A1A3B;
}

.supply-community {
  background: #0A1A3B;
  color: #fff;
}
.supply-community .community-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}
.supply-community .community-copy h2 {
  font-size: 2.4rem;
  color: #fff;
}
.supply-community .community-copy p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
}
.supply-community .community-links {
  display: grid;
  gap: 16px;
}
.supply-community .community-link-card {
  display: flex;
  gap: 14px;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.supply-community .community-link-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

.supply-testing {
  background: #fff;
}
.supply-testing .testing-media {
  max-width: 760px;
  margin: 0 auto 28px;
}
.supply-testing .testing-card {
  max-width: 820px;
  margin: 0 auto;
  background: #f6f4ee;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid #e4e1d9;
}
.supply-testing .testing-note {
  font-weight: 600;
  color: #0A1A3B;
}

.supply-pricing {
  background: #fff;
}
.supply-pricing .pricing-media {
  max-width: 760px;
  margin: 0 auto 28px;
}
.supply-pricing .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.supply-pricing .pricing-card {
  border-radius: 16px;
  padding: 22px;
  border: 1px solid #e4e1d9;
  background: #f6f4ee;
  display: grid;
  gap: 10px;
}
.supply-pricing .pricing-footer {
  margin-top: 24px;
  text-align: center;
  font-weight: 600;
  color: #0A1A3B;
}
.supply-pricing .distributor-block {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #e4e1d9;
}
.supply-pricing .distributor-header {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}
.supply-pricing .distributor-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 28px;
}
.supply-pricing .distributor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.supply-pricing .distributor-card {
  background: #f6f4ee;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #e4e1d9;
  display: grid;
  gap: 10px;
}

@media (max-width: 991px) {
  .supply-hero .hero-copy {
    right: clamp(20px, 5vw, 40px);
  }
  .supply-products .product-media,
  .supply-assurance .assurance-grid,
  .supply-pricing .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }
  .supply-pricing .distributor-grid {
    grid-template-columns: 1fr 1fr;
  }
  .supply-products .product-media,
  .supply-pricing .distributor-media {
    grid-template-columns: 1fr;
  }
  .supply-community .community-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .supply-products .product-media,
  .supply-assurance .assurance-grid,
  .supply-pricing .pricing-grid,
  .supply-pricing .distributor-grid {
    grid-template-columns: 1fr;
  }
  .supply-hero {
    padding: 30px 0 60px;
  }
  .supply-hero .hero-copy {
    text-align: left;
    left: clamp(20px, 6vw, 36px);
    right: auto;
    bottom: clamp(20px, 6vh, 36px);
  }
  .supply-hero h1 {
    font-size: 2.4rem;
  }
  .supply-hero h2 {
    font-size: 1.3rem;
  }
}
/**
 * Factory Page Styles - Prime Peptides Theme
 */
body.page-factory {
  background: #e9f1fb;
  color: #233044;
  padding-top: 0;
}

.factory-page section:not(.factory-hero) {
  max-width: 1320px;
  margin: 32px auto;
}
.factory-page h1,
.factory-page h2,
.factory-page h3 {
  color: #0a1a3b;
}
.factory-page p {
  color: #4a5a6d;
  line-height: 1.7;
}

.factory-hero {
  background: linear-gradient(135deg, rgba(5, 16, 38, 0.78) 0%, rgba(14, 36, 76, 0.7) 45%, rgba(24, 55, 110, 0.65) 100%), url("/image/supply/2p.jpg") center/cover no-repeat;
}
.factory-hero .hero-inner {
  padding: 80px 0 70px;
}
.factory-hero .hero-content {
  max-width: 820px;
  background: rgba(8, 18, 40, 0.45);
  border-radius: 22px;
  padding: 28px 32px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}
.factory-hero .hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
}
.factory-hero h1 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 12px;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}
.factory-hero h2 {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 18px;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.factory-hero .hero-body {
  color: rgba(255, 255, 255, 0.8);
}
.factory-hero .hero-list {
  margin: 20px 0 0;
  padding-left: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  color: rgba(255, 255, 255, 0.85);
}
.factory-hero .hero-cta {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.factory-hero .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}
.factory-hero .hero-assurance {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.factory-hero .hero-assurance .assurance-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.factory-hero .hero-assurance .assurance-card h3 {
  color: #fff;
  margin-bottom: 8px;
}
.factory-hero .hero-assurance .assurance-card p {
  color: rgba(255, 255, 255, 0.8);
}
.factory-hero .hero-assurance .assurance-link {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  display: inline-flex;
  margin-top: 8px;
  text-decoration: underline;
}

.factory-section {
  padding: 0;
}

.section-card {
  background: #fff;
  border-radius: 26px;
  padding: 36px 40px;
  box-shadow: 0 18px 40px rgba(10, 26, 59, 0.08);
}

.section-card--dark {
  background: #0b1f3f;
  color: #fff;
}

.section-card--dark h2,
.section-card--dark p {
  color: #fff;
}

.section-header {
  margin-bottom: 16px;
}

.section-header.text-center {
  text-align: center;
}

.section-strong {
  font-weight: 700;
  color: #0a1a3b;
}

.bullet-list {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding-left: 1.2rem;
}

.section-media {
  margin: 24px 0 28px;
}

.media-block {
  min-height: 220px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(10, 26, 59, 0.08), rgba(10, 26, 59, 0.02));
  border: 1px dashed rgba(10, 26, 59, 0.12);
  overflow: hidden;
}

.media-block img {
  width: 100%;
  height: auto;
  display: block;
}

.factory-products .product-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.factory-products .product-card {
  background: #ffffff;
  border: 1px solid rgba(10, 26, 59, 0.1);
  border-radius: 16px;
  padding: 20px;
  display: grid;
  gap: 10px;
  box-shadow: 0 12px 24px rgba(10, 26, 59, 0.08);
}
.factory-products .text-link {
  color: #0a1a3b;
  font-weight: 600;
}

.factory-prime-selections {
  padding: 10px 0 0;
}

.factory-assurance .assurance-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.factory-assurance .assurance-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid rgba(10, 26, 59, 0.1);
  box-shadow: 0 10px 20px rgba(10, 26, 59, 0.06);
}
.factory-assurance .section-strong {
  text-align: center;
}

.factory-community .community-links {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.factory-community .community-card {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.factory-community .community-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.factory-community .community-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}
.factory-community .community-card h3 {
  color: #fff;
}
.factory-community .community-icon i {
  font-size: 1.2rem;
  color: #fff;
}

.factory-distributors .feature-list {
  display: grid;
  gap: 1rem;
  margin-top: 12px;
}

.factory-distributors .feature-item {
  display: flex;
  gap: 1rem;
  background: #fff;
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 10px 20px rgba(10, 26, 59, 0.08);
}

.factory-distributors .feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(244, 196, 48, 0.2);
  color: #0a1a3b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.factory-distributors .feature-title {
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.factory-distributors .feature-description {
  margin: 0;
  color: #5c6168;
}

.factory-distributors .section-subtitle {
  margin-top: 8px;
  color: #5c6168;
}

.factory-distributors .supply-model-grid {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.factory-distributors .supply-model-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  border: 1px solid rgba(10, 26, 59, 0.08);
  box-shadow: 0 14px 28px rgba(10, 26, 59, 0.08);
}

.factory-distributors .supply-model-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #0a1a3b;
  color: #fff;
  font-weight: 600;
  margin-bottom: 12px;
}

.factory-distributors .supply-model-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
  color: #0a1a3b;
}

.factory-distributors .supply-model-card p {
  margin-bottom: 0.6rem;
  color: #5c6168;
}

.factory-distributors .supply-model-list {
  margin: 0.4rem 0 0.6rem 1.2rem;
  display: grid;
  gap: 6px;
  color: #5c6168;
}

@media (max-width: 992px) {
  .factory-distributors .supply-model-grid {
    grid-template-columns: 1fr;
  }
}
.factory-compliance .section-card--dark {
  background: #0a1a3b;
}

.factory-testing .testing-split {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.factory-testing .testing-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(10, 26, 59, 0.1);
  box-shadow: 0 10px 20px rgba(10, 26, 59, 0.06);
}

.factory-testing .testing-media {
  margin-top: 12px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px dashed rgba(10, 26, 59, 0.12);
}

.factory-testing .testing-media img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .factory-hero .hero-list {
    grid-template-columns: 1fr;
  }
  .factory-hero .hero-assurance {
    grid-template-columns: 1fr;
  }
  .factory-products .product-grid,
  .factory-assurance .assurance-grid {
    grid-template-columns: 1fr 1fr;
  }
  .factory-community .community-links {
    grid-template-columns: 1fr;
  }
  .factory-testing .testing-split {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .factory-hero .hero-inner {
    padding: 70px 0 60px;
  }
  .factory-hero h1 {
    font-size: 2.4rem;
  }
  .section-card {
    padding: 28px 24px;
  }
  .factory-products .product-grid,
  .factory-assurance .assurance-grid {
    grid-template-columns: 1fr;
  }
}
.page-about {
  background: #fff;
}

.about-page-title h1 {
  font-size: 3.5rem;
  margin-bottom: 0;
}
.about-page-title {
  padding: 90px 0 10px;
}

.about-hero {
  padding: 80px 0 60px;
}
.about-hero .about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 60px;
  align-items: center;
}
.about-hero .about-hero-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(10, 26, 59, 0.12);
}
.about-hero .about-hero-content h1 {
  font-size: clamp(2rem, 3vw, 2.6rem);
  margin-bottom: 16px;
}
.about-hero .about-hero-content p {
  color: #5a6168;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 18px;
}
.about-hero .about-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  color: #0A1A3B;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-stats {
  position: relative;
  padding: 90px 0 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  max-width: 1320px;
  margin: 0 auto 60px;
  border-radius: 24px;
  overflow: hidden;
}
.about-stats .about-stats-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 26, 59, 0.72);
}
.about-stats .about-stats-content {
  position: relative;
  z-index: 1;
}
.about-stats h2 {
  font-size: clamp(2rem, 3vw, 2.6rem);
  max-width: 420px;
  margin-bottom: 32px;
  color: #fff;
}
.about-stats .about-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 20px;
}
.about-stats .stat-item {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  padding-left: 16px;
}
.about-stats .stat-value {
  font-size: 2rem;
  font-weight: 700;
}
.about-stats .stat-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 6px;
}

@media (max-width: 992px) {
  .about-hero {
    padding: 60px 0;
  }
  .about-hero .about-hero-grid {
    grid-template-columns: 1fr;
  }
  .about-stats {
    padding: 70px 0;
  }
  .about-stats .about-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .about-stats .about-stats-grid {
    grid-template-columns: 1fr;
  }
  .about-stats .stat-item {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 12px;
  }
}
/**
 * @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: 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: #0A1A3B;
}
body.page-checkout .radio-line-wrap .radio-line-item.active .radio:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #0A1A3B;
  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;
}
body.page-checkout .radio-line-wrap .radio-line-item .right .method-subtext {
  font-size: 0.8rem;
  margin-top: 4px;
}
@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: #0A1A3B;
  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;
}

/**
 * Category Page Overrides - ERP Peptides Theme
 */
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: #f5f5f5;
  border: none;
  color: #666;
  padding: 4px 12px;
  border-radius: 999px;
}
body.page-categories .filter-value-wrap .list-group .list-group-item.delete-all {
  background: #0A1A3B;
  color: #fff;
}

.el-input__inner {
  border-radius: 0.25rem !important;
  border-color: #ced4da !important;
  background-color: #f8f9fa !important;
}

.el-textarea__inner {
  border-radius: 0.25rem !important;
  border-color: #ced4da !important;
  background-color: #f8f9fa !important;
}

.el-select .el-input__inner {
  border-radius: 0.25rem !important;
}

.el-dialog {
  border-radius: 0.5rem !important;
}
.el-dialog .el-dialog__header {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 16px;
}
.el-dialog .el-dialog__body {
  padding: 24px;
}
.el-dialog .el-dialog__footer {
  border-top: 1px solid #f1f1f1;
  padding-top: 16px;
}

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

.address-dialog .el-form-item {
  margin-bottom: 18px;
}
.address-dialog .el-form-item__label {
  padding-bottom: 4px;
  font-weight: 500;
}
.address-dialog .el-input__wrapper {
  box-shadow: 0 0 0 1px #ced4da inset !important;
  border-radius: 0.25rem !important;
  background-color: #f8f9fa !important;
}
.address-dialog .el-select .el-input__wrapper {
  border-radius: 0.25rem !important;
}
.address-dialog .el-textarea__inner {
  border-radius: 0.25rem !important;
}
.address-dialog .el-dialog {
  box-shadow: none !important;
  border: 1px solid #e5e5e5;
}
.address-dialog .address-submit-btn {
  box-shadow: none !important;
  font-weight: 600;
  color: #0A1A3B;
}
.address-dialog .el-button {
  box-shadow: none !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;
}

/**
 * Home Page Styles - ERP Peptides Theme
 * Styles for the homepage sections
 *
 * @copyright     2026 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 */
.page-home {
  background-color: #fff;
}

.hero-section {
  position: relative;
  padding: 0;
  background: none;
  overflow: hidden;
}
.hero-section .hero-banner {
  width: 100%;
  height: auto;
  display: block;
}
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 12, 22, 0.72) 0%, rgba(7, 12, 22, 0.3) 45%, rgba(7, 12, 22, 0) 70%);
  pointer-events: none;
}
.hero-section .hero-overlay-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.hero-section .hero-overlay-content .container {
  width: 100%;
}
.hero-section .hero-text {
  max-width: 520px;
  color: #fff;
}
.hero-section .hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
  margin-bottom: 0.8rem;
}
.hero-section .hero-title {
  font-size: clamp(2.6rem, 4.2vw, 3.9rem);
  margin-bottom: 0.8rem;
  color: #fff;
}
.hero-section .hero-subtitle {
  font-size: 1.1rem;
  margin-bottom: 1.8rem;
  color: #f1f1f1;
}
.hero-section .hero-button {
  padding: 0.85rem 2.2rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  background-color: #f6db7b;
  border-color: #f6db7b;
  color: #0A1A3B;
  box-shadow: none;
}
.hero-section .hero-button:hover, .hero-section .hero-button:focus {
  background-color: rgb(244.0468085106, 211.1872340426, 94.3531914894);
  border-color: rgb(244.0468085106, 211.1872340426, 94.3531914894);
  color: #0A1A3B;
}

.prime-selections-section {
  padding: 30px 0 0px;
}
.prime-selections-section .section-title {
  font-size: 2.4rem;
}
.prime-selections-section .product-card {
  background: #fff;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 12px 26px rgba(10, 26, 59, 0.08);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.prime-selections-section .product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 30px rgba(10, 26, 59, 0.14);
}
.prime-selections-section .product-card .product-image {
  background: #f5f5f5;
  border-radius: 14px;
  padding: 0;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.prime-selections-section .product-card .product-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.prime-selections-section .product-card .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.prime-selections-section .product-card .product-name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.prime-selections-section .product-card .product-price {
  font-size: 1rem;
  font-weight: 700;
  color: #0A1A3B;
}
.prime-selections-section .product-card .product-info {
  text-align: center;
}

.research-peptides-section {
  padding: 40px 0 80px;
}
.research-peptides-section .research-card {
  background: linear-gradient(135deg, #0a1a3b 0%, #111f45 100%);
  color: #fff;
  border-radius: 28px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  box-shadow: 0 16px 30px rgba(10, 26, 59, 0.2);
  overflow: hidden;
}
.research-peptides-section .research-card-image {
  background: transparent;
  border-radius: 0;
  padding: 20px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.research-peptides-section .research-card-image img {
  width: 100%;
  max-width: none;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.research-peptides-section .research-card-content {
  padding: 48px 40px;
}
.research-peptides-section .section-title {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #fff;
}
.research-peptides-section .section-description {
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
  opacity: 0.9;
  color: #fff;
}
.research-peptides-section .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.research-peptides-section .feature-list li {
  padding: 0.35rem 0;
  font-size: 1rem;
  opacity: 0.95;
  color: #fff;
}
.research-peptides-section .btn-light {
  background-color: #f6db7b;
  border-color: #f6db7b;
  color: #0A1A3B;
  padding: 0.75rem 2rem;
  border-radius: 999px;
  font-weight: 600;
}

.product-showcase-section {
  padding: 30px 0 50px;
}
.product-showcase-section .showcase-card {
  background: #fff;
  border-radius: 28px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  box-shadow: 0 14px 28px rgba(10, 26, 59, 0.08);
  overflow: hidden;
}
.product-showcase-section .showcase-content {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-showcase-section .showcase-kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  color: #f6db7b;
  font-weight: 600;
  display: block;
  margin-bottom: 0.8rem;
}
.product-showcase-section .showcase-title {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #1f2328;
}
.product-showcase-section .showcase-description {
  font-size: 1rem;
  color: #5c6168;
  margin-bottom: 1.6rem;
}
.product-showcase-section .btn-outline-dark {
  border-radius: 999px;
  padding: 0.7rem 2.2rem;
  font-weight: 600;
}
.product-showcase-section .showcase-image {
  width: 100%;
  background: transparent;
  border-radius: 0;
  padding: 20px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-showcase-section .showcase-image img {
  width: 100%;
  max-width: none;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.features-section {
  padding: 30px 0 80px;
}
.features-section .section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  color: #f6db7b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.6rem;
}
.features-section .section-title {
  margin-bottom: 0.8rem;
}
.features-section .section-subtitle {
  color: #5c6168;
  margin-bottom: 1.8rem;
}
.features-section .feature-media {
  border-radius: 26px;
  text-align: center;
}
.features-section .feature-list {
  display: grid;
  gap: 1rem;
}
.features-section .feature-item {
  display: flex;
  gap: 1rem;
  background: #fff;
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 10px 20px rgba(10, 26, 59, 0.08);
}
.features-section .feature-item .feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(244, 196, 48, 0.2);
  color: #0A1A3B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.features-section .feature-item .feature-title {
  font-size: 1rem;
  margin-bottom: 0.3rem;
}
.features-section .feature-item .feature-description {
  margin: 0;
  color: #5c6168;
  font-size: 0.95rem;
}

.collections-section {
  padding: 30px 0 90px;
}
.collections-section .section-title {
  font-size: 2.4rem;
}
.collections-section .collections-grid {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 16px;
  width: 100%;
}
.collections-section .collection-item {
  display: block !important;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.collections-section .collection-card {
  background: transparent;
  border-radius: 24px;
  padding: 0;
  height: 100%;
  box-shadow: 0 16px 24px rgba(10, 26, 59, 0.08);
  overflow: hidden;
}
.collections-section .collection-link {
  display: block;
  width: 100%;
  height: 100%;
}
.collections-section .collection-image {
  border-radius: 24px;
  background: transparent;
  position: relative;
  overflow: hidden;
  padding: 0;
  aspect-ratio: 2/3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.collections-section .collection-image .collection-placeholder {
  position: absolute;
  inset: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  color: #b8b2a6;
  font-size: 1.6rem;
  z-index: 1;
}
.collections-section .collection-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  margin: 0;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  z-index: 2;
}
.collections-section .collection-count {
  display: none;
}

.newsletter-section {
  padding: 20px 0 120px;
}
.newsletter-section .newsletter-card {
  background: #f6db7b;
  border-radius: 30px;
  padding: 48px 40px;
  display: block;
  text-align: center;
  color: #1a1a1a;
  box-shadow: 0 16px 30px rgba(10, 26, 59, 0.12);
}
.newsletter-section .newsletter-content-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.newsletter-section .newsletter-kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.6rem;
}
.newsletter-section .newsletter-title {
  font-size: 2.1rem;
  margin-bottom: 0.8rem;
  color: #141414;
}
.newsletter-section .newsletter-description {
  color: #2c2c2c;
  margin-bottom: 1.5rem;
}
.newsletter-section .newsletter-form .form-control {
  border-radius: 999px 0 0 999px;
  border: none;
  padding: 0.85rem 1.4rem;
}
.newsletter-section .newsletter-form .btn {
  border-radius: 0 999px 999px 0;
  padding: 0.85rem 2rem;
}
.newsletter-section .newsletter-form .btn-dark {
  background: #0A1A3B;
  border-color: #0A1A3B;
  color: #fff;
}

@media (max-width: 992px) {
  .hero-section {
    padding: 110px 0 150px;
  }
  .hero-section .hero-grid {
    flex-direction: column;
    text-align: center;
  }
  .hero-section .hero-product {
    width: 220px;
  }
  .research-peptides-section .research-card,
  .newsletter-section .newsletter-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .product-showcase-section .showcase-card {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .prime-selections-section {
    padding-bottom: 50px;
  }
  .collections-section {
    padding-bottom: 60px;
  }
  .collections-section .collections-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .collections-section .collections-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
/**
 * @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-family: "Playfair Display", serif;
  font-weight: 600;
  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-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.7rem;
  color: #fff;
}
@media (min-width: 992px) {
  .module-img-text-slideshow .text-wrap .title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .module-img-text-slideshow .text-wrap .title {
    font-size: 4rem;
  }
}
.module-img-text-slideshow .text-wrap .description {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .module-img-text-slideshow .text-wrap .description {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.module-img-text-slideshow .text-wrap a.btn {
  font-size: 0.8rem;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #222;
}
.module-img-text-slideshow .text-wrap a.btn:hover {
  background-color: #222;
}
@media (min-width: 992px) {
  .module-img-text-slideshow .text-wrap a.btn {
    padding: 1rem 2rem;
    margin-top: 1.5rem;
  }
}

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

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

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

@keyframes marquee-animation {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%); /* 滚动到左侧 */
  }
}
/**
 * @copyright     2024 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
 */
.img-text-banner-wrap .text-wrap {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
@media (min-width: 1200px) {
  .img-text-banner-wrap .text-wrap {
    padding: 40px 70px;
  }
}
@media (max-width: 992px) {
  .img-text-banner-wrap .text-wrap {
    align-items: center;
  }
}
.img-text-banner-wrap .text-wrap .title {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .img-text-banner-wrap .text-wrap .title {
    font-size: 34px;
  }
}
.img-text-banner-wrap .text-wrap .description {
  line-height: 1.7;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .img-text-banner-wrap .text-wrap .description {
    margin-bottom: 30px;
    font-size: 15px;
  }
}

/**
 * @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 .brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
  margin-bottom: 10px;
  height: 120px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.module-brand .brand-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  border: 1px solid #0A1A3B;
}
.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: #6c757d;
  font-size: 0.9rem;
  border: 2px solid transparent;
  border-radius: 50px;
  margin: 0 5px;
  padding: 0.3rem 1rem;
}
@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: #f6db7b; /* 设置Swiper风格 */
  --swiper-navigation-color: #f6db7b; /* 单独设置按钮颜色 */
  --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: #0A1A3B;
}
.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: #0A1A3B;
}
.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: #0A1A3B;
}
.pages-wrap .image {
  margin-bottom: 10px;
}
.pages-wrap .image a {
  display: block;
}
.pages-wrap .page-info {
  transition: all 0.3s ease-in-out;
  padding: 0 5px 10px;
}
.pages-wrap .pages-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pages-wrap .pages-title a {
  color: #222;
  transition: all 0.3s ease-in-out;
}
.pages-wrap .pages-summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  color: #888;
  margin-bottom: 10px;
}

/**
 * @copyright     2023 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;
}
.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;
  }
}
