@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  2026-01-12 - Updated with global theme variables
 */
/**
 * @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;
}

.support-contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #fff;
  border: 1px solid rgba(10, 26, 59, 0.08);
  border-radius: 22px;
  padding: 16px 18px;
}

.support-contact-card__content {
  min-width: 0;
}

.support-contact-card__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 0.24rem 0.6rem;
  border-radius: 999px;
  background: #eef3ff;
  color: #0f3d68;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.support-contact-card__title {
  margin: 0 0 4px;
  font-size: 1.1rem;
  line-height: 1.3;
  color: #0f3d68;
}

.support-contact-card__description {
  margin: 0;
  max-width: 720px;
  color: #5e6776;
  font-size: 0.9rem;
  line-height: 1.55;
}

.support-contact-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 14px;
  color: #495365;
  font-size: 0.88rem;
}

.support-contact-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.support-contact-card__meta i {
  color: #0f3d68;
}

.support-contact-card__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  min-width: 240px;
  flex: 0 0 240px;
}

.support-contact-card__primary, .support-contact-card__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 600;
}

.support-contact-card__email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #5e6776;
  text-decoration: none;
  font-size: 0.9rem;
}

.support-contact-card__hint {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding: 0.38rem 0.6rem;
  border-radius: 12px;
  background: #f8fafc;
  color: #0f3d68;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.35;
  cursor: pointer;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.support-contact-card__hint:hover {
  background: #eef3ff;
  color: #0f3d68;
  transform: translateY(-1px);
}

.support-contact-card__hint i {
  font-size: 0.86rem;
}

.support-contact-card--compact {
  padding: 8px 10px;
  border-radius: 16px;
}

.support-contact-card--compact .support-contact-card__title {
  font-size: 0.98rem;
  margin-bottom: 2px;
}

.support-contact-card--compact .support-contact-card__description {
  font-size: 0.84rem;
  line-height: 1.45;
}

.support-contact-card--compact .support-contact-card__actions {
  min-width: 220px;
  flex-basis: 220px;
}

.support-contact-card--compact .support-contact-card__eyebrow {
  margin-bottom: 6px;
  font-size: 0.68rem;
}

.support-contact-card--compact .support-contact-card__hint {
  padding: 0.34rem 0.56rem;
  font-size: 0.76rem;
}

.support-contact-card--soft {
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

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

@media (max-width: 768px) {
  .support-contact-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 10px;
    gap: 8px;
    border-radius: 18px;
  }
  .support-contact-card__title {
    font-size: 0.98rem;
  }
  .support-contact-card__description {
    font-size: 0.84rem;
    line-height: 1.45;
  }
  .support-contact-card__meta {
    gap: 8px 12px;
    font-size: 0.82rem;
  }
  .support-contact-card__actions {
    width: 100%;
    min-width: 0;
    flex: none;
  }
  .support-contact-card__hint {
    width: 100%;
    align-self: stretch;
    justify-content: flex-start;
  }
  .support-contact-card__primary, .support-contact-card__secondary {
    width: 100%;
  }
  .support-contact-card__email {
    justify-content: flex-start;
    padding-left: 4px;
  }
}
@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: static;
    opacity: 1;
    cursor: default;
    z-index: auto;
    background: transparent;
    visibility: visible;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .account-sides-info {
    position: static;
    z-index: auto;
    width: 100%;
    top: auto;
    left: auto;
    height: auto;
    transform: none;
    background-color: #fff;
    transition: none;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(10, 26, 59, 0.08);
    overflow: hidden;
  }
}
.account-sides-info .mb-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

@media (max-width: 768px) {
  .account-sides-info .mb-header {
    display: none !important;
  }
}
.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: 14px 14px 10px;
    border-bottom: none;
    gap: 12px;
    align-items: center;
  }
}
.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: 54px;
    height: 54px;
    margin-right: 0;
  }
}
.account-sides-info .head .account-name {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.account-sides-info .head .account-email {
  color: #666666;
}

@media (max-width: 768px) {
  .account-sides-info .account-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0 14px 14px;
    border-top: 1px solid rgba(10, 26, 59, 0.06);
  }
}
.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;
}

@media (max-width: 768px) {
  .account-sides-info .account-links > a {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-bottom: none;
    border-radius: 14px;
    background: #f5f7fb;
    padding: 0.85rem 0.9rem;
    white-space: normal;
    text-align: center;
    font-size: 0.93rem;
    min-height: 48px;
    line-height: 1.25;
  }
  .account-sides-info .account-links > a:hover {
    background-color: #edf2f8;
  }
  .account-sides-info .account-links > a.active {
    background-color: #0f3d68;
    color: #fff;
  }
}
.account-sides-info .account-links-title {
  padding: 0 14px 10px;
  border-top: 1px solid rgba(10, 26, 59, 0.06);
  margin-top: 2px;
  color: #6a717b;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

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

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: #102a3a;
}

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: #498485;
  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: #102a3a;
}

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

/**
 * Product Card Styles - ERP Peptides Theme
 *
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 */
.product-wrap {
  position: relative;
  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 {
  position: relative;
  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 .image .product-stock-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 26, 59, 0.28);
  border-radius: 14px;
  backdrop-filter: blur(1px);
  pointer-events: none;
}

.product-wrap .image .stock-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(10, 26, 59, 0.9);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.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: #102a3a;
  font-weight: 700;
  font-size: 1.1rem;
}

.product-wrap .product-price .price-old {
  color: #aaa;
  margin-left: 4px;
  text-decoration: line-through;
}

.product-wrap.is-sold-out .image-old img {
  opacity: 0.78;
}

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

.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: #e4efed;
  border-color: #e4efed;
  color: #102a3a;
  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: #102a3a;
  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;
  }
}
@media (max-width: 768px) {
  body.page-account .container > .row,
  body.page-account-order-list .container > .row,
  body.page-account-password .container > .row,
  body.page-account-edit .container > .row,
  body.page-account-address .container > .row,
  body.page-account-wishlist .container > .row,
  body.page-account-rmas .container > .row,
  body.page-account-order-info .container > .row {
    --bs-gutter-x: 0;
    row-gap: 14px;
  }
  body.page-account .account-sides-info .text-md-center,
  body.page-account-order-list .account-sides-info .text-md-center,
  body.page-account-password .account-sides-info .text-md-center,
  body.page-account-edit .account-sides-info .text-md-center,
  body.page-account-address .account-sides-info .text-md-center,
  body.page-account-wishlist .account-sides-info .text-md-center,
  body.page-account-rmas .account-sides-info .text-md-center,
  body.page-account-order-info .account-sides-info .text-md-center {
    min-width: 0;
    flex: 1;
  }
  body.page-account .account-sides-info .account-name,
  body.page-account-order-list .account-sides-info .account-name,
  body.page-account-password .account-sides-info .account-name,
  body.page-account-edit .account-sides-info .account-name,
  body.page-account-address .account-sides-info .account-name,
  body.page-account-wishlist .account-sides-info .account-name,
  body.page-account-rmas .account-sides-info .account-name,
  body.page-account-order-info .account-sides-info .account-name {
    margin-bottom: 0.2rem;
    line-height: 1.25;
  }
  body.page-account .account-sides-info .account-email,
  body.page-account-order-list .account-sides-info .account-email,
  body.page-account-password .account-sides-info .account-email,
  body.page-account-edit .account-sides-info .account-email,
  body.page-account-address .account-sides-info .account-email,
  body.page-account-wishlist .account-sides-info .account-email,
  body.page-account-rmas .account-sides-info .account-email,
  body.page-account-order-info .account-sides-info .account-email {
    font-size: 0.9rem;
    line-height: 1.35;
    word-break: break-all;
  }
}
/**
 * @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 16px;
    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: #1fb6d1; /* 设置Swiper风格 */
  --swiper-navigation-color: #1fb6d1; /* 单独设置按钮颜色 */
  --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: #102a3a;
}

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: #102a3a;
}

body.page-product .product-description .nav-tabs .nav-link.active:before {
  border-top: 1px solid #102a3a;
  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,
body.page-product .product-media-card .swiper-pager {
  display: none;
}

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: #0f3d68;
}

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-media-main .desktop-pagination {
  position: static;
  margin-top: 14px;
  text-align: center;
}

body.page-product .product-media-main .desktop-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: #d3d7df;
  opacity: 1;
}

body.page-product .product-media-main .desktop-pagination .swiper-pagination-bullet-active {
  background: #0f3d68;
}

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: #1fb6d1;
  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: #0f3d68;
  color: #fff;
}

body.page-product .product-badges .badge-stock {
  border: 1px solid #d9d9d9;
  color: #0f3d68;
  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-warehouse-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f4f6fb;
  border: 1px solid #e3e8f2;
}

body.page-product .product-warehouse-meta__label {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7486;
  font-weight: 700;
}

body.page-product .product-warehouse-meta__name {
  color: #0f3d68;
  font-weight: 700;
  text-decoration: none;
}

body.page-product .product-warehouse-meta__name:hover {
  text-decoration: underline;
}

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 {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.35;
  color: #2b2b2b;
  letter-spacing: 0.2px;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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: #0f3d68;
  border-color: #1fb6d1;
}

body.page-product .variables-wrap .variable-info > div.selected .label {
  color: #0f3d68;
}

body.page-product .variables-wrap .variable-info > div.selected .option-indicator {
  border-color: #0f3d68;
  background: #0f3d68;
}

body.page-product .variables-wrap .variable-info > div.disabled {
  border-style: dashed;
  color: #a9a9a9;
}

@media (max-width: 768px) {
  body.page-product .variables-wrap .variable-info {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  body.page-product .variables-wrap .variable-info > div {
    padding: 10px 8px 12px;
    min-height: 150px;
  }
  body.page-product .variables-wrap .variable-info > div .label {
    font-size: 11px;
    line-height: 1.4;
  }
}
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: #1fb6d1;
  border-color: #1fb6d1;
  color: #0f3d68;
  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: #0f3d68;
}

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: #0f3d68;
}

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: #1fb6d1;
  border-radius: 50%;
}

body.page-product .product-info-panels h3 {
  font-size: 1.2rem;
  margin: 0;
  color: #0f3d68;
  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: #0f3d68;
}

body.page-product .product-description .section-subtitle {
  font-size: 1.1rem;
  color: #0f3d68;
  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-app .product-hero {
    --bs-gutter-x: 0;
  }
  body.page-product .product-hero {
    display: flex;
    flex-direction: column;
  }
  body.page-product .product-left-col {
    display: contents;
  }
  body.page-product .product-image {
    order: 1;
  }
  body.page-product .product-right-col {
    order: 2;
    width: 100%;
  }
  body.page-product .product-info-panels-left {
    order: 3;
    width: 100%;
  }
  body.page-product .product-notice-box {
    order: 4;
    width: 100%;
  }
  body.page-product .product-summary {
    text-align: left;
  }
  body.page-product .product-summary .product-name,
  body.page-product .product-summary .price-wrap,
  body.page-product .product-summary .product-price {
    text-align: left;
  }
  body.page-product .product-summary .delivery-badge {
    justify-content: flex-start;
  }
  body.page-product .product-summary .variables-wrap .variable-info {
    justify-content: center;
  }
  body.page-product .product-summary .variable-info > div {
    text-align: center;
  }
  body.page-product .product-image {
    display: block;
  }
  body.page-product .product-image #swiper-mobile {
    height: auto;
    min-height: 320px;
    border-right: 0;
  }
  body.page-product .product-image #swiper-mobile .swiper-wrapper,
  body.page-product .product-image #swiper-mobile .swiper-slide {
    height: auto;
    align-items: center;
  }
  body.page-product .product-image #swiper-mobile img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  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: #1fb6d1;
  font-size: 16px;
}

body.page-product .btn-view-tests {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 24px;
  background-color: #1fb6d1;
  color: #0f3d68;
  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: #0f3d68;
  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: #0f3d68;
}

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: #1fb6d1;
  color: #0f3d68;
  border: 2px solid #1fb6d1;
  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: #0f3d68;
  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: #0f3d68;
  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: #0f3d68;
  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: #0f3d68;
}

body.page-product .product-accordion-section .accordion-header .accordion-button:not(.collapsed) .accordion-dot {
  background-color: #1fb6d1;
}

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 #1fb6d1;
}

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: #0f3d68;
  font-weight: 600;
}

body.page-product .product-attributes .attributes-title {
  font-size: 18px;
  font-weight: 600;
  color: #0f3d68;
  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: #0f3d68;
  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: #0f3d68;
  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: #0f3d68;
}

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: #0f3d68;
  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: #1fb6d1;
  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;
}

.review-stars {
  color: #d89b21;
  display: inline-flex;
  gap: 2px;
  letter-spacing: 0;
  white-space: nowrap;
}

.product-reviews-section {
  padding: 56px 0;
  background: #f7f9fb;
}

.product-reviews-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.product-reviews-header h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
}

.product-reviews-score {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #5f6b7a;
}

.product-reviews-score strong {
  color: #111827;
  font-size: 34px;
  line-height: 1;
}

.product-reviews-grid {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 32px;
}

.product-reviews-summary,
.product-review-item {
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: 8px;
}

.product-reviews-summary {
  padding: 22px;
  align-self: start;
}

.review-distribution-row {
  display: grid;
  grid-template-columns: 18px 16px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 8px;
  color: #5f6b7a;
  margin-bottom: 10px;
}

.review-distribution-row i {
  color: #d89b21;
}

.review-distribution-row em {
  font-style: normal;
  text-align: right;
}

.review-distribution-bar {
  height: 8px;
  background: #edf1f5;
  border-radius: 999px;
  overflow: hidden;
}

.review-distribution-bar span {
  display: block;
  height: 100%;
  background: #111827;
}

.review-filter-link,
.product-reviews-toolbar a {
  color: #243041;
  text-decoration: none;
}

.review-filter-link {
  display: inline-flex;
  margin-top: 12px;
  font-weight: 600;
}

.review-filter-link.active {
  color: #0f766e;
}

.product-reviews-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.product-reviews-toolbar a {
  border: 1px solid #dbe3ec;
  border-radius: 999px;
  padding: 7px 14px;
  background: #fff;
  font-size: 14px;
}

.product-reviews-toolbar a.active {
  background: #111827;
  border-color: #111827;
  color: #fff;
}

.product-reviews-list {
  display: grid;
  gap: 14px;
}

.product-review-item {
  padding: 22px;
}

.product-review-item h3 {
  font-size: 18px;
  margin: 10px 0 8px;
}

.product-review-item p {
  margin-bottom: 0;
  color: #374151;
  line-height: 1.7;
}

.product-review-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
  color: #6b7280;
}

.product-review-meta div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.product-review-meta strong {
  color: #111827;
}

.product-review-meta span {
  border: 1px solid #dbe3ec;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 12px;
  color: #0f766e;
}

.product-review-sku {
  margin-top: 10px;
  color: #6b7280;
  font-size: 13px;
}

.product-review-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(86px, 1fr));
  gap: 8px;
  max-width: 520px;
  margin-top: 14px;
}

.product-review-images a {
  aspect-ratio: 1;
  border: 1px solid #e5eaf0;
  border-radius: 6px;
  overflow: hidden;
  background: #f7f9fb;
}

.product-review-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-review-reply {
  margin-top: 16px;
  border-left: 3px solid #111827;
  padding: 12px 14px;
  background: #f7f9fb;
  border-radius: 0 6px 6px 0;
}

.product-review-reply strong {
  display: block;
  margin-bottom: 4px;
}

.product-reviews-empty {
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: 8px;
  padding: 28px;
  color: #6b7280;
}

@media (max-width: 767.98px) {
  .product-reviews-section {
    padding: 36px 0;
  }
  .product-reviews-header,
  .product-review-meta {
    display: block;
  }
  .product-reviews-header h2 {
    font-size: 24px;
  }
  .product-reviews-score {
    margin-top: 14px;
    flex-wrap: wrap;
  }
  .product-reviews-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .product-review-meta time {
    display: block;
    margin-top: 6px;
  }
}
/**
 * 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: #102a3a;
  margin-bottom: 0.75rem;
}

.coa-section .coa-description {
  font-size: 1.05rem;
  color: #6c757d;
  margin-bottom: 1.5rem;
}

.coa-section .btn-coa {
  background-color: #e4efed;
  border-color: #e4efed;
  color: #102a3a;
  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(195.976744186, 220.023255814, 215.6511627907);
  border-color: rgb(195.976744186, 220.023255814, 215.6511627907);
  color: #102a3a;
}

.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 #e4efed;
  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: #102a3a;
}

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

.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: #e4efed;
  color: #102a3a;
  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, #102a3a 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: #e4efed;
  color: #102a3a;
  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: #e4efed;
  border-color: #e4efed;
  color: #102a3a;
  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: #102a3a;
}

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

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

.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-table .table .warehouse-group-row td {
  padding: 14px 0 10px;
  border-bottom: none;
}

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

.page-cart .cart-totals .btn-primary {
  border-radius: 999px;
  padding: 0.8rem 1.6rem;
  background: #e4efed;
  border-color: #e4efed;
  color: #102a3a;
}

@media (max-width: 992px) {
  .page-cart .cart-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
}
@media (max-width: 768px) {
  .page-cart .cart-page {
    padding: 28px 14px 40px;
  }
  .page-cart .container.cart-page {
    max-width: 100%;
  }
  .page-cart .cart-header {
    margin-bottom: 1.25rem;
  }
  .page-cart .cart-title {
    font-size: 2.2rem !important;
  }
  .page-cart .cart-promo {
    max-width: 100%;
    font-size: 0.82rem;
    padding: 0.45rem 1rem;
  }
  .page-cart .row.g-4 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 1rem;
  }
  .page-cart .cart-table,
  .page-cart .cart-totals {
    border-radius: 20px;
    padding: 16px;
  }
  .page-cart .cart-table .table-responsive {
    overflow: visible;
  }
  .page-cart .cart-table .table,
  .page-cart .cart-table tbody,
  .page-cart .cart-table tr,
  .page-cart .cart-table td {
    display: block;
    width: 100%;
  }
  .page-cart .cart-table thead {
    display: none;
  }
  .page-cart .cart-table tbody tr {
    position: relative;
    padding: 14px 0;
    border-bottom: 1px solid #f0ece4;
  }
  .page-cart .cart-table tbody tr:first-child {
    padding-top: 4px;
  }
  .page-cart .cart-table tbody tr:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .page-cart .cart-table .table td {
    border: none;
    padding: 0;
  }
  .page-cart .cart-table .table td + td {
    margin-top: 10px;
  }
  .page-cart .cart-product {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding-right: 34px;
  }
  .page-cart .cart-thumb {
    width: 76px;
    height: 76px;
    border-radius: 16px;
    padding: 10px;
  }
  .page-cart .cart-info .name {
    font-size: 1.05rem;
    line-height: 1.35;
    margin-bottom: 0.25rem;
  }
  .page-cart .cart-table tbody tr td:nth-child(2),
  .page-cart .cart-table tbody tr td:nth-child(3),
  .page-cart .cart-table tbody tr td:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .page-cart .cart-table tbody tr td:nth-child(2)::before,
  .page-cart .cart-table tbody tr td:nth-child(3)::before,
  .page-cart .cart-table tbody tr td:nth-child(4)::before {
    color: #6a717b;
    font-size: 0.86rem;
    font-weight: 600;
    flex: 0 0 auto;
  }
  .page-cart .cart-table tbody tr td:nth-child(2)::before {
    content: "Price";
  }
  .page-cart .cart-table tbody tr td:nth-child(3)::before {
    content: "Quantity";
  }
  .page-cart .cart-table tbody tr td:nth-child(4)::before {
    content: "Subtotal";
  }
  .page-cart .cart-table tbody tr td:nth-child(5) {
    position: absolute;
    top: 14px;
    right: 0;
    width: auto;
    margin-top: 0;
  }
  .page-cart .cart-table tbody tr td:nth-child(5) .btn {
    padding: 0;
    min-width: auto;
    color: #7d8793 !important;
  }
  .page-cart .price,
  .page-cart .sub-total {
    font-weight: 700;
    color: #102a3a;
  }
  .page-cart .quantity-wrap {
    width: 120px;
    height: 44px;
    flex: 0 0 120px;
    border-radius: 14px;
    overflow: hidden;
  }
  .page-cart .quantity-wrap .form-control {
    width: 84px;
    border: none;
    border-radius: 0;
    padding: 0.55rem 0.5rem;
    text-align: center;
  }
  .page-cart .quantity-wrap > .right {
    position: static;
    transform: none;
    width: 36px;
    gap: 0;
    border-left: 1px solid #ced4da;
  }
  .page-cart .quantity-wrap > .right i {
    width: 36px;
    height: 21px;
    line-height: 21px;
  }
  .page-cart .cart-actions {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .page-cart .cart-actions .form-control,
  .page-cart .cart-actions .btn {
    width: 100%;
    min-width: 0;
  }
  .page-cart .cart-actions .btn {
    padding: 0.75rem 1rem;
  }
  .page-cart .cart-totals {
    margin-top: 0;
  }
  .page-cart .cart-totals .list-group-item {
    gap: 16px;
    align-items: flex-start;
    padding: 0.7rem 0;
  }
  .page-cart .cart-totals .list-group-item span:last-child {
    text-align: right;
  }
  .page-cart .cart-mb-header {
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
  }
  .page-cart .cart-mb-title {
    font-size: 2.2rem;
    margin: 0;
    color: #102a3a;
  }
  .page-cart .cart-mb-promo {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    background: #fff;
    border-radius: 999px;
    padding: 0.45rem 1rem;
    font-size: 0.82rem;
    color: #4e5561;
    box-shadow: 0 8px 18px rgba(10, 26, 59, 0.08);
  }
  .page-cart .mb-product-wrap {
    display: grid;
    gap: 14px;
  }
  .page-cart .warehouse-cart-group {
    display: grid;
    gap: 10px;
  }
  .page-cart .warehouse-cart-group__header {
    background: #fff;
    border-radius: 18px;
    padding: 14px 16px;
    box-shadow: 0 10px 20px rgba(10, 26, 59, 0.07);
    border: 1px solid rgba(10, 26, 59, 0.06);
  }
  .page-cart .mb-product-list {
    background: #fff;
    border-radius: 20px;
    padding: 16px 14px;
    box-shadow: 0 12px 24px rgba(10, 26, 59, 0.08);
    border: 1px solid rgba(10, 26, 59, 0.06);
  }
  .page-cart .mb-product-list.active {
    border-color: rgba(10, 26, 59, 0.14);
  }
  .page-cart .mb-product-main {
    display: grid;
    grid-template-columns: 24px 84px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
  }
  .page-cart .cart-mb-check {
    padding-top: 6px;
    display: flex;
    justify-content: center;
  }
  .page-cart .cart-mb-check .form-check-input,
  .page-cart .cart-mb-select-all .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0;
    border-color: rgba(10, 26, 59, 0.22);
    box-shadow: none;
  }
  .page-cart .cart-mb-check .form-check-input:checked,
  .page-cart .cart-mb-select-all .form-check-input:checked {
    background-color: #102a3a;
    border-color: #102a3a;
  }
  .page-cart .cart-mb-thumb {
    width: 84px;
    height: 84px;
    border-radius: 16px;
    background: #f5f5f5;
    overflow: hidden;
    padding: 10px;
    flex-shrink: 0;
    align-self: center;
  }
  .page-cart .product-mb-info {
    min-width: 0;
    display: grid;
    gap: 6px;
  }
  .page-cart .cart-mb-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
  }
  .page-cart .product-mb-info .name {
    text-decoration: none;
    font-size: 1.05rem;
    line-height: 1.35;
    flex: 1;
  }
  .page-cart .cart-mb-delete {
    color: #7d8793;
    padding: 0;
    border: none;
    min-width: auto;
    line-height: 1;
  }
  .page-cart .cart-mb-variant {
    font-size: 0.9rem;
    color: #6a717b !important;
    margin: 0;
  }
  .page-cart .cart-mb-price,
  .page-cart .cart-mb-subtotal {
    font-size: 1rem;
    color: #102a3a !important;
    line-height: 1.2;
  }
  .page-cart .cart-mb-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 4px;
  }
  .page-cart .quantity-wrap-line {
    display: grid;
    grid-template-columns: 40px minmax(72px, 1fr) 40px;
    align-items: stretch;
    border: 1px solid #e3dfd6;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    width: 100%;
  }
  .page-cart .quantity-wrap-line .form-control {
    border: none;
    border-left: 1px solid #e3dfd6;
    border-right: 1px solid #e3dfd6;
    border-radius: 0;
    padding: 0.55rem 0.25rem;
    text-align: center;
    box-shadow: none;
    min-height: 44px;
  }
  .page-cart .quantity-wrap-line .right {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6a717b;
    background: #faf8f4;
    min-height: 44px;
  }
  .page-cart .cart-mb-subtotal-wrap {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
  }
  .page-cart .cart-mb-subtotal-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #7d8793;
    flex: 0 0 auto;
  }
  .page-cart .cart-mb-subtotal {
    text-align: right;
    min-width: 0;
    word-break: break-word;
  }
  .page-cart .cart-mb-total {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
    background: rgba(246, 244, 238, 0.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(10, 26, 59, 0.08);
  }
  .page-cart .cart-mb-total-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: #fff;
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 12px 24px rgba(10, 26, 59, 0.1);
  }
  .page-cart .cart-mb-total .left {
    min-width: 0;
    display: grid;
    gap: 6px;
  }
  .page-cart .cart-mb-select-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1f2328;
    font-weight: 600;
    font-size: 0.95rem;
  }
  .page-cart .cart-mb-total-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #102a3a;
    line-height: 1;
  }
  .page-cart .cart-mb-total .right {
    flex: 0 0 auto;
  }
  .page-cart .cart-mb-total .btn-checkout {
    min-width: 148px;
    min-height: 52px;
    border-radius: 16px;
    padding: 0.85rem 1.4rem;
    font-size: 1rem;
    background: #102a3a;
    border-color: #102a3a;
    color: #fff;
    box-shadow: none;
  }
  .page-cart .cart-mb-bottom-spacer {
    height: 108px;
  }
  .page-cart .support-contact-card {
    padding: 14px 16px;
  }
  .page-cart .support-contact-card .support-contact-card__body {
    gap: 8px;
  }
  .page-cart .support-contact-card .support-contact-card__hint {
    margin-top: 0;
  }
}
/**
 * CMS Pages Styles - ERP Peptides Theme
 */
.page-pages {
  background: #f3f5f2;
}

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

.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: #102a3a;
  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: clamp(18px, 3vw, 36px);
  box-shadow: 0 16px 28px rgba(10, 26, 59, 0.08);
  text-align: center;
  max-width: 1180px;
  margin: 0 auto;
  overflow-x: auto;
}

.page-testing .coa-detail .coa-detail-image-link {
  display: inline-block;
  width: 100%;
}

.page-testing .coa-detail .coa-detail-image {
  width: min(100%, 1040px);
  max-width: none;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(10, 26, 59, 0.12);
}

.page-testing .coa-detail .coa-meta {
  margin-top: 1.5rem;
  color: #5c6168;
}

@media (max-width: 767.98px) {
  .page-testing .testing-hero {
    padding: 48px 0 24px;
  }
  .page-testing .testing-title {
    font-size: 2rem;
  }
  .page-testing .coa-detail {
    border-radius: 18px;
  }
  .page-testing .coa-detail .coa-detail-image {
    border-radius: 12px;
  }
}
/**
 * Contact Page Styles
 */
.page-contact {
  background: #f3f5f2;
}

.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-details p {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.page-contact .contact-details i {
  color: #102a3a;
  margin-top: 0.2rem;
}

.page-contact .contact-channels {
  padding: 30px;
  background: #fff;
}

.page-contact .contact-channels h2 {
  margin: 0.45rem 0 1.25rem;
}

.page-contact .contact-channel-list {
  display: grid;
  gap: 0.75rem;
}

.page-contact .contact-channel {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  min-height: 72px;
  padding: 0.85rem 1rem;
  border: 1px solid #d7e2eb;
  border-radius: 4px;
  background: #fff;
  color: #1f2328;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.page-contact a.contact-channel:hover {
  border-color: #102a3a;
  box-shadow: 0 10px 22px rgba(10, 26, 59, 0.08);
  color: #1f2328;
  transform: translateY(-1px);
}

.page-contact .contact-channel > i:first-child {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #edf5fa;
  color: #102a3a;
  font-size: 1.3rem;
}

.page-contact .contact-channel--whatsapp > i:first-child {
  color: #1f9d55;
}

.page-contact .contact-channel--telegram > i:first-child {
  color: #0088cc;
}

.page-contact .contact-channel--wechat > i:first-child {
  color: #07a84f;
}

.page-contact .contact-channel span:not(.contact-channel-note) {
  display: grid;
  min-width: 0;
  gap: 0.15rem;
}

.page-contact .contact-channel strong {
  color: #102a3a;
  font-size: 0.95rem;
}

.page-contact .contact-channel small {
  overflow-wrap: anywhere;
  color: #667085;
  font-size: 0.83rem;
}

.page-contact .contact-channel > i:last-child {
  color: #8091a3;
}

.page-contact .contact-channel-note {
  color: #667085;
  font-size: 0.75rem;
  white-space: nowrap;
}

.page-contact .contact-empty {
  margin: 0;
  padding: 1rem;
  border: 1px dashed #b8c8d5;
  color: #667085;
}

.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: #e4efed;
  border-color: #e4efed;
  color: #102a3a;
  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: #102a3a;
}

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

.supply-page {
  color: #142231;
}

.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: #60706d;
  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 #d8ded8;
  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 #d8ded8;
  background: rgba(10, 26, 59, 0.08);
}

.supply-hero {
  padding: 0 0 70px;
  background: none;
  color: #fffdf7;
  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: #fffdf7;
}

.supply-products .section-note {
  font-weight: 600;
  color: #102a3a;
}

.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: #60706d;
  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, #f3f5f2 0%, #fffdf7 100%);
}

.supply-assurance .assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.supply-assurance .assurance-card {
  background: #fffdf7;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid #d8ded8;
  min-height: 280px;
  display: grid;
  gap: 12px;
}

.supply-assurance ul {
  padding-left: 1.1rem;
  color: #60706d;
  line-height: 1.7;
}

.supply-assurance .assurance-note {
  margin-top: 1rem;
  font-weight: 600;
  color: #102a3a;
}

.supply-community {
  background: #102a3a;
  color: #fffdf7;
}

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

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

.supply-testing .testing-media {
  max-width: 760px;
  margin: 0 auto 28px;
}

.supply-testing .testing-card {
  max-width: 820px;
  margin: 0 auto;
  background: #f3f5f2;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid #d8ded8;
}

.supply-testing .testing-note {
  font-weight: 600;
  color: #102a3a;
}

.supply-pricing {
  background: #fffdf7;
}

.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 #d8ded8;
  background: #f3f5f2;
  display: grid;
  gap: 10px;
}

.supply-pricing .pricing-footer {
  margin-top: 24px;
  text-align: center;
  font-weight: 600;
  color: #102a3a;
}

.supply-pricing .distributor-block {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #d8ded8;
}

.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: #f3f5f2;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #d8ded8;
  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 - WBS Factorys 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: #0f3d68;
}

.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-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 28px;
  align-items: stretch;
}

.factory-hero .hero-content {
  background: rgba(8, 18, 40, 0.45);
  border-radius: 22px;
  padding: 34px 36px;
  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.3rem;
  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);
  max-width: 60ch;
  margin-bottom: 0;
}

.factory-hero .hero-cta {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.factory-hero .hero-pillars {
  display: grid;
  gap: 16px;
}

.factory-hero .hero-pillar {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  padding: 22px 22px 20px;
  backdrop-filter: blur(8px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
}

.factory-hero .hero-pillar h3 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.factory-hero .hero-pillar p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.factory-hero .hero-pillar-label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(246, 219, 123, 0.18);
  border: 1px solid rgba(246, 219, 123, 0.32);
  color: #1fb6d1;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.factory-hero .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}

.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--feature {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid 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-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(10, 26, 59, 0.06);
  color: #0f3d68;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

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

.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 .catalog-entry-banner {
  margin: 18px 0 22px;
  padding: 20px 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(10, 26, 59, 0.04), rgba(246, 219, 123, 0.12));
  border: 1px solid rgba(10, 26, 59, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.factory-products .catalog-entry-copy {
  display: grid;
  gap: 6px;
}

.factory-products .catalog-entry-copy strong {
  color: #0f3d68;
  font-size: 1.05rem;
}

.factory-products .catalog-entry-copy span {
  color: #5c6168;
  line-height: 1.6;
}

.factory-products .catalog-entry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.factory-products .factory-products-rail {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 2px 14px;
  scroll-snap-type: x proximity;
  cursor: grab;
  scrollbar-width: thin;
  scrollbar-color: rgba(10, 26, 59, 0.24) transparent;
}

.factory-products .factory-products-rail::-webkit-scrollbar {
  height: 8px;
}

.factory-products .factory-products-rail::-webkit-scrollbar-thumb {
  background: rgba(10, 26, 59, 0.22);
  border-radius: 999px;
}

.factory-products .factory-products-rail.is-dragging {
  cursor: grabbing;
}

.factory-products .factory-product-item {
  flex: 0 0 calc(25% - 18px);
  min-width: 220px;
  scroll-snap-align: start;
}

.factory-products .text-link {
  color: #0f3d68;
  font-weight: 600;
}

.factory-products .section-cta {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.factory-supply-picks {
  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: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border-radius: 22px;
  padding: 24px;
  border: 1px solid rgba(10, 26, 59, 0.08);
  box-shadow: 0 14px 28px rgba(10, 26, 59, 0.06);
  display: grid;
  gap: 14px;
  height: 100%;
}

.factory-assurance .assurance-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.factory-assurance .assurance-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(10, 26, 59, 0.08);
  color: #0f3d68;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.factory-assurance .assurance-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(246, 219, 123, 0.28);
  color: #7a5a00;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.factory-assurance .assurance-card h3 {
  margin: 0;
  font-size: 1.9rem;
}

.factory-assurance .assurance-card > p {
  margin: 0;
  color: #5c6168;
  line-height: 1.65;
}

.factory-assurance .assurance-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.factory-assurance .assurance-list li {
  position: relative;
  padding-left: 18px;
  color: #334155;
  line-height: 1.6;
}

.factory-assurance .assurance-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #1fb6d1;
  transform: translateY(-50%);
}

.factory-assurance .assurance-note {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(10, 26, 59, 0.08);
  color: #0f3d68;
  font-weight: 600;
}

.factory-assurance .section-strong {
  text-align: center;
}

.factory-community .section-kicker--dark {
  background: rgba(255, 255, 255, 0.08);
  color: #1fb6d1;
}

.factory-community .community-proof {
  margin: 26px auto 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 980px;
}

.factory-community .community-proof-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 18px 20px;
  text-align: center;
}

.factory-community .community-proof-item strong {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.factory-community .community-proof-item span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.factory-community .community-intro {
  max-width: 920px;
  margin: 0 auto 24px;
  text-align: center;
}

.factory-community .community-intro p {
  color: rgba(255, 255, 255, 0.84);
  margin: 0;
  font-size: 1rem;
}

.factory-community .community-links {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.factory-community .community-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  text-decoration: none;
  padding: 20px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06));
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.factory-community .community-card:hover {
  transform: translateY(-3px);
  border-color: rgba(246, 219, 123, 0.35);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.14);
}

.factory-community .community-icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.factory-community .community-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.55;
}

.factory-community .community-card h3 {
  color: #fff;
  margin-bottom: 6px;
}

.factory-community .community-icon i {
  font-size: 1.45rem;
  color: #fff;
}

.factory-community .community-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #1fb6d1;
  color: #0f3d68;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.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: #0f3d68;
  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;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.factory-distributors .supply-model-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.factory-distributors .supply-model-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border-radius: 22px;
  padding: 28px 24px 24px;
  border: 1px solid rgba(10, 26, 59, 0.08);
  box-shadow: 0 14px 28px rgba(10, 26, 59, 0.08);
  overflow: hidden;
  min-height: 220px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.factory-distributors .supply-model-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0f3d68 0%, #1fb6d1 100%);
}

.factory-distributors .supply-model-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 36px rgba(10, 26, 59, 0.12);
  border-color: rgba(10, 26, 59, 0.14);
}

.factory-distributors .supply-model-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #0f3d68;
  color: #fff;
  font-weight: 600;
  margin-bottom: 16px;
  box-shadow: 0 8px 16px rgba(10, 26, 59, 0.18);
}

.factory-distributors .supply-model-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  color: #0f3d68;
}

.factory-distributors .supply-model-card p {
  margin-bottom: 0.7rem;
  color: #5c6168;
  font-size: 1rem;
  line-height: 1.75;
}

.factory-distributors .supply-model-list {
  margin: 0.65rem 0 0;
  display: grid;
  gap: 10px;
  color: #5c6168;
  padding-left: 0;
  list-style: none;
}

.factory-distributors .supply-model-list li {
  position: relative;
  padding-left: 24px;
}

.factory-distributors .supply-model-list li::before {
  content: "•";
  position: absolute;
  left: 8px;
  top: 0;
  color: #0f3d68;
  font-weight: 700;
}

.factory-distributors .supply-model-note {
  margin-top: 12px;
  margin-bottom: 0 !important;
  padding-top: 12px;
  border-top: 1px solid rgba(10, 26, 59, 0.08);
  color: #0f3d68 !important;
  font-weight: 600;
  font-size: 0.95rem !important;
}

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

.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-layout {
    grid-template-columns: 1fr;
  }
  .factory-products .product-grid,
  .factory-assurance .assurance-grid {
    grid-template-columns: 1fr 1fr;
  }
  .factory-products .factory-product-item {
    flex-basis: calc(50% - 12px);
  }
  .factory-products .catalog-entry-banner {
    flex-direction: column;
    align-items: flex-start;
  }
  .factory-products .catalog-entry-actions {
    justify-content: flex-start;
  }
  .factory-community .community-proof,
  .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 .hero-content {
    padding: 24px 20px;
  }
  .factory-hero h1 {
    font-size: 2.4rem;
  }
  .factory-hero h2 {
    font-size: 1.08rem;
  }
  .section-card {
    padding: 28px 24px;
  }
  .factory-products .product-grid,
  .factory-assurance .assurance-grid {
    grid-template-columns: 1fr;
  }
  .factory-products .factory-products-rail {
    gap: 16px;
  }
  .factory-products .factory-product-item {
    flex-basis: 78%;
    min-width: 240px;
  }
  .factory-products .catalog-entry-actions,
  .factory-products .section-cta {
    width: 100%;
  }
  .factory-products .catalog-entry-actions .btn,
  .factory-products .section-cta .btn,
  .factory-hero .hero-cta .btn {
    width: 100%;
  }
  .factory-community .community-card {
    grid-template-columns: auto 1fr;
  }
  .factory-community .community-cta {
    grid-column: 1/-1;
    width: 100%;
    margin-top: 6px;
  }
  .factory-assurance .assurance-card {
    padding: 20px;
  }
  .factory-assurance .assurance-card h3 {
    font-size: 1.5rem;
  }
}
.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: #102a3a;
  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: #102a3a;
}

body.page-checkout .radio-line-wrap .radio-line-item.active .radio:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #102a3a;
  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: #102a3a;
  outline: 0;
}

body.page-checkout .warehouse-shipping-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

body.page-checkout .warehouse-shipping-card {
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  padding: 18px;
  background: #fafbfd;
}

@media (max-width: 768px) {
  body.page-checkout .warehouse-shipping-card {
    padding: 14px;
    border-radius: 14px;
  }
}
body.page-checkout .warehouse-shipping-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  body.page-checkout .warehouse-shipping-card__header {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
body.page-checkout .warehouse-shipping-card__label {
  color: #7a8499;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

body.page-checkout .warehouse-shipping-card__name {
  font-weight: 700;
  color: #17233c;
}

body.page-checkout .warehouse-shipping-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  body.page-checkout .warehouse-shipping-card__meta {
    justify-content: flex-start;
  }
}
body.page-checkout .warehouse-shipping-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #edf0f5;
  color: #5f6b85;
  font-size: 0.78rem;
  line-height: 1;
}

body.page-checkout .warehouse-shipping-card__cost {
  color: #17233c;
  font-weight: 700;
  white-space: nowrap;
}

body.page-checkout .warehouse-shipping-card .radio-line-wrap .radio-line-item {
  border-radius: 14px;
  background: #fff;
  border-color: #edf0f5;
}

body.page-checkout .warehouse-shipping-card .radio-line-wrap .radio-line-item:hover {
  border-color: #d9dfe9;
}

body.page-checkout .warehouse-shipping-card .radio-line-wrap .radio-line-item.active {
  border-color: #ccd7ea;
  box-shadow: 0 10px 18px rgba(18, 39, 78, 0.04);
}

body.page-checkout .warehouse-shipping-card .radio-line-wrap .radio-line-item:not(:last-of-type) {
  margin-bottom: 0.75rem;
}

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 .products-wrap .products-group:not(:last-child), body.page-bk-stripe .total-wrap .products-wrap .products-group:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eef1f6;
}

body.page-checkout .total-wrap .products-wrap .products-group__header, body.page-bk-stripe .total-wrap .products-wrap .products-group__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 0.7rem;
}

@media (max-width: 768px) {
  body.page-checkout .total-wrap .products-wrap .products-group__header, body.page-bk-stripe .total-wrap .products-wrap .products-group__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
body.page-checkout .total-wrap .products-wrap .products-group__title, body.page-bk-stripe .total-wrap .products-wrap .products-group__title {
  font-weight: 700;
  color: #17233c;
}

body.page-checkout .total-wrap .products-wrap .products-group__meta, body.page-bk-stripe .total-wrap .products-wrap .products-group__meta {
  color: #7a8499;
  font-size: 0.78rem;
}

body.page-checkout .total-wrap .checkout-coupon .input-group .form-control, body.page-bk-stripe .total-wrap .checkout-coupon .input-group .form-control {
  border-radius: 12px 0 0 12px;
}

body.page-checkout .total-wrap .checkout-coupon .input-group .btn, body.page-bk-stripe .total-wrap .checkout-coupon .input-group .btn {
  border-radius: 0 12px 12px 0;
  white-space: nowrap;
}

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.shipping-total-item, body.page-bk-stripe .total-wrap .totals > li.shipping-total-item {
  align-items: flex-start;
}

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-checkout .total-wrap .totals > li > div > span:first-of-type, body.page-bk-stripe .total-wrap .totals > li > span:first-of-type, body.page-bk-stripe .total-wrap .totals > li > div > span:first-of-type {
  font-size: 0.8rem;
}

body.page-checkout .total-wrap .totals > li .method-subtext, body.page-bk-stripe .total-wrap .totals > li .method-subtext {
  font-size: 0.75rem;
  line-height: 1.5;
}

body.page-checkout .total-wrap .totals > li .shipping-breakdown, body.page-bk-stripe .total-wrap .totals > li .shipping-breakdown {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

body.page-checkout .total-wrap .totals > li .shipping-breakdown--stack, body.page-bk-stripe .total-wrap .totals > li .shipping-breakdown--stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.page-checkout .total-wrap .totals > li .shipping-breakdown-row, body.page-bk-stripe .total-wrap .totals > li .shipping-breakdown-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

body.page-checkout .total-wrap .totals > li .shipping-breakdown-item, body.page-bk-stripe .total-wrap .totals > li .shipping-breakdown-item {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f5f7fb;
  color: #5f6b85;
  font-size: 0.72rem;
  line-height: 1;
  white-space: nowrap;
}

body.page-checkout .total-wrap .totals > li .shipping-breakdown-item--name, body.page-bk-stripe .total-wrap .totals > li .shipping-breakdown-item--name {
  background: #eef3fb;
  color: #3f5378;
}

body.page-checkout .total-wrap .totals > li .shipping-breakdown-item--cost, body.page-bk-stripe .total-wrap .totals > li .shipping-breakdown-item--cost {
  background: #f1f8f1;
  color: #2b6d3c;
}

/**
 * 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: #0f3d68;
  color: #fff;
}

.faq-section {
  margin: 32px 0;
}

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

.faq-section .faq-header {
  max-width: 760px;
  margin: 0 auto 24px;
}

.faq-section .faq-title {
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #0f3d68;
}

.faq-section .faq-subtitle {
  margin: 0;
  color: #5e6c7b;
  font-size: 1rem;
}

.faq-section .faq-groups {
  display: grid;
  gap: 24px;
}

.faq-section .faq-group {
  display: grid;
  gap: 12px;
}

.faq-section .faq-category-header {
  padding: 0 4px 2px;
}

.faq-section .faq-category-title {
  margin: 0 0 4px;
  color: #0f3d68;
  font-size: 1.15rem;
  font-weight: 800;
}

.faq-section .faq-category-summary {
  margin: 0;
  color: #5e6c7b;
  font-size: 0.94rem;
  line-height: 1.6;
}

.faq-section .faq-list {
  display: grid;
  gap: 14px;
}

.faq-section .faq-item {
  border: 1px solid rgba(10, 26, 59, 0.12);
  border-radius: 18px;
  background: #f9fbff;
  overflow: hidden;
}

.faq-section .faq-question {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  font-size: 1.02rem;
  font-weight: 600;
  color: #0f3d68;
}

.faq-section .faq-question::-webkit-details-marker {
  display: none;
}

.faq-section .faq-icon {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.faq-section .faq-item[open] .faq-icon {
  transform: rotate(45deg);
}

.faq-section .faq-answer {
  padding: 0 22px 20px;
  color: #536171;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .faq-section {
    margin: 20px 0;
  }
  .faq-section .faq-shell {
    padding: 20px 16px;
    border-radius: 18px;
  }
  .faq-section .faq-title {
    font-size: 1.5rem;
  }
  .faq-section .faq-question {
    padding: 16px;
    font-size: 0.95rem;
  }
  .faq-section .faq-answer {
    padding: 0 16px 16px;
    font-size: 0.92rem;
  }
}
.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: #0f3d68;
}

.address-dialog .el-button {
  box-shadow: none !important;
}

body.page-payment-success {
  background: #f7f8fb;
}

body.page-payment-success .payment-success-page {
  max-width: 980px;
  padding-top: 24px;
  padding-bottom: 48px;
}

body.page-payment-success .payment-success-shell {
  display: grid;
  gap: 14px;
}

body.page-payment-success .payment-success-hero {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(10, 26, 59, 0.1);
  border-radius: 20px;
  padding: 18px 20px;
}

body.page-payment-success .payment-success-copy h1 {
  margin: 0;
  font-size: 2.1rem;
  line-height: 1.08;
  color: #0f3d68;
  letter-spacing: -0.03em;
}

body.page-payment-success .payment-success-action .btn {
  min-height: 44px;
  border-radius: 12px;
  padding: 0.65rem 1rem;
  font-weight: 600;
}

body.page-payment-success .payment-success-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.page-payment-success .summary-item {
  background: #fff;
  border: 1px solid rgba(10, 26, 59, 0.08);
  border-radius: 18px;
  padding: 14px 16px;
  display: grid;
  gap: 4px;
}

body.page-payment-success .summary-label {
  color: #667085;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.page-payment-success .summary-value {
  color: #101828;
  font-size: 1rem;
  line-height: 1.35;
  word-break: break-word;
}

@media (max-width: 991px) {
  body.page-payment-success .payment-success-hero {
    flex-direction: column;
    align-items: flex-start;
  }
  body.page-payment-success .payment-success-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  body.page-payment-success .payment-success-page {
    padding-top: 16px;
    padding-bottom: 36px;
  }
  body.page-payment-success .payment-success-shell {
    gap: 12px;
  }
  body.page-payment-success .payment-success-hero {
    border-radius: 18px;
    padding: 16px;
    gap: 12px;
  }
  body.page-payment-success .payment-success-copy h1 {
    font-size: 1.55rem;
    line-height: 1.1;
  }
  body.page-payment-success .payment-success-action {
    width: 100%;
  }
  body.page-payment-success .payment-success-action .btn {
    width: 100%;
  }
  body.page-payment-success .payment-success-summary {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  body.page-payment-success .summary-item {
    border-radius: 18px;
    padding: 16px;
  }
}
/**
 * @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: #fffdf7;
}

.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: #e4efed;
  border-color: #e4efed;
  color: #102a3a;
  box-shadow: none;
}

.hero-section .hero-button:hover, .hero-section .hero-button:focus {
  background-color: rgb(208.7860465116, 227.6139534884, 224.1906976744);
  border-color: rgb(208.7860465116, 227.6139534884, 224.1906976744);
  color: #102a3a;
}

.supply-picks-section {
  padding: 30px 0 0px;
}

.supply-picks-section .section-title {
  font-size: 2.4rem;
}

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

.supply-picks-section .product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 30px rgba(10, 26, 59, 0.14);
}

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

.supply-picks-section .product-card .product-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.supply-picks-section .product-card .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.supply-picks-section .product-card .product-name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.supply-picks-section .product-card .product-price {
  font-size: 1rem;
  font-weight: 700;
  color: #102a3a;
}

.supply-picks-section .product-card .product-info {
  text-align: center;
}

.research-peptides-section {
  padding: 40px 0 80px;
}

.research-peptides-section .research-card {
  background: linear-gradient(135deg, #0f3d68 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: #e4efed;
  border-color: #e4efed;
  color: #102a3a;
  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: #e4efed;
  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: #e4efed;
  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: #102a3a;
  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: #1fb6d1;
  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: #102a3a;
  border-color: #102a3a;
  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) {
  .supply-picks-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 #102a3a;
}

.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: #1fb6d1; /* 设置Swiper风格 */
  --swiper-navigation-color: #1fb6d1; /* 单独设置按钮颜色 */
  --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: #102a3a;
}

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

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

.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;
  }
}
body {
  background: linear-gradient(180deg, #fbfaf4 0%, #f3f5f2 42%, #e9efeb 100%);
  color: #142231;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: #102a3a;
}

.container,
.container-fluid {
  max-width: 1440px;
}

.btn {
  border-radius: 3px;
  font-weight: 700;
  letter-spacing: 0;
}

.btn-primary,
.el-button--primary {
  background: #102a3a;
  border-color: #102a3a;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #071824;
  border-color: #071824;
}

.btn-outline-dark {
  border-color: rgba(16, 42, 58, 0.35);
  color: #102a3a;
}

.btn-outline-dark:hover {
  background: #102a3a;
  border-color: #102a3a;
  color: #fff;
}

.card,
.modal-content,
.dropdown-menu,
.offcanvas {
  border: 1px solid #d8ded8;
  border-radius: 4px;
  box-shadow: 0 16px 36px rgba(8, 34, 58, 0.08);
}

.form-control,
.form-select,
.el-input__inner,
.el-textarea__inner {
  background: #f8fbfd;
  border-color: #d8ded8;
  border-radius: 3px;
  color: #142231;
}

.form-control:focus,
.form-select:focus,
.el-input__inner:focus,
.el-textarea__inner:focus {
  border-color: rgba(73, 132, 133, 0.8);
  box-shadow: 0 0 0 3px rgba(73, 132, 133, 0.14);
}

header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(247, 251, 253, 0.94);
  border-bottom: 1px solid rgba(16, 42, 58, 0.14);
  backdrop-filter: blur(12px);
}

header .header-content {
  padding: 10px 0;
}

header .header-pill {
  min-height: 66px;
  border: 1px solid rgba(16, 42, 58, 0.18);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8, 34, 58, 0.06);
}

header .factory-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #142231;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

header .factory-brand-logo {
  display: block;
  width: 48px;
  height: 48px;
  max-width: 48px;
  max-height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

header .factory-brand-logo-mobile {
  width: 42px;
  height: 42px;
  max-width: 42px;
  max-height: 42px;
}

header .factory-brand-mark {
  display: inline-grid;
  width: 46px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(73, 132, 133, 0.55);
  background: linear-gradient(135deg, #102a3a, #071824);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

header .factory-brand-copy {
  display: grid;
  gap: 4px;
}

header .factory-brand-copy strong {
  color: #142231;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0;
}

header .factory-brand-copy small {
  color: #60706d;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

header .nav-link {
  color: #142231;
  font-size: 0.86rem;
  text-transform: uppercase;
}

header .nav-link:hover {
  color: #24485a;
}

header .header-mobile {
  padding: 8px 12px;
}

header .offcanvas {
  background: #f8fbfd;
}

footer {
  margin-top: 72px;
}

footer .footer-shell {
  background: #071824;
  color: rgba(255, 255, 255, 0.78);
  border-top: 6px solid #498485;
}

footer .services-wrap,
footer .footer-content {
  border-color: rgba(255, 255, 255, 0.12);
}

footer h6,
footer .intro-title {
  color: #fff !important;
  letter-spacing: 0.08em;
}

footer a {
  color: rgba(255, 255, 255, 0.86);
}

footer a:hover {
  color: #498485;
}

footer .footer-bottom {
  background: rgba(0, 0, 0, 0.16);
  color: rgba(255, 255, 255, 0.7);
}

.x-breadcrumb,
.breadcrumb {
  background: transparent;
  color: #60706d;
}

.page-home,
.page-factory {
  background: #f3f5f2;
}

.factory-page,
.home-wbsfactory {
  overflow: hidden;
}

.factory-panel {
  border: 1px solid #d8ded8;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(8, 34, 58, 0.08);
}

.factory-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #24485a;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.factory-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #498485;
}

.factory-section {
  padding: 76px 0;
}

.factory-section-title {
  margin-bottom: 14px;
  color: #142231;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
}

.factory-section-lead {
  max-width: 760px;
  color: #60706d;
  font-size: 1rem;
  line-height: 1.75;
}

.factory-hero {
  padding: 76px 0 52px;
  background: linear-gradient(120deg, rgba(9, 36, 61, 0.96), rgba(15, 61, 104, 0.9)), radial-gradient(circle at 78% 18%, rgba(31, 182, 209, 0.28), transparent 36%);
  color: #fff;
}

.factory-hero .factory-kicker {
  color: #498485;
}

.factory-hero .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 34px;
  align-items: stretch;
}

.factory-hero h1 {
  max-width: 820px;
  margin-bottom: 18px;
  color: #fff;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
}

.factory-hero .hero-lead {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.8;
}

.factory-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.factory-hero .btn-primary {
  background: #498485;
  border-color: #498485;
  color: #071824;
}

.factory-hero .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
}

.factory-hero .hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.factory-hero .metric {
  padding: 20px;
  background: rgba(9, 36, 61, 0.72);
}

.factory-hero .metric strong {
  display: block;
  color: #fff;
  font-size: 1.55rem;
}

.factory-hero .metric span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.factory-hero .hero-control-panel {
  display: grid;
  gap: 1px;
  align-self: stretch;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  overflow: hidden;
}

.factory-hero .control-row {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  padding: 22px;
  background: rgba(247, 251, 253, 0.08);
}

.factory-hero .control-code {
  color: #498485;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.factory-hero .control-row h3 {
  margin: 0 0 8px;
  color: #fff;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.04rem;
  font-weight: 800;
  letter-spacing: 0;
}

.factory-hero .control-row p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.supply-dashboard,
.warehouse-lanes,
.warehouse-product-preview,
.quality-system,
.factory-products,
.distributor-cta,
.research-compliance {
  background: #f3f5f2;
}

.dashboard-grid,
.warehouse-grid,
.quality-grid,
.cta-grid {
  display: grid;
  gap: 1px;
  border: 1px solid #d8ded8;
  background: #d8ded8;
}

.dashboard-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dashboard-tile,
.warehouse-card,
.quality-step,
.cta-card {
  padding: 24px;
  background: #fff;
}

.dashboard-tile span,
.warehouse-card span,
.quality-step span {
  display: block;
  margin-bottom: 14px;
  color: #24485a;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dashboard-tile h3,
.warehouse-card h3,
.quality-step h3,
.cta-card h3 {
  margin-bottom: 10px;
  color: #142231;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0;
}

.dashboard-tile p,
.warehouse-card p,
.quality-step p,
.cta-card p {
  margin: 0;
  color: #60706d;
  line-height: 1.65;
}

.warehouse-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.warehouse-card {
  min-height: 220px;
}

.warehouse-card .lane {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: #102a3a;
  font-size: 0.82rem;
  font-weight: 800;
}

.warehouse-card .lane::before,
.warehouse-card .lane::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #d8ded8;
}

.warehouse-product-preview .catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}

.warehouse-product-stack {
  display: grid;
  gap: 34px;
}

.warehouse-product-section {
  padding-top: 24px;
  border-top: 1px solid #d8ded8;
}

.warehouse-product-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.warehouse-product-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.warehouse-product-section__header span {
  display: inline-flex;
  margin-bottom: 6px;
  color: #24485a;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.warehouse-product-section__header h3 {
  margin: 0;
  color: #142231;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: 0;
}

.warehouse-product-section__header a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #102a3a;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.warehouse-product-section__header a:hover {
  color: #498485;
}

.warehouse-product-section > .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-right: 0;
  margin-left: 0;
}

.warehouse-product-section > .row > [class*=col-] {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.warehouse-product-section .product-wrap .image {
  width: 100%;
  aspect-ratio: 1/1;
}

.warehouse-product-section .product-wrap .image-old {
  width: 100%;
  height: auto !important;
  aspect-ratio: 1/1;
}

.warehouse-product-section .product-wrap .image-old img {
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 70%;
}

@media (min-width: 768px) {
  .warehouse-product-section > .row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .warehouse-product-section > .row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.factory-products .catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.factory-products-grid,
.row .product-grid,
.products-wrap .row,
.product-list {
  row-gap: 20px;
}

.product-wrap {
  height: 100%;
  overflow: hidden;
  border: 1px solid #d8ded8;
  border-radius: 18px;
  background: #fff;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.product-wrap:hover {
  transform: translateY(-3px);
  border-color: rgba(73, 132, 133, 0.55);
  box-shadow: 0 18px 34px rgba(8, 34, 58, 0.1);
}

.product-wrap .image {
  padding: 16px;
  background: radial-gradient(circle at 50% 36%, rgba(255, 253, 247, 0.95), transparent 48%), linear-gradient(135deg, #e8f1ef 0%, #dbe8e6 58%, #f3ead7 100%);
  border-bottom: 1px solid #d8ded8;
}

.product-wrap .image-old {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background: radial-gradient(circle at 50% 38%, #fffdf8 0%, #f7faf8 38%, #dfe9e7 100%);
  border: 1px solid rgba(73, 132, 133, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.product-wrap img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 10px 16px rgba(16, 44, 63, 0.14));
}

.product-bottom-info {
  padding: 12px 14px 14px;
}

.product-wrap .product-name {
  display: block;
  min-height: 30px;
  margin: 0 0 6px;
  color: #142231;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.product-price .price-new,
.price-wrap .new-price {
  color: #102a3a;
  font-weight: 900;
}

.factory-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0 0;
}

.product-bottom-info .factory-product-meta {
  justify-content: center;
  margin: 0 0 6px;
}

.factory-product-meta span {
  padding: 4px 7px;
  background: rgba(73, 132, 133, 0.1);
  color: #102a3a;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.factory-product-meta .factory-kit-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 21px;
  padding: 2px 8px 2px 5px;
  gap: 5px;
  border: 1px solid rgba(73, 132, 133, 0.18);
  border-radius: 999px;
  background: rgba(73, 132, 133, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
  color: rgb(36.854368932, 66.640776699, 67.145631068);
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.factory-product-meta .factory-kit-badge i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(167, 101, 53, 0.18);
  border-radius: 50%;
  background: rgba(167, 101, 53, 0.08);
  color: #a76535;
  font-size: 0.64rem;
  line-height: 1;
}

.factory-product-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin: 0 0 5px;
}

.factory-product-categories a {
  display: inline-flex;
  max-width: 100%;
  padding: 2px 7px;
  border: 1px solid rgba(16, 42, 58, 0.16);
  border-radius: 3px;
  background: #f8fbfd;
  color: #60706d;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.factory-product-categories a:hover {
  border-color: rgba(73, 132, 133, 0.55);
  color: #102a3a;
}

.factory-card-footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #d8ded8;
  color: #60706d;
  font-size: 0.76rem;
  line-height: 1.35;
}

.quality-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: quality;
}

.warehouse-proof-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
  overflow: hidden;
  border: 1px solid #d8ded8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(8, 34, 58, 0.09);
}

.warehouse-proof-copy {
  position: relative;
  z-index: 1;
  padding: clamp(28px, 4vw, 52px);
  background: linear-gradient(145deg, rgba(7, 24, 36, 0.98), rgba(16, 42, 58, 0.94));
}

.warehouse-proof-copy::after {
  position: absolute;
  right: -110px;
  bottom: -130px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(255, 255, 255, 0.025), 0 0 0 76px rgba(255, 255, 255, 0.02);
  content: "";
  pointer-events: none;
}

.warehouse-proof-copy .factory-kicker {
  color: #498485;
}

.warehouse-proof-copy .factory-kicker::before {
  background: #498485;
}

.warehouse-proof-copy .factory-section-title {
  max-width: 680px;
  color: #fff;
}

.warehouse-proof-copy .factory-section-lead {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.74);
}

.warehouse-proof-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.12);
}

.warehouse-proof-metrics > div {
  min-height: 92px;
  padding: 16px 18px;
  background: rgba(7, 24, 36, 0.74);
}

.warehouse-proof-metrics strong,
.warehouse-proof-metrics span {
  display: block;
}

.warehouse-proof-metrics strong {
  color: #fff;
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  font-weight: 900;
  line-height: 1.1;
}

.warehouse-proof-metrics span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: uppercase;
}

.warehouse-proof-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

.warehouse-proof-actions .btn,
.warehouse-proof-contact {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.warehouse-proof-contact {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.warehouse-proof-contact:hover {
  color: #fff;
}

.warehouse-proof-map {
  position: relative;
  display: flex;
  min-height: 520px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}

.warehouse-proof-map img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.35s ease;
}

.warehouse-proof-map:hover img {
  transform: scale(1.018);
}

.warehouse-proof-map-label {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(7, 24, 36, 0.9);
  box-shadow: 0 12px 28px rgba(7, 24, 36, 0.22);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.quality-step {
  position: relative;
  min-height: 210px;
}

.quality-step::before {
  counter-increment: quality;
  content: "0" counter(quality);
  position: absolute;
  right: 18px;
  bottom: 12px;
  color: rgba(16, 42, 58, 0.08);
  font-size: 4rem;
  font-weight: 900;
}

.cta-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.distributor-cta .cta-card:first-child {
  background: radial-gradient(circle at 88% 18%, rgba(73, 132, 133, 0.22), transparent 34%), linear-gradient(135deg, rgba(7, 24, 36, 0.98), rgba(36, 72, 90, 0.94));
  color: #fff;
}

.distributor-cta .cta-card:first-child h2,
.distributor-cta .cta-card:first-child h3 {
  color: #fff;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

.distributor-cta .cta-card:first-child p {
  color: rgba(255, 255, 255, 0.76);
}

.customization-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.customization-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 26px;
}

.cta-support-link {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
}

.cta-support-link:hover {
  color: #fff;
}

.customization-service-specs {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.customization-service-specs > div {
  padding: 14px 16px;
  border: 1px solid rgba(16, 42, 58, 0.12);
  border-radius: 12px;
  background: rgba(73, 132, 133, 0.06);
}

.customization-service-specs strong,
.customization-service-specs span {
  display: block;
}

.customization-service-specs strong {
  color: #142231;
  font-size: 0.98rem;
  font-weight: 900;
}

.customization-service-specs span {
  margin-top: 5px;
  color: #60706d;
  font-size: 0.86rem;
  line-height: 1.45;
}

.research-compliance .factory-panel {
  padding: 30px;
  border-left: 5px solid #498485;
}

.page-categories,
.page-product,
.page-cart,
.page-checkout,
.page-login,
.page-account,
.page-pages,
.page-contact,
.page-about,
.page-testing,
.page-brands {
  background: #f3f5f2;
}

.category-hero,
.testing-hero,
.contact-hero,
.about-page-title,
.page-title,
.cart-header,
.login-title {
  margin: 24px 0;
  padding: 28px;
  border: 1px solid #d8ded8;
  border-left: 5px solid #102a3a;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(8, 34, 58, 0.06);
}

.category-title,
.testing-title,
.contact-header h1,
.about-page-title h1,
.cart-title,
.login-title {
  margin: 0;
  color: #142231;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

.filter-wrap,
.filter-bar,
.children-wrap,
.support-contact-card,
.contact-card,
.about-hero-grid,
.testing-card,
.cart-table,
.cart-totals,
.login-card,
.checkout-card,
.order-box,
.account-card,
.account-sidebar,
.address-wrap,
.order-info-wrap {
  border: 1px solid #d8ded8 !important;
  border-radius: 4px !important;
  background: #fff !important;
  box-shadow: 0 14px 30px rgba(8, 34, 58, 0.06) !important;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  gap: 28px;
}

.product-left-col,
.product-right-col {
  width: 100%;
  max-width: none;
}

.product-media-card,
.product-summary,
.product-info-panels-left,
.product-notice-box,
#coa-section,
.related-products-section,
.faq-section {
  border: 1px solid #d8ded8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(8, 34, 58, 0.06);
}

#coa-section {
  scroll-margin-top: 110px;
}

.product-summary {
  padding: 28px;
}

.product-name {
  color: #142231;
  font-weight: 900;
}

.delivery-badge,
.product-warehouse-meta,
.btn-view-tests {
  border-radius: 3px;
}

.btn-add-to-cart,
.address-submit-btn,
.contact-submit {
  background: #102a3a !important;
  border-color: #102a3a !important;
  color: #fff !important;
}

.variable-info > div.selected,
.variable-info > div:hover {
  border-color: #498485 !important;
  box-shadow: inset 0 0 0 1px #498485;
}

.accordion-item {
  border-color: #d8ded8;
}

.accordion-button:not(.collapsed) {
  background: rgba(73, 132, 133, 0.08);
  color: #102a3a;
}

.cart-table table,
.checkout-page table,
.order-info-wrap table {
  margin-bottom: 0;
}

.cart-table thead,
.checkout-page thead,
.order-info-wrap thead {
  background: #edf5fa;
  color: #102a3a;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.warehouse-group-row td {
  background: rgba(16, 42, 58, 0.05) !important;
}

.list-group-item {
  border-color: #d8ded8;
}

.login-page,
.register-page {
  max-width: 920px;
}

.login-card,
.register-card {
  padding: 30px;
}

.contact-card,
.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 1px;
  background: #d8ded8 !important;
}

.contact-info,
.contact-form,
.about-hero-image,
.about-hero-content {
  padding: 30px;
  background: #fff;
}

.about-stats {
  overflow: hidden;
  border-radius: 18px;
}

.testing-results .coa-card,
.coa-card {
  display: block;
  height: 100%;
  border: 1px solid #d8ded8;
  border-radius: 4px;
  background: #fff;
  color: #142231;
  box-shadow: 0 14px 30px rgba(8, 34, 58, 0.06);
}

.coa-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  background: #edf5fa;
  border-bottom: 1px solid #d8ded8;
}

.coa-info {
  padding: 18px;
}

.coa-info h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
}

.page-400,
.page-404,
.page-500,
.page-503 {
  background: #f3f5f2;
}

.page-400 .content,
.page-404 .content,
.page-500 .content,
.page-503 .content {
  border: 1px solid #d8ded8;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(8, 34, 58, 0.08);
}

@media (max-width: 1199.98px) {
  .dashboard-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .quality-grid,
  .warehouse-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .warehouse-proof-shell {
    grid-template-columns: 1fr;
  }
  .warehouse-proof-map {
    min-height: 390px;
  }
  .factory-hero .hero-grid,
  .product-hero,
  .cta-grid,
  .contact-card,
  .about-hero-grid {
    grid-template-columns: 1fr;
  }
  .factory-hero {
    padding: 44px 0 36px;
  }
  .factory-hero .hero-metrics {
    grid-template-columns: 1fr;
  }
  .dashboard-grid,
  .warehouse-grid,
  .quality-grid {
    grid-template-columns: 1fr;
  }
  .warehouse-product-preview .catalog-toolbar,
  .warehouse-product-section__header {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .warehouse-proof-copy {
    padding: 26px 20px;
  }
  .warehouse-proof-metrics > div {
    min-height: 86px;
    padding: 14px;
  }
  .warehouse-proof-map {
    min-height: 270px;
  }
  .warehouse-proof-map-label {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 10px 12px;
    font-size: 0.68rem;
  }
  .factory-section {
    padding: 44px 0;
  }
  .category-hero,
  .testing-hero,
  .contact-hero,
  .about-page-title,
  .cart-header,
  .login-title {
    padding: 20px;
  }
  .factory-hero h1 {
    font-size: 2.35rem;
  }
  .factory-products .catalog-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
}
body.page-product {
  background: #fff;
}

body.page-product .breadcrumb-wrap {
  border-bottom: 0;
  background: #fff;
}

.product-detail-clean {
  max-width: 1220px;
}

.product-clean-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.1fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
  padding: 34px 0 42px;
}

.product-clean-image-card {
  position: relative;
  display: block;
  align-self: start;
  min-height: 430px;
  padding: 18px;
  border: 1px solid #e4e9ee;
  border-radius: 5px;
  background: #fff;
  box-shadow: none;
}

.product-clean-certified {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 6px 14px;
  border-radius: 4px;
  background: #5aa8b7;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-clean-main,
.product-clean-mobile-swiper {
  min-height: 390px;
}

.product-clean-main .product-img,
.product-clean-mobile-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 390px;
}

.product-clean-main .product-img img,
.product-clean-mobile-swiper img {
  display: block;
  width: 100%;
  max-width: 380px;
  max-height: 390px;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-clean-main .desktop-pagination {
  position: static;
  margin-top: 12px;
}

.product-clean-main .swiper-pagination-bullet,
.product-clean-mobile-swiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #b9d3da;
  opacity: 1;
}

.product-clean-main .swiper-pagination-bullet-active,
.product-clean-mobile-swiper .swiper-pagination-bullet-active {
  background: #5aa8b7;
}

.product-clean-summary {
  color: #2f3137;
}

.product-clean-summary .product-mb-block {
  padding: 0;
  background: transparent;
}

.product-clean-name {
  margin: 0 0 8px;
  border: 0 !important;
  color: #07090d;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 3.4rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0;
  line-height: 1.02 !important;
  text-transform: uppercase;
}

.product-clean-price {
  margin: 0 0 12px !important;
}

.product-clean-price .new-price {
  color: #30343a;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.product-clean-stock {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 30px;
  padding: 7px 13px;
  border-radius: 4px;
  font-size: 0.82rem;
  font-weight: 900;
}

.product-clean-stock.is-in-stock {
  background: #eaf6e9;
  color: #27743a;
}

.product-clean-stock.is-out-stock {
  background: #faeaea;
  color: #aa3333;
}

.product-clean-intro {
  max-width: 650px;
  margin-bottom: 24px;
}

.product-clean-intro h2 {
  margin: 0 0 8px;
  color: #30343a;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.32rem;
  font-weight: 900;
  letter-spacing: 0;
}

.product-clean-intro p {
  margin: 0 0 14px;
  color: #3d4047;
  font-size: 1rem;
  line-height: 1.56;
}

.product-clean-options {
  margin: 0 0 18px;
}

.product-clean-option-label,
.product-clean-summary .variables-wrap .variable-group > p {
  margin: 0 0 7px;
  color: #899098;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-clean-options .variable-info {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
}

.product-clean-options .variable-info > div {
  min-width: 54px !important;
  width: auto !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 10px 15px !important;
  border: 1px solid #111 !important;
  border-radius: 5px !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-clean-options .variable-info > div:not(.selected) {
  border-color: #dfe6e8 !important;
  background: #fff !important;
  color: #30343a !important;
}

.product-clean-options .variable-info > div.disabled {
  opacity: 0.45;
  border-style: dashed !important;
}

.product-clean-options .variable-info .label {
  color: inherit !important;
  font-size: inherit !important;
  line-height: 1.2 !important;
}

.product-clean-option-stock {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 9px;
  border: 1px solid #5eb46f;
  border-radius: 4px;
  color: #27743a;
  font-size: 0.67rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-clean-quantity-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 16px 0 18px;
}

.product-clean-quantity-label {
  color: #30343a;
  font-weight: 900;
}

.product-clean-qty {
  display: inline-flex;
  align-items: center;
  height: 45px;
  overflow: hidden;
  border: 1px solid #edf0f2 !important;
  border-radius: 5px !important;
  background: #f9fbfc;
  box-shadow: 0 2px 8px rgba(11, 35, 55, 0.06);
}

.product-clean-qty .btn-qty {
  width: 42px;
  height: 43px;
  border: 0;
  color: #30343a;
  background: transparent;
}

.product-clean-qty .form-control {
  height: 43px;
  background: transparent;
  color: #111;
  font-weight: 900;
}

.product-clean-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
  gap: 14px;
  margin-bottom: 22px;
}

.product-clean-add,
.product-clean-wishlist {
  height: 48px;
  border-radius: 5px !important;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.product-clean-add {
  border-color: #5aa8b7 !important;
  background: #5aa8b7 !important;
  color: #fff !important;
}

.product-clean-add:hover:not(:disabled) {
  border-color: #468f9d !important;
  background: #468f9d !important;
}

.product-clean-add:disabled {
  border-color: #d8dee2 !important;
  background: #d8dee2 !important;
  color: #8a939b !important;
}

.product-clean-wishlist {
  border: 1px solid #edf0f2 !important;
  background: #fff !important;
  color: #20242a !important;
}

.product-clean-wishlist:hover {
  border-color: #5aa8b7 !important;
  color: #277c8d !important;
}

.product-clean-meta {
  margin-top: 16px;
  padding-top: 18px;
  border-top: 1px dashed #dfe4e8;
  color: #555c64;
  font-size: 0.87rem;
  line-height: 1.8;
}

.product-clean-meta strong {
  color: #30343a;
}

.product-clean-meta a,
.product-clean-meta span {
  color: #5aa8b7;
  font-weight: 800;
  text-decoration: none;
}

.product-clean-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 28px 0 30px;
}

.product-clean-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 160px;
  height: 46px;
  border: 1px solid #e8ecef;
  border-radius: 5px;
  background: #fff;
  color: #20242a;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(11, 35, 55, 0.04);
}

.product-clean-tab.active,
.product-clean-tab:hover {
  border-color: #5aa8b7;
  background: #5aa8b7;
  color: #fff;
}

.product-clean-tab.muted {
  color: #20242a;
  cursor: default;
}

.product-clean-overview {
  max-width: 1040px;
  margin: 0 auto 56px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid #e8ecef;
  border-radius: 5px;
  background: #fff;
  box-shadow: none;
}

.product-clean-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
  gap: clamp(26px, 4vw, 58px);
}

.product-clean-copy h2,
.product-clean-copy h3 {
  color: #30343a;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

.product-clean-copy h2 {
  margin: 0 0 16px;
  font-size: 1.52rem;
}

.product-clean-copy h3 {
  margin: 20px 0 10px;
  font-size: 1.1rem;
}

.product-clean-copy p,
.product-clean-copy li,
.product-clean-copy dd {
  color: #555c64;
  font-size: 0.98rem;
  line-height: 1.58;
}

.product-clean-copy ul {
  margin-bottom: 24px;
  padding-left: 20px;
}

.product-clean-copy strong {
  color: #30343a;
  font-weight: 900;
}

.product-clean-faq {
  grid-column: 1/-1;
  padding-top: clamp(22px, 3vw, 34px);
  border-top: 1px solid #edf0f2;
}

.product-clean-info-list {
  margin: 0;
}

.product-clean-info-list div {
  display: flex;
  gap: 5px;
}

.product-clean-info-list dt {
  color: #30343a;
  font-weight: 900;
}

.product-clean-info-list dd {
  margin: 0;
}

.product-clean-coa-link {
  margin-top: 18px;
  border-color: #5aa8b7;
  background: #5aa8b7;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .product-clean-hero,
  .product-clean-overview-grid {
    grid-template-columns: 1fr;
  }
  .product-clean-image-card {
    position: relative;
    top: auto;
  }
}
@media (max-width: 767.98px) {
  body.page-product {
    background: #fff;
    padding-bottom: 0;
  }
  body.page-product #product-app.container {
    padding-right: 12px;
    padding-left: 12px;
  }
  .product-clean-hero {
    gap: 20px;
    padding: 26px 0 28px;
  }
  .product-clean-image-card {
    min-height: 330px;
    padding: 14px;
    border-radius: 5px;
  }
  .product-clean-main,
  .product-clean-mobile-swiper,
  .product-clean-main .product-img,
  .product-clean-mobile-swiper .swiper-slide {
    min-height: 300px;
  }
  .product-clean-main .product-img img,
  .product-clean-mobile-swiper img {
    max-height: 300px;
  }
  .product-clean-name {
    font-size: 2rem !important;
  }
  .product-clean-stock {
    margin-bottom: 22px;
  }
  .product-clean-intro p {
    font-size: 0.95rem;
  }
  .product-btns {
    position: static !important;
    display: block !important;
    max-height: none !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .product-clean-actions {
    grid-template-columns: 1fr;
  }
  .product-clean-tabs {
    margin-top: 16px;
    overflow-x: auto;
    justify-content: flex-start;
  }
  .product-clean-tab {
    min-width: 148px;
  }
  .product-clean-overview {
    padding: 22px;
    border-radius: 5px;
  }
}
body {
  padding-top: 74px !important;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  background: #fff !important;
  border-bottom: 1px solid rgba(16, 42, 58, 0.16);
  box-shadow: 0 8px 24px rgba(8, 34, 58, 0.07);
  backdrop-filter: none;
}

header .header-content {
  position: static;
  padding: 0;
}

header .header-pill {
  width: 100% !important;
  max-width: none !important;
  min-height: 74px;
  margin: 0 !important;
  padding: 0 48px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

header .factory-brand-mark {
  border-radius: 2px;
}

header .menu-wrap > .navbar-nav > .nav-item > .nav-link {
  padding: 0.78rem 0.9rem;
  color: #142231;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
}

header .right-btn .navbar-nav {
  align-items: center;
  gap: 8px;
}

header .right-btn .nav-link,
header .mobile-open-menu,
header .mobile-open-search,
header .mb-account-icon,
header .m-cart {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  border: 1px solid rgba(16, 42, 58, 0.16);
  border-radius: 4px !important;
  background: #f8fbfd;
  color: #102a3a;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

header .right-btn .nav-link:hover,
header .mobile-open-menu:hover,
header .mobile-open-search:hover,
header .mb-account-icon:hover,
header .m-cart:hover {
  border-color: rgba(73, 132, 133, 0.55);
  background: #eaf3f7;
  color: #24485a;
}

header .right-btn .nav-link img,
header .mobile-content img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

header .cart-badge-quantity {
  top: -6px;
  left: 27px;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 3px;
  background: #498485;
  color: #071824;
  font-size: 10px;
  font-weight: 900;
  line-height: 15px;
}

header .dropdown-menu {
  border: 1px solid #d8ded8 !important;
  border-radius: 4px !important;
}

header .header-mobile {
  position: static;
  padding: 0;
  background: #fff !important;
  border: 0;
  box-shadow: none;
}

header .header-mobile .header-pill-mobile {
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

header .header-mobile .mobile-content {
  min-height: 64px;
  padding: 0 14px;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff;
  box-shadow: none !important;
}

header .header-mobile .mobile-content > div {
  width: 33.333%;
}

header .header-mobile .left {
  gap: 8px;
}

header .header-mobile .left .mobile-open-search {
  margin-left: 0;
}

header .header-mobile .right {
  gap: 8px;
}

header .header-mobile .right .m-cart {
  margin-left: 0 !important;
}

header .header-mobile .right .m-cart .cart-badge-quantity {
  top: -6px;
  left: 27px;
  width: 18px;
  height: 18px;
  line-height: 15px;
}

header .offcanvas {
  border-radius: 0 !important;
}

footer {
  width: 100%;
  margin-top: 72px;
}

footer .footer-shell {
  width: 100%;
  border-top-width: 4px;
  border-radius: 0;
}

footer .footer-shell > .container-fluid,
footer .footer-bottom .container-fluid {
  width: 100%;
  max-width: none;
  padding-right: 48px;
  padding-left: 48px;
}

footer .services-wrap,
footer .footer-content {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

footer .footer-content > .row {
  justify-content: center;
  row-gap: 26px;
}

footer .service-item,
footer .footer-link-wrap {
  border-radius: 3px;
}

@media (max-width: 991.98px) {
  body {
    padding-top: 64px !important;
  }
  header .header-pill {
    min-height: 64px;
    padding: 0 14px !important;
  }
  header .factory-brand-mark {
    width: 40px;
    height: 32px;
  }
  header .factory-brand-logo {
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
  }
  header .factory-brand-copy strong {
    font-size: 0.88rem;
  }
}
@media (max-width: 767.98px) {
  footer .footer-shell > .container-fluid,
  footer .footer-bottom .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
  footer .services-wrap,
  footer .footer-content {
    text-align: center;
  }
  footer .service-item {
    justify-content: center;
  }
}
body .btn,
body .badge,
body .rounded-pill,
body .form-control,
body .form-select,
body .input-group-text,
body .card,
body .modal-content,
body .dropdown-menu,
body .offcanvas,
body .product-wrap,
body .factory-panel,
body .support-contact-card,
body .faq-section,
body .faq-item,
body .login-card,
body .register-card,
body .cart-table,
body .cart-totals,
body .checkout-card,
body .order-box,
body .account-card,
body .account-sidebar,
body .contact-card,
body .about-hero-grid,
body .testing-card,
body .coa-card,
body img[style*=border-radius] {
  border-radius: 5px !important;
}

body .btn-sm,
body .badge-sm,
body .factory-brand-mark,
body .cart-badge-quantity {
  border-radius: 3px !important;
}

body {
  background: radial-gradient(circle at 10% 2%, rgba(238, 231, 205, 0.55), transparent 28%), linear-gradient(180deg, #fbfaf4 0%, #f3f5f2 46%, #e8efeb 100%) !important;
  color: #142231;
}

a {
  color: #498485;
}

.text-primary,
.link-primary,
.price-new,
.new-price,
.total-price {
  color: #102a3a !important;
}

.text-success,
.bg-success {
  color: #fff !important;
  background-color: #498485 !important;
}

.text-warning,
.bg-warning {
  color: #102a3a !important;
  background-color: #b1873c !important;
}

.alert-success {
  border-color: rgba(73, 132, 133, 0.28);
  background: rgba(73, 132, 133, 0.12);
  color: rgb(36.854368932, 66.640776699, 67.145631068);
}

.alert-warning {
  border-color: rgba(177, 135, 60, 0.34);
  background: rgba(177, 135, 60, 0.14);
  color: rgb(93.2050632911, 71.0886075949, 31.5949367089);
}

.alert-danger {
  border-color: rgba(167, 101, 53, 0.34);
  background: rgba(167, 101, 53, 0.12);
  color: rgb(120.5436363636, 72.9036363636, 38.2563636364);
}

.btn-primary,
.btn-add-to-cart,
.address-submit-btn,
.contact-submit,
.support-contact-card__primary,
.btn-coa,
.btn-view-tests,
.to-checkout,
.hero-button {
  border-color: #498485 !important;
  background: #498485 !important;
  color: #fffdf7 !important;
  box-shadow: 0 10px 20px rgba(73, 132, 133, 0.18) !important;
}

.btn-primary:hover,
.btn-add-to-cart:hover,
.address-submit-btn:hover,
.contact-submit:hover,
.support-contact-card__primary:hover,
.btn-coa:hover,
.btn-view-tests:hover,
.to-checkout:hover,
.hero-button:hover {
  border-color: rgb(60.3490291262, 109.1242718447, 109.9509708738) !important;
  background: rgb(60.3490291262, 109.1242718447, 109.9509708738) !important;
  color: #fff !important;
}

.btn-outline-dark,
.support-contact-card__secondary,
.product-clean-wishlist {
  border-color: rgba(16, 42, 58, 0.22) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: #102a3a !important;
}

.btn-outline-dark:hover,
.support-contact-card__secondary:hover,
.product-clean-wishlist:hover {
  border-color: #a76535 !important;
  background: rgba(167, 101, 53, 0.08) !important;
  color: rgb(136.0290909091, 82.2690909091, 43.1709090909) !important;
}

.form-control,
.form-select,
.el-input__inner,
.el-textarea__inner {
  background: #f8faf7 !important;
  border-color: #d8ded8 !important;
}

.form-control:focus,
.form-select:focus,
.el-input__inner:focus,
.el-textarea__inner:focus {
  border-color: rgba(73, 132, 133, 0.82) !important;
  box-shadow: 0 0 0 3px rgba(73, 132, 133, 0.13) !important;
}

header {
  background: rgba(251, 250, 244, 0.92) !important;
  border-bottom: 1px solid rgba(16, 42, 58, 0.1);
  box-shadow: 0 2px 16px rgba(16, 42, 58, 0.06);
}

header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #498485 0%, #b1873c 50%, #a76535 100%);
  opacity: 0.78;
}

header .header-content {
  background: transparent !important;
  border-bottom: 0 !important;
}

header .header-pill,
header .mobile-content {
  border: 1px solid rgba(16, 42, 58, 0.13) !important;
  border-radius: 12px !important;
  background: rgba(255, 253, 247, 0.94) !important;
  box-shadow: 0 14px 28px rgba(16, 42, 58, 0.08) !important;
}

header .header-pill {
  min-height: 72px;
  padding: 0.55rem 1rem !important;
}

header .factory-brand {
  gap: 11px;
  padding-right: 10px;
}

header .factory-brand-emblem {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(177, 135, 60, 0.38);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(238, 231, 205, 0.62), rgba(255, 255, 255, 0.24)), rgba(16, 42, 58, 0.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

header .factory-brand-emblem-mobile {
  width: 46px;
  height: 46px;
}

header .factory-brand-logo {
  width: 46px !important;
  height: 46px !important;
  max-width: 46px !important;
  max-height: 46px !important;
  border-radius: 8px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

header .factory-brand-logo-mobile {
  width: 38px !important;
  height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
}

header .factory-brand-copy-live strong {
  color: #102a3a;
  font-size: 1rem;
}

header .factory-brand-copy-live small {
  color: #a76535;
  letter-spacing: 0.1em;
}

header .menu-wrap > .navbar-nav > .nav-item > .nav-link,
header .nav-link {
  color: #102a3a !important;
  font-weight: 850;
}

header .menu-wrap > .navbar-nav > .nav-item > .nav-link:hover,
header .nav-link:hover {
  color: #a76535 !important;
}

header .right-btn .nav-link {
  border: 1px solid rgba(16, 42, 58, 0.14) !important;
  border-radius: 4px !important;
  background: #f8faf7 !important;
}

header .right-btn .nav-link:hover {
  border-color: rgba(73, 132, 133, 0.36) !important;
  background: rgba(73, 132, 133, 0.08) !important;
}

header .cart-badge-quantity {
  background: #a76535 !important;
  color: #fff !important;
}

footer .footer-shell {
  border-top: 0 !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, rgba(16, 42, 58, 0.96), rgba(7, 24, 36, 0.98)), radial-gradient(circle at 10% 0%, rgba(73, 132, 133, 0.26), transparent 34%) !important;
  box-shadow: 0 20px 44px rgba(16, 42, 58, 0.17) !important;
}

footer .footer-shell::before {
  content: "";
  display: block;
  height: 4px;
  margin: -1rem 0 1rem;
  background: linear-gradient(90deg, #498485, #b1873c, #a76535);
}

footer a:hover {
  color: #eee7cd !important;
}

footer .footer-bottom {
  border-radius: 0 0 5px 5px !important;
  background: rgba(7, 24, 36, 0.64) !important;
}

footer .logo {
  max-width: 72px !important;
}

.factory-hero {
  background: linear-gradient(115deg, rgba(7, 24, 36, 0.97), rgba(16, 42, 58, 0.93)), radial-gradient(circle at 12% 88%, rgba(73, 132, 133, 0.32), transparent 30%), radial-gradient(circle at 90% 8%, rgba(167, 101, 53, 0.3), transparent 32%) !important;
}

.factory-hero .factory-kicker,
.factory-hero .control-code {
  color: #eee7cd;
}

.factory-hero .factory-kicker::before {
  background: #a76535;
}

.factory-hero .hero-control-panel,
.factory-hero .hero-metrics {
  border-color: rgba(238, 231, 205, 0.16);
  background: rgba(238, 231, 205, 0.1);
}

.factory-hero .control-row,
.factory-hero .metric {
  background: rgba(16, 42, 58, 0.58);
}

.factory-kicker {
  color: #a76535;
}

.factory-kicker::before {
  background: #498485;
}

.factory-panel,
.dashboard-tile,
.warehouse-card,
.quality-step,
.cta-card,
.product-wrap,
.product-clean-image-card,
.product-clean-overview,
.product-clean-copy,
.cart-table,
.cart-totals,
.checkout-card,
.payment-success-hero,
.summary-item,
.support-contact-card,
.contact-card,
.testing-card,
.coa-card,
.faq-item,
.login-card,
.register-card,
.account-card,
.order-box {
  border-color: rgba(16, 42, 58, 0.12) !important;
  background: #fffdf7 !important;
  box-shadow: 0 14px 28px rgba(16, 42, 58, 0.07) !important;
}

.dashboard-grid,
.warehouse-grid,
.quality-grid,
.cta-grid {
  overflow: hidden;
  border-color: rgba(16, 42, 58, 0.12) !important;
  border-radius: 18px !important;
  background: rgba(16, 42, 58, 0.12) !important;
}

.distributor-cta .cta-card:first-child {
  background: radial-gradient(circle at 88% 18%, rgba(73, 132, 133, 0.22), transparent 34%), linear-gradient(135deg, rgba(7, 24, 36, 0.98), rgba(36, 72, 90, 0.94)) !important;
}

.distributor-cta .cta-card:first-child .factory-kicker,
.distributor-cta .cta-card:first-child .cta-support-link {
  color: rgba(255, 255, 255, 0.88) !important;
}

.distributor-cta .cta-card:first-child .factory-kicker::before {
  background: #498485 !important;
}

.distributor-cta .cta-card:first-child .factory-section-title {
  color: #fff !important;
}

.distributor-cta .cta-card:first-child p {
  color: rgba(255, 255, 255, 0.76) !important;
}

.dashboard-tile span,
.warehouse-card span,
.quality-step span,
.factory-product-categories a:hover,
.product-clean-meta a {
  color: #498485 !important;
}

.warehouse-card .lane,
.product-price .price-new,
.price-wrap .new-price {
  color: #a76535 !important;
}

.factory-product-meta span,
.factory-product-categories a,
.product-clean-stock.is-in-stock,
.delivery-badge,
.product-warehouse-meta,
.checkout-page .badge,
.badge.bg-success {
  border-color: rgba(73, 132, 133, 0.25) !important;
  background: rgba(73, 132, 133, 0.1) !important;
  color: rgb(45.890776699, 82.9805825243, 83.609223301) !important;
}

.product-clean-certified,
.product-badges .badge-verified {
  background: #a76535 !important;
  color: #fffdf7 !important;
}

.product-clean-options .variable-info > div {
  border-color: rgba(16, 42, 58, 0.18) !important;
  background: #fffdf7 !important;
  color: #102a3a !important;
}

.product-clean-options .variable-info > div.selected,
.variable-info > div.selected,
.variable-info > div:hover {
  border-color: #498485 !important;
  background: rgba(73, 132, 133, 0.12) !important;
  color: #102a3a !important;
  box-shadow: inset 0 0 0 1px rgba(73, 132, 133, 0.48) !important;
}

.product-clean-add {
  background: #498485 !important;
  border-color: #498485 !important;
  color: #fff !important;
}

.product-clean-add:hover:not(:disabled) {
  background: rgb(60.3490291262, 109.1242718447, 109.9509708738) !important;
  border-color: rgb(60.3490291262, 109.1242718447, 109.9509708738) !important;
}

.product-clean-tab.active,
.pagination .page-item.active .page-link {
  border-color: #498485 !important;
  background: #498485 !important;
  color: #fff !important;
}

.pagination .page-link {
  color: #102a3a !important;
  border-color: rgba(16, 42, 58, 0.16) !important;
}

.category-hero,
.testing-hero,
.contact-hero,
.about-page-title,
.page-title,
.cart-header,
.login-title {
  border-left-color: #a76535 !important;
  background: linear-gradient(90deg, rgba(238, 231, 205, 0.34), #fffdf7 42%) !important;
}

.checkout-page thead,
.cart-table thead,
.order-info-wrap thead {
  background: rgba(73, 132, 133, 0.12) !important;
  color: #102a3a !important;
}

.warehouse-group-row td {
  background: rgba(238, 231, 205, 0.45) !important;
}

.customer-service-float {
  bottom: 92px !important;
}

.customer-service-float .cs-btn-toggle {
  min-width: 178px !important;
  height: 58px !important;
  padding: 6px 17px 6px 8px !important;
  border-radius: 18px !important;
  border: 1px solid transparent !important;
  background: linear-gradient(135deg, rgba(255, 252, 241, 0.98), rgba(248, 244, 231, 0.98)) padding-box, linear-gradient(135deg, #498485 0%, #b1873c 52%, #a76535 100%) border-box !important;
  color: #142231 !important;
  box-shadow: 0 16px 36px rgba(20, 34, 49, 0.22), 0 2px 0 rgba(177, 135, 60, 0.38) !important;
}

.customer-service-float .cs-btn-toggle .cs-btn-icon {
  color: #fffaf0 !important;
  background: linear-gradient(135deg, #498485 0%, #b78738 54%, #a76535 100%) !important;
}

.customer-service-float .cs-btn-copy strong {
  color: #142231 !important;
}

.customer-service-float .cs-btn-copy small {
  color: #a65b2e !important;
}

.customer-service-float .cs-panel {
  border-radius: 22px !important;
  border-color: rgba(73, 132, 133, 0.22) !important;
}

.customer-service-float .cs-header {
  background: linear-gradient(135deg, rgba(20, 34, 49, 0.98), rgba(103, 118, 95, 0.96)) !important;
  border-bottom: 1px solid rgba(177, 135, 60, 0.26);
}

.customer-service-float .cs-header-mark {
  background: radial-gradient(circle at 13% 90%, rgba(73, 132, 133, 0.96), transparent 36%), radial-gradient(circle at 54% 14%, rgba(177, 135, 60, 0.96), transparent 40%), linear-gradient(135deg, #9f572e, #a76535) !important;
}

.customer-service-float .cs-item {
  border-radius: 16px !important;
}

.customer-service-float .cs-item:hover {
  border-color: rgba(167, 101, 53, 0.24) !important;
  background: linear-gradient(135deg, rgba(73, 132, 133, 0.09), rgba(177, 135, 60, 0.09)) !important;
}

.customer-service-float .cs-meta {
  border-radius: 16px !important;
}

@media (max-width: 768px) {
  .customer-service-float {
    right: 12px !important;
    bottom: calc(72px + env(safe-area-inset-bottom)) !important;
  }
  .customer-service-float .cs-btn-toggle {
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    padding: 6px !important;
    border-radius: 16px !important;
  }
  .customer-service-float .cs-btn-icon {
    width: 34px !important;
    height: 34px !important;
    border-radius: 12px !important;
  }
  .customer-service-float .cs-btn-icon svg {
    width: 19px !important;
    height: 19px !important;
  }
  .customer-service-float .cs-btn-copy {
    display: none !important;
  }
  .customer-service-float .cs-panel {
    bottom: 58px !important;
    width: min(340px, 100vw - 24px) !important;
  }
}
body .btn,
body .badge,
body .rounded-pill,
body .form-control,
body .form-select,
body .input-group-text,
body .card,
body .modal-content,
body .dropdown-menu,
body .offcanvas,
body .product-wrap,
body .factory-panel,
body .support-contact-card,
body .faq-section,
body .faq-item,
body .login-card,
body .register-card,
body .cart-table,
body .cart-totals,
body .checkout-card,
body .order-box,
body .account-card,
body .account-sidebar,
body .contact-card,
body .about-hero-grid,
body .testing-card,
body .coa-card,
body .summary-item,
body .payment-success-hero {
  border-radius: 18px !important;
}

body .btn-sm,
body .badge-sm,
body .factory-brand-mark,
body .cart-badge-quantity,
body .product-clean-certified,
body .product-clean-tab,
body .factory-product-categories a,
body .factory-product-meta span {
  border-radius: 8px !important;
}

.btn,
.form-control,
.form-select,
.input-group-text,
.quantity-selector,
.product-clean-qty,
.product-clean-add,
.product-clean-wishlist,
.right-btn .nav-link,
.mobile-open-menu,
.mobile-open-search,
.mb-account-icon,
.m-cart {
  border-radius: 12px !important;
}

body .btn,
body .form-control,
body .form-select,
body .input-group-text,
body .quantity-selector,
body .product-clean-qty,
body .product-clean-add,
body .product-clean-wishlist,
body .right-btn .nav-link,
body .mobile-open-menu,
body .mobile-open-search,
body .mb-account-icon,
body .m-cart {
  border-radius: 12px !important;
}

.factory-brand-emblem,
.factory-brand-logo,
.factory-brand-mark {
  border-radius: 12px !important;
}

.product-wrap .image,
.product-wrap .image-old,
.product-image,
.product-clean-main,
.product-clean-mobile-swiper,
.product-clean-main .product-img,
.product-clean-mobile-swiper .swiper-slide,
.coa-preview,
.cart-thumb,
.media-card,
.collection-placeholder,
.placeholder-img,
.about-hero-image,
.page-content,
.tinymce-format-p {
  border-radius: 28px !important;
  overflow: hidden;
}

.product-wrap .image img,
.product-wrap .image-old img,
.product-clean-main .product-img img,
.product-clean-mobile-swiper img,
.product-clean-image-card img,
.coa-preview img,
.cart-thumb img,
.about-hero-image img,
.page-content img,
.tinymce-format-p img,
.seo-img {
  border-radius: 18px !important;
}

.about-page-title,
.category-hero,
.testing-hero,
.contact-hero,
.page-title,
.cart-header,
.login-title,
.about-hero-grid,
.about-stats,
.support-contact-card,
.faq-section,
.related-products-section,
.coa-section,
.payment-success-shell,
.product-clean-overview,
.product-clean-image-card {
  border-radius: 28px !important;
  overflow: hidden;
}

.factory-hero .hero-metrics,
.factory-hero .hero-control-panel {
  border-radius: 18px !important;
  overflow: hidden !important;
}

.factory-hero .metric,
.factory-hero .control-row {
  border-radius: 0 !important;
}

@media (max-width: 991.98px) {
  header .factory-brand-copy-live {
    display: none;
  }
  header .header-pill,
  header .mobile-content,
  header .header-mobile .mobile-content {
    border: 1px solid rgba(16, 42, 58, 0.13) !important;
    border-radius: 12px !important;
    background: rgba(255, 253, 247, 0.94) !important;
    box-shadow: 0 14px 28px rgba(16, 42, 58, 0.08) !important;
  }
}
body.page-product .product-clean-image-card {
  border-color: rgba(73, 132, 133, 0.22) !important;
  background: radial-gradient(circle at 50% 34%, rgba(255, 253, 247, 0.94), transparent 43%), linear-gradient(145deg, #e7f0ee 0%, #f5f0df 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84), 0 18px 40px rgba(16, 44, 63, 0.08) !important;
}

body.page-product .product-clean-main {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

body.page-product .product-clean-main .product-img {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  justify-content: center;
  min-height: 390px;
  border: 1px solid rgba(73, 132, 133, 0.16);
  background: radial-gradient(circle at 50% 42%, #fffdf8 0%, #f8fbf9 42%, #dfe9e7 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

body.page-product .product-clean-mobile-swiper .swiper-slide {
  border: 1px solid rgba(73, 132, 133, 0.16);
  background: radial-gradient(circle at 50% 42%, #fffdf8 0%, #f8fbf9 42%, #dfe9e7 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

body.page-product .product-clean-main .product-img img,
body.page-product .product-clean-mobile-swiper img {
  width: auto !important;
  max-width: min(100%, 420px) !important;
  height: auto !important;
  max-height: 420px !important;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 16px 22px rgba(16, 44, 63, 0.18));
}

body.page-product .product-clean-options .variable-info > div.is-v-image {
  min-width: 112px !important;
  padding: 10px !important;
  border-radius: 16px !important;
}

body.page-product .product-clean-options .variable-info > div.is-v-image .image {
  display: flex;
  width: 58px;
  height: 58px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 14px !important;
  background: #f4f7f6;
}

body.page-product .product-clean-options .variable-info > div.is-v-image .image img {
  width: 100%;
  height: 100%;
  border-radius: 12px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

body.page-product .product-clean-coa-callout {
  display: grid;
  width: 100%;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  max-width: 650px;
  margin: 14px 0 22px;
  padding: 11px 13px;
  border: 1px solid rgba(73, 132, 133, 0.18);
  border-radius: 14px;
  background: rgba(73, 132, 133, 0.045);
  color: inherit;
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

body.page-product .product-clean-coa-callout:hover {
  border-color: rgba(167, 101, 53, 0.28);
  background: rgba(177, 135, 60, 0.08);
  color: inherit;
  transform: translateY(-1px);
}

body.page-product .product-clean-coa-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(73, 132, 133, 0.12);
  color: #498485;
  font-size: 1rem;
}

body.page-product .product-clean-coa-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

body.page-product .product-clean-coa-copy strong {
  color: #102a3a;
  font-size: 0.94rem;
}

body.page-product .product-clean-coa-copy small {
  color: #60706d;
  font-size: 0.78rem;
  line-height: 1.35;
}

body.page-product .product-clean-coa-button {
  display: inline-flex;
  min-height: 34px;
  padding: 0 11px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid rgba(73, 132, 133, 0.24);
  border-radius: 10px;
  background: #fffdf7;
  color: #102a3a;
  font-size: 0.74rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

body.page-product .product-clean-coa-button:hover {
  border-color: rgba(167, 101, 53, 0.34);
  background: rgba(177, 135, 60, 0.1);
  color: #a76535;
}

body.page-product #product-description .rich-text-editor-content,
body.page-product #product-description .rich-text-editor-content * {
  background-color: transparent !important;
  background-image: none !important;
}

body.page-product #product-description .rich-text-editor-content {
  color: #142231;
}

body.page-product #product-description .product-clean-copy {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 767.98px) {
  body.page-product .product-clean-main .product-img img,
  body.page-product .product-clean-mobile-swiper img {
    max-height: 330px !important;
  }
  body.page-product .product-clean-coa-callout {
    grid-template-columns: auto minmax(0, 1fr);
  }
  body.page-product .product-clean-coa-button {
    grid-column: 1/-1;
    width: 100%;
  }
}
footer.wbs-site-footer {
  position: relative;
  width: 100%;
  margin-top: 48px;
  color: #173044;
}

footer.wbs-site-footer .footer-shell {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(20, 91, 104, 0.18) !important;
  border-radius: 28px 28px 0 0 !important;
  background: #eaf3f2 !important;
  box-shadow: 0 -18px 44px rgba(15, 48, 68, 0.08) !important;
}

footer.wbs-site-footer .footer-shell::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #2f8e91 0%, #d2a53d 52%, #c86435 100%);
  content: "";
}

footer.wbs-site-footer .footer-shell > .container-fluid,
footer.wbs-site-footer .footer-bottom .container-fluid {
  width: 100%;
  max-width: 1536px !important;
  margin: 0 auto;
  padding-right: clamp(20px, 4vw, 64px);
  padding-left: clamp(20px, 4vw, 64px);
}

footer.wbs-site-footer .footer-signal-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding-top: 32px;
}

footer.wbs-site-footer .signal-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-areas: "code title" "code text";
  gap: 3px 12px;
  min-height: 86px;
  padding: 18px;
  border: 1px solid rgba(20, 91, 104, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
}

footer.wbs-site-footer .signal-code {
  grid-area: code;
  display: inline-flex;
  width: 48px;
  height: 36px;
  align-self: center;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: rgba(47, 142, 145, 0.12);
  color: #145b68;
  font-size: 0.72rem;
  font-weight: 900;
}

footer.wbs-site-footer .signal-item strong {
  grid-area: title;
  align-self: end;
  color: #102c3f;
  font-size: 0.94rem;
  line-height: 1.25;
}

footer.wbs-site-footer .signal-item small {
  grid-area: text;
  color: #627477;
  font-size: 0.78rem;
  line-height: 1.4;
}

footer.wbs-site-footer .footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(2, minmax(150px, 0.58fr)) minmax(270px, 0.95fr);
  gap: clamp(26px, 4vw, 56px);
  padding: 40px 0;
}

footer.wbs-site-footer .footer-brand-panel,
footer.wbs-site-footer .footer-contact-panel {
  padding: 24px;
  border: 1px solid rgba(20, 91, 104, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
}

footer.wbs-site-footer .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #102c3f;
  text-decoration: none;
}

footer.wbs-site-footer .footer-brand-logo {
  display: inline-flex;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(200, 100, 53, 0.26);
  border-radius: 17px;
  background: #fffaf0;
}

footer.wbs-site-footer .footer-brand-logo img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

footer.wbs-site-footer .footer-brand-logo-text {
  background: linear-gradient(135deg, #2f8e91, #c86435);
  color: #fff;
  font-weight: 900;
}

footer.wbs-site-footer .footer-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

footer.wbs-site-footer .footer-brand-copy strong {
  color: #102c3f;
  font-size: 1.2rem;
  line-height: 1;
}

footer.wbs-site-footer .footer-brand-copy small {
  color: #ad5b2f;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

footer.wbs-site-footer .footer-intro-text,
footer.wbs-site-footer .footer-intro-text p,
footer.wbs-site-footer .footer-contact-panel p {
  margin: 18px 0 0;
  color: #627477;
  font-size: 0.92rem;
  line-height: 1.7;
}

footer.wbs-site-footer .footer-intro-text > :first-child {
  margin-top: 18px;
}

footer.wbs-site-footer .footer-intro-text > :last-child {
  margin-bottom: 0;
}

footer.wbs-site-footer .footer-column {
  padding-top: 14px;
}

footer.wbs-site-footer h6 {
  margin: 0 0 18px;
  color: #145b68 !important;
  font-family: inherit;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

footer.wbs-site-footer .footer-column a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
  color: #173044;
  font-size: 0.92rem;
  text-decoration: none;
}

footer.wbs-site-footer .footer-column a:hover {
  color: #c86435;
}

footer.wbs-site-footer .footer-contact-panel ul {
  display: grid;
  gap: 11px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}

footer.wbs-site-footer .footer-contact-panel li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: #173044;
  font-size: 0.88rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

footer.wbs-site-footer .footer-contact-panel i {
  color: #c86435;
}

footer.wbs-site-footer .footer-bottom {
  display: block;
  min-height: 60px;
  border-radius: 0 !important;
  background: #102c3f !important;
  color: rgba(255, 255, 255, 0.78);
}

footer.wbs-site-footer .footer-bottom-inner {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.78rem;
}

footer.wbs-site-footer .footer-bottom-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 18px;
}

footer.wbs-site-footer .footer-bottom a {
  color: #fff;
  text-decoration: none;
}

footer.wbs-site-footer .footer-bottom a:hover {
  color: #8ed4d2;
}

footer.wbs-site-footer .footer-bottom-image img {
  max-height: 32px;
  width: auto;
}

@media (max-width: 1199.98px) {
  footer.wbs-site-footer .footer-signal-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  footer.wbs-site-footer .footer-main {
    grid-template-columns: minmax(280px, 1.15fr) minmax(150px, 0.65fr) minmax(150px, 0.65fr);
  }
  footer.wbs-site-footer .footer-contact-panel {
    grid-column: 1/-1;
  }
}
@media (max-width: 767.98px) {
  footer.wbs-site-footer {
    margin-top: 32px;
  }
  footer.wbs-site-footer .footer-shell {
    border-radius: 20px 20px 0 0;
  }
  footer.wbs-site-footer .footer-shell > .container-fluid,
  footer.wbs-site-footer .footer-bottom .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
  }
  footer.wbs-site-footer .footer-signal-row,
  footer.wbs-site-footer .footer-main {
    grid-template-columns: 1fr;
  }
  footer.wbs-site-footer .footer-signal-row {
    gap: 10px;
    padding-top: 24px;
  }
  footer.wbs-site-footer .signal-item {
    min-height: 78px;
    padding: 15px;
  }
  footer.wbs-site-footer .footer-main {
    gap: 14px;
    padding: 24px 0 28px;
  }
  footer.wbs-site-footer .footer-brand-panel,
  footer.wbs-site-footer .footer-contact-panel,
  footer.wbs-site-footer .footer-column {
    padding: 20px;
    border: 1px solid rgba(20, 91, 104, 0.14);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.72);
  }
  footer.wbs-site-footer .footer-column h6 {
    margin-bottom: 14px;
  }
  footer.wbs-site-footer .footer-bottom-inner {
    min-height: 0;
    padding: 18px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    line-height: 1.55;
  }
}
