@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.dropdown > .dropdown-menu {
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

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 .cart-product-sold-out {
  opacity: 0.62;
}

.page-cart .cart-product-sold-out .cart-thumb img,
.page-cart .cart-product-sold-out .cart-mb-thumb img {
  filter: grayscale(0.8);
}

.page-cart .cart-product-sold-out .quantity-wrap,
.page-cart .cart-product-sold-out .quantity-wrap-line {
  cursor: not-allowed;
}

.page-cart .cart-stock-badge {
  display: inline-flex;
  margin-top: 0.35rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: #6c757d;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.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;
  }
}
.page-usa-research-supply {
  background: #f4f6f5;
  color: #142537;
}

.page-usa-research-supply .usl-page,
.page-usa-research-supply .usl-page * {
  letter-spacing: 0;
}

.usl-page {
  overflow: hidden;
}

.usl-hero {
  position: relative;
  display: flex;
  min-height: 650px;
  align-items: stretch;
  overflow: hidden;
  background: #0d2a3b;
  color: #fff;
}

.usl-hero__media,
.usl-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.usl-hero__media {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 52%;
     object-position: center 52%;
}

.usl-hero__overlay {
  background: rgba(8, 31, 46, 0.78);
}

.usl-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 650px;
  padding-top: 82px;
  padding-bottom: 50px;
  grid-template-rows: 1fr auto;
}

.usl-hero__copy {
  max-width: 800px;
}

.usl-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #bd7547;
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}

.usl-kicker::before {
  width: 34px;
  height: 3px;
  background: #2f7779;
  content: "";
}

.usl-hero .usl-kicker,
.usl-contact .usl-kicker {
  color: #f0ba82;
}

.usl-hero .usl-kicker::before,
.usl-contact .usl-kicker::before {
  background: #59a6a5;
}

.usl-hero h1 {
  max-width: 820px;
  margin: 18px 0 20px;
  color: #fff;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 0.98;
}

.usl-hero__copy > p {
  max-width: 740px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  line-height: 1.7;
}

.usl-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.usl-hero__actions .btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 9px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 850;
}

.usl-hero__metrics {
  display: grid;
  max-width: 1040px;
  margin: 54px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.usl-hero__metrics > div {
  min-width: 0;
  padding: 17px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.usl-hero__metrics > div:first-child {
  padding-left: 0;
}

.usl-hero__metrics > div:last-child {
  border-right: 0;
}

.usl-hero__metrics dt {
  color: #fff;
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
}

.usl-hero__metrics dd {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.usl-section {
  padding: 84px 0;
}

.usl-section-heading {
  max-width: 860px;
}

.usl-section-heading h2,
.usl-kit-standard__copy h2,
.usl-contact h2 {
  margin: 15px 0 14px;
  color: #123f66;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.04;
}

.usl-section-heading p,
.usl-kit-standard__copy > p,
.usl-contact p {
  max-width: 800px;
  margin: 0;
  color: #66717a;
  font-size: 0.98rem;
  line-height: 1.75;
}

.usl-origin {
  background: #fff;
}

.usl-route-flow {
  display: grid;
  margin: 42px 0 0;
  padding: 0;
  border-top: 1px solid #cfdbda;
  border-bottom: 1px solid #cfdbda;
  list-style: none;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.usl-route-flow li {
  position: relative;
  min-width: 0;
  min-height: 250px;
  padding: 30px 22px 26px;
  border-right: 1px solid #cfdbda;
}

.usl-route-flow li:last-child {
  border-right: 0;
}

.usl-route-flow li > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border: 1px solid rgba(47, 119, 121, 0.24);
  border-radius: 8px;
  background: #eef5f4;
  color: #286d70;
  font-size: 1.1rem;
}

.usl-route-flow small,
.usl-route-flow strong {
  display: block;
}

.usl-route-flow small {
  color: #aa6439;
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
}

.usl-route-flow strong {
  margin-top: 8px;
  color: #142537;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.35;
}

.usl-route-flow p {
  margin: 10px 0 0;
  color: #6a747c;
  font-size: 0.8rem;
  line-height: 1.65;
}

.usl-kit-standard {
  border-top: 1px solid #e0dfd8;
  border-bottom: 1px solid #e0dfd8;
  background: #f8f5ee;
}

.usl-kit-standard__layout {
  display: grid;
  gap: 68px;
  align-items: center;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.usl-kit-diagram {
  overflow: hidden;
  border: 1px solid rgba(18, 63, 102, 0.22);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 46px rgba(9, 38, 58, 0.09);
}

.usl-kit-diagram__head,
.usl-kit-diagram__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.usl-kit-diagram__head {
  padding: 20px 24px;
  border-bottom: 1px solid #d6e0df;
  background: #123f66;
  color: #fff;
}

.usl-kit-diagram__head span,
.usl-kit-diagram__foot span {
  font-size: 0.67rem;
  font-weight: 900;
  text-transform: uppercase;
}

.usl-kit-diagram__head strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.usl-kit-photo {
  aspect-ratio: 3/2;
  margin: 0;
  overflow: hidden;
  background: #f1f3f2;
}

.usl-kit-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.usl-kit-diagram__foot {
  padding: 15px 24px;
  border-top: 1px solid #d6e0df;
  color: #6b747d;
}

.usl-kit-standard__copy {
  max-width: 680px;
}

.usl-kit-benefits {
  display: grid;
  gap: 12px;
  margin-top: 25px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.usl-kit-benefits span {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  color: #23394b;
  font-size: 0.82rem;
  font-weight: 850;
}

.usl-kit-benefits i {
  color: #2d7974;
}

.usl-warehouses {
  background: #eef3f2;
}

.usl-warehouses__heading {
  display: grid;
  gap: 42px;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
}

.usl-network-total {
  padding: 0 0 4px 26px;
  border-left: 3px solid #b66b3e;
}

.usl-network-total strong,
.usl-network-total span,
.usl-network-total small {
  display: block;
}

.usl-network-total strong {
  color: #123f66;
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1;
}

.usl-network-total span {
  margin-top: 8px;
  color: #344a5a;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.45;
}

.usl-network-total small {
  margin-top: 6px;
  color: #78818a;
  font-size: 0.7rem;
}

.usl-warehouse-grid {
  display: grid;
  gap: 16px;
  margin-top: 38px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.usl-warehouse-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d2dedd;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(9, 38, 58, 0.07);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.usl-warehouse-card:hover {
  border-color: rgba(47, 119, 121, 0.48);
  box-shadow: 0 18px 38px rgba(9, 38, 58, 0.12);
  transform: translateY(-3px);
}

.usl-warehouse-card:focus-within {
  border-color: #2f7779;
  box-shadow: 0 0 0 3px rgba(47, 119, 121, 0.16), 0 18px 38px rgba(9, 38, 58, 0.12);
}

.usl-warehouse-card__link {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 25px;
  color: inherit;
  text-decoration: none;
}

.usl-warehouse-card__link:focus {
  outline: 0;
}

.usl-warehouse-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.usl-warehouse-card__index {
  color: #aa6439;
  font-size: 0.69rem;
  font-weight: 900;
  text-transform: uppercase;
}

.usl-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #28756e;
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.usl-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2a8b78;
}

.usl-warehouse-card h3 {
  margin: 18px 0 10px;
  color: #152b3e;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
}

.usl-warehouse-card__description {
  min-height: 92px;
  margin: 0;
  color: #69747d;
  font-size: 0.82rem;
  line-height: 1.65;
}

.usl-warehouse-card dl {
  display: grid;
  margin: 24px -25px 0;
  border-top: 1px solid #dce4e3;
  border-bottom: 1px solid #dce4e3;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.usl-warehouse-card dl > div {
  min-width: 0;
  padding: 18px 25px;
}

.usl-warehouse-card dl > div + div {
  border-left: 1px solid #dce4e3;
}

.usl-warehouse-card dt {
  color: #123f66;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
}

.usl-warehouse-card dd {
  margin: 7px 0 0;
  color: #737d85;
  font-size: 0.65rem;
  font-weight: 850;
  line-height: 1.35;
  text-transform: uppercase;
}

.usl-warehouse-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 17px;
  color: #78828a;
  font-size: 0.65rem;
  font-weight: 800;
}

.usl-warehouse-card__meta {
  display: grid;
  gap: 3px;
}

.usl-warehouse-card__meta b {
  color: #78828a;
  font-size: inherit;
  font-weight: 900;
}

.usl-warehouse-card__meta time {
  white-space: nowrap;
}

.usl-warehouse-card__action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #246e70;
  font-size: 0.7rem;
  font-weight: 900;
  white-space: nowrap;
}

.usl-warehouse-card__action i {
  transition: transform 0.2s ease;
}

.usl-warehouse-card:hover .usl-warehouse-card__action i {
  transform: translateX(3px);
}

.usl-warehouse-card footer span {
  overflow-wrap: anywhere;
}

.usl-warehouse-empty {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
  padding: 24px;
  border: 1px solid #d2dedd;
  border-radius: 12px;
  background: #fff;
}

.usl-warehouse-empty i {
  color: #2f7779;
  font-size: 1.4rem;
}

.usl-warehouse-empty p {
  margin: 0;
  color: #66717a;
}

.usl-fulfillment {
  border-top: 1px solid #e0dfd8;
  border-bottom: 1px solid #e0dfd8;
  background: #f8f5ee;
}

.usl-fulfillment__heading {
  display: grid;
  gap: 50px;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 330px);
}

.usl-fulfillment__network {
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(47, 119, 121, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  color: #294454;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.45;
}

.usl-fulfillment__network i {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #e3efed;
  color: #2b7475;
  font-size: 1.05rem;
}

.usl-fulfillment__network strong {
  display: block;
  color: #123f66;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.usl-service-levels {
  display: grid;
  margin-top: 40px;
  border-top: 1px solid #cad7d4;
  border-bottom: 1px solid #cad7d4;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.usl-service-levels article {
  min-width: 0;
  padding: 27px 22px 29px;
  border-right: 1px solid #cad7d4;
}

.usl-service-levels article:first-child {
  padding-left: 0;
}

.usl-service-levels article:last-child {
  padding-right: 0;
  border-right: 0;
}

.usl-service-levels__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 26px;
  color: #a45f37;
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
}

.usl-service-levels__top i {
  color: #2f7779;
  font-size: 1.05rem;
}

.usl-service-levels article > strong {
  display: block;
  color: #123f66;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.15;
}

.usl-service-levels h3 {
  margin: 10px 0 0;
  color: #172f42;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.4;
}

.usl-service-levels p {
  margin: 10px 0 0;
  color: #69747d;
  font-size: 0.78rem;
  line-height: 1.65;
}

.usl-domestic-advantage {
  display: grid;
  align-items: stretch;
  margin-top: 32px;
  overflow: hidden;
  border-radius: 10px;
  background: #102c3c;
  color: #fff;
  grid-template-columns: minmax(250px, 1.15fr) repeat(3, minmax(0, 1fr));
}

.usl-domestic-advantage > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 13px;
  padding: 23px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.usl-domestic-advantage > div:first-child {
  border-left: 0;
}

.usl-domestic-advantage__title {
  display: block !important;
}

.usl-domestic-advantage__title > span {
  color: #efb57f;
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.usl-domestic-advantage__title h3 {
  margin: 7px 0 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.usl-domestic-advantage > div > i {
  flex: 0 0 auto;
  color: #79b9b5;
  font-size: 1.2rem;
}

.usl-domestic-advantage > div > span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.7rem;
  line-height: 1.5;
}

.usl-domestic-advantage > div > span strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
}

.usl-fulfillment__note {
  margin: 15px 0 0;
  color: #7a817f;
  font-size: 0.68rem;
  line-height: 1.55;
}

.usl-testing {
  background: #fff;
}

.usl-testing .documentation-shell {
  border-radius: 18px;
}

.usl-contact {
  background: #102c3c;
  color: #fff;
}

.usl-contact__layout {
  display: grid;
  gap: 60px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
}

.usl-contact h2 {
  max-width: 760px;
  color: #fff;
}

.usl-contact p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.68);
}

.usl-contact__actions {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.usl-contact__actions .btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 900;
}

.usl-contact__actions > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
}

.usl-compliance {
  padding: 30px 0;
  border-top: 1px solid #d6dedc;
  background: #eef3f2;
}

.usl-compliance .container {
  display: grid;
  gap: 16px;
  align-items: start;
  grid-template-columns: auto minmax(0, 1fr);
}

.usl-compliance > .container > i {
  color: #2c7472;
  font-size: 1.25rem;
}

.usl-compliance h2 {
  margin: 0 0 5px;
  color: #263a4a;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.usl-compliance p {
  max-width: 1040px;
  margin: 0;
  color: #6b757d;
  font-size: 0.73rem;
  line-height: 1.65;
}

@media (max-width: 1199.98px) {
  .usl-hero h1 {
    font-size: 3.8rem;
  }
  .usl-route-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .usl-route-flow li {
    border-bottom: 1px solid #cfdbda;
  }
  .usl-route-flow li:nth-child(3) {
    border-right: 0;
  }
  .usl-route-flow li:nth-child(n+4) {
    border-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .usl-hero,
  .usl-hero__content {
    min-height: 620px;
  }
  .usl-hero h1 {
    font-size: 3.2rem;
  }
  .usl-hero__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .usl-hero__metrics > div:nth-child(2) {
    border-right: 0;
  }
  .usl-hero__metrics > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .usl-hero__metrics > div:nth-child(3) {
    padding-left: 0;
  }
  .usl-section {
    padding: 68px 0;
  }
  .usl-kit-standard__layout,
  .usl-warehouses__heading,
  .usl-fulfillment__heading,
  .usl-contact__layout {
    grid-template-columns: 1fr;
  }
  .usl-kit-standard__layout {
    gap: 42px;
  }
  .usl-warehouse-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .usl-network-total {
    max-width: 420px;
  }
  .usl-fulfillment__network {
    max-width: 360px;
  }
  .usl-service-levels,
  .usl-domestic-advantage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .usl-service-levels article:nth-child(2) {
    padding-right: 0;
    border-right: 0;
  }
  .usl-service-levels article:nth-child(3) {
    padding-left: 0;
    border-top: 1px solid #cad7d4;
  }
  .usl-service-levels article:nth-child(4) {
    border-top: 1px solid #cad7d4;
  }
  .usl-domestic-advantage > div:nth-child(3) {
    border-left: 0;
  }
  .usl-domestic-advantage > div:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
}
@media (max-width: 767.98px) {
  .usl-hero,
  .usl-hero__content {
    min-height: 600px;
  }
  .usl-hero__content {
    padding-top: 62px;
    padding-bottom: 34px;
  }
  .usl-hero__media {
    -o-object-position: 56% center;
       object-position: 56% center;
  }
  .usl-hero h1 {
    margin-top: 15px;
    font-size: 2.7rem;
    line-height: 1.02;
  }
  .usl-hero__copy > p {
    font-size: 0.92rem;
    line-height: 1.65;
  }
  .usl-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .usl-hero__actions .btn {
    width: 100%;
    justify-content: center;
  }
  .usl-hero__metrics {
    margin-top: 36px;
  }
  .usl-hero__metrics > div {
    padding: 13px 12px;
  }
  .usl-hero__metrics dt {
    font-size: 1.35rem;
  }
  .usl-section {
    padding: 54px 0;
  }
  .usl-section-heading h2,
  .usl-kit-standard__copy h2,
  .usl-contact h2 {
    font-size: 2.15rem;
    line-height: 1.08;
  }
  .usl-route-flow {
    border-top: 0;
    grid-template-columns: 1fr;
  }
  .usl-route-flow li,
  .usl-route-flow li:nth-child(n) {
    min-height: auto;
    padding: 22px 12px 22px 68px;
    border-right: 0;
    border-bottom: 1px solid #cfdbda;
  }
  .usl-route-flow li > span {
    position: absolute;
    top: 22px;
    left: 10px;
    margin: 0;
  }
  .usl-kit-diagram {
    border-radius: 12px;
  }
  .usl-kit-diagram__head,
  .usl-kit-diagram__foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .usl-kit-benefits,
  .usl-warehouse-grid {
    grid-template-columns: 1fr;
  }
  .usl-warehouse-card__description {
    min-height: 0;
  }
  .usl-fulfillment__heading {
    gap: 28px;
  }
  .usl-service-levels,
  .usl-domestic-advantage {
    grid-template-columns: 1fr;
  }
  .usl-service-levels article,
  .usl-service-levels article:first-child,
  .usl-service-levels article:nth-child(n) {
    padding: 22px 12px;
    border-top: 1px solid #cad7d4;
    border-right: 0;
  }
  .usl-service-levels article:first-child {
    border-top: 0;
  }
  .usl-service-levels__top {
    margin-bottom: 17px;
  }
  .usl-domestic-advantage > div,
  .usl-domestic-advantage > div:nth-child(n) {
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }
  .usl-domestic-advantage > div:first-child {
    border-top: 0;
  }
  .usl-contact__layout {
    gap: 32px;
  }
}
@media (max-width: 420px) {
  .usl-hero h1 {
    font-size: 2.35rem;
  }
  .usl-hero__metrics dd {
    font-size: 0.61rem;
  }
  .usl-warehouse-card__link {
    padding: 21px;
  }
  .usl-warehouse-card dl {
    margin-right: -21px;
    margin-left: -21px;
  }
  .usl-warehouse-card dl > div {
    padding: 16px 21px;
  }
  .usl-warehouse-card dt {
    font-size: 1.45rem;
  }
}
.campaign-page {
  background: #f7f8f5 !important;
  color: #15283a;
  padding-top: 0 !important;
}

.campaign-page,
.campaign-page * {
  box-sizing: border-box;
}

.campaign-page h1,
.campaign-page h2,
.campaign-page h3,
.campaign-page p,
.campaign-page dl,
.campaign-page dd,
.campaign-page figure {
  margin-top: 0;
}

.campaign-page h1,
.campaign-page h2,
.campaign-page h3 {
  color: #102f4f;
}

.campaign-header {
  background: rgba(255, 253, 248, 0.97);
  border-bottom: 1px solid rgba(16, 47, 79, 0.14);
  box-shadow: 0 8px 24px rgba(11, 34, 56, 0.06);
  position: sticky;
  top: 0;
  z-index: 1040;
}

.campaign-header::after {
  background: linear-gradient(90deg, #2f7d7b, #b38b3f 52%, #ad6335);
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}

.campaign-header__bar {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(240px, 1fr) auto minmax(180px, 1fr);
  min-height: 88px;
}

.campaign-brand {
  align-items: center;
  color: inherit;
  display: inline-flex;
  gap: 12px;
  justify-self: start;
  text-decoration: none;
}

.campaign-brand:hover {
  color: inherit;
}

.campaign-brand__mark {
  align-items: center;
  background: #fffdf8;
  border: 1px solid rgba(173, 99, 53, 0.34);
  border-radius: 8px;
  display: inline-flex;
  flex: 0 0 58px;
  height: 58px;
  justify-content: center;
  overflow: hidden;
  padding: 4px;
  width: 58px;
}

.campaign-brand__mark img {
  border-radius: 6px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.campaign-brand__mark--text {
  background: #102f4f;
  color: #fff;
  font-weight: 800;
  padding: 0;
}

.campaign-brand__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.campaign-brand__copy strong {
  color: #15283a;
  font-size: 1rem;
  line-height: 1.2;
}

.campaign-brand__copy small {
  color: #ad6335;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.campaign-nav {
  align-items: center;
  display: flex;
}

.campaign-nav--desktop {
  gap: 6px;
  justify-content: center;
}

.campaign-nav a {
  border-bottom: 2px solid transparent;
  color: #15283a;
  font-size: 0.84rem;
  font-weight: 800;
  padding: 13px 15px 11px;
  text-decoration: none;
}

.campaign-nav a:hover,
.campaign-nav a.is-active {
  border-bottom-color: #2f7d7b;
  color: #2f7d7b;
}

.campaign-nav--mobile {
  display: none;
}

.campaign-header__cta,
.campaign-btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px !important;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.campaign-header__cta {
  background: #2f7d7b;
  color: #fff;
  justify-self: end;
}

.campaign-header__cta:hover,
.campaign-btn--primary:hover {
  background: #276967;
  color: #fff;
  transform: translateY(-1px);
}

.campaign-main {
  overflow: hidden;
}

.campaign-hero {
  align-items: stretch;
  display: flex;
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.campaign-hero__image {
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  width: 100%;
}

.campaign-hero__shade {
  background: rgba(11, 34, 56, 0.79);
  inset: 0;
  position: absolute;
}

.campaign-hero__content {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  padding-bottom: 72px;
  padding-top: 72px;
  position: relative;
  z-index: 1;
}

.campaign-hero__copy {
  max-width: 760px;
}

.campaign-kicker {
  align-items: center;
  color: #ad6335;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 900;
  gap: 10px;
  letter-spacing: 0.09em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.campaign-kicker::before {
  background: #2f7d7b;
  content: "";
  height: 2px;
  width: 32px;
}

.campaign-hero .campaign-kicker,
.campaign-network-hero .campaign-kicker {
  color: #efd7b4;
}

.campaign-hero .campaign-kicker::before,
.campaign-network-hero .campaign-kicker::before {
  background: #78b9b4;
}

.campaign-hero h1 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 4.25rem;
  line-height: 1.02;
  margin-bottom: 24px;
  max-width: 920px;
}

.campaign-hero__copy > p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 0;
  max-width: 720px;
}

.campaign-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.campaign-btn--primary {
  background: #2f7d7b;
  color: #fff;
}

.campaign-btn--ghost {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.campaign-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff;
}

.campaign-btn--outline {
  background: transparent;
  border-color: rgba(16, 47, 79, 0.28);
  color: #102f4f;
}

.campaign-btn--outline:hover {
  background: #102f4f;
  border-color: #102f4f;
  color: #fff;
}

.campaign-hero__metrics {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 0;
  overflow: hidden;
}

.campaign-hero__metrics div {
  background: rgba(8, 29, 47, 0.58);
  min-height: 132px;
  padding: 24px;
}

.campaign-hero__metrics div:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.campaign-hero__metrics div:nth-child(-n+2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.campaign-hero__metrics dt {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
}

.campaign-hero__metrics dd {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 8px 0 0;
}

.campaign-proofbar {
  background: #fffdf8;
  border-bottom: 1px solid #d6dfde;
}

.campaign-proofbar__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.campaign-proofbar__grid > div {
  align-items: center;
  border-right: 1px solid #d6dfde;
  display: flex;
  gap: 14px;
  min-height: 104px;
  padding: 20px 26px;
}

.campaign-proofbar__grid > div:first-child {
  border-left: 1px solid #d6dfde;
}

.campaign-proofbar i {
  align-items: center;
  background: rgba(47, 125, 123, 0.1);
  border-radius: 8px;
  color: #2f7d7b;
  display: inline-flex;
  flex: 0 0 40px;
  font-size: 1rem;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.campaign-proofbar span {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.campaign-proofbar strong {
  color: #15283a;
  font-size: 0.84rem;
  line-height: 1.3;
}

.campaign-proofbar small {
  color: #687781;
  font-size: 0.7rem;
  margin-top: 3px;
}

.campaign-section {
  padding: 104px 0;
}

.campaign-section--soft {
  background: #eef4f2;
  border-bottom: 1px solid #d6dfde;
  border-top: 1px solid #d6dfde;
}

.campaign-heading {
  margin-bottom: 44px;
  max-width: 850px;
}

.campaign-heading--split {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  max-width: none;
}

.campaign-heading h2,
.campaign-kit__copy h2,
.campaign-cta h2 {
  font-family: "Playfair Display", serif;
  font-size: 3.1rem;
  line-height: 1.08;
  margin-bottom: 0;
}

.campaign-heading > p,
.campaign-heading--split > p,
.campaign-kit__copy > p {
  color: #687781;
  font-size: 0.98rem;
  line-height: 1.75;
  margin-bottom: 0;
}

.campaign-heading:not(.campaign-heading--split) > p {
  margin-top: 18px;
  max-width: 760px;
}

.campaign-process {
  border: 1px solid #d6dfde;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.campaign-process li {
  background: #fffdf8;
  border-right: 1px solid #d6dfde;
  min-height: 280px;
  padding: 26px 24px;
  position: relative;
}

.campaign-process li:last-child {
  border-right: 0;
}

.campaign-process li > span {
  color: #ad6335;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.campaign-process li > i {
  align-items: center;
  background: rgba(47, 125, 123, 0.1);
  border-radius: 8px;
  color: #2f7d7b;
  display: flex;
  font-size: 1.15rem;
  height: 48px;
  justify-content: center;
  margin: 44px 0 24px;
  width: 48px;
}

.campaign-process strong {
  color: #15283a;
  display: block;
  font-size: 0.96rem;
  margin-bottom: 10px;
}

.campaign-process p {
  color: #687781;
  font-size: 0.78rem;
  line-height: 1.65;
  margin-bottom: 0;
}

.campaign-process--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.campaign-kit {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.96fr);
}

.campaign-kit__media {
  background: #fffdf8;
  border: 1px solid rgba(16, 47, 79, 0.17);
  border-radius: 8px;
  box-shadow: 0 20px 44px rgba(11, 34, 56, 0.09);
  overflow: hidden;
}

.campaign-kit__label {
  align-items: center;
  background: #102f4f;
  color: #fff;
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 16px 22px;
}

.campaign-kit__label span {
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.campaign-kit__label strong {
  font-size: 0.9rem;
}

.campaign-kit__media img {
  aspect-ratio: 1.55/1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.campaign-kit__media figcaption {
  color: #687781;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 14px 22px;
  text-transform: uppercase;
}

.campaign-kit__copy > p {
  margin: 22px 0 28px;
}

.campaign-checklist {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.campaign-checklist li {
  align-items: start;
  border-top: 1px solid rgba(16, 47, 79, 0.13);
  display: grid;
  gap: 14px;
  grid-template-columns: 30px minmax(0, 1fr);
  padding: 17px 0;
}

.campaign-checklist i {
  align-items: center;
  background: rgba(47, 125, 123, 0.1);
  border-radius: 8px;
  color: #2f7d7b;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.campaign-checklist span {
  color: #687781;
  font-size: 0.82rem;
  line-height: 1.55;
}

.campaign-checklist strong {
  color: #15283a;
  display: block;
  font-size: 0.9rem;
  margin-bottom: 3px;
}

.campaign-fit {
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.campaign-fit .campaign-heading {
  margin-bottom: 0;
}

.campaign-fit__grid,
.campaign-boundaries__grid,
.campaign-advantage__grid {
  border: 1px solid #d6dfde;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

.campaign-fit__grid article,
.campaign-boundaries__grid article,
.campaign-advantage__grid article {
  background: #fffdf8;
  min-height: 210px;
  padding: 28px;
}

.campaign-fit__grid article:nth-child(odd),
.campaign-boundaries__grid article:nth-child(odd),
.campaign-advantage__grid article:nth-child(odd) {
  border-right: 1px solid #d6dfde;
}

.campaign-fit__grid article:nth-child(-n+2),
.campaign-boundaries__grid article:nth-child(-n+2),
.campaign-advantage__grid article:nth-child(-n+2) {
  border-bottom: 1px solid #d6dfde;
}

.campaign-fit__grid article > i,
.campaign-boundaries__grid article > i,
.campaign-advantage__grid article > i {
  color: #2f7d7b;
  display: block;
  font-size: 1.25rem;
  margin-bottom: 28px;
}

.campaign-fit__grid strong,
.campaign-boundaries__grid strong,
.campaign-advantage__grid strong {
  color: #15283a;
  display: block;
  font-size: 0.96rem;
  margin-bottom: 9px;
}

.campaign-fit__grid p,
.campaign-boundaries__grid p,
.campaign-advantage__grid p {
  color: #687781;
  font-size: 0.8rem;
  line-height: 1.65;
  margin-bottom: 0;
}

.campaign-fit__restriction {
  background: #fff8ef !important;
}

.campaign-fit__restriction > i,
.campaign-boundaries__grid article:nth-child(3) > i {
  color: #ad6335 !important;
}

.campaign-cta {
  background: #0b2238;
  padding: 78px 0;
}

.campaign-cta__inner {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.campaign-cta h2 {
  color: #fff;
  max-width: 820px;
}

.campaign-cta p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 18px 0 0;
  max-width: 760px;
}

.campaign-cta .campaign-kicker {
  color: #efd7b4;
}

.campaign-cta .campaign-kicker::before {
  background: #78b9b4;
}

.campaign-network-hero {
  background: #0b2238;
  color: #fff;
  padding: 100px 0 90px;
}

.campaign-network-hero__grid,
.campaign-quality-hero__grid {
  align-items: center;
  display: grid;
  gap: 90px;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
}

.campaign-network-hero h1,
.campaign-quality-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  line-height: 1.04;
  margin-bottom: 24px;
}

.campaign-network-hero h1 {
  color: #fff;
}

.campaign-network-hero__grid > div:first-child > p,
.campaign-quality-hero__grid > div:first-child > p {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 0;
  max-width: 700px;
}

.campaign-network-hero__grid > div:first-child > p {
  color: rgba(255, 255, 255, 0.72);
}

.campaign-network-map {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  overflow: hidden;
  padding: 30px;
}

.campaign-network-map__origin {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 20px;
}

.campaign-network-map span {
  color: #efd7b4;
  display: block;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.campaign-network-map strong {
  color: #fff;
  display: block;
  font-size: 0.95rem;
  margin: 7px 0 4px;
}

.campaign-network-map small {
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.7rem;
}

.campaign-network-map__line {
  align-items: center;
  display: flex;
  height: 62px;
  justify-content: center;
  position: relative;
}

.campaign-network-map__line::before {
  background: rgba(120, 185, 180, 0.6);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}

.campaign-network-map__line i {
  background: #78b9b4;
  border-radius: 50%;
  height: 5px;
  margin: 0 6px;
  position: relative;
  width: 5px;
}

.campaign-network-map__destinations {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.campaign-network-map__destinations > div {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  min-width: 0;
  padding: 16px;
}

.campaign-network-map__destinations strong {
  overflow-wrap: anywhere;
}

.campaign-statband {
  background: #fffdf8;
  border-bottom: 1px solid #d6dfde;
}

.campaign-statband__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.campaign-statband__grid > div {
  border-right: 1px solid #d6dfde;
  min-height: 130px;
  padding: 28px 32px;
}

.campaign-statband__grid > div:first-child {
  border-left: 1px solid #d6dfde;
}

.campaign-statband strong {
  color: #102f4f;
  display: block;
  font-size: 2.2rem;
  line-height: 1.1;
}

.campaign-statband span {
  color: #687781;
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.4;
  margin-top: 8px;
  text-transform: uppercase;
}

.campaign-warehouses {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.campaign-warehouse {
  background: #fffdf8;
  border: 1px solid #d6dfde;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 480px;
  overflow: hidden;
  padding: 28px;
}

.campaign-warehouse__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.campaign-warehouse__head > span {
  color: #ad6335;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.campaign-warehouse__head em {
  align-items: center;
  color: #2f7d7b;
  display: inline-flex;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
  gap: 7px;
  text-transform: uppercase;
}

.campaign-warehouse__head em i {
  background: #2f7d7b;
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.campaign-warehouse h3 {
  font-family: inherit;
  font-size: 1.35rem;
  margin: 34px 0 12px;
}

.campaign-warehouse > p {
  color: #687781;
  font-size: 0.82rem;
  line-height: 1.7;
  margin-bottom: 28px;
  min-height: 84px;
}

.campaign-warehouse dl {
  border: 1px solid #d6dfde;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 0;
  overflow: hidden;
}

.campaign-warehouse dl div {
  min-height: 114px;
  padding: 22px;
}

.campaign-warehouse dl div:first-child {
  border-right: 1px solid #d6dfde;
}

.campaign-warehouse dt {
  color: #102f4f;
  font-size: 1.7rem;
  line-height: 1.1;
}

.campaign-warehouse dd {
  color: #687781;
  font-size: 0.64rem;
  font-weight: 800;
  margin: 7px 0 0;
  text-transform: uppercase;
}

.campaign-warehouse__foot {
  align-items: end;
  color: #687781;
  display: flex;
  font-size: 0.66rem;
  font-weight: 700;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 28px;
}

.campaign-warehouse__foot small {
  text-transform: uppercase;
}

.campaign-service-grid {
  border: 1px solid #d6dfde;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.campaign-service-grid article {
  background: #fffdf8;
  border-right: 1px solid #d6dfde;
  min-height: 360px;
  padding: 28px;
}

.campaign-service-grid article:last-child {
  border-right: 0;
}

.campaign-service-grid article > span {
  color: #ad6335;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.campaign-service-grid article > i {
  color: #2f7d7b;
  display: block;
  font-size: 1.35rem;
  margin: 50px 0 26px;
}

.campaign-service-grid h3 {
  font-family: inherit;
  font-size: 1rem;
  margin-bottom: 12px;
}

.campaign-service-grid strong {
  color: #ad6335;
  display: block;
  font-size: 0.86rem;
  line-height: 1.4;
  margin-bottom: 12px;
}

.campaign-service-grid p {
  color: #687781;
  font-size: 0.77rem;
  line-height: 1.65;
  margin-bottom: 0;
}

.campaign-advantage {
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
}

.campaign-advantage .campaign-heading {
  margin-bottom: 0;
}

.campaign-quality-hero {
  background: #eef4f2;
  border-bottom: 1px solid #d6dfde;
  padding: 100px 0 90px;
}

.campaign-quality-hero__grid > div:first-child > p {
  color: #687781;
}

.campaign-lab-card {
  background: #fffdf8;
  border: 1px solid rgba(16, 47, 79, 0.15);
  border-radius: 8px;
  box-shadow: 0 24px 54px rgba(11, 34, 56, 0.09);
  padding: 38px;
}

.campaign-lab-card > span {
  color: #ad6335;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.campaign-lab-card > strong {
  color: #102f4f;
  display: block;
  font-size: 2.5rem;
  letter-spacing: 0.03em;
  margin: 16px 0 20px;
}

.campaign-lab-card > p {
  color: #687781;
  font-size: 0.86rem;
  line-height: 1.7;
}

.campaign-lab-card > div {
  border-top: 1px solid #d6dfde;
  display: grid;
  gap: 10px;
  margin-top: 26px;
  padding-top: 20px;
}

.campaign-lab-card a {
  align-items: center;
  color: #102f4f;
  display: flex;
  font-size: 0.76rem;
  font-weight: 800;
  justify-content: space-between;
  text-decoration: none;
}

.campaign-lab-card a:hover {
  color: #2f7d7b;
}

.campaign-records {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.campaign-record {
  background: #fffdf8;
  border: 1px solid #d6dfde;
  border-radius: 8px;
  overflow: hidden;
}

.campaign-record__preview {
  aspect-ratio: 0.86/1;
  background: #fff;
  border-bottom: 1px solid #d6dfde;
  overflow: hidden;
  position: relative;
}

.campaign-record__preview img {
  filter: blur(8px) grayscale(0.35);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  opacity: 0.42;
  transform: scale(1.08);
  width: 100%;
}

.campaign-record__preview > div {
  background: rgba(255, 255, 255, 0.86);
  display: grid;
  gap: 8px;
  inset: 38% 10% 16%;
  padding: 14px;
  position: absolute;
}

.campaign-record__preview > div span {
  background: rgba(16, 47, 79, 0.75);
  height: 7px;
  width: 86%;
}

.campaign-record__preview > div span:nth-child(2) {
  width: 64%;
}

.campaign-record__preview > div span:nth-child(3) {
  width: 76%;
}

.campaign-record__preview em {
  background: #102f4f;
  bottom: 10px;
  color: #fff;
  font-size: 0.55rem;
  font-style: normal;
  font-weight: 800;
  left: 10px;
  padding: 5px 7px;
  position: absolute;
  text-transform: uppercase;
}

.campaign-record__meta {
  padding: 16px;
}

.campaign-record__meta span {
  color: #2f7d7b;
  display: block;
  font-size: 0.58rem;
  font-weight: 900;
  text-transform: uppercase;
}

.campaign-record__meta strong {
  color: #15283a;
  display: block;
  font-size: 0.82rem;
  margin: 7px 0 4px;
}

.campaign-record__meta small {
  color: #687781;
  font-size: 0.62rem;
}

.campaign-boundaries {
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
}

.campaign-boundaries .campaign-heading {
  margin-bottom: 0;
}

.campaign-empty {
  align-items: center;
  background: #fffdf8;
  border: 1px solid #d6dfde;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  justify-content: center;
  padding: 30px;
  text-align: center;
}

.campaign-empty i {
  color: #2f7d7b;
  font-size: 1.5rem;
  margin-bottom: 18px;
}

.campaign-empty strong {
  color: #15283a;
  font-size: 1rem;
}

.campaign-empty p {
  color: #687781;
  font-size: 0.82rem;
  margin: 8px 0 0;
}

.campaign-footer {
  background: #e6efed;
  border-top: 1px solid rgba(16, 47, 79, 0.13);
  padding: 54px 0 28px;
}

.campaign-footer__grid {
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(180px, 0.5fr));
}

.campaign-footer__grid > div {
  display: flex;
  flex-direction: column;
}

.campaign-footer__grid > div > strong {
  color: #102f4f;
  font-size: 1.1rem;
}

.campaign-footer__grid > div > p {
  color: #687781;
  font-size: 0.78rem;
  line-height: 1.7;
  margin: 12px 0 0;
  max-width: 520px;
}

.campaign-footer__grid > div > span {
  color: #2f7d7b;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.campaign-footer__grid a {
  color: #15283a;
  font-size: 0.76rem;
  margin-bottom: 9px;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.campaign-footer__grid a:hover {
  color: #ad6335;
}

.campaign-footer__notice {
  align-items: start;
  border-top: 1px solid rgba(16, 47, 79, 0.13);
  display: grid;
  gap: 14px;
  grid-template-columns: 32px minmax(0, 1fr);
  margin-top: 42px;
  padding-top: 24px;
}

.campaign-footer__notice i {
  align-items: center;
  background: rgba(47, 125, 123, 0.1);
  border-radius: 8px;
  color: #2f7d7b;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.campaign-footer__notice p {
  color: #687781;
  font-size: 0.7rem;
  line-height: 1.65;
  margin: 0;
}

.campaign-footer__notice strong {
  color: #15283a;
}

@media (max-width: 1199.98px) {
  .campaign-header__bar {
    gap: 18px;
    grid-template-columns: minmax(220px, 1fr) auto auto;
  }
  .campaign-nav a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .campaign-hero__content,
  .campaign-network-hero__grid,
  .campaign-quality-hero__grid {
    gap: 48px;
  }
  .campaign-hero h1,
  .campaign-network-hero h1,
  .campaign-quality-hero h1 {
    font-size: 3.4rem;
  }
  .campaign-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .campaign-process li {
    border-bottom: 1px solid #d6dfde;
  }
  .campaign-process li:nth-child(3) {
    border-right: 0;
  }
  .campaign-process li:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .campaign-process--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .campaign-process--four li:nth-child(2) {
    border-right: 0;
  }
  .campaign-process--four li:nth-child(3) {
    border-right: 1px solid #d6dfde;
  }
  .campaign-records {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .campaign-header__bar {
    grid-template-columns: 1fr auto;
    min-height: 76px;
  }
  .campaign-brand__mark {
    flex-basis: 48px;
    height: 48px;
    width: 48px;
  }
  .campaign-brand__copy strong {
    font-size: 0.9rem;
  }
  .campaign-brand__copy small {
    font-size: 0.6rem;
  }
  .campaign-nav--desktop {
    display: none;
  }
  .campaign-nav--mobile {
    border-top: 1px solid rgba(16, 47, 79, 0.11);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
  }
  .campaign-nav--mobile a {
    border-bottom-width: 3px;
    font-size: 0.7rem;
    padding: 12px 6px 10px;
    text-align: center;
  }
  .campaign-hero {
    min-height: 620px;
  }
  .campaign-hero__content {
    align-content: end;
    grid-template-columns: 1fr;
    padding-bottom: 46px;
    padding-top: 64px;
  }
  .campaign-hero__copy {
    max-width: 780px;
  }
  .campaign-hero__metrics {
    display: none;
  }
  .campaign-proofbar__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .campaign-proofbar__grid > div:nth-child(2) {
    border-right: 1px solid #d6dfde;
  }
  .campaign-proofbar__grid > div:nth-child(-n+2) {
    border-bottom: 1px solid #d6dfde;
  }
  .campaign-section {
    padding: 80px 0;
  }
  .campaign-heading--split,
  .campaign-kit,
  .campaign-fit,
  .campaign-advantage,
  .campaign-boundaries,
  .campaign-network-hero__grid,
  .campaign-quality-hero__grid {
    grid-template-columns: 1fr;
  }
  .campaign-heading--split,
  .campaign-kit,
  .campaign-fit,
  .campaign-advantage,
  .campaign-boundaries {
    gap: 36px;
  }
  .campaign-heading h2,
  .campaign-kit__copy h2,
  .campaign-cta h2 {
    font-size: 2.6rem;
  }
  .campaign-fit .campaign-heading,
  .campaign-advantage .campaign-heading,
  .campaign-boundaries .campaign-heading {
    margin-bottom: 0;
    max-width: 760px;
  }
  .campaign-network-hero,
  .campaign-quality-hero {
    padding: 80px 0;
  }
  .campaign-network-hero__grid,
  .campaign-quality-hero__grid {
    gap: 54px;
  }
  .campaign-statband__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .campaign-statband__grid > div:nth-child(2) {
    border-right: 1px solid #d6dfde;
  }
  .campaign-statband__grid > div:nth-child(-n+2) {
    border-bottom: 1px solid #d6dfde;
  }
  .campaign-statband__grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .campaign-statband__grid--three > div:nth-child(-n+2) {
    border-bottom: 0;
  }
  .campaign-warehouses {
    grid-template-columns: 1fr;
  }
  .campaign-warehouse {
    min-height: 400px;
  }
  .campaign-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .campaign-service-grid article:nth-child(2) {
    border-right: 0;
  }
  .campaign-service-grid article:nth-child(-n+2) {
    border-bottom: 1px solid #d6dfde;
  }
  .campaign-cta__inner {
    align-items: start;
    grid-template-columns: 1fr;
  }
  .campaign-footer__grid {
    gap: 34px;
    grid-template-columns: 1fr 1fr;
  }
  .campaign-footer__grid > div:first-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 767.98px) {
  .campaign-header__bar {
    min-height: 70px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .campaign-brand__copy {
    display: none;
  }
  .campaign-header__cta {
    min-height: 40px;
    padding: 8px 12px;
  }
  .campaign-hero {
    min-height: 540px;
  }
  .campaign-hero__image {
    -o-object-position: 58% center;
       object-position: 58% center;
  }
  .campaign-hero__shade {
    background: rgba(11, 34, 56, 0.82);
  }
  .campaign-hero__content {
    padding-bottom: 38px;
    padding-top: 46px;
  }
  .campaign-hero h1,
  .campaign-network-hero h1,
  .campaign-quality-hero h1 {
    font-size: 2.7rem;
    line-height: 1.04;
  }
  .campaign-hero__copy > p,
  .campaign-network-hero__grid > div:first-child > p,
  .campaign-quality-hero__grid > div:first-child > p {
    font-size: 0.88rem;
    line-height: 1.65;
  }
  .campaign-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .campaign-actions .campaign-btn {
    width: 100%;
  }
  .campaign-proofbar__grid > div {
    min-height: 88px;
    padding: 16px;
  }
  .campaign-proofbar i {
    flex-basis: 34px;
    height: 34px;
    width: 34px;
  }
  .campaign-proofbar strong {
    font-size: 0.75rem;
  }
  .campaign-proofbar small {
    font-size: 0.62rem;
  }
  .campaign-section {
    padding: 64px 0;
  }
  .campaign-heading {
    margin-bottom: 30px;
  }
  .campaign-heading h2,
  .campaign-kit__copy h2,
  .campaign-cta h2 {
    font-size: 2.25rem;
  }
  .campaign-heading > p,
  .campaign-heading--split > p,
  .campaign-kit__copy > p {
    font-size: 0.86rem;
    line-height: 1.65;
  }
  .campaign-process,
  .campaign-process--four {
    grid-template-columns: 1fr;
  }
  .campaign-process li,
  .campaign-process--four li {
    border-bottom: 1px solid #d6dfde !important;
    border-right: 0 !important;
    min-height: 0;
    padding: 22px;
  }
  .campaign-process li:last-child,
  .campaign-process--four li:last-child {
    border-bottom: 0 !important;
  }
  .campaign-process li > i {
    margin: 22px 0 18px;
  }
  .campaign-kit__label {
    padding: 14px 16px;
  }
  .campaign-kit__label strong {
    font-size: 0.78rem;
  }
  .campaign-fit__grid,
  .campaign-boundaries__grid,
  .campaign-advantage__grid {
    grid-template-columns: 1fr;
  }
  .campaign-fit__grid article,
  .campaign-boundaries__grid article,
  .campaign-advantage__grid article {
    border-bottom: 1px solid #d6dfde !important;
    border-right: 0 !important;
    min-height: 0;
    padding: 24px;
  }
  .campaign-fit__grid article:last-child,
  .campaign-boundaries__grid article:last-child,
  .campaign-advantage__grid article:last-child {
    border-bottom: 0 !important;
  }
  .campaign-fit__grid article > i,
  .campaign-boundaries__grid article > i,
  .campaign-advantage__grid article > i {
    margin-bottom: 18px;
  }
  .campaign-network-hero,
  .campaign-quality-hero {
    padding: 64px 0;
  }
  .campaign-network-map {
    padding: 20px;
  }
  .campaign-network-map__destinations {
    grid-template-columns: 1fr;
  }
  .campaign-statband__grid,
  .campaign-statband__grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .campaign-statband__grid > div,
  .campaign-statband__grid--three > div {
    border-bottom: 1px solid #d6dfde !important;
    min-height: 110px;
    padding: 22px 18px;
  }
  .campaign-statband__grid > div:nth-child(even),
  .campaign-statband__grid--three > div:nth-child(even) {
    border-right: 1px solid #d6dfde;
  }
  .campaign-statband__grid > div:last-child,
  .campaign-statband__grid--three > div:last-child {
    border-bottom: 0 !important;
  }
  .campaign-statband__grid--three > div:last-child {
    border-right: 1px solid #d6dfde;
    grid-column: 1/-1;
  }
  .campaign-statband strong {
    font-size: 1.8rem;
  }
  .campaign-warehouse {
    min-height: 0;
    padding: 22px;
  }
  .campaign-warehouse > p {
    min-height: 0;
  }
  .campaign-warehouse dl div {
    min-height: 100px;
    padding: 18px;
  }
  .campaign-service-grid {
    grid-template-columns: 1fr;
  }
  .campaign-service-grid article {
    border-bottom: 1px solid #d6dfde !important;
    border-right: 0 !important;
    min-height: 0;
    padding: 24px;
  }
  .campaign-service-grid article:last-child {
    border-bottom: 0 !important;
  }
  .campaign-service-grid article > i {
    margin: 26px 0 20px;
  }
  .campaign-lab-card {
    padding: 26px;
  }
  .campaign-records {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .campaign-cta {
    padding: 58px 0;
  }
  .campaign-cta__inner {
    gap: 30px;
  }
  .campaign-cta .campaign-btn {
    width: 100%;
  }
  .campaign-footer {
    padding-top: 40px;
  }
  .campaign-footer__grid {
    gap: 28px;
    grid-template-columns: 1fr;
  }
  .campaign-footer__grid > div:first-child {
    grid-column: auto;
  }
}
@media (max-width: 420px) {
  .campaign-header__cta {
    font-size: 0.75rem;
  }
  .campaign-nav--mobile a {
    font-size: 0.64rem;
  }
  .campaign-hero h1,
  .campaign-network-hero h1,
  .campaign-quality-hero h1 {
    font-size: 2.35rem;
  }
  .campaign-heading h2,
  .campaign-kit__copy h2,
  .campaign-cta h2 {
    font-size: 2rem;
  }
  .campaign-proofbar__grid {
    grid-template-columns: 1fr;
  }
  .campaign-proofbar__grid > div {
    border-bottom: 1px solid #d6dfde;
    border-right: 1px solid #d6dfde;
  }
  .campaign-proofbar__grid > div:last-child {
    border-bottom: 0;
  }
  .campaign-records {
    grid-template-columns: 1fr;
  }
  .campaign-record__preview {
    aspect-ratio: 1.25/1;
  }
}
/**
 * @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: block;
}

.faq-section .faq-category-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 20px;
  padding: 2px 2px 10px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
}

.faq-section .faq-category-tab {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid rgba(15, 61, 104, 0.18);
  border-radius: 10px;
  background: #f4f8f7;
  color: #31536a;
  font: inherit;
  font-size: 0.94rem;
  font-weight: 750;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.faq-section .faq-category-tab:hover {
  border-color: rgba(41, 122, 126, 0.52);
  color: #0f3d68;
}

.faq-section .faq-category-tab:focus-visible {
  outline: 3px solid rgba(211, 121, 54, 0.26);
  outline-offset: 2px;
}

.faq-section .faq-category-tab.is-active {
  border-color: #2d7779;
  background: #2d7779;
  color: #fff;
  box-shadow: 0 8px 18px rgba(15, 61, 104, 0.16);
}

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

.faq-section .faq-group[hidden] {
  display: none !important;
}

.faq-section .faq-category-header {
  padding: 0 4px 4px;
  text-align: center;
}

.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-category-tabs {
    justify-content: flex-start;
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .faq-section .faq-category-tab {
    min-height: 42px;
    padding: 9px 16px;
    font-size: 0.9rem;
  }
  .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 {
  background: #f7f8fb;
}

body.page-payment #nowpayments-checkout {
  margin-top: 0 !important;
}

body.page-payment .breadcrumb-wrap {
  margin-bottom: 0;
}

body.page-payment .payment-page {
  padding-bottom: 48px;
}

body.page-payment .payment-steps-row {
  margin-top: 24px;
  margin-bottom: 24px;
}

body.page-payment .order-wrap {
  overflow: hidden;
  border-color: rgba(10, 26, 59, 0.1) !important;
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(10, 26, 59, 0.05);
}

body.page-payment .order-wrap .main-body {
  padding: 22px 24px 24px;
}

body.page-payment .order-wrap .order-top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

body.page-payment .order-wrap .left {
  display: inline-flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(10, 26, 59, 0.06);
  color: #0a1a3b;
}

body.page-payment .order-wrap .right {
  flex: 1;
  min-width: 0;
}

body.page-payment .order-wrap .order-title {
  margin: 0 0 10px;
  color: #171a1f;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

body.page-payment .order-wrap .order-info {
  margin: 0 0 16px;
}

body.page-payment .order-wrap .order-info .table {
  margin: 0;
}

body.page-payment .order-wrap .order-info tbody,
body.page-payment .order-wrap .order-info tr {
  display: block;
}

body.page-payment .order-wrap .order-info tr {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
}

body.page-payment .order-wrap .order-info td {
  padding: 0;
  border: 0;
  color: #344054;
  line-height: 1.45;
}

@media (max-width: 768px) {
  body.page-payment .payment-page {
    padding-bottom: 32px;
  }
  body.page-payment .order-wrap {
    border-radius: 16px;
  }
  body.page-payment .order-wrap .main-body {
    padding: 16px;
  }
  body.page-payment .order-wrap .order-top {
    gap: 10px;
  }
  body.page-payment .order-wrap .left {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    border-radius: 9px;
  }
  body.page-payment .order-wrap .order-title {
    margin-bottom: 8px;
    font-size: 1.55rem;
  }
  body.page-payment .order-wrap .order-info {
    margin-bottom: 12px;
  }
  body.page-payment .order-wrap .order-info tr {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  body.page-payment .order-wrap .order-info td {
    font-size: 0.94rem;
  }
}
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;
  display: flex;
  flex-direction: column;
  padding: 14px;
  margin-bottom: 1.3rem;
  border: 1px solid #e5e5e5;
  min-height: 140px;
  border-radius: 10px;
  background: #fff;
  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;
    min-height: 0;
  }
  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-color: #102a3a;
  box-shadow: 0 0 0 1px rgba(16, 42, 58, 0.12);
  background: rgba(16, 42, 58, 0.025);
}

body.page-account-address .addresses-wrap .item .name-wrap, body.page-checkout .addresses-wrap .item .name-wrap {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.3rem 0.5rem;
  margin-bottom: 0.6rem;
  line-height: 1.25;
}

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: auto;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

body.page-account-address .addresses-wrap .item .address-bottom, body.page-checkout .addresses-wrap .item .address-bottom {
  min-height: 28px;
  margin-top: auto;
  padding-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

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;
  }
}
.order-reviews-page,
.home-order-reviews,
.product-order-reviews {
  --review-ink: #172334;
  --review-muted: #657386;
  --review-line: #dce4ed;
  --review-blue: #225fa6;
}

.order-reviews-hero {
  padding: clamp(48px, 7vw, 92px) 0;
  color: #fff;
  background: radial-gradient(circle at 85% 10%, rgba(79, 151, 225, 0.24), transparent 38%), #121d2a;
}

.order-reviews-hero h1 {
  max-width: 780px;
  margin: 12px 0 14px;
  color: #fff;
  font-size: clamp(36px, 5vw, 64px);
  letter-spacing: -0.04em;
}

.order-reviews-hero > .container > p {
  max-width: 720px;
  color: #c9d4df;
  font-size: 18px;
}

.order-reviews-hero small {
  display: block;
  margin-top: 18px;
  color: #9fb0c2;
}

.order-review-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
}

.order-review-summary-grid > div {
  padding: 22px;
  background: rgba(17, 29, 43, 0.82);
}

.order-review-summary-grid strong {
  display: block;
  color: #fff;
  font-size: 30px;
}

.order-review-summary-grid span {
  color: #b8c6d4;
  font-size: 13px;
}

.order-reviews-content {
  padding: 42px 0 80px;
  background: #f5f7fa;
}

.order-review-filters {
  margin-bottom: 28px;
  padding: 16px;
  border: 1px solid var(--review-line);
  border-radius: 12px;
  background: #fff;
}

.order-review-filters select {
  min-height: 42px;
  padding: 8px 30px 8px 10px;
  border: 1px solid var(--review-line);
  border-radius: 6px;
  background: #fff;
}

.order-review-warehouse-filter {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.order-review-warehouse-filter legend {
  margin: 0 0 9px;
  color: var(--review-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.order-review-warehouse-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.order-review-warehouse-list label {
  margin: 0;
  cursor: pointer;
}

.order-review-warehouse-list input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.order-review-warehouse-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid var(--review-line);
  border-radius: 999px;
  color: #526277;
  background: #f8fafc;
  font-size: 13px;
  font-weight: 650;
  transition: 0.16s ease;
}

.order-review-warehouse-list label:hover span {
  border-color: #a9bdd2;
  background: #f0f5f9;
}

.order-review-warehouse-list input:focus-visible + span {
  outline: 3px solid rgba(34, 95, 166, 0.22);
  outline-offset: 2px;
}

.order-review-warehouse-list input:checked + span {
  color: #fff;
  border-color: var(--review-blue);
  background: var(--review-blue);
  box-shadow: 0 5px 14px rgba(34, 95, 166, 0.2);
}

.order-review-filter-controls {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto auto auto;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #edf1f5;
}

.order-review-photo-filter {
  display: flex;
  gap: 7px;
  align-items: center;
  white-space: nowrap;
}

.order-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.order-review-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
  overflow: hidden;
  padding: 22px;
  border: 1px solid var(--review-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(29, 48, 69, 0.05);
}

.order-review-card h3 {
  margin: 18px 0 8px;
  color: var(--review-ink);
  font-size: 18px;
}

.order-review-card__top, .order-review-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.order-review-card__top {
  flex-wrap: wrap;
}

.order-review-card__reviewer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #edf1f5;
}

.order-review-card__person {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.order-review-card__avatar {
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: var(--review-ink);
  font-size: 12px;
  font-weight: 800;
}

.order-review-card__identity {
  display: grid;
  min-width: 0;
  line-height: 1.25;
}

.order-review-card__identity strong {
  overflow: hidden;
  color: var(--review-ink);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-review-card__identity small, .order-review-card__reviewer time {
  color: var(--review-muted);
  font-size: 11px;
}

.order-review-card__reviewer time {
  flex: 0 0 auto;
}

.order-review-stars {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #e5a41c;
}

.order-review-stars strong {
  margin-left: 5px;
  color: var(--review-ink);
  font-size: 14px;
}

.order-review-source {
  max-width: 100%;
  padding: 5px 8px;
  border-radius: 999px;
  color: #31506f;
  background: #edf3f8;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
}

.order-review-source--community {
  color: #6d4c18;
  background: #fff3d8;
}

.order-review-card__content {
  color: #3e4c5d;
  line-height: 1.7;
  white-space: pre-line;
}

.order-review-images {
  display: flex;
  gap: 8px;
  margin: 10px 0 14px;
  overflow-x: auto;
}

.order-review-images a {
  position: relative;
  flex: 0 0 104px;
  width: 104px;
  aspect-ratio: 4/3;
  overflow: hidden;
  border: 1px solid var(--review-line);
  border-radius: 8px;
  background: #eef2f5;
}

.order-review-images a::after {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: rgba(19, 33, 48, 0.72);
  font-family: bootstrap-icons;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  content: "\f52a";
}

.order-review-images img {
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease;
  -o-object-fit: cover;
     object-fit: cover;
}

.order-review-images a:hover img {
  transform: scale(1.04);
}

.order-review-facts {
  display: grid;
  gap: 8px;
  margin: 18px 0 14px;
  padding: 14px 0;
  border-top: 1px solid #edf1f5;
  border-bottom: 1px solid #edf1f5;
}

.order-review-facts > div {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 8px;
  color: var(--review-muted);
  font-size: 13px;
}

.order-review-facts dt, .order-review-facts dd {
  margin: 0;
}

.order-review-verified {
  margin-bottom: 14px;
  color: #247058;
  font-size: 12px;
  font-weight: 700;
}

.order-review-verified i {
  margin-right: 6px;
}

.order-review-reply {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-left: 3px solid var(--review-blue);
  background: #f3f7fb;
}

.order-review-reply strong {
  font-size: 12px;
  color: var(--review-blue);
}

.order-review-reply p {
  margin: 4px 0 0;
  color: #46576a;
  font-size: 13px;
}

.order-review-card__footer {
  padding-top: 12px;
  color: var(--review-muted);
  font-size: 12px;
}

.order-review-card__footer form {
  margin: 0;
}

.order-review-like {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 48px;
  padding: 6px 9px;
  border: 1px solid var(--review-line);
  border-radius: 999px;
  color: #536477;
  background: #fff;
  text-decoration: none;
}

.order-review-like:hover, .order-review-like.is-liked {
  color: var(--review-blue);
  border-color: #8fb3da;
  background: #eff6fd;
}

.order-review-like:disabled {
  cursor: wait;
  opacity: 0.65;
}

.has-order-review-lightbox {
  overflow: hidden;
}

.order-review-lightbox {
  position: fixed;
  z-index: 10050;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(7, 15, 24, 0.88);
  backdrop-filter: blur(5px);
}

.order-review-lightbox[hidden] {
  display: none;
}

.order-review-lightbox__image {
  display: block;
  max-width: min(1100px, 94vw);
  max-height: 88vh;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  -o-object-fit: contain;
     object-fit: contain;
}

.order-review-lightbox__close {
  position: fixed;
  z-index: 1;
  top: 22px;
  right: 22px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: #fff;
  background: rgba(10, 20, 30, 0.7);
  font-size: 18px;
}

.order-reviews-empty {
  padding: 28px;
  border: 1px dashed #cdd7e1;
  border-radius: 10px;
  color: var(--review-muted);
  text-align: center;
  background: #fff;
}

.order-review-card--preview .order-review-card__content {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.order-review-card--preview .order-review-images a:nth-child(n+4) {
  display: none;
}

.order-review-grid--index {
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.order-review-card--default {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: repeat(8, auto);
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 0;
  padding: 18px 20px;
}

.order-review-card--default .order-review-card__reviewer {
  grid-column: 1/-1;
  grid-row: 1;
}

.order-review-card--default .order-review-card__top {
  grid-column: 1/-1;
  grid-row: 2;
  margin-top: 12px;
}

.order-review-card--default h3 {
  grid-column: 1/-1;
  grid-row: 3;
  margin: 12px 0 5px;
  font-size: 18px;
}

.order-review-card--default .order-review-card__content {
  grid-column: 1/-1;
  grid-row: 4;
  margin: 0;
}

.order-review-card--default .order-review-images {
  grid-column: 1/-1;
  grid-row: 5;
}

.order-review-card--default .order-review-facts {
  display: flex;
  grid-column: 1/-1;
  grid-row: 6;
  flex-wrap: wrap;
  gap: 7px;
  margin: 13px 0;
  padding: 0;
  border: 0;
}

.order-review-card--default .order-review-facts > div {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border: 1px solid #e5ebf1;
  border-radius: 999px;
  background: #f5f8fa;
  font-size: 11px;
}

.order-review-card--default .order-review-reply {
  grid-column: 1/-1;
  grid-row: 7;
  margin: 0 0 13px;
}

.order-review-card--default .order-review-verified {
  display: inline-flex;
  grid-column: 1;
  grid-row: 8;
  align-items: center;
  justify-self: start;
  margin: 0;
  padding: 7px 10px;
  border-radius: 999px;
  background: #edf7f3;
}

.order-review-card--default .order-review-card__footer {
  grid-column: 2;
  grid-row: 8;
  align-self: center;
  padding: 0;
}

.home-order-reviews {
  padding: clamp(52px, 7vw, 88px) 0;
  background: #edf2f7;
}

.home-order-reviews__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.home-order-reviews__score {
  min-width: 180px;
  padding-left: 24px;
  border-left: 1px solid #cbd7e2;
}

.home-order-reviews__score strong {
  display: block;
  color: var(--review-blue);
  font-size: 42px;
  line-height: 1;
}

.home-order-reviews__score span {
  color: var(--review-muted);
  font-size: 12px;
}

.home-order-reviews__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
}

.home-order-reviews__actions > a:not(.btn) {
  color: #456079;
  font-size: 13px;
}

.product-order-reviews {
  margin: clamp(38px, 6vw, 74px) 0;
}

.product-order-reviews__shell {
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid #dce4ed;
  border-radius: 16px;
  background: #f4f7fa;
}

.product-order-reviews__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 26px;
}

.product-order-reviews__heading h2 {
  margin: 8px 0;
  color: var(--review-ink);
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -0.025em;
}

.product-order-reviews__heading p {
  max-width: 720px;
  margin: 0;
  color: var(--review-muted);
}

.product-order-reviews__summary {
  flex: 0 0 190px;
  padding-left: 24px;
  border-left: 1px solid #cbd7e2;
}

.product-order-reviews__summary strong, .product-order-reviews__summary span {
  display: block;
}

.product-order-reviews__summary strong {
  color: var(--review-blue);
  font-size: 40px;
  line-height: 1;
}

.product-order-reviews__summary span {
  margin-top: 6px;
  color: var(--review-muted);
  font-size: 12px;
}

.product-order-reviews__actions {
  margin-top: 24px;
}

.page-account-reviews .order-review-target {
  padding: 16px;
  border: 1px solid #dce4ed;
  border-radius: 8px;
  background: #f7f9fb;
}

.page-account-reviews .order-review-target {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.page-account-reviews .order-review-target span, .page-account-reviews .order-review-target strong {
  display: block;
}

.page-account-reviews .order-review-target span {
  color: #718096;
  font-size: 12px;
}

.page-account-reviews .order-review-order-items {
  display: grid;
  gap: 10px;
}

.page-account-reviews .order-review-order-items > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.page-account-reviews .order-review-order-items img {
  width: 54px;
  height: 54px;
  border: 1px solid #e1e7ed;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1199px) {
  .order-review-filter-controls {
    grid-template-columns: minmax(160px, 1fr) auto auto auto;
  }
}
@media (max-width: 991px) {
  .order-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .order-review-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .order-review-grid {
    grid-template-columns: 1fr;
  }
  .order-review-filters {
    padding: 12px;
  }
  .order-review-warehouse-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }
  .order-review-warehouse-list span {
    width: 100%;
    min-height: 36px;
    justify-content: center;
    padding: 7px 9px;
    font-size: 12px;
    text-align: center;
  }
  .order-review-filter-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
  }
  .order-review-filter-controls select, .order-review-photo-filter {
    grid-column: 1/-1;
    min-width: 0;
    width: 100%;
  }
  .order-review-filter-controls .btn {
    width: 100%;
  }
  .home-order-reviews__heading {
    display: block;
  }
  .home-order-reviews__score {
    margin-top: 20px;
    padding: 0;
    border: 0;
  }
  .home-order-reviews__actions {
    flex-wrap: wrap;
  }
  .order-review-card {
    padding: 18px;
  }
  .order-review-card--default {
    display: grid;
    padding: 15px;
  }
  .order-review-card--default .order-review-card__reviewer {
    padding-bottom: 11px;
  }
  .order-review-card--default .order-review-card__top {
    margin-top: 10px;
  }
  .order-review-card--default h3 {
    margin: 11px 0 4px;
    font-size: 17px;
  }
  .order-review-card--default .order-review-card__content {
    font-size: 13px;
    line-height: 1.58;
  }
  .order-review-card--default .order-review-images a {
    flex-basis: 92px;
    width: 92px;
  }
  .order-review-card--default .order-review-facts {
    margin: 11px 0;
  }
  .order-review-card--default .order-review-verified {
    padding: 6px 8px;
    font-size: 11px;
  }
  .order-reviews-hero h1 {
    color: #fff;
    line-height: 1.08;
  }
  .product-order-reviews__shell {
    padding: 20px 16px;
    border-radius: 12px;
  }
  .product-order-reviews__heading {
    display: block;
  }
  .product-order-reviews__summary {
    margin-top: 18px;
    padding: 0;
    border: 0;
  }
  .page-account-reviews .order-review-target {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .order-review-lightbox {
    padding: 14px;
  }
  .order-review-lightbox__image {
    max-width: 96vw;
    max-height: 82vh;
  }
  .order-review-lightbox__close {
    top: 12px;
    right: 12px;
  }
}
/**
 * @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,
.warehouse-supply-preview,
.quality-system,
.community-groups,
.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: 18px;
}

.warehouse-product-preview .factory-section-lead {
  max-width: 760px;
  margin-top: 12px;
}

.warehouse-supply-preview .catalog-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.warehouse-supply-preview .factory-section-lead {
  max-width: 760px;
  margin-top: 12px;
}

.catalog-toolbar__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
}

.warehouse-preview-count {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #d8ded8;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  color: #24485a;
  font-size: 0.78rem;
  font-weight: 900;
  white-space: nowrap;
}

.warehouse-routing-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  margin-bottom: 32px;
  border: 1px solid #d8ded8;
  border-radius: 18px;
  background: #d8ded8;
}

.warehouse-routing-strip--regions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 0;
}

.warehouse-routing-link {
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 142px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.92);
  color: #142231;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.warehouse-routing-link__top {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.warehouse-routing-link__top b {
  color: inherit;
  font-size: inherit;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.warehouse-routing-link__top i {
  color: #a76535;
  font-size: 0.9rem;
}

.warehouse-routing-link span {
  color: #24485a;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.warehouse-routing-link strong {
  color: #142231;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
}

.warehouse-routing-link em {
  color: #a76535;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}

.warehouse-routing-link:hover {
  background: #fff;
  color: #102a3a;
}

.warehouse-routing-link:hover strong {
  color: #102a3a;
}

.warehouse-routing-link--region {
  min-height: 250px;
  gap: 8px;
  padding: 24px;
}

.warehouse-routing-link--region > em {
  margin-bottom: 10px;
}

.warehouse-routing-tags {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.warehouse-routing-tags li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 7px 9px;
  border: 1px solid rgba(73, 132, 133, 0.2);
  border-radius: 8px;
  background: rgba(73, 132, 133, 0.07);
}

.warehouse-routing-tags i {
  flex: 0 0 auto;
  color: #498485;
  font-size: 0.78rem;
}

.warehouse-routing-tags span {
  color: #142231 !important;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
}

.warehouse-preview-empty {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 92px;
  padding: 20px;
  border: 1px solid #d8ded8;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  color: #60706d;
}

.warehouse-preview-empty i {
  color: #24485a;
  font-size: 1.25rem;
}

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

.community-groups-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
  overflow: hidden;
  border: 1px solid rgba(16, 42, 58, 0.2);
  border-radius: 18px;
  background: radial-gradient(circle at 8% 20%, rgba(73, 132, 133, 0.2), transparent 34%), linear-gradient(135deg, #071824 0%, #24485a 64%, #1f3f49 100%);
  box-shadow: 0 20px 44px rgba(7, 24, 36, 0.16);
}

.community-groups-copy,
.community-groups-action {
  padding: 42px;
}

.community-groups-copy .factory-kicker {
  color: rgba(255, 255, 255, 0.76);
}

.community-groups-copy .factory-kicker::before {
  background: #a76535;
}

.community-groups-copy .factory-section-title {
  max-width: 780px;
  margin-bottom: 14px;
  color: #fff;
}

.community-groups-copy .factory-section-lead {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.74);
}

.community-groups-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.community-groups-points span {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.45;
}

.community-groups-points i {
  flex: 0 0 auto;
  margin-top: 1px;
  color: #eee7cd;
  font-size: 0.95rem;
}

.community-groups-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
}

.community-group-list {
  display: grid;
  gap: 12px;
}

.community-group-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.community-group-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}

.community-group-card--whatsapp .community-group-icon {
  background: #1f9d63;
}

.community-group-card--telegram .community-group-icon {
  background: #238fc4;
}

.community-group-card--discord .community-group-icon {
  background: #5865f2;
}

.community-group-icon i {
  font-size: 1.4rem;
}

.community-group-name {
  min-width: 0;
}

.community-group-name small,
.community-group-name strong {
  display: block;
}

.community-group-name small {
  margin-bottom: 4px;
  color: #eee7cd;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.community-group-name strong {
  color: #fff;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.25;
}

.community-group-card > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 88px;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  background: #fff;
  color: #071824;
  font-size: 0.85rem;
  font-weight: 900;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.community-group-card > a:hover {
  transform: translateY(-2px);
  background: #498485;
  color: #fff;
}

.community-groups-privacy {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  line-height: 1.55;
}

.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,
  .warehouse-routing-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .warehouse-routing-strip--regions {
    grid-template-columns: repeat(3, 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,
  .community-groups-shell,
  .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,
  .warehouse-routing-strip,
  .quality-grid {
    grid-template-columns: 1fr;
  }
  .warehouse-product-preview .catalog-toolbar,
  .warehouse-supply-preview .catalog-toolbar,
  .warehouse-product-section__header {
    align-items: flex-start;
    flex-direction: column;
  }
  .catalog-toolbar__actions {
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
  }
  .warehouse-routing-strip--regions {
    grid-template-columns: 1fr;
  }
  .community-groups-action {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }
}
@media (max-width: 575.98px) {
  .community-groups-copy,
  .community-groups-action {
    padding: 28px 22px;
  }
  .community-groups-copy .factory-section-title {
    font-size: 2rem;
  }
  .community-groups-points {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
    padding-top: 20px;
  }
  .community-group-card {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 11px;
    padding: 12px;
  }
  .community-group-icon {
    width: 44px;
    height: 44px;
  }
  .community-group-name small {
    font-size: 0.6rem;
  }
  .community-group-name strong {
    font-size: 1rem;
  }
  .community-group-card > a {
    min-width: 48px;
    padding: 9px;
  }
  .community-group-card > a span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .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;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 22px;
}

.product-clean-add,
.product-clean-wishlist {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 48px;
  box-sizing: border-box;
  border-radius: 5px !important;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-indent: 0;
  text-transform: uppercase;
  -webkit-text-fill-color: currentColor;
}

.product-clean-action-label {
  display: inline-block;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  -webkit-text-fill-color: currentColor;
}

.product-clean-action-label--cart::before {
  content: "ADD TO CART" !important;
}

.product-clean-action-label--wishlist::before {
  content: "ADD TO WISHLIST" !important;
}

.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 {
    width: 100%;
    max-width: 100vw;
    min-width: 0;
    padding-right: 12px;
    padding-left: 12px;
    overflow-x: hidden;
  }
  .product-clean-hero {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr);
    padding: 26px 0 28px;
    overflow: hidden;
  }
  .product-clean-media,
  .product-clean-image-card,
  .product-clean-mobile-swiper,
  .product-clean-summary {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .product-clean-mobile-swiper {
    overflow: hidden;
  }
  .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;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .product-clean-actions {
    grid-template-columns: 1fr;
  }
  .product-clean-summary,
  .product-clean-summary .product-mb-block,
  .product-clean-intro,
  .product-clean-options,
  .product-clean-options .variable-group,
  .product-clean-options .variable-info,
  .product-btns,
  .product-clean-actions {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }
  .product-clean-intro {
    overflow: hidden;
  }
  .product-clean-intro p {
    overflow-wrap: anywhere;
  }
  .product-clean-options .variable-info {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .product-clean-options .variable-info > div,
  .product-clean-options .variable-info > div.is-v-image {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
  }
  .product-clean-add,
  .product-clean-wishlist {
    display: inline-flex !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    align-items: center;
    justify-content: center;
    font-size: 0.86rem !important;
    line-height: 1.2 !important;
    text-indent: 0 !important;
    white-space: normal;
    -webkit-text-fill-color: currentColor !important;
  }
  .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;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body.page-product .product-clean-options .variable-info {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
.public-documentation {
  background: #fff;
}

.documentation-shell {
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid #d8ded8;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(8, 34, 58, 0.08);
}

.documentation-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
}

.documentation-intro {
  align-self: center;
}

.documentation-intro .factory-section-title {
  max-width: 700px;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.documentation-intro .factory-section-lead {
  max-width: 720px;
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.7;
}

.janoshik-assurance {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 22px 24px;
  border: 1px solid rgba(73, 132, 133, 0.22);
  border-radius: 12px;
  background: rgba(73, 132, 133, 0.065);
}

.janoshik-assurance__brand {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.janoshik-assurance__brand span {
  color: #24485a;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.janoshik-assurance__brand strong {
  color: #1f8b55;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.janoshik-assurance p {
  margin: 0;
  color: #60706d;
  font-size: 0.82rem;
  line-height: 1.65;
}

.janoshik-assurance__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.janoshik-assurance__links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #102a3a;
  font-size: 0.76rem;
  font-weight: 850;
  text-decoration: none;
}

.documentation-records-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin: 30px 0 14px;
  padding-top: 24px;
  border-top: 1px solid #d8ded8;
}

.documentation-records-heading span {
  display: block;
  margin-bottom: 4px;
  color: #a76535;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.documentation-records-heading h3 {
  margin: 0;
  color: #142231;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 850;
  letter-spacing: 0;
}

.documentation-records-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #24485a;
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.documentation-records-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.documentation-record {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d8ded8;
  border-radius: 12px;
  background: #fff;
  color: #142231;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(8, 34, 58, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.documentation-record:hover {
  border-color: rgba(73, 132, 133, 0.38);
  color: #142231;
  box-shadow: 0 14px 30px rgba(8, 34, 58, 0.1);
  transform: translateY(-2px);
}

.documentation-record__preview {
  position: relative;
  height: 154px;
  overflow: hidden;
  border-bottom: 1px solid #d8ded8;
  background: #f7faf9;
}

.documentation-record__preview > img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 58px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.documentation-record__masked {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  gap: 7px 9px;
  min-height: 62px;
  padding: 10px;
  border: 1px solid rgba(73, 132, 133, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
}

.documentation-record__masked span {
  height: 7px;
  border-radius: 2px;
  background: #e5eceb;
}

.documentation-record__masked span:nth-child(3) {
  width: 76%;
}

.documentation-record__masked i {
  height: 7px;
  border-radius: 2px;
  background: #071824;
}

.documentation-record__preview em {
  position: absolute;
  right: 16px;
  bottom: 8px;
  z-index: 1;
  color: #498485;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.documentation-record__meta {
  display: grid;
  gap: 2px;
  padding: 13px 14px 15px;
}

.documentation-record__meta span {
  color: #60706d;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.documentation-record__meta strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #142231;
  font-size: 0.92rem;
  font-weight: 900;
}

.documentation-record__meta small {
  color: #60706d;
  font-size: 0.68rem;
}

.documentation-records-empty {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border: 1px dashed rgba(16, 42, 58, 0.24);
  border-radius: 12px;
  color: #60706d;
}

.documentation-records-empty i {
  color: #498485;
  font-size: 1.4rem;
}

.documentation-records-empty strong {
  display: block;
  color: #142231;
}

.documentation-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(167, 101, 53, 0.18);
  border-radius: 12px;
  background: rgba(177, 135, 60, 0.055);
}

.documentation-note > i {
  color: #a76535;
  font-size: 1rem;
}

.documentation-note p {
  margin: 0;
  color: #60706d;
  font-size: 0.74rem;
  line-height: 1.5;
}

.documentation-note .btn {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  font-size: 0.72rem;
  white-space: nowrap;
}

body.page-warehouse-locations {
  background: #f3f5f2;
}

.warehouse-locations-page {
  color: #142231;
}

.warehouse-locations-hero {
  padding: clamp(56px, 8vw, 104px) 0 0;
  background: #071824;
  color: #fff;
}

.warehouse-locations-hero .container {
  display: grid;
}

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

.warehouse-locations-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.5rem, 6vw, 5.4rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.warehouse-locations-hero > .container > p {
  max-width: 760px;
  margin: 22px 0 34px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
  line-height: 1.75;
}

.warehouse-status-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  margin-top: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: rgba(255, 255, 255, 0.1);
}

.warehouse-status-strip > div {
  min-height: 112px;
  padding: 22px 24px;
  background: rgba(7, 24, 36, 0.82);
}

.warehouse-status-strip > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.warehouse-status-strip strong,
.warehouse-status-strip span {
  display: block;
}

.warehouse-status-strip strong {
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.5rem);
  font-weight: 900;
  line-height: 1.1;
}

.warehouse-status-strip span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.warehouse-locations-section {
  padding: 72px 0;
}

.warehouse-map-section,
.warehouse-coverage-section {
  background: #fff;
}

.warehouse-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.warehouse-section-heading .factory-kicker {
  margin-bottom: 10px;
}

.warehouse-section-heading h2 {
  max-width: 820px;
  margin: 0;
  color: #142231;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.08;
}

.warehouse-map-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
  padding-bottom: 4px;
  color: #60706d;
  font-size: 0.78rem;
  font-weight: 700;
}

.warehouse-map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.warehouse-map-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.warehouse-map-dot--active {
  background: #498485;
  box-shadow: 0 0 0 3px rgba(73, 132, 133, 0.16);
}

.warehouse-map-dot--planned {
  border: 2px solid #a76535;
  background: transparent;
}

.warehouse-network-map {
  overflow: hidden;
  margin: 0;
  border: 1px solid #d8ded8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(8, 34, 58, 0.08);
}

.warehouse-network-map img {
  display: block;
  width: 100%;
  aspect-ratio: 1672/941;
  -o-object-fit: cover;
     object-fit: cover;
}

.warehouse-network-map figcaption {
  padding: 13px 16px;
  border-top: 1px solid #d8ded8;
  color: #60706d;
  font-size: 0.76rem;
  line-height: 1.5;
}

.warehouse-location-directory {
  background: #f3f5f2;
}

.warehouse-location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.warehouse-location-entry {
  min-height: 180px;
  padding: 24px;
  border: 1px solid #d8ded8;
  border-radius: 8px;
  background: #fff;
}

.warehouse-location-entry--planned {
  grid-column: 1/-1;
  min-height: 0;
  border-color: rgba(167, 101, 53, 0.38);
  border-style: dashed;
  background: rgba(177, 135, 60, 0.06);
}

.warehouse-location-status {
  display: block;
  margin-bottom: 12px;
  color: #24485a;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.warehouse-location-entry--planned .warehouse-location-status {
  color: #a76535;
}

.warehouse-location-entry h3 {
  margin: 0 0 9px;
  color: #142231;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.24rem;
  font-weight: 850;
  letter-spacing: 0;
}

.warehouse-location-entry p {
  max-width: 720px;
  margin: 0;
  color: #60706d;
  font-size: 0.88rem;
  line-height: 1.68;
}

.warehouse-coverage-table-wrap {
  overflow-x: auto;
  border: 1px solid #d8ded8;
  border-radius: 8px;
  background: #fff;
}

.warehouse-coverage-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.warehouse-coverage-table th,
.warehouse-coverage-table td {
  padding: 15px 18px;
  border-bottom: 1px solid #d8ded8;
  text-align: left;
}

.warehouse-coverage-table th {
  background: rgba(73, 132, 133, 0.08);
  color: #24485a;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.warehouse-coverage-table td {
  color: #142231;
  font-size: 0.88rem;
}

.warehouse-coverage-table tr:last-child td {
  border-bottom: 0;
}

.warehouse-routing-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(167, 101, 53, 0.22);
  border-radius: 8px;
  background: rgba(177, 135, 60, 0.07);
}

.warehouse-routing-note > i {
  color: #a76535;
  font-size: 1.1rem;
}

.warehouse-routing-note p {
  margin: 0;
  color: #60706d;
  font-size: 0.82rem;
  line-height: 1.55;
}

.warehouse-routing-note a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #102a3a;
  font-size: 0.8rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .documentation-heading {
    grid-template-columns: 1fr;
  }
  .documentation-records-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .warehouse-locations-section {
    padding: 56px 0;
  }
}
@media (max-width: 767.98px) {
  .documentation-shell {
    padding: 22px;
  }
  .documentation-records-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .documentation-note {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .documentation-note .btn {
    grid-column: 1/-1;
    justify-content: center;
  }
  .warehouse-locations-hero {
    padding-top: 48px;
  }
  .warehouse-locations-hero h1 {
    font-size: 2.55rem;
  }
  .warehouse-locations-hero > .container > p {
    margin: 18px 0 28px;
    font-size: 0.94rem;
  }
  .warehouse-status-strip {
    grid-template-columns: 1fr;
  }
  .warehouse-status-strip > div {
    min-height: 0;
    padding: 16px 18px;
  }
  .warehouse-status-strip > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }
  .warehouse-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .warehouse-map-legend {
    justify-content: flex-start;
  }
  .warehouse-location-grid {
    grid-template-columns: 1fr;
  }
  .warehouse-location-entry--planned {
    grid-column: auto;
  }
  .warehouse-routing-note {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .warehouse-routing-note a {
    grid-column: 1/-1;
    justify-content: center;
    min-height: 42px;
    border: 1px solid rgba(16, 42, 58, 0.2);
    border-radius: 3px;
    background: #fff;
  }
}
@media (max-width: 575.98px) {
  .documentation-shell {
    margin: 0 -4px;
    padding: 18px;
    border-radius: 12px;
  }
  .documentation-heading {
    gap: 20px;
  }
  .janoshik-assurance {
    padding: 18px;
  }
  .janoshik-assurance__brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .documentation-records-heading {
    margin-top: 24px;
    padding-top: 20px;
  }
  .documentation-records-grid {
    gap: 8px;
  }
  .documentation-record__preview {
    height: 132px;
  }
  .documentation-record__masked {
    right: 8px;
    bottom: 9px;
    left: 8px;
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 6px;
    padding: 8px;
  }
  .documentation-record__preview em {
    right: 12px;
    bottom: 5px;
    font-size: 0.48rem;
  }
  .documentation-record__meta {
    padding: 11px 10px 13px;
  }
  .documentation-record__meta strong {
    font-size: 0.82rem;
  }
  .warehouse-locations-section {
    padding: 44px 0;
  }
  .warehouse-locations-hero h1 {
    font-size: 2.25rem;
  }
  .warehouse-section-heading h2 {
    font-size: 1.75rem;
  }
  .warehouse-location-entry {
    min-height: 0;
    padding: 20px;
  }
  .warehouse-network-map figcaption {
    padding: 11px 12px;
  }
}
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 .header-mobile .mobile-primary-navigation {
  position: relative;
  border-top: 1px solid rgba(16, 42, 58, 0.1);
  background: #fffdf7;
}

header .header-mobile .mobile-primary-nav {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}

header .header-mobile .mobile-primary-nav ul {
  display: grid;
  grid-template-columns: repeat(var(--mobile-menu-count), minmax(0, 1fr));
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

header .header-mobile .mobile-primary-nav li {
  min-width: 0;
  border-right: 1px solid rgba(16, 42, 58, 0.1);
}

header .header-mobile .mobile-primary-nav li:last-child {
  border-right: 0;
}

header .header-mobile .mobile-primary-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0 4px;
  border: 0;
  background: transparent;
  color: #102a3a;
  font-family: inherit;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

header .header-mobile .mobile-primary-nav__link span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

header .header-mobile .mobile-primary-nav__link i {
  flex: 0 0 auto;
  font-size: 0.58rem;
  transition: transform 0.18s ease;
}

header .header-mobile .mobile-primary-nav__link[aria-expanded=true] {
  background: rgba(73, 132, 133, 0.1);
  color: rgb(36.854368932, 66.640776699, 67.145631068);
}

header .header-mobile .mobile-primary-nav__link[aria-expanded=true] i {
  transform: rotate(180deg);
}

header .header-mobile .mobile-primary-panels {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 2;
}

header .header-mobile .mobile-primary-panel {
  max-height: calc(100vh - 106px);
  overflow-y: auto;
  border-top: 1px solid rgba(16, 42, 58, 0.13);
  border-bottom: 1px solid rgba(16, 42, 58, 0.16);
  background: #fffdf7;
  box-shadow: 0 18px 32px rgba(16, 42, 58, 0.16);
}

header .header-mobile .mobile-primary-panel__parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px;
  border-bottom: 1px solid rgba(16, 42, 58, 0.1);
  color: #102a3a;
  font-size: 0.78rem;
  font-weight: 800;
}

header .header-mobile .mobile-primary-panel__groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 8px 16px 14px;
}

header .header-mobile .mobile-primary-panel__group {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 8px 10px 8px 0;
}

header .header-mobile .mobile-primary-panel__group strong {
  margin-bottom: 3px;
  color: #a76535;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

header .header-mobile .mobile-primary-panel__group a {
  padding: 7px 0;
  color: #142231;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

header .header-mobile .mobile-primary-panel__group img {
  display: block;
  width: 100%;
  height: auto;
}

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: 106px !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,
.warehouse-routing-strip,
.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,
.warehouse-routing-link span,
.quality-step span,
.factory-product-categories a:hover,
.product-clean-meta a {
  color: #498485 !important;
}

.warehouse-card .lane,
.warehouse-routing-link em,
.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-contact-panel .footer-order-reviews-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #145b68;
  font-weight: 800;
  text-decoration: none;
}

footer.wbs-site-footer .footer-contact-panel .footer-order-reviews-link:hover {
  color: #c86435;
}

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