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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-100 {
  width: 100px;
}

.wp-200 {
  width: 200px;
}

.wp-300 {
  width: 300px;
}

.wp-400 {
  width: 400px;
}

.wp-500 {
  width: 500px;
}

.wp-600 {
  width: 600px;
}

.wp-700 {
  width: 700px;
}

.wp-800 {
  width: 800px;
}

.wp-900 {
  width: 900px;
}

.wp-1000 {
  width: 1000px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hp-100 {
  height: 100px;
}

.hp-200 {
  height: 200px;
}

.hp-300 {
  height: 300px;
}

.hp-400 {
  height: 400px;
}

.hp-500 {
  height: 500px;
}

.hp-600 {
  height: 600px;
}

.hp-700 {
  height: 700px;
}

.hp-800 {
  height: 800px;
}

.hp-900 {
  height: 900px;
}

.hp-1000 {
  height: 1000px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.address-dialog .el-form-item__label {
  line-height: initial;
}

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

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

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

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

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

#offcanvas-right-cart .select-wrap {
  margin-right: 10px;
  cursor: pointer;
}
#offcanvas-right-cart .select-wrap i {
  font-size: 20px;
  color: #aaa;
}
#offcanvas-right-cart .select-wrap i.bi-check-circle-fill {
  color: #fd560f;
}
#offcanvas-right-cart .offcanvas-right-products .product-list {
  padding: 1rem 0;
  border-top: 1px solid #eee;
}
#offcanvas-right-cart .offcanvas-right-products .product-list .left {
  width: 80px;
  flex: 0 0 80px;
  height: 80px;
  border: 1px solid #eee;
  margin-right: 10px;
}
#offcanvas-right-cart .offcanvas-right-products .product-list .left img {
  max-height: 80px;
}
#offcanvas-right-cart .offcanvas-right-products .product-list .right .name {
  word-break: break-all;
}
#offcanvas-right-cart .offcanvas-right-products .product-list .right .price input {
  margin-left: 10px;
  width: 50px;
  height: 24px;
}
#offcanvas-right-cart .offcanvas-right-products .product-list .right .offcanvas-products-delete {
  cursor: pointer;
  color: #999;
}
#offcanvas-mobile-menu {
  width: 80%;
}
#offcanvas-mobile-menu .offcanvas-header {
  padding: 10px 20px 10px 10px;
}
#offcanvas-mobile-menu .mobile-menu-wrap {
  padding: 0;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion {
  border-top: 1px solid #e5e5e5;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > a {
  flex: 1;
  height: 44px;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > a .badge {
  position: relative;
  margin-left: 13px;
  font-weight: 400;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > a .badge::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
  border: 4px solid;
  border-right-width: 7px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-right-color: inherit;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > span {
  width: 44px;
  height: 44px;
  display: flex;
  border-left: 1px solid #e5e5e5;
  align-items: center;
  justify-content: center;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > span:active {
  background-color: #eee;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > span[aria-expanded=true] {
  background-color: #eee;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > span[aria-expanded=true] i {
  transform: rotate(180deg);
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse {
  padding: 0 10px;
  border-top: 1px solid #e5e5e5;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .children-title {
  height: 44px;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .children-title span {
  margin-right: -10px;
  width: 44px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .children-title span:active {
  background-color: #eee;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .children-title span[aria-expanded=true] i::before {
  content: "\f63b";
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .nav a {
  color: #777;
}

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

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-09-03 22:32:29
 * @LastEditTime  2022-09-16 20:56:27
 */
.product-list-wrap .col-12:not(:last-of-type) .product-wrap {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 1.4rem;
}
.product-list-wrap .col-12:not(:last-of-type) .product-wrap:hover .button-wrap {
  bottom: 10px;
  opacity: 1;
}

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

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

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-09-09 19:16:39
 * @LastEditTime  2022-09-16 20:55:37
 */
@media (max-width: 768px) {
  body.page-login, body.page-forgotten {
    overflow-x: hidden;
  }
}
body.page-login .el-form-item__error--inline, body.page-forgotten .el-form-item__error--inline {
  margin-left: 0;
}
body.page-login .login-alert .layui-layer-btn0, body.page-forgotten .login-alert .layui-layer-btn0 {
  background-color: #222;
  border-color: #222;
}
body.page-login .forgotten-link, body.page-forgotten .forgotten-link {
  display: block;
  margin-top: -14px;
}
body.page-login .el-form-item, body.page-forgotten .el-form-item {
  margin-bottom: 18px;
}
body.page-login .el-form-item .el-form-item__content, body.page-forgotten .el-form-item .el-form-item__content {
  line-height: 1;
}
body.page-login .login-item-header, body.page-forgotten .login-item-header {
  background: #f3f4f6;
  border-bottom: none;
  padding: 1.2rem 1.5rem;
  border-radius: 100px;
}
body.page-login .login-item-header h6, body.page-forgotten .login-item-header h6 {
  font-weight: bold;
  font-size: 1rem;
}
body.page-login .vr-wrap, body.page-forgotten .vr-wrap {
  margin: 0 80px;
}
@media (min-width: 768px) {
  body.page-login .login-wrap, body.page-forgotten .login-wrap {
    display: flex;
    justify-content: center;
  }
}
body.page-login .login-wrap .card, body.page-forgotten .login-wrap .card {
  border: none;
}
@media (min-width: 768px) {
  body.page-login .login-wrap .card, body.page-forgotten .login-wrap .card {
    width: 340px;
  }
}
body.page-login .form-iframe, body.page-forgotten .form-iframe {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body.page-login .form-iframe, body.page-forgotten .form-iframe {
    padding: 0;
    margin-top: 0 !important;
  }
}
body.page-login .form-iframe .vr-wrap, body.page-forgotten .form-iframe .vr-wrap {
  margin: 0 60px;
}
body.page-login .form-iframe .card, body.page-forgotten .form-iframe .card {
  border: none;
}
body.page-login .social-wrap .title, body.page-forgotten .social-wrap .title {
  position: relative;
  text-align: center;
  color: #999;
}
body.page-login .social-wrap .title::before, body.page-forgotten .social-wrap .title::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  top: 47%;
  background: #e5e5e5;
}
body.page-login .social-wrap .title span, body.page-forgotten .social-wrap .title span {
  background-color: #fff;
  position: relative;
  padding: 0 5px;
  z-index: 1;
}
body.page-login .social-wrap .btn, body.page-forgotten .social-wrap .btn {
  color: #666;
}
body.page-login .social-wrap .btn img, body.page-forgotten .social-wrap .btn img {
  position: absolute;
  left: 40px;
}
body.page-login .social-wrap .btn:hover, body.page-forgotten .social-wrap .btn:hover {
  background-color: #eee;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:57:29
 */
.module-image-plus .module-image-plus-top {
  display: flex;
}
.module-image-plus .module-image-plus-top .right {
  margin-left: 20px;
}
.module-image-plus .module-image-plus-bottom {
  margin-top: 24px;
}

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

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

.module-swiper-img-scroll-text {
  padding: 36px 0;
  width: 100%;
  font-size: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .module-swiper-img-scroll-text {
    font-size: 14px !important;
    padding: 16px 0 !important;
  }
}
.module-swiper-img-scroll-text .scroll-info {
  white-space: nowrap;
}
.module-swiper-img-scroll-text .scroll-info .scroll-text {
  padding: 0 15px;
  font-weight: bold;
  display: inline-block;
  animation: marquee-animation2 3s linear infinite;
}

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

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

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

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

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:57:33
 */
.module-tab-product .module-title {
  margin-bottom: 1rem;
}
.module-tab-product .nav {
  margin-bottom: 28px;
  margin-top: -10px;
}
.module-tab-product .nav .nav-link {
  color: #969a9e;
  font-size: 1.2rem;
  border-bottom: 2px solid transparent;
  margin: 0 17px;
  font-weight: bold;
  padding: 0.3rem 0.2rem;
}
@media (max-width: 768px) {
  .module-tab-product .nav .nav-link {
    padding: 0.2rem 0.7rem;
    font-size: 13px;
    margin: 0;
  }
}
.module-tab-product .nav .nav-link {
  box-shadow: none;
}
.module-tab-product .nav .nav-link:hover {
  border-color: #ddd;
}
.module-tab-product .nav .nav-link.active {
  color: #111;
  border-color: #111;
}

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

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

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

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

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

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

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

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

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

:root {
  --marine-navy: #06254a;
  --marine-navy-2: #021933;
  --marine-blue: #006fae;
  --marine-cyan: #13b7c5;
  --marine-orange: #ff7a1a;
  --marine-steel: #52677c;
  --marine-line: #d7e0e8;
  --marine-soft: #f3f7fa;
  --marine-ink: #061f3f;
  --marine-radius: 8px;
}

body.marine-page {
  color: var(--marine-ink);
  background: #fff;
  font-family: Inter, "Jost", Arial, sans-serif;
}

body.marine-page *,
body.marine-page *::before,
body.marine-page *::after {
  box-sizing: border-box;
}

body.marine-page img {
  max-width: 100%;
}

body.marine-page .btn {
  --bs-btn-border-radius: 6px;
  border-radius: 6px;
}

body.marine-page .btn-sm,
body.marine-page .btn-lg {
  --bs-btn-border-radius: 6px;
  border-radius: 6px;
}

body.marine-page .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--marine-blue);
  --bs-btn-border-color: var(--marine-blue);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #005f98;
  --bs-btn-hover-border-color: #005f98;
  --bs-btn-focus-shadow-rgb: 0, 111, 174;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #004f7e;
  --bs-btn-active-border-color: #004f7e;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #8fb7d1;
  --bs-btn-disabled-border-color: #8fb7d1;
  border-radius: 6px;
  font-weight: 800;
}

body.marine-page .btn-outline-secondary {
  --bs-btn-color: var(--marine-steel);
  --bs-btn-border-color: #8fa1b1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--marine-steel);
  --bs-btn-hover-border-color: var(--marine-steel);
  --bs-btn-focus-shadow-rgb: 82, 103, 124;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--marine-steel);
  --bs-btn-active-border-color: var(--marine-steel);
  --bs-btn-disabled-color: #9aabba;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c6d3de;
  border-radius: 6px;
  font-weight: 800;
}

body.marine-page .btn-outline-danger {
  --bs-btn-color: #c82333;
  --bs-btn-border-color: #d94b57;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c82333;
  --bs-btn-hover-border-color: #c82333;
  --bs-btn-focus-shadow-rgb: 200, 35, 51;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #a91f2c;
  --bs-btn-active-border-color: #a91f2c;
  --bs-btn-disabled-color: #d8a0a7;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e7b6bc;
  border-radius: 6px;
  font-weight: 800;
}

body.marine-page .btn-outline-primary {
  --bs-btn-color: var(--marine-blue);
  --bs-btn-border-color: var(--marine-blue);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--marine-blue);
  --bs-btn-hover-border-color: var(--marine-blue);
  --bs-btn-focus-shadow-rgb: 0, 111, 174;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #005f98;
  --bs-btn-active-border-color: #005f98;
  --bs-btn-disabled-color: #8aa7bc;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #b9cedd;
  border-radius: 6px;
  font-weight: 800;
}

body.marine-page .text-primary,
body.marine-page .link-primary {
  color: var(--marine-blue) !important;
}

body.marine-page .bg-primary {
  background-color: var(--marine-blue) !important;
}

body.marine-page .border-primary {
  border-color: var(--marine-blue) !important;
}

body.marine-page .pagination {
  --bs-pagination-color: var(--marine-navy);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: var(--marine-line);
  --bs-pagination-border-radius: 6px;
  --bs-pagination-hover-color: var(--marine-blue);
  --bs-pagination-hover-bg: #eef7fc;
  --bs-pagination-hover-border-color: #b9d8eb;
  --bs-pagination-focus-color: var(--marine-blue);
  --bs-pagination-focus-bg: #eef7fc;
  --bs-pagination-focus-box-shadow: 0 0 0 .2rem rgba(0, 111, 174, .18);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: var(--marine-blue);
  --bs-pagination-active-border-color: var(--marine-blue);
  --bs-pagination-disabled-color: #9aabba;
  --bs-pagination-disabled-bg: #f4f7fa;
  --bs-pagination-disabled-border-color: var(--marine-line);
  gap: 6px;
}

body.marine-page .pagination > li {
  margin: 0;
}

body.marine-page .page-link {
  min-width: 36px;
  border-radius: 6px !important;
  text-align: center;
  font-weight: 800;
}

body.marine-page .address-dialog .el-button {
  min-height: 40px;
  padding: 10px 18px;
  border-radius: 6px !important;
  font-weight: 800;
}

body.marine-page .address-dialog .el-button--primary {
  color: #fff !important;
  background: var(--marine-blue) !important;
  border-color: var(--marine-blue) !important;
}

body.marine-page .address-dialog .el-button--primary:hover,
body.marine-page .address-dialog .el-button--primary:focus {
  color: #fff !important;
  background: #005f98 !important;
  border-color: #005f98 !important;
}

body.marine-page .address-dialog .el-button:not(.el-button--primary) {
  color: var(--marine-steel) !important;
  background: #fff !important;
  border-color: #8fa1b1 !important;
}

body.marine-page .address-dialog .el-button:not(.el-button--primary):hover,
body.marine-page .address-dialog .el-button:not(.el-button--primary):focus {
  color: var(--marine-blue) !important;
  background: #eef7fc !important;
  border-color: var(--marine-blue) !important;
}

body.marine-page .address-dialog .el-input__inner {
  border-radius: 6px !important;
}

body.marine-page .address-dialog .el-input__inner:focus,
body.marine-page .address-dialog .el-select .el-input.is-focus .el-input__inner {
  border-color: var(--marine-blue) !important;
}

body.marine-page .address-dialog .el-switch.is-checked .el-switch__core {
  background-color: var(--marine-blue) !important;
  border-color: var(--marine-blue) !important;
}

body.marine-page .el-message-box {
  border-radius: 8px !important;
  border: 1px solid var(--marine-line);
  box-shadow: 0 24px 70px rgba(6, 31, 63, 0.22);
}

body.marine-page .el-message-box__title {
  color: var(--marine-ink);
  font-weight: 800;
}

body.marine-page .el-message-box__content {
  color: var(--marine-steel);
}

body.marine-page .el-message-box__status.el-icon-warning {
  color: var(--marine-blue);
}

body.marine-page .el-message-box__btns .el-button {
  min-height: 40px;
  padding: 10px 22px;
  border-radius: 6px !important;
  font-weight: 800;
}

body.marine-page .el-message-box__btns .el-button:not(.el-button--primary) {
  color: var(--marine-steel) !important;
  background: #fff !important;
  border-color: #c8d2dc !important;
}

body.marine-page .el-message-box__btns .el-button:not(.el-button--primary):hover,
body.marine-page .el-message-box__btns .el-button:not(.el-button--primary):focus {
  color: var(--marine-blue) !important;
  background: #eef7fc !important;
  border-color: var(--marine-blue) !important;
}

body.marine-page .el-message-box__btns .el-button--primary {
  color: #fff !important;
  background: var(--marine-blue) !important;
  border-color: var(--marine-blue) !important;
}

body.marine-page .el-message-box__btns .el-button--primary:hover,
body.marine-page .el-message-box__btns .el-button--primary:focus {
  color: #fff !important;
  background: #005f98 !important;
  border-color: #005f98 !important;
}

.marine-container {
  width: min(1360px, 100% - 80px);
  margin: 0 auto;
}

.marine-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: linear-gradient(90deg, var(--marine-navy-2), var(--marine-navy));
  color: #fff;
  box-shadow: 0 12px 30px rgba(2, 25, 51, 0.18);
}

.marine-header__inner {
  min-height: 82px;
  width: min(1320px, 100% - 40px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px auto minmax(280px, 520px) auto 44px;
  align-items: center;
  gap: 20px;
}

.marine-logo img {
  display: block;
  width: 182px;
  height: auto;
}

.marine-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 700;
}

.marine-nav a,
.marine-header-actions a,
.marine-mobile-panel a {
  color: #fff;
  text-decoration: none;
}

.marine-nav a:hover,
.marine-header-actions a:hover {
  color: var(--marine-cyan);
}

.marine-nav__item {
  position: relative;
}

.marine-nav__dropdown {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  min-width: 240px;
  background: #fff;
  border: 1px solid var(--marine-line);
  border-radius: var(--marine-radius);
  box-shadow: 0 18px 45px rgba(6, 31, 63, 0.18);
  padding: 10px;
  display: none;
}

.marine-nav__dropdown a {
  color: var(--marine-ink);
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
}

.marine-nav__dropdown a:hover {
  background: var(--marine-soft);
}

.marine-nav__item:hover .marine-nav__dropdown {
  display: block;
}

.marine-header-search {
  height: 48px;
  display: grid;
  grid-template-columns: 1fr 58px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.marine-header-search input,
.marine-searchbar input,
.marine-finder-form input,
.marine-finder-form select,
.marine-quote-form input,
.marine-quote-form select,
.marine-quote-form textarea,
.marine-toolbar select {
  width: 100%;
  border: 1px solid #c8d5df;
  border-radius: 6px;
  padding: 12px 14px;
  color: var(--marine-ink);
  background: #fff;
  outline: none;
}

.marine-finder-form select:disabled {
  color: #8291a1;
  background: #eef4f8;
  cursor: not-allowed;
}

.marine-header-search input {
  border: 0;
}

.marine-header-search button {
  border: 0;
  background: var(--marine-blue);
  color: #fff;
  font-size: 20px;
}

.marine-header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.marine-header-actions a {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 4px;
  font-size: 12px;
}

.marine-header-actions i {
  font-size: 22px;
}

.marine-cart-link b {
  position: absolute;
  top: -8px;
  right: -7px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--marine-blue);
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}

.marine-mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  color: #fff;
  background: transparent;
}

.marine-mobile-panel {
  padding: 0 20px 18px;
  display: grid;
  gap: 12px;
}

.marine-header {
  background: #fff;
  color: var(--marine-navy);
  box-shadow: 0 10px 28px rgba(6, 31, 63, 0.08);
}

.marine-header-shell {
  width: min(1360px, 100% - 48px);
  margin: 0 auto;
}

.marine-header a,
.marine-header button {
  white-space: nowrap;
}

.marine-header-top {
  min-height: 34px;
  border-bottom: 1px solid var(--marine-line);
  font-size: 14px;
}

.marine-header-top__inner,
.marine-header-top__contacts,
.marine-header-top__meta,
.marine-brandbar__inner,
.marine-mainnav__inner {
  display: flex;
  align-items: center;
}

.marine-header-top__inner {
  min-height: 34px;
  justify-content: space-between;
  gap: 28px;
}

.marine-header-top__contacts,
.marine-header-top__meta {
  gap: 28px;
}

.marine-header-top a,
.marine-header-top span,
.marine-mainnav a,
.marine-nav__link,
.marine-download-link {
  color: var(--marine-navy);
  text-decoration: none;
}

.marine-header-top i,
.marine-mainnav i,
.marine-download-link i {
  color: #003fb4;
}

.marine-header-top .marine-cart-link b {
  position: static;
  display: inline;
  min-width: 0;
  height: auto;
  background: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.marine-brandbar {
  border-bottom: 1px solid var(--marine-line);
}

.marine-brandbar__inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: minmax(420px, 430px) minmax(360px, 1fr) auto;
  gap: 22px;
}

.marine-logo--wide {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #0030a3;
  text-decoration: none;
}

.marine-logo--wide img {
  width: 214px;
  max-width: 54%;
}

.marine-logo--wide strong {
  color: #0030a3;
  font-size: 22px;
  line-height: 1;
}

.marine-header-search {
  width: 100%;
  height: 52px;
  grid-template-columns: 1fr auto;
  border-color: #b8c9dc;
  border-radius: 6px;
  background: #fff;
}

.marine-header-search input {
  min-width: 0;
  font-size: 14px;
  padding: 0 18px;
}

.marine-header-search button {
  min-width: 64px;
  padding: 0 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #003fb4;
  font-weight: 800;
}

.marine-header-actions {
  gap: 20px;
}

.marine-header-actions a {
  color: var(--marine-navy);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
}

.marine-header-actions i {
  color: #003fb4;
  font-size: 22px;
}

.marine-header-actions .marine-action-button {
  height: 52px;
  padding: 0 20px;
  border: 1px solid #003fb4;
  border-radius: 6px;
  color: #003fb4;
}

.marine-mainnav {
  min-height: 52px;
  border-bottom: 1px solid var(--marine-line);
}

.marine-mainnav__inner {
  justify-content: space-between;
  gap: 24px;
}

.marine-nav {
  gap: 34px;
}

.marine-nav > a,
.marine-nav__link {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: var(--marine-navy);
  font-size: 15px;
  font-weight: 800;
  padding: 0;
}

.marine-nav > a:hover,
.marine-nav__link:hover,
.marine-nav__item.is-open > .marine-nav__link,
.marine-nav__item:focus-within > .marine-nav__link {
  color: #003fb4;
}

.marine-nav__dropdown {
  top: 100%;
  left: -12px;
  display: grid;
  gap: 2px;
  min-width: 250px;
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.marine-nav__dropdown a {
  color: var(--marine-navy);
  white-space: nowrap;
}

.marine-nav__item:hover .marine-nav__dropdown,
.marine-nav__item:focus-within .marine-nav__dropdown,
.marine-nav__item.is-open .marine-nav__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.marine-download-link {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--marine-line);
  border-radius: 6px;
  padding: 0 14px;
  font-weight: 800;
}

.marine-mobile-toggle {
  border-color: #b8c9dc;
  color: var(--marine-navy);
}

.marine-mobile-panel {
  background: #fff;
  border-top: 1px solid var(--marine-line);
  box-shadow: 0 18px 42px rgba(6, 31, 63, 0.12);
}

.marine-mobile-panel a {
  display: flex;
  align-items: center;
  min-height: 52px;
  color: var(--marine-navy);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.marine-mobile-search {
  position: relative;
  margin: 6px 0 12px;
}

.marine-mobile-search input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #c8d6e3;
  border-radius: 6px;
  padding: 0 48px 0 14px;
  color: var(--marine-navy);
  background: #fff;
  font-size: 15px;
  outline: none;
}

.marine-mobile-search input:focus {
  border-color: var(--marine-blue);
  box-shadow: 0 0 0 3px rgba(0, 117, 189, 0.12);
}

.marine-mobile-search button {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 46px;
  height: calc(100% - 2px);
  border: 0;
  border-radius: 0 5px 5px 0;
  color: var(--marine-navy);
  background: transparent;
}

.btn-marine-primary,
.btn-marine-outline,
.btn-marine-orange {
  --bs-btn-border-radius: 6px;
  --bs-btn-font-weight: 700;
  padding: 11px 20px;
  text-decoration: none;
}

.btn-marine-primary {
  color: #fff;
  background: var(--marine-blue);
  border-color: var(--marine-blue);
}

.btn-marine-primary:hover {
  color: #fff;
  background: #005f98;
  border-color: #005f98;
}

.btn-marine-outline {
  color: var(--marine-blue);
  border: 1px solid var(--marine-blue);
  background: #fff;
}

.btn-marine-outline:hover {
  color: #fff;
  background: var(--marine-blue);
}

.btn-marine-orange {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--marine-orange);
  --bs-btn-border-color: var(--marine-orange);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c84a00;
  --bs-btn-hover-border-color: #c84a00;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #a83d00;
  --bs-btn-active-border-color: #a83d00;
  color: #fff;
  background: var(--marine-orange);
  border-color: var(--marine-orange);
}

.btn-marine-orange:hover,
.btn-marine-orange:focus {
  color: #fff;
  background: #c84a00;
  border-color: #c84a00;
}

.marine-hero {
  background: linear-gradient(180deg, #fff 0%, #f8fbfd 100%);
  border-bottom: 1px solid var(--marine-line);
}

.marine-hero--home {
  min-height: 620px;
  display: flex;
  align-items: center;
}

.marine-hero--compact,
.marine-hero--solutions,
.marine-hero--knowledge {
  padding: 72px 0;
}

.marine-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  align-items: center;
  gap: 64px;
}

.marine-hero h1,
.marine-page-title h1 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
  color: var(--marine-navy);
  margin: 0 0 20px;
}

.marine-hero p,
.marine-page-title p,
.marine-section-heading p {
  color: #3f5267;
  font-size: 18px;
  line-height: 1.65;
}

.marine-eyebrow {
  display: inline-block;
  color: #008b9a;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

.marine-hero__visual,
.marine-hero__panel,
.marine-content-panel,
.marine-quote-summary,
.marine-side-panel,
.marine-filter-panel {
  border: 1px solid var(--marine-line);
  border-radius: var(--marine-radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(6, 31, 63, 0.09);
}

.marine-hero__visual {
  padding: 28px;
}

.marine-content-panel {
  padding: 28px;
}

.marine-hero__visual img,
.marine-hero__image {
  width: 100%;
  height: auto;
  display: block;
}

.marine-hero__panel,
.marine-quote-summary {
  padding: 28px;
}

.marine-searchbar {
  max-width: 720px;
  min-height: 58px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  border: 1px solid #bccbd6;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  margin: 28px 0;
}

.marine-searchbar i {
  text-align: center;
  color: var(--marine-steel);
  font-size: 20px;
}

.marine-searchbar input {
  border: 0;
  min-height: 58px;
}

.marine-searchbar button {
  height: 58px;
  border-radius: 0;
}

.marine-hero-actions,
.marine-card-actions,
.marine-buy-actions,
.marine-contact-strip,
.marine-chip-row,
.marine-side-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

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

.marine-home-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--marine-line);
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.96) 42%, rgba(247, 251, 253, 0.7) 66%, rgba(236, 246, 252, 0.92) 100%);
}

.marine-home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(360px, 1fr);
  gap: 48px;
  align-items: center;
}

.marine-home-hero h1 {
  max-width: 700px;
  margin: 0 0 24px;
  color: var(--marine-navy);
  font-size: clamp(46px, 4.25vw, 62px);
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 900;
}

.marine-home-hero__checks {
  display: grid;
  gap: 12px;
  margin-bottom: 32px;
  color: var(--marine-navy);
  font-size: 16px;
}

.marine-home-hero__checks span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.marine-home-hero__checks i {
  color: #003fb4;
  font-size: 20px;
}

.marine-oem-finder {
  max-width: 790px;
  display: grid;
  grid-template-columns: 112px minmax(180px, 1.25fr) repeat(3, minmax(120px, 1fr)) 128px;
  border: 1px solid #c6d4e4;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(6, 31, 63, 0.08);
}

.marine-oem-finder > * {
  min-width: 0;
  height: 58px;
  border: 0;
  border-right: 1px solid #d6e0eb;
  border-radius: 0;
  padding: 0 12px;
}

.marine-oem-finder strong,
.marine-oem-finder button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #003fb4;
  font-weight: 900;
}

.marine-oem-finder input,
.marine-oem-finder select {
  color: var(--marine-steel);
  background: #fff;
  outline: none;
  font-size: 13px;
}

.marine-oem-finder button {
  border-right: 0;
  border-radius: 0;
}

.marine-home-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 34px;
  max-width: 760px;
}

.marine-home-steps div {
  display: grid;
  grid-template-columns: 50px 1fr;
  -moz-column-gap: 14px;
       column-gap: 14px;
  align-items: center;
  color: var(--marine-navy);
}

.marine-home-steps b {
  grid-row: span 2;
  width: 46px;
  height: 46px;
  border: 1px solid #003fb4;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #003fb4;
  font-size: 22px;
}

.marine-home-steps strong {
  font-weight: 900;
}

.marine-home-steps span {
  color: var(--marine-steel);
}

.marine-home-hero__visual {
  position: relative;
  min-height: 360px;
  display: grid;
  align-items: center;
}

.marine-home-hero__visual::before {
  content: none;
}

.marine-home-hero__visual > img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.marine-home-hero__caption {
  position: absolute;
  z-index: 2;
  right: 8%;
  bottom: 6%;
  max-width: 240px;
  color: #0030a3;
}

.marine-home-hero__caption strong,
.marine-home-hero__caption span {
  display: block;
}

.marine-home-hero__caption strong {
  font-size: 24px;
  line-height: 1.1;
}

.marine-home-shortcuts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.marine-home-shortcuts a {
  min-height: 100px;
  display: grid;
  grid-template-columns: 54px 1fr 20px;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  border: 1px solid var(--marine-line);
  border-radius: var(--marine-radius);
  background: #fff;
  color: var(--marine-navy);
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(6, 31, 63, 0.04);
}

.marine-home-shortcuts a > i:first-child,
.marine-trust-strip i {
  color: #003fb4;
  font-size: 36px;
}

.marine-home-shortcuts a > i:last-child {
  justify-self: end;
  color: var(--marine-steel);
}

.marine-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 28px 34px;
  border: 1px solid var(--marine-line);
  border-radius: var(--marine-radius);
  background: #f7fbfe;
}

.marine-trust-strip div {
  display: grid;
  grid-template-columns: 56px 1fr;
  -moz-column-gap: 18px;
       column-gap: 18px;
  align-items: center;
  padding: 0 24px;
  border-right: 1px solid var(--marine-line);
}

.marine-trust-strip div:last-child {
  border-right: 0;
}

.marine-trust-strip i {
  grid-row: span 2;
}

.marine-trust-strip strong {
  color: var(--marine-navy);
  font-size: 18px;
}

.marine-trust-strip span {
  color: var(--marine-steel);
}

.marine-section--tight {
  padding: 28px 0;
}

.marine-section--top {
  padding-top: 28px;
}

.marine-section--soft {
  background: var(--marine-soft);
}

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

.marine-section-heading--center {
  display: block;
  text-align: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.marine-section-heading--stack {
  display: block;
  max-width: 1120px;
}

.marine-section-heading--inline h2 {
  margin-bottom: 0;
}

.marine-section-heading h2,
.marine-side-panel h3,
.marine-filter-panel h2,
.marine-quote-summary h2 {
  color: var(--marine-navy);
  margin: 0 0 10px;
  font-weight: 800;
}

.marine-brand-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.marine-brand-strip a,
.marine-brand-strip span,
.marine-chip-row span {
  color: var(--marine-navy);
  border: 1px solid var(--marine-line);
  background: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 700;
  text-decoration: none;
}

.marine-layer-grid,
.marine-product-grid,
.marine-category-grid,
.marine-topic-grid,
.marine-article-grid {
  display: grid;
  gap: 18px;
}

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

.marine-layer-card,
.marine-product-card,
.marine-category-card,
.marine-topic-card,
.marine-article-card,
.marine-result-row,
.marine-quick-answer,
.marine-faq-block details {
  border: 1px solid var(--marine-line);
  border-radius: var(--marine-radius);
  background: #fff;
}

.marine-layer-card {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 18px;
  padding: 18px;
  align-items: center;
}

.marine-layer-card__visual img,
.marine-product-card__image img,
.marine-article-card__image img,
.marine-result-row img,
.marine-product-gallery img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.marine-layer-card h3,
.marine-product-card h3,
.marine-article-card h3 {
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 10px;
}

.marine-product-card h3 {
  margin-bottom: 14px;
}

.marine-layer-card h3 a,
.marine-product-card h3 a,
.marine-article-card h3 a {
  color: var(--marine-navy);
  text-decoration: none;
}

.marine-layer-card p,
.marine-product-card p,
.marine-article-card p {
  color: #3f5267;
  line-height: 1.55;
}

.marine-layer-card i,
.marine-topic-card i {
  font-size: 30px;
  color: var(--marine-blue);
}

.marine-layer-card .marine-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
  margin-top: 14px;
}

.marine-layer-card .marine-card-actions .btn {
  min-width: 0;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  white-space: nowrap;
}

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

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

.marine-product-grid--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.marine-product-card {
  overflow: visible;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.marine-product-card__image {
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: 8px;
  border-radius: calc(var(--marine-radius) - 1px) calc(var(--marine-radius) - 1px) 0 0;
  background: #f8fbfd;
  overflow: hidden;
}

.marine-product-card__image img {
  width: 100%;
  height: 300px;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
}

.marine-wishlist-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(204, 220, 231, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--marine-navy);
  box-shadow: 0 6px 14px rgba(5, 28, 57, 0.08);
  transition: color 0.16s ease, border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}

.marine-wishlist-button:hover,
.marine-wishlist-button:focus,
.marine-wishlist-button.is-active {
  border-color: rgba(0, 117, 190, 0.34);
  background: #fff;
  color: var(--marine-blue);
}

.marine-wishlist-button:focus {
  outline: 2px solid rgba(0, 117, 190, 0.22);
  outline-offset: 2px;
}

.marine-wishlist-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.marine-wishlist-button i {
  font-size: 13px;
  line-height: 1;
}

.marine-product-grid--listing .marine-product-card__image {
  min-height: 360px;
}

.marine-product-grid--listing .marine-product-card__image img {
  height: 340px;
}

.marine-product-card__body {
  padding: 24px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  position: relative;
}

.marine-product-card .marine-card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr);
  gap: 12px;
  margin-top: 0;
  width: 100%;
}

.marine-product-card .marine-card-actions .btn {
  width: 100%;
  min-width: 0;
  white-space: nowrap;
}

.marine-product-card .marine-card-actions .btn:only-child {
  grid-column: 1/-1;
}

.marine-product-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 18px 0;
  color: var(--marine-steel);
}

.marine-product-card__meta span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.marine-product-card__meta strong {
  color: var(--marine-navy);
  font-size: 18px;
  white-space: nowrap;
}

.marine-card-purchase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 30px;
  margin-top: auto;
  margin-bottom: 18px;
  padding-top: 18px;
  width: 100%;
  border-top: 1px solid #e5edf4;
}

.marine-card-cross {
  min-width: 0;
  color: var(--marine-steel);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.marine-card-price {
  color: var(--marine-navy);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.marine-card-price--quote {
  color: var(--marine-steel);
  font-size: 15px;
  text-align: right;
}

.marine-mentioned-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.marine-mentioned-product-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  padding: 12px;
  border: 1px solid var(--marine-line);
  border-radius: 8px;
  background: #fff;
}

.marine-mentioned-product-card__image {
  display: grid;
  place-items: center;
  min-height: 104px;
  border-radius: 6px;
  background: #f8fbfd;
  overflow: hidden;
}

.marine-mentioned-product-card__image img {
  width: 100%;
  height: 104px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.marine-mentioned-product-card__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.marine-mentioned-product-card .marine-eyebrow {
  margin-bottom: 3px;
  font-size: 11px;
}

.marine-mentioned-product-card h3 {
  margin: 0 0 7px;
  font-size: 17px;
  line-height: 1.25;
}

.marine-mentioned-product-card h3 a {
  color: var(--marine-navy);
  text-decoration: none;
}

.marine-mentioned-product-card__line {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 18px;
  min-width: 0;
  gap: 5px;
  align-items: center;
  width: 100%;
  min-height: 22px;
  margin: 0 0 4px;
  color: var(--marine-navy);
}

.marine-mentioned-product-card__line + .marine-mentioned-product-card__line {
  margin-top: 0;
}

.marine-mentioned-product-card__line .marine-card-fit-label,
.marine-mentioned-product-card__line .marine-card-fit-value {
  font-size: 13px;
  line-height: 1.35;
}

.marine-mentioned-product-card__line .marine-card-fit-toggle {
  width: 18px;
  height: 18px;
  font-size: 11px;
}

.marine-mentioned-product-card__line .marine-card-fit-popover {
  top: calc(100% + 5px);
  max-height: 128px;
  padding: 10px 12px;
}

.marine-mentioned-product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #e5edf4;
}

.marine-mentioned-product-card__price {
  color: var(--marine-navy);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.marine-mentioned-product-card__price--quote {
  color: var(--marine-steel);
  font-size: 13px;
}

.marine-mentioned-product-card__footer .btn {
  min-height: 34px;
  padding: 7px 12px;
  font-size: 13px;
  white-space: nowrap;
}

.marine-solution-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.marine-solution-product-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: visible;
  border: 1px solid var(--marine-line);
  border-radius: 8px;
  background: #fff;
}

.marine-solution-product-card__image {
  display: grid;
  place-items: center;
  min-height: 190px;
  padding: 12px;
  border-radius: 7px 7px 0 0;
  background: #f8fbfd;
  overflow: hidden;
}

.marine-solution-product-card__image img {
  width: 100%;
  height: 170px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.marine-solution-product-card__body {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 16px;
}

.marine-solution-product-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.marine-solution-product-card__top .marine-eyebrow {
  min-width: 0;
  margin: 0;
  font-size: 12px;
}

.marine-solution-product-card__price {
  color: var(--marine-navy);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.marine-solution-product-card__price--quote {
  color: var(--marine-steel);
  font-size: 13px;
  text-align: right;
}

.marine-solution-product-card h3 {
  margin: 0 0 12px;
  color: var(--marine-navy);
  font-size: 18px;
  line-height: 1.25;
}

.marine-solution-product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.marine-solution-product-card__line {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 18px;
  gap: 7px;
  min-height: 24px;
  margin-bottom: 4px;
}

.marine-solution-product-card__line .marine-card-fit-label,
.marine-solution-product-card__line .marine-card-fit-value {
  font-size: 13px;
}

.marine-solution-product-card .btn {
  width: 100%;
  min-height: 42px;
  margin-top: auto;
  padding: 10px 14px;
}

.marine-category-grid,
.marine-topic-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.marine-category-card,
.marine-topic-card {
  padding: 24px;
  text-decoration: none;
  color: var(--marine-navy);
  min-height: 160px;
}

.marine-category-card i {
  color: var(--marine-blue);
  font-size: 28px;
}

.marine-category-card strong,
.marine-topic-card strong {
  display: block;
  margin: 14px 0 8px;
  font-size: 18px;
}

.marine-category-card span,
.marine-topic-card span {
  color: var(--marine-steel);
}

.marine-section-more {
  margin-top: 22px;
}

.marine-topic-card.is-active {
  border-color: var(--marine-blue);
  box-shadow: 0 14px 34px rgba(0, 111, 174, 0.14);
}

.marine-topic-card.is-active span {
  color: var(--marine-blue);
  font-weight: 800;
}

.marine-home-finder,
.marine-split,
.marine-knowledge-layout,
.marine-knowledge-list-layout,
.marine-quote-layout,
.marine-list-layout,
.marine-article-layout,
.marine-product-tabs {
  display: grid;
  gap: 32px;
}

.marine-home-finder {
  grid-template-columns: minmax(280px, 420px) 1fr;
  align-items: center;
}

.marine-finder-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.marine-finder-form label,
.marine-quote-form label {
  display: block;
  color: var(--marine-navy);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 6px;
}

.marine-finder-form__wide,
.marine-form-grid__wide {
  grid-column: 1/-1;
}

.marine-finder-form button {
  min-height: 48px;
  align-self: end;
}

.marine-finder-form--category {
  grid-template-columns: 1fr !important;
}

.marine-finder-form--category > div {
  grid-column: 1/-1;
}

.marine-finder-form--category input,
.marine-finder-form--category select,
.marine-finder-form--category .btn {
  min-height: 56px;
}

.marine-finder-form__actions {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1/-1;
  gap: 10px;
  align-self: end;
  align-items: center;
}

.marine-finder-form__actions .btn {
  width: auto;
  min-width: 240px;
  min-height: 48px;
  padding-inline: 30px;
}

.marine-finder-form--finder .marine-finder-form__actions {
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 18px;
}

.marine-finder-form--category .marine-finder-form__actions {
  display: grid;
}

.marine-finder-form--category .marine-finder-form__actions .btn {
  width: 100%;
  min-width: 0;
}

.marine-finder-form__clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.marine-finder-form__clear--link,
.marine-clear-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: var(--marine-blue);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.marine-finder-form__clear--link {
  padding: 0 4px;
}

.marine-section-heading .marine-clear-link {
  align-self: center;
}

.marine-result-summary {
  margin: 0;
}

.marine-clear-link--inline {
  display: inline;
  min-height: 0;
  margin-left: 10px;
  font-size: 0.9em;
  text-transform: none;
}

.marine-finder-form__clear--link:hover,
.marine-clear-link:hover {
  color: #004f91;
  text-decoration: underline;
}

.marine-side-panel .marine-finder-form {
  grid-template-columns: 1fr;
  gap: 16px;
}

.marine-side-panel .marine-finder-form > div,
.marine-side-panel .marine-finder-form__wide,
.marine-side-panel .marine-finder-form__actions {
  grid-column: 1/-1;
  width: 100%;
}

.marine-side-panel .marine-finder-form__actions {
  display: grid;
  grid-template-columns: 1fr;
}

.marine-side-panel .marine-finder-form__actions .btn,
.marine-side-panel .marine-finder-form button {
  width: 100%;
  min-width: 0;
}

.marine-article-list {
  display: grid;
  gap: 14px;
}

.marine-article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.marine-article-card__image {
  background: var(--marine-soft);
  aspect-ratio: 10/7;
  display: block;
  min-height: 0;
  overflow: hidden;
}

.marine-article-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.marine-article-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.marine-article-card p {
  display: -webkit-box;
  margin-bottom: 16px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.marine-article-card .marine-text-link {
  margin-top: auto;
}

.marine-knowledge-page .marine-article-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: stretch;
}

.marine-knowledge-page .marine-article-card__image {
  align-self: center;
  width: 100%;
}

.marine-knowledge-page .marine-article-card__body {
  min-width: 0;
  padding: 20px 22px;
}

.marine-knowledge-page .marine-article-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.marine-knowledge-page .marine-article-card p {
  -webkit-line-clamp: 2;
}

.marine-text-link {
  color: var(--marine-blue);
  font-weight: 800;
  text-decoration: none;
  text-underline-offset: 4px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.marine-text-link:hover,
.marine-text-link:focus-visible {
  color: #003fb4;
  text-decoration: underline;
}

.marine-results {
  display: grid;
  gap: 14px;
}

.marine-pagination {
  margin-top: 26px;
}

.marine-result-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 22px;
  padding: 16px;
  align-items: center;
}

.marine-result-row__body {
  min-width: 0;
}

.marine-result-row__title-line {
  min-width: 0;
}

.marine-result-row__title-line h3 {
  margin-bottom: 0;
}

.marine-result-row__price-inline {
  display: grid;
  gap: 3px;
  justify-items: center;
  margin: 0 0 4px;
  color: var(--marine-navy);
  text-align: center;
}

.marine-result-row__price-inline span {
  color: var(--marine-steel);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.marine-result-row__price-inline strong {
  color: var(--marine-navy);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.05;
}

.marine-result-row__price-inline.is-quote strong {
  color: var(--marine-steel);
  font-size: 16px;
}

.marine-result-row__core {
  display: grid;
  gap: 5px;
  margin-top: 9px;
}

.marine-result-row__core div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
  min-width: 0;
}

.marine-result-row__core strong {
  color: var(--marine-steel);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.marine-result-row__core span {
  min-width: 0;
  color: var(--marine-navy);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.marine-result-row__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.marine-result-row__meta span {
  display: inline-flex;
  align-items: center;
  max-width: min(100%, 360px);
  padding: 7px 11px;
  border: 1px solid var(--marine-line);
  border-radius: 999px;
  background: #fff;
  color: var(--marine-navy);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.marine-result-row__meta strong {
  margin-right: 4px;
  font-weight: 900;
}

.marine-result-row__actions {
  display: grid;
  gap: 10px;
  align-self: center;
  justify-self: end;
  width: 220px;
  max-width: 100%;
}

.marine-topic-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.marine-topic-card {
  min-height: 132px;
  text-align: center;
}

.marine-knowledge-layout,
.marine-quote-layout,
.marine-article-layout {
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: start;
}

.marine-side-panel,
.marine-filter-panel {
  padding: 24px;
}

.marine-side-actions {
  margin-top: 18px;
}

.marine-article-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.marine-news-event-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.marine-news-event-card {
  display: grid;
  gap: 10px;
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--marine-line);
  border-radius: var(--marine-radius);
  color: var(--marine-navy);
  background: #fff;
  text-decoration: none;
}

.marine-news-event-card i {
  color: var(--marine-blue);
  font-size: 30px;
}

.marine-news-event-card span {
  color: var(--marine-steel);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.marine-news-event-card strong {
  font-size: 24px;
}

.marine-news-event-card p {
  margin: 0;
  color: #3f5267;
  line-height: 1.55;
}

.marine-knowledge-list-layout {
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
}

.marine-knowledge-nav {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid var(--marine-line);
  border-radius: var(--marine-radius);
  background: #fff;
}

.marine-knowledge-nav h2 {
  margin: 8px 0 4px;
  color: var(--marine-navy);
  font-size: 14px;
  text-transform: uppercase;
}

.marine-knowledge-nav h2:first-child {
  margin-top: 0;
}

.marine-knowledge-nav a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--marine-navy);
  text-decoration: none;
  font-weight: 800;
}

.marine-knowledge-nav a b {
  color: var(--marine-steel);
}

.marine-knowledge-nav a.is-active {
  border-color: var(--marine-blue);
  background: #eef7fc;
}

.marine-article-list {
  display: grid;
  gap: 16px;
}

.marine-article-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 20px;
  padding: 18px;
  border: 1px solid var(--marine-line);
  border-radius: var(--marine-radius);
  background: #fff;
}

.marine-article-row__image {
  display: block;
  min-height: 142px;
  border-radius: 6px;
  overflow: hidden;
  background: var(--marine-soft);
}

.marine-article-row__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.marine-article-row__body {
  min-width: 0;
}

.marine-article-row h2 {
  margin: 8px 0;
  font-size: 24px;
  line-height: 1.25;
}

.marine-article-row h2 a {
  color: var(--marine-navy);
  text-decoration: none;
}

.marine-article-row p {
  margin: 0 0 14px;
  color: #3f5267;
  line-height: 1.55;
}

.marine-article-row__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: var(--marine-steel);
  font-size: 14px;
  font-weight: 800;
}

.marine-page-title {
  padding: 42px 0;
  background: linear-gradient(180deg, #fff, var(--marine-soft));
  border-bottom: 1px solid var(--marine-line);
}

.marine-page-title h1 {
  font-size: clamp(36px, 4vw, 56px);
}

.marine-list-layout {
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: start;
}

.marine-filter-panel {
  position: sticky;
  top: 108px;
}

.marine-filter-panel .marine-finder-form {
  grid-template-columns: 1fr;
}

.marine-filter-close {
  display: none;
}

.marine-filter-help {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--marine-line);
}

.marine-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.marine-active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: -6px 0 20px;
  color: var(--marine-steel);
  font-size: 14px;
}

.marine-active-filters b {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid var(--marine-line);
  border-radius: 999px;
  background: #fff;
  color: var(--marine-navy);
  font-size: 13px;
}

.marine-active-filters a {
  color: var(--marine-blue);
  font-weight: 800;
  text-decoration: none;
}

.marine-filter-open {
  display: none;
}

.marine-product-detail {
  display: grid;
  grid-template-columns: minmax(360px, 52%) minmax(320px, 1fr);
  gap: 54px;
  align-items: start;
}

.marine-product-gallery {
  position: relative;
  border: 1px solid var(--marine-line);
  border-radius: var(--marine-radius);
  padding: 28px;
  background: #fff;
}

.marine-gallery-main {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #f8fbfd;
  cursor: zoom-in;
}

.marine-gallery-main > img {
  max-height: 520px;
  transition: opacity 0.16s ease;
}

.marine-gallery-lens {
  position: absolute;
  top: 0;
  left: 0;
  width: 156px;
  height: 156px;
  opacity: 0;
  pointer-events: none;
  border: 1px solid rgba(9, 33, 63, 0.32);
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 8px 28px rgba(5, 28, 57, 0.12);
  transform: translate(-9999px, -9999px);
  transition: opacity 0.08s ease;
}

.marine-gallery-main.is-zooming .marine-gallery-lens {
  opacity: 1;
}

.marine-gallery-zoom-panel {
  position: fixed;
  z-index: 1200;
  display: none;
  width: 440px;
  height: 440px;
  border: 1px solid #c8d5df;
  border-radius: 2px;
  background-color: #fff;
  background-repeat: no-repeat;
  box-shadow: 0 18px 42px rgba(5, 28, 57, 0.16);
  pointer-events: none;
}

.marine-product-gallery.is-zooming .marine-gallery-zoom-panel {
  display: block;
}

.marine-gallery-hint {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(5, 28, 57, 0.78);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.marine-product-gallery > img,
.marine-gallery-main > img {
  max-height: 520px;
}

.marine-thumb-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.marine-thumb-button {
  border: 1px solid var(--marine-line);
  border-radius: 6px;
  padding: 8px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.marine-thumb-button.is-active,
.marine-thumb-button:hover,
.marine-thumb-button:focus {
  border-color: var(--marine-blue);
  box-shadow: 0 0 0 2px rgba(0, 117, 190, 0.12);
}

.marine-thumb-row img {
  border: 1px solid var(--marine-line);
  border-radius: 6px;
  padding: 0;
}

.marine-thumb-button img {
  border: 0;
  padding: 0;
}

@media (hover: none) {
  .marine-gallery-hint,
  .marine-gallery-lens,
  .marine-gallery-zoom-panel {
    display: none;
  }
}
.marine-product-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.marine-product-info h1 {
  font-size: clamp(34px, 4vw, 54px);
  color: var(--marine-navy);
}

.marine-product-price {
  color: var(--marine-blue);
  font-size: 34px;
  font-weight: 900;
  margin: 18px 0;
}

.marine-product-price--quote {
  color: var(--marine-steel);
  font-size: 28px;
}

.marine-favorite-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--marine-steel);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  transition: color 0.16s ease;
}

.marine-favorite-link:hover,
.marine-favorite-link:focus,
.marine-favorite-link.is-active {
  color: var(--marine-blue);
}

.marine-favorite-link:focus {
  outline: 2px solid rgba(0, 117, 190, 0.2);
  outline-offset: 4px;
}

.marine-favorite-link:disabled {
  cursor: wait;
  opacity: 0.72;
}

.marine-favorite-link i {
  font-size: 15px;
  line-height: 1;
}

.marine-product-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.marine-product-facts div {
  border: 1px solid var(--marine-line);
  border-radius: 6px;
  padding: 14px;
}

.marine-product-facts span {
  display: block;
  color: var(--marine-steel);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
}

.marine-product-application {
  color: #3f5267;
  line-height: 1.7;
}

.marine-qty-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 24px 0;
}

.marine-qty-row input {
  width: 96px;
  border: 1px solid #c8d5df;
  border-radius: 6px;
  padding: 10px 12px;
}

.marine-contact-strip {
  margin-top: 18px;
  border-top: 1px solid var(--marine-line);
  padding-top: 16px;
}

.marine-contact-strip a {
  color: var(--marine-navy);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.marine-repair-levels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid var(--marine-line);
  border-radius: 8px;
  background: #f8fbff;
}

.marine-repair-levels span {
  flex: 1 1 100%;
  color: var(--marine-steel);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.marine-repair-levels a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 11px;
  border: 1px solid #cddbea;
  border-radius: 999px;
  color: var(--marine-navy);
  background: #fff;
  font-weight: 800;
  text-decoration: none;
}

.marine-repair-levels a:hover {
  color: #003fb4;
}

.marine-repair-levels a.is-current {
  border-color: var(--marine-blue);
  color: var(--marine-blue);
  background: #eef8ff;
}

.marine-product-tabs {
  grid-template-columns: 1fr;
}

.marine-product-detail-sections {
  display: grid;
  gap: 28px;
}

.marine-detail-panel {
  border: 1px solid var(--marine-line);
  border-radius: 8px;
  background: #fff;
  padding: 28px;
}

.marine-detail-panel h2 {
  margin: 0 0 20px;
  color: var(--marine-navy);
  font-size: 28px;
  line-height: 1.2;
}

.marine-spec-table {
  border-top: 1px solid #c9d7e5;
}

.marine-spec-table div {
  display: grid;
  grid-template-columns: minmax(220px, 32%) minmax(0, 1fr);
  border-bottom: 1px solid #dce6ef;
}

.marine-spec-table span,
.marine-spec-table strong {
  padding: 18px 22px;
  color: #2c3540;
  font-size: 18px;
  line-height: 1.45;
}

.marine-spec-table span {
  border-right: 1px solid #d7e2ec;
  font-weight: 700;
}

.marine-spec-table strong {
  font-weight: 500;
  overflow-wrap: anywhere;
}

.marine-product-description .marine-detail-content {
  gap: 16px;
}

.marine-muted {
  color: var(--marine-steel);
}

.marine-detail-content {
  display: grid;
  gap: 20px;
}

.marine-detail-block {
  border: 1px solid var(--marine-line);
  border-radius: var(--marine-radius);
  background: #fff;
  padding: 22px;
}

.marine-detail-block h3 {
  margin: 0 0 14px;
  color: var(--marine-navy);
  font-size: 22px;
  line-height: 1.25;
}

.marine-detail-block p {
  margin: 0;
  color: #3f5267;
  line-height: 1.75;
}

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

.marine-spec-grid div {
  border: 1px solid var(--marine-line);
  border-radius: 6px;
  background: var(--marine-soft);
  padding: 14px;
  min-width: 0;
}

.marine-spec-grid span {
  display: block;
  color: var(--marine-steel);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.marine-spec-grid strong {
  display: block;
  margin-top: 6px;
  color: var(--marine-navy);
  font-size: 16px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.marine-pn-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.marine-pn-pill-row span {
  border: 1px solid var(--marine-line);
  border-radius: 999px;
  background: var(--marine-soft);
  color: var(--marine-navy);
  padding: 8px 12px;
  font-weight: 800;
}

.marine-feature-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: #3f5267;
  line-height: 1.65;
}

.marine-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--marine-line);
  border-radius: var(--marine-radius);
}

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

.marine-table th,
.marine-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--marine-line);
  vertical-align: top;
}

.marine-table th {
  background: var(--marine-soft);
  color: var(--marine-navy);
}

.marine-quote-summary ul {
  padding-left: 20px;
  color: #3f5267;
  line-height: 1.9;
}

.marine-quote-layer-list {
  display: grid;
  gap: 14px;
}

.marine-quote-layer-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--marine-line);
  border-radius: var(--marine-radius);
  background: #fff;
}

.marine-quote-layer-card__image {
  display: grid;
  place-items: center;
  min-height: 82px;
  border-radius: 6px;
  background: #f8fbfd;
}

.marine-quote-layer-card__image img {
  width: 100%;
  max-height: 78px;
  -o-object-fit: contain;
     object-fit: contain;
}

.marine-quote-layer-card__body {
  min-width: 0;
}

.marine-quote-layer-card__body span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--marine-navy);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

.marine-quote-layer-card__body span i {
  color: var(--marine-blue);
}

.marine-quote-layer-card__body p {
  margin: 7px 0 10px;
  color: #3f5267;
  font-size: 14px;
  line-height: 1.45;
}

.marine-quote-layer-card__actions {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: stretch;
}

.marine-quote-layer-card__actions .btn {
  min-width: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

.marine-quote-form {
  border: 1px solid var(--marine-line);
  border-radius: var(--marine-radius);
  padding: 28px;
  background: #fff;
}

.marine-selected-product {
  display: grid;
  gap: 4px;
  margin-bottom: 20px;
  padding: 14px 16px;
  border: 1px solid #d7e4ed;
  border-radius: 6px;
  background: #f7fbfd;
}

.marine-selected-product--details {
  gap: 14px;
}

.marine-selected-product__head {
  display: grid;
  gap: 4px;
}

.marine-selected-product span {
  color: #008b9a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.marine-selected-product strong {
  color: var(--marine-navy);
  font-size: 18px;
  line-height: 1.25;
}

.marine-selected-product small {
  color: var(--marine-steel);
  font-weight: 700;
}

.marine-selected-product dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  margin: 0;
}

.marine-selected-product dl div {
  min-width: 0;
}

.marine-selected-product dt {
  margin-bottom: 2px;
  color: var(--marine-steel);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.marine-selected-product dd {
  margin: 0;
  min-width: 0;
  color: var(--marine-navy);
  font-size: 13px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.marine-side-checklist {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding-left: 20px;
  color: var(--marine-steel);
}

.marine-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.marine-form-field {
  min-width: 0;
}

.marine-form-field.is-invalid input,
.marine-form-field.is-invalid select,
.marine-form-field.is-invalid textarea,
.marine-quote-form input[aria-invalid=true],
.marine-quote-form select[aria-invalid=true],
.marine-quote-form textarea[aria-invalid=true] {
  border-color: #d92d20;
  background: #fffafa;
  box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.1);
}

.marine-form-field.is-invalid label {
  color: #a23b20;
}

.marine-field-error {
  display: none;
  margin-top: 6px;
  color: #a23b20;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.marine-form-field.is-invalid .marine-field-error:not(:empty) {
  display: block;
}

.marine-file-upload {
  display: grid;
  gap: 10px;
}

.marine-file-input {
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.marine-file-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.marine-file-button,
.marine-file-clear {
  min-height: 48px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 !important;
  padding: 0 18px;
  border-radius: 6px;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1;
  cursor: pointer;
}

.marine-file-button {
  border: 1px solid var(--marine-blue);
  color: #fff !important;
  background: var(--marine-blue);
}

.marine-file-upload.is-invalid .marine-file-button {
  border-color: #d92d20;
  background: #b42318;
}

.marine-file-clear {
  border: 1px solid #c8d5df;
  color: var(--marine-navy);
  background: #fff;
}

.marine-file-input:focus + .marine-file-controls .marine-file-button {
  outline: 3px solid rgba(19, 183, 197, 0.28);
  outline-offset: 2px;
}

.marine-file-status {
  color: var(--marine-steel);
  font-size: 13px;
  font-weight: 800;
}

.marine-file-help {
  color: #627486;
  font-size: 13px;
  line-height: 1.45;
}

.marine-file-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.marine-file-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 42px;
  padding: 8px 10px 8px 12px;
  border: 1px solid #dce7ef;
  border-radius: 6px;
  background: #fff;
}

.marine-file-list strong {
  min-width: 0;
  display: block;
  color: var(--marine-navy);
  font-size: 14px;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.marine-file-list small {
  display: block;
  color: var(--marine-steel);
  font-size: 12px;
  font-weight: 700;
  margin-top: 2px;
}

.marine-file-remove {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #d5e1ea;
  border-radius: 999px;
  color: #a23b20;
  background: #fff;
}

.marine-file-remove:hover,
.marine-file-remove:focus {
  border-color: #f3c0b4;
  background: #fff1ed;
}

.marine-file-error {
  min-height: 18px;
  color: #a23b20;
  font-size: 13px;
  font-weight: 800;
}

.marine-alert {
  border: 1px solid #b8d9c7;
  background: #edf8f2;
  color: #17643a;
  border-radius: 6px;
  padding: 12px 14px;
  margin-bottom: 18px;
}

.marine-alert--error {
  border-color: #f3c0b4;
  background: #fff1ed;
  color: #a23b20;
}

.marine-article-body {
  min-width: 0;
}

.marine-quick-answer {
  padding: 24px;
  margin-bottom: 28px;
  border-left: 4px solid var(--marine-cyan);
}

.marine-quick-answer span {
  color: #008b9a;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
}

.marine-quick-answer p {
  font-size: 20px;
  line-height: 1.55;
  margin: 8px 0 0;
}

.marine-faq-block {
  margin: 36px 0;
}

.marine-faq-block details {
  padding: 16px 18px;
  margin-bottom: 10px;
}

.marine-faq-block summary {
  cursor: pointer;
  color: var(--marine-navy);
  font-weight: 800;
}

.marine-article-next-step {
  margin-top: 34px;
  padding: 22px 24px;
  border-top: 1px solid var(--marine-border);
  border-bottom: 1px solid var(--marine-border);
}

.marine-article-next-step span {
  display: block;
  color: #008b9a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.marine-article-next-step p {
  margin: 0 0 10px;
  color: var(--marine-steel);
  font-size: 17px;
  line-height: 1.55;
}

.marine-empty {
  border: 1px dashed #afbfca;
  border-radius: var(--marine-radius);
  padding: 28px;
  color: var(--marine-steel);
  background: #fff;
}

.marine-empty h3 {
  margin: 0 0 8px;
  color: var(--marine-navy);
  font-size: 22px;
}

.marine-empty p {
  margin: 0 0 18px;
}

.marine-empty--with-actions {
  grid-column: 1/-1;
}

.marine-empty--with-actions > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, max-content));
  gap: 12px;
}

.marine-empty--with-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 0;
}

.marine-footer {
  background: #fff;
  border-top: 1px solid var(--marine-line);
}

.marine-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 36px;
  padding: 48px 0;
}

.marine-footer__logo {
  width: 170px;
  margin-bottom: 16px;
}

.marine-footer h4 {
  color: var(--marine-navy);
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.marine-footer a,
.marine-footer p {
  display: block;
  color: #3f5267;
  text-decoration: none;
  margin-bottom: 8px;
}

.marine-cert-row {
  display: flex;
  gap: 8px;
}

.marine-cert-row span {
  border: 1px solid var(--marine-line);
  border-radius: 4px;
  padding: 4px 8px;
  font-weight: 800;
  color: var(--marine-steel);
}

.marine-footer__bottom {
  background: var(--marine-navy-2);
  color: #fff;
  min-height: 54px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 0 max(24px, (100vw - 1180px) / 2);
}

.marine-footer__bottom a {
  display: inline;
  color: #fff;
  margin: 0;
}

@media (max-width: 1179px) {
  .marine-header__inner {
    grid-template-columns: 180px 1fr auto;
  }
  .marine-header-top,
  .marine-mainnav {
    display: none;
  }
  .marine-brandbar__inner {
    grid-template-columns: 1fr auto;
    min-height: 74px;
  }
  .marine-nav,
  .marine-header-search,
  .marine-header-actions {
    display: none;
  }
  .marine-search-trigger {
    display: none !important;
  }
  .marine-mobile-toggle {
    display: inline-grid;
    place-items: center;
  }
}
@media (max-width: 991px) {
  .marine-container {
    width: min(760px, 100% - 32px);
  }
  .marine-home-hero {
    min-height: auto;
    padding: 56px 0;
  }
  .marine-home-hero__grid,
  .marine-trust-strip {
    grid-template-columns: minmax(0, 1fr);
  }
  .marine-home-hero__grid > *,
  .marine-hero__grid > *,
  .marine-quote-layout > *,
  .marine-article-layout > *,
  .marine-knowledge-list-layout > *,
  .marine-list-layout > *,
  .marine-product-detail > * {
    min-width: 0;
  }
  .marine-home-hero__visual {
    min-height: 300px;
  }
  .marine-oem-finder {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .marine-oem-finder strong,
  .marine-oem-finder button {
    grid-column: span 1;
  }
  .marine-home-steps {
    grid-template-columns: 1fr;
  }
  .marine-home-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .marine-trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--marine-line);
    padding: 18px 0;
  }
  .marine-trust-strip div:last-child {
    border-bottom: 0;
  }
  .marine-hero--home {
    min-height: auto;
    padding: 54px 0;
  }
  .marine-hero__grid,
  .marine-home-finder,
  .marine-split,
  .marine-knowledge-layout,
  .marine-knowledge-list-layout,
  .marine-quote-layout,
  .marine-article-layout,
  .marine-list-layout,
  .marine-product-detail {
    grid-template-columns: minmax(0, 1fr);
  }
  .marine-layer-grid,
  .marine-product-grid,
  .marine-product-grid--listing,
  .marine-home-category-grid,
  .marine-category-grid,
  .marine-topic-grid,
  .marine-article-grid,
  .marine-news-event-grid,
  .marine-product-grid--compact,
  .marine-solution-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .marine-knowledge-nav {
    position: static;
  }
  .marine-filter-open {
    display: inline-flex;
  }
  .marine-spec-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .marine-product-card__image,
  .marine-product-grid--listing .marine-product-card__image {
    min-height: 240px;
  }
  .marine-product-card__image img,
  .marine-product-grid--listing .marine-product-card__image img {
    height: 220px;
  }
  .marine-gallery-main {
    min-height: 400px;
  }
  .marine-filter-panel {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 1100;
    width: min(86vw, 360px);
    overflow: auto;
    transform: translateX(-105%);
    transition: transform 0.22s ease;
  }
  .marine-filter-panel.is-open {
    transform: translateX(0);
  }
  .marine-filter-close {
    display: inline-grid;
    place-items: center;
    float: right;
    width: 38px;
    height: 38px;
    border: 1px solid var(--marine-line);
    border-radius: 6px;
    background: #fff;
  }
  .marine-result-row {
    grid-template-columns: 120px 1fr;
  }
  .marine-result-row__actions {
    grid-column: 1/-1;
    grid-template-columns: repeat(2, 1fr);
    justify-self: stretch;
    width: 100%;
  }
  .marine-result-row__actions .marine-result-row__price-inline {
    grid-column: 1/-1;
    justify-items: center;
    text-align: center;
  }
  .marine-result-row__meta span {
    max-width: 100%;
  }
  .marine-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  html,
  body.marine-page {
    max-width: 100%;
    overflow-x: hidden;
  }
  .marine-mentioned-products {
    grid-template-columns: 1fr;
  }
  .marine-solution-products {
    grid-template-columns: 1fr;
  }
  .marine-solution-product-card__image {
    min-height: 190px;
  }
  .marine-solution-product-card__image img {
    height: 170px;
  }
  .marine-mentioned-product-card {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
  }
  .marine-mentioned-product-card__image {
    min-height: 96px;
  }
  .marine-mentioned-product-card__image img {
    height: 96px;
  }
  .marine-container {
    width: min(460px, 100vw - 24px);
    max-width: calc(100vw - 24px);
    min-width: 0;
  }
  .marine-header__inner {
    min-height: 70px;
    width: calc(100vw - 24px);
    grid-template-columns: 1fr auto;
  }
  .marine-header-shell {
    width: calc(100vw - 24px);
  }
  .marine-brandbar__inner {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-width: 0;
  }
  .marine-logo img {
    width: 150px;
  }
  .marine-logo--wide {
    min-width: 0;
  }
  .marine-logo--wide img {
    width: 150px;
    max-width: 150px;
  }
  .marine-logo--wide strong {
    display: none;
  }
  .marine-home-hero {
    padding: 44px 0;
  }
  .marine-home-hero h1 {
    max-width: 100%;
    font-size: 35px;
    line-height: 1.08;
    overflow-wrap: break-word;
    text-wrap: auto;
  }
  .marine-home-hero__checks {
    font-size: 15px;
  }
  .marine-oem-finder {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    overflow: hidden;
  }
  .marine-oem-finder > * {
    border-right: 0;
    border-bottom: 1px solid #d6e0eb;
  }
  .marine-oem-finder button {
    border-bottom: 0;
  }
  .marine-home-steps div {
    grid-template-columns: 44px 1fr;
  }
  .marine-home-steps b {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .marine-home-hero__visual {
    min-height: 230px;
  }
  .marine-home-hero__caption {
    position: static;
    margin-top: 10px;
  }
  .marine-home-shortcuts {
    grid-template-columns: 1fr;
  }
  .marine-detail-block {
    padding: 18px;
  }
  .marine-product-card__image,
  .marine-product-grid--listing .marine-product-card__image {
    min-height: 220px;
  }
  .marine-product-card__image img,
  .marine-product-grid--listing .marine-product-card__image img {
    height: 200px;
  }
  .marine-gallery-main {
    min-height: 300px;
  }
  .marine-gallery-main > img {
    max-height: 300px;
  }
  .marine-gallery-hint {
    display: none;
  }
  .marine-home-shortcuts a {
    min-height: 82px;
  }
  .marine-trust-strip {
    padding: 18px 22px;
  }
  .marine-trust-strip div {
    grid-template-columns: 44px 1fr;
  }
  .marine-hero h1,
  .marine-page-title h1 {
    max-width: 100%;
    font-size: 33px;
    line-height: 1.08;
    overflow-wrap: break-word;
    text-wrap: auto;
  }
  .marine-hero p,
  .marine-page-title p,
  .marine-section-heading p {
    font-size: 16px;
    overflow-wrap: anywhere;
  }
  .marine-section-heading--center {
    width: 100%;
    max-width: 100%;
  }
  .marine-section-heading h2 {
    font-size: 23px;
    line-height: 1.28;
    overflow-wrap: normal;
    text-wrap: balance;
  }
  .marine-brand-strip {
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: visible;
    padding: 0;
  }
  .marine-brand-strip a,
  .marine-brand-strip span {
    flex: 0 1 auto;
    padding: 8px 12px;
    font-size: 14px;
  }
  .marine-searchbar {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 100%;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    overflow: visible;
  }
  .marine-searchbar i {
    display: none;
  }
  .marine-searchbar input {
    min-height: 52px;
    border: 1px solid #bccbd6;
    border-radius: 6px;
  }
  .marine-searchbar button {
    grid-column: auto;
    width: 100%;
    height: 52px;
    border-radius: 6px;
  }
  .marine-layer-grid,
  .marine-product-grid,
  .marine-product-grid--listing,
  .marine-home-category-grid,
  .marine-category-grid,
  .marine-topic-grid,
  .marine-article-grid,
  .marine-news-event-grid,
  .marine-product-grid--compact,
  .marine-finder-form,
  .marine-form-grid,
  .marine-product-facts {
    grid-template-columns: 1fr;
  }
  .marine-article-row {
    grid-template-columns: 1fr;
  }
  .marine-knowledge-page .marine-article-card {
    grid-template-columns: 1fr;
  }
  .marine-knowledge-page .marine-article-card__body {
    padding: 18px;
  }
  .marine-knowledge-page .marine-article-card p {
    -webkit-line-clamp: 3;
  }
  .marine-article-row__image {
    min-height: 180px;
  }
  .marine-finder-form__actions {
    justify-content: stretch;
  }
  .marine-finder-form--finder .marine-finder-form__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .marine-finder-form__actions .btn {
    width: 100%;
    min-width: 0;
  }
  .marine-finder-form--finder .marine-finder-form__actions .btn {
    order: 1;
  }
  .marine-finder-form--finder .marine-finder-form__clear--link {
    order: 2;
    width: 100%;
    justify-content: center;
    min-height: 30px;
  }
  .marine-detail-panel {
    padding: 20px;
  }
  .marine-spec-table div {
    grid-template-columns: 1fr;
  }
  .marine-spec-table span,
  .marine-spec-table strong {
    padding: 10px 0;
    font-size: 16px;
  }
  .marine-spec-table span {
    border-right: 0;
    color: var(--marine-steel);
    font-size: 13px;
    text-transform: uppercase;
  }
  .marine-spec-table strong {
    padding-top: 0;
  }
  .marine-layer-card,
  .marine-article-card,
  .marine-result-row,
  .marine-quote-layer-card {
    grid-template-columns: 1fr;
    min-width: 0;
  }
  .marine-quote-form,
  .marine-quote-summary,
  .marine-side-panel,
  .marine-filter-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .marine-quote-layer-card__image {
    min-height: 120px;
  }
  .marine-quote-layer-card__image img {
    max-height: 112px;
  }
  .marine-hero-actions,
  .marine-card-actions,
  .marine-buy-actions,
  .marine-side-actions {
    align-items: stretch;
  }
  .marine-hero-actions .btn,
  .marine-card-actions .btn,
  .marine-buy-actions .btn,
  .marine-side-actions .btn {
    flex: 1 1 150px;
    min-width: 0;
    text-align: center;
  }
  .marine-section {
    padding: 52px 0;
  }
  .marine-content-panel {
    padding: 22px;
  }
  .marine-section-heading,
  .marine-toolbar,
  .marine-footer__bottom {
    display: block;
  }
  .marine-section-heading--inline .btn {
    margin-top: 14px;
  }
  .marine-toolbar > * {
    margin-bottom: 12px;
  }
  .marine-footer__grid {
    grid-template-columns: 1fr;
  }
  .marine-footer__bottom {
    display: grid;
    gap: 8px;
    min-height: auto;
    padding: 14px 24px;
    line-height: 1.5;
  }
  .marine-footer__bottom span {
    display: block;
  }
}
/* Real UI alignment from /Users/ran/Desktop/ui */
.marine-header {
  background: linear-gradient(90deg, #021b39 0%, #062d55 100%);
  color: #fff;
  box-shadow: 0 8px 22px rgba(2, 25, 51, 0.22);
}

.marine-header-top {
  display: none;
}

.marine-header-shell {
  width: min(1320px, 100% - 56px);
}

.marine-brandbar {
  border-bottom: 0;
}

.marine-brandbar__inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(18px, 2.2vw, 32px);
  align-items: center;
}

.marine-logo--wide {
  gap: 0;
}

.marine-logo--wide strong {
  display: none;
}

.marine-logo--wide img {
  display: block;
  width: 172px;
  max-width: 100%;
}

.marine-logo__light {
  display: none !important;
}

.marine-header-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
}

.marine-header-actions a,
.marine-header-actions button {
  color: #fff;
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: transparent;
  text-decoration: none;
  transition: color 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.marine-header-actions a:hover,
.marine-header-actions button:hover {
  color: var(--marine-cyan);
  border-color: rgba(19, 183, 197, 0.72);
  background: rgba(255, 255, 255, 0.08);
}

.marine-header-actions i {
  color: currentColor;
  font-size: 20px;
}

.marine-search-trigger span,
.marine-account-action span,
.marine-cart-link span {
  display: none;
}

.marine-nav {
  min-width: 0;
  justify-content: center;
  gap: clamp(18px, 3vw, 40px);
  overflow: visible;
}

.marine-nav > a,
.marine-nav__link {
  min-height: 76px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.marine-nav > a:hover,
.marine-nav__link:hover,
.marine-nav__item.is-open > .marine-nav__link,
.marine-nav__item:focus-within > .marine-nav__link {
  color: var(--marine-cyan);
}

.marine-nav__link i {
  color: currentColor;
  font-size: 14px;
}

.marine-nav__dropdown {
  top: 100%;
  left: -12px;
  min-width: 236px;
  border-radius: 6px;
}

.marine-download-link {
  display: none;
}

.marine-mobile-toggle {
  display: none;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.marine-search-overlay[hidden] {
  display: none !important;
}

.marine-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 1900;
}

.marine-search-overlay__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(2, 25, 51, 0.42);
}

.marine-search-overlay__panel {
  position: relative;
  background: #fff;
  box-shadow: 0 18px 52px rgba(2, 25, 51, 0.2);
}

.marine-search-overlay__inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 16px;
  align-items: center;
}

.marine-search-overlay .marine-header-search {
  width: 100%;
  max-width: none;
  height: 50px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 116px;
  border: 1px solid #c8d5df;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.marine-search-overlay .marine-header-search input {
  height: 48px;
  min-width: 0;
  border: 0;
  padding: 0 18px;
  color: var(--marine-ink);
  font-size: 16px;
}

.marine-search-overlay .marine-header-search button {
  min-width: 116px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #0079b8;
  color: #fff;
  font-weight: 900;
}

.marine-search-overlay__close {
  width: 44px;
  height: 44px;
  border: 1px solid #c8d5df;
  border-radius: 999px;
  background: #fff;
  color: var(--marine-navy);
}

.marine-contact-rail {
  position: fixed;
  right: 18px;
  top: 42vh;
  z-index: 920;
  display: grid;
  border: 1px solid var(--marine-line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 42px rgba(6, 31, 63, 0.16);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.marine-contact-rail__toggle,
.marine-contact-rail a {
  width: 66px;
  min-height: 62px;
  display: grid;
  place-items: center;
  gap: 3px;
  padding: 8px 6px;
  border-bottom: 1px solid var(--marine-line);
  color: var(--marine-navy);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  background: #fff;
}

.marine-contact-rail__toggle {
  min-height: 38px;
  border: 0;
  border-bottom: 1px solid var(--marine-line);
  cursor: pointer;
}

.marine-contact-rail__toggle i {
  font-size: 15px;
  line-height: 1;
}

.marine-contact-rail__toggle span {
  font-size: 10px;
}

.marine-contact-rail__links {
  display: grid;
}

.marine-contact-rail a:last-child {
  border-bottom: 0;
}

.marine-contact-rail__toggle:hover,
.marine-contact-rail__toggle:focus,
.marine-contact-rail a:hover {
  color: #0079b8;
  background: #f3f8fc;
}

.marine-contact-rail i {
  color: currentColor;
  font-size: 21px;
}

.marine-contact-rail .marine-contact-rail__toggle i {
  font-size: 15px;
}

.marine-contact-rail.is-collapsed {
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(6, 31, 63, 0.14);
}

.marine-contact-rail.is-collapsed .marine-contact-rail__links {
  display: none;
}

.marine-contact-rail.is-collapsed .marine-contact-rail__toggle {
  width: 40px;
  min-height: 40px;
  border-bottom: 0;
}

.marine-contact-rail.is-collapsed .marine-contact-rail__toggle span {
  display: none;
}

.marine-static-layout {
  max-width: none;
}

.marine-page-title--static {
  padding-bottom: clamp(36px, 6vw, 70px);
}

.marine-static-body {
  max-width: 980px;
  color: #102f55;
  font-size: 17px;
  line-height: 1.76;
}

.marine-static-body h2 {
  margin: 38px 0 14px;
  color: var(--marine-navy);
  font-size: clamp(26px, 3vw, 34px);
}

.marine-static-body p {
  margin-bottom: 18px;
}

.marine-static-body a {
  color: #0079b8;
  font-weight: 800;
  text-decoration: none;
}

.marine-static-body a:hover {
  text-decoration: underline;
}

.marine-static-contact {
  display: grid;
  gap: 10px;
  margin: 18px 0 8px;
  padding: 22px 0;
  border-top: 1px solid var(--marine-line);
  border-bottom: 1px solid var(--marine-line);
}

.marine-static-contact p {
  margin: 0;
}

.marine-contact-qr {
  max-width: 220px;
  margin: 12px 0 0;
}

.marine-contact-qr img {
  width: 100%;
  height: auto;
  border: 1px solid var(--marine-line);
}

.marine-contact-qr figcaption {
  margin-top: 8px;
  color: #516579;
  font-size: 13px;
}

body.marine-home .marine-header,
body.marine-solutions-page .marine-header {
  background: #fff;
  color: var(--marine-navy);
  box-shadow: 0 8px 22px rgba(6, 31, 63, 0.08);
}

body.marine-home .marine-brandbar,
body.marine-solutions-page .marine-brandbar {
  border-bottom-color: var(--marine-line);
}

body.marine-home .marine-logo__dark,
body.marine-solutions-page .marine-logo__dark {
  display: none !important;
}

body.marine-home .marine-logo__light,
body.marine-solutions-page .marine-logo__light {
  display: block !important;
}

body.marine-home .marine-header-actions a,
body.marine-home .marine-header-actions button,
body.marine-solutions-page .marine-header-actions a,
body.marine-solutions-page .marine-header-actions button,
body.marine-home .marine-nav > a,
body.marine-home .marine-nav__link,
body.marine-solutions-page .marine-nav > a,
body.marine-solutions-page .marine-nav__link {
  color: var(--marine-navy);
}

body.marine-home .marine-header-actions a,
body.marine-home .marine-header-actions button,
body.marine-solutions-page .marine-header-actions a,
body.marine-solutions-page .marine-header-actions button {
  border-color: #c8d5df;
}

body.marine-home .marine-header-actions a:hover,
body.marine-home .marine-header-actions button:hover,
body.marine-solutions-page .marine-header-actions a:hover,
body.marine-solutions-page .marine-header-actions button:hover,
body.marine-home .marine-nav > a:hover,
body.marine-home .marine-nav__link:hover,
body.marine-solutions-page .marine-nav > a:hover,
body.marine-solutions-page .marine-nav__link:hover {
  color: #003fb4;
}

body.marine-home .marine-mobile-toggle,
body.marine-solutions-page .marine-mobile-toggle {
  color: var(--marine-navy);
  border-color: #b8c9dc;
}

.marine-home-hero {
  min-height: 420px;
  padding: 52px 0 34px;
  background: #fff;
}

.marine-home-hero__grid {
  grid-template-columns: minmax(0, 520px) minmax(360px, 1fr);
  gap: 54px;
}

.marine-home-hero h1 {
  max-width: 540px;
  margin-bottom: 20px;
  font-size: clamp(40px, 4vw, 54px);
  line-height: 1.13;
}

.marine-home-hero__copy p {
  max-width: 430px;
  margin: 0 0 24px;
  color: #203956;
  font-size: 18px;
  line-height: 1.55;
}

.marine-home-hero__actions,
.marine-home-hero__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.marine-home-hero__actions {
  margin-bottom: 26px;
}

.marine-home-hero__checks {
  color: var(--marine-steel);
  font-size: 14px;
}

.marine-home-hero__checks span {
  gap: 8px;
}

.marine-home-hero__checks i {
  color: #003fb4;
  font-size: 16px;
}

.marine-home-hero__visual {
  min-height: 260px;
}

.marine-home-hero__visual img {
  width: 100%;
  max-height: 330px;
  -o-object-fit: contain;
     object-fit: contain;
}

.marine-solution-panel {
  border: 1px solid var(--marine-line);
  border-radius: 8px;
  padding: 26px 34px 28px;
  background: #fff;
}

.marine-solution-trio {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.marine-solution-card {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 8px 36px 0;
  color: var(--marine-navy);
  text-align: center;
  text-decoration: none;
  border-right: 1px solid var(--marine-line);
}

.marine-card-actions--center {
  justify-content: center;
  margin-top: 8px;
}

.marine-card-actions--center .btn {
  min-width: 132px;
}

.marine-solution-card:last-child {
  border-right: 0;
}

.marine-solution-card img {
  width: 210px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.marine-solution-card h3 {
  margin: 0;
  font-size: 21px;
  font-weight: 900;
}

.marine-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 12px;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.marine-badge--blue {
  background: #2e74bf;
}

.marine-badge--teal {
  background: #00a8b8;
}

.marine-badge--orange {
  background: var(--marine-orange);
}

.marine-solution-card p,
.marine-solution-card ul {
  margin: 0;
  color: #364b61;
  line-height: 1.45;
}

.marine-solution-card ul {
  padding: 0;
  text-align: left;
  list-style: none;
}

.marine-solution-card li::before {
  content: "✓";
  margin-right: 8px;
  color: #003fb4;
}

.marine-home-search-band {
  display: grid;
  grid-template-columns: minmax(140px, 190px) repeat(3, minmax(120px, 1fr)) 150px;
  gap: 12px;
  align-items: end;
  padding: 20px 22px;
  border-radius: 6px;
  background: linear-gradient(90deg, #06254a, #003767);
  color: #fff;
}

.marine-home-search-band__label {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  font-weight: 900;
}

.marine-home-search-band__label i {
  font-size: 32px;
}

.marine-home-search-band label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
}

.marine-home-search-band input,
.marine-home-search-band select {
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 4px;
  padding: 0 12px;
  color: var(--marine-ink);
}

.marine-home-search-band button {
  min-height: 42px;
}

.marine-home-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.marine-home-category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  padding: 20px 18px 14px;
  border: 1px solid var(--marine-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(6, 31, 63, 0.04);
}

.marine-home-category-card img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 122px;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}

.marine-home-category-card strong {
  position: relative;
  z-index: 2;
  color: var(--marine-navy);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;
  pointer-events: none;
}

.marine-home-category-card span {
  position: relative;
  z-index: 2;
  color: #3f5267;
  line-height: 1.45;
  text-decoration: none !important;
  pointer-events: none;
}

.marine-home-category-card__cta {
  display: inline-flex;
  align-self: flex-start;
  margin-top: auto;
  color: var(--marine-blue);
  text-decoration: none !important;
}

.marine-home-category-card__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.marine-home-category-card__cta:hover,
.marine-home-category-card__cta:focus {
  color: var(--marine-blue);
  text-decoration: none !important;
}

.marine-home-category-card__cta em {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  min-height: 0;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--marine-blue);
  background: transparent;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  text-underline-offset: 4px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.marine-home-category-card__cta em:hover,
.marine-home-category-card__cta:focus-visible em {
  color: #003fb4;
  text-decoration: underline;
}

.marine-cross-reference-band {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  padding: 28px 42px;
  border-radius: 8px;
  background: #f2f7fd;
}

.marine-cross-reference-band > i {
  color: var(--marine-navy);
  font-size: 58px;
}

.marine-cross-reference-band h2 {
  margin: 0 0 6px;
  color: var(--marine-navy);
}

.marine-cross-reference-band p {
  margin: 0;
  color: #3f5267;
}

.marine-article-grid--home {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.marine-article-grid--home .marine-article-card {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  min-height: 166px;
}

.marine-article-grid--home .marine-article-card__image {
  aspect-ratio: auto;
  height: 100%;
}

.marine-article-grid--home .marine-article-card__body {
  min-width: 0;
  padding: 14px;
}

.marine-article-grid--home .marine-article-card h3 {
  font-size: 17px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.marine-article-grid--home .marine-article-card p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
  -webkit-line-clamp: 2;
}

.marine-article-grid--home .marine-text-link {
  font-size: 14px;
}

.marine-nav__dropdown--products {
  min-width: 310px;
  max-width: 360px;
  gap: 4px;
}

.marine-product-menu-link {
  display: grid !important;
  gap: 4px;
  padding: 11px 12px !important;
}

.marine-product-menu-link strong {
  color: var(--marine-navy);
  font-size: 15px;
  line-height: 1.2;
}

.marine-product-menu-link span {
  color: var(--marine-steel);
  font-size: 12px;
  line-height: 1.35;
  white-space: normal;
}

.marine-product-menu-link:hover strong {
  color: var(--marine-blue);
}

.marine-mobile-panel__groups {
  display: grid;
  gap: 0;
}

.marine-mobile-accordion {
  border-top: 1px solid #e4edf5;
  border-bottom: 1px solid #e4edf5;
}

.marine-mobile-accordion__toggle {
  width: 100%;
  min-height: 52px;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--marine-navy);
  background: transparent;
  font-size: 18px;
  font-weight: 800;
  text-align: left;
}

.marine-mobile-accordion__toggle i {
  font-size: 18px;
  transition: transform 0.18s ease;
}

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

.marine-mobile-accordion__panel {
  display: grid;
  gap: 2px;
  padding: 0 0 12px;
}

.marine-mobile-accordion__panel a {
  min-height: 40px;
  padding: 9px 0 9px 14px;
  color: #385169;
  font-size: 15px;
  font-weight: 800;
}

.marine-card-fit-line {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 18px;
  gap: 8px;
  align-items: center;
  width: 100%;
  min-height: 30px;
  color: var(--marine-navy);
}

.marine-card-fit-line + .marine-card-fit-line {
  margin-top: 2px;
}

.marine-card-fit-line.is-open {
  z-index: 40;
}

.marine-card-fit-label {
  color: var(--marine-navy);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  white-space: nowrap;
}

.marine-card-fit-value {
  display: block;
  min-width: 0;
  color: var(--marine-navy);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.marine-card-fit-toggle {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #547087;
  font-size: 12px;
  cursor: pointer;
  line-height: 0;
}

.marine-card-fit-toggle:hover,
.marine-card-fit-toggle:focus {
  background: #eef6fb;
  color: var(--marine-blue);
}

.marine-card-fit-toggle[hidden] {
  display: none;
}

.marine-card-fit-toggle i {
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
  transition: transform 0.16s ease;
}

.marine-card-fit-toggle i::before {
  vertical-align: 0;
}

.marine-card-fit-line.is-open .marine-card-fit-toggle i {
  transform: rotate(180deg);
}

.marine-card-fit-popover {
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  right: 0;
  z-index: 45;
  display: grid;
  gap: 4px;
  max-height: 156px;
  padding: 12px 14px;
  border: 1px solid #d5e3ec;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(5, 35, 72, 0.16);
  overflow: auto;
}

.marine-card-fit-popover[hidden] {
  display: none;
}

.marine-card-fit-popover span {
  color: var(--marine-steel);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.marine-card-fit-popover strong {
  color: var(--marine-navy);
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.marine-match-reason {
  display: inline-flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(19, 183, 197, 0.1);
  color: var(--marine-navy);
  font-size: 13px;
  font-weight: 800;
}

.marine-match-reason--tag {
  margin: 0;
}

.marine-result-row__meta .marine-match-reason--tag {
  border-color: transparent;
  background: rgba(19, 183, 197, 0.1);
  font-weight: 800;
}

.marine-match-reason--card {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-radius: 6px;
}

.marine-category-family {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.marine-category-family span {
  color: var(--marine-navy);
  font-weight: 900;
}

.marine-category-family a {
  border: 1px solid var(--marine-line);
  border-radius: 999px;
  padding: 8px 13px;
  color: var(--marine-navy);
  background: #fff;
  text-decoration: none;
  font-weight: 800;
}

.marine-category-family a.is-active {
  color: #fff;
  border-color: var(--marine-blue);
  background: var(--marine-blue);
}

@media (max-width: 1179px) {
  .marine-brandbar__inner {
    grid-template-columns: auto minmax(0, 1fr) auto 44px;
    gap: 16px;
  }
  .marine-brandbar__inner > .marine-nav {
    display: none;
  }
  .marine-contact-rail {
    display: none;
  }
  .marine-header-actions {
    justify-self: end;
  }
  .marine-mobile-toggle {
    display: inline-grid;
    place-items: center;
  }
  .marine-home-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .marine-home-hero__grid,
  .marine-solution-trio,
  .marine-home-search-band,
  .marine-cross-reference-band,
  .marine-article-grid--home {
    grid-template-columns: minmax(0, 1fr);
  }
  .marine-home-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .marine-solution-card {
    border-right: 0;
    border-bottom: 1px solid var(--marine-line);
    padding-bottom: 22px;
  }
  .marine-solution-card:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .marine-article-grid--home .marine-article-card {
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 142px;
  }
  .marine-article-grid--home .marine-article-card__body {
    padding: 12px;
  }
  .marine-article-grid--home .marine-article-card h3 {
    font-size: 16px;
  }
  .marine-article-grid--home .marine-article-card p {
    font-size: 13px;
  }
  .marine-layer-card .marine-card-actions,
  .marine-quote-layer-card__actions {
    grid-template-columns: 1fr;
  }
  .marine-filter-help .btn,
  .marine-file-button,
  .marine-file-clear,
  .marine-quote-form > .btn-lg {
    width: 100%;
    min-width: 0;
  }
  .marine-file-controls {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .marine-product-title-row {
    align-items: center;
  }
  .marine-product-title-row h1 {
    margin-bottom: 0;
  }
  .marine-selected-product dl {
    grid-template-columns: 1fr;
  }
  .marine-header {
    position: relative;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    overflow: visible;
  }
  .marine-brandbar {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
  }
  .marine-brandbar__inner {
    position: relative;
    display: block !important;
    grid-template-columns: none !important;
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin: 0 auto;
    min-height: 64px;
  }
  .marine-logo--wide {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .marine-header-actions {
    display: none !important;
  }
  .marine-search-trigger {
    display: none !important;
  }
  .marine-header-actions .marine-account-action,
  .marine-header-actions .marine-cart-link {
    display: none;
  }
  .marine-mobile-toggle {
    position: absolute;
    right: 16px;
    top: 13px;
    transform: none;
    z-index: 5;
    display: inline-grid !important;
    place-items: center;
    width: 42px;
    height: 42px;
    min-width: 42px;
    color: var(--marine-navy) !important;
    border-color: #b8c9dc !important;
    background: #fff !important;
  }
  .marine-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
  }
  .marine-table {
    display: block;
    min-width: 0;
  }
  .marine-table thead {
    display: none;
  }
  .marine-table tbody,
  .marine-table tr,
  .marine-table td {
    display: block;
    width: 100%;
  }
  .marine-table tr {
    margin-bottom: 12px;
    border: 1px solid var(--marine-line);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
  }
  .marine-table td {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 14px;
    border-bottom: 1px solid var(--marine-line);
    overflow-wrap: anywhere;
  }
  .marine-table td::before {
    content: attr(data-label);
    color: var(--marine-navy);
    font-weight: 900;
  }
  .marine-table td:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 640px) {
  body.marine-page {
    --marine-mobile-inline: calc(100vw - clamp(32px, calc(100vw - 358px), 86px));
    overflow-x: hidden;
  }
  .marine-empty--with-actions > div {
    grid-template-columns: 1fr;
  }
  .marine-empty--with-actions .btn {
    width: 100%;
  }
  .marine-container {
    width: var(--marine-mobile-inline);
    max-width: var(--marine-mobile-inline);
    min-width: 0;
  }
  .marine-header-shell {
    width: var(--marine-mobile-inline) !important;
    max-width: var(--marine-mobile-inline) !important;
    min-width: 0;
  }
  .marine-logo--wide img {
    width: 136px;
  }
  .marine-brandbar__inner {
    min-height: 64px;
    gap: 10px;
  }
  .marine-header-actions {
    gap: 8px;
  }
  .marine-header-actions a,
  .marine-header-actions button {
    width: 38px;
    height: 38px;
  }
  .marine-search-overlay__inner {
    min-height: 72px;
    gap: 10px;
  }
  .marine-search-overlay .marine-header-search {
    grid-template-columns: minmax(0, 1fr) 54px;
  }
  .marine-search-overlay .marine-header-search button {
    min-width: 54px;
  }
  .marine-search-overlay .marine-header-search button span {
    display: none;
  }
  .marine-home-hero {
    padding: 36px 0 28px;
  }
  .marine-home-hero__grid,
  .marine-home-hero__grid > *,
  .marine-home-hero__copy,
  .marine-home-hero__visual {
    min-width: 0;
    max-width: 100%;
  }
  .marine-home-hero__grid {
    display: block;
    overflow: hidden;
  }
  .marine-home-hero__copy {
    width: 100%;
    overflow: hidden;
  }
  .marine-home-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: 30px;
    overflow-wrap: break-word;
  }
  .marine-home-hero__copy p {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
  }
  .marine-home-hero__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
  .marine-home-hero__actions a {
    width: 100%;
    min-width: 0;
    flex: none;
    justify-content: center;
  }
  .marine-home-hero__checks {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }
  .marine-home-hero__visual img {
    width: 100%;
    max-width: 100%;
  }
  .marine-solution-panel {
    padding: 22px 16px;
  }
  .marine-cross-reference-band {
    padding: 24px 20px;
  }
}
@media (max-width: 480px) {
  .marine-header-shell,
  .marine-brandbar__inner,
  .marine-container {
    width: min(358px, 100vw - 32px) !important;
    max-width: min(358px, 100vw - 32px) !important;
  }
  .marine-brandbar__inner {
    margin: 0 auto;
  }
}
