@charset "UTF-8";
/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @Author        pu shuo <pushuo@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        pu shuo <pushuo@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        pu shuo <pushuo@guangda.work>
 * @Date          2022-09-09 19:16:39
 * @LastEditTime  2022-09-16 20:55:07
 */
[v-cloak] {
  display: none;
}

body[class^=page-account] {
  background-color: #f4f4f4;
}
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: "Poppins";
  src: url("/fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: 700;
  color: #282828;
}

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

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

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

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

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

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

.wp-100 {
  width: 100px;
}

.wp-200 {
  width: 200px;
}

.wp-300 {
  width: 300px;
}

.wp-400 {
  width: 400px;
}

.wp-500 {
  width: 500px;
}

.wp-600 {
  width: 600px;
}

.wp-700 {
  width: 700px;
}

.wp-800 {
  width: 800px;
}

.wp-900 {
  width: 900px;
}

.wp-1000 {
  width: 1000px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hp-100 {
  height: 100px;
}

.hp-200 {
  height: 200px;
}

.hp-300 {
  height: 300px;
}

.hp-400 {
  height: 400px;
}

.hp-500 {
  height: 500px;
}

.hp-600 {
  height: 600px;
}

.hp-700 {
  height: 700px;
}

.hp-800 {
  height: 800px;
}

.hp-900 {
  height: 900px;
}

.hp-1000 {
  height: 1000px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity-wrap {
  width: 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);
  }
}

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

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

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

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

.breadcrumb-wrap {
  background-color: #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 #0A9A73;
  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        pu shuo <pushuo@guangda.work>
 * @Date          2022-09-03 22:32:29
 * @LastEditTime  2022-09-16 20:55:12
 */
header {
  background: #fff;
}
header .top-wrap {
  height: 40px;
  background: #F7F8FA;
  display: flex;
}
header .top-wrap > .container, header .top-wrap .container-fluid {
  max-width: 1700px;
}
@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: #0A9A73;
}
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;
  max-width: 1700px;
}
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 > .nav-link {
  font-size: 15px;
  padding: 1rem;
  position: relative;
}
header .header-content .menu-wrap > .navbar-nav > .nav-item > .nav-link.dropdown-toggle::after {
  display: none;
}
header .header-content .menu-wrap > .navbar-nav > .nav-item > .nav-link .badge {
  position: absolute;
  bottom: 80%;
  border-radius: 0;
  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: #0A9A73;
}
header .header-content .logo img {
  max-width: 200px;
  max-height: 50px;
}
header .header-content .right-btn .nav-link {
  color: #333;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  position: relative;
}
header .header-content .right-btn .nav-link i {
  font-size: 1.1rem;
}
header .cart-badge-quantity {
  position: absolute;
  left: 21px;
  top: -3px;
  text-align: center;
  font-size: 12px;
  display: none;
  width: 23px;
  zoom: 0.9;
  height: 23px;
  line-height: 24px;
  background-color: #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: 100px;
  justify-content: center;
}
#offcanvas-search-top .offcanvas-header {
  width: 100%;
}
#offcanvas-search-top input:focus {
  box-shadow: none;
}
#offcanvas-search-top .btn-close {
  padding: 1rem;
  opacity: 1;
}
#offcanvas-search-top .btn-close:hover {
  background-color: #eee;
}

#offcanvas-right-cart .select-wrap {
  margin-right: 10px;
  cursor: pointer;
}
#offcanvas-right-cart .select-wrap i {
  font-size: 20px;
  color: #aaa;
}
#offcanvas-right-cart .select-wrap i.bi-check-circle-fill {
  color: #0A9A73;
}
#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 .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        pu shuo <pushuo@guangda.work>
 * @Date          2022-09-03 22:32:29
 * @LastEditTime  2022-09-16 20:48:00
 */
footer {
  background: #f6f6f8;
  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;
}
footer .services-wrap .service-item .icon {
  width: 38px;
  flex: 0 0 38px;
  margin-right: 14px;
}
@media (max-width: 768px) {
  footer .services-wrap .service-item .icon {
    display: none;
  }
}
footer .services-wrap .service-item p {
  margin-bottom: 0;
}
footer .services-wrap .service-item .title {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 0.9rem;
  color: #333;
}
footer .services-wrap .service-item .sub-title {
  font-size: 0.7rem;
  color: #8D94A0;
}
@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: #666;
}
footer .footer-content a:hover {
  color: #0A9A73;
}
footer .footer-content .logo {
  max-width: 240px;
  margin-bottom: 10px;
}
footer .footer-content .text {
  color: #010000;
}
footer .footer-content h6 {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  footer .footer-content h6 {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  footer .footer-content h6 {
    margin-bottom: 0;
    padding: 12px 0;
  }
}
footer .footer-content h6 .icon-open {
  display: none;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 768px) {
  footer .footer-content h6 .icon-open {
    display: block;
  }
}
footer .footer-content .social-network {
  margin-top: 10px;
  display: flex;
}
footer .footer-content .social-network > a {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
footer .footer-content .social-network > a:hover {
  transform: translateY(-5px);
}
@media (min-width: 768px) {
  footer .footer-content .intro-title {
    display: none;
  }
}
@media (max-width: 768px) {
  footer .footer-content .footer-link-wrap {
    border-bottom: 1px solid #eee;
  }
}
footer .footer-content .footer-link-wrap.active .icon-open i:before {
  content: "\f63b";
}
footer .footer-content .footer-link-wrap.active ul.list-unstyled, footer .footer-content .footer-link-wrap.active .intro-wrap {
  max-height: 1666px;
}
footer .footer-content .footer-link-wrap ul.list-unstyled, footer .footer-content .footer-link-wrap .intro-wrap {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  footer .footer-content .footer-link-wrap ul.list-unstyled, footer .footer-content .footer-link-wrap .intro-wrap {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
  }
}
footer .footer-bottom {
  display: flex;
  align-items: center;
  background: #EFEFF4;
  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;
  }
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @Author        pu shuo <pushuo@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;
  margin-bottom: 1.4rem;
  padding-bottom: 1.4rem;
}
.product-list-wrap .col-12:not(:last-of-type) .product-wrap:hover {
  box-shadow: none;
}
.product-list-wrap .col-12:not(:last-of-type) .product-wrap:hover .image {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.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;
}
@media (min-width: 768px) {
  .product-wrap {
    margin-bottom: 20px;
  }
}
.product-wrap .product-bottom-info {
  padding: 0 5px;
}
.product-wrap.list {
  display: flex;
  padding-bottom: 0;
}
.product-wrap.list .image {
  flex: 0 0 200px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.product-wrap.list .image .image-old {
  height: auto !important;
}
.product-wrap.list .product-name {
  height: auto;
  margin-bottom: 20px;
}
.product-wrap.list .product-bottom-info {
  padding-top: 10px;
  padding-left: 20px;
  flex: 1;
  text-align: left;
}
.product-wrap.list .product-bottom-info .product-name {
  font-size: 14px;
}
.product-wrap .image {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.product-wrap .image .image-old {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-out 0.4s;
}
.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;
}
.product-wrap .image .button-wrap button:hover {
  background-color: rgb(70, 70, 70);
}
@media (min-width: 768px) {
  .product-wrap:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }
  .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 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 22px;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 6px;
}
.product-wrap .product-price .price-new {
  color: #0A9A73;
  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;
}

@media (max-width: 768px) {
  .product-grid:nth-child(2n+1) {
    padding-right: 5px;
  }
  .product-grid:nth-child(2n+2) {
    padding-left: 5px;
  }
}

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

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

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-08-24 17:24:33
 * @LastEditTime  2022-09-16 20:56:21
 */
@media (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 0.5rem;
}
body.page-product .variables-wrap .variable-info > div > span.image {
  width: 50px;
}
body.page-product .variables-wrap .variable-info > div:not(.selected).disabled {
  border: 1px dashed #2e2929;
  color: #999;
}
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 .peoduct-info .product-name {
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (max-width: 768px) {
  body.page-product .peoduct-info .product-name {
    font-size: 1rem;
    font-weight: normal;
  }
}
body.page-product .peoduct-info .rating-wrap {
  margin-bottom: 2rem;
}
body.page-product .peoduct-info .rating-wrap .rating {
  margin-right: 0.5rem;
}
body.page-product .peoduct-info .rating-wrap .rating i {
  color: #0A9A73;
}
body.page-product .peoduct-info .price-wrap {
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  body.page-product .peoduct-info .price-wrap {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  body.page-product .peoduct-info .quantity-btns {
    display: flex;
  }
}
body.page-product .peoduct-info .quantity-btns .quantity-input {
  max-width: 5rem;
  text-align: center;
}
@media (min-width: 768px) {
  body.page-product .peoduct-info .add-wishlist button {
    padding: 0 !important;
    margin-top: 10px;
  }
}
body.page-product .product-description .nav-tabs .nav-link {
  border: none;
}
body.page-product .product-description .nav-tabs .nav-link.active {
  position: relative;
  background-color: transparent;
  color: #0A9A73;
}
body.page-product .product-description .nav-tabs .nav-link.active:before {
  border-top: 1px solid #0A9A73;
  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        pu shuo <pushuo@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 .mb-product-wrap .mb-product-list .quantity-wrap-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.page-cart .mb-product-wrap .mb-product-list .quantity-wrap-line input {
  width: 38px;
  border-radius: 0;
}
body.page-cart .mb-product-wrap .mb-product-list .quantity-wrap-line input, body.page-cart .mb-product-wrap .mb-product-list .quantity-wrap-line i {
  height: 24px;
  line-height: 24px;
  padding: 0;
  text-align: center;
  display: block;
}
body.page-cart .mb-product-wrap .mb-product-list .quantity-wrap-line i {
  width: 24px;
  border: 1px solid #dee2e6;
  display: inline-block;
  cursor: pointer;
}
body.page-cart .mb-product-wrap .mb-product-list .quantity-wrap-line .bi-chevron-up {
  transform: rotate(-270deg);
  margin-left: -1px;
}
body.page-cart .mb-product-wrap .mb-product-list .quantity-wrap-line .bi-chevron-down {
  transform: rotate(90deg);
  margin-right: -1px;
}
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        pu shuo <pushuo@guangda.work>
 * @Date          2022-09-01 16:23:34
 * @LastEditTime  2022-09-16 20:56:12
 */
body.page-checkout {
  background-color: #f6f8fa;
}
@media (max-width: 992px) {
  body.page-checkout .submit-checkout-wrap {
    position: fixed;
    left: 0;
    right: 0;
    align-items: center;
    background: #fff;
    z-index: 100;
    padding: 8px 12px;
    bottom: 0;
    display: flex !important;
    justify-content: space-between;
    box-shadow: 0 -8px 12px 0 rgba(0, 0, 0, 0.1019607843);
    transition: transform 0.3s ease-in-out;
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
  }
  body.page-checkout .submit-checkout-wrap #submit-checkout {
    width: 50%;
  }
  body.page-checkout .submit-checkout-wrap .text-total {
    font-size: 0.9rem;
  }
}
body.page-checkout .radio-line-wrap .radio-line-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 20px;
  border: 1px solid transparent;
}
@media (max-width: 768px) {
  body.page-checkout .radio-line-wrap .radio-line-item {
    padding: 10px;
  }
}
body.page-checkout .radio-line-wrap .radio-line-item:not(:last-of-type) {
  margin-bottom: 1rem;
}
body.page-checkout .radio-line-wrap .radio-line-item:hover {
  border-color: #e5e5e5;
}
body.page-checkout .radio-line-wrap .radio-line-item:active {
  background-color: #f7f7f7;
}
body.page-checkout .radio-line-wrap .radio-line-item.active {
  border-color: #e5e5e5;
}
body.page-checkout .radio-line-wrap .radio-line-item.active .radio {
  border-color: #0A9A73;
}
body.page-checkout .radio-line-wrap .radio-line-item.active .radio:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #0A9A73;
  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;
  margin-bottom: 10px;
}
@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: #0A9A73;
  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        pu shuo <pushuo@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: #0A9A73;
}
body.page-categories .style-wrap label {
  cursor: pointer;
}
body.page-categories .style-wrap label.active svg {
  fill: #0A9A73;
}
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: #0A9A73;
  color: #fff;
}
body.page-categories .filter-value-wrap .list-group .list-group-item:hover {
  background: #0A9A73;
  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: #0A9A73;
  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: #0A9A73;
  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: #0A9A73;
}
.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: #0A9A73;
}

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

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

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @Author        pu shuo <pushuo@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        pu shuo <pushuo@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        pu shuo <pushuo@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        pu shuo <pushuo@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;
}
.modules-box .module-item .module-info {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .modules-box .module-item {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.modules-box .module-item:first-child {
  padding-top: 0;
}
.modules-box .module-item:last-child {
  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 .module-edit {
  display: flex;
}
.modules-box .module-item.module-item-design:hover:after {
  display: block;
}
.modules-box .module-item:after {
  content: "";
  display: none;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  z-index: 9;
  outline: 2px solid #0A9A73;
  border-radius: var(--bs-border-radius);
}
.modules-box .module-item .module-edit {
  position: absolute;
  top: -28px;
  left: 0;
  width: 100%;
  z-index: 9;
  align-items: center;
  justify-content: center;
  display: none;
}
.modules-box .module-item .module-edit .edit-wrap {
  background-color: #0A9A73;
  color: #fff;
  display: flex;
  align-items: center;
}
.modules-box .module-item .module-edit .edit-wrap > div {
  height: 28px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.modules-box .module-item .module-edit .edit-wrap > div:first-of-type:after {
  content: "";
  position: absolute;
  top: 0;
  border: solid rgba(0, 0, 0, 0);
  border-right: solid #0A9A73;
  border-width: 28px 10px 0 0;
  right: 100%;
}
.modules-box .module-item .module-edit .edit-wrap > div:first-of-type:hover:after {
  border-right-color: rgb(8.1341463415, 125.2658536585, 93.5426829268);
}
.modules-box .module-item .module-edit .edit-wrap > div:last-of-type:after {
  content: "";
  position: absolute;
  top: 0;
  border: solid rgba(0, 0, 0, 0);
  border-left: solid #0A9A73;
  border-width: 28px 0 0 10px;
  left: 100%;
}
.modules-box .module-item .module-edit .edit-wrap > div:last-of-type:hover:after {
  border-left-color: rgb(8.1341463415, 125.2658536585, 93.5426829268);
}
.modules-box .module-item .module-edit .edit-wrap > div:hover {
  background-color: rgb(8.1341463415, 125.2658536585, 93.5426829268);
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:57:29
 */
.module-image-plus .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.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;
}

.module-image-banner .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.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     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-04 17:52:22
 * @LastEditTime  2022-09-16 20:57:25
 */
.module-brand .brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
  margin-bottom: 10px;
  height: 120px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.module-brand .brand-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  border: 1px solid #0A9A73;
}
.module-brand .brand-item > img {
  max-height: 100%;
}

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

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

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @Author        pu shuo <pushuo@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: #0A9A73;
}
.pages-wrap .image {
  margin-bottom: 10px;
}
.pages-wrap .image a {
  display: block;
}
.pages-wrap .page-info {
  transition: all 0.3s ease-in-out;
  padding: 0 5px 10px;
}
.pages-wrap .pages-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pages-wrap .pages-title a {
  color: #222;
  transition: all 0.3s ease-in-out;
}
.pages-wrap .pages-summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  color: #888;
  margin-bottom: 10px;
}

/**
 * @copyright     2023 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @Author        pu shuo <pushuo@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        pu shuo <pushuo@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     2024 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @Author        pu shuo <pushuo@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;
  }
}

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

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

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

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

/**
 * @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%); /* 滚动到左侧 */
  }
}
.hew-container {
  width: min(1170px, 100% - 30px);
  margin: 0 auto;
}

:root {
  --hew-font-body: "Rubik", HelveticaNeue, "Helvetica Neue", Arial, sans-serif;
  --hew-font-heading: "Prata", Georgia, "Times New Roman", serif;
  --hew-gold: #a8741a;
  --hew-dark: #202020;
  --hew-panel: #2f2f2f;
  --hew-muted: #9b9b9b;
}

body.page-home,
body.page-home .modules-box,
body.page-home .hew-section,
body.page-home .hew-promo-grid,
body.page-home .hew-hew-product-tabs,
body.page-home .hew-hew-product-carousel,
body.page-home .hew-hew-blog,
body.page-home .hew-insta,
body.page-home .hew-brands {
  background: #202020;
  color: #c8c8c8;
  font-family: var(--hew-font-body);
}

body.page-home .hew-heading h2,
body.page-home .hew-product-card h3 a,
body.page-home .hew-blog-grid h3 {
  color: #fff;
  font-family: var(--hew-font-heading);
  font-weight: 500;
}

body.page-home .hew-promo-card,
body.page-home .hew-product-card .hew-product-image {
  background: #1b1b1b;
}

body.page-home .hew-product-meta,
body.page-home .hew-blog-grid p,
body.page-home .hew-blog-grid time {
  color: #9b9b9b;
}

body.page-home .hew-product-price,
body.page-home .hew-sale-copy span,
body.page-home .hew-tab-labels,
body.page-home .hew-testimonials cite,
body.page-home .hew-split em {
  color: #a8741a;
}

body.page-home .hew-newsletter {
  background: #202020;
}

body.page-home header,
body.page-home header .top-wrap,
body.page-home header .header-content {
  background: #111;
  color: #c8c8c8;
}

body.page-home header .header-content .menu-wrap {
  border-top-color: rgba(255, 255, 255, 0.12);
}

body.page-home header .header-content .right-btn .nav-link,
body.page-home header .header-content .menu-wrap > .navbar-nav > .nav-item > .nav-link {
  color: #c8c8c8;
}

.hew-modal-backdrop {
  position: fixed;
  z-index: 9989;
  inset: 0;
  background: rgba(7, 8, 10, 0.78);
  backdrop-filter: blur(8px);
}

.hew-reference-modal {
  position: fixed;
  z-index: 9990;
  top: 50%;
  left: 50%;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(440px, 1.1fr);
  width: min(980px, 100vw - 80px);
  max-height: calc(100dvh - 64px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2px;
  background: #171819;
  color: #d9d9d7;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  font-family: var(--hew-font-body);
  transform: translate(-50%, -50%);
}

.hew-modal-visual {
  position: relative;
  min-height: 548px;
  overflow: hidden;
  background-color: #111214;
  background-position: 76% center;
  background-size: cover;
}
.hew-modal-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 11, 13, 0.08) 45%, rgba(10, 11, 13, 0.52) 100%);
  content: "";
}
.hew-modal-visual img {
  position: absolute;
  z-index: 1;
  top: 38px;
  left: 34px;
  width: 148px;
  height: auto;
  object-fit: contain;
}

.hew-modal-content {
  display: flex;
  min-width: 0;
  padding: 64px 62px 44px;
  align-items: stretch;
  flex-direction: column;
  text-align: left;
}
.hew-modal-content h2 {
  max-width: 390px;
  margin: 0 0 20px;
  color: #f0f0ed;
  font-family: var(--hew-font-heading);
  font-size: clamp(32px, 3vw, 43px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.12;
}
.hew-modal-content p {
  max-width: 430px;
  margin: 0 0 30px;
  color: #a6a7a8;
  font-size: 14px;
  line-height: 1.75;
}
.hew-modal-content .hew-modal-email-label {
  margin: 0 0 9px;
  color: #d7d7d4;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hew-modal-content input[type=email] {
  width: 100%;
  height: 54px;
  margin: 0 0 14px;
  border: 1px solid #45474a;
  border-radius: 0;
  outline: 0;
  background: #202224;
  color: #f0f0ed;
  padding: 0 17px;
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.hew-modal-content input[type=email]::placeholder {
  color: #85878a;
  opacity: 1;
}
.hew-modal-content input[type=email]:hover {
  border-color: #676a6e;
}
.hew-modal-content input[type=email]:focus-visible {
  border-color: var(--hew-gold);
  background: #252729;
  box-shadow: 0 0 0 3px rgba(168, 116, 26, 0.22);
}
.hew-modal-content .hew-modal-subscribe {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--hew-gold);
  border-radius: 0;
  background: var(--hew-gold);
  color: #111214;
  padding: 0 24px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.12s ease;
}
.hew-modal-content .hew-modal-subscribe:hover {
  border-color: #c18b2d;
  background: #c18b2d;
  color: #101112;
}
.hew-modal-content .hew-modal-subscribe:focus-visible {
  outline: 2px solid #e0b058;
  outline-offset: 3px;
}
.hew-modal-content .hew-modal-subscribe:active {
  transform: translateY(1px);
}
.hew-modal-content .hew-modal-subscribe:disabled {
  cursor: wait;
  opacity: 0.72;
}
.hew-modal-content .hew-newsletter-message {
  min-height: 20px;
  margin: 10px 0 8px;
  color: #d6a449;
  font-size: 13px;
  line-height: 1.45;
}
.hew-modal-content .hew-modal-preference {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 9px;
  color: #97999b;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.45;
}
.hew-modal-content .hew-modal-preference input {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: var(--hew-gold);
}

.hew-modal-close {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  background: rgba(18, 19, 21, 0.72);
  color: #d8d8d5;
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.12s ease;
}
.hew-modal-close:hover {
  border-color: var(--hew-gold);
  background: var(--hew-gold);
  color: #111214;
}
.hew-modal-close:focus-visible {
  outline: 2px solid #e0b058;
  outline-offset: 3px;
}
.hew-modal-close:active {
  transform: scale(0.96);
}

@media (prefers-reduced-motion: no-preference) {
  .hew-modal-backdrop {
    animation: hewModalBackdropIn 0.28s ease-out both;
  }
  .hew-reference-modal {
    animation: hewModalEnter 0.38s cubic-bezier(0.16, 1, 0.3, 1) both;
  }
}
@keyframes hewModalBackdropIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hewModalEnter {
  from {
    transform: translate(-50%, -47%) scale(0.985);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
.hew-cookie-banner {
  position: fixed;
  z-index: 9988;
  left: 15px;
  bottom: 22px;
  width: 500px;
  background: #242424;
  color: #fff;
  padding: 30px 36px;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 24px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
}
.hew-cookie-banner p {
  margin: 0 0 24px;
  line-height: 1.25;
}
.hew-cookie-banner a {
  color: #fff;
  text-decoration: underline;
}
.hew-cookie-banner button {
  display: block;
  margin: 0 auto;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  min-width: 150px;
  min-height: 48px;
  font-size: 20px;
  transition: all 0.25s ease;
}
.hew-cookie-banner button:hover {
  background: #fff;
  color: #242424;
}

@media (max-width: 575.98px) {
  .hew-reference-modal {
    grid-template-columns: minmax(0, 1fr);
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .hew-modal-visual {
    min-height: 156px;
    background-position: 72% 43%;
  }
  .hew-modal-visual::after {
    background: linear-gradient(180deg, rgba(10, 11, 13, 0.06) 35%, rgba(10, 11, 13, 0.72) 100%);
  }
  .hew-modal-visual img {
    top: 22px;
    left: 20px;
    width: 118px;
  }
  .hew-modal-content {
    padding: 27px 22px 24px;
  }
  .hew-modal-content h2 {
    max-width: 290px;
    margin-bottom: 14px;
    font-size: clamp(26px, 7.4vw, 32px);
    line-height: 1.12;
  }
  .hew-modal-content p {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.65;
  }
  .hew-modal-content input[type=email] {
    width: 100%;
    height: 50px;
    margin-bottom: 12px;
  }
  .hew-modal-content .hew-modal-subscribe {
    width: 100%;
    height: 50px;
  }
  .hew-modal-content .hew-newsletter-message {
    margin-top: 8px;
    margin-bottom: 6px;
  }
  .hew-modal-content .hew-modal-preference {
    font-size: 12px;
  }
  .hew-modal-close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    background: rgba(18, 19, 21, 0.8);
    font-size: 23px;
  }
  .hew-cookie-banner {
    width: 250px;
    bottom: 24px;
  }
}
/* Mirora interaction parity: sticky navigation, discrete menus and Owl-like tracks. */
@keyframes hewFixHeaderIn {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  header .hew-desktop-header {
    min-height: 237px;
  }
  header .hew-header-strip,
  header .hew-header-inner,
  header .hew-reference-nav {
    width: min(1170px, 100% - 30px);
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  header .hew-header-strip {
    height: 45px;
    grid-template-columns: 1fr 1.75fr 1fr;
  }
  header .hew-header-inner {
    min-height: 126px;
  }
  header .header-content .logo {
    top: 31px;
    width: 181px;
    max-width: 181px;
  }
  header .header-content .logo img {
    width: 181px;
    height: 57px;
    max-height: 57px;
  }
  header .hew-support {
    left: 0;
    top: 38px;
  }
  header .right-btn {
    right: 0;
    top: 40px;
  }
  header .hew-main-menu {
    min-height: 66px;
    height: 66px;
    background: #242424;
    border: 0;
  }
  header .hew-main-menu.fix-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 889;
    width: 100%;
    max-width: 100%;
    animation: hewFixHeaderIn 0.7s ease-out both;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
  }
  header .hew-reference-nav {
    position: relative;
    justify-content: flex-start;
    gap: 0;
    min-height: 66px;
  }
  header .hew-reference-nav .hew-nav-item {
    min-height: 66px;
  }
  header .hew-reference-nav > .hew-nav-item > a {
    height: 66px;
    padding: 20px 22px;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
  }
  header .hew-reference-nav > .hew-nav-item:first-child > a {
    padding-left: 0;
  }
  header .hew-reference-nav > .hew-nav-item > a::after {
    display: none;
  }
  header .hew-reference-nav .hew-nav-dropdown {
    display: none;
    top: 100%;
    left: 0;
    min-width: 220px;
    padding: 10px 0;
    background: #212121;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
  }
  header .hew-reference-nav .hew-nav-item:hover > .hew-nav-dropdown,
  header .hew-reference-nav .hew-nav-item:focus-within > .hew-nav-dropdown,
  header .hew-reference-nav .hew-nav-item.is-open > .hew-nav-dropdown {
    display: block;
    transform: none;
  }
  header .hew-reference-nav .hew-nav-catalog {
    position: static;
  }
  header .hew-reference-nav .hew-nav-catalog > .hew-nav-mega {
    left: 0;
    right: 0;
    width: 100%;
    min-width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 30px;
    text-align: left;
  }
  header .hew-reference-nav .hew-nav-dropdown a,
  header .hew-reference-nav .hew-nav-dropdown strong {
    padding: 7px 20px;
    font-size: 14px;
  }
  header .hew-reference-nav .hew-nav-dropdown strong {
    color: #fff;
    font-family: var(--hew-font-heading);
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .hew-header-dropdown {
    display: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
  .hew-header-dropdown-trigger:hover .hew-header-dropdown,
  .hew-header-dropdown-trigger:focus-within .hew-header-dropdown,
  .hew-header-dropdown-trigger.is-open .hew-header-dropdown {
    display: block;
    transform: none;
  }
}
.hew-hero-nav button {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #1d1d1d;
  color: #3e3e3e;
  font-size: 32px;
  line-height: 60px;
  opacity: 0;
  transition: opacity 0.3s ease-out, background 0.3s ease, color 0.3s ease;
}

.hew-hero-prev {
  left: 10px;
}

.hew-hero-next {
  right: 10px;
}

.hew-hew-hero:hover .hew-hero-nav button {
  opacity: 1;
}

.hew-hero-nav button:hover {
  background: var(--hew-gold);
  color: #fff;
}

.hew-hero-slide.hew-slide-enter {
  animation: hewHeroFrameIn 0.5s ease both;
}

.hew-hero-slide.hew-slide-leave {
  animation: hewHeroFrameOut 0.5s ease both;
}

@keyframes hewHeroFrameIn {
  from {
    opacity: 0;
    transform: scale(1.025);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes hewHeroFrameOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.hew-tab-labels button {
  min-width: 138px;
  height: 50px;
  padding: 0 30px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: #242424;
  color: #fff;
  font-family: var(--hew-font-heading);
  font-size: 18px;
  line-height: 46px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.hew-tab-labels button:last-child {
  border-right: 0;
}

.hew-tab-labels button:hover,
.hew-tab-labels button.active {
  position: relative;
  z-index: 2;
  color: var(--hew-gold);
  box-shadow: inset 0 0 0 2px var(--hew-gold);
}

.hew-product-tab-panels {
  position: relative;
}

.hew-product-tab-panel {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.hew-product-tab-panel.active {
  opacity: 1;
}

.hew-product-tab-panel.in {
  opacity: 1;
}

.hew-product-tab-panel.is-leaving {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

.hew-product-tab-panel.is-entering {
  opacity: 0;
}

[data-hew-slider] {
  position: relative;
  overflow: hidden;
}

[data-hew-slider-track] {
  display: flex;
  flex-wrap: nowrap;
  overflow: visible !important;
  scroll-behavior: auto !important;
  will-change: transform;
  touch-action: pan-y;
}

[data-hew-slider-track] > * {
  flex: 0 0 calc((100% - (var(--hew-visible, 1) - 1) * var(--hew-track-gap, 0px)) / var(--hew-visible, 1)) !important;
  max-width: calc((100% - (var(--hew-visible, 1) - 1) * var(--hew-track-gap, 0px)) / var(--hew-visible, 1)) !important;
}

[data-hew-slider].is-dragging [data-hew-slider-track] {
  cursor: grabbing;
}

[data-hew-slider-dir].disabled {
  opacity: 0.35 !important;
  cursor: default;
}

.hew-carousel-row {
  --hew-track-gap: 30px;
}

.hew-blog-shell {
  --hew-track-gap: 30px;
}

.hew-blog-grid {
  display: flex;
  gap: 30px;
}

.hew-insta-row {
  --hew-track-gap: 0px;
}

.hew-brand-row {
  --hew-track-gap: 54px;
}

.hew-blog-shell .hew-strip-nav {
  top: 38%;
}

.hew-insta-row a {
  position: relative;
}

.hew-insta-row a::before,
.hew-insta-row a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 1px;
  height: 70px;
  margin-top: -35px;
  background: #fff;
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
}

.hew-insta-row a::after {
  width: 70px;
  height: 1px;
  margin: 0 0 0 -35px;
}

.hew-insta-row a:hover::before,
.hew-insta-row a:hover::after {
  transform: scale(1);
}

.hew-mobile-menu-panel {
  display: block;
  max-height: 0;
  overflow: hidden;
  background: #242424;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.hew-mobile-menu-panel.is-open {
  max-height: 75vh;
  overflow-y: auto;
  opacity: 1;
}

.hew-mobile-catalog-toggle {
  border: 0;
  background: transparent;
  color: #fff;
}

.hew-mobile-menu-panel .mobile-menu-wrap,
.hew-mobile-menu-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hew-mobile-menu-panel a {
  display: block;
  padding: 12px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
  font-family: var(--hew-font-heading);
  font-size: 16px;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .hew-main-menu.fix-header {
    position: static !important;
    animation: none !important;
  }
  .hew-hero-nav {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .hew-tab-labels {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }
  .hew-tab-labels button {
    min-width: 0;
    width: 100%;
    padding: 0 4px;
    font-size: 13px;
  }
  .hew-product-tab-panel .hew-product-card:nth-child(n+3) {
    display: none;
  }
  .hew-blog-shell .hew-strip-nav {
    display: none;
  }
}
.hew-section {
  font-family: var(--hew-font-body);
  color: #2d2d2d;
}
.hew-config-only-module,
.hew-hew-header {
  display: none !important;
}

.hew-motion-ready {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.45s ease, filter 0.45s ease;
  filter: none;
}

.hew-section.hew-motion-ready,
.hew-section.hew-motion-in {
  animation: none;
  transform: none;
  filter: none;
}

.hew-motion-in {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.hew-motion-ready.hew-motion-in {
  animation: hewSoftLift 0.55s ease both;
}

@keyframes hewSoftLift {
  from {
    transform: translateY(10px);
    filter: brightness(0.92);
  }
  to {
    transform: translateY(0);
    filter: brightness(1);
  }
}
.hew-product-card.hew-motion-ready,
.hew-promo-card.hew-motion-ready,
.hew-blog-grid article.hew-motion-ready,
.hew-insta-row a.hew-motion-ready,
.hew-brands img.hew-motion-ready {
  transition-delay: calc(var(--hew-motion-index, 0) * 55ms);
}

.hew-heading {
  text-align: center;
  margin-bottom: 42px;
}
.hew-heading h2 {
  font-family: var(--hew-font-heading);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px;
}

.hew-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 34px;
  border: 2px solid #2d2d2d;
  color: #2d2d2d;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
}
.hew-btn:hover {
  background: var(--hew-gold);
  border-color: var(--hew-gold);
  color: #fff;
  text-decoration: none;
}

.hew-hew-hero {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  min-height: 475px;
}

.hew-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 1;
  min-height: 475px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 0.6s ease, transform 5.5s ease;
}
.hew-hero-slide.active {
  z-index: 2;
  opacity: 1;
  transform: scale(1);
}

.hew-hero-copy {
  width: 560px;
  max-width: 48%;
  text-align: center;
  margin-left: 52px;
}
.hew-hero-copy .hew-eyebrow {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 8px;
}
.hew-hero-copy h1 {
  font-family: var(--hew-font-heading);
  font-size: 70px;
  font-weight: 400;
  margin: 0 0 12px;
  line-height: 1.05;
  color: #fff;
}
.hew-hero-copy .hew-hero-sub {
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
  margin: 0 auto 8px;
}
.hew-hero-copy .hew-price {
  font-size: 17px;
  color: #888;
  margin-bottom: 10px;
}
.hew-hero-copy .hew-price strong,
.hew-hero-copy .hew-price b {
  color: #a8741a;
  font-size: 34px;
  font-weight: 600;
}
.hew-hero-copy .hew-hero-desc {
  color: #777;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.hew-hero-copy .hew-btn {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.hew-hero-copy .hew-btn:hover {
  border-color: #a8741a;
  background: #a8741a;
  color: #fff;
}

.hew-hero-slide.active .hew-eyebrow,
.hew-hero-slide.active h1,
.hew-hero-slide.active .hew-hero-sub,
.hew-hero-slide.active .hew-price,
.hew-hero-slide.active .hew-hero-desc,
.hew-hero-slide.active .hew-btn {
  animation: hewFadeUp 0.55s ease both;
}

.hew-hero-slide.active h1 {
  animation-delay: 0.08s;
}

.hew-hero-slide.active .hew-hero-sub {
  animation-delay: 0.16s;
}

.hew-hero-slide.active .hew-price {
  animation-delay: 0.23s;
}

.hew-hero-slide.active .hew-hero-desc {
  animation-delay: 0.3s;
}

.hew-hero-slide.active .hew-btn {
  animation-delay: 0.38s;
}

@keyframes hewFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hew-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 4;
}
.hew-hero-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  border: 0;
  background: #2f2f2f;
  font-size: 0;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.hew-hero-dots button.active {
  background: var(--hew-gold);
  transform: scale(1.8);
}

.hew-promo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 30px 0 0;
}

.hew-promo-card {
  position: relative;
  display: block;
  overflow: hidden;
  color: #2d2d2d;
}
.hew-promo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.05));
  transition: opacity 0.3s ease;
}
.hew-promo-card img {
  width: 100%;
  display: block;
  transition: transform 0.35s ease;
}
.hew-promo-card:hover img {
  transform: scale(1.06);
}
.hew-promo-card:hover::before {
  opacity: 0.78;
}

.hew-promo-copy {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
}
.hew-promo-copy strong,
.hew-promo-copy em,
.hew-promo-copy small {
  display: block;
  font-style: normal;
}
.hew-promo-copy strong {
  font-family: var(--hew-font-body);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  color: #fff;
}
.hew-promo-copy em {
  font-family: var(--hew-font-heading);
  font-size: 29px;
  line-height: 1.2;
  margin-top: 3px;
  color: #a8741a;
}
.hew-promo-copy small {
  color: #fff;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 600;
}
.hew-promo-copy strong,
.hew-promo-copy em,
.hew-promo-copy small {
  transition: transform 0.32s ease, opacity 0.32s ease, color 0.32s ease;
}
.hew-promo-card:hover .hew-promo-copy strong {
  transform: translateY(-8px);
}
.hew-promo-card:hover .hew-promo-copy em {
  transform: translateY(-4px);
  color: #c78f2a;
}
.hew-promo-card:hover .hew-promo-copy small {
  transform: translateY(8px);
}
.hew-promo-copy video,
.hew-promo-copy iframe {
  width: min(1120px, 86vw);
  height: min(630px, 62vw);
  max-height: 78vh;
  border: 0;
  background: #000;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.hew-hew-product-tabs {
  padding: 80px 0 68px;
}

.hew-tab-labels {
  display: inline-flex;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--hew-gold);
  font-family: var(--hew-font-heading);
  font-size: 18px;
  padding-bottom: 0;
}
.hew-tab-labels span {
  cursor: pointer;
  min-width: 138px;
  height: 50px;
  padding: 0 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 48px;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.hew-tab-labels span:last-child {
  border-right: 0;
}
.hew-tab-labels span.active, .hew-tab-labels span:hover {
  color: var(--hew-gold);
  border-color: var(--hew-gold);
  box-shadow: inset 0 0 0 1px var(--hew-gold);
}

.hew-product-grid {
  display: grid;
  gap: 30px;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.hew-product-grid.is-switching {
  opacity: 0.28;
  transform: translateY(8px);
}

.hew-product-hidden {
  display: none !important;
}

.hew-product-grid-main {
  grid-template-columns: repeat(4, 1fr);
}

.hew-carousel-row {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}
.hew-carousel-row::-webkit-scrollbar {
  display: none;
}
.hew-carousel-row .hew-product-card {
  flex: 0 0 calc((100% - 120px) / 5);
  scroll-snap-align: start;
}

.hew-carousel-shell {
  position: relative;
  overflow: hidden;
}

.hew-carousel-nav {
  position: absolute;
  top: 36%;
  z-index: 3;
  width: 42px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(28, 28, 28, 0.68);
  color: #c8c8c8;
  font-size: 34px;
  line-height: 1;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.25s ease;
}
.hew-carousel-nav:hover {
  background: rgba(168, 116, 26, 0.88);
  color: #fff;
}

.hew-carousel-prev {
  left: 0;
}

.hew-carousel-next {
  right: 0;
}

.hew-carousel-shell:hover .hew-carousel-nav {
  opacity: 1;
}

.hew-product-card {
  position: relative;
  text-align: center;
  min-width: 0;
  padding: 0 0 26px;
  overflow: hidden;
  min-height: 438px;
  transition: background 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease, z-index 0.28s ease;
}
.hew-product-card .hew-product-image {
  position: relative;
  display: block;
  background: #1b1b1b;
  overflow: hidden;
}
.hew-product-card .hew-product-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.hew-product-card .hew-product-image .hew-quick-view {
  position: absolute;
  left: 10%;
  right: 10%;
  top: auto;
  bottom: 28px;
  transform: translateY(16px);
  opacity: 0;
  background: rgba(47, 47, 47, 0.92);
  color: #d8d8d8;
  padding: 13px 18px;
  font-family: var(--hew-font-heading);
  font-size: 15px;
  line-height: 1.15;
  transition: all 0.25s ease;
  z-index: 5;
}
.hew-product-card .hew-product-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.36);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}
.hew-product-card .hew-product-actions {
  position: absolute;
  left: 50%;
  top: calc(50% + 44px);
  bottom: auto;
  display: none;
  gap: 8px;
  opacity: 0;
  transform: translate(-50%, 16px);
  transition: all 0.28s ease;
  z-index: 4;
}
.hew-product-card .hew-action {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: #2f2f2f;
  color: #fff;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  transition: background 0.25s ease;
}
.hew-product-card .hew-action:hover {
  background: var(--hew-gold);
}
.hew-product-card .hew-action.active {
  background: var(--hew-gold);
  border-color: var(--hew-gold);
  color: #fff;
}
.hew-product-card:hover {
  z-index: 8;
  background: #242424;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.36);
  transform: translateY(-4px);
}
.hew-product-card:hover .hew-product-image img {
  transform: scale(1.04);
}
.hew-product-card:hover .hew-product-image::after {
  opacity: 1;
}
.hew-product-card:hover .hew-product-image .hew-quick-view {
  opacity: 1;
  transform: translateY(0);
}
.hew-product-card:hover .hew-product-actions {
  opacity: 0;
  transform: translate(-50%, 16px);
}
.hew-product-card h3 {
  margin: 8px 0 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.hew-product-card h3 a {
  color: #fff;
  font-family: var(--hew-font-heading);
  font-weight: 400;
  text-decoration: none;
}

.hew-product-desc {
  position: absolute;
  left: 28px;
  right: 28px;
  top: auto;
  bottom: 86px;
  z-index: 7;
  max-width: 260px;
  min-height: 0;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  color: #777;
  font-size: 13px;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.hew-product-cart-row {
  position: absolute;
  left: 28px;
  right: 28px;
  top: auto;
  bottom: 24px;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: none;
  height: 38px;
  margin: 0 auto;
  overflow: visible;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease;
}
.hew-product-cart-row .hew-add-cart {
  flex: 1;
  height: 38px;
  border: 0;
  background: #2f2f2f;
  color: #d8d8d8;
  font-family: var(--hew-font-heading);
  font-size: 14px;
  transition: background 0.25s ease, color 0.25s ease;
}
.hew-product-cart-row .hew-add-cart:hover {
  background: var(--hew-gold);
  color: #fff;
}

.hew-product-card:hover::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 188px;
  z-index: 6;
  background: #242424;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.36);
  pointer-events: none;
}
.hew-product-card:hover .hew-product-desc {
  opacity: 1;
  transform: translateY(0);
}
.hew-product-card:hover .hew-product-cart-row {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.hew-modal-open {
  overflow: hidden;
}

.hew-quick-modal {
  position: fixed;
  inset: 0;
  z-index: 9995;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}
.hew-quick-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.hew-quick-modal-dialog {
  position: relative;
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 30px;
  padding: 34px;
  background: #222;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  color: #fff;
  transform: translateY(16px);
  transition: transform 0.24s ease;
}
.hew-quick-modal.active .hew-quick-modal-dialog {
  transform: translateY(0);
}
.hew-quick-modal-dialog img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #1b1b1b;
}
.hew-quick-modal-dialog h3 {
  margin: 8px 0 16px;
  font-family: var(--hew-font-heading);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
}

.hew-quick-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  border: 0;
  background: #2f2f2f;
  color: #fff;
  font-size: 26px;
  line-height: 42px;
}

.hew-quick-modal-meta {
  margin: 18px 0 0;
  color: #999;
}

.hew-quick-modal-price {
  color: #a8741a;
  font-size: 18px;
  font-weight: 500;
}

.hew-product-meta {
  color: #999;
  font-size: 12px;
  margin-top: 18px;
}

.hew-product-price {
  color: #a8741a;
  font-size: 18px;
  line-height: 1.42;
  font-weight: 500;
}
.hew-product-price strong {
  color: #a8741a;
  font-weight: 500;
}
.hew-product-price del {
  color: #999;
  margin-left: 8px;
}

.hew-product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: #2d2d2d;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
}

.hew-video {
  position: relative;
  width: 100%;
  min-height: 656px;
  border: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hew-video img {
  width: 100px;
  height: 100px;
  transition: transform 0.25s ease;
}
.hew-video:hover img {
  transform: scale(1.08);
}
.hew-video.is-playing {
  cursor: pointer;
}
.hew-video.is-playing > img {
  opacity: 0;
  transform: scale(0.8);
}

.hew-video-player {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.38);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.hew-video-player em {
  position: relative;
  width: 260px;
  max-width: 60%;
  height: 3px;
  margin-top: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.24);
}
.hew-video-player em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 46%;
  background: #a8741a;
  animation: hewVideoProgress 3.2s linear infinite;
}

.hew-video-pulse {
  width: 74px;
  height: 74px;
  border: 3px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  margin-bottom: 14px;
  animation: hewPulse 1.4s ease-in-out infinite;
}

@keyframes hewVideoProgress {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(230%);
  }
}
@keyframes hewPulse {
  0%, 100% {
    transform: scale(0.92);
    opacity: 0.72;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}
.hew-hew-product-carousel {
  padding: 80px 0 76px;
}

.hew-sale {
  position: relative;
  min-height: 397px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.hew-sale-copy {
  position: relative;
  z-index: 1;
  color: #fff;
  width: min(760px, 100% - 30px);
  margin: 0 auto;
  text-align: center;
}
.hew-sale-copy span {
  color: #a8741a;
  font-size: 20px;
  line-height: 1.5;
}
.hew-sale-copy h2 {
  margin: 8px 0;
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  font-family: var(--hew-font-heading);
}
.hew-sale-copy p {
  margin: 0 auto 30px;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

.hew-btn-light {
  min-width: 222px;
  height: 62px;
  border: 3px solid #fff;
  color: #fff;
  background: transparent;
  line-height: 56px;
  font-size: 16px;
  font-weight: 700;
}
.hew-btn-light:hover {
  border-color: var(--hew-gold);
  background: var(--hew-gold);
  color: #fff;
}

.hew-testimonials {
  min-height: 360px;
  padding: 82px 0 74px;
  background: linear-gradient(rgba(24, 24, 24, 0.58), rgba(24, 24, 24, 0.58)), url("/catalog/high_end_watch_theme/reference/middle.jpg") center/cover no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  transition: background-position 0.52s ease, filter 0.52s ease;
}
.hew-testimonials.is-switching {
  background-position: center right;
  filter: brightness(0.94);
}
.hew-testimonials .hew-container {
  max-width: 760px;
  transform: translateX(0);
  transition: transform 0.52s ease, opacity 0.52s ease;
}
.hew-testimonials.is-switching .hew-container {
  transform: translateX(22px);
  opacity: 0.72;
}
.hew-testimonials blockquote {
  margin: 0 auto 32px;
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-26px);
  transition: opacity 0.42s ease, transform 0.42s ease;
}
.hew-testimonials blockquote.active {
  height: auto;
  overflow: visible;
  opacity: 1;
  transform: translateX(0);
}
.hew-testimonials p {
  color: #c8c8c8;
  font-size: 18px;
  line-height: 1.9;
  min-height: 86px;
}
.hew-testimonials cite {
  color: #a8741a;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}
.hew-testimonials .hew-testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: nowrap;
}
.hew-testimonials .hew-testimonial-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #555;
  font-size: 0;
}
.hew-testimonials .hew-testimonial-dots button.active {
  background: var(--hew-gold);
}

.hew-hew-testimonials {
  padding-top: 36px;
  background: #1f1f1f;
}

.hew-hew-blog {
  padding: 72px 0 72px;
}

.hew-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.hew-blog-grid img {
  width: 100%;
  aspect-ratio: 370/230;
  object-fit: cover;
}
.hew-blog-grid h3 {
  color: #fff;
  font-family: var(--hew-font-heading);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
  margin: 20px 0 8px;
}
.hew-blog-grid p,
.hew-blog-grid time {
  color: #999;
  font-size: 13px;
}

.hew-insta {
  padding: 76px 0 70px;
  text-align: center;
}
.hew-insta h2 {
  color: #fff;
  font-family: var(--hew-font-heading);
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 38px;
}

.hew-insta-row {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.hew-insta-row::-webkit-scrollbar {
  display: none;
}
.hew-insta-row img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.hew-insta-row a {
  display: block;
  flex: 0 0 16.6666666667%;
  overflow: hidden;
}
.hew-insta-row a:hover img {
  transform: scale(1.08);
  opacity: 0.75;
}

.hew-strip-shell {
  position: relative;
  overflow: hidden;
}

.hew-strip-nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 42px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(24, 24, 24, 0.62);
  color: #fff;
  font-size: 36px;
  line-height: 1;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.22s ease, background 0.22s ease;
}
.hew-strip-nav:hover {
  background: rgba(168, 116, 26, 0.9);
}

.hew-strip-prev {
  left: 0;
}

.hew-strip-next {
  right: 0;
}

.hew-strip-shell:hover .hew-strip-nav {
  opacity: 1;
}

.hew-newsletter {
  background: #202020;
  color: #fff;
  min-height: 355px;
  display: block;
  align-items: center;
  justify-content: center;
  padding: 88px max(15px, (100vw - 1170px) / 2);
  text-align: center;
}
.hew-newsletter h2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 400;
  font-family: var(--hew-font-heading);
  margin: 0 0 22px;
}
.hew-newsletter p {
  max-width: 870px;
  color: #c8c8c8;
  margin: 0 auto 46px;
  font-size: 14px;
  line-height: 1.7;
}
.hew-newsletter form {
  display: flex;
  flex-wrap: wrap;
  width: min(780px, 100%);
  margin: 0 auto;
  gap: 16px;
}
.hew-newsletter input {
  flex: 1;
  min-height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #242424;
  color: #c8c8c8;
  padding: 0 24px;
}
.hew-newsletter button {
  border: 0;
  min-width: 190px;
  min-height: 56px;
  background: #2f2f2f;
  color: #fff;
  padding: 0 28px;
  font-family: var(--hew-font-heading);
  font-size: 18px;
  text-transform: none;
  transition: background 0.25s ease;
}
.hew-newsletter button:hover {
  background: var(--hew-gold);
}
.hew-newsletter .hew-newsletter-message {
  flex: 0 0 100%;
  min-height: 20px;
  margin-top: 4px;
  color: #c78a19;
  font-family: var(--hew-font-body);
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.hew-brands {
  padding: 72px 0;
  text-align: center;
}
.hew-brands h2 {
  color: #fff;
  font-family: var(--hew-font-heading);
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 42px;
}
.hew-brands .hew-brand-row {
  display: flex;
  align-items: center;
  gap: 54px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.hew-brands .hew-brand-row::-webkit-scrollbar {
  display: none;
}
.hew-brands img {
  flex: 0 0 calc((100% - 290px) / 6);
  max-width: 100%;
  opacity: 0.75;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.hew-brands img:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.hew-split {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 0 80px;
}
.hew-split a {
  position: relative;
  min-height: 225px;
  background-size: auto 100%;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 16%;
  color: #c8c8c8;
  text-decoration: none;
  overflow: hidden;
  transition: background-size 0.35s ease;
}
.hew-split a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.22));
  opacity: 1;
  transition: opacity 0.25s ease;
}
.hew-split a > * {
  position: relative;
  z-index: 1;
  transition: transform 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}
.hew-split a:hover::before {
  opacity: 0.78;
}
.hew-split a:hover > * {
  transform: translateX(14px);
}
.hew-split span {
  font-size: 18px;
  color: #c8c8c8;
  transition-delay: 0s;
}
.hew-split strong {
  font-family: var(--hew-font-heading);
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  transition-delay: 0.04s;
}
.hew-split em {
  font-style: normal;
  color: var(--hew-gold);
  transition-delay: 0.08s;
}
.hew-split small {
  margin-top: 22px;
  color: #c8c8c8;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition-delay: 0.12s;
}
.hew-split a:hover {
  background-size: auto 108%;
}

header {
  background: #111;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}
header .header-content {
  padding: 0;
}
header .hew-desktop-header {
  min-height: 236px;
}
header .hew-header-inner {
  position: relative;
  min-height: 125px;
  padding: 0 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
header .header-content .logo {
  position: absolute;
  left: 50%;
  top: 38px;
  width: 226px;
  max-width: 226px;
  transform: translateX(-50%);
  z-index: 5;
  text-align: center;
  margin: 0;
}
header .header-content .logo img {
  width: 226px;
  max-height: 72px;
  object-fit: contain;
}
header .header-content .menu-wrap {
  border-top: 0;
  padding-top: 0;
}
header .hew-main-menu {
  min-height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
header .hew-reference-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  min-height: 61px;
  padding: 0;
}
header .hew-reference-nav .hew-nav-item {
  position: relative;
  display: inline-flex;
  min-height: 61px;
  align-items: center;
}
header .hew-reference-nav > .hew-nav-item > a {
  position: relative;
  color: #fff;
  font-family: var(--hew-font-heading);
  font-size: 18px;
  font-weight: 400;
  line-height: 61px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.22s ease;
}
header .hew-reference-nav > .hew-nav-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #a8741a;
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
header .hew-reference-nav > .hew-nav-item > a.active, header .hew-reference-nav > .hew-nav-item > a:hover {
  color: #a8741a;
}
header .hew-reference-nav > .hew-nav-item > a.active::after, header .hew-reference-nav > .hew-nav-item > a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
header .hew-reference-nav .hew-nav-item:hover > a {
  color: #a8741a;
}
header .hew-reference-nav .hew-nav-item:hover > a::after {
  opacity: 1;
  transform: scaleX(1);
}
header .hew-nav-dropdown {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 30;
  min-width: 210px;
  padding: 18px 0;
  background: #222;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 14px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
header .hew-nav-dropdown a,
header .hew-nav-dropdown strong {
  display: block;
  padding: 7px 22px;
  color: #8a8a8a;
  font-family: var(--hew-font-body);
  font-size: 13px;
  line-height: 1.45;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
header .hew-nav-dropdown strong {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}
header .hew-nav-dropdown a:hover {
  color: #a8741a;
  padding-left: 28px;
}
header .hew-nav-mega {
  min-width: 420px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 20px 12px;
}
header .hew-nav-item:hover .hew-nav-dropdown,
header .hew-nav-item:focus-within .hew-nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
header .hew-chevron {
  display: inline-block;
  margin-left: 6px;
  color: #9f9f9f;
  font-size: 11px;
  transform: translateY(-1px);
}
header .hew-menu-badge {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 6px);
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 8px;
}
header .hew-menu-badge::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 100%;
  border-top: 6px solid;
  border-right: 6px solid transparent;
}
header .hew-menu-badge-new {
  background: #7b22c8;
}
header .hew-menu-badge-new::after {
  border-top-color: #7b22c8;
}
header .hew-menu-badge-hot {
  background: #ff5d00;
}
header .hew-menu-badge-hot::after {
  border-top-color: #ff5d00;
}
header .hew-menu-badge-sale {
  background: #08aeb5;
}
header .hew-menu-badge-sale::after {
  border-top-color: #08aeb5;
}
header .header-content .right-btn {
  position: absolute;
  right: 70px;
  top: 52px;
  z-index: 6;
}
header .header-content .right-btn .navbar-nav {
  gap: 12px;
}
header .header-content .right-btn .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #5a5a5a;
  padding: 0;
  font-size: 19px;
  line-height: 1;
  transition: color 0.2s ease;
}
header .header-content .right-btn .nav-link:hover {
  color: #a8741a;
}

@media (max-width: 991.98px) {
  body.page-home {
    background: #1f1f1f;
  }
  header {
    background: #101010;
  }
  .hew-top-sale {
    display: none;
  }
  header .header-mobile {
    display: block;
    background: #1f1f1f;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #c8c8c8;
  }
  header .header-mobile.fixed {
    position: static;
    background: #1f1f1f;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .hew-mobile-social {
    display: flex;
    justify-content: center;
    gap: 12px;
    height: 38px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .hew-mobile-social a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #282828;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #8a8a8a;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease;
  }
  .hew-mobile-social a::before {
    content: none;
  }
  .hew-mobile-social a:hover {
    color: #fff;
    background: var(--hew-gold);
  }
  .hew-mobile-shipping {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
  }
  .hew-mobile-shipping strong {
    display: inline-block;
    color: #a8741a;
    font-weight: 500;
    margin-left: 4px;
  }
  .hew-mobile-account {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .hew-mobile-account .hew-mobile-popover {
    position: relative;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.06);
  }
  .hew-mobile-account .hew-mobile-popover:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.06);
  }
  .hew-mobile-account .hew-mobile-popover-toggle {
    min-width: 112px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 16px;
    border: 0;
    background: transparent;
    color: #f2f2f2;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }
  .hew-mobile-account .hew-mobile-popover-toggle i {
    font-size: 10px;
    transition: transform 0.2s ease;
  }
  .hew-mobile-account .hew-mobile-popover.is-open .hew-mobile-popover-toggle {
    color: #a8741a;
  }
  .hew-mobile-account .hew-mobile-popover.is-open .hew-mobile-popover-toggle i {
    transform: rotate(180deg);
  }
  .hew-mobile-account .hew-mobile-popover-menu {
    position: absolute;
    z-index: 90;
    top: calc(100% + 1px);
    left: 50%;
    width: 150px;
    padding: 6px 0;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: #242424;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
    transform: translateX(-50%);
  }
  .hew-mobile-account .hew-mobile-popover-menu a {
    display: block;
    padding: 10px 16px;
    color: #ddd;
    font-size: 13px;
    text-align: left;
    text-decoration: none;
  }
  .hew-mobile-account .hew-mobile-popover-menu a:hover,
  .hew-mobile-account .hew-mobile-popover-menu a:focus,
  .hew-mobile-account .hew-mobile-popover-menu a.active {
    background: #1b1b1b;
    color: #a8741a;
  }
  .hew-mobile-logo {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hew-mobile-logo img {
    width: 178px;
    max-height: 57px;
    object-fit: contain;
  }
  .hew-mobile-support {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    color: #a8741a;
    font-size: 13px;
    line-height: 1.15;
  }
  .hew-mobile-support i {
    font-size: 26px;
  }
  .hew-mobile-icons {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .hew-mobile-icons a {
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
  }
  .hew-mobile-icons .hew-cart-count {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #a8741a;
    color: #fff;
    font-size: 11px;
    line-height: 24px;
    text-align: center;
  }
  .hew-mobile-icons .hew-cart-total {
    font-size: 12px;
    font-weight: 600;
  }
  header .header-mobile .mobile-content {
    min-height: 54px;
    padding: 0 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    background: #111;
  }
  header .header-mobile .hew-mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    padding: 0 18px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    font-size: 13px;
    font-weight: 700;
  }
  header .header-mobile .mobile-content .right {
    display: flex;
    min-width: 48px;
    height: 34px;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
  }
  header .header-mobile .mobile-content .center {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9b9b9b;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  header .header-mobile .hew-mobile-catalog-label {
    width: 100%;
    height: 40px;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
  }
  header .header-mobile .hew-mobile-catalog-toggle[aria-expanded=true] {
    color: #a8741a;
  }
  header .header-mobile .hew-mobile-catalog-toggle[aria-expanded=true] > span {
    display: inline-block;
    transform: rotate(180deg);
  }
  header .header-mobile,
  header .header-mobile * {
    box-sizing: border-box;
  }
}
@media (min-width: 992px) {
  .hew-mobile-social,
  .hew-mobile-shipping,
  .hew-mobile-account,
  .hew-mobile-logo,
  .hew-mobile-support,
  .hew-mobile-icons {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .hew-top-sale {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.hew-top-sale {
  display: block;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #111;
  color: #8b8b8b;
  font-size: 15px;
}
.hew-top-sale strong {
  color: #a8741a;
  font-weight: 500;
}
.hew-top-sale button {
  position: absolute;
  right: calc(50% - 260px);
  top: 0;
  height: 50px;
  border: 0;
  background: transparent;
  color: #5a5a5a;
  font-size: 20px;
}

/* Desktop parity corrections are intentionally limited to the shared header
   and homepage-prefixed components. BeikeShop inner-page content remains on
   the stock component rules imported before this file. */
@media (min-width: 992px) {
  header .header-content .right-btn {
    right: 0;
    top: 40px;
  }
  header .header-content .right-btn .navbar-nav {
    gap: 10px;
  }
  header .header-content .right-btn .nav-item:not(:last-child),
  header .header-content .right-btn .nav-item:not(:last-child) .nav-link {
    flex: 0 0 45px;
    width: 45px;
    height: 46px;
  }
  header .header-content .right-btn .nav-item:last-child,
  header .header-content .right-btn .btn-right-cart {
    flex: 0 0 128px;
    width: 128px;
  }
  header .header-content .right-btn .btn-right-cart {
    justify-content: flex-start;
    gap: 10px;
    padding: 0 8px 0 36px;
    font-size: 14px;
  }
  header .header-content .right-btn .btn-right-cart .hew-cart-count {
    left: 0;
    top: 10px;
    min-width: 26px;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
  }
  header .header-content .right-btn .btn-right-cart .hew-cart-total {
    font-size: 14px;
  }
  header .header-content .right-btn .btn-right-cart .hew-cart-chevron {
    margin-left: auto;
    font-size: 10px;
  }
  header .header-content .right-btn .btn-right-cart .cart-badge-quantity {
    display: none !important;
  }
  body.page-home .hew-hero-copy {
    position: absolute;
    left: max(15px, (100% - 1170px) / 2);
    top: 75px;
    width: 585px;
    max-width: calc(50% - 15px);
    margin: 0;
    text-align: left;
  }
  body.page-home .hew-hero-copy h1 {
    font-size: 60px;
    line-height: 1.35;
    margin: 0 0 3px;
    text-align: left;
  }
  body.page-home .hew-hero-copy .hew-eyebrow {
    margin-bottom: 0;
  }
  body.page-home .hew-hero-copy .hew-hero-sub {
    width: 585px;
    max-width: 100%;
    margin: 0;
    line-height: 24px;
    text-align: left;
  }
  body.page-home .hew-hero-copy .hew-price {
    margin: 0;
    line-height: 24px;
    text-align: left;
  }
  body.page-home .hew-hero-copy .hew-price strong,
  body.page-home .hew-hero-copy .hew-price b {
    font-size: 30px;
  }
  body.page-home .hew-hero-copy .hew-hero-desc {
    margin: 0;
    color: #777;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    text-transform: none;
  }
  body.page-home .hew-hero-copy .hew-btn {
    min-width: 173px;
    height: 50px;
    margin-top: 80px;
    padding: 0 45px;
    font-family: var(--hew-font-heading);
    font-size: 13px;
    line-height: 46px;
  }
  body.page-home .hew-hew-product-tabs .hew-heading > h2 {
    display: none;
  }
  body.page-home .hew-hew-product-tabs .hew-heading {
    margin-bottom: 63px;
    padding-top: 14px;
  }
  body.page-home .hew-hew-product-tabs .hew-product-grid-main {
    grid-auto-flow: column;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}
body.page-home .hew-blog-grid h3 a {
  color: #fff;
}

@media (max-width: 991.98px) {
  header .hew-top-sale {
    display: none;
  }
}
.hew-header-strip {
  height: 45px;
  display: grid;
  grid-template-columns: 1fr 1.7fr 1fr;
  align-items: center;
  padding: 0 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #777;
  font-size: 13px;
}
.hew-header-strip a {
  color: #777;
  text-decoration: none;
}
.hew-header-strip strong {
  color: #a8741a;
  font-weight: 400;
}

.hew-social {
  display: flex;
  gap: 11px;
}
.hew-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #151515;
  color: #5a5a5a;
  font-size: 13px;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.hew-social a i {
  line-height: 1;
}
.hew-social a:hover {
  background: #2a2a2a;
  color: #a8741a;
  transform: translateY(-2px);
}

.hew-ship {
  text-align: center;
}

.hew-store-links {
  display: flex;
  justify-content: flex-end;
  gap: 42px;
}

.hew-header-dropdown-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 45px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.hew-header-dropdown-trigger b {
  color: #fff;
  font-weight: 500;
}
.hew-header-dropdown-trigger i {
  font-size: 10px;
}
.hew-header-dropdown-trigger:hover, .hew-header-dropdown-trigger:hover > a {
  color: #a8741a;
}

.hew-header-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 40;
  min-width: 138px;
  padding: 10px 0;
  background: #222;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.hew-header-dropdown a {
  display: block;
  padding: 8px 18px;
  color: #999;
  white-space: nowrap;
}
.hew-header-dropdown a:hover {
  color: #a8741a;
}

.hew-header-dropdown-trigger:hover .hew-header-dropdown,
.hew-header-dropdown-trigger:focus-within .hew-header-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.hew-support {
  position: absolute;
  left: 70px;
  top: 40px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #6c4c14;
  font-size: 16px;
  line-height: 1.25;
}
.hew-support i {
  font-size: 34px;
}

footer {
  background: #1f1f1f;
  color: #c8c8c8;
  margin-top: 0;
}
footer .container-fluid {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}
footer .footer-content {
  padding: 72px 0 58px;
}
footer .footer-content .row {
  column-gap: 42px;
}
footer .footer-content .footer-content-left {
  max-width: 300px;
}
footer .footer-content h6,
footer .footer-content .intro-title {
  color: #fff !important;
  font-family: var(--hew-font-body);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}
footer .footer-content a,
footer .footer-content .text,
footer .footer-content li {
  color: #9c9c9c !important;
  font-size: 14px;
  line-height: 1.8;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
footer .footer-content a:hover {
  color: #a8741a !important;
  padding-left: 4px;
}
footer .footer-content .logo img {
  max-width: 220px;
  margin-bottom: 20px;
}
footer .footer-bottom {
  background: #1b1b1b;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #777;
  padding: 20px 0;
  text-align: center;
}
footer .footer-bottom .container-fluid {
  max-width: 1170px;
}
footer .footer-bottom .d-lg-flex,
footer .footer-bottom .d-flex,
footer .footer-bottom .row {
  justify-content: center !important;
  text-align: center;
}
footer .footer-bottom .ms-auto,
footer .footer-bottom .me-auto {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
footer .footer-bottom a {
  color: #a8741a;
}

@media (max-width: 768px) {
  footer {
    background: #222;
  }
  footer .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
  footer .footer-content {
    padding: 46px 0 38px;
  }
  footer .footer-content .row {
    row-gap: 34px;
  }
  footer .footer-content .footer-link-wrap {
    border-bottom: 0 !important;
  }
  footer .footer-content .footer-link-wrap .icon-open {
    display: none;
  }
  footer .footer-content .footer-link-wrap ul.list-unstyled,
  footer .footer-content .footer-link-wrap .intro-wrap {
    max-height: none !important;
    overflow: visible !important;
  }
  footer .footer-content .logo {
    margin-bottom: 24px;
  }
  footer .footer-content .logo img {
    max-width: 178px;
  }
  footer .footer-content h6,
  footer .footer-content .intro-title {
    margin-bottom: 20px;
    color: #fff !important;
    font-family: var(--hew-font-heading);
    font-size: 22px;
    line-height: 1.3;
    text-transform: none !important;
  }
  footer .footer-content .text,
  footer .footer-content li,
  footer .footer-content a {
    color: #777 !important;
    font-size: 13px;
    line-height: 1.75;
  }
  footer .footer-content .social-network {
    display: flex;
    gap: 10px;
    margin-top: 22px;
  }
  footer .footer-content .social-network a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #333;
  }
  footer .footer-bottom {
    background: #222;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #777;
    padding: 24px 0 34px;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .hew-hew-hero {
    min-height: 300px;
  }
  .hew-hero-slide {
    min-height: 300px;
  }
  .hew-hero-copy {
    max-width: 62%;
    margin-left: 20px;
  }
  .hew-hero-copy h1 {
    font-size: 38px;
  }
  .hew-promo-grid,
  .hew-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hew-newsletter {
    flex-direction: column;
    gap: 22px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .hew-container {
    width: calc(100% - 24px);
  }
  .hew-hew-hero {
    min-height: 248px;
  }
  .hew-hero-slide {
    min-height: 248px;
    align-items: center;
    background-size: cover;
    background-position: center right;
  }
  .hew-hero-copy {
    width: 48%;
    max-width: 48%;
    margin-left: 18px;
  }
  .hew-hero-copy .hew-hero-desc,
  .hew-hero-copy .hew-price {
    display: none;
  }
  .hew-hero-copy .hew-eyebrow {
    display: block;
    margin-bottom: 6px;
    font-size: 8px;
    line-height: 1.25;
    color: #fff;
  }
  .hew-hero-copy .hew-hero-sub {
    display: block;
    margin: 6px 0 12px;
    max-width: 170px;
    font-size: 8px;
    line-height: 1.35;
    color: #fff;
  }
  .hew-hero-copy h1 {
    max-width: 172px;
    font-size: 23px;
    line-height: 1.16;
    margin: 0;
    color: #fff;
    text-align: left;
  }
  .hew-hero-copy .hew-btn {
    display: inline-flex;
    min-width: 92px;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-width: 2px;
    font-size: 10px;
    line-height: 38px;
  }
  .hew-promo-grid,
  .hew-split {
    grid-template-columns: 1fr;
  }
  .hew-product-grid-main,
  .hew-blog-grid {
    gap: 18px;
  }
  .hew-product-grid-main {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .hew-product-grid-main::-webkit-scrollbar {
    display: none;
  }
  .hew-product-grid-main .hew-product-card {
    flex: 0 0 calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
    scroll-snap-align: start;
  }
  .hew-promo-grid {
    padding-top: 0;
  }
  .hew-promo-copy {
    top: auto;
    bottom: 34px;
  }
  .hew-hew-product-tabs,
  .hew-hew-product-carousel,
  .hew-hew-blog,
  .hew-insta,
  .hew-brands {
    padding: 46px 0;
  }
  .hew-carousel-row {
    width: 100%;
    max-width: 100%;
    gap: 16px;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
  }
  .hew-carousel-row .hew-product-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hew-product-card {
    min-height: 366px;
    padding-bottom: 18px;
  }
  .hew-product-card h3 {
    min-height: 0;
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .hew-product-card .hew-product-meta,
  .hew-product-card .hew-product-price {
    font-size: 14px;
  }
  .hew-product-card .hew-product-meta {
    margin-top: 12px;
  }
  .hew-product-card .hew-product-price,
  .hew-product-card .hew-product-price strong {
    color: #a8741a;
    font-size: 18px;
    opacity: 1;
  }
  .hew-product-card .hew-product-image .hew-quick-view {
    left: 14%;
    right: 14%;
    bottom: 18px;
    padding: 11px 10px;
    font-size: 13px;
  }
  .hew-product-card:hover {
    transform: translateY(-2px);
  }
  .hew-product-desc {
    left: 14px;
    right: 14px;
    bottom: 72px;
    max-height: 70px;
    font-size: 11px;
    line-height: 1.45;
  }
  .hew-product-cart-row {
    left: 14px;
    right: 14px;
    bottom: 18px;
    height: 34px;
    gap: 6px;
  }
  .hew-product-cart-row .hew-add-cart {
    height: 34px;
    font-size: 12px;
  }
  .hew-product-cart-row .hew-action {
    width: 34px;
    height: 34px;
    line-height: 34px;
    flex: 0 0 34px;
  }
  .hew-product-card:hover::before {
    height: 166px;
  }
  .hew-tab-labels {
    max-width: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    flex-wrap: nowrap;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }
  .hew-tab-labels span {
    min-width: 0;
    height: 52px;
    padding: 0 6px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    margin: 0;
    font-size: 17px;
    line-height: 50px;
  }
  .hew-tab-labels span:last-child {
    border-right: 0;
  }
  .hew-carousel-nav {
    top: 32%;
  }
  .hew-hew-product-carousel .hew-carousel-nav {
    display: none !important;
  }
  .hew-carousel-prev {
    left: 4px;
  }
  .hew-carousel-next {
    right: 4px;
  }
  .hew-video {
    min-height: 298px;
  }
  .hew-video-player em {
    max-width: 70%;
  }
  .hew-testimonials {
    min-height: 420px;
    padding: 72px 0 62px;
    background-position: center right !important;
  }
  .hew-testimonials p {
    font-size: 14px;
    width: auto;
    max-width: 330px;
    min-height: 96px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.65;
    word-break: normal;
  }
  .hew-testimonials .hew-container {
    max-width: 330px;
  }
  .hew-hew-testimonials {
    padding-top: 24px;
  }
  .hew-insta-row a {
    flex-basis: 100%;
  }
  .hew-brands .hew-brand-row {
    gap: 0;
  }
  .hew-brands .hew-brand-row img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hew-strip-nav {
    width: 34px;
    height: 34px;
    font-size: 26px;
  }
  .hew-insta .hew-strip-nav,
  .hew-brands .hew-strip-nav {
    display: none !important;
  }
  .hew-newsletter {
    min-height: auto;
    padding: 44px 20px;
  }
  .hew-newsletter h2 {
    font-size: 30px;
    line-height: 1.18;
  }
  .hew-newsletter form {
    height: auto;
    flex-direction: column;
    gap: 10px;
  }
  .hew-newsletter input,
  .hew-newsletter button {
    min-height: 54px;
  }
  .hew-sale {
    min-height: 258px;
    padding: 36px 16px;
    background-position: center;
  }
  .hew-sale::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18, 18, 18, 0.88) 0%, rgba(18, 18, 18, 0.62) 47%, rgba(18, 18, 18, 0.18) 100%);
  }
  .hew-sale-copy {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .hew-sale-copy span {
    font-size: 15px;
  }
  .hew-sale-copy h2 {
    max-width: 310px;
    font-size: 30px;
    line-height: 1.18;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.62);
  }
  .hew-sale-copy p {
    display: block;
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 18px;
  }
  .hew-sale-copy .hew-btn {
    display: inline-flex;
    min-width: 138px;
    height: 42px;
    border-width: 2px;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 38px;
  }
  .hew-newsletter {
    min-height: 303px;
  }
  .hew-newsletter form {
    flex-direction: column;
    height: auto;
    gap: 10px;
  }
  .hew-newsletter input,
  .hew-newsletter button {
    min-height: 46px;
  }
  .hew-hew-product-tabs {
    padding-top: 54px;
    padding-bottom: 40px;
  }
  .hew-blog-grid {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    gap: 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .hew-blog-grid::-webkit-scrollbar {
    display: none;
  }
  .hew-blog-grid article {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }
  .hew-hew-blog {
    padding-top: 48px;
    padding-bottom: 42px;
  }
  .hew-hew-blog .hew-heading {
    margin-bottom: 24px;
  }
  .hew-blog-grid img {
    aspect-ratio: 370/230;
  }
  .hew-insta {
    min-height: 420px;
  }
  .hew-insta-row {
    max-width: 240px;
    margin: 0 auto;
  }
  .hew-brands {
    min-height: 350px;
  }
  .hew-brands .hew-strip-shell {
    max-width: 300px;
    margin: 0 auto;
  }
  .hew-split a {
    min-height: 167px;
    padding-left: 9%;
  }
  .hew-split a span,
  .hew-split a strong {
    color: #fff;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
  }
  .hew-split {
    gap: 18px;
  }
}
/* Final reference interaction and header parity lock. */
.hew-product-image .hew-product-primary,
.hew-product-image .hew-product-secondary {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.hew-product-image .hew-product-secondary {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
}

.hew-product-card:hover .hew-product-image .hew-product-primary {
  opacity: 0;
}

.hew-product-card:hover .hew-product-image .hew-product-secondary {
  opacity: 1;
  transform: scale(1.04);
}

.hew-video.is-playing > img {
  opacity: 0;
  visibility: hidden;
}

.hew-video-player iframe,
.hew-video-player video {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 992px) {
  header .header-content {
    height: 237px;
    background: #222;
    border-bottom: 0;
  }
  header .hew-header-strip {
    background: #222;
  }
  header .hew-header-inner {
    background: #222;
  }
  header .hew-reference-nav {
    justify-content: center;
  }
  header .hew-reference-nav > .hew-nav-item:first-child > a {
    padding-left: 22px;
  }
  header .right-btn .navbar-nav {
    align-items: center;
  }
  header .right-btn .nav-item {
    position: relative;
  }
  header .right-btn .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .right-btn .btn-right-cart {
    width: 115px;
    gap: 8px;
    padding: 0 10px;
    font-family: Rubik, HelveticaNeue, "Helvetica Neue", sans-serif;
    font-size: 14px;
  }
  header .right-btn .btn-right-cart .hew-cart-count {
    position: absolute;
    left: 0;
    top: 9px;
    min-width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #a8741a;
    color: #fff;
    line-height: 26px;
    text-align: center;
  }
  header .right-btn .btn-right-cart > .iconfont {
    margin-left: 18px;
  }
  header .right-btn .btn-right-cart .hew-cart-total {
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
  }
  header .right-btn .btn-right-cart .hew-cart-chevron {
    color: #a8741a;
    font-size: 10px;
  }
}
/*
 * Fresh Mirora parity boxes (2026-07-18).
 * Keep these rules homepage-scoped so category/product/account layouts retain
 * the normal BeikeShop flow while the cloned landing page tracks the live
 * reference section rhythm at its three audited viewports.
 */
@media (min-width: 992px) {
  body.page-home .hew-section,
  body.page-home footer {
    box-sizing: border-box;
  }
  body.page-home .hew-hew-hero {
    height: 475.5px;
    min-height: 475.5px;
  }
  body.page-home .hew-hero-slide {
    min-height: 475.5px;
  }
  body.page-home .hew-hew-promo-grid {
    height: 270px;
    overflow: hidden;
  }
  body.page-home .hew-hew-product-tabs {
    height: 1023px;
    overflow: hidden;
  }
  body.page-home .hew-hew-video-banner {
    height: 746.13px;
    overflow: hidden;
  }
  body.page-home .hew-video {
    height: 100%;
    min-height: 0;
  }
  body.page-home .hew-hew-product-carousel {
    height: 501px;
    overflow: hidden;
    padding-top: 64px;
    padding-bottom: 42px;
  }
  body.page-home .hew-hew-product-carousel .hew-product-card {
    min-height: 330px;
  }
  body.page-home .hew-hew-sale-banner {
    height: 492.5px;
    overflow: hidden;
  }
  body.page-home .hew-sale {
    height: 100%;
    min-height: 0;
  }
  body.page-home .hew-hew-testimonials {
    height: 436.59px;
    overflow: hidden;
  }
  body.page-home .hew-testimonials {
    height: 100%;
    min-height: 0;
  }
  body.page-home .hew-hew-blog {
    height: 604.56px;
    margin-top: 95px;
    overflow: hidden;
  }
  body.page-home .hew-hew-instagram {
    height: 409px;
    overflow: hidden;
  }
  body.page-home .hew-hew-newsletter {
    height: 245px;
    margin-top: 95px;
    overflow: hidden;
  }
  body.page-home .hew-newsletter {
    height: 100%;
    min-height: 0;
    padding-top: 36px;
    padding-bottom: 30px;
  }
  body.page-home .hew-newsletter p {
    margin-bottom: 22px;
  }
  body.page-home .hew-hew-brands {
    height: 332.23px;
    overflow: hidden;
  }
  body.page-home .hew-hew-split-banner {
    height: 325px;
    overflow: hidden;
  }
  body.page-home footer {
    height: 576.78px;
    min-height: 576.78px;
    margin-top: 80px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  body.page-home header {
    height: 402px;
    overflow: visible;
  }
  body.page-home .header-mobile {
    height: 402px;
  }
  body.page-home .hew-mobile-logo {
    height: 92px;
  }
  body.page-home .hew-mobile-support {
    min-height: 58px;
  }
  body.page-home .hew-mobile-icons {
    height: 66px;
  }
  body.page-home .hew-section,
  body.page-home footer {
    box-sizing: border-box;
  }
  body.page-home .hew-hew-hero {
    height: 253.59px;
    min-height: 253.59px;
  }
  body.page-home .hew-hero-slide {
    min-height: 253.59px;
  }
  body.page-home .hew-hew-promo-grid {
    height: 172.69px;
    overflow: hidden;
  }
  body.page-home .hew-promo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding-top: 18px;
  }
  body.page-home .hew-promo-copy {
    left: 16px;
    bottom: 18px;
  }
  body.page-home .hew-promo-copy em {
    font-size: 18px;
  }
  body.page-home .hew-promo-copy small {
    margin-top: 10px;
    font-size: 11px;
  }
  body.page-home .hew-hew-product-tabs {
    height: 883px;
    overflow: hidden;
    padding-top: 58px;
    padding-bottom: 46px;
  }
  body.page-home .hew-product-card {
    min-height: 328px;
  }
  body.page-home .hew-hew-video-banner {
    height: 469.94px;
    overflow: hidden;
  }
  body.page-home .hew-video {
    height: 100%;
    min-height: 0;
  }
  body.page-home .hew-hew-product-carousel {
    height: 471px;
    overflow: hidden;
    padding-top: 54px;
    padding-bottom: 36px;
  }
  body.page-home .hew-hew-product-carousel .hew-product-card {
    min-height: 315px;
  }
  body.page-home .hew-hew-sale-banner {
    height: 267px;
    overflow: hidden;
  }
  body.page-home .hew-sale {
    height: 100%;
    min-height: 0;
  }
  body.page-home .hew-hew-testimonials {
    height: 484.59px;
    overflow: hidden;
  }
  body.page-home .hew-testimonials {
    height: 100%;
    min-height: 0;
  }
  body.page-home .hew-hew-blog {
    height: 543.31px;
    margin-top: 55px;
    overflow: hidden;
    padding-top: 56px;
    padding-bottom: 48px;
  }
  body.page-home .hew-blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
  body.page-home .hew-blog-grid h3 {
    font-size: 15px;
    line-height: 1.4;
  }
  body.page-home .hew-hew-instagram {
    height: 495px;
    overflow: hidden;
  }
  body.page-home .hew-insta {
    height: 100%;
    padding-top: 72px;
    padding-bottom: 62px;
  }
  body.page-home .hew-hew-newsletter {
    height: 229px;
    margin-top: 55px;
    overflow: hidden;
  }
  body.page-home .hew-newsletter {
    height: 100%;
    min-height: 0;
    padding: 34px 40px 28px;
  }
  body.page-home .hew-newsletter h2 {
    margin-bottom: 12px;
  }
  body.page-home .hew-newsletter p {
    margin-bottom: 18px;
  }
  body.page-home .hew-newsletter input,
  body.page-home .hew-newsletter button {
    min-height: 46px;
  }
  body.page-home .hew-hew-brands {
    height: 305.19px;
    overflow: hidden;
  }
  body.page-home .hew-brands {
    height: 100%;
    padding-top: 56px;
    padding-bottom: 44px;
  }
  body.page-home .hew-hew-split-banner {
    height: 180px;
    overflow: hidden;
  }
  body.page-home .hew-split {
    height: 100%;
    padding-bottom: 0;
  }
  body.page-home .hew-split a {
    min-height: 180px;
  }
  body.page-home footer {
    height: 1130px;
    min-height: 1130px;
    margin-top: 40px;
    overflow: hidden;
  }
  body.page-home footer .footer-content .row > [class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  body.page-home header {
    height: 501px;
    overflow: visible;
  }
  body.page-home .header-mobile {
    height: 501px;
  }
  body.page-home .hew-mobile-social {
    height: 40px;
  }
  body.page-home .hew-mobile-shipping {
    min-height: 65px;
  }
  body.page-home .hew-mobile-account {
    height: 50px;
  }
  body.page-home .hew-mobile-logo {
    height: 100px;
  }
  body.page-home .hew-mobile-support {
    min-height: 70px;
  }
  body.page-home .hew-mobile-icons {
    height: 75px;
  }
  body.page-home header .header-mobile .mobile-content {
    min-height: 101px;
  }
  body.page-home .hew-section,
  body.page-home footer {
    box-sizing: border-box;
  }
  body.page-home .hew-hew-hero {
    height: 128.78px;
    min-height: 128.78px;
  }
  body.page-home .hew-hero-slide {
    min-height: 128.78px;
  }
  body.page-home .hew-hero-copy {
    margin-left: 26px;
  }
  body.page-home .hew-hero-copy h1 {
    max-width: 132px;
    font-size: 15px;
    line-height: 1.08;
  }
  body.page-home .hew-hero-copy .hew-eyebrow,
  body.page-home .hew-hero-copy .hew-hero-sub {
    font-size: 6px;
  }
  body.page-home .hew-hero-copy .hew-hero-sub {
    margin: 3px 0 5px;
  }
  body.page-home .hew-hero-copy .hew-btn {
    min-width: 66px;
    height: 24px;
    border-width: 1px;
    font-size: 6px;
    line-height: 22px;
  }
  body.page-home .hew-hero-dots {
    bottom: 9px;
  }
  body.page-home .hew-hew-promo-grid {
    height: 790.5px;
    overflow: hidden;
  }
  body.page-home .hew-promo-grid {
    height: 100%;
    grid-template-rows: repeat(3, 1fr);
  }
  body.page-home .hew-promo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body.page-home .hew-hew-product-tabs {
    height: 1223px;
    overflow: hidden;
    padding-top: 54px;
    padding-bottom: 40px;
  }
  body.page-home .hew-product-grid-main {
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
  }
  body.page-home .hew-product-grid-main .hew-product-card {
    max-width: 100%;
    min-height: 500px;
  }
  body.page-home .hew-product-grid-main .hew-product-image img {
    height: 390px;
    aspect-ratio: auto;
  }
  body.page-home .hew-hew-video-banner {
    height: 297.69px;
    overflow: hidden;
  }
  body.page-home .hew-video {
    height: 100%;
    min-height: 0;
  }
  body.page-home .hew-hew-product-carousel {
    height: 587px;
    overflow: hidden;
    padding-top: 48px;
    padding-bottom: 32px;
  }
  body.page-home .hew-hew-product-carousel .hew-product-card {
    min-height: 455px;
  }
  body.page-home .hew-hew-product-carousel .hew-product-image img {
    height: 350px;
    aspect-ratio: auto;
  }
  body.page-home .hew-hew-sale-banner {
    height: 162.66px;
    overflow: hidden;
  }
  body.page-home .hew-sale {
    height: 100%;
    min-height: 0;
    padding: 16px;
  }
  body.page-home .hew-sale-copy span {
    font-size: 10px;
  }
  body.page-home .hew-sale-copy h2 {
    max-width: 220px;
    margin: 3px auto;
    font-size: 18px;
  }
  body.page-home .hew-sale-copy p {
    margin-bottom: 8px;
    font-size: 8px;
  }
  body.page-home .hew-sale-copy .hew-btn {
    min-width: 92px;
    height: 28px;
    font-size: 7px;
    line-height: 26px;
  }
  body.page-home .hew-hew-testimonials {
    height: 1036.59px;
    overflow: hidden;
  }
  body.page-home .hew-testimonials {
    height: 100%;
    min-height: 0;
    padding-top: 340px;
    padding-bottom: 90px;
    background-position: center !important;
  }
  body.page-home .hew-testimonials .hew-container {
    max-width: 118px;
  }
  body.page-home .hew-testimonials p {
    max-width: 118px;
    min-height: 390px;
    font-size: 12px;
    line-height: 1.52;
  }
  body.page-home .hew-hew-blog {
    height: 558.34px;
    margin-top: 55px;
    overflow: hidden;
  }
  body.page-home .hew-hew-instagram {
    height: 495px;
    overflow: hidden;
  }
  body.page-home .hew-insta {
    height: 100%;
    min-height: 0;
    padding-top: 52px;
    padding-bottom: 42px;
  }
  body.page-home .hew-hew-newsletter {
    height: 303px;
    margin-top: 55px;
    overflow: hidden;
  }
  body.page-home .hew-newsletter {
    height: 100%;
    min-height: 0;
    padding: 40px 20px 30px;
  }
  body.page-home .hew-newsletter h2 {
    font-size: 25px;
    margin-bottom: 12px;
  }
  body.page-home .hew-newsletter p {
    margin-bottom: 18px;
    font-size: 11px;
  }
  body.page-home .hew-newsletter input,
  body.page-home .hew-newsletter button {
    min-height: 42px;
  }
  body.page-home .hew-hew-brands {
    height: 434.8px;
    overflow: hidden;
  }
  body.page-home .hew-brands {
    height: 100%;
    min-height: 0;
    padding-top: 58px;
    padding-bottom: 48px;
  }
  body.page-home .hew-brands .hew-brand-row > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.page-home .hew-brands .hew-brand-row img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  body.page-home .hew-hew-split-banner {
    height: 333.75px;
    overflow: hidden;
  }
  body.page-home .hew-split {
    height: 100%;
    gap: 0;
    padding-bottom: 0;
  }
  body.page-home .hew-split a {
    min-height: 166.875px;
  }
  body.page-home footer {
    height: 1404.38px;
    min-height: 1404.38px;
    margin-top: 40px;
    overflow: hidden;
  }
}
.hew-footer-product a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hew-footer-product img {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  object-fit: contain;
  background: #1b1b1b;
}

.hew-footer-product span,
.hew-footer-product small {
  display: block;
}

.hew-footer-product b {
  color: #c8c8c8;
  font-family: var(--hew-font-heading);
  font-size: 13px;
  font-weight: 400;
}

.hew-footer-product small {
  color: #a8741a;
  font-size: 12px;
}

.hew-footer-nav {
  display: flex;
  justify-content: center;
  gap: 56px;
  padding: 18px 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hew-footer-nav a {
  color: #5a5a5a;
  font-size: 13px;
  text-decoration: none;
}

@media (min-width: 992px) {
  footer .hew-footer-nav {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .hew-footer-nav {
    gap: 18px;
    padding: 18px 0 24px;
  }
  .hew-footer-nav a {
    font-size: 10px;
  }
}
/* Keep runtime interaction states after legacy responsive overrides. */
[data-hew-slider-track] {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow: visible !important;
}

.hew-blog-grid {
  display: flex !important;
}

@media (min-width: 992px) {
  header .hew-header-strip,
  header .hew-header-inner,
  header .hew-reference-nav {
    width: min(1170px, 100% - 30px);
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  header .hew-header-strip {
    height: 45px;
    grid-template-columns: 1fr 1.75fr 1fr;
  }
  header .hew-header-inner {
    min-height: 126px;
  }
  header .header-content .logo {
    top: 31px;
    width: 181px;
    max-width: 181px;
  }
  header .header-content .logo img {
    width: 181px;
    height: 57px;
    max-height: 57px;
  }
  header .hew-support {
    left: 0;
    top: 38px;
  }
  header .right-btn {
    right: 0;
    top: 40px;
  }
  header .hew-main-menu {
    min-height: 66px;
    height: 66px;
    background: #242424;
    border: 0;
  }
  header .hew-main-menu.fix-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 889;
    width: 100%;
    max-width: 100%;
    animation: hewFixHeaderIn 0.7s ease-out both;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
  }
  header .hew-reference-nav {
    position: relative;
    justify-content: flex-start;
    gap: 0;
    min-height: 66px;
  }
  header .hew-reference-nav .hew-nav-item {
    min-height: 66px;
  }
  header .hew-reference-nav > .hew-nav-item > a {
    height: 66px;
    padding: 20px 22px;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
  }
  header .hew-reference-nav > .hew-nav-item:first-child > a {
    padding-left: 0;
  }
  header .hew-reference-nav > .hew-nav-item > a::after {
    display: none;
  }
  header .hew-reference-nav .hew-nav-dropdown {
    display: none;
    top: 100%;
    left: 0;
    min-width: 220px;
    padding: 10px 0;
    background: #212121;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
  }
  header .hew-reference-nav .hew-nav-item:hover > .hew-nav-dropdown,
  header .hew-reference-nav .hew-nav-item:focus-within > .hew-nav-dropdown,
  header .hew-reference-nav .hew-nav-item.is-open > .hew-nav-dropdown {
    display: block;
    transform: none;
  }
  header .hew-reference-nav .hew-nav-catalog {
    position: static;
  }
  header .hew-reference-nav .hew-nav-catalog > .hew-nav-mega {
    left: 0;
    right: 0;
    width: 100%;
    min-width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 30px;
    text-align: left;
  }
  header .hew-reference-nav .hew-nav-catalog:hover > .hew-nav-mega,
  header .hew-reference-nav .hew-nav-catalog:focus-within > .hew-nav-mega,
  header .hew-reference-nav .hew-nav-catalog.is-open > .hew-nav-mega {
    display: grid;
  }
  .hew-header-dropdown {
    display: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
  .hew-header-dropdown-trigger:hover .hew-header-dropdown,
  .hew-header-dropdown-trigger:focus-within .hew-header-dropdown,
  .hew-header-dropdown-trigger.is-open .hew-header-dropdown {
    display: block;
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .hew-tab-labels {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }
  .hew-tab-labels button {
    min-width: 0;
    width: 100%;
    padding: 0 4px;
    font-size: 13px;
  }
  .hew-product-tab-panel .hew-product-card:nth-child(n+3) {
    display: none;
  }
  .hew-blog-shell .hew-strip-nav {
    display: none;
  }
}
/* This block must remain last: legacy parity rules above intentionally mirror
   the original stylesheet order, while these are live interaction states. */
@media (min-width: 992px) {
  header .hew-header-strip {
    grid-template-columns: 170px 1fr auto;
  }
  header .hew-header-strip .hew-ship {
    justify-self: start;
    margin-left: 25px;
  }
  header .hew-reference-nav {
    justify-content: center;
  }
  header .hew-reference-nav > .hew-nav-item:first-child > a {
    padding-left: 22px;
  }
  header .right-btn .btn-right-cart {
    position: relative;
    width: 115px;
    padding: 0 8px 0 25px;
    gap: 8px;
  }
  header .right-btn .btn-right-cart .hew-cart-count {
    left: -13px;
    top: 9px;
  }
  header .right-btn .btn-right-cart > .bi-cart-fill {
    margin-left: 0;
    color: #fff;
    font-size: 17px;
  }
}
/* Keep Mirora's desktop header surface full width. The content columns stay at
   1170px, but their background and row dividers belong to the viewport layer. */
@media (min-width: 992px) {
  header .header-content,
  body.page-home header .header-content {
    background-color: #242424;
  }
  header .hew-header-strip,
  header .hew-header-inner {
    background-color: transparent;
    border-bottom: 0;
  }
  header .header-content::before,
  header .header-content::after {
    position: absolute;
    z-index: 3;
    right: 0;
    left: 0;
    height: 1px;
    content: "";
    pointer-events: none;
    background: #2d2d2d;
  }
  header .header-content::before {
    top: 44px;
  }
  header .header-content::after {
    top: 170px;
  }
  /* The previous fixed parity height left a blank tail below copyright once
     the real footer content was shorter. Let the desktop footer fit content. */
  body.page-home footer {
    height: auto;
    min-height: 0;
  }
}
/* Live Mirora testimonial geometry. Earlier section-height compensation kept
   the total page rhythm but replaced the actual 83px gap + image panel with a
   stretched flat block. Keep the same outer footprint while restoring the
   reference component's real background, typography and pagination. */
body.page-home .hew-hew-testimonials {
  padding-top: 83px;
  background: #202020;
}

body.page-home .hew-testimonials {
  height: 100%;
  min-height: 0;
  padding: 100px 0 70px;
  background-color: #242424;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  filter: none;
}

body.page-home .hew-testimonials .hew-container {
  width: min(1170px, 100% - 30px);
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  transform: none;
}

/* Product-tab hover geometry copied from the live Mirora module-style1 card.
   The hover box belongs after the normal caption, not directly under the
   image; keeping it out of flow prevents the second row from jumping. */
@media (min-width: 992px) and (hover: hover) {
  body.page-home .hew-hew-product-tabs .hew-product-card {
    box-sizing: border-box;
    height: 403px;
    min-height: 403px;
    padding: 25px 0 0;
    overflow: visible;
    transition: none;
  }
  body.page-home .hew-hew-product-tabs .hew-product-card::before {
    position: absolute;
    z-index: -2;
    inset: 10px -15px -15px;
    border-radius: 3px;
    background: #242424;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
  }
  body.page-home .hew-hew-product-tabs .hew-product-card::after {
    position: absolute;
    z-index: -1;
    top: calc(100% - 44px);
    right: -15px;
    bottom: -133px;
    left: -15px;
    border-radius: 3px;
    background: #242424;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
  }
  body.page-home .hew-hew-product-tabs .hew-product-card:hover {
    z-index: 8;
    background: transparent;
    box-shadow: none;
    transform: none;
  }
  body.page-home .hew-hew-product-tabs .hew-product-card:hover::before,
  body.page-home .hew-hew-product-tabs .hew-product-card:hover::after {
    opacity: 1;
  }
  body.page-home .hew-hew-product-tabs .hew-product-card:hover::after {
    top: calc(100% - 39px);
    z-index: 6;
    pointer-events: auto;
  }
  body.page-home .hew-hew-product-tabs .hew-product-card > .hew-product-meta,
  body.page-home .hew-hew-product-tabs .hew-product-card > h3,
  body.page-home .hew-hew-product-tabs .hew-product-card > .hew-product-price {
    position: relative;
    z-index: 7;
  }
  body.page-home .hew-hew-product-tabs .hew-product-image {
    overflow: hidden;
    border-radius: 3px;
  }
  body.page-home .hew-hew-product-tabs .hew-product-image::after {
    display: none;
  }
  body.page-home .hew-hew-product-tabs .hew-product-image .hew-quick-view {
    right: 10px;
    bottom: 10px;
    left: 10px;
    height: 44px;
    padding: 0;
    color: #878787;
    font-size: 12px;
    line-height: 44px;
    transform: none;
  }
  body.page-home .hew-hew-product-tabs .hew-product-image .hew-product-primary,
  body.page-home .hew-hew-product-tabs .hew-product-image .hew-product-secondary,
  body.page-home .hew-hew-product-tabs .hew-product-card:hover .hew-product-image img,
  body.page-home .hew-hew-product-tabs .hew-product-card:hover .hew-product-image .hew-product-secondary {
    transform: none;
  }
  body.page-home .hew-hew-product-tabs .hew-product-desc {
    top: calc(100% - 14px);
    right: 5px;
    bottom: auto;
    left: 5px;
    z-index: 7;
    width: auto;
    max-width: none;
    height: 72px;
    margin: 0;
    padding: 0 0 18px;
    color: #5a5a5a;
    font-size: 12px;
    line-height: 18px;
    opacity: 1;
    visibility: hidden;
    transform: none;
    transition: top 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  body.page-home .hew-hew-product-tabs .hew-product-cart-row {
    top: calc(100% + 78px);
    right: 5px;
    bottom: auto;
    left: 5px;
    z-index: 7;
    width: auto;
    height: 35px;
    margin: 0;
    opacity: 1;
    visibility: hidden;
    transform: none;
    transition: top 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  body.page-home .hew-hew-product-tabs .hew-product-card:hover .hew-product-desc {
    top: calc(100% - 9px);
    visibility: visible;
    pointer-events: auto;
  }
  body.page-home .hew-hew-product-tabs .hew-product-card:hover .hew-product-cart-row {
    top: calc(100% + 83px);
    visibility: visible;
  }
  body.page-home .hew-hew-product-tabs .hew-product-cart-row .hew-action,
  body.page-home .hew-hew-product-tabs .hew-product-cart-row .hew-add-cart {
    height: 35px;
    line-height: 35px;
  }
}
/* The two-row desktop tab grid is taller than the old 1023px parity box.
   Let its normal caption define the section height and keep bottom-row hover
   content above the following video instead of clipping title and price. */
@media (min-width: 992px) {
  body.page-home .hew-hew-product-tabs {
    position: relative;
    height: auto;
    min-height: 1120px;
    overflow: visible;
  }
  body.page-home .hew-hew-product-tabs:has(.hew-product-card:hover) {
    z-index: 9;
  }
  body.page-home .hew-hew-product-tabs .hew-product-tab-panels,
  body.page-home .hew-hew-product-tabs .hew-product-tab-panel,
  body.page-home .hew-hew-product-tabs .hew-product-grid-main {
    overflow: visible;
  }
}
body.page-home .hew-testimonials blockquote,
body.page-home .hew-testimonials blockquote.active {
  margin: 0;
  transform: none;
}

body.page-home .hew-testimonials blockquote.active {
  height: auto;
  min-height: 153.6px;
}

body.page-home .hew-testimonials p {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-height: 132px;
  margin: 0;
  padding: 35px 150px 25px;
  color: #fff;
  font-family: Rubik, HelveticaNeue, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

body.page-home .hew-testimonials cite {
  display: block;
  color: #a8741a;
  font-family: Prata, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.6px;
  text-transform: uppercase;
}

body.page-home .hew-testimonials .hew-testimonial-dots {
  box-sizing: border-box;
  align-items: flex-start;
  height: 30px;
  margin-top: 0;
  padding-top: 10px;
  gap: 10px;
}

body.page-home .hew-testimonials .hew-testimonial-dots button {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 100%;
  background: #fff;
  transition: width 0.3s ease, border-radius 0.3s ease, background-color 0.3s ease;
}

body.page-home .hew-testimonials .hew-testimonial-dots button.active {
  width: 28px;
  flex-basis: 28px;
  border-radius: 10px;
  background: #a8741a;
}

/* Compact the long-form module rhythm requested for the storefront. The live
   clone originally stacked a section margin and a second large inner padding
   around the same heading, which made later homepage modules feel detached. */
@media (min-width: 992px) {
  body.page-home .hew-hew-product-carousel {
    height: 485px;
    padding-top: 48px;
  }
  body.page-home .hew-hew-blog {
    height: 526px;
    margin-top: 55px;
    padding: 48px 0;
  }
  body.page-home .hew-hew-instagram {
    height: 399px;
  }
  body.page-home .hew-insta {
    padding: 48px 0 42px;
  }
  body.page-home .hew-hew-newsletter {
    height: 223px;
    margin-top: 55px;
  }
  body.page-home .hew-newsletter {
    padding-top: 24px;
    padding-bottom: 20px;
  }
  body.page-home .hew-hew-brands {
    height: 260px;
  }
  body.page-home .hew-brands {
    padding: 42px 0 34px;
  }
  body.page-home .hew-brands h2 {
    margin-bottom: 30px;
  }
  body.page-home .hew-hew-split-banner {
    height: 265px;
  }
  body.page-home .hew-split {
    padding-bottom: 40px;
  }
}
/* Keep the final split banners and footer visually connected. The previous
   80px footer margin plus 72px inner padding created one combined blank band. */
@media (min-width: 992px) {
  body.page-home footer {
    margin-top: 0;
  }
  body.page-home footer .footer-content {
    padding-top: 40px;
    padding-bottom: 42px;
  }
}
@media (max-width: 991.98px) {
  body.page-home footer {
    margin-top: 0;
  }
}
/* Mostviewed Products only: reproduce the reference module-style1 hover box.
   It deliberately opens below the normal caption and overlaps the next module
   without moving either the card or the page. */
@media (min-width: 992px) and (hover: hover) {
  body.page-home .hew-hew-product-carousel {
    position: relative;
    overflow: visible;
  }
  body.page-home .hew-hew-product-carousel:has(.hew-product-card:hover) {
    z-index: 9;
  }
  body.page-home .hew-hew-product-carousel .hew-carousel-shell {
    overflow-x: clip;
    overflow-y: visible;
    clip-path: inset(-20px 0 -160px 0);
  }
  body.page-home .hew-hew-product-carousel .hew-carousel-row {
    overflow: visible;
  }
  body.page-home .hew-hew-product-carousel .hew-product-card {
    box-sizing: border-box;
    height: 367px;
    min-height: 367px;
    padding: 25px 0 0;
    overflow: visible;
    transition: none;
  }
  body.page-home .hew-hew-product-carousel .hew-product-card::before {
    position: absolute;
    z-index: -2;
    inset: 10px -15px -15px;
    height: auto;
    border-radius: 3px;
    background: #242424;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
  }
  body.page-home .hew-hew-product-carousel .hew-product-card::after {
    position: absolute;
    /* Keep the expanded dark panel behind the normal title and price. With a
       positive layer it covered the lower caption before actions appeared. */
    z-index: -1;
    top: calc(100% - 44px);
    right: -15px;
    bottom: -145px;
    left: -15px;
    border-radius: 3px;
    background: #242424;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
  }
  body.page-home .hew-hew-product-carousel .hew-product-card:hover {
    z-index: 8;
    background: transparent;
    box-shadow: none;
    transform: none;
  }
  body.page-home .hew-hew-product-carousel .hew-product-card:hover::before,
  body.page-home .hew-hew-product-carousel .hew-product-card:hover::after {
    opacity: 1;
  }
  body.page-home .hew-hew-product-carousel .hew-product-card:hover::after {
    top: calc(100% - 39px);
    z-index: 6;
    pointer-events: auto;
  }
  body.page-home .hew-hew-product-carousel .hew-product-card > .hew-product-meta,
  body.page-home .hew-hew-product-carousel .hew-product-card > h3,
  body.page-home .hew-hew-product-carousel .hew-product-card > .hew-product-price {
    position: relative;
    z-index: 7;
  }
  body.page-home .hew-hew-product-carousel .hew-product-image {
    overflow: hidden;
    border-radius: 3px;
  }
  body.page-home .hew-hew-product-carousel .hew-product-image::after {
    display: none;
  }
  body.page-home .hew-hew-product-carousel .hew-product-image .hew-quick-view {
    right: 10px;
    bottom: 10px;
    left: 10px;
    height: 44px;
    padding: 0;
    background: rgba(46, 46, 46, 0.7);
    color: #878787;
    font-size: 12px;
    line-height: 44px;
    transform: none;
  }
  body.page-home .hew-hew-product-carousel .hew-product-image .hew-product-primary,
  body.page-home .hew-hew-product-carousel .hew-product-image .hew-product-secondary,
  body.page-home .hew-hew-product-carousel .hew-product-card:hover .hew-product-image img,
  body.page-home .hew-hew-product-carousel .hew-product-card:hover .hew-product-image .hew-product-secondary {
    transform: none;
  }
  body.page-home .hew-hew-product-carousel .hew-product-desc {
    top: calc(100% - 15px);
    right: 5px;
    bottom: auto;
    left: 5px;
    z-index: 7;
    width: auto;
    max-width: none;
    height: 90px;
    margin: 0;
    padding: 0 0 18px;
    color: #777;
    font-size: 12px;
    line-height: 18px;
    opacity: 1;
    visibility: hidden;
    transform: none;
    transition: top 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  body.page-home .hew-hew-product-carousel .hew-product-cart-row {
    top: calc(100% + 94px);
    right: 5px;
    bottom: auto;
    left: 5px;
    z-index: 7;
    width: auto;
    max-width: none;
    height: 35px;
    margin: 0;
    opacity: 1;
    visibility: hidden;
    transform: none;
    transition: top 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  body.page-home .hew-hew-product-carousel .hew-product-card:hover .hew-product-desc {
    top: calc(100% - 9px);
    visibility: visible;
    pointer-events: auto;
  }
  body.page-home .hew-hew-product-carousel .hew-product-card:hover .hew-product-cart-row {
    top: calc(100% + 101px);
    visibility: visible;
  }
  body.page-home .hew-hew-product-carousel .hew-product-cart-row .hew-action,
  body.page-home .hew-hew-product-carousel .hew-product-cart-row .hew-add-cart {
    height: 35px;
    line-height: 35px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  body.page-home .hew-hew-blog {
    height: 503px;
    margin-top: 32px;
    padding-top: 36px;
    padding-bottom: 36px;
  }
  body.page-home .hew-hew-instagram {
    height: 424px;
  }
  body.page-home .hew-insta {
    padding: 50px 0 45px;
  }
  body.page-home .hew-hew-newsletter {
    height: 205px;
    margin-top: 32px;
  }
  body.page-home .hew-newsletter {
    padding-top: 22px;
    padding-bottom: 18px;
  }
  body.page-home .hew-hew-brands {
    height: 273px;
  }
  body.page-home .hew-brands {
    padding-top: 38px;
    padding-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  body.page-home .hew-hew-blog {
    height: 498px;
    margin-top: 28px;
    padding: 42px 0;
  }
  body.page-home .hew-hew-instagram {
    height: 424px;
  }
  body.page-home .hew-insta {
    padding: 50px 0 45px;
  }
  body.page-home .hew-hew-newsletter {
    height: 259px;
    margin-top: 28px;
  }
  body.page-home .hew-newsletter {
    padding-top: 26px;
    padding-bottom: 20px;
  }
  body.page-home .hew-hew-brands {
    height: 370px;
  }
  body.page-home .hew-brands {
    padding-top: 38px;
    padding-bottom: 30px;
  }
  body.page-home .hew-hew-split-banner {
    height: 294px;
  }
  body.page-home .hew-split {
    padding-bottom: 40px;
  }
}
/* Premium mobile rhythm refresh.
   Keep this block last: it replaces the old reference-site fixed heights with
   content-driven H5 sizing while leaving tablet and desktop parity untouched. */
@media (max-width: 575.98px) {
  header,
  body.page-home header {
    height: auto;
    min-height: 0;
    overflow: visible;
  }
  header .header-mobile,
  body.page-home .header-mobile {
    height: auto;
    min-height: 0;
  }
  .hew-mobile-social,
  .hew-mobile-support {
    display: none;
  }
  .hew-mobile-shipping,
  body.page-home .hew-mobile-shipping {
    min-height: 36px;
    padding: 6px 18px;
    font-size: 10px;
    line-height: 1.35;
  }
  .hew-mobile-account,
  body.page-home .hew-mobile-account {
    height: 40px;
  }
  .hew-mobile-account .hew-mobile-popover-toggle {
    min-width: 118px;
    min-height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }
  .hew-mobile-account .hew-mobile-popover-menu a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .hew-mobile-logo,
  body.page-home .hew-mobile-logo {
    height: 64px;
  }
  .hew-mobile-logo img {
    width: 158px;
    max-height: 46px;
  }
  .hew-mobile-icons,
  body.page-home .hew-mobile-icons {
    height: 52px;
    gap: 6px;
  }
  .hew-mobile-icons a {
    min-width: 44px;
    height: 44px;
  }
  header .header-mobile .mobile-content,
  body.page-home header .header-mobile .mobile-content {
    min-height: 50px;
    padding: 0 12px;
  }
  header .header-mobile .hew-mobile-menu-toggle {
    min-width: 88px;
    min-height: 38px;
    padding: 0 14px;
  }
  header .header-mobile .hew-mobile-menu-toggle:active,
  header .header-mobile .hew-mobile-catalog-toggle:active,
  .hew-mobile-icons a:active,
  .hew-btn:active {
    transform: scale(0.98);
  }
  body.page-home .hew-section,
  body.page-home footer {
    height: auto;
    min-height: 0;
    overflow: hidden;
  }
  body.page-home .hew-heading {
    margin-bottom: 24px;
  }
  body.page-home .hew-heading h2,
  body.page-home .hew-insta h2,
  body.page-home .hew-brands h2,
  body.page-home .hew-newsletter h2 {
    font-size: clamp(24px, 7vw, 28px);
    line-height: 1.18;
  }
  body.page-home .hew-hew-hero,
  body.page-home .hew-hero-slide {
    height: 308px;
    min-height: 308px;
  }
  body.page-home .hew-hero-slide {
    background-position: 62% center;
  }
  body.page-home .hew-hero-slide::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(90deg, rgba(15, 15, 15, 0.86) 0%, rgba(15, 15, 15, 0.55) 47%, rgba(15, 15, 15, 0.06) 78%);
  }
  body.page-home .hew-hero-copy {
    width: 55%;
    max-width: 55%;
    margin-left: 18px;
    text-align: left;
  }
  body.page-home .hew-hero-copy h1 {
    max-width: 190px;
    margin-bottom: 9px;
    font-size: clamp(27px, 8vw, 32px);
    line-height: 1.08;
  }
  body.page-home .hew-hero-copy .hew-eyebrow {
    margin-bottom: 7px;
    color: #d2d2d2;
    font-size: 9px;
    letter-spacing: 0.04em;
  }
  body.page-home .hew-hero-copy .hew-hero-sub {
    max-width: 168px;
    margin: 0 0 14px;
    color: #d0d0d0;
    font-size: 10px;
    line-height: 1.45;
  }
  body.page-home .hew-hero-copy .hew-btn {
    min-width: 108px;
    height: 42px;
    padding: 0 15px;
    border-width: 1px;
    font-size: 10px;
    line-height: 40px;
  }
  body.page-home .hew-hero-dots {
    bottom: 16px;
  }
  body.page-home .hew-hew-promo-grid {
    padding: 16px 0 24px;
  }
  body.page-home .hew-promo-grid {
    width: 100%;
    height: auto;
    display: flex;
    gap: 12px;
    padding: 0 16px 4px;
    overflow-x: auto;
    scroll-padding-left: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  body.page-home .hew-promo-grid::-webkit-scrollbar {
    display: none;
  }
  body.page-home .hew-promo-card {
    height: 188px;
    flex: 0 0 82vw;
    scroll-snap-align: start;
  }
  body.page-home .hew-promo-card img {
    height: 100%;
    object-fit: cover;
  }
  body.page-home .hew-promo-copy {
    left: 20px;
    bottom: 20px;
  }
  body.page-home .hew-promo-copy strong {
    font-size: 12px;
  }
  body.page-home .hew-promo-copy em {
    max-width: 230px;
    font-size: 22px;
  }
  body.page-home .hew-promo-copy small {
    margin-top: 12px;
    font-size: 11px;
  }
  body.page-home .hew-hew-product-tabs {
    padding: 40px 0 36px;
  }
  body.page-home .hew-tab-labels {
    height: 44px;
  }
  body.page-home .hew-tab-labels button {
    height: 44px;
    padding: 0 4px;
    font-size: 13px;
    line-height: 42px;
  }
  body.page-home .hew-product-grid-main {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    overflow: visible;
  }
  body.page-home .hew-product-tab-panel .hew-product-card:nth-child(n+3) {
    display: block;
  }
  body.page-home .hew-product-tab-panel .hew-product-card:nth-child(n+5) {
    display: none;
  }
  body.page-home .hew-product-grid-main .hew-product-card {
    max-width: 100%;
    min-height: 0;
    padding-bottom: 18px;
  }
  body.page-home .hew-product-grid-main .hew-product-image img {
    height: auto;
    aspect-ratio: 1;
  }
  body.page-home .hew-product-card h3 {
    margin: 8px 4px 6px;
    font-size: 13px;
    line-height: 1.35;
  }
  body.page-home .hew-product-card .hew-product-meta {
    margin-top: 10px;
    font-size: 11px;
  }
  body.page-home .hew-product-card .hew-product-price,
  body.page-home .hew-product-card .hew-product-price strong {
    font-size: 16px;
  }
  body.page-home .hew-product-card .hew-quick-view,
  body.page-home .hew-product-desc,
  body.page-home .hew-product-cart-row {
    display: none;
  }
  body.page-home .hew-hew-video-banner,
  body.page-home .hew-video {
    height: 230px;
    min-height: 230px;
  }
  body.page-home .hew-video {
    background-position: center;
    background-size: cover;
  }
  body.page-home .hew-hew-product-carousel {
    padding: 40px 0 34px;
  }
  body.page-home .hew-carousel-row {
    gap: 12px;
  }
  body.page-home .hew-hew-product-carousel [data-hew-slider-track] > * {
    flex-basis: 88% !important;
    max-width: 88% !important;
  }
  body.page-home .hew-hew-product-carousel .hew-product-card {
    min-height: 0;
    padding-bottom: 18px;
  }
  body.page-home .hew-hew-product-carousel .hew-product-image img {
    height: auto;
    aspect-ratio: 1;
  }
  body.page-home .hew-hew-sale-banner,
  body.page-home .hew-sale {
    height: 230px;
    min-height: 230px;
  }
  body.page-home .hew-sale {
    padding: 24px 16px;
  }
  body.page-home .hew-sale-copy span {
    font-size: 11px;
  }
  body.page-home .hew-sale-copy h2 {
    max-width: 290px;
    margin: 5px auto;
    font-size: 25px;
  }
  body.page-home .hew-sale-copy p {
    margin-bottom: 14px;
    font-size: 10px;
  }
  body.page-home .hew-sale-copy .hew-btn {
    min-width: 116px;
    height: 40px;
    font-size: 9px;
    line-height: 38px;
  }
  body.page-home .hew-hew-testimonials {
    padding-top: 24px;
  }
  body.page-home .hew-testimonials {
    height: auto;
    min-height: 360px;
    display: flex;
    align-items: center;
    padding: 56px 20px 48px;
    background-position: 64% center !important;
  }
  body.page-home .hew-testimonials .hew-container {
    width: 100%;
    max-width: 340px;
  }
  body.page-home .hew-testimonials blockquote.active {
    min-height: 126px;
  }
  body.page-home .hew-testimonials p {
    width: 100%;
    max-width: 330px;
    min-height: 72px;
    display: -webkit-box;
    margin: 0 auto 20px;
    padding: 0;
    overflow: hidden;
    color: #e0e0e0;
    font-size: 14px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  body.page-home .hew-testimonials cite {
    font-size: 13px;
  }
  body.page-home .hew-testimonials .hew-testimonial-dots {
    height: 30px;
    margin-top: 10px;
  }
  body.page-home .hew-hew-blog {
    margin-top: 0;
    padding: 40px 0 36px;
  }
  body.page-home .hew-blog-grid {
    gap: 12px;
  }
  body.page-home .hew-blog-grid h3 {
    margin-top: 14px;
    font-size: 17px;
    line-height: 1.4;
  }
  body.page-home .hew-hew-instagram,
  body.page-home .hew-insta {
    height: auto;
    min-height: 0;
  }
  body.page-home .hew-insta {
    padding: 38px 0 34px;
  }
  body.page-home .hew-insta h2 {
    margin-bottom: 24px;
  }
  body.page-home .hew-insta-row {
    width: 100%;
    max-width: none;
    margin: 0;
    gap: 10px;
  }
  body.page-home .hew-insta-row > * {
    flex-basis: 44% !important;
    max-width: 44% !important;
  }
  body.page-home .hew-hew-newsletter {
    margin-top: 0;
  }
  body.page-home .hew-newsletter {
    min-height: 0;
    padding: 38px 20px 30px;
  }
  body.page-home .hew-newsletter p {
    max-width: 320px;
    margin-bottom: 18px;
    font-size: 11px;
    line-height: 1.6;
  }
  body.page-home .hew-newsletter input,
  body.page-home .hew-newsletter button {
    min-height: 46px;
  }
  body.page-home .hew-hew-brands,
  body.page-home .hew-brands {
    height: auto;
    min-height: 0;
  }
  body.page-home .hew-brands {
    padding: 38px 0 32px;
  }
  body.page-home .hew-brands h2 {
    margin-bottom: 24px;
  }
  body.page-home .hew-brands .hew-strip-shell {
    width: 100%;
    max-width: none;
  }
  body.page-home .hew-brands .hew-brand-row {
    gap: 16px;
  }
  body.page-home .hew-brands .hew-brand-row > * {
    flex-basis: 42% !important;
    max-width: 42% !important;
  }
  body.page-home .hew-brands .hew-brand-row img {
    width: auto;
    max-width: 150px;
  }
  body.page-home .hew-hew-split-banner,
  body.page-home .hew-split {
    height: auto;
  }
  body.page-home .hew-split {
    gap: 0;
    padding-bottom: 0;
  }
  body.page-home .hew-split a {
    min-height: 160px;
    padding-left: 8%;
  }
  body.page-home .hew-split strong {
    font-size: 22px;
  }
  footer,
  body.page-home footer {
    height: auto;
    min-height: 0;
    margin-top: 0;
    overflow: hidden;
  }
  footer .footer-content,
  body.page-home footer .footer-content {
    padding: 24px 0 18px;
  }
  footer .footer-content .row {
    row-gap: 0;
  }
  footer .footer-content .footer-link-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
  }
  footer .footer-content .footer-content-left {
    width: 100%;
    max-width: none;
  }
  footer .footer-content .footer-link-wrap > h6 {
    width: 100%;
  }
  footer .footer-content .footer-link-wrap .icon-open {
    width: 24px;
    min-width: 24px;
    margin-left: auto;
  }
  footer .footer-content .footer-link-wrap .icon-open {
    display: block;
    color: #a8741a;
  }
  footer .footer-content h6,
  footer .footer-content .intro-title {
    min-height: 50px;
    margin: 0;
    padding: 13px 0;
    font-family: var(--hew-font-body);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase !important;
  }
  footer .footer-content .footer-link-wrap ul.list-unstyled,
  footer .footer-content .footer-link-wrap .intro-wrap {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.35s ease;
  }
  footer .footer-content .footer-link-wrap.active ul.list-unstyled,
  footer .footer-content .footer-link-wrap.active .intro-wrap {
    max-height: 1200px !important;
    padding-bottom: 20px;
    overflow: visible !important;
  }
  footer .hew-footer-nav {
    gap: 8px 18px;
    padding: 16px 8px 20px;
    flex-wrap: wrap;
  }
  footer .hew-footer-nav a {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    font-size: 11px;
  }
  footer .footer-bottom {
    padding: 18px 0 24px;
    font-size: 11px;
    line-height: 1.6;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .hew-hero-slide,
  .hew-hero-slide.active .hew-eyebrow,
  .hew-hero-slide.active h1,
  .hew-hero-slide.active .hew-hero-sub,
  .hew-hero-slide.active .hew-btn,
  [data-hew-slider-track] {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.hew-mobile-slide-nav {
  display: none;
}

/* H5 point fixes: compact header row, stable menu and complete swipe slides. */
@media (max-width: 575.98px) {
  header .header-mobile,
  body.page-home .header-mobile {
    display: grid;
    grid-template-columns: minmax(116px, 1fr) auto;
    grid-template-rows: auto auto 68px auto auto;
    align-items: stretch;
  }
  .header-mobile .hew-mobile-shipping,
  .header-mobile .hew-mobile-account,
  .header-mobile .mobile-content,
  .header-mobile .hew-mobile-menu-panel {
    grid-column: 1/-1;
  }
  .header-mobile .hew-mobile-shipping {
    grid-row: 1;
  }
  .header-mobile .hew-mobile-account {
    grid-row: 2;
  }
  .header-mobile .hew-mobile-logo,
  body.page-home .header-mobile .hew-mobile-logo {
    grid-column: 1;
    grid-row: 3;
    height: 68px;
    justify-content: flex-start;
    padding-left: 14px;
  }
  .header-mobile .hew-mobile-logo img {
    width: clamp(118px, 34vw, 142px);
    max-height: 44px;
  }
  .header-mobile .hew-mobile-icons,
  body.page-home .header-mobile .hew-mobile-icons {
    grid-column: 2;
    grid-row: 3;
    height: 68px;
    justify-content: flex-end;
    padding-right: 12px;
  }
  .header-mobile .hew-mobile-icons a {
    min-width: 38px;
    width: 38px;
    height: 40px;
  }
  .header-mobile .hew-mobile-icons .btn-right-cart {
    width: auto;
    min-width: 96px;
    padding: 0 8px;
  }
  .header-mobile .hew-mobile-icons .hew-cart-count {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    line-height: 22px;
  }
  .header-mobile .hew-mobile-icons .cart-badge-quantity {
    top: 1px;
    left: 38px;
  }
  .header-mobile .mobile-content {
    grid-row: 4;
  }
  .header-mobile .hew-mobile-menu-panel {
    grid-row: 5;
  }
  .hew-mobile-menu-panel,
  .hew-mobile-menu-panel .accordion,
  .hew-mobile-menu-panel .accordion-item,
  .hew-mobile-menu-panel .accordion-collapse,
  .hew-mobile-menu-panel .children-group {
    background: #202020;
    color: #d0d0d0;
  }
  .hew-mobile-menu-panel {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .hew-mobile-menu-panel .accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .hew-mobile-menu-panel .nav-item-text {
    min-height: 50px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .hew-mobile-menu-panel .nav-item-text > a,
  .hew-mobile-menu-panel .nav-item-text > .nav-link {
    min-width: 0;
    min-height: 50px;
    display: flex;
    flex: 1;
    align-items: center;
    gap: 10px;
    padding: 11px 16px;
    border: 0;
    background: transparent;
    color: #e0e0e0 !important;
    font-family: var(--hew-font-body);
    font-size: 14px;
    line-height: 1.35;
  }
  .hew-mobile-menu-panel .nav-item-text > span {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    color: #a8741a;
  }
  .hew-mobile-menu-panel .nav-item-text > span[aria-expanded=true] i {
    transform: rotate(180deg);
  }
  .hew-mobile-menu-panel .badge {
    position: static;
    margin-left: auto;
    font-family: var(--hew-font-body);
    font-size: 10px;
  }
  .hew-mobile-menu-panel .badge::before {
    display: none;
  }
  .hew-mobile-menu-panel .accordion-collapse {
    padding: 0;
  }
  .hew-mobile-menu-panel .children-group {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
  .hew-mobile-menu-panel .children-title {
    min-height: 46px;
    padding: 10px 16px 10px 26px;
    color: #c4c4c4;
    font-size: 13px;
  }
  .hew-mobile-menu-panel .children-title > span {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a8741a;
  }
  .hew-mobile-menu-panel .ul-children .nav-link,
  .hew-mobile-menu-panel .children-group > .accordion-collapse > a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 10px 34px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    background: #1b1b1b;
    color: #a8a8a8 !important;
    font-family: var(--hew-font-body);
    font-size: 12px;
  }
  .hew-mobile-menu-panel img {
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: cover;
  }
  body.page-home .hew-hero-nav {
    display: block;
  }
  body.page-home .hew-hero-nav button {
    width: 38px;
    height: 46px;
    margin-top: -23px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0;
    background: rgba(20, 20, 20, 0.62);
    color: #d2d2d2;
    font-size: 25px;
    line-height: 44px;
    opacity: 1;
  }
  .hew-promo-shell,
  .hew-split-shell {
    position: relative;
    overflow: hidden;
  }
  body.page-home .hew-promo-card {
    flex: 0 0 calc(100vw - 32px);
    width: calc(100vw - 32px);
  }
  body.page-home .hew-hew-product-carousel [data-hew-slider-track] > *,
  body.page-home .hew-insta-row > *,
  body.page-home .hew-brands .hew-brand-row > * {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  body.page-home .hew-hew-product-carousel .hew-product-card {
    width: 100%;
  }
  body.page-home .hew-hew-product-carousel .hew-product-image {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
  }
  body.page-home .hew-hew-product-carousel .hew-product-card h3 {
    font-size: 15px;
  }
  body.page-home .hew-hew-product-carousel .hew-product-card .hew-product-price,
  body.page-home .hew-hew-product-carousel .hew-product-card .hew-product-price strong {
    font-size: 18px;
  }
  body.page-home .hew-split {
    width: 100%;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  body.page-home .hew-split::-webkit-scrollbar {
    display: none;
  }
  body.page-home .hew-split a {
    width: 100%;
    min-width: 100%;
    flex: 0 0 100%;
    scroll-snap-align: start;
  }
  .hew-mobile-slide-nav,
  body.page-home .hew-hew-product-carousel .hew-carousel-nav,
  body.page-home .hew-blog-shell .hew-strip-nav,
  body.page-home .hew-insta .hew-strip-nav,
  body.page-home .hew-brands .hew-strip-nav {
    position: absolute;
    top: 50%;
    z-index: 8;
    width: 38px;
    height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0;
    background: rgba(22, 22, 22, 0.72);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    opacity: 1;
    transform: translateY(-50%);
  }
  .hew-mobile-slide-prev,
  body.page-home .hew-carousel-prev,
  body.page-home .hew-strip-prev {
    left: 6px;
  }
  .hew-mobile-slide-next,
  body.page-home .hew-carousel-next,
  body.page-home .hew-strip-next {
    right: 6px;
  }
  body.page-home .hew-hew-product-carousel .hew-carousel-nav {
    top: 54%;
  }
  body.page-home .hew-blog-shell .hew-strip-nav {
    top: 34%;
  }
  body.page-home .hew-insta .hew-strip-nav,
  body.page-home .hew-brands .hew-strip-nav {
    top: 58%;
  }
  footer .hew-footer-nav {
    display: none;
  }
}

/* HighEndWatchTheme footer assurance overrides */
footer .services-wrap{padding:28px 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
footer .hew-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
footer .services-wrap .service-item{min-width:0;display:flex;align-items:center;gap:15px;padding:3px 25px;border-left:1px solid rgba(255,255,255,.08)}
footer .services-wrap .service-item:first-child{border-left:0;padding-left:0}footer .services-wrap .service-item:last-child{padding-right:0}
footer .services-wrap .service-item .icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;margin-right:0;border:1px solid rgba(168,116,26,.48);color:#b98122;transition:border-color .25s ease,color .25s ease}
footer .services-wrap .service-item:hover .icon{border-color:#b98122;color:#d19a3a}footer .services-wrap .service-item .icon i{font-size:20px;line-height:1}footer .services-wrap .service-item .icon img{width:27px;height:27px;object-fit:contain}
footer .services-wrap .service-item .text{min-width:0}footer .services-wrap .service-item p{margin:0}footer .services-wrap .service-item .title{overflow:hidden;margin:0;color:#f2f2f2;font-family:var(--hew-font-body);font-size:13px;font-weight:700;letter-spacing:.055em;line-height:1.35;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}
footer .services-wrap .service-item .sub-title{overflow:hidden;margin:5px 0 0;color:#858585;font-size:12px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}
@media (max-width:991.98px){footer .services-wrap{padding:20px 0}footer .hew-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}footer .services-wrap .service-item,footer .services-wrap .service-item:first-child,footer .services-wrap .service-item:last-child{min-height:76px;padding:14px 18px;border-left:0}footer .services-wrap .service-item:nth-child(even){border-left:1px solid rgba(255,255,255,.08)}footer .services-wrap .service-item:nth-child(n+3){border-top:1px solid rgba(255,255,255,.08)}}
@media (max-width:768px){footer .services-wrap .service-item .icon{display:grid}}
@media (max-width:575.98px){footer .services-wrap{padding:10px 0}footer .services-wrap .service-item,footer .services-wrap .service-item:first-child,footer .services-wrap .service-item:last-child{min-height:72px;gap:10px;padding:12px 9px}footer .services-wrap .service-item .icon{width:36px;height:36px;flex-basis:36px}footer .services-wrap .service-item .icon i{font-size:17px}footer .services-wrap .service-item .title{font-size:11px;letter-spacing:.035em}footer .services-wrap .service-item .sub-title{font-size:10px}}

/* HighEndWatchTheme Builder module targeting */
.modules-box>.hew-section.module-item.module-item-design{padding-top:0;padding-bottom:0}
.modules-box>.hew-section.module-item.module-item-design:after{pointer-events:none}
.modules-box>.hew-section.module-item.module-item-design:not(.currently-editing):hover:after{display:block;outline:1px dashed #4bb1f0!important}
.modules-box>.hew-section.module-item.module-item-design.currently-editing:after{display:block;outline:2px solid #0072ff!important}

/*# sourceMappingURL=app.css.map */
