@charset "UTF-8";
/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:45:17
 */
/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.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 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.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: #F7F8FA;
}
body[class^=page-account-] .breadcrumb-wrap {
  background-color: transparent;
  margin-bottom: 0;
}

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

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

.module-title {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  color: #333;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .module-title {
    font-size: 1rem;
  }
}
.module-title:after {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  content: "";
  width: 60px;
  height: 2px;
  background: #2d2d2d;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
  .breadcrumb {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

.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-dialog {
  border-radius: 0 !important;
  background: #fcfbf8;
  box-shadow: 0 24px 60px rgba(31, 26, 21, 0.14);
  overflow: hidden;
}
@media (max-width: 768px) {
  .address-dialog .el-dialog {
    width: calc(100% - 1rem) !important;
    margin-top: 5vh !important;
  }
}
.address-dialog .el-dialog__header {
  padding: 1.25rem 1.25rem 0.95rem;
  border-bottom: 1px solid rgba(31, 26, 21, 0.08);
}
.address-dialog .el-dialog__title {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.55rem;
  color: #171411;
  letter-spacing: -0.03em;
}
.address-dialog .el-dialog__body {
  padding: 1.2rem 1.25rem 1.3rem;
  background: linear-gradient(180deg, #fcfbf8 0%, #f8f5f0 100%);
}
.address-dialog .el-form .d-flex {
  gap: 1rem;
}
@media (max-width: 768px) {
  .address-dialog .el-form .d-flex {
    display: block !important;
  }
}
.address-dialog .el-form .d-flex > .w-50 {
  width: 100% !important;
}
.address-dialog .el-form .ms-3 {
  margin-left: 0 !important;
}
.address-dialog .el-form-item__label {
  line-height: initial;
  color: #6d645b;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding-bottom: 0.3rem;
}
.address-dialog .el-input__inner,
.address-dialog .el-textarea__inner {
  border-radius: 0;
  border-color: rgba(31, 26, 21, 0.1);
  background: #fffdfa;
  color: #1c1712;
  min-height: 42px;
}
.address-dialog .el-input__inner:focus,
.address-dialog .el-textarea__inner:focus {
  border-color: #6a5b4c;
}
.address-dialog .el-select {
  width: 100%;
}
.address-dialog .el-switch.is-checked .el-switch__core {
  border-color: #17120e;
  background-color: #17120e;
}
.address-dialog .el-button {
  border-radius: 0;
}
.address-dialog .el-button--primary {
  background: linear-gradient(135deg, #17120e 0%, #302721 100%);
  border-color: #17120e;
}
.address-dialog .el-form-item:last-child {
  margin-bottom: 0;
  padding-top: 0.35rem;
}

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

header.cool-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  color: #1d1d1d;
}
header.cool-header .cool-header__topbar {
  background: #333;
  color: #fff;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}
header.cool-header .cool-header__topbar .container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
}
header.cool-header .cool-header__topbar p {
  margin: 0;
  opacity: 0.96;
}
header.cool-header .sg-header-shell {
  background: #fff;
  border-bottom: 1px solid #ececec;
}
header.cool-header .header-content {
  padding: 0;
  background: #fff;
}
header.cool-header .header-content.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  z-index: 999;
}
header.cool-header .cool-header__desktop-shell .container {
  max-width: 1520px;
}
header.cool-header .cool-header__brand-row {
  display: grid;
  grid-template-columns: 260px minmax(320px, 1fr) 150px;
  align-items: center;
  gap: 28px;
  min-height: 112px;
}
header.cool-header .cool-header__logo-link,
header.cool-header .cool-header__store-link {
  text-decoration: none;
}
header.cool-header .cool-header__logo-img {
  width: 168px;
  max-width: 100%;
  display: block;
}
header.cool-header .cool-header__search-form {
  display: flex;
  align-items: center;
  max-width: 520px;
  height: 44px;
  margin: 0 auto;
  padding: 0 12px 0 18px;
  border-radius: 999px;
  background: #f3f3f3;
}
header.cool-header .cool-header__search-form input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  color: #5f5f5f;
  font-size: 14px;
}
header.cool-header .cool-header__search-form input::-moz-placeholder {
  color: #9d9d9d;
}
header.cool-header .cool-header__search-form input::placeholder {
  color: #9d9d9d;
}
header.cool-header .cool-header__search-form button {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #24b7b0;
  font-size: 18px;
}
header.cool-header .cool-header__store-col {
  display: flex;
  justify-content: flex-end;
}
header.cool-header .cool-header__store-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #333;
  font-size: 15px;
  font-weight: 400;
}
header.cool-header .cool-header__store-link i {
  font-size: 20px;
}
header.cool-header .cool-header__nav-row {
  display: flex;
  justify-content: center;
  min-height: 48px;
}
header.cool-header .menu-wrap {
  width: 100%;
}
header.cool-header .sol-theme-nav {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 38px;
  margin: 0;
  padding: 0 0 18px;
  list-style: none;
}
header.cool-header .sol-theme-nav > .nav-item {
  position: static;
}
header.cool-header .sol-theme-nav > .nav-item > .nav-link {
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: #222;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
}
header.cool-header .sol-theme-nav > .nav-item.is-active > .nav-link {
  color: #2dbab6;
}
header.cool-header .sol-theme-nav > .nav-item.is-active > .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: 0 auto;
  width: 100%;
  height: 2px;
  background: #2dbab6;
}
header.cool-header .sol-nav-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 18px;
  padding: 0 7px;
  border-radius: 2px;
  background: #ff6b6b;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
header.cool-header .sol-nav-mega {
  position: absolute;
  left: 50%;
  top: calc(100% + 18px);
  transform: translateX(-50%);
  width: calc(100vw - 64px);
  max-width: 920px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 40;
}
header.cool-header .sol-nav-dropdown:hover .sol-nav-mega {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
header.cool-header .sol-nav-mega__panel {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  padding: 24px;
  background: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}
header.cool-header .sol-nav-mega__feature {
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #222;
  text-decoration: none;
}
header.cool-header .sol-nav-mega__feature-media {
  display: block;
  overflow: hidden;
  background: #f3f8f8;
}
header.cool-header .sol-nav-mega__feature-media img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
header.cool-header .sol-nav-mega__feature-copy strong {
  display: block;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 8px;
}
header.cool-header .sol-nav-mega__eyebrow,
header.cool-header .sol-nav-mega__cta,
header.cool-header .sol-nav-mega__title {
  color: #2dbab6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
header.cool-header .sol-nav-mega__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
header.cool-header .sol-nav-mega__group {
  display: grid;
  gap: 10px;
  align-content: start;
}
header.cool-header .sol-nav-mega__group a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
header.cool-header .sol-nav-mega__note {
  grid-column: 1/-1;
  padding-top: 18px;
  border-top: 1px solid #ececec;
  color: #6c7477;
  font-size: 12px;
  line-height: 1.6;
}
header.cool-header .sg-mobile-header {
  background: #fff;
  border-bottom: 1px solid #ececec;
}
header.cool-header .header-mobile {
  position: relative;
  z-index: 8;
}
header.cool-header .header-mobile.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.98);
}
header.cool-header .header-mobile .mobile-content {
  min-height: 62px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.cool-header .header-mobile .mobile-content > div {
  width: 33.33%;
  display: flex;
  align-items: center;
}
header.cool-header .header-mobile .mobile-content > .center {
  justify-content: center;
}
header.cool-header .header-mobile .mobile-content > .right {
  justify-content: flex-end;
}
header.cool-header .cool-header__mobile-logo img,
header.cool-header .cool-header__mobile-menu-logo img {
  width: 104px;
  display: block;
}
header.cool-header .cool-header__mobile-store,
header.cool-header .sg-mobile-trigger,
header.cool-header .mobile-open-menu {
  border: none;
  background: transparent;
  color: #333;
  font-size: 21px;
  line-height: 1;
  text-decoration: none;
  padding: 0;
}
header.cool-header .mobile-open-search {
  margin-left: 18px;
}
header.cool-header #offcanvas-search-top {
  height: 96px;
  justify-content: center;
}
header.cool-header #offcanvas-search-top .offcanvas-header {
  width: 100%;
  align-items: center;
  gap: 12px;
}
header.cool-header .cool-header__mobile-search-form {
  flex: 1;
  display: flex;
  align-items: center;
  height: 46px;
  padding: 0 10px 0 18px;
  border-radius: 999px;
  background: #f4f4f4;
}
header.cool-header .cool-header__mobile-search-form input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
}
header.cool-header .cool-header__mobile-search-submit {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  color: #24b7b0;
  font-size: 18px;
}
header.cool-header #offcanvas-mobile-menu {
  width: min(100vw, 420px);
  max-width: 100%;
  background: #fff;
}
header.cool-header #offcanvas-mobile-menu .sg-mobile-menu-top {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
}
header.cool-header #offcanvas-mobile-menu .offcanvas-body {
  padding-top: 0;
}
header.cool-header .sol-mobile-menu .accordion-item {
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  background: transparent;
}
header.cool-header .sol-mobile-menu .nav-item-text {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 56px;
}
header.cool-header .sol-mobile-menu .nav-link,
header.cool-header .sol-mobile-submenu a {
  color: #222;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}
header.cool-header .sol-mobile-menu-toggle {
  width: 36px;
  height: 36px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: #fff;
  color: #666;
}
header.cool-header .sol-mobile-submenu {
  display: grid;
  gap: 10px;
  padding: 0 0 18px 12px;
}
@media (max-width: 991.98px) {
  header.cool-header .cool-header__topbar .container {
    min-height: 30px;
    padding: 0 12px;
  }
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.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;
}
body.page-home footer {
  margin-top: 0;
}
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: #2d2d2d;
}
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 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.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: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-list-wrap .col-12:not(:last-of-type) .product-wrap:hover .button-wrap button:hover {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
  color: #111 !important;
}
.product-list-wrap .col-12:not(:last-of-type) .product-wrap:hover .button-wrap button:hover i {
  color: #111;
}

.row[class*=g-] .product-wrap {
  margin-bottom: 0;
}

.product-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  overflow: hidden;
}
.product-wrap:hover .image {
  border-color: #2d2d2d;
}
.product-wrap .product-bottom-info {
  transition: all ease-out 0.3s;
}
.product-wrap.list {
  display: flex;
  padding-bottom: 0;
}
.product-wrap.list .image {
  width: 200px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.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;
  border-bottom: 2px solid #495057;
  overflow: hidden;
}
.product-wrap .image .image-old {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-out 0.3s;
}
.product-wrap .image .button-wrap {
  width: 100%;
  position: absolute;
  z-index: 40;
  bottom: -30px;
  opacity: 0;
  transition: all 0.3s ease-out;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #eee;
}
.product-wrap .image .button-wrap button {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  width: 50%;
  font-size: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold;
  border-right: 1px solid #e6e6e6;
}
.product-wrap .image .button-wrap button:first-of-type {
  font-size: 21px;
}
.product-wrap .image .button-wrap button:last-of-type {
  border-right: 0;
}
.product-wrap .image .button-wrap button:hover {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
  color: #fff;
}
@media (min-width: 768px) {
  .product-wrap:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }
  .product-wrap:hover .product-bottom-info {
    padding: 0 10px;
  }
  .product-wrap:hover .button-wrap {
    bottom: 0;
    opacity: 1;
  }
}
.product-wrap .product-name {
  height: 39px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #666;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-wrap .product-price .price-new {
  color: #111;
  font-size: 1.1rem;
}
.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 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.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 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-09-01 16:23:34
 * @LastEditTime  2022-09-16 20:57:19
 */
body.page-account {
  background-color: #F7F8FA;
}
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 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-24 17:24:33
 * @LastEditTime  2022-09-16 20:56:21
 */
body.page-product .cool-product-gallery {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  body.page-product .cool-product-gallery--side-thumbs {
    align-items: stretch;
    display: grid;
    flex-direction: row;
    gap: 16px;
    grid-template-columns: 88px minmax(0, 1fr);
    max-width: 540px;
  }
  body.page-product .cool-product-gallery--side-thumbs .cool-product-gallery__stage {
    grid-column: 2;
    grid-row: 1/span 2;
    aspect-ratio: 1/1;
    max-width: 100%;
    width: 100%;
  }
  body.page-product .cool-product-gallery--side-thumbs .cool-product-gallery__thumbs {
    grid-column: 1;
    grid-row: 1;
    align-items: stretch;
    flex-direction: column;
    margin: 0;
    width: 88px;
  }
  body.page-product .cool-product-gallery--side-thumbs .cool-product-gallery__thumb-track {
    flex-direction: column;
    gap: 10px;
    max-height: 410px;
    overflow: hidden;
    width: 100%;
  }
  body.page-product .cool-product-gallery--side-thumbs .cool-product-gallery__thumb {
    flex: 0 0 78px;
    height: 78px;
    width: 78px;
  }
  body.page-product .cool-product-gallery--side-thumbs .thumb-arrow {
    display: none;
  }
}
body.page-product .cool-product-gallery__stage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 420px);
  aspect-ratio: 1/1;
  border-radius: 16px;
  background: #f4f6f7;
  overflow: hidden;
}
body.page-product .cool-product-gallery--highlight .cool-product-gallery__stage {
  background: linear-gradient(180deg, #eef8f7 0%, #f8fafb 100%);
  border: 1px solid #dfeceb;
}
body.page-product .cool-product-gallery__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 18px;
}
body.page-product .cool-product-gallery__thumbs {
  width: min(100%, 420px);
}
body.page-product .cool-product-gallery__thumb-track {
  overflow: hidden;
  width: min(100%, 350px);
  gap: 10px;
}
body.page-product .cool-product-gallery__thumb {
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #e7ecec;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex: 0 0 64px;
}
body.page-product .cool-product-gallery__thumb.selected {
  border-color: #26b8b0;
}
body.page-product .cool-product-gallery__thumb-image {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.page-product .cool-product-story {
  margin: 48px auto 0;
  max-width: 1120px;
  padding: 0 12px 56px;
}
body.page-product .cool-product-story__section {
  margin-bottom: 40px;
}
body.page-product .cool-product-story__heading {
  margin-bottom: 24px;
  text-align: center;
}
body.page-product .cool-product-story__heading h2 {
  color: #1f2328;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 700;
  margin: 0;
}
body.page-product .cool-product-story__heading p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.8;
  margin: 14px auto 0;
  max-width: 880px;
}
body.page-product .cool-product-story__heading--left {
  text-align: left;
}
body.page-product .cool-product-story__hero {
  background: linear-gradient(135deg, #edf7f7 0%, #f9f2ec 100%);
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}
body.page-product .cool-product-story__hero > img {
  display: block;
  height: auto;
  width: 100%;
}
body.page-product .cool-product-story__hero .video-wrap {
  inset: 0;
  margin: 0;
  pointer-events: none;
  position: absolute;
}
body.page-product .cool-product-story__hero .video-wrap #product-video,
body.page-product .cool-product-story__hero .video-wrap iframe,
body.page-product .cool-product-story__hero .video-wrap video {
  border-radius: 18px;
  height: 100%;
  width: 100%;
}
body.page-product .cool-product-story__hero .video-wrap #product-video,
body.page-product .cool-product-story__hero .video-wrap .close-video,
body.page-product .cool-product-story__hero .video-wrap .open-video {
  pointer-events: auto;
}
body.page-product .cool-product-story__play {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(31, 35, 40, 0.18);
  color: #24b8b2;
  display: inline-flex;
  font-size: 30px;
  height: 78px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  z-index: 3;
}
body.page-product .cool-product-story__split {
  align-items: stretch;
  background: linear-gradient(135deg, #f8fbfb 0%, #f4fbfa 58%, #24b8b2 58%, #20a8a2 100%);
  border-radius: 18px;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  overflow: hidden;
}
body.page-product .cool-product-story__copy {
  padding: 44px 42px;
}
body.page-product .cool-product-story__copy h3 {
  color: #1f2328;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 14px;
  max-width: 420px;
}
body.page-product .cool-product-story__copy p {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
  max-width: 460px;
}
body.page-product .cool-product-story__eyebrow {
  color: #24b8b2;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
body.page-product .cool-product-story__media {
  align-items: end;
  display: flex;
  justify-content: center;
  min-height: 280px;
  padding: 24px 24px 0;
}
body.page-product .cool-product-story__media img {
  display: block;
  max-height: 320px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
body.page-product .cool-product-story__gallery {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.page-product .cool-product-story__gallery-card,
body.page-product .cool-product-story__capability-card,
body.page-product .cool-product-story__maker-tile {
  background: #f4f4f5;
  border-radius: 14px;
  margin: 0;
  overflow: hidden;
}
body.page-product .cool-product-story__gallery-card img,
body.page-product .cool-product-story__capability-card img,
body.page-product .cool-product-story__maker-tile img,
body.page-product .cool-product-story__design-image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
body.page-product .cool-product-story__capabilities {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
body.page-product .cool-product-story__capability-card h3 {
  color: #111827;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 14px 16px 18px;
}
body.page-product .cool-product-story__capability-card img {
  aspect-ratio: 16/9;
}
body.page-product .cool-product-story__makers {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.page-product .cool-product-story__maker-tile img {
  aspect-ratio: 1/1;
}
body.page-product .cool-product-story__trust {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
body.page-product .cool-product-story__trust-item {
  align-items: center;
  color: #374151;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
body.page-product .cool-product-story__trust-item i {
  color: #111827;
  font-size: 28px;
  line-height: 1;
}
body.page-product .cool-product-story__trust-item span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  max-width: 180px;
}
body.page-product .cool-product-story__design-image {
  border-radius: 18px;
  overflow: hidden;
}
body.page-product .cool-product-story__design-image img {
  aspect-ratio: 16/9;
}
body.page-product .cool-product-story__faq {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: 180px minmax(0, 1fr);
}
body.page-product .cool-product-story__faq-title {
  color: #111827;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  padding-top: 10px;
}
body.page-product .cool-product-story__faq-list {
  border-top: 1px solid #e5e7eb;
}
body.page-product .cool-product-story__faq-item {
  border-bottom: 1px solid #e5e7eb;
  padding: 0;
}
body.page-product .cool-product-story__faq-item summary {
  color: #111827;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  list-style: none;
  padding: 20px 34px 20px 0;
  position: relative;
}
body.page-product .cool-product-story__faq-item summary::-webkit-details-marker {
  display: none;
}
body.page-product .cool-product-story__faq-item summary::after {
  color: #6b7280;
  content: "+";
  font-size: 26px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.page-product .cool-product-story__faq-item[open] summary::after {
  content: "−";
}
body.page-product .cool-product-story__faq-item div {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.8;
  padding: 0 0 20px;
}
body.page-product .cool-product-summary {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
body.page-product .cool-product-summary--highlight {
  border: 1px solid #e3ecea;
  border-radius: 16px;
  background: #f7faf9;
  margin-top: 18px;
  padding: 18px 20px 20px;
}
body.page-product .cool-product-summary p {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}
body.page-product .cool-product-summary__title {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
body.page-product .cool-product-story__compare-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.page-product .cool-product-story__compare-card {
  align-items: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  padding: 22px 18px 26px;
  text-align: center;
}
body.page-product .cool-product-story__compare-card h3 {
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 14px;
  min-height: 48px;
}
body.page-product .cool-product-story__compare-card.is-current {
  border-color: #24b8b2;
  box-shadow: 0 16px 40px rgba(36, 184, 178, 0.12);
}
body.page-product .cool-product-story__compare-image {
  align-items: center;
  display: flex;
  height: 220px;
  justify-content: center;
  margin-bottom: 18px;
  width: 100%;
}
body.page-product .cool-product-story__compare-image img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
body.page-product .cool-product-story__compare-btn {
  border: 1px solid #d1d5db;
  border-radius: 999px;
  color: #111827;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  justify-content: center;
  min-width: 104px;
  padding: 10px 18px;
  text-decoration: none;
  transition: all 0.2s ease;
}
body.page-product .cool-product-story__compare-btn:hover {
  background: #111827;
  border-color: #111827;
  color: #fff;
}
body.page-product .cool-home-section-title,
body.page-product .cool-home-intro__inner h2 {
  color: #111827;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
}
body.page-product .cool-home-section-title--center,
body.page-product .cool-home-section-subtitle--center {
  text-align: center;
}
body.page-product .cool-home-section-subtitle,
body.page-product .cool-home-intro__inner p {
  color: #6b7280;
  font-size: 16px;
  line-height: 1.75;
  margin: 14px auto 0;
  max-width: 760px;
}
body.page-product .cool-detail-video-spotlight {
  margin: 0 auto;
  max-width: 1180px;
}
body.page-product .cool-detail-video-spotlight__head {
  margin: 0 auto 28px;
  max-width: 760px;
}
body.page-product .cool-detail-video-spotlight__head h2 {
  color: #111827;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.12;
  margin: 0;
}
body.page-product .cool-detail-video-spotlight__head p {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.8;
  margin: 14px auto 0;
  max-width: 880px;
}
body.page-product .cool-detail-video-spotlight__frame {
  border-radius: 24px;
  box-shadow: 0 20px 52px rgba(31, 35, 40, 0.1);
  overflow: hidden;
  background: #f4f4f1;
}
body.page-product .cool-detail-video-spotlight__frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-product .cool-detail-video-spotlight__poster {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  min-height: 520px;
  position: relative;
}
body.page-product .cool-detail-video-spotlight__poster::before {
  background: linear-gradient(90deg, rgba(238, 232, 220, 0.92) 0%, rgba(238, 232, 220, 0.38) 46%, rgba(238, 232, 220, 0.02) 72%);
  content: "";
  inset: 0;
  position: absolute;
}
body.page-product .cool-detail-video-spotlight__play {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(31, 35, 40, 0.18);
  color: #24b8b2;
  display: inline-flex;
  gap: 12px;
  min-height: 60px;
  padding: 0 24px 0 18px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
body.page-product .cool-detail-video-spotlight__play-icon {
  align-items: center;
  background: #24b8b2;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  height: 32px;
  justify-content: center;
  width: 32px;
}
body.page-product .cool-detail-feature-split {
  margin: 0 auto;
  max-width: 1180px;
}
body.page-product .cool-detail-feature-split__head {
  margin: 0 auto 28px;
  max-width: 820px;
  text-align: center;
}
body.page-product .cool-detail-feature-split__head h2 {
  color: #111827;
  font-size: clamp(28px, 2.7vw, 40px);
  font-weight: 700;
  line-height: 1.12;
  margin: 0;
}
body.page-product .cool-detail-feature-split__head p {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.85;
  margin: 14px auto 0;
}
body.page-product .cool-detail-feature-split__rows {
  display: grid;
  gap: 22px;
}
body.page-product .cool-detail-feature-split__row {
  align-items: stretch;
  background: linear-gradient(135deg, #f8fbfb 0%, #f4fbfa 58%, #24b8b2 58%, #20a8a2 100%);
  border-radius: 24px;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  overflow: hidden;
}
body.page-product .cool-detail-feature-split__row.is-reverse {
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
}
body.page-product .cool-detail-feature-split__media {
  min-height: 360px;
}
body.page-product .cool-detail-feature-split__media img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
body.page-product .cool-detail-feature-split__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 42px;
}
body.page-product .cool-detail-feature-split__eyebrow {
  color: #24b8b2;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
body.page-product .cool-detail-feature-split__copy h3 {
  color: #111827;
  font-size: clamp(26px, 2.5vw, 36px);
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 14px;
  max-width: 440px;
}
body.page-product .cool-detail-feature-split__desc {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.8;
  max-width: 480px;
}
body.page-product .cool-detail-feature-split__btn {
  align-self: flex-start;
  background: #2dbab6;
  border: 1px solid #2dbab6;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  margin-top: 22px;
  min-height: 46px;
  padding: 0 24px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
body.page-product .cool-detail-feature-split__btn:hover {
  background: #21a9a3;
  border-color: #21a9a3;
  box-shadow: 0 14px 26px rgba(45, 186, 182, 0.18);
  color: #fff;
  transform: translateY(-1px);
}
body.page-product .cool-detail-story-mosaic {
  margin: 0 auto;
  max-width: 1180px;
}
body.page-product .cool-detail-story-mosaic__head {
  margin: 0 auto 28px;
  max-width: 800px;
}
body.page-product .cool-detail-story-mosaic__head h2 {
  color: #111827;
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 700;
  line-height: 1.12;
  margin: 0;
}
body.page-product .cool-detail-story-mosaic__head p {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.8;
  margin: 14px auto 0;
}
body.page-product .cool-detail-story-mosaic__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.page-product .cool-detail-story-mosaic__card {
  background: #f4f4f4;
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(31, 35, 40, 0.08);
  overflow: hidden;
  position: relative;
}
body.page-product .cool-detail-story-mosaic__card img {
  aspect-ratio: 4/5;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
body.page-product .cool-detail-story-mosaic__caption {
  background: linear-gradient(180deg, rgba(16, 19, 24, 0), rgba(16, 19, 24, 0.78));
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 18px 18px 16px;
  position: absolute;
  right: 0;
}
body.page-product .cool-detail-story-mosaic__caption strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
body.page-product .cool-detail-story-mosaic__caption span {
  color: rgba(255, 255, 255, 0.88);
  display: block;
  font-size: 13px;
  line-height: 1.55;
  margin-top: 4px;
}
body.page-product .soul-brand-story {
  margin: 0 auto;
  max-width: 1180px;
}
body.page-product .soul-brand-story .cool-home-brand-story-heading {
  padding: 0 0 20px;
}
body.page-product .soul-brand-story .story-grid {
  background: #f5f5f1;
  border-radius: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  overflow: hidden;
}
body.page-product .soul-brand-story .story-media {
  min-height: 480px;
}
body.page-product .soul-brand-story .story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 42px;
}
body.page-product .soul-brand-story .story-copy h2 {
  color: #111827;
  font-size: clamp(28px, 2.7vw, 40px);
  line-height: 1.12;
  margin: 0 0 18px;
}
body.page-product .soul-brand-story .story-copy .desc {
  color: #5f666a;
  font-size: 15px;
  line-height: 1.85;
}
body.page-product .cool-home-compare-cards {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 0 60px;
}
body.page-product .cool-home-compare-cards__grid {
  display: grid;
  gap: 18px 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}
@media (min-width: 768px) {
  body.page-product .cool-home-compare-cards__grid {
    row-gap: 20px;
  }
}
body.page-product .cool-home-compare-card {
  align-items: center;
  background: #f4f4f1;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px 20px 24px;
  text-align: center;
}
body.page-product .cool-home-compare-card__head {
  border-bottom: 1px solid #d8d8d4;
  margin-bottom: 14px;
  min-height: 50px;
  padding-bottom: 14px;
  width: 100%;
}
body.page-product .cool-home-compare-card__head h3 {
  color: #111;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}
body.page-product .cool-home-compare-card > p {
  color: #8b9194;
  font-size: 12px;
  line-height: 1.65;
  margin: 10px 0 16px;
  min-height: 60px;
}
body.page-product .cool-home-compare-card__media {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 170px;
  margin-bottom: 16px;
}
body.page-product .cool-home-compare-card__media img {
  display: block;
  max-height: 150px;
  max-width: 88%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.page-product .cool-home-compare-cards__cta {
  display: flex;
  justify-content: center;
  padding-top: 28px;
}
body.page-product .soul-trust-badges {
  margin: 0 auto;
  max-width: 1180px;
  padding: 14px 0 54px;
  background: #dff4f1;
}
body.page-product .soul-trust-badges .badges-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 34px;
}
body.page-product .soul-trust-badges .badge-card {
  background: #d6f3f3;
  color: inherit;
  display: block;
  min-height: 100%;
  padding: 28px 24px 26px;
  text-decoration: none;
}
body.page-product .soul-trust-badges .badge-card .icon-wrap {
  align-items: center;
  display: flex;
  height: 64px;
  justify-content: flex-start;
  margin-bottom: 16px;
  width: 64px;
}
body.page-product .soul-trust-badges .badge-card h3 {
  color: #111;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 10px;
}
body.page-product .soul-trust-badges .badge-card p {
  color: #6f787c;
  font-size: 13px;
  line-height: 1.75;
  margin: 0;
}
@media (max-width: 768px) {
  body.page-product .cool-product-story {
    margin-top: 24px;
    padding: 0 10px 120px;
  }
  body.page-product .cool-product-story__section {
    margin-bottom: 24px;
  }
  body.page-product .cool-product-story__heading {
    margin-bottom: 16px;
    text-align: left;
  }
  body.page-product .cool-product-story__heading h2 {
    font-size: 28px;
  }
  body.page-product .cool-product-story__play {
    font-size: 24px;
    height: 64px;
    width: 64px;
  }
  body.page-product .cool-product-story__split,
  body.page-product .cool-product-story__faq,
  body.page-product .cool-product-story__gallery,
  body.page-product .cool-product-story__capabilities,
  body.page-product .cool-product-story__trust {
    grid-template-columns: 1fr;
  }
  body.page-product .cool-product-story__compare-grid {
    grid-template-columns: 1fr;
  }
  body.page-product .cool-detail-video-spotlight__poster {
    min-height: 320px;
  }
  body.page-product .cool-detail-feature-split__row,
  body.page-product .cool-detail-feature-split__row.is-reverse,
  body.page-product .cool-home-compare-cards__grid,
  body.page-product .soul-trust-badges .badges-grid,
  body.page-product .cool-detail-story-mosaic__grid,
  body.page-product .soul-brand-story .story-grid {
    grid-template-columns: 1fr;
  }
  body.page-product .cool-detail-feature-split__copy,
  body.page-product .soul-brand-story .story-copy {
    padding: 28px 22px 24px;
  }
  body.page-product .cool-detail-feature-split__media,
  body.page-product .soul-brand-story .story-media {
    min-height: 240px;
  }
  body.page-product .cool-detail-story-mosaic__card img {
    aspect-ratio: 1/1;
  }
  body.page-product .cool-product-story__copy {
    padding: 28px 22px 10px;
  }
  body.page-product .cool-product-story__media {
    min-height: 220px;
    padding: 0 18px 12px;
  }
  body.page-product .cool-product-story__makers {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.page-product .cool-product-story__faq-title {
    font-size: 28px;
    padding-top: 0;
  }
  body.page-product {
    background-color: #f2f2f3;
    padding-bottom: 64px;
  }
  body.page-product .breadcrumb-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  body.page-product #product-app.container {
    padding: 0;
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  body.page-product .product-mb-block {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
  }
}
body.page-product #product-description img {
  max-width: 100%;
  height: auto;
}
body.page-product .product-image {
  position: relative;
  display: flex;
  align-items: stretch;
}
body.page-product .product-image #swiper {
  height: 100%;
}
@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;
}
body.page-product .product-image .left .swiper > div > div {
  border: 1px solid #eee;
  margin-bottom: 10px;
  width: 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.5s;
}
body.page-product .product-image .left .swiper-pager .swiper-button-next {
  border: 0;
  top: calc(100% - 21px);
  left: 50%;
  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: 8px;
  left: 50%;
  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;
  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 .variable-group {
  margin-bottom: 10px;
}
body.page-product .variables-wrap .variable-group:last-of-type {
  margin-bottom: 0;
}
body.page-product .variables-wrap .variable-info > div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #ddd;
  margin-left: 0;
  min-width: 3rem;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  flex-direction: column;
  border-radius: 4px;
  transition: all 0.1s ease-in-out;
}
body.page-product .variables-wrap .variable-info > div:hover, body.page-product .variables-wrap .variable-info > div.selected {
  border-color: #222;
}
body.page-product .variables-wrap .variable-info > div:not(.is-v-image) {
  padding: 0.4rem 0.5rem;
}
body.page-product .variables-wrap .variable-info > div > span.image {
  width: 50px;
}
body.page-product .variables-wrap .variable-info > div:not(.selected).disabled {
  border: 1px dashed #2e2929;
  color: #999;
  font-weight: initial;
}
@media (max-width: 768px) {
  body.page-product .product-btns {
    z-index: 100;
    max-height: 102px;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0;
    box-shadow: 0 -8px 12px 0 rgba(0, 0, 0, 0.1019607843);
    flex-wrap: wrap;
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
  }
  body.page-product .product-btns .quantity-btns {
    flex: 1;
    display: flex;
    align-items: center;
  }
  body.page-product .product-btns .add-cart-btns {
    padding: 0 10px;
  }
  body.page-product .product-btns .add-cart-btns > .btn {
    margin: 0 0 6px;
    width: 100%;
  }
  body.page-product .product-btns .add-cart-btns > .btn:last-child {
    margin-bottom: 0;
  }
  body.page-product .product-btns .add-cart {
    flex: 1;
    margin-left: 10px;
  }
  body.page-product .product-btns .btn-buy-now {
    margin: 0 10px;
  }
  body.page-product .product-btns .add-wishlist .btn {
    padding: 0;
    color: #333 !important;
  }
  body.page-product .product-btns .add-wishlist span {
    display: none;
  }
  body.page-product .product-btns .add-wishlist i {
    font-size: 20px;
  }
}
body.page-product .peoduct-info .product-name {
  font-size: 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: #2d2d2d;
}
body.page-product .peoduct-info .price-wrap {
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  body.page-product .peoduct-info .price-wrap {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  body.page-product .peoduct-info .quantity-btns {
    display: flex;
  }
}
body.page-product .peoduct-info .quantity-btns .quantity-input {
  max-width: 5rem;
  text-align: center;
}
body.page-product .peoduct-info .quantity-btns .quantity-wrap {
  height: 43px;
}
body.page-product .peoduct-info .add-wishlist button {
  padding: 0 !important;
  margin-top: 10px;
}
body.page-product .product-description .nav-tabs .nav-link {
  border: none;
}
body.page-product .product-description .nav-tabs .nav-link.active {
  position: relative;
  background-color: transparent;
  color: #2d2d2d;
}
body.page-product .product-description .nav-tabs .nav-link.active:before {
  border-top: 1px solid #2d2d2d;
  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 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.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;
}
@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 .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;
}

body.page-checkout {
  background: #f5f5f5;
}
body.page-checkout .checkout-page {
  max-width: 1340px;
  padding-bottom: 3.5rem;
}
body.page-checkout .checkout-intro {
  margin-bottom: 0.5rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 991px) {
  body.page-checkout .checkout-intro {
    display: block;
  }
}
body.page-checkout .checkout-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #737373;
  background: transparent;
}
body.page-checkout .checkout-heading {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.9rem, 2.3vw, 2.35rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  color: #111827;
  max-width: none;
}
body.page-checkout .checkout-subtitle {
  max-width: 29rem;
  color: #6b7280;
  font-size: 0.92rem;
  line-height: 1.6;
}
body.page-checkout .checkout-intro__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: #6b7280;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}
body.page-checkout .checkout-intro__meta span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1px;
  margin-left: 0.85rem;
  background: rgba(107, 114, 128, 0.28);
  vertical-align: middle;
}
@media (max-width: 991px) {
  body.page-checkout .checkout-intro__meta {
    margin-top: 1rem;
    flex-wrap: wrap;
    white-space: normal;
  }
}
body.page-checkout .checkout-main-card,
body.page-checkout .checkout-summary-card,
body.page-checkout .checkout-login-card {
  border-radius: 0;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important;
}
body.page-checkout .checkout-stack {
  display: grid;
  gap: 1rem;
}
@media (min-width: 992px) {
  body.page-checkout .checkout-layout {
    align-items: flex-start;
  }
}
body.page-checkout .checkout-section {
  padding: 1.3rem 1.35rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.1rem;
  background: #fff;
}
@media (max-width: 768px) {
  body.page-checkout .checkout-section {
    padding: 0.95rem;
    border-radius: 0.2rem;
  }
}
body.page-checkout .checkout-title-wrap {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.95rem;
}
body.page-checkout .checkout-step {
  min-width: 1.85rem;
  height: 1.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.78rem;
  color: #4b5563;
  background: #ece7de;
  border: 1px solid #e5e7eb;
}
body.page-checkout .checkout-title-block {
  flex: 1;
  min-width: 0;
}
body.page-checkout .checkout-title {
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
body.page-checkout .checkout-title-text {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #111827;
}
body.page-checkout .checkout-section-meta {
  margin-top: 0.2rem;
  color: #6b7280;
  font-size: 0.8rem;
}
body.page-checkout .radio-line-wrap {
  display: grid;
  gap: 0.55rem;
}
body.page-checkout .radio-line-wrap .radio-line-item {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  padding: 0.85rem 0.9rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.08rem;
  background: #fffdfa;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 768px) {
  body.page-checkout .radio-line-wrap .radio-line-item {
    padding: 0.9rem;
  }
}
body.page-checkout .radio-line-wrap .radio-line-item:hover {
  border-color: #cbd5e1;
  background: #fff;
}
body.page-checkout .radio-line-wrap .radio-line-item.active {
  border-color: #111827;
  background: #fff;
  box-shadow: inset 3px 0 0 #111827;
}
body.page-checkout .radio-line-wrap .radio-line-item.active .radio {
  border-color: #111827;
}
body.page-checkout .radio-line-wrap .radio-line-item.active .radio:before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #111827;
}
body.page-checkout .radio-line-wrap .radio-line-item .radio {
  position: relative;
  width: 18px;
  flex: 0 0 18px;
  height: 18px;
  margin-top: 0.15rem;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
  background: #fff;
}
body.page-checkout .radio-line-wrap .radio-line-item .left {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-right: 0.35rem;
  min-width: 4.6rem;
}
body.page-checkout .radio-line-wrap .radio-line-item .method-icon-wrap {
  width: 2.55rem;
  height: 2.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  background: #f9fafb;
  border: 1px solid #eef2f7;
}
body.page-checkout .radio-line-wrap .radio-line-item .method-icon-wrap img {
  max-width: 1.7rem;
  max-height: 1.7rem;
}
body.page-checkout .radio-line-wrap .radio-line-item .right {
  flex: 1;
  min-width: 0;
}
body.page-checkout .radio-line-wrap .radio-line-item .title {
  font-weight: 600;
  color: #111827;
  line-height: 1.3;
  font-size: 0.95rem;
}
body.page-checkout .radio-line-wrap .radio-line-item .meta {
  margin-top: 0.12rem;
  color: #6b7280;
  font-size: 0.8rem;
  line-height: 1.45;
}
body.page-checkout .checkout-addresses .item.address-card {
  height: 100%;
  min-height: 10.8rem;
  padding: 0.9rem 0.95rem 0.85rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.08rem;
  background: #fffdfa;
  margin-bottom: 0.7rem;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 768px) {
  body.page-checkout .checkout-addresses .item.address-card {
    min-height: auto;
    padding: 0.95rem;
  }
}
body.page-checkout .checkout-addresses .item.address-card:hover {
  border-color: #cbd5e1;
  background: #fff;
}
body.page-checkout .checkout-addresses .item.address-card.active {
  border-left: 1px solid #111827;
  border-color: #111827;
  background: #fff;
  box-shadow: inset 3px 0 0 #111827;
}
body.page-checkout .checkout-addresses .item.address-card.active:before {
  display: none;
}
body.page-checkout .checkout-addresses .address-card__body {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
}
body.page-checkout .checkout-addresses .address-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
body.page-checkout .checkout-addresses .address-card__status,
body.page-checkout .checkout-addresses .address-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
body.page-checkout .checkout-addresses .address-card__status {
  padding: 0.38rem 0.58rem;
  color: #374151;
  background: #f3f4f6;
}
body.page-checkout .checkout-addresses .address-card__tag {
  color: #6b7280;
}
body.page-checkout .checkout-addresses .address-right.address-card {
  cursor: default;
  border-style: dashed;
}
body.page-checkout .checkout-addresses .address-card--action {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f9fafb;
}
body.page-checkout .checkout-addresses .address-card__action-inner {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 0.9rem;
}
body.page-checkout .checkout-addresses .address-card__action-icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: #eef2f7;
  color: #4b5563;
  font-size: 1rem;
}
body.page-checkout .checkout-addresses .address-card__action-copy {
  color: #6b7280;
  font-size: 0.84rem;
}
body.page-checkout .checkout-addresses .name-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem 0.7rem;
  line-height: 1.2;
}
body.page-checkout .checkout-addresses .zipcode,
body.page-checkout .checkout-addresses .address-info {
  color: #4b5563;
  min-height: 0;
  height: auto;
}
body.page-checkout .checkout-addresses .address-info {
  line-height: 1.42;
  font-size: 0.88rem;
}
body.page-checkout .checkout-addresses .address-bottom {
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.65rem;
  border-top: 1px solid #eef2f7;
}
body.page-checkout .checkout-comment {
  min-height: 6.6rem;
  border-radius: 0.25rem;
  border-color: #d1d5db;
  padding: 1rem 1.05rem;
  resize: vertical;
  box-shadow: none;
  background: #fff;
}
body.page-checkout .checkout-comment:focus {
  border-color: #111827;
  background: #fff;
  box-shadow: 0 0 0 0.12rem rgba(17, 24, 39, 0.06);
}
body.page-checkout .checkout-summary-card {
  overflow: hidden;
  border: 1px solid #e5e7eb;
}
body.page-checkout .checkout-summary-card .card-header {
  background: transparent;
  border-bottom: 1px solid #eef2f7;
  padding-bottom: 0.95rem;
  margin-bottom: 1rem;
}
body.page-checkout .checkout-summary-card .summary-label {
  color: #6b7280;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
body.page-checkout .checkout-summary-card .summary-count {
  min-width: 1.7rem;
  height: 1.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #374151;
  background: #f3f4f6;
  box-shadow: none;
}
body.page-checkout .summary-hero {
  padding: 0.8rem 0 0.85rem;
  margin-bottom: 0.95rem;
  border-radius: 0;
  color: #111827;
  background: transparent;
  border-bottom: 1px solid #eef2f7;
}
body.page-checkout .summary-hero__label {
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b7280;
}
body.page-checkout .summary-hero__amount {
  margin-top: 0.3rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.65rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}
body.page-checkout .summary-hero__subline {
  margin-top: 0.3rem;
  color: #6b7280;
  font-size: 0.76rem;
  line-height: 1.45;
  max-width: 14rem;
}
body.page-checkout .products-wrap {
  border-bottom: 1px solid #eef2f7;
  margin-bottom: 0.85rem;
  padding-bottom: 0.15rem;
}
@media (min-width: 768px) {
  body.page-checkout .products-wrap {
    max-height: 17.5rem;
    overflow-y: auto;
  }
}
body.page-checkout .products-wrap .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.7rem;
}
body.page-checkout .products-wrap .image {
  display: flex;
  align-items: flex-start;
  min-width: 0;
  flex: 1;
}
body.page-checkout .products-wrap .img {
  width: 3rem;
  height: 3rem;
  border-radius: 0.15rem;
  overflow: hidden;
  background: #fff;
  border-color: #e5e7eb !important;
  flex-shrink: 0;
}
body.page-checkout .products-wrap .name {
  min-width: 0;
}
body.page-checkout .products-wrap .product-title {
  font-weight: 600;
  color: #111827;
  font-size: 0.92rem;
}
body.page-checkout .products-wrap .price {
  color: #4b5563;
  white-space: nowrap;
  font-size: 0.88rem;
}
body.page-checkout .products-wrap .quantity {
  margin-top: 0.1rem;
  font-size: 0.76rem;
}
body.page-checkout .totals {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
body.page-checkout .totals > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.65rem;
  color: #4b5563;
  font-size: 0.88rem;
}
body.page-checkout .totals > li:last-of-type {
  padding-top: 0.7rem;
  margin-top: 0.25rem;
  border-top: 1px solid #eef2f7;
  font-weight: 700;
  color: #111827;
}
body.page-checkout .totals > li:last-of-type > span:last-of-type {
  color: #111827;
  font-size: 1.02rem;
}
body.page-checkout .totals > li > span:first-of-type {
  font-size: 0.82rem;
}
body.page-checkout .summary-note {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.8rem;
  color: #6b7280;
  font-size: 0.76rem;
}
@media (max-width: 992px) {
  body.page-checkout .submit-checkout-wrap {
    position: fixed;
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    z-index: 100;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem calc(0.9rem + env(safe-area-inset-bottom));
    border-radius: 0.3rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  }
  body.page-checkout .submit-checkout-wrap #submit-checkout {
    width: auto;
    min-width: 48%;
  }
  body.page-checkout .submit-checkout-wrap .text-total {
    font-size: 1rem;
    color: #111827;
  }
}
body.page-checkout .btn-primary {
  background: #111827;
  border-color: #111827;
  border-radius: 0;
  letter-spacing: 0.02em;
}
body.page-checkout .btn-primary:hover, body.page-checkout .btn-primary:focus {
  background: #0f172a;
  border-color: #0f172a;
}
body.page-checkout .btn-outline-dark {
  border-radius: 0;
}
@media (max-width: 991px) {
  body.page-checkout .checkout-summary-card {
    margin-bottom: 1rem;
  }
  body.page-checkout .checkout-main-card .card-body {
    padding-top: 1rem !important;
  }
}
@media (min-width: 1200px) {
  body.page-checkout .right-column {
    padding-left: 2rem;
  }
  body.page-checkout .left-column {
    padding-right: 1rem;
  }
}

body.page-checkout .checkout-black,
body.page-bk-stripe .checkout-black {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body.page-checkout .total-wrap .card-body,
  body.page-bk-stripe .total-wrap .card-body {
    padding: 0;
  }
}

/**
 * Coolinbo · Category page (refactor)
 * Brand tokens align with home.scss (--cool-accent / --cool-ink / --cool-card)
 */
/* ============================================================
 * Tokens
 * ============================================================ */
.cool-category-page {
  --cool-accent: #2dbab6;
  --cool-accent-dark: #21a9a3;
  --cool-accent-soft: #edf6f7;
  --cool-ink: #111111;
  --cool-title: #173f40;
  --cool-text: #3f4a4c;
  --cool-muted: #687476;
  --cool-soft: #f6f8f8;
  --cool-card: #f5f5f1;
  --cool-border: rgba(17, 17, 17, 0.08);
  --cool-border-strong: rgba(17, 17, 17, 0.16);
  --cool-shadow: 0 6px 24px rgba(23, 63, 64, 0.06);
  --cool-radius: 20px;
  --cool-radius-sm: 12px;
  --cool-radius-lg: 28px;
  background: #fff;
  color: var(--cool-text);
}

/* ============================================================
 * Reset legacy clutter from the old template
 * ============================================================ */
.cool-category-page .glass-card,
.cool-category-page .hero-showcase,
.cool-category-page .hero-visual {
  all: unset;
}

/* ============================================================
 * Layout shell
 * ============================================================ */
.cool-category .container {
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 991.98px) {
  .cool-category .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.cool-category-body {
  padding-top: 32px;
  padding-bottom: 64px;
}
.cool-category-body > * + * {
  margin-top: 36px;
}

/* ============================================================
 * Hero
 * ============================================================ */
.cool-category-hero {
  background: var(--cool-soft);
  padding: 56px 0 48px;
  position: relative;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  align-items: center;
}
.cool-category-hero.has-cover {
  padding: 64px 0 56px;
  min-height: 360px;
}
.cool-category-hero.has-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--cool-hero-image);
  background-size: cover;
  background-position: center right;
  opacity: 1;
  filter: saturate(1.05);
}
.cool-category-hero.has-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--cool-soft) 0%, rgba(246, 248, 248, 0.96) 32%, rgba(246, 248, 248, 0.62) 58%, rgba(246, 248, 248, 0.18) 82%, rgba(246, 248, 248, 0) 100%);
}
.cool-category-hero > .container {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 991.98px) {
  .cool-category-hero {
    min-height: 0;
  }
  .cool-category-hero.has-cover {
    min-height: 0;
  }
  .cool-category-hero.has-cover::after {
    background: linear-gradient(180deg, var(--cool-soft) 0%, rgba(246, 248, 248, 0.92) 50%, rgba(246, 248, 248, 0.78) 100%);
  }
}
@media (max-width: 767.98px) {
  .cool-category-hero {
    padding: 36px 0 30px;
  }
  .cool-category-hero.has-cover {
    padding: 40px 0 32px;
  }
}

.cool-category-hero__inner {
  max-width: 640px;
}

.cool-category-hero:not(.has-cover) .cool-category-hero__inner {
  max-width: 820px;
}

.cool-category-hero__eyebrow {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--cool-accent-soft);
  color: var(--cool-accent-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cool-category-hero__title {
  margin: 18px 0 14px;
  color: var(--cool-title);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.cool-category-hero__lede {
  max-width: 720px;
  margin: 0 0 26px;
  color: var(--cool-muted);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.7;
}

.cool-category-hero__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0;
}
.cool-category-hero__stats li {
  padding: 4px 22px;
  border-right: 1px solid var(--cool-border);
}
.cool-category-hero__stats li:last-child {
  border-right: 0;
}
.cool-category-hero__stats li:first-child {
  padding-left: 0;
}

.cool-category-hero__stat-num {
  display: block;
  color: var(--cool-title);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.cool-category-hero__stat-label {
  display: block;
  margin-top: 2px;
  color: var(--cool-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ============================================================
 * Pill bar (sibling categories)
 * ============================================================ */
.cool-category-pillbar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  background: var(--cool-card);
  border-radius: var(--cool-radius);
}
@media (max-width: 767.98px) {
  .cool-category-pillbar {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px 14px;
  }
}

.cool-category-pillbar__label {
  flex-shrink: 0;
  color: var(--cool-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cool-category-pillbar__scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding-bottom: 2px;
}
.cool-category-pillbar__scroll::-webkit-scrollbar {
  height: 4px;
}
.cool-category-pillbar__scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.cool-category-pill {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--cool-title);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--cool-border);
  transition: all 0.2s ease;
}
.cool-category-pill:hover {
  color: var(--cool-accent-dark);
  border-color: var(--cool-accent);
  transform: translateY(-1px);
}
.cool-category-pill.is-active {
  background: var(--cool-title);
  color: #fff;
  border-color: var(--cool-title);
}
.cool-category-pill.is-active .cool-category-pill__count {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.cool-category-pill__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--cool-soft);
  color: var(--cool-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

/* ============================================================
 * Section heading (children, brands)
 * ============================================================ */
.cool-category-section-head {
  margin-bottom: 20px;
}
.cool-category-section-head h2 {
  margin: 0 0 4px;
  color: var(--cool-title);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  letter-spacing: -0.005em;
}
.cool-category-section-head p {
  margin: 0;
  color: var(--cool-muted);
  font-size: 13px;
  font-weight: 500;
}

/* ============================================================
 * Child categories
 * ============================================================ */
.cool-category-children__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}

.cool-category-child-card {
  display: block;
  border-radius: var(--cool-radius);
  background: var(--cool-card);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cool-category-child-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--cool-shadow);
  color: inherit;
}

.cool-category-child-card__media {
  position: relative;
  aspect-ratio: 16/11;
  background-color: var(--cool-soft);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cool-category-child-card__placeholder {
  font-size: 44px;
  font-weight: 700;
  color: var(--cool-muted);
  opacity: 0.4;
  text-transform: uppercase;
}

.cool-category-child-card__copy {
  padding: 16px 18px 18px;
}
.cool-category-child-card__copy h3 {
  margin: 0 0 4px;
  color: var(--cool-title);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.cool-category-child-card__count {
  font-size: 12px;
  color: var(--cool-muted);
  font-weight: 500;
}

/* ============================================================
 * Brands strip (only when 2+ brands)
 * ============================================================ */
.cool-category-brands__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
}

.cool-category-brand-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: var(--cool-card);
  border-radius: var(--cool-radius-sm);
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease, transform 0.2s ease;
}
.cool-category-brand-card:hover {
  background: var(--cool-accent-soft);
  transform: translateY(-1px);
  color: inherit;
}

.cool-category-brand-card__logo {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--cool-border);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cool-category-brand-card__logo img {
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cool-category-brand-card__logo span {
  color: var(--cool-title);
  font-weight: 700;
  font-size: 18px;
}

.cool-category-brand-card__meta {
  min-width: 0;
  flex: 1;
}

.cool-category-brand-card__name {
  display: block;
  color: var(--cool-title);
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cool-category-brand-card__count {
  display: block;
  margin-top: 2px;
  color: var(--cool-muted);
  font-size: 12px;
}

/* ============================================================
 * Shop layout (sidebar + grid)
 * ============================================================ */
.cool-category-shop {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 32px;
}
@media (max-width: 1199.98px) {
  .cool-category-shop {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 24px;
  }
}
@media (max-width: 991.98px) {
  .cool-category-shop {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ============================================================
 * Sidebar
 * ============================================================ */
.cool-category-sidebar {
  position: relative;
}

.cool-category-sidebar__inner {
  position: sticky;
  top: 24px;
  background: #fff;
  border: 1px solid var(--cool-border);
  border-radius: var(--cool-radius);
  padding: 22px 22px 16px;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  scrollbar-width: thin;
}
.cool-category-sidebar__inner::-webkit-scrollbar {
  width: 4px;
}
.cool-category-sidebar__inner::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

.cool-category-sidebar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--cool-border);
}
.cool-category-sidebar__head h3 {
  margin: 0;
  color: var(--cool-title);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cool-category-sidebar__close {
  display: none;
  background: none;
  border: 0;
  padding: 4px 8px;
  color: var(--cool-muted);
  font-size: 18px;
  cursor: pointer;
}

/* ----- chips inside sidebar ----- */
.cool-category-sidebar__chips {
  padding: 14px 0;
  border-bottom: 1px solid var(--cool-border);
}

.cool-category-sidebar__chip-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.cool-category-sidebar__chip-head > span {
  color: var(--cool-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cool-category-clear {
  background: none;
  border: 0;
  padding: 0;
  color: var(--cool-accent-dark);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.cool-category-clear:hover {
  text-decoration: underline;
}

.cool-category-sidebar__chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* ----- filter group (details/summary) ----- */
.cool-category-filter {
  padding: 14px 0;
  border-bottom: 1px solid var(--cool-border);
}
.cool-category-filter:last-child {
  border-bottom: 0;
}
.cool-category-filter[open] .cool-category-filter__head i {
  transform: rotate(180deg);
}

.cool-category-filter__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  cursor: pointer;
  color: var(--cool-title);
  font-size: 14px;
  font-weight: 700;
  padding: 4px 0;
}
.cool-category-filter__head::-webkit-details-marker {
  display: none;
}
.cool-category-filter__head i {
  color: var(--cool-muted);
  font-size: 14px;
  transition: transform 0.2s ease;
}

.cool-category-filter__body {
  padding-top: 14px;
}

/* ----- price slider (overrides jquery-ui) ----- */
.cool-category-price-slider.ui-widget-content {
  position: relative;
  height: 6px;
  margin: 8px 4px 24px;
  background: none;
  border: 0;
  border-radius: 999px;
}
.cool-category-price-slider.ui-widget-content .slider-bg {
  position: absolute;
  inset: 0;
  background: var(--cool-soft);
  border-radius: 999px;
}
.cool-category-price-slider.ui-widget-content .ui-widget-header {
  position: absolute;
  height: 6px;
  background: var(--cool-accent);
  border-radius: 999px;
  margin: 0;
  top: 0;
}
.cool-category-price-slider.ui-widget-content .ui-slider-handle {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  background: #fff;
  border: 2px solid var(--cool-accent) !important;
  border-radius: 50%;
  cursor: grab;
  box-shadow: 0 2px 6px rgba(45, 186, 182, 0.3);
  outline: none !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cool-category-price-slider.ui-widget-content .ui-slider-handle:hover, .cool-category-price-slider.ui-widget-content .ui-slider-handle:focus, .cool-category-price-slider.ui-widget-content .ui-slider-handle.ui-state-active {
  transform: scale(1.15);
  box-shadow: 0 4px 12px rgba(45, 186, 182, 0.4);
}

.cool-category-price-inputs {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.cool-category-price-inputs label {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}
.cool-category-price-inputs label > span {
  color: var(--cool-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.cool-category-price-inputs label input.form-control {
  height: 38px;
  padding: 0 12px;
  background: var(--cool-soft);
  border: 1px solid transparent;
  border-radius: 10px;
  color: var(--cool-title);
  font-size: 14px;
  font-weight: 600;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.cool-category-price-inputs label input.form-control:focus {
  background: #fff;
  border-color: var(--cool-accent);
  box-shadow: none;
  outline: none;
}

.cool-category-price-inputs__sep {
  align-self: center;
  padding-bottom: 9px;
  color: var(--cool-muted);
  font-weight: 600;
}

/* ----- price quick presets ----- */
.cool-category-price-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px dashed var(--cool-border);
}

.cool-category-price-preset {
  flex: 1 1 auto;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid var(--cool-border);
  border-radius: 999px;
  background: #fff;
  color: var(--cool-title);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.15s ease;
}
.cool-category-price-preset:hover {
  border-color: var(--cool-accent);
  color: var(--cool-accent-dark);
  background: var(--cool-accent-soft);
}

/* ----- subcategory / brand quick nav inside sidebar ----- */
.cool-category-subnav {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 280px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.cool-category-subnav::-webkit-scrollbar {
  width: 4px;
}
.cool-category-subnav::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.cool-category-subnav li + li {
  margin-top: 2px;
}
.cool-category-subnav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  color: var(--cool-text);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.cool-category-subnav a:hover {
  background: var(--cool-accent-soft);
  color: var(--cool-accent-dark);
}

.cool-category-subnav__count {
  flex-shrink: 0;
  padding: 1px 8px;
  border-radius: 999px;
  background: var(--cool-soft);
  color: var(--cool-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}

.cool-category-subnav a:hover .cool-category-subnav__count {
  background: #fff;
  color: var(--cool-accent-dark);
}

/* ----- sidebar hint when no extra filters ----- */
.cool-category-sidebar__hint {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 16px;
  padding: 12px 14px;
  background: var(--cool-soft);
  border-radius: 10px;
  color: var(--cool-muted);
  font-size: 12px;
  line-height: 1.55;
}
.cool-category-sidebar__hint i {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--cool-accent-dark);
  font-size: 14px;
}

/* ----- attribute options ----- */
.cool-category-filter__options {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 240px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.cool-category-filter__options::-webkit-scrollbar {
  width: 4px;
}
.cool-category-filter__options::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.cool-category-filter__options li {
  margin-bottom: 4px;
}

.cool-category-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cool-category-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.cool-category-check__box {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--cool-border-strong);
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #fff;
  transition: all 0.15s ease;
}
.cool-category-check__box i {
  font-size: 12px;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.15s ease;
}
.cool-category-check__label {
  flex: 1;
  color: var(--cool-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.cool-category-check:hover .cool-category-check__box {
  border-color: var(--cool-accent);
}
input:checked + .cool-category-check__box {
  background: var(--cool-accent);
  border-color: var(--cool-accent);
}
input:checked + .cool-category-check__box i {
  opacity: 1;
  transform: scale(1);
}

/* ============================================================
 * Toolbar
 * ============================================================ */
.cool-category-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding: 14px 18px;
  background: var(--cool-soft);
  border-radius: var(--cool-radius-sm);
}
@media (max-width: 767.98px) {
  .cool-category-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 12px 14px;
  }
}

.cool-category-toolbar__count {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: var(--cool-muted);
  font-size: 13px;
}
.cool-category-toolbar__count strong {
  color: var(--cool-title);
  font-weight: 700;
}

.cool-category-toolbar__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.cool-category-toolbar__filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--cool-title);
  color: #fff;
  border: 0;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.cool-category-toolbar__filter-btn i {
  font-size: 16px;
}

.cool-category-toolbar__filter-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  margin-left: 4px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--cool-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.cool-category-toolbar__view {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  background: #fff;
  border-radius: 999px;
  border: 1px solid var(--cool-border);
}
.cool-category-toolbar__view label {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s ease;
  margin: 0;
}
.cool-category-toolbar__view label svg {
  fill: var(--cool-muted);
  transition: fill 0.15s ease;
}
.cool-category-toolbar__view label:hover svg {
  fill: var(--cool-title);
}
.cool-category-toolbar__view label.active {
  background: var(--cool-title);
}
.cool-category-toolbar__view label.active svg {
  fill: #fff;
}

.cool-category-toolbar__select {
  position: relative;
}
.cool-category-toolbar__select .form-select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  height: 38px;
  padding: 0 36px 0 14px;
  background: #fff;
  border: 1px solid var(--cool-border);
  border-radius: 999px;
  color: var(--cool-title);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23687476' d='M3.204 5h9.592L8 10.481 3.204 5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px;
  transition: border-color 0.15s ease;
}
.cool-category-toolbar__select .form-select:focus, .cool-category-toolbar__select .form-select:hover {
  border-color: var(--cool-accent);
  box-shadow: none;
  outline: none;
}
.cool-category-toolbar__select--wide .form-select {
  min-width: 180px;
}

/* ============================================================
 * Applied chips bar (above grid)
 * ============================================================ */
.cool-category-applied-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
}

.cool-category-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--cool-card);
  color: var(--cool-title);
  border: 0;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.cool-category-chip:hover {
  background: var(--cool-accent);
  color: #fff;
}
.cool-category-chip__label {
  color: var(--cool-muted);
  font-weight: 500;
}
.cool-category-chip:hover .cool-category-chip__label {
  color: rgba(255, 255, 255, 0.85);
}
.cool-category-chip i {
  font-size: 14px;
  line-height: 1;
}

/* ============================================================
 * Product grid – clean Coolinbo style
 * ============================================================ */
.cool-category-page .product-wrap {
  border-radius: var(--cool-radius-sm);
  background: #fff;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cool-category-page .product-wrap:hover {
  transform: translateY(-3px);
  box-shadow: var(--cool-shadow);
}
.cool-category-page .product-wrap:hover .button-wrap {
  opacity: 1;
  transform: translateY(0);
}
.cool-category-page .product-wrap .image {
  position: relative;
  background: var(--cool-card);
  border-radius: var(--cool-radius-sm);
  overflow: hidden;
}
.cool-category-page .product-wrap .button-wrap {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 5;
}
.cool-category-page .product-wrap .button-wrap .btn {
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--cool-title);
  box-shadow: 0 6px 16px rgba(23, 63, 64, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-size: 14px;
  transition: background 0.15s ease, color 0.15s ease;
}
.cool-category-page .product-wrap .button-wrap .btn:hover {
  background: var(--cool-accent);
  color: #fff;
}
.cool-category-page .product-wrap .product-bottom-info {
  padding: 14px 4px 4px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cool-category-page .product-wrap .product-name {
  color: var(--cool-title);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cool-category-page .product-wrap .product-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: auto;
}
.cool-category-page .product-wrap .price-new {
  color: var(--cool-title);
  font-size: 16px;
  font-weight: 700;
}
.cool-category-page .product-wrap .price-old {
  color: var(--cool-muted);
  font-size: 13px;
  text-decoration: line-through;
}

/* List view */
.cool-category-page .product-list-wrap .product-grid {
  width: 100%;
}

.cool-category-page .product-list-wrap .product-wrap {
  flex-direction: row;
  align-items: stretch;
  gap: 20px;
  padding: 16px;
  background: var(--cool-soft);
}
.cool-category-page .product-list-wrap .product-wrap .image {
  width: 240px;
  height: 240px;
  flex-shrink: 0;
  background: #fff;
  border-radius: var(--cool-radius-sm);
  overflow: hidden;
  position: relative;
  align-self: flex-start;
  /* common.js 会给所有 .image-old 设置 inline height（grid 模式下用于对齐）；
     在 list 视图里强制覆盖回 100%，让缩略图始终为正方形。 */
}
.cool-category-page .product-list-wrap .product-wrap .image > a,
.cool-category-page .product-list-wrap .product-wrap .image .image-old,
.cool-category-page .product-list-wrap .product-wrap .image .sg-hover-gallery {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}
.cool-category-page .product-list-wrap .product-wrap .image img.sg-hover-gallery__img,
.cool-category-page .product-list-wrap .product-wrap .image img.sg-hover-gallery__img--primary,
.cool-category-page .product-list-wrap .product-wrap .image img.sg-hover-gallery__img--secondary {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  max-width: 100%;
}
.cool-category-page .product-list-wrap .product-wrap .image img.sg-hover-gallery__img--secondary {
  position: absolute;
  top: 0;
  left: 0;
}
.cool-category-page .product-list-wrap .product-wrap .button-wrap {
  display: none !important;
}
.cool-category-page .product-list-wrap .product-wrap .product-bottom-info {
  flex: 1;
  min-width: 0;
  padding: 6px 4px 6px 0;
  justify-content: flex-start;
}
.cool-category-page .product-list-wrap .product-wrap .product-name {
  font-size: 18px;
  -webkit-line-clamp: 3;
}
@media (max-width: 575.98px) {
  .cool-category-page .product-list-wrap .product-wrap {
    flex-direction: column;
  }
  .cool-category-page .product-list-wrap .product-wrap .image {
    width: 100%;
    max-width: 100%;
  }
}

/* ============================================================
 * Pagination wrapper
 * ============================================================ */
.cool-category-pagination {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}
.cool-category-pagination .pagination {
  gap: 4px;
}
.cool-category-pagination .pagination .page-link {
  min-width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--cool-border);
  color: var(--cool-title);
  background: #fff;
  border-radius: 10px;
  font-weight: 600;
}
.cool-category-pagination .pagination .page-link:hover {
  border-color: var(--cool-accent);
  color: var(--cool-accent-dark);
  background: var(--cool-accent-soft);
}
.cool-category-pagination .pagination .page-item.active .page-link {
  background: var(--cool-title);
  border-color: var(--cool-title);
  color: #fff;
}
.cool-category-pagination .pagination .page-item.disabled .page-link {
  color: var(--cool-muted);
  background: var(--cool-soft);
}

/* ============================================================
 * Mobile sidebar drawer
 * ============================================================ */
@media (max-width: 991.98px) {
  .cool-category-sidebar {
    position: fixed;
    inset: 0;
    z-index: 1050;
    background: rgba(17, 17, 17, 0.4);
    display: none;
    backdrop-filter: blur(2px);
  }
  .cool-category-sidebar.is-open {
    display: block;
    animation: coolFade 0.2s ease;
  }
  .cool-category-sidebar__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(86vw, 380px);
    max-height: 100vh;
    border-radius: 0;
    border: 0;
    overflow-y: auto;
    animation: coolSlideIn 0.25s ease;
  }
  .cool-category-sidebar__close {
    display: inline-flex;
  }
  body.cool-category-sidebar-open {
    overflow: hidden;
  }
}
@keyframes coolFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes coolSlideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
/* ============================================================
 * Empty state - inherit but tighten
 * ============================================================ */
.cool-category-results .no-data {
  padding: 80px 20px;
  text-align: center;
  color: var(--cool-muted);
}

body.page-order-success,
body.page-payment {
  background: linear-gradient(180deg, #f5f3ee 0%, #f1efeb 100%);
}
body.page-order-success .checkout-flow-page,
body.page-payment .checkout-flow-page {
  padding-bottom: 3rem;
}
body.page-order-success .payment-shell,
body.page-order-success .checkout-success-shell,
body.page-payment .payment-shell,
body.page-payment .checkout-success-shell {
  max-width: 1180px;
  margin: 0 auto;
}
body.page-order-success .payment-shell__intro,
body.page-order-success .checkout-success-shell__hero,
body.page-payment .payment-shell__intro,
body.page-payment .checkout-success-shell__hero {
  margin-bottom: 1.8rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid rgba(31, 26, 21, 0.08);
}
body.page-order-success .payment-shell__eyebrow,
body.page-order-success .checkout-success-shell__eyebrow,
body.page-order-success .success-aside-card__eyebrow,
body.page-payment .payment-shell__eyebrow,
body.page-payment .checkout-success-shell__eyebrow,
body.page-payment .success-aside-card__eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6f675d;
}
body.page-order-success .payment-shell__title,
body.page-order-success .checkout-success-shell h1,
body.page-payment .payment-shell__title,
body.page-payment .checkout-success-shell h1 {
  margin: 0.5rem 0 0.55rem;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(2.2rem, 3vw, 3.3rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #171411;
}
body.page-order-success .payment-shell__subtitle,
body.page-order-success .checkout-success-shell p,
body.page-payment .payment-shell__subtitle,
body.page-payment .checkout-success-shell p {
  max-width: 38rem;
  color: #6c635a;
  font-size: 0.95rem;
}
body.page-order-success .payment-shell__layout,
body.page-order-success .checkout-success-shell__grid,
body.page-payment .payment-shell__layout,
body.page-payment .checkout-success-shell__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 1.4rem;
}
@media (max-width: 991px) {
  body.page-order-success .payment-shell__layout,
  body.page-order-success .checkout-success-shell__grid,
  body.page-payment .payment-shell__layout,
  body.page-payment .checkout-success-shell__grid {
    grid-template-columns: 1fr;
  }
}
body.page-order-success .payment-summary-card,
body.page-order-success .payment-panel-card,
body.page-order-success .success-card,
body.page-order-success .success-aside-card,
body.page-payment .payment-summary-card,
body.page-payment .payment-panel-card,
body.page-payment .success-card,
body.page-payment .success-aside-card {
  background: #fcfbf8;
  border: 1px solid rgba(31, 26, 21, 0.08);
  box-shadow: 0 24px 60px rgba(31, 26, 21, 0.06);
}
body.page-order-success .payment-summary-card,
body.page-payment .payment-summary-card {
  padding: 1.5rem;
}
body.page-order-success .payment-summary-card__section,
body.page-payment .payment-summary-card__section {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(31, 26, 21, 0.08);
}
body.page-order-success .payment-summary-card__section:last-of-type,
body.page-payment .payment-summary-card__section:last-of-type {
  margin-bottom: 1.2rem;
}
body.page-order-success .payment-summary-card__label,
body.page-payment .payment-summary-card__label {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6f675d;
  margin-bottom: 0.4rem;
}
body.page-order-success .payment-summary-card__value,
body.page-payment .payment-summary-card__value {
  color: #1c1712;
  font-size: 1rem;
  font-weight: 600;
}
body.page-order-success .payment-summary-card__amount,
body.page-payment .payment-summary-card__amount {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 2.2rem;
  color: #544b43;
  letter-spacing: -0.04em;
}
body.page-order-success .payment-summary-card__assurance,
body.page-payment .payment-summary-card__assurance {
  display: grid;
  gap: 0.7rem;
}
body.page-order-success .payment-summary-card__assurance-item,
body.page-order-success .success-aside-card__item,
body.page-payment .payment-summary-card__assurance-item,
body.page-payment .success-aside-card__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #5f564d;
  font-size: 0.9rem;
}
body.page-order-success .payment-summary-card__assurance-item i,
body.page-order-success .success-aside-card__item i,
body.page-payment .payment-summary-card__assurance-item i,
body.page-payment .success-aside-card__item i {
  color: #6f675d;
  margin-top: 0.1rem;
}
body.page-order-success .payment-panel-card,
body.page-payment .payment-panel-card {
  border: 0;
}
body.page-order-success .payment-panel-card .card-body.main-body,
body.page-payment .payment-panel-card .card-body.main-body {
  padding: 1.65rem;
}
@media (max-width: 768px) {
  body.page-order-success .payment-panel-card .card-body.main-body,
  body.page-payment .payment-panel-card .card-body.main-body {
    padding: 1rem;
  }
}
body.page-order-success .order-top,
body.page-payment .order-top {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.page-order-success .order-top,
  body.page-payment .order-top {
    display: block;
  }
}
body.page-order-success .order-top .left,
body.page-payment .order-top .left {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  body.page-order-success .order-top .left,
  body.page-payment .order-top .left {
    margin-bottom: 1rem;
  }
}
body.page-order-success .order-top .right,
body.page-payment .order-top .right {
  flex: 1;
  min-width: 0;
  margin-left: 0;
}
body.page-order-success .payment-panel-card__icon,
body.page-payment .payment-panel-card__icon {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ece7de;
  border: 1px solid #dfd4c6;
  color: #544b43;
}
body.page-order-success .payment-panel-card__icon i,
body.page-payment .payment-panel-card__icon i {
  font-size: 1.8rem;
  line-height: 1;
}
body.page-order-success .order-title,
body.page-payment .order-title {
  margin-bottom: 1rem;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.85rem;
  font-weight: 600;
  color: #1b1712;
}
body.page-order-success .order-info,
body.page-payment .order-info {
  padding: 1rem 1.05rem;
  margin-bottom: 1rem !important;
  background: #f8f5f0;
  border: 1px solid rgba(31, 26, 21, 0.07);
}
body.page-order-success .payment-panel-card__meta-row,
body.page-payment .payment-panel-card__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #6d645b;
  font-size: 0.9rem;
}
body.page-order-success .payment-panel-card__meta-row:not(:last-child),
body.page-payment .payment-panel-card__meta-row:not(:last-child) {
  margin-bottom: 0.65rem;
}
body.page-order-success .payment-panel-card__meta-row strong,
body.page-payment .payment-panel-card__meta-row strong {
  color: #1d1813;
  font-weight: 600;
  text-align: right;
}
body.page-order-success .payment-panel-card__gateway,
body.page-payment .payment-panel-card__gateway {
  padding-top: 0.4rem;
}
body.page-order-success .checkout-success-shell__hero,
body.page-payment .checkout-success-shell__hero {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem 1.35rem;
  align-items: center;
}
@media (max-width: 991px) {
  body.page-order-success .checkout-success-shell__hero,
  body.page-payment .checkout-success-shell__hero {
    grid-template-columns: 1fr;
  }
}
body.page-order-success .checkout-success-shell__mark,
body.page-payment .checkout-success-shell__mark {
  width: 4.6rem;
  height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ece7de;
  border: 1px solid #dfd4c6;
  color: #544b43;
  font-size: 1.9rem;
}
@media (max-width: 991px) {
  body.page-order-success .checkout-success-shell__actions,
  body.page-payment .checkout-success-shell__actions {
    margin-top: 0.3rem;
  }
}
body.page-order-success .success-card,
body.page-payment .success-card {
  border-radius: 0;
}
body.page-order-success .success-card .card-header,
body.page-payment .success-card .card-header {
  padding: 1.2rem 1.25rem;
  background: transparent;
  border-bottom: 1px solid rgba(31, 26, 21, 0.08);
}
body.page-order-success .success-card .card-body,
body.page-payment .success-card .card-body {
  padding: 1.25rem;
}
body.page-order-success .success-card__status,
body.page-payment .success-card__status {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.62rem;
  background: #ece7de;
  color: #544b43;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
body.page-order-success .success-data-grid,
body.page-payment .success-data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 767px) {
  body.page-order-success .success-data-grid,
  body.page-payment .success-data-grid {
    grid-template-columns: 1fr;
  }
}
body.page-order-success .success-data-grid__item,
body.page-order-success .success-mobile-stack__row,
body.page-payment .success-data-grid__item,
body.page-payment .success-mobile-stack__row {
  padding: 0.95rem 1rem;
  background: #f8f5f0;
  border: 1px solid rgba(31, 26, 21, 0.06);
}
body.page-order-success .success-data-grid__item span,
body.page-payment .success-data-grid__item span {
  display: block;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6f675d;
  margin-bottom: 0.45rem;
}
body.page-order-success .success-data-grid__item strong,
body.page-payment .success-data-grid__item strong {
  color: #1d1813;
  font-size: 1rem;
  font-weight: 600;
}
body.page-order-success .success-mobile-stack,
body.page-payment .success-mobile-stack {
  display: grid;
  gap: 0.7rem;
}
body.page-order-success .success-mobile-stack__row,
body.page-payment .success-mobile-stack__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #6d645b;
  font-size: 0.9rem;
}
body.page-order-success .success-mobile-stack__row strong,
body.page-payment .success-mobile-stack__row strong {
  color: #1d1813;
  text-align: right;
}
body.page-order-success .success-address-grid,
body.page-payment .success-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 767px) {
  body.page-order-success .success-address-grid,
  body.page-payment .success-address-grid {
    grid-template-columns: 1fr;
  }
}
body.page-order-success .success-address-grid__item,
body.page-payment .success-address-grid__item {
  padding: 1rem;
  background: #f8f5f0;
  border: 1px solid rgba(31, 26, 21, 0.06);
}
body.page-order-success .success-address-grid__label,
body.page-payment .success-address-grid__label {
  margin-bottom: 0.75rem;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6f675d;
}
body.page-order-success .success-address-grid__line,
body.page-payment .success-address-grid__line {
  color: #645a51;
  line-height: 1.65;
}
body.page-order-success .success-address-grid__line:not(:last-child),
body.page-payment .success-address-grid__line:not(:last-child) {
  margin-bottom: 0.45rem;
}
body.page-order-success .success-aside-card,
body.page-payment .success-aside-card {
  padding: 1.35rem 1.2rem;
  height: 100%;
}
body.page-order-success .success-aside-card .success-aside-card__eyebrow,
body.page-payment .success-aside-card .success-aside-card__eyebrow {
  margin-bottom: 1rem;
}
body.page-order-success .success-aside-card .success-aside-card__item,
body.page-payment .success-aside-card .success-aside-card__item {
  padding: 0.85rem 0;
}
body.page-order-success .success-aside-card .success-aside-card__item:not(:last-child),
body.page-payment .success-aside-card .success-aside-card__item:not(:last-child) {
  border-bottom: 1px solid rgba(31, 26, 21, 0.08);
}
body.page-order-success .success-aside-card .success-aside-card__item strong,
body.page-payment .success-aside-card .success-aside-card__item strong {
  display: block;
  color: #1d1813;
  margin-bottom: 0.25rem;
}
body.page-order-success .success-aside-card .success-aside-card__item p,
body.page-payment .success-aside-card .success-aside-card__item p {
  margin: 0;
  font-size: 0.88rem;
  color: #6c635a;
}
body.page-order-success .btn-primary,
body.page-payment .btn-primary {
  background: linear-gradient(135deg, #17120e 0%, #302721 100%);
  border-color: #17120e;
  border-radius: 0;
  letter-spacing: 0.02em;
}
body.page-order-success .btn-primary:hover, body.page-order-success .btn-primary:focus,
body.page-payment .btn-primary:hover,
body.page-payment .btn-primary:focus {
  background: linear-gradient(135deg, #241c16 0%, #3f342b 100%);
  border-color: #241c16;
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.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 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.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 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.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;
}

body.page-contact {
  font-family: "Manrope", "PingFang SC", "Microsoft YaHei", sans-serif;
  background: #ffffff;
  color: #111111;
}
body.page-contact .container {
  max-width: 1220px;
}
body.page-contact .contact-page-shell {
  padding: 1.25rem 0 5rem;
}
body.page-contact .contact-hero,
body.page-contact .contact-intro-panel,
body.page-contact .contact-proof-section,
body.page-contact .contact-benefits-section,
body.page-contact .contact-form-section,
body.page-contact .contact-bottom-section {
  margin: 0 auto;
}
body.page-contact .contact-hero {
  margin-bottom: 2rem;
}
body.page-contact .contact-hero-media {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  background: #d6eaea;
  max-width: 1080px;
  margin: 0 auto;
}
body.page-contact .contact-hero-media img {
  display: block;
  width: 100%;
  height: clamp(320px, 36vw, 430px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
body.page-contact .contact-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0.08), rgba(15, 15, 15, 0.24));
  pointer-events: none;
}
body.page-contact .contact-hero-copy {
  max-width: 760px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
}
body.page-contact .contact-hero-copy h1 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5.1rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: 0;
}
body.page-contact .contact-hero-copy p {
  max-width: 640px;
  margin: 14px auto 0;
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
}
body.page-contact .contact-section-kicker {
  display: inline-block;
  margin-bottom: 0.6rem;
  color: #2db7b0;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
body.page-contact .contact-intro-panel h2,
body.page-contact .contact-section-heading h2 {
  margin: 0;
  font-size: clamp(2.8rem, 4.2vw, 3.95rem);
  font-weight: 800;
  line-height: 1;
}
body.page-contact .contact-intro-panel {
  max-width: 1080px;
  padding: 0 1rem 2.5rem;
  text-align: center;
}
body.page-contact .contact-intro-panel h2 {
  color: #2db7b0;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.08;
}
body.page-contact .contact-intro-panel p {
  max-width: 920px;
  margin: 0.85rem auto 0;
  color: #6e6e6e;
  font-size: 0.9rem;
  line-height: 1.75;
}
body.page-contact .contact-primary-btn,
body.page-contact .contact-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 48px;
  padding: 0 1.7rem;
  border: 0;
  border-radius: 999px;
  background: #2db7b0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
body.page-contact .contact-primary-btn {
  margin-top: 1.35rem;
}
body.page-contact .contact-primary-btn:hover,
body.page-contact .contact-submit-btn:hover,
body.page-contact .contact-primary-btn:focus,
body.page-contact .contact-submit-btn:focus {
  color: #ffffff;
  background: #1ea19a;
  box-shadow: 0 16px 32px rgba(45, 183, 176, 0.24);
  transform: translateY(-1px);
}
body.page-contact .contact-proof-section-soft,
body.page-contact .contact-form-section {
  padding: 2rem 0 2.55rem;
  background: #cfeeee;
}
body.page-contact .contact-proof-section-soft {
  margin-top: 0.5rem;
}
body.page-contact .contact-benefits-section,
body.page-contact .contact-bottom-section {
  padding: 2.5rem 0;
}
body.page-contact .contact-section-heading {
  margin-bottom: 1.45rem;
  text-align: center;
}
body.page-contact .contact-section-heading h2 {
  color: #111111;
  font-size: clamp(1.7rem, 2.1vw, 2.2rem);
  line-height: 1.08;
}
body.page-contact .contact-testimonial-grid {
  display: grid;
  max-width: 1080px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
body.page-contact .contact-testimonial-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  min-height: 164px;
  padding: 1.2rem 1.1rem;
  background: #ffffff;
}
body.page-contact .contact-testimonial-card img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-contact .contact-testimonial-copy h3,
body.page-contact .contact-bottom-item h3 {
  margin: 0;
  color: #111111;
  font-size: 1.1rem;
  font-weight: 800;
}
body.page-contact .contact-testimonial-copy span {
  display: block;
  margin-top: 0.2rem;
  color: #9a9a9a;
  font-size: 0.72rem;
  font-weight: 600;
}
body.page-contact .contact-testimonial-copy p,
body.page-contact .contact-benefit-card p,
body.page-contact .contact-bottom-item p,
body.page-contact .contact-form-footer p {
  margin: 0.55rem 0 0;
  color: #555555;
  font-size: 0.84rem;
  line-height: 1.62;
}
body.page-contact .contact-benefits-grid {
  display: grid;
  max-width: 1080px;
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}
body.page-contact .contact-benefit-card {
  min-height: 185px;
  padding: 1.05rem 1rem 1.15rem;
  background: #cfeeee;
}
body.page-contact .contact-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 0.9rem;
  background: #ffffff;
}
body.page-contact .contact-benefit-icon img {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
body.page-contact .contact-form-card {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
body.page-contact .contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem 1rem;
}
body.page-contact .contact-field-full {
  grid-column: 1/-1;
}
body.page-contact .contact-form-card .form-label {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-bottom: 0.65rem;
  color: #111111;
  font-size: 0.94rem;
  font-weight: 700;
}
body.page-contact .contact-form-card .form-label span {
  color: #f25f6a;
}
body.page-contact .contact-form-card .form-control {
  min-height: 52px;
  border: 1px solid #78d9d5;
  border-radius: 0;
  background: #ffffff;
  color: #111111;
  box-shadow: none;
  font-size: 0.95rem;
}
body.page-contact .contact-form-card input.form-control,
body.page-contact .contact-form-card select.form-control {
  padding: 0 0.95rem;
}
body.page-contact .contact-form-card textarea.form-control {
  min-height: 176px;
  padding: 0.95rem;
  resize: vertical;
}
body.page-contact .contact-form-card .form-control:focus {
  border-color: #2db7b0;
  box-shadow: 0 0 0 0.18rem rgba(45, 183, 176, 0.14);
}
body.page-contact .contact-form-footer {
  display: grid;
  justify-items: center;
  gap: 0.85rem;
  margin-top: 1.25rem;
  text-align: center;
}
body.page-contact .contact-form-feedback {
  width: 100%;
  max-width: 700px;
  margin: 0;
  padding: 0.75rem 1rem;
  border-radius: 0;
  font-size: 0.84rem;
  line-height: 1.55;
}
body.page-contact .contact-form-feedback.is-success {
  color: #0f4d48;
  background: #e7f7f6;
  border: 1px solid #78d9d5;
}
body.page-contact .contact-form-feedback.is-error {
  color: #9f2f38;
  background: #fff1f2;
  border: 1px solid #f5b5bb;
}
body.page-contact .contact-form-card.is-loading .contact-submit-btn {
  opacity: 0.72;
  pointer-events: none;
}
body.page-contact .contact-form-footer p {
  max-width: 700px;
  margin-top: 0;
}
body.page-contact .contact-submit-btn {
  min-width: 118px;
  min-height: 42px;
  background: #0f4d48;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}
body.page-contact .contact-submit-btn:hover,
body.page-contact .contact-submit-btn:focus {
  background: #083c38;
}
body.page-contact .contact-bottom-section {
  background: #ffffff;
}
body.page-contact .contact-bottom-grid {
  display: grid;
  max-width: 1080px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid transparent;
}
body.page-contact .contact-bottom-item {
  padding: 1.15rem 0.9rem 1.35rem 0;
  border-bottom: 1px solid #eeeeee;
  margin-right: 2rem;
}
body.page-contact .contact-social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.8rem;
}
body.page-contact .contact-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  min-height: 42px;
  padding: 0 1rem;
  border: 1px solid #111111;
  color: #111111;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}
body.page-contact .contact-social-link:hover,
body.page-contact .contact-social-link:focus {
  background: #111111;
  color: #ffffff;
}
body.page-contact .contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
body.page-contact .invalid-feedback {
  font-size: 0.82rem;
}
@media (max-width: 991.98px) {
  body.page-contact .contact-page-shell {
    padding: 0.75rem 0 4rem;
  }
  body.page-contact .contact-testimonial-grid,
  body.page-contact .contact-benefits-grid,
  body.page-contact .contact-form-grid,
  body.page-contact .contact-bottom-grid {
    grid-template-columns: 1fr;
  }
  body.page-contact .contact-testimonial-card {
    grid-template-columns: 80px minmax(0, 1fr);
    align-items: start;
  }
  body.page-contact .contact-testimonial-card img {
    width: 80px;
    height: 80px;
  }
  body.page-contact .contact-benefit-card {
    min-height: 0;
  }
  body.page-contact .contact-bottom-item {
    margin-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  body.page-contact .container {
    padding-right: 18px;
    padding-left: 18px;
  }
  body.page-contact .contact-hero-media img {
    height: 260px;
  }
  body.page-contact .contact-hero-overlay {
    padding: 1.5rem;
  }
  body.page-contact .contact-hero-copy h1 {
    font-size: 2.5rem;
  }
  body.page-contact .contact-intro-panel,
  body.page-contact .contact-proof-section-soft,
  body.page-contact .contact-benefits-section,
  body.page-contact .contact-form-section,
  body.page-contact .contact-bottom-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  body.page-contact .contact-proof-section-soft,
  body.page-contact .contact-form-section {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  body.page-contact .contact-primary-btn,
  body.page-contact .contact-submit-btn {
    width: 100%;
    min-width: 0;
  }
  body.page-contact .contact-social-link {
    min-width: calc(50% - 0.4rem);
  }
}

.page-about-coolinbo {
  background: #fff;
  color: #171717;
}

.cool-about-page {
  overflow: hidden;
}

.cool-about-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(18, 24, 28, 0.42) 0%, rgba(18, 24, 28, 0.58) 100%), var(--cool-about-hero-image) center/cover no-repeat;
  color: #fff;
  text-align: center;
}

.cool-about-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
}

.cool-about-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
  padding: 96px 20px;
}

.cool-about-hero h1 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.cool-about-hero p {
  margin: 18px auto 0;
  max-width: 760px;
  font-size: 1.08rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
}

.cool-about-section {
  padding: 72px 0;
}

.cool-about-section__narrow {
  max-width: 920px;
  text-align: center;
}

.cool-about-section__narrow h2,
.cool-about-split__copy h2,
.cool-about-characters h2 {
  margin: 0 0 22px;
  color: #22b7b0;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.cool-about-section__narrow p,
.cool-about-split__copy p,
.cool-about-split__body {
  margin: 0 0 18px;
  color: #3d4548;
  font-size: 1.02rem;
  line-height: 1.85;
}

.cool-about-split__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
}

.cool-about-split__media img {
  display: block;
  width: 100%;
  border-radius: 18px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.18/1;
  box-shadow: 0 24px 48px rgba(24, 34, 40, 0.08);
}

.cool-about-split__grid--mission .cool-about-split__copy {
  order: 1;
}

.cool-about-split__grid--mission .cool-about-split__media {
  order: 2;
}

.cool-about-characters {
  padding: 72px 0 96px;
  background: linear-gradient(180deg, #d8f2ef 0%, #eef9f7 100%);
  text-align: center;
}

.cool-about-characters__slider {
  position: relative;
  margin-top: 34px;
  padding: 0 56px;
}

.cool-about-characters__card {
  margin: 0;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(24, 34, 40, 0.08);
}

.cool-about-characters__card img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.cool-about-characters__card figcaption {
  padding: 16px 18px 20px;
  color: #2f373a;
  font-size: 0.98rem;
  font-weight: 600;
}

.cool-about-characters__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.cool-about-characters__nav--prev {
  left: 0;
}

.cool-about-characters__nav--next {
  right: 0;
}

.cool-about-newsletter {
  padding: 56px 0 72px;
  background: #fff;
}

@media (max-width: 991.98px) {
  .cool-about-split__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .cool-about-split__grid--mission .cool-about-split__copy,
  .cool-about-split__grid--mission .cool-about-split__media {
    order: initial;
  }
  .cool-about-section {
    padding: 56px 0;
  }
  .cool-about-characters {
    padding-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  .cool-about-hero__inner {
    padding: 72px 20px;
  }
  .cool-about-characters__slider {
    padding: 0 44px;
  }
}
.page-how-it-works {
  background: #fff;
}

.cool-how-page {
  color: #063d3a;
  overflow: hidden;
}

.cool-how-page img {
  max-width: 100%;
}

.cool-how-hero {
  background: #c9f1ee;
  padding: clamp(42px, 6vw, 76px) 0 clamp(34px, 5vw, 58px);
}

.cool-how-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
}

.cool-how-hero__copy {
  animation: cool-how-rise 0.6s ease both;
}

.cool-how-kicker {
  margin: 0 0 12px;
  color: #2dbab6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cool-how-hero h1,
.cool-how-intro h2,
.cool-how-section-head h2,
.cool-how-process h2,
.cool-how-compare h2,
.cool-how-materials h2,
.cool-how-projects h2,
.cool-how-seasonal h2,
.cool-how-cta h2 {
  margin: 0;
  color: #063d3a;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.cool-how-hero h1 {
  font-size: clamp(42px, 6.2vw, 86px);
  line-height: 0.95;
}

.cool-how-hero__subtitle {
  max-width: 520px;
  margin: 20px 0 0;
  color: #265d5b;
  font-size: 16px;
  line-height: 1.8;
}

.cool-how-hero__art img {
  display: block;
  width: 100%;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.cool-how-btn,
.cool-how-inline-link,
.cool-how-mini-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  background: #063d3a;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.cool-how-btn:hover,
.cool-how-inline-link:hover,
.cool-how-mini-btn:hover {
  color: #fff;
  background: #2dbab6;
  transform: translateY(-2px);
}

.cool-how-btn--ghost {
  border: 1px solid rgba(6, 61, 58, 0.2);
  background: #fff;
  color: #063d3a;
}

.cool-how-btn--ghost:hover {
  background: #fff;
  color: #063d3a;
}

.cool-how-intro {
  padding: 42px 0 22px;
  text-align: center;
}

.cool-how-intro__inner {
  max-width: 760px;
  margin: 0 auto;
}

.cool-how-intro h2,
.cool-how-section-head h2,
.cool-how-process h2,
.cool-how-compare h2,
.cool-how-materials h2,
.cool-how-projects h2,
.cool-how-seasonal h2,
.cool-how-cta h2 {
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.08;
}

.cool-how-intro p,
.cool-how-section-head p {
  margin: 14px auto 0;
  color: #4b6266;
  font-size: 14px;
  line-height: 1.8;
}

.cool-how-section-head {
  max-width: 760px;
  margin: 0 auto 18px;
  text-align: center;
}

.cool-how-video {
  padding: 20px 0 34px;
}

.cool-how-video__frame {
  position: relative;
  display: block;
  max-width: 680px;
  margin: 0 auto;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cool-how-video__frame > img {
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: transform 0.35s ease;
}

.cool-how-video__frame.is-clickable {
  cursor: pointer;
}

.cool-how-video__frame.is-clickable:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(6, 61, 58, 0.14);
}

.cool-how-video__frame.is-clickable:hover > img {
  transform: scale(1.02);
}

.cool-how-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
  pointer-events: none;
}

.cool-how-video__frame.is-clickable:hover .cool-how-play {
  transform: translate(-50%, -50%) scale(1.08);
}

.cool-how-match {
  padding: 18px 0 34px;
}

.cool-how-match__banner,
.cool-how-design-space__image {
  display: block;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cool-how-match__banner:hover,
.cool-how-design-space__image:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(6, 61, 58, 0.14);
}

.cool-how-match__banner img,
.cool-how-design-space__image img {
  display: block;
  width: 100%;
  transition: transform 0.35s ease;
}

.cool-how-match__banner:hover img,
.cool-how-design-space__image:hover img {
  transform: scale(1.02);
}

.cool-how-inspiration {
  padding: 28px 0 38px;
}

.cool-how-inspiration__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.cool-how-inspiration__item {
  display: block;
  height: 100%;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cool-how-inspiration__item.is-clickable {
  cursor: pointer;
}

.cool-how-inspiration__item.is-clickable:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(6, 61, 58, 0.14);
}

.cool-how-inspiration__grid img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s ease;
}

.cool-how-inspiration__item.is-clickable:hover img {
  transform: scale(1.04);
}

.cool-how-process {
  padding: 34px 0 42px;
}

.cool-how-process h2,
.cool-how-compare h2,
.cool-how-projects h2,
.cool-how-seasonal h2 {
  text-align: center;
}

.cool-how-process__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 22px;
}

.cool-how-step,
.cool-how-project {
  display: grid;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease;
}

.cool-how-step.is-clickable,
.cool-how-project.is-clickable {
  cursor: pointer;
}

.cool-how-step.is-clickable:hover,
.cool-how-project.is-clickable:hover {
  transform: translateY(-4px);
  color: inherit;
  text-decoration: none;
}

.cool-how-step.is-clickable:hover h3,
.cool-how-project.is-clickable:hover h3,
.cool-how-compare-card.is-clickable:hover h3 {
  color: #2dbab6;
}

.cool-how-step > img,
.cool-how-project > img {
  display: block;
  width: 100%;
  aspect-ratio: 250/186;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s ease;
}

.cool-how-step.is-clickable:hover > img,
.cool-how-project.is-clickable:hover > img {
  transform: scale(1.03);
}

.cool-how-step > span {
  color: #2dbab6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.cool-how-step h3,
.cool-how-project h3,
.cool-how-compare-card h3 {
  margin: 0;
  color: #063d3a;
  font-size: 16px;
  line-height: 1.25;
  transition: color 0.2s ease;
}

.cool-how-step p,
.cool-how-project p,
.cool-how-compare-card p {
  margin: 0;
  color: #52666a;
  font-size: 12px;
  line-height: 1.65;
}

.cool-how-compare {
  padding: 30px 0 42px;
}

.cool-how-compare__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 860px;
  margin: 22px auto 0;
}

.cool-how-compare-card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease;
}

.cool-how-compare-card.is-clickable {
  cursor: pointer;
}

.cool-how-compare-card.is-clickable:hover {
  transform: translateY(-4px);
  color: inherit;
  text-decoration: none;
}

.cool-how-compare-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 380/266;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 12px;
  transition: transform 0.35s ease;
}

.cool-how-compare-card.is-clickable:hover > img {
  transform: scale(1.03);
}

.cool-how-mini-btn {
  min-height: 30px;
  margin-top: 12px;
  padding: 0 14px;
  background: #2dbab6;
  font-size: 11px;
  pointer-events: none;
}

.cool-how-compare-card.is-clickable:hover .cool-how-mini-btn {
  background: #063d3a;
  transform: translateY(-2px);
}

.cool-how-design-space {
  padding: 0 0 36px;
  background: #f5f5f5;
}

.cool-how-design-space .container {
  max-width: 960px;
}

.cool-how-materials {
  padding: 44px 0 22px;
}

.cool-how-materials__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.cool-how-materials__copy p {
  margin: 16px 0 22px;
  color: #52666a;
  font-size: 14px;
  line-height: 1.8;
}

.cool-how-inline-link {
  background: #2dbab6;
}

.cool-how-materials__media img {
  display: block;
  width: 100%;
  aspect-ratio: 250/186;
  -o-object-fit: cover;
     object-fit: cover;
}

.cool-how-projects {
  padding: 26px 0 34px;
}

.cool-how-projects__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 22px;
}

.cool-how-seasonal {
  padding: 26px 0 48px;
}

.cool-how-seasonal__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.cool-how-seasonal__item {
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cool-how-seasonal__item.is-clickable {
  cursor: pointer;
}

.cool-how-seasonal__item.is-clickable:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(6, 61, 58, 0.14);
}

.cool-how-seasonal__grid img {
  display: block;
  width: 100%;
  aspect-ratio: 250/140;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s ease;
}

.cool-how-seasonal__item.is-clickable:hover img {
  transform: scale(1.04);
}

.cool-how-cta {
  padding: clamp(42px, 6vw, 72px) 0;
  background: #c9f1ee;
}

.cool-how-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cool-how-cta p {
  max-width: 620px;
  margin: 14px 0 0;
  color: #265d5b;
  font-size: 15px;
  line-height: 1.75;
}

.cool-how-cta .cool-how-btn {
  flex: 0 0 auto;
}

@keyframes cool-how-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991.98px) {
  .cool-how-hero__inner,
  .cool-how-materials__inner {
    grid-template-columns: 1fr;
  }
  .cool-how-inspiration__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cool-how-process__grid,
  .cool-how-projects__grid,
  .cool-how-seasonal__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .cool-how-hero {
    padding-top: 30px;
  }
  .cool-how-actions,
  .cool-how-cta__inner {
    align-items: stretch;
  }
  .cool-how-compare__grid {
    grid-template-columns: 1fr;
  }
  .cool-how-btn,
  .cool-how-inline-link {
    width: 100%;
  }
}
.page-testimonials {
  background: radial-gradient(circle at top left, rgba(237, 217, 197, 0.38), transparent 36%), linear-gradient(180deg, #fcfaf7 0%, #f6efe7 100%);
  color: #2d241d;
}
.page-testimonials .sg-testimonials-page {
  padding-bottom: 5rem;
}
.page-testimonials .sg-testimonials-kicker,
.page-testimonials .sg-testimonials-label {
  margin-bottom: 0.7rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(82, 61, 43, 0.66);
}
.page-testimonials .sg-testimonials-hero {
  padding: 8.5rem 0 3rem;
}
.page-testimonials .sg-testimonials-hero-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.page-testimonials .sg-testimonials-hero h1,
.page-testimonials .sg-testimonials-section-head h2,
.page-testimonials .sg-testimonials-cta-card h2,
.page-testimonials .sg-review-modal .modal-title,
.page-testimonials .sg-review-detail-copy h2 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  color: #211812;
}
.page-testimonials .sg-testimonials-hero h1 {
  font-size: clamp(3.2rem, 5vw, 5rem);
  line-height: 0.95;
  margin-bottom: 1rem;
}
.page-testimonials .sg-testimonials-subtitle {
  max-width: 620px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(56, 43, 33, 0.76);
}
.page-testimonials .sg-testimonials-summary-section,
.page-testimonials .sg-testimonials-gallery-section,
.page-testimonials .sg-testimonials-list-section {
  padding: 1.4rem 0 0;
}
.page-testimonials .sg-testimonials-summary-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.9fr);
  gap: 1.5rem;
}
.page-testimonials .sg-testimonials-summary-card,
.page-testimonials .sg-testimonials-cta-card,
.page-testimonials .sg-testimonial-card,
.page-testimonials .sg-review-modal .modal-content,
.page-testimonials .sg-review-detail-modal .modal-content {
  border-radius: 28px;
  border: 1px solid rgba(87, 64, 46, 0.08);
  background: rgba(255, 252, 248, 0.84);
  box-shadow: 0 24px 60px rgba(36, 25, 17, 0.08);
  backdrop-filter: blur(14px);
}
.page-testimonials .sg-testimonials-summary-card,
.page-testimonials .sg-testimonials-cta-card {
  padding: 2rem;
}
.page-testimonials .sg-testimonials-summary-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.2rem;
  margin-bottom: 1.8rem;
}
.page-testimonials .sg-testimonials-score {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 4vw, 4.4rem);
  line-height: 0.9;
}
.page-testimonials .sg-testimonials-score-copy {
  text-align: right;
}
.page-testimonials .sg-testimonials-stars {
  color: #eb7ab8;
  letter-spacing: 0.18em;
  font-size: 1.1rem;
}
.page-testimonials .sg-testimonials-bars {
  display: grid;
  gap: 0.85rem;
}
.page-testimonials .sg-testimonials-bar-row {
  display: grid;
  grid-template-columns: 22px 18px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 0.7rem;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}
.page-testimonials .sg-testimonials-bar-track {
  height: 8px;
  border-radius: 999px;
  background: rgba(234, 182, 209, 0.18);
  overflow: hidden;
}
.page-testimonials .sg-testimonials-bar-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ec75bb 0%, #f6a2d5 100%);
}
.page-testimonials .sg-testimonials-cta-card {
  display: grid;
  align-content: center;
  gap: 0.85rem;
  background: linear-gradient(180deg, rgba(252, 232, 242, 0.92), rgba(255, 249, 252, 0.92));
}
.page-testimonials .sg-testimonials-cta-card h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin: 0;
}
.page-testimonials .sg-testimonials-primary,
.page-testimonials .sg-testimonials-secondary,
.page-testimonials .sg-testimonials-text-btn {
  min-height: 50px;
  border-radius: 999px;
  padding: 0 1.4rem;
  border: 1px solid transparent;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.page-testimonials .sg-testimonials-primary {
  background: linear-gradient(135deg, #eb7ab8, #f19dcb);
  color: #fff;
}
.page-testimonials .sg-testimonials-secondary {
  border-color: rgba(66, 47, 33, 0.12);
  background: rgba(255, 255, 255, 0.7);
  color: #2d241d;
}
.page-testimonials .sg-testimonials-text-btn {
  border-color: rgba(66, 47, 33, 0.08);
  background: rgba(255, 255, 255, 0.52);
  color: #2d241d;
}
.page-testimonials .sg-testimonials-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
}
.page-testimonials .sg-testimonials-section-head h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.96;
}
.page-testimonials .sg-testimonials-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.85rem;
}
.page-testimonials .sg-testimonials-gallery-item,
.page-testimonials .sg-testimonial-media,
.page-testimonials .sg-review-detail-thumb {
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
}
.page-testimonials .sg-testimonials-gallery-item {
  aspect-ratio: 0.85;
}
.page-testimonials .sg-testimonials-gallery-item img,
.page-testimonials .sg-testimonial-media img,
.page-testimonials .sg-review-detail-thumb img,
.page-testimonials .sg-review-detail-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page-testimonials .sg-testimonials-empty,
.page-testimonials .sg-review-detail-empty {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: 1px dashed rgba(98, 71, 52, 0.2);
  color: rgba(74, 58, 45, 0.68);
  background: rgba(255, 255, 255, 0.44);
}
.page-testimonials .sg-testimonials-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
  flex-wrap: wrap;
}
.page-testimonials .sg-testimonials-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.page-testimonials .sg-filter-pill {
  min-height: 38px;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid rgba(83, 60, 43, 0.1);
  background: rgba(255, 255, 255, 0.64);
  color: #473528;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-testimonials .sg-filter-pill.is-active {
  background: rgba(235, 122, 184, 0.14);
  border-color: rgba(235, 122, 184, 0.28);
  color: #9b3c73;
}
.page-testimonials .sg-testimonials-search {
  min-width: min(100%, 320px);
  flex: 1 1 320px;
}
.page-testimonials .sg-testimonials-search .form-control,
.page-testimonials .sg-review-modal .form-control {
  min-height: 48px;
  border-radius: 18px;
  border-color: rgba(80, 59, 42, 0.12);
  background: rgba(255, 255, 255, 0.88);
  color: #2d241d;
  box-shadow: none;
}
.page-testimonials .sg-testimonials-carousel {
  position: relative;
  overflow: hidden;
  padding: 0 0.85rem;
  margin: 0 -0.85rem;
}
.page-testimonials .sg-testimonials-carousel.is-empty .sg-testimonials-slider-nav,
.page-testimonials .sg-testimonials-carousel.is-empty .sg-testimonials-slider-pagination {
  display: none;
}
.page-testimonials .sg-testimonials-list {
  align-items: stretch;
}
.page-testimonials .sg-testimonial-card {
  padding: 1.4rem;
  height: auto;
  cursor: pointer;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.page-testimonials .sg-testimonial-card:hover, .page-testimonials .sg-testimonial-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(36, 25, 17, 0.12);
  border-color: rgba(235, 122, 184, 0.22);
  outline: none;
}
.page-testimonials .sg-testimonial-card-top {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.page-testimonials .sg-testimonial-avatar,
.page-testimonials .sg-review-detail-avatar {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(235, 122, 184, 0.14);
  color: #9b3c73;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}
.page-testimonials .sg-testimonial-meta {
  flex: 1;
  min-width: 0;
}
.page-testimonials .sg-testimonial-author-row,
.page-testimonials .sg-review-detail-author-row,
.page-testimonials .sg-review-detail-meta-row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.page-testimonials .sg-testimonial-flag {
  font-size: 1rem;
}
.page-testimonials .sg-testimonial-product,
.page-testimonials .sg-testimonial-date,
.page-testimonials .sg-review-detail-meta-row {
  font-size: 0.82rem;
  color: rgba(77, 59, 45, 0.7);
}
.page-testimonials .sg-testimonial-card h3 {
  font-size: 1rem;
  margin: 0.6rem 0 0.4rem;
}
.page-testimonials .sg-testimonial-card p,
.page-testimonials .sg-review-detail-content {
  margin-bottom: 0;
  line-height: 1.8;
  color: rgba(46, 35, 28, 0.84);
}
.page-testimonials .sg-testimonial-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1rem;
}
.page-testimonials .sg-testimonial-media-grid.is-single {
  grid-template-columns: 1fr;
}
.page-testimonials .sg-testimonial-media {
  aspect-ratio: 0.92;
}
.page-testimonials .sg-testimonials-slider-nav,
.page-testimonials .sg-review-detail-media-nav {
  position: absolute;
  z-index: 3;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 0;
  background: rgba(104, 76, 55, 0.46);
  box-shadow: 0 18px 36px rgba(30, 21, 14, 0.12);
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
.page-testimonials .sg-testimonials-slider-nav::before,
.page-testimonials .sg-review-detail-media-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.page-testimonials .sg-testimonials-slider-nav:hover,
.page-testimonials .sg-review-detail-media-nav:hover {
  background: rgba(104, 76, 55, 0.66);
}
.page-testimonials .sg-testimonials-slider-nav.swiper-button-disabled,
.page-testimonials .sg-review-detail-media-nav.swiper-button-disabled {
  opacity: 0.32;
  pointer-events: none;
}
.page-testimonials .sg-testimonials-slider-prev,
.page-testimonials .sg-review-detail-media-prev {
  left: 8px;
}
.page-testimonials .sg-testimonials-slider-prev::before,
.page-testimonials .sg-review-detail-media-prev::before {
  transform: rotate(-135deg);
}
.page-testimonials .sg-testimonials-slider-next,
.page-testimonials .sg-review-detail-media-next {
  right: 8px;
}
.page-testimonials .sg-testimonials-slider-next::before,
.page-testimonials .sg-review-detail-media-next::before {
  transform: rotate(45deg);
}
.page-testimonials .sg-testimonials-slider-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.2rem;
}
.page-testimonials .sg-testimonials-slider-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 10px;
  height: 10px;
  background: rgba(100, 69, 52, 0.18);
  opacity: 1;
}
.page-testimonials .sg-testimonials-slider-pagination .swiper-pagination-bullet-active {
  background: #eb7ab8;
}
.page-testimonials .sg-testimonials-list-footer {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.page-testimonials .sg-review-detail-modal .modal-dialog {
  max-width: min(1080px, 100vw - 2rem);
}
.page-testimonials .sg-review-detail-modal .modal-content {
  overflow: hidden;
  position: relative;
  padding: 0;
}
.page-testimonials .sg-review-detail-close {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  opacity: 1;
}
.page-testimonials .sg-review-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  min-height: min(72vh, 720px);
}
.page-testimonials .sg-review-detail-layout.is-no-media {
  grid-template-columns: minmax(0, 1fr);
}
.page-testimonials .sg-review-detail-media-pane {
  position: relative;
  background: linear-gradient(180deg, rgba(45, 24, 10, 0.95), rgba(197, 151, 121, 0.9));
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-testimonials .sg-review-detail-media-pane.is-empty {
  min-height: 440px;
  padding: 3rem;
  justify-content: center;
}
.page-testimonials .sg-review-detail-swiper {
  width: 100%;
  height: 100%;
  min-height: 420px;
}
.page-testimonials .sg-review-detail-figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.page-testimonials .sg-review-detail-thumbs {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
  max-width: calc(100% - 2.5rem);
}
.page-testimonials .sg-review-detail-thumb {
  width: 78px;
  height: 78px;
  padding: 0;
  border: 2px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.page-testimonials .sg-review-detail-thumb.is-active {
  border-color: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}
.page-testimonials .sg-review-detail-copy {
  background: rgba(255, 252, 248, 0.98);
  padding: 2.2rem 2.2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-testimonials .sg-review-detail-author-block {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-testimonials .sg-review-detail-verified {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid rgba(32, 24, 18, 0.5);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-testimonials .sg-review-detail-copy h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2.1vw, 2.4rem);
  line-height: 1.05;
}
.page-testimonials .sg-review-detail-product {
  display: inline-flex;
  align-self: flex-start;
  min-height: 42px;
  align-items: center;
  padding: 0.65rem 1rem;
  border-radius: 18px;
  background: rgba(247, 232, 241, 0.82);
  color: #2d241d;
}
.page-testimonials .sg-review-detail-product.is-store-review {
  color: rgba(77, 59, 45, 0.78);
}
.page-testimonials .sg-review-detail-feedback {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(87, 64, 46, 0.08);
}
.page-testimonials .sg-review-detail-feedback.is-disabled {
  opacity: 0.6;
}
.page-testimonials .sg-review-detail-feedback-label {
  color: rgba(77, 59, 45, 0.74);
  font-size: 0.95rem;
  max-width: 24rem;
}
.page-testimonials .sg-review-detail-feedback-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.page-testimonials .sg-review-feedback-btn {
  min-width: 82px;
  min-height: 44px;
  padding: 0 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(83, 60, 43, 0.12);
  background: rgba(255, 255, 255, 0.76);
  color: #6d5442;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.page-testimonials .sg-review-feedback-btn:hover:not(:disabled), .page-testimonials .sg-review-feedback-btn:focus-visible:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(235, 122, 184, 0.28);
  color: #9b3c73;
  outline: none;
}
.page-testimonials .sg-review-feedback-btn.is-active {
  background: rgba(235, 122, 184, 0.12);
  border-color: rgba(235, 122, 184, 0.28);
  color: #9b3c73;
}
.page-testimonials .sg-review-feedback-btn:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}
.page-testimonials .sg-testimonials-toast {
  position: fixed;
  top: 1.5rem;
  left: 50%;
  transform: translate(-50%, -12px);
  z-index: 1085;
  min-width: min(90vw, 320px);
  max-width: min(90vw, 420px);
  padding: 0.9rem 1.1rem;
  border-radius: 18px;
  background: rgba(45, 36, 29, 0.92);
  color: #fff;
  text-align: center;
  box-shadow: 0 22px 48px rgba(36, 25, 17, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.page-testimonials .sg-testimonials-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.page-testimonials .sg-testimonials-toast.is-error {
  background: rgba(129, 47, 80, 0.94);
}
.page-testimonials .sg-review-modal .modal-dialog {
  max-width: 860px;
}
.page-testimonials .sg-review-modal .modal-content {
  overflow: hidden;
}
.page-testimonials .sg-review-modal .modal-header,
.page-testimonials .sg-review-modal .modal-footer {
  border: 0;
  padding: 1.4rem 1.6rem;
}
.page-testimonials .sg-review-modal .modal-body {
  padding: 0 1.6rem 1.6rem;
}
.page-testimonials .sg-review-step-indicator {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}
.page-testimonials .sg-review-step-indicator span {
  min-height: 36px;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: rgba(69, 52, 38, 0.62);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-testimonials .sg-review-step-indicator .is-active {
  background: rgba(235, 122, 184, 0.12);
  color: #9b3c73;
}
.page-testimonials .sg-review-step {
  display: none;
}
.page-testimonials .sg-review-step.is-active {
  display: block;
}
.page-testimonials .sg-review-label {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(77, 59, 45, 0.74);
}
.page-testimonials .sg-review-star-picker {
  display: flex;
  gap: 0.45rem;
  margin-bottom: 0.4rem;
}
.page-testimonials .sg-review-star {
  border: 0;
  background: transparent;
  color: rgba(235, 122, 184, 0.26);
  font-size: 3rem;
  line-height: 1;
  padding: 0;
}
.page-testimonials .sg-review-star.is-active {
  color: #eb7ab8;
}
.page-testimonials .sg-review-helper {
  display: flex;
  justify-content: space-between;
  font-size: 0.82rem;
  color: rgba(77, 59, 45, 0.68);
  margin-bottom: 1.4rem;
}
.page-testimonials .sg-review-field + .sg-review-field {
  margin-top: 1rem;
}
.page-testimonials .sg-review-modal textarea.form-control {
  min-height: 220px;
  padding-top: 1rem;
}
.page-testimonials .sg-review-field-note {
  margin-top: 0.45rem;
  margin-bottom: 0;
  font-size: 0.8rem;
  color: rgba(77, 59, 45, 0.68);
}
.page-testimonials .sg-review-file-list,
.page-testimonials .sg-product-search-results {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.75rem;
}
.page-testimonials .sg-review-file-item,
.page-testimonials .sg-product-search-item,
.page-testimonials .sg-selected-product-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(83, 60, 43, 0.08);
}
.page-testimonials .sg-product-search-item,
.page-testimonials .sg-review-file-item button,
.page-testimonials .sg-selected-product-chip button {
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}
.page-testimonials .sg-product-search-empty {
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  color: rgba(77, 59, 45, 0.66);
}
.page-testimonials .sg-review-form-message {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  font-size: 0.92rem;
}
.page-testimonials .sg-review-form-message.is-success {
  background: rgba(71, 167, 118, 0.12);
  color: #217142;
}
.page-testimonials .sg-review-form-message.is-error {
  background: rgba(214, 92, 92, 0.12);
  color: #9d3131;
}
@media (max-width: 1399.98px) {
  .page-testimonials .sg-review-detail-copy {
    padding: 2rem 1.9rem 1.8rem;
  }
}
@media (max-width: 1199.98px) {
  .page-testimonials .sg-testimonials-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-testimonials .sg-review-detail-layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  }
}
@media (max-width: 991.98px) {
  .page-testimonials .sg-testimonials-hero {
    padding-top: 7rem;
  }
  .page-testimonials .sg-testimonials-summary-grid,
  .page-testimonials .sg-testimonials-gallery {
    grid-template-columns: 1fr;
  }
  .page-testimonials .sg-testimonials-section-head,
  .page-testimonials .sg-testimonials-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
  .page-testimonials .sg-review-detail-layout,
  .page-testimonials .sg-review-detail-layout.is-no-media {
    grid-template-columns: 1fr;
  }
  .page-testimonials .sg-review-detail-swiper {
    min-height: 320px;
  }
  .page-testimonials .sg-review-detail-copy {
    padding: 2rem 1.4rem 1.6rem;
  }
}
@media (max-width: 575.98px) {
  .page-testimonials .sg-testimonials-summary-card,
  .page-testimonials .sg-testimonials-cta-card,
  .page-testimonials .sg-testimonial-card,
  .page-testimonials .sg-review-modal .modal-header,
  .page-testimonials .sg-review-modal .modal-body,
  .page-testimonials .sg-review-modal .modal-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .page-testimonials .sg-testimonials-summary-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-testimonials .sg-review-star {
    font-size: 2.45rem;
  }
  .page-testimonials .sg-testimonials-slider-nav,
  .page-testimonials .sg-review-detail-media-nav {
    width: 46px;
    height: 46px;
  }
  .page-testimonials .sg-testimonials-slider-prev,
  .page-testimonials .sg-review-detail-media-prev {
    left: 8px;
  }
  .page-testimonials .sg-testimonials-slider-next,
  .page-testimonials .sg-review-detail-media-next {
    right: 8px;
  }
  .page-testimonials .sg-review-detail-thumb {
    width: 64px;
    height: 64px;
  }
}

body.page-coolinbo-page {
  background: #fff;
}

.cool-page-hero {
  position: relative;
  overflow: hidden;
  background: var(--cool-page-hero-bg, #fbf5ec);
}

.cool-page-hero--legal {
  background: radial-gradient(circle at 62% 34%, rgba(255, 233, 208, 0.92), rgba(255, 233, 208, 0) 26%), linear-gradient(180deg, var(--cool-page-hero-bg, #fbf5ec) 0%, var(--cool-page-hero-bg, #fbf5ec) 100%);
}

.cool-page-hero--minimal {
  background: linear-gradient(135deg, rgba(36, 184, 178, 0.08), rgba(36, 184, 178, 0) 36%), linear-gradient(180deg, var(--cool-page-hero-bg, #f6f8f8) 0%, #fff 100%);
}

.cool-page-hero__media {
  position: absolute;
  inset: 0;
}

.cool-page-hero__media--image {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 38%, rgba(0, 0, 0, 0.2) 100%), var(--cool-page-hero-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cool-page-hero__panel {
  position: absolute;
  top: 0;
  bottom: 0;
}

.cool-page-hero__panel--left {
  left: 0;
  width: min(18vw, 260px);
  background: linear-gradient(rgba(211, 152, 170, 0.28) 1px, transparent 1px), linear-gradient(90deg, rgba(211, 152, 170, 0.28) 1px, transparent 1px), linear-gradient(180deg, #f5d6df 0%, #f7dde5 100%);
  background-size: 28px 28px, 28px 28px, auto;
}

.cool-page-hero__panel--center {
  left: min(18vw, 260px);
  width: min(13vw, 190px);
  background: linear-gradient(90deg, rgba(126, 72, 96, 0.22), rgba(126, 72, 96, 0.08)), repeating-linear-gradient(180deg, transparent 0 32px, rgba(126, 72, 96, 0.12) 32px 34px), linear-gradient(180deg, #e4c4cc 0%, #dcb8c2 100%);
  box-shadow: inset -1px 0 0 rgba(126, 72, 96, 0.18);
}

.cool-page-hero__panel--right {
  right: 24%;
  top: 12%;
  bottom: auto;
  width: 72px;
  height: 200px;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(180deg, #d5d7d8 0%, #f4f5f5 100%);
  box-shadow: 18px 18px 28px rgba(0, 0, 0, 0.12);
}

.cool-page-hero__accent {
  position: absolute;
  left: 33%;
  right: 0;
  bottom: 0;
  height: 108px;
  background: linear-gradient(135deg, rgba(192, 112, 136, 0.18) 25%, transparent 25%) -22px 0/44px 44px, linear-gradient(225deg, rgba(192, 112, 136, 0.18) 25%, transparent 25%) -22px 0/44px 44px, linear-gradient(315deg, rgba(192, 112, 136, 0.18) 25%, transparent 25%) 0 0/44px 44px, linear-gradient(45deg, rgba(192, 112, 136, 0.18) 25%, transparent 25%) 0 0/44px 44px, linear-gradient(180deg, #f3c4d0 0%, #f2bfd0 100%);
}

.cool-page-hero__content {
  position: relative;
  z-index: 1;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cool-page-hero--image .cool-page-hero__content {
  min-height: 520px;
  align-items: flex-end;
  justify-content: flex-start;
  padding-top: 72px;
  padding-bottom: 64px;
}

.cool-page-hero__copy {
  max-width: 860px;
  text-align: center;
}

.cool-page-hero--image .cool-page-hero__copy {
  text-align: left;
}

.cool-page-hero__content h1 {
  margin: 0;
  color: #151515;
  font-size: clamp(42px, 4vw, 74px);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.cool-page-hero--image .cool-page-hero__content h1 {
  color: #fff;
  font-size: clamp(40px, 4.2vw, 76px);
  text-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
}

.cool-page-hero__copy p {
  margin: 16px auto 0;
  max-width: 720px;
  color: rgba(21, 21, 21, 0.72);
  font-size: 18px;
  line-height: 1.7;
}

.cool-page-hero--image .cool-page-hero__copy p {
  margin-left: 0;
  color: rgba(255, 255, 255, 0.88);
}

.cool-page-shell {
  padding: 52px 0 84px;
}

.cool-page-shell--materials {
  background: #fff;
  padding-top: 0;
}
.cool-page-shell--materials > .container {
  max-width: 100%;
  padding: 0;
}

.cool-page-shell--materials-catalog {
  padding-bottom: 24px;
}

body.page-coolinbo-page footer {
  margin-top: 2rem;
}

.cool-page-shell__row--materials {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin: 0;
}

.cool-page-shell--tabs {
  padding-top: 28px;
}

.cool-page-feature-head {
  background: #ededed;
}

.cool-page-feature-head__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 62px 24px 38px;
  border-bottom: 1px solid #c6c6c6;
}

.cool-page-feature-head--materials-story {
  background: linear-gradient(180deg, #f1f1f1 0%, #ececec 100%);
}

.cool-page-feature-head--materials-catalog {
  background: linear-gradient(180deg, #ebebeb 0%, #e4e4e4 100%);
}

.cool-page-feature-head h1 {
  margin: 0;
  color: #0e0e0e;
  font-size: clamp(34px, 3.6vw, 54px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.cool-page-feature-head__inner p,
.cool-page-feature-head__inner span {
  display: block;
  margin: 14px 0 0;
  color: rgba(14, 14, 14, 0.64);
  font-size: 15px;
  line-height: 1.7;
}

.cool-page-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 8px;
}

.cool-page-nav a,
.cool-page-nav span {
  color: #252525;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
}

.cool-page-nav .is-active {
  color: #24b8b2;
  font-weight: 700;
}

.cool-page-nav .is-disabled {
  color: #9aa2a5;
}

.cool-page-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 56px;
}

.cool-page-tabs a,
.cool-page-tabs span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  padding: 16px 28px;
  border-radius: 999px;
  background: #f0f2f2;
  color: #6a7275;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.cool-page-tabs .is-active {
  background: #24b8b2;
  color: #fff;
  box-shadow: 0 12px 32px rgba(36, 184, 178, 0.18);
}

.cool-page-tabs .is-disabled {
  opacity: 0.65;
}

.cool-page-article {
  max-width: 860px;
}

.cool-page-article--materials {
  max-width: 100%;
}

.cool-page-article__materials-flow {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cool-page-article__materials-flow > * {
  width: 100%;
  max-width: 100%;
  align-self: stretch;
}

.cool-page-article__materials-flow--catalog {
  gap: 24px;
}

.cool-page-article--wide {
  max-width: 980px;
}

.cool-page-article h2 {
  margin: 0 0 20px;
  color: #161616;
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.cool-page-article__meta {
  margin-bottom: 28px;
  color: #8d9496;
  font-size: 16px;
}

.cool-page-article .rich-text-editor-content {
  color: #6f777a;
  font-size: 16px;
  line-height: 1.95;
}

.cool-page-article .rich-text-editor-content h1,
.cool-page-article .rich-text-editor-content h2,
.cool-page-article .rich-text-editor-content h3,
.cool-page-article .rich-text-editor-content h4 {
  margin: 36px 0 14px;
  color: #232323;
  font-weight: 700;
  line-height: 1.3;
}

.cool-page-article .rich-text-editor-content h1 {
  font-size: 28px;
}

.cool-page-article .rich-text-editor-content h2 {
  font-size: 24px;
}

.cool-page-article .rich-text-editor-content h3,
.cool-page-article .rich-text-editor-content h4 {
  font-size: 20px;
}

.cool-page-article .rich-text-editor-content p,
.cool-page-article .rich-text-editor-content li {
  margin-bottom: 18px;
}

.cool-page-article .rich-text-editor-content ul,
.cool-page-article .rich-text-editor-content ol {
  padding-left: 22px;
  margin-bottom: 20px;
}

.cool-page-article .rich-text-editor-content strong {
  color: #222;
}

.cool-page-modules {
  margin: 0 0 56px;
}

.cool-page-modules .module-item {
  margin-bottom: 48px;
}

.cool-page-modules .container {
  max-width: 100%;
  padding: 0;
}

.cool-page-article--materials .cool-page-modules {
  margin-bottom: 0;
}

.cool-page-shell--materials-story .cool-page-modules .module-item {
  margin-bottom: 64px;
}

.cool-page-shell--materials-catalog .cool-page-modules .module-item {
  margin-bottom: 28px;
}

.cool-page-article--materials .rich-text-editor-content {
  max-width: 1320px;
  margin: 0 auto;
  padding: 72px 24px 104px;
  color: #5f666a;
  font-size: 16px;
  line-height: 1.9;
}

.cool-page-article--materials .rich-text-editor-content h1,
.cool-page-article--materials .rich-text-editor-content h2,
.cool-page-article--materials .rich-text-editor-content h3 {
  margin: 0 0 18px;
  color: #121212;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.24;
}

.cool-page-article--materials .rich-text-editor-content p {
  max-width: 1180px;
  margin-bottom: 40px;
}

.cool-page-article--materials-story .rich-text-editor-content--materials-story {
  padding-top: 88px;
  padding-bottom: 120px;
  color: #52595d;
}

.cool-page-article--materials-story .rich-text-editor-content--materials-story p {
  max-width: 980px;
  margin-bottom: 28px;
  font-size: 17px;
}

.cool-page-article--materials-catalog .rich-text-editor-content--materials-catalog {
  max-width: 1320px;
  margin: 0 auto 32px;
  padding: 56px 24px 0;
  color: #6f7479;
  font-size: 14px;
  line-height: 1.85;
  background: #fff;
}

.cool-page-article--materials-catalog .rich-text-editor-content--materials-catalog h1,
.cool-page-article--materials-catalog .rich-text-editor-content--materials-catalog h2,
.cool-page-article--materials-catalog .rich-text-editor-content--materials-catalog h3 {
  margin: 28px 0 10px;
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.cool-page-article--materials-catalog .rich-text-editor-content--materials-catalog h1:first-child,
.cool-page-article--materials-catalog .rich-text-editor-content--materials-catalog h2:first-child,
.cool-page-article--materials-catalog .rich-text-editor-content--materials-catalog h3:first-child {
  margin-top: 0;
}

.cool-page-article--materials-catalog .rich-text-editor-content--materials-catalog p {
  max-width: 1120px;
  margin-bottom: 14px;
  color: #6f7479;
  font-size: 14px;
}

.cool-page-article--materials-catalog .rich-text-editor-content--materials-catalog p:last-child {
  margin-bottom: 0;
}

.cool-page-relations {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 24px 24px;
  border-top: 1px solid #e6e9ee;
}

.cool-page-article--materials-catalog .cool-page-relations {
  margin-bottom: 0;
}

.cool-page-relations .title,
.cool-page-relations__title {
  margin: 0 0 20px;
  color: #121212;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
}

.cool-page-relations .swiper-style-plus {
  position: relative;
  padding-bottom: 24px;
}

.cool-page-relations .relations-swiper {
  overflow: hidden;
}

.cool-page-relations .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.cool-page-relations .product-wrap {
  height: 100%;
  margin-bottom: 0;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(18, 18, 18, 0.06);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cool-page-relations .product-wrap:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}
.cool-page-relations .product-wrap:hover .button-wrap {
  opacity: 1;
  transform: translateY(0);
}
.cool-page-relations .product-wrap .image {
  margin-bottom: 0;
  border-bottom: 0;
  background: #f3f5f7;
  aspect-ratio: 1;
}
.cool-page-relations .product-wrap .image .image-old {
  height: auto !important;
  aspect-ratio: 1;
}
.cool-page-relations .product-wrap .image .sg-hover-gallery,
.cool-page-relations .product-wrap .image .sg-hover-gallery__img {
  width: 100%;
  height: 100%;
}
.cool-page-relations .product-wrap .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cool-page-relations .product-wrap .image .button-wrap {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 5;
  width: auto;
  background: transparent;
  border-top: 0;
}
.cool-page-relations .product-wrap .image .button-wrap .btn {
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  color: #173f40;
  box-shadow: 0 6px 16px rgba(23, 63, 64, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-size: 14px;
}
.cool-page-relations .product-wrap .image .button-wrap .btn:hover {
  background: #fd5602;
  color: #fff;
}
.cool-page-relations .product-wrap .product-bottom-info {
  padding: 16px 14px 18px;
}
.cool-page-relations .product-wrap .product-name {
  height: auto;
  min-height: 42px;
  margin-bottom: 10px;
  color: #1f2937;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  -webkit-line-clamp: 2;
}
.cool-page-relations .product-wrap .product-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.cool-page-relations .product-wrap .product-price .price-new {
  font-size: 17px;
  font-weight: 700;
  color: #111;
}
.cool-page-relations .product-wrap .product-price .price-old {
  color: #94a3b8;
  font-size: 13px;
}

@media (max-width: 767px) {
  .cool-page-relations {
    padding: 28px 16px 16px;
  }
  .cool-page-relations .title,
  .cool-page-relations__title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.cool-materials-grid {
  margin: 0;
  padding: 34px 0 42px;
  border-top: 0;
  background: #ededed;
}

.cool-materials-grid__inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.cool-materials-grid__heading {
  display: none;
}

.cool-materials-grid__heading h2 {
  margin: 0;
  color: #111;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.cool-materials-grid__heading p {
  margin: 10px 0 0;
  color: #666;
  font-size: 15px;
  line-height: 1.7;
}

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

.cool-materials-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(18, 18, 18, 0.05);
  box-shadow: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.cool-materials-card:hover {
  transform: translateY(-4px);
  border-color: rgba(18, 18, 18, 0.12);
  box-shadow: 0 16px 36px rgba(17, 17, 17, 0.08);
}

.cool-materials-card__media {
  display: block;
  aspect-ratio: 1/0.78;
  background: #f7f7f7;
}

.cool-materials-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.cool-materials-card__body {
  display: flex;
  min-height: 132px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px 20px;
  text-align: center;
}

.cool-materials-card__body h3 {
  margin: 0;
  color: #111;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.cool-materials-card__button {
  display: inline-flex;
  min-width: 102px;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border: 1px solid #1f1f1f;
  border-radius: 999px;
  color: #1f1f1f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.cool-materials-card__button:hover {
  background: #1f1f1f;
  color: #fff;
  transform: translateY(-1px);
}

.cool-page-shell--materials-catalog .cool-materials-grid {
  padding-top: 22px;
  padding-bottom: 28px;
}

.cool-page-shell--materials-catalog .cool-materials-grid__cards {
  gap: 14px;
}

.cool-page-shell--materials-catalog .cool-materials-card__body {
  min-height: 118px;
  padding: 16px 20px 18px;
}

.cool-page-shell--materials-story .cool-materials-grid {
  padding-top: 42px;
  padding-bottom: 50px;
}

.cool-page-shell--materials-story .cool-materials-card__body {
  min-height: 144px;
}

@media (max-width: 991.98px) {
  .cool-page-hero__content {
    min-height: 320px;
  }
  .cool-page-hero--image .cool-page-hero__content {
    min-height: 360px;
    padding-bottom: 48px;
  }
  .cool-page-hero__panel--right {
    right: 10%;
    width: 54px;
    height: 150px;
  }
  .cool-page-hero__accent {
    left: 22%;
    height: 84px;
  }
  .cool-page-shell {
    padding: 36px 0 64px;
  }
  .cool-page-feature-head__inner {
    padding: 48px 24px 30px;
  }
  .cool-page-article--materials-story .rich-text-editor-content--materials-story {
    padding-top: 56px;
    padding-bottom: 72px;
  }
  .cool-page-article--materials-catalog .rich-text-editor-content--materials-catalog {
    margin-bottom: 56px;
    padding-top: 18px;
  }
  .cool-page-nav {
    gap: 16px;
    padding-top: 0;
  }
  .cool-materials-grid__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
@media (max-width: 767.98px) {
  .cool-page-hero__panel--left {
    width: 28vw;
    background-size: 20px 20px, 20px 20px, auto;
  }
  .cool-page-hero__panel--center {
    left: 28vw;
    width: 16vw;
  }
  .cool-page-hero__content {
    min-height: 240px;
  }
  .cool-page-feature-head__inner p,
  .cool-page-feature-head__inner span {
    font-size: 14px;
  }
  .cool-page-hero--image .cool-page-hero__content {
    min-height: 280px;
    padding-bottom: 32px;
  }
  .cool-page-hero__copy {
    text-align: left;
  }
  .cool-page-hero__content h1 {
    font-size: clamp(30px, 10vw, 44px);
  }
  .cool-page-hero__copy p {
    margin-top: 12px;
    font-size: 15px;
  }
  .cool-page-nav a,
  .cool-page-nav span {
    font-size: 16px;
  }
  .cool-page-tabs {
    gap: 12px;
    margin-bottom: 32px;
  }
  .cool-page-tabs a,
  .cool-page-tabs span {
    min-width: 0;
    padding: 14px 20px;
    font-size: 15px;
  }
  .cool-page-article .rich-text-editor-content {
    font-size: 15px;
    line-height: 1.8;
  }
  .cool-page-modules {
    margin-bottom: 36px;
  }
  .cool-page-feature-head h1 {
    font-size: clamp(30px, 11vw, 44px);
  }
  .cool-page-article--materials .cool-page-modules {
    margin-bottom: 0;
  }
  .cool-page-article--materials .rich-text-editor-content h1,
  .cool-page-article--materials .rich-text-editor-content h2,
  .cool-page-article--materials .rich-text-editor-content h3 {
    margin-bottom: 12px;
    font-size: 24px;
  }
  .cool-page-article--materials .rich-text-editor-content {
    padding: 44px 20px 64px;
  }
  .cool-page-article--materials .rich-text-editor-content p {
    margin-bottom: 22px;
  }
  .cool-page-article--materials-story .rich-text-editor-content--materials-story p,
  .cool-page-article--materials-catalog .rich-text-editor-content--materials-catalog p {
    font-size: 15px;
  }
  .cool-materials-grid {
    padding: 22px 0 20px;
  }
  .cool-materials-grid__heading {
    margin-bottom: 20px;
  }
  .cool-materials-grid__heading h2 {
    font-size: 24px;
  }
  .cool-materials-grid__cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .cool-materials-grid__inner {
    padding: 0 20px;
  }
  .cool-materials-card__body {
    min-height: 124px;
    padding: 18px 16px 18px;
  }
  .cool-materials-card__body h3 {
    font-size: 17px;
  }
  .cool-materials-card__button {
    min-width: 110px;
    padding: 10px 20px;
    font-size: 14px;
  }
}
body.page-product-documentation {
  background: #ededed;
}

body.page-product-documentation footer {
  margin-top: 2rem;
}

.cool-doc-page {
  background: #ededed;
}

.cool-doc-hero {
  background: var(--cool-doc-hero-bg, #dff4f1);
}

.cool-doc-hero__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 62px 24px 0;
  text-align: center;
}

.cool-doc-hero__copy h1 {
  margin: 0;
  color: #24b8b2;
  font-size: clamp(34px, 3.6vw, 54px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.cool-doc-hero__copy p {
  margin: 14px auto 0;
  max-width: 720px;
  color: rgba(14, 14, 14, 0.64);
  font-size: 15px;
  line-height: 1.7;
}

.cool-doc-hero__media {
  margin-top: 26px;
}

.cool-doc-hero__image {
  display: block;
  width: min(100%, 1320px);
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.cool-doc-shell {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 22px 24px 84px;
}

.cool-doc-section + .cool-doc-section {
  margin-top: 48px;
}

.cool-doc-section__title {
  margin: 0 0 28px;
  color: #0e0e0e;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.cool-doc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cool-doc-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(18, 18, 18, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.cool-doc-card:hover {
  transform: translateY(-4px);
  border-color: rgba(18, 18, 18, 0.12);
  box-shadow: 0 16px 36px rgba(17, 17, 17, 0.08);
}

.cool-doc-card__media {
  aspect-ratio: 1/0.78;
  background: #f7f7f7;
}

.cool-doc-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.cool-doc-card__body {
  display: flex;
  min-height: 132px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px 18px;
  text-align: center;
}

.cool-doc-card__body h3 {
  margin: 0;
  color: #111;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.cool-doc-card__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.cool-doc-card__button {
  display: inline-flex;
  min-width: 102px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid #1f1f1f;
  border-radius: 999px;
  background: #fff;
  color: #1f1f1f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.cool-doc-card__button:hover {
  background: #1f1f1f;
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 991.98px) {
  .cool-doc-hero__inner {
    padding-top: 48px;
  }
  .cool-doc-shell {
    padding-bottom: 64px;
  }
  .cool-doc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
@media (max-width: 767.98px) {
  .cool-doc-hero__inner {
    padding: 34px 20px 0;
  }
  .cool-doc-hero__copy h1 {
    font-size: clamp(30px, 10vw, 44px);
  }
  .cool-doc-hero__copy p {
    font-size: 14px;
  }
  .cool-doc-hero__media {
    margin-top: 22px;
  }
  .cool-doc-shell {
    padding: 18px 20px 56px;
  }
  .cool-doc-section + .cool-doc-section {
    margin-top: 34px;
  }
  .cool-doc-section__title {
    margin-bottom: 22px;
    font-size: clamp(24px, 8vw, 32px);
  }
  .cool-doc-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .cool-doc-card__body {
    min-height: 124px;
    padding: 18px 16px;
  }
  .cool-doc-card__body h3 {
    font-size: 16px;
  }
  .cool-doc-card__button {
    min-width: 110px;
    padding: 10px 20px;
    font-size: 14px;
  }
}
.cool-install-page {
  background: #fff;
  color: #101010;
}

.cool-install-hero {
  background: linear-gradient(90deg, #eaf8fd 0%, #effbfb 47%, #efe8ff 100%);
  overflow: hidden;
}
.cool-install-hero .container {
  max-width: 1460px;
}

.cool-install-hero__grid {
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(420px, 620px) minmax(480px, 1fr);
  align-items: center;
  gap: 24px;
  padding: 72px 0 68px;
}

.cool-install-hero__copy {
  max-width: 620px;
  padding-left: 34px;
}
.cool-install-hero__copy h1.colored-title--design-space {
  margin: 0 0 28px;
  font-size: clamp(38px, 4.6vw, 68px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.cool-install-hero__copy .colored-title__segment {
  display: inline;
  font-weight: 800;
}
.cool-install-hero__copy .colored-title__segment--block {
  display: block;
}
.cool-install-hero__copy p {
  margin: 0;
  color: #31383c;
  font-size: clamp(16px, 1.65vw, 26px);
  line-height: 1.85;
  max-width: 560px;
}

.cool-install-hero__media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 420px;
}

.cool-install-hero__image {
  width: min(100%, 760px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center right;
     object-position: center right;
}

.cool-install-section {
  padding: 54px 0 88px;
}
.cool-install-section .container {
  max-width: 1160px;
}

.cool-install-section--desktop {
  background: #fff;
}

.cool-install-section--mobile {
  background: linear-gradient(180deg, #bce8e6 0%, #d8f2ef 100%);
}

.cool-install-section__head {
  text-align: center;
  margin-bottom: 36px;
}
.cool-install-section__head h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;
  color: #101010;
}
.cool-install-section__head p {
  margin: 10px 0 0;
  color: #7e7e7e;
  font-size: 15px;
  line-height: 1.5;
}

.cool-install-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.cool-install-card {
  min-height: 390px;
  padding: 54px 32px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  box-shadow: 0 4px 18px rgba(25, 35, 40, 0.03);
}
.cool-install-card h3 {
  margin: 8px 0 10px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  color: #101010;
}
.cool-install-card p {
  margin: 0;
  color: #777777;
  font-size: 15px;
  line-height: 1.5;
  min-height: 48px;
  max-width: 320px;
}

.cool-install-card--desktop {
  background: #fafafa;
}

.cool-install-card--mobile {
  background: #fff;
  box-shadow: 0 8px 24px rgba(25, 35, 40, 0.06);
}

.cool-install-card__icon {
  min-height: 106px;
  display: grid;
  place-items: center;
}
.cool-install-card__icon i {
  font-size: 84px;
  line-height: 1;
  color: #101010;
}

.cool-install-card__icon-img {
  width: auto;
  height: 84px;
  max-width: 84px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cool-install-card__button {
  margin-top: 28px;
  min-width: 172px;
  height: 52px;
  border-radius: 999px;
  background: #22b7b0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.cool-install-card__button:hover {
  color: #fff;
  background: #1aa7a1;
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(34, 183, 176, 0.22);
}

@media (max-width: 1199.98px) {
  .cool-install-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    min-height: 0;
    padding: 56px 0 62px;
  }
  .cool-install-hero__copy {
    max-width: none;
    padding-left: 0;
    text-align: center;
  }
  .cool-install-hero__copy p {
    max-width: 760px;
    margin: 0 auto;
  }
  .cool-install-hero__media {
    justify-content: center;
    min-height: 0;
  }
  .cool-install-hero__image {
    width: min(100%, 680px);
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 767.98px) {
  .cool-install-hero__grid {
    padding: 40px 0 42px;
  }
  .cool-install-hero__copy h1.colored-title--design-space {
    margin-bottom: 18px;
    font-size: 34px;
  }
  .cool-install-hero__copy p {
    font-size: 16px;
    line-height: 1.7;
  }
  .cool-install-section {
    padding: 46px 0 54px;
  }
  .cool-install-section__head {
    margin-bottom: 24px;
  }
  .cool-install-section__head h2 {
    font-size: 30px;
  }
  .cool-install-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .cool-install-card {
    min-height: 0;
    padding: 34px 24px 30px;
  }
  .cool-install-card h3 {
    font-size: 24px;
  }
  .cool-install-card__icon {
    min-height: 88px;
  }
  .cool-install-card__icon i {
    font-size: 72px;
  }
  .cool-install-card__icon-img {
    height: 72px;
    max-width: 72px;
  }
}
.page-heat-guide {
  background: #f7f7f7;
}

.cool-heat-page {
  color: #24262b;
}

.cool-heat-hero {
  background: var(--cool-heat-hero-bg, #eef6f6);
  padding: 48px 0 36px;
}

.cool-heat-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 42%);
  gap: 28px;
  align-items: center;
}

.cool-heat-hero__copy h1 {
  margin: 0 0 12px;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #1eb1a9;
}

.cool-heat-hero__copy p {
  margin: 0;
  max-width: 34rem;
  font-size: 15px;
  line-height: 1.7;
  color: #5d6168;
}

.cool-heat-hero__media img {
  display: block;
  width: 100%;
  border-radius: 18px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cool-heat-machines {
  padding: 28px 0 10px;
}

.cool-heat-machines__hint {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

.cool-heat-machines__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cool-heat-machine-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px;
  border: 1px solid #e4e4e4;
  border-radius: 16px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cool-heat-machine-card.is-active,
.cool-heat-machine-card:hover {
  border-color: #1eb1a9;
  box-shadow: 0 12px 28px rgba(30, 177, 169, 0.12);
  transform: translateY(-1px);
}

.cool-heat-machine-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  background: #f0f0f0;
}

.cool-heat-machine-card__body strong {
  display: block;
  font-size: 15px;
  line-height: 1.35;
  color: #222;
}

.cool-heat-machine-card__body small {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.5;
  color: #777;
}

.cool-heat-machines__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.cool-heat-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #1eb1a9;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.cool-heat-link-btn--ghost {
  background: #fff;
  color: #1eb1a9;
  border: 1px solid rgba(30, 177, 169, 0.35);
}

.cool-heat-section {
  padding: 42px 0;
}

.cool-heat-section--steps,
.cool-heat-section--faq {
  background: #fff;
}

.cool-heat-section__narrow {
  max-width: 820px;
}

.cool-heat-section h2 {
  margin: 0 0 18px;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.cool-heat-section__body {
  font-size: 15px;
  line-height: 1.75;
  color: #444;
}

.cool-heat-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.cool-heat-steps li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.cool-heat-steps__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #dff4f1;
  color: #1eb1a9;
  font-weight: 700;
}

.cool-heat-steps h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
}

.cool-heat-steps p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

.cool-heat-faq {
  display: grid;
  gap: 12px;
}

.cool-heat-faq__item {
  border: 1px solid #ececec;
  border-radius: 14px;
  background: #fafafa;
  padding: 0 16px;
}

.cool-heat-faq__item summary {
  cursor: pointer;
  padding: 16px 0;
  font-weight: 600;
  list-style: none;
}

.cool-heat-faq__item summary::-webkit-details-marker {
  display: none;
}

.cool-heat-faq__item p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

@media (max-width: 991px) {
  .cool-heat-hero__inner {
    grid-template-columns: 1fr;
  }
  .cool-heat-machines__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .cool-heat-machines__grid {
    grid-template-columns: 1fr;
  }
}
.cool-blog-article {
  background: linear-gradient(180deg, #f5f5f5 0, #f2f2f2 72%, #edf6f7 100%);
  padding: 28px 0 72px;
}

.cool-blog-article__shell {
  width: min(820px, 100% - 40px);
  margin: 0 auto;
}

.cool-blog-article__back {
  display: inline-flex;
  margin-bottom: 18px;
  color: #1eb1a9;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.cool-blog-article__hero {
  margin-bottom: 24px;
  overflow: hidden;
  background: #ddd;
}

.cool-blog-article__hero img {
  display: block;
  width: 100%;
  max-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cool-blog-article__head h1 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #222;
}

.cool-blog-article__summary {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.7;
  color: #5d6168;
}

.cool-blog-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
  font-size: 13px;
  color: #888;
}

.cool-blog-article__content {
  background: #fff;
  padding: 28px 30px;
  border: 1px solid #ececec;
}

.cool-blog-article__content h2,
.cool-blog-article__content h3 {
  margin-top: 1.4em;
}

.cool-blog-article__relations {
  margin-top: 34px;
}

@media (max-width: 767px) {
  .cool-blog-article {
    padding-top: 18px;
  }
  .cool-blog-article__content {
    padding: 22px 18px;
  }
}
/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:55:22
 */
.modules-box.page-design .module-slideshow-video .video-wrap {
  height: 90vh;
}
.modules-box .module-item {
  position: relative;
}
.modules-box .module-item:first-of-type .module-edit {
  top: auto;
  bottom: -26px;
}
.modules-box .module-item:first-of-type .module-edit .edit-wrap > div:last-of-type:after {
  border-width: 0 0 28px 10px;
}
.modules-box .module-item:first-of-type .module-edit .edit-wrap > div:first-of-type:after {
  border-width: 0 10px 28px 0;
}
.modules-box .module-item:has(.module-slideshow-video) .module-edit {
  top: auto;
  bottom: 24px;
  z-index: 1001;
}
.modules-box .module-item:has(.module-slideshow-video) .module-edit .edit-wrap > div:last-of-type:after {
  border-width: 0 0 28px 10px;
}
.modules-box .module-item:has(.module-slideshow-video) .module-edit .edit-wrap > div:first-of-type:after {
  border-width: 0 10px 28px 0;
}
.modules-box .module-item.module-item-design {
  overflow: visible;
}
.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;
  pointer-events: none;
  outline: 2px solid #2d2d2d;
}
.modules-box .module-item .module-edit {
  position: absolute;
  top: -28px;
  left: 0;
  width: 100%;
  z-index: 1001;
  align-items: center;
  justify-content: center;
  display: none;
}
.modules-box .module-item .module-edit .edit-wrap {
  background-color: #2d2d2d;
  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 #2d2d2d;
  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(29.7, 29.7, 29.7);
}
.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 #2d2d2d;
  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(29.7, 29.7, 29.7);
}
.modules-box .module-item .module-edit .edit-wrap > div:hover {
  background-color: rgb(29.7, 29.7, 29.7);
}

.cool-homepage {
  --cool-accent: #2dbab6;
  --cool-accent-dark: #21a9a3;
  --cool-ink: #111111;
  --cool-title: #173f40;
  --cool-muted: #687476;
  --cool-soft: #edf6f7;
  --cool-card: #f5f5f1;
  background: #fff;
}
.cool-homepage .container {
  max-width: 1520px;
  padding-left: 32px;
  padding-right: 32px;
}
.cool-homepage .module-item {
  overflow: clip;
}
.cool-homepage .module-item + .module-item {
  margin-top: 0;
}
.cool-homepage .module-item.module-item-design {
  overflow: visible;
}
.cool-homepage .cool-home-section-title,
.cool-homepage .cool-home-intro__inner h2 {
  margin: 0;
  color: var(--cool-ink);
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1.16;
  letter-spacing: 0;
}
.cool-homepage .cool-home-section-title--center,
.cool-homepage .cool-home-intro__inner {
  text-align: center;
}
.cool-homepage .cool-home-section-heading + .cool-home-how-it-works__grid, .cool-homepage .cool-home-section-heading + .cool-home-compare-cards__grid, .cool-homepage .cool-home-section-heading + .badges-grid, .cool-homepage .cool-home-section-heading + .cool-home-testimonial-wall__grid {
  margin-top: 0;
}
.cool-homepage .cool-home-section-subtitle,
.cool-homepage .cool-home-intro__inner p {
  max-width: 760px;
  margin: 14px auto 0;
  color: #8c9598;
  font-size: 16px;
  line-height: 1.75;
}
.cool-homepage .cool-home-intro__inner {
  padding: 52px 0 18px;
}
.cool-homepage .cool-home-intro__inner--compact {
  padding: 46px 0 28px;
}
.cool-homepage .cool-home-primary-btn,
.cool-homepage .cool-home-outline-btn,
.cool-homepage .cool-home-light-btn,
.cool-homepage .story-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.cool-homepage .cool-home-primary-btn,
.cool-homepage .story-btn {
  background: var(--cool-accent);
  border: 1px solid var(--cool-accent);
  color: #fff;
}
.cool-homepage .cool-home-primary-btn:hover,
.cool-homepage .story-btn:hover {
  background: var(--cool-accent-dark);
  border-color: var(--cool-accent-dark);
  color: #fff;
  box-shadow: 0 16px 28px rgba(45, 186, 182, 0.2);
  transform: translateY(-1px);
}
.cool-homepage .cool-home-outline-btn {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.28);
  color: #222;
}
.cool-homepage .cool-home-outline-btn:hover {
  border-color: var(--cool-accent);
  color: var(--cool-accent);
  transform: translateY(-1px);
}
.cool-homepage .cool-home-light-btn {
  background: #fff;
  border: 1px solid #fff;
  color: #19a8a4;
}
.cool-homepage .cool-home-light-btn:hover {
  background: rgba(255, 255, 255, 0.94);
  color: #11918d;
  transform: translateY(-1px);
}
.cool-homepage .cool-home-how-it-works {
  padding: 8px 0 58px;
}
.cool-homepage .cool-home-how-it-works__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding-top: 28px;
}
.cool-homepage .cool-home-how-card {
  display: grid;
  gap: 18px;
  color: inherit;
  text-decoration: none;
  outline: none;
}
.cool-homepage .cool-home-how-card:hover, .cool-homepage .cool-home-how-card:focus-visible {
  color: inherit;
  text-decoration: none;
}
.cool-homepage .cool-home-how-card--link {
  cursor: pointer;
}
.cool-homepage .cool-home-how-card--link:hover .cool-home-how-card__media img, .cool-homepage .cool-home-how-card--link:focus-visible .cool-home-how-card__media img {
  transform: scale(1.04);
}
.cool-homepage .cool-home-how-card--link:hover .cool-home-how-card__title, .cool-homepage .cool-home-how-card--link:focus-visible .cool-home-how-card__title {
  color: var(--cool-accent);
}
.cool-homepage .cool-home-how-card--link:hover .cool-home-how-card__media::after, .cool-homepage .cool-home-how-card--link:focus-visible .cool-home-how-card__media::after {
  opacity: 1;
}
.cool-homepage .cool-home-how-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f5f5f5;
}
.cool-homepage .cool-home-how-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.cool-homepage .cool-home-how-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(13, 67, 65, 0.18) 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.cool-homepage .cool-home-how-card__copy {
  display: block;
}
.cool-homepage .cool-home-how-card__title {
  display: block;
  margin: 0 0 12px;
  color: #151515;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  transition: color 0.2s ease;
}
.cool-homepage .cool-home-how-card__desc {
  display: block;
  margin: 0;
  color: #818a8c;
  font-size: 14px;
  line-height: 1.7;
}
.cool-homepage .cool-home-featured-split {
  padding: 18px 0 34px;
}
.cool-homepage .cool-home-featured-split__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
}
.cool-homepage .cool-home-featured-card {
  display: grid;
  grid-template-rows: minmax(420px, auto) auto;
  background: var(--card-bg, #eef9fa);
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: box-shadow 0.25s ease;
}
.cool-homepage .cool-home-featured-card:hover, .cool-homepage .cool-home-featured-card:focus-visible {
  color: inherit;
  text-decoration: none;
}
.cool-homepage .cool-home-featured-card[aria-disabled=true] {
  pointer-events: none;
}
.cool-homepage .cool-home-featured-card--link {
  cursor: pointer;
}
.cool-homepage .cool-home-featured-card--link:hover, .cool-homepage .cool-home-featured-card--link:focus-visible {
  box-shadow: 0 18px 32px rgba(13, 67, 65, 0.16);
}
.cool-homepage .cool-home-featured-card--link:hover .cool-home-featured-card__media img, .cool-homepage .cool-home-featured-card--link:focus-visible .cool-home-featured-card__media img {
  transform: scale(1.04);
}
.cool-homepage .cool-home-featured-card--link:hover .cool-home-featured-card__title, .cool-homepage .cool-home-featured-card--link:focus-visible .cool-home-featured-card__title {
  color: var(--cool-accent);
}
.cool-homepage .cool-home-featured-card--link:hover .cool-home-featured-card__media::after, .cool-homepage .cool-home-featured-card--link:focus-visible .cool-home-featured-card__media::after {
  opacity: 1;
}
.cool-homepage .cool-home-featured-card__media {
  position: relative;
  padding: 0;
  min-height: 420px;
  overflow: hidden;
  display: block;
}
.cool-homepage .cool-home-featured-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.cool-homepage .cool-home-featured-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(13, 67, 65, 0.16) 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.cool-homepage .cool-home-featured-card__copy {
  min-height: 168px;
  padding: 32px 40px 36px;
  display: block;
}
.cool-homepage .cool-home-featured-card__title {
  display: block;
  margin: 0 0 14px;
  color: #123f3f;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.15;
  font-weight: 700;
  transition: color 0.2s ease;
}
.cool-homepage .cool-home-featured-card__desc {
  display: block;
  margin: 0;
  color: #70797d;
  font-size: 14px;
  line-height: 1.9;
}
.cool-homepage .cool-home-compare-cards {
  padding: 0 0 74px;
}
.cool-homepage .cool-home-compare-cards__heading:empty {
  display: none;
}
.cool-homepage .cool-home-compare-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 18px;
}
.cool-homepage .cool-home-compare-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: 24px 20px 24px;
  background: #f4f4f1;
  text-align: center;
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.cool-homepage .cool-home-compare-card:hover, .cool-homepage .cool-home-compare-card:focus-visible {
  color: inherit;
  text-decoration: none;
}
.cool-homepage .cool-home-compare-card[aria-disabled=true] {
  pointer-events: none;
}
.cool-homepage .cool-home-compare-card--link {
  cursor: pointer;
}
.cool-homepage .cool-home-compare-card--link:hover, .cool-homepage .cool-home-compare-card--link:focus-visible {
  box-shadow: 0 16px 28px rgba(13, 67, 65, 0.14);
  transform: translateY(-2px);
}
.cool-homepage .cool-home-compare-card--link:hover .cool-home-compare-card__title, .cool-homepage .cool-home-compare-card--link:focus-visible .cool-home-compare-card__title {
  color: var(--cool-accent);
}
.cool-homepage .cool-home-compare-card--link:hover .cool-home-compare-card__media img, .cool-homepage .cool-home-compare-card--link:focus-visible .cool-home-compare-card__media img {
  transform: scale(1.04);
}
.cool-homepage .cool-home-compare-card--link:hover .cool-home-compare-card__cta, .cool-homepage .cool-home-compare-card--link:focus-visible .cool-home-compare-card__cta {
  border-color: var(--cool-accent);
  color: var(--cool-accent);
}
.cool-homepage .cool-home-compare-card__head {
  width: 100%;
  min-height: 50px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #d8d8d4;
  display: block;
}
.cool-homepage .cool-home-compare-card__title {
  display: block;
  margin: 0;
  color: #111;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  transition: color 0.2s ease;
}
.cool-homepage .cool-home-compare-card__desc {
  display: block;
  width: 100%;
  min-height: 60px;
  margin: 10px 0 16px;
  color: #8f9699;
  font-size: 12px;
  line-height: 1.62;
}
.cool-homepage .cool-home-compare-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  margin-bottom: 16px;
  overflow: hidden;
}
.cool-homepage .cool-home-compare-card__media img {
  max-width: 88%;
  max-height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  transition: transform 0.35s ease;
}
.cool-homepage .cool-home-compare-card__cta {
  margin-top: auto;
}
.cool-homepage .cool-home-compare-cards__cta {
  display: flex;
  justify-content: center;
  padding-top: 28px;
}
.cool-homepage .cool-home-testimonial-wall {
  padding: 54px 0 22px;
  background: #bdeceb;
}
.cool-homepage .cool-home-testimonial-wall__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding-top: 28px;
}
.cool-homepage .cool-home-testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: 26px 22px 24px;
  background: #fff;
  text-align: center;
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.cool-homepage .cool-home-testimonial-card:hover, .cool-homepage .cool-home-testimonial-card:focus-visible {
  color: inherit;
  text-decoration: none;
}
.cool-homepage .cool-home-testimonial-card--link {
  cursor: pointer;
}
.cool-homepage .cool-home-testimonial-card--link:hover, .cool-homepage .cool-home-testimonial-card--link:focus-visible {
  box-shadow: 0 16px 28px rgba(13, 67, 65, 0.18);
  transform: translateY(-3px);
}
.cool-homepage .cool-home-testimonial-card--link:hover .cool-home-testimonial-card__avatar, .cool-homepage .cool-home-testimonial-card--link:focus-visible .cool-home-testimonial-card__avatar {
  transform: scale(1.05);
}
.cool-homepage .cool-home-testimonial-card--link:hover .cool-home-testimonial-card__name, .cool-homepage .cool-home-testimonial-card--link:focus-visible .cool-home-testimonial-card__name {
  color: var(--cool-accent);
}
.cool-homepage .cool-home-testimonial-card__avatar {
  width: 82px;
  height: 82px;
  margin: 0 auto 14px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: #f1f1ee;
  transition: transform 0.25s ease;
}
.cool-homepage .cool-home-testimonial-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 8px;
  color: #ffb524;
  font-size: 14px;
}
.cool-homepage .cool-home-testimonial-card__name {
  display: block;
  margin-bottom: 4px;
  color: #222;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 700;
  transition: color 0.2s ease;
}
.cool-homepage .cool-home-testimonial-card__role {
  display: block;
  margin-bottom: 8px;
  color: #9ba6a8;
  font-size: 12px;
  line-height: 1.4;
}
.cool-homepage .cool-home-testimonial-card__quote {
  margin: 0;
  color: #7c8689;
  font-size: 12px;
  line-height: 1.62;
}
.cool-homepage .cool-home-community-banner {
  padding: 0 0 66px;
  background: #bdeceb;
}
.cool-homepage .cool-home-community-banner__shell {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  padding: 42px 48px;
  background-color: #1ec6bf;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  overflow: hidden;
  border-radius: 0;
  color: #fff;
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.cool-homepage .cool-home-community-banner__shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(30, 198, 191, 0.96) 0%, rgba(30, 198, 191, 0.88) 30%, rgba(30, 198, 191, 0.18) 58%, rgba(30, 198, 191, 0) 72%);
  transition: background 0.3s ease;
}
.cool-homepage .cool-home-community-banner__shell:hover, .cool-homepage .cool-home-community-banner__shell:focus-visible {
  color: #fff;
  text-decoration: none;
}
.cool-homepage .cool-home-community-banner__shell--link {
  cursor: pointer;
}
.cool-homepage .cool-home-community-banner__shell--link:hover, .cool-homepage .cool-home-community-banner__shell--link:focus-visible {
  background-size: 108% auto;
  box-shadow: 0 22px 38px rgba(20, 122, 119, 0.28);
}
.cool-homepage .cool-home-community-banner__shell--link:hover::before, .cool-homepage .cool-home-community-banner__shell--link:focus-visible::before {
  background: linear-gradient(90deg, rgba(30, 198, 191, 0.94) 0%, rgba(30, 198, 191, 0.82) 30%, rgba(30, 198, 191, 0.18) 58%, rgba(30, 198, 191, 0) 74%);
}
.cool-homepage .cool-home-community-banner__shell--link:hover .cool-home-community-banner__cta, .cool-homepage .cool-home-community-banner__shell--link:focus-visible .cool-home-community-banner__cta {
  background: rgba(255, 255, 255, 0.92);
  color: #11918d;
}
.cool-homepage .cool-home-community-banner__copy {
  position: relative;
  z-index: 1;
  max-width: 305px;
  color: #fff;
}
.cool-homepage .cool-home-community-banner__copy .cool-home-community-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
}
.cool-homepage .cool-home-community-banner__copy .cool-home-community-banner__title {
  margin: 16px 0 12px;
  color: #fff;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.08;
}
.cool-homepage .cool-home-community-banner__copy .cool-home-community-banner__desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  line-height: 1.58;
  white-space: pre-line;
}
.cool-homepage .cool-home-community-banner__copy .cool-home-community-banner__cta,
.cool-homepage .cool-home-community-banner__copy .cool-home-light-btn {
  min-height: 42px;
  margin-top: 22px;
  padding: 0 24px;
  font-size: 15px;
}
.cool-homepage .soul-brand-story {
  padding: 0 0 78px;
}
.cool-homepage .cool-home-brand-story-heading {
  padding: 0 0 26px;
}
.cool-homepage .cool-home-brand-story-heading__title {
  font-size: clamp(26px, 2.2vw, 38px);
}
.cool-homepage .story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, 1fr);
  align-items: stretch;
  background: #f6f6f3;
}
.cool-homepage .story-grid.is-right-media {
  grid-template-columns: minmax(360px, 1fr) minmax(0, 1.45fr);
}
.cool-homepage .story-grid.is-right-media .story-media {
  order: 2;
}
.cool-homepage .story-grid.is-right-media .story-copy {
  order: 1;
}
.cool-homepage .story-media {
  position: relative;
  display: block;
  min-height: 500px;
  overflow: hidden;
}
.cool-homepage .story-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.cool-homepage .story-media--link {
  cursor: pointer;
  text-decoration: none;
}
.cool-homepage .story-media--link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(13, 67, 65, 0.18) 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.cool-homepage .story-media--link:hover img, .cool-homepage .story-media--link:focus-visible img {
  transform: scale(1.04);
}
.cool-homepage .story-media--link:hover::after, .cool-homepage .story-media--link:focus-visible::after {
  opacity: 1;
}
.cool-homepage .story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 52px;
  background: #f2f2f0;
}
.cool-homepage .story-copy h2 {
  margin: 0 0 24px;
  color: #111;
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 1.15;
}
.cool-homepage .story-copy h2 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cool-homepage .story-copy h2 a:hover, .cool-homepage .story-copy h2 a:focus-visible {
  color: var(--cool-accent);
}
.cool-homepage .story-copy .desc {
  color: #6f787c;
  font-size: 14px;
  line-height: 1.8;
  white-space: normal;
}
.cool-homepage .story-copy .story-btn {
  margin-top: 28px;
  align-self: flex-start;
}
.cool-homepage .soul-trust-badges {
  padding: 14px 0 38px;
  background: #dff4f1;
}
.cool-homepage .badges-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  padding-top: 34px;
}
.cool-homepage .badge-card {
  display: block;
  min-height: 100%;
  padding: 28px 24px 26px;
  background: #d6f3f3;
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: box-shadow 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}
.cool-homepage .badge-card:hover, .cool-homepage .badge-card:focus-visible {
  color: inherit;
  text-decoration: none;
}
.cool-homepage .badge-card[aria-disabled=true] {
  pointer-events: none;
}
.cool-homepage .badge-card--link {
  cursor: pointer;
}
.cool-homepage .badge-card--link:hover, .cool-homepage .badge-card--link:focus-visible {
  background: #c4ecea;
  box-shadow: 0 16px 24px rgba(13, 67, 65, 0.14);
  transform: translateY(-2px);
}
.cool-homepage .badge-card--link:hover .icon-wrap img, .cool-homepage .badge-card--link:focus-visible .icon-wrap img {
  transform: scale(1.08);
}
.cool-homepage .badge-card--link:hover .badge-card__title, .cool-homepage .badge-card--link:focus-visible .badge-card__title {
  color: var(--cool-accent);
}
.cool-homepage .badge-card .icon-wrap {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  overflow: hidden;
}
.cool-homepage .badge-card .icon-wrap img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.25s ease;
}
.cool-homepage .badge-card__title {
  display: block;
  margin: 0 0 10px;
  color: #111;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  transition: color 0.2s ease;
}
.cool-homepage .badge-card__desc {
  display: block;
  margin: 0;
  color: #6f787c;
  font-size: 13px;
  line-height: 1.75;
}
.cool-homepage .cool-home-newsletter {
  padding: 30px 0 24px;
  background: #fff;
}
.cool-homepage .cool-home-newsletter .cool-home-section-title {
  font-size: clamp(22px, 1.8vw, 28px);
}
.cool-homepage .cool-home-newsletter__form {
  max-width: 560px;
  margin: 14px auto 0;
}
.cool-homepage .cool-home-newsletter__field {
  display: grid;
  grid-template-columns: 1fr 64px;
  align-items: center;
  min-height: 46px;
  background: #f4f4f1;
  border: 1px solid #6ad3cf;
}
.cool-homepage .cool-home-newsletter__field input {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0 20px;
  color: #444;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: transparent;
  outline: none;
}
.cool-homepage .cool-home-newsletter__field input::-moz-placeholder {
  color: #a6aaac;
}
.cool-homepage .cool-home-newsletter__field input::placeholder {
  color: #a6aaac;
}
.cool-homepage .cool-home-newsletter__field button {
  width: 64px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #2dbab6;
  font-size: 24px;
}
.cool-homepage .cool-home-newsletter__consent {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #656d70;
  font-size: 10px;
  line-height: 1.5;
}
.cool-homepage .cool-home-newsletter__consent input {
  width: 12px;
  height: 12px;
  accent-color: var(--cool-accent);
}
@media (max-width: 1199.98px) {
  .cool-homepage .cool-home-testimonial-wall__grid,
  .cool-homepage .badges-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cool-homepage .story-grid,
  .cool-homepage .story-grid.is-right-media {
    grid-template-columns: minmax(0, 1.4fr) minmax(300px, 1fr);
  }
}
@media (max-width: 991.98px) {
  .cool-homepage .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cool-homepage .cool-home-intro__inner {
    padding: 46px 0 12px;
  }
  .cool-homepage .cool-home-intro__inner--compact {
    padding: 56px 0 24px;
  }
  .cool-homepage .cool-home-how-it-works__grid,
  .cool-homepage .cool-home-featured-split__grid,
  .cool-homepage .cool-home-compare-cards__grid,
  .cool-homepage .cool-home-testimonial-wall__grid,
  .cool-homepage .badges-grid,
  .cool-homepage .story-grid,
  .cool-homepage .story-grid.is-right-media {
    grid-template-columns: 1fr;
  }
  .cool-homepage .cool-home-featured-card {
    grid-template-rows: minmax(260px, auto) auto;
  }
  .cool-homepage .cool-home-featured-card__title,
  .cool-homepage .cool-home-compare-card__title,
  .cool-homepage .cool-home-testimonial-card__name,
  .cool-homepage .badge-card__title {
    font-size: 24px;
  }
  .cool-homepage .cool-home-community-banner__shell {
    min-height: 380px;
    padding: 32px 28px;
    background-position: 70% center;
  }
  .cool-homepage .story-media {
    min-height: 340px;
  }
  .cool-homepage .story-copy {
    padding: 34px 26px 36px;
  }
  .cool-homepage .cool-home-newsletter__field {
    min-height: 60px;
    grid-template-columns: 1fr 60px;
  }
  .cool-homepage .cool-home-newsletter__field input {
    padding: 0 18px;
    font-size: 14px;
  }
  .cool-homepage .cool-home-newsletter__field button {
    width: 60px;
    height: 58px;
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .cool-homepage .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .cool-homepage .cool-home-section-title,
  .cool-homepage .cool-home-intro__inner h2 {
    font-size: 30px;
  }
  .cool-homepage .cool-home-section-subtitle,
  .cool-homepage .cool-home-intro__inner p {
    font-size: 14px;
    line-height: 1.7;
  }
  .cool-homepage .cool-home-how-it-works {
    padding-bottom: 28px;
  }
  .cool-homepage .cool-home-how-card__title,
  .cool-homepage .cool-home-featured-card__title,
  .cool-homepage .cool-home-compare-card__title,
  .cool-homepage .cool-home-testimonial-card__name,
  .cool-homepage .cool-home-community-banner__title,
  .cool-homepage .story-copy h2,
  .cool-homepage .badge-card__title {
    font-size: 22px;
  }
  .cool-homepage .cool-home-featured-card__copy,
  .cool-homepage .cool-home-compare-card,
  .cool-homepage .cool-home-testimonial-card,
  .cool-homepage .badge-card {
    padding-left: 18px;
    padding-right: 18px;
  }
  .cool-homepage .cool-home-compare-card__media {
    min-height: 180px;
  }
  .cool-homepage .cool-home-testimonial-wall {
    padding: 42px 0 18px;
  }
  .cool-homepage .cool-home-community-banner {
    padding-bottom: 42px;
  }
  .cool-homepage .cool-home-community-banner__shell {
    min-height: 360px;
    background-position: 76% center;
  }
  .cool-homepage .cool-home-newsletter {
    padding: 24px 0 20px;
  }
  .cool-homepage .cool-home-newsletter__field {
    min-height: 52px;
    grid-template-columns: 1fr 52px;
  }
  .cool-homepage .cool-home-newsletter__field input {
    font-size: 12px;
  }
  .cool-homepage .cool-home-newsletter__field button {
    width: 52px;
    height: 50px;
    font-size: 20px;
  }
}

/* ============================================================
   Cool Support Widget - 智能客服浮窗 (Intercom 风格)
   ============================================================ */
.cool-support-widget {
  --cool-support-theme: #24b8b2;
  --cool-support-theme-deep: #173f40;
  --cool-support-theme-soft: #ecf8f7;
  --cool-support-ink: #0e2628;
  --cool-support-ink-soft: #5b6e70;
  --cool-support-ink-mute: #98a4a7;
  --cool-support-line: #eef1f2;
  --cool-support-bubble: #f1f4f5;
  --cool-support-bubble-user: linear-gradient(135deg, #24b8b2 0%, #1ea29c 100%);
  --cool-support-bg: #fafdfd;
  --cool-support-width: 400px;
  --cool-support-height: 680px;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1080;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  font-family: inherit;
}

.cool-support-widget__trigger,
.cool-support-widget__cta,
.cool-support-widget__link,
.cool-support-widget__send,
.cool-support-widget__chip,
.cool-support-widget__composer-btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

/* ---------- Launcher ---------- */
.cool-support-widget__trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 60px;
  min-height: 60px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--cool-support-theme);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 24px rgba(36, 184, 178, 0.38);
  cursor: pointer;
  outline: none;
  order: 2;
}

.cool-support-widget__trigger:hover {
  transform: translateY(-2px);
  background: #1ea29c;
  box-shadow: 0 16px 32px rgba(36, 184, 178, 0.45);
}

.cool-support-widget__trigger:focus-visible {
  outline: none;
  box-shadow: 0 10px 24px rgba(36, 184, 178, 0.38), 0 0 0 4px rgba(36, 184, 178, 0.22);
}

.cool-support-widget__trigger:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(36, 184, 178, 0.42);
}

.cool-support-widget__trigger-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
}
.cool-support-widget__trigger-icon i {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: opacity 0.2s ease, transform 0.25s ease;
}

.cool-support-widget__icon-close {
  opacity: 0;
  transform: rotate(-90deg) scale(0.8);
}

.cool-support-widget.is-open .cool-support-widget__icon-chat {
  opacity: 0;
  transform: rotate(90deg) scale(0.8);
}

.cool-support-widget.is-open .cool-support-widget__icon-close {
  opacity: 1;
  transform: rotate(0) scale(1);
}

.cool-support-widget__trigger-label {
  font-weight: 700;
  font-size: 14px;
}

.cool-support-widget__trigger-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #ff4757;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 0 0 2px #fff;
}

.cool-support-widget.is-circle-launcher .cool-support-widget__trigger {
  width: 60px;
  padding: 0;
  border-radius: 50%;
}
.cool-support-widget.is-circle-launcher .cool-support-widget__trigger .cool-support-widget__trigger-label {
  display: none;
}

.cool-support-widget.is-pill-launcher .cool-support-widget__trigger {
  min-width: 160px;
}

.cool-support-widget.is-open .cool-support-widget__trigger {
  background: var(--cool-support-theme-deep);
  box-shadow: 0 14px 28px rgba(23, 63, 64, 0.35);
}

/* 嵌入第三方客服 / minimal header 模式下：panel 自身已经有右上 × 关闭，
   面板打开时把右下 launcher 隐藏，避免视觉重复（参考行业惯例：Tidio/Crisp/Intercom 都这样） */
.cool-support-widget.is-mode-iframe.is-open .cool-support-widget__trigger,
.cool-support-widget.is-mode-script.is-open .cool-support-widget__trigger,
.cool-support-widget.is-header-minimal.is-open .cool-support-widget__trigger {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
}

/* ---------- Panel ---------- */
.cool-support-widget__panel {
  position: relative;
  width: min(var(--cool-support-width), 100vw - 32px);
  height: min(var(--cool-support-height), 100vh - 110px);
  min-height: 540px;
  display: flex;
  flex-direction: column;
  background: var(--cool-support-bg);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(14, 38, 40, 0.22), 0 8px 20px rgba(14, 38, 40, 0.1);
  animation: coolSupportPop 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  order: 1;
}

.cool-support-widget__panel[hidden] {
  display: none;
}

@keyframes coolSupportPop {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* ---------- Header (gradient + decoration) ---------- */
.cool-support-widget__header {
  position: relative;
  padding: 22px 22px 18px;
  background: linear-gradient(135deg, var(--cool-support-theme) 0%, var(--cool-support-theme-deep) 100%);
  color: #fff;
  flex: 0 0 auto;
  overflow: hidden;
}

.cool-support-widget__header-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.cool-support-widget__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(28px);
  opacity: 0.35;
}

.cool-support-widget__blob--1 {
  top: -40px;
  right: -30px;
  width: 160px;
  height: 160px;
  background: #ffffff;
}

.cool-support-widget__blob--2 {
  bottom: -60px;
  left: -20px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.22);
}

.cool-support-widget__header-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cool-support-widget__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.cool-support-widget__brand-avatar {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  flex: 0 0 auto;
}
.cool-support-widget__brand-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cool-support-widget__brand-status {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2ad28a;
  box-shadow: 0 0 0 2px #fff;
}

.cool-support-widget__brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.cool-support-widget__brand-text strong {
  display: block;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.005em;
}

.cool-support-widget__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}

.cool-support-widget__status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5ee8a8;
  box-shadow: 0 0 0 3px rgba(94, 232, 168, 0.22);
  animation: coolSupportPulse 1.8s ease-in-out infinite;
}

@keyframes coolSupportPulse {
  0%, 100% {
    box-shadow: 0 0 0 3px rgba(94, 232, 168, 0.22);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(94, 232, 168, 0.08);
  }
}
.cool-support-widget__close {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.cool-support-widget__close:hover {
  background: rgba(255, 255, 255, 0.26);
}

.cool-support-widget__subtitle {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

/* ---------- Header: minimal 模式（嵌入第三方客服时使用）---------- */
.cool-support-widget__header--minimal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 52px;
  padding: 8px 14px;
  background: var(--cool-support-theme);
}
.cool-support-widget__header--minimal .cool-support-widget__close {
  background: transparent;
}
.cool-support-widget__header--minimal .cool-support-widget__close:hover {
  background: rgba(255, 255, 255, 0.18);
}

/* iframe / script 嵌入模式：让 widget 容器看起来和 iframe 内容是一体的 */
.cool-support-widget.is-mode-iframe .cool-support-widget__panel,
.cool-support-widget.is-mode-script .cool-support-widget__panel {
  background: #fff;
  border-radius: 6px;
}

/* 当 widget 顶部使用 minimal header 且嵌入 iframe 时，header 与 iframe 内容颜色一致——直接去掉额外内边距 */
.cool-support-widget.is-header-minimal.is-mode-iframe .cool-support-widget__header--minimal,
.cool-support-widget.is-header-minimal.is-mode-script .cool-support-widget__header--minimal {
  /* iframe 内 demo 页面顶部也是 52px 绿色 → 这里直接隐藏 widget 自带的 header，让 iframe 接管整个面板（关闭按钮浮在右上） */
  min-height: 0;
  height: 0;
  padding: 0;
  background: transparent;
  pointer-events: none;
  overflow: visible;
}
.cool-support-widget.is-header-minimal.is-mode-iframe .cool-support-widget__header--minimal .cool-support-widget__close,
.cool-support-widget.is-header-minimal.is-mode-script .cool-support-widget__header--minimal .cool-support-widget__close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 5;
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(4px);
}
.cool-support-widget.is-header-minimal.is-mode-iframe .cool-support-widget__header--minimal .cool-support-widget__close:hover,
.cool-support-widget.is-header-minimal.is-mode-script .cool-support-widget__header--minimal .cool-support-widget__close:hover {
  background: rgba(255, 255, 255, 0.28);
}

/* ---------- iframe loading skeleton ---------- */
.cool-support-widget__iframe-skeleton {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #fff;
  z-index: 1;
  transition: opacity 0.25s ease;
}

.cool-support-widget__iframe-skeleton.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.cool-support-widget__iframe-spinner {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 3px solid rgba(36, 184, 178, 0.18);
  border-top-color: var(--cool-support-theme);
  animation: coolSupportSpin 0.9s linear infinite;
}

@keyframes coolSupportSpin {
  to {
    transform: rotate(360deg);
  }
}
.cool-support-widget__iframe-loading-text {
  color: var(--cool-support-ink-mute);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.cool-support-widget__iframe.is-loading {
  opacity: 0;
}

.cool-support-widget__iframe {
  transition: opacity 0.3s ease;
}

/* ---------- Body ---------- */
.cool-support-widget__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.cool-support-widget__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 18px 18px 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  scrollbar-width: thin;
  scrollbar-color: rgba(36, 184, 178, 0.3) transparent;
}
.cool-support-widget__scroll::-webkit-scrollbar {
  width: 6px;
}
.cool-support-widget__scroll::-webkit-scrollbar-thumb {
  background-color: rgba(36, 184, 178, 0.3);
  border-radius: 999px;
}

.cool-support-widget__day-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.cool-support-widget__day-divider::before, .cool-support-widget__day-divider::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cool-support-line), transparent);
}
.cool-support-widget__day-divider span {
  color: var(--cool-support-ink-mute);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ---------- Thread / messages ---------- */
.cool-support-widget__thread {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cool-support-widget__message {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  animation: coolSupportMsgIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes coolSupportMsgIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cool-support-widget__message--user {
  flex-direction: row-reverse;
}
.cool-support-widget__message--user .cool-support-widget__msg-stack {
  align-items: flex-end;
}
.cool-support-widget__message--user .cool-support-widget__msg-author {
  display: none;
}
.cool-support-widget__message--user .cool-support-widget__msg-bubble {
  background: var(--cool-support-bubble-user);
  color: #fff;
  border-radius: 20px 20px 6px 20px;
  box-shadow: 0 6px 14px rgba(36, 184, 178, 0.22);
}
.cool-support-widget__message--user .cool-support-widget__msg-avatar {
  background: var(--cool-support-theme-deep);
  color: #fff;
}

.cool-support-widget__msg-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--cool-support-theme-soft);
  color: var(--cool-support-ink);
  font-size: 13px;
  font-weight: 700;
  flex: 0 0 auto;
  overflow: hidden;
}
.cool-support-widget__msg-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cool-support-widget__msg-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  max-width: calc(100% - 48px);
}

.cool-support-widget__msg-author {
  font-size: 12px;
  font-weight: 700;
  color: var(--cool-support-ink-soft);
  padding-left: 4px;
}

.cool-support-widget__msg-bubble {
  display: inline-block;
  max-width: 100%;
  padding: 10px 14px;
  border-radius: 6px 20px 20px 20px;
  background: #fff;
  color: var(--cool-support-ink);
  font-size: 14px;
  line-height: 1.6;
  word-break: break-word;
  box-shadow: 0 1px 2px rgba(14, 38, 40, 0.06), 0 4px 12px rgba(14, 38, 40, 0.04);
}
.cool-support-widget__msg-bubble + .cool-support-widget__msg-bubble {
  border-top-left-radius: 14px;
}
.cool-support-widget__msg-bubble a {
  color: var(--cool-support-theme-deep);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cool-support-widget__msg-bubble a:hover {
  color: var(--cool-support-theme);
}

.cool-support-widget__msg-bubble--soft {
  background: var(--cool-support-theme-soft);
  color: var(--cool-support-theme-deep);
}

.cool-support-widget__msg-meta {
  font-size: 11px;
  color: var(--cool-support-ink-mute);
  padding-left: 4px;
}

/* Typing dots */
.cool-support-widget__dots {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.cool-support-widget__dots i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cool-support-ink-soft);
  opacity: 0.4;
  animation: coolSupportTyping 1.2s infinite ease-in-out;
}
.cool-support-widget__dots i:nth-child(2) {
  animation-delay: 0.15s;
}
.cool-support-widget__dots i:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes coolSupportTyping {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.35;
  }
  30% {
    transform: translateY(-4px);
    opacity: 0.9;
  }
}
/* ---------- Suggestions ---------- */
.cool-support-widget__suggestions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--cool-support-line);
  box-shadow: 0 4px 14px rgba(14, 38, 40, 0.04);
}

.cool-support-widget__suggestions-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--cool-support-ink-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.cool-support-widget__suggestions-title i {
  color: var(--cool-support-theme);
  font-size: 14px;
}

.cool-support-widget__chips {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cool-support-widget__chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid var(--cool-support-line);
  border-radius: 12px;
  background: var(--cool-support-bg);
  color: var(--cool-support-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}
.cool-support-widget__chip span {
  flex: 1 1 auto;
}
.cool-support-widget__chip i {
  color: var(--cool-support-theme);
  font-size: 18px;
  line-height: 1;
  transition: transform 0.2s ease;
}
.cool-support-widget__chip:hover {
  border-color: var(--cool-support-theme);
  background: var(--cool-support-theme-soft);
  color: var(--cool-support-theme-deep);
  transform: translateY(-1px);
}
.cool-support-widget__chip:hover i {
  transform: translateX(2px);
}

.cool-support-widget__suggestions.is-hidden {
  display: none;
}

/* ---------- Quick links ---------- */
.cool-support-widget__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cool-support-widget__link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--cool-support-line);
  color: var(--cool-support-ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.cool-support-widget__link .cool-support-widget__link-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cool-support-theme);
  flex: 0 0 auto;
}
.cool-support-widget__link .cool-support-widget__link-label {
  flex: 1 1 auto;
}
.cool-support-widget__link i {
  font-size: 14px;
  color: var(--cool-support-ink-mute);
  transition: transform 0.2s ease, color 0.2s ease;
}

.cool-support-widget__link:hover {
  border-color: var(--cool-support-theme);
  color: var(--cool-support-theme-deep);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(36, 184, 178, 0.12);
}
.cool-support-widget__link:hover i {
  color: var(--cool-support-theme);
  transform: translate(2px, -2px);
}

/* ---------- Primary CTA ---------- */
.cool-support-widget__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 52px;
  padding: 0 22px;
  margin-top: 4px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--cool-support-theme-deep) 0%, #0e2c2d 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(23, 63, 64, 0.28);
}
.cool-support-widget__cta i {
  font-size: 18px;
}

.cool-support-widget__cta:hover {
  transform: translateY(-1px);
  color: #fff;
  box-shadow: 0 14px 28px rgba(23, 63, 64, 0.34);
}

.cool-support-widget__powered {
  margin: 4px 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--cool-support-ink-mute);
  font-size: 11px;
  text-align: center;
}

/* ---------- Embed / iframe shell ---------- */
.cool-support-widget__embed-shell {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  background: #fff;
}

.cool-support-widget__iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #fff;
}

.cool-support-widget__iframe.is-hidden {
  display: none;
}

.cool-support-widget__iframe-fallback {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
}
.cool-support-widget__iframe-fallback p {
  margin: 0;
  color: var(--cool-support-ink-soft);
  font-size: 14px;
  line-height: 1.65;
}

/* ---------- Composer ---------- */
.cool-support-widget__composer {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10px 12px 12px;
  background: #fff;
  border-top: 1px solid var(--cool-support-line);
  flex: 0 0 auto;
}

.cool-support-widget__composer[hidden] {
  display: none;
}

.cool-support-widget__emoji-panel {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
  margin-bottom: 8px;
  padding: 8px;
  border-radius: 12px;
  background: var(--cool-support-theme-soft);
}
.cool-support-widget__emoji-panel button {
  width: 100%;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.15s ease, transform 0.15s ease;
}
.cool-support-widget__emoji-panel button:hover {
  background: #fff;
  transform: scale(1.1);
}
.cool-support-widget__emoji-panel[hidden] {
  display: none;
}

.cool-support-widget__composer-row {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 6px;
  padding: 4px 6px;
  background: var(--cool-support-bg);
  border: 1px solid var(--cool-support-line);
  border-radius: 999px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.cool-support-widget__composer-row:focus-within {
  border-color: var(--cool-support-theme);
  box-shadow: 0 0 0 4px rgba(36, 184, 178, 0.12);
}
.cool-support-widget__composer-row input {
  min-height: 36px;
  padding: 0 4px;
  border: 0;
  background: transparent;
  color: var(--cool-support-ink);
  font-size: 14px;
  outline: none;
  box-shadow: none;
}
.cool-support-widget__composer-row input::-moz-placeholder {
  color: var(--cool-support-ink-mute);
}
.cool-support-widget__composer-row input::placeholder {
  color: var(--cool-support-ink-mute);
}

.cool-support-widget__composer-btn {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--cool-support-ink-soft);
  font-size: 17px;
  cursor: pointer;
}
.cool-support-widget__composer-btn:hover {
  background: var(--cool-support-theme-soft);
  color: var(--cool-support-theme-deep);
}
.cool-support-widget__composer-btn.is-active {
  background: var(--cool-support-theme-soft);
  color: var(--cool-support-theme-deep);
}

.cool-support-widget__send {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--cool-support-theme);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.cool-support-widget__send:hover {
  background: var(--cool-support-theme-deep);
  transform: scale(1.04);
}
.cool-support-widget__send[disabled] {
  background: #cdd6d8;
  cursor: not-allowed;
  transform: none;
}

/* ---------- Mobile ---------- */
@media (max-width: 575.98px) {
  .cool-support-widget {
    right: 14px;
    bottom: 14px;
    left: auto;
    align-items: flex-end;
  }
  .cool-support-widget.is-open {
    right: 0;
    bottom: 0;
    left: 0;
  }
  .cool-support-widget.is-circle-launcher .cool-support-widget__trigger {
    width: 58px;
    min-height: 58px;
  }
  .cool-support-widget.is-open .cool-support-widget__panel {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    border-radius: 0;
  }
  .cool-support-widget__header {
    padding: 18px 18px 14px;
  }
  .cool-support-widget__brand-text strong {
    font-size: 17px;
  }
  .cool-support-widget__scroll {
    padding: 14px 14px 8px;
  }
  .cool-support-widget__chip {
    font-size: 13px;
  }
  .cool-support-widget__link {
    min-height: 46px;
    font-size: 14px;
  }
  .cool-support-widget__cta {
    min-height: 48px;
    font-size: 14px;
  }
}
/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.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: 20px;
}

.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 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.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 #2d2d2d;
}
.module-brand .brand-item > img {
  max-height: 100%;
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@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 .nav-link {
  color: #6c757d;
  font-size: 0.9rem;
}
.module-tab-product .nav .nav-link.active {
  color: #111;
  font-weight: bold;
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.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-pagination {
  bottom: -10px !important;
}
.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: #2d2d2d;
}
.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: #2d2d2d;
}
.swiper-style-plus .swiper-pagination.rectangle span {
  border-radius: 0;
  height: 3px;
}

/*
 * @FilePath: slideshow-video.scss
 *
 * @copyright     2024 lbpcmsshop.com - All Rights Reserved.
 * @link: https://lbpcmsshop.com
 * @Author: pu shuo <pushuo@guangda.work>
 * @Date: 2024-11-28 18:19:02
 * @LastEditTime: 2024-12-24 17:23:02
 */
.module-item-design .module-info .module-slideshow-video {
  max-height: 96vh;
}

.module-slideshow-video {
  --swiper-theme-color: #2dbab6;
  --swiper-navigation-color: #2dbab6;
  --swiper-navigation-size: 30px;
  position: relative;
}
.module-slideshow-video .swiper-pagination {
  bottom: 26px !important;
}
.module-slideshow-video .swiper-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.48);
  opacity: 1;
  border-radius: 999px;
}
.module-slideshow-video .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.module-slideshow-video .swiper-slide {
  position: relative;
  overflow: hidden;
  background: #ece6dc;
}
.module-slideshow-video .content-wrap {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  color: #123f3f;
  pointer-events: none;
}
.module-slideshow-video .content-wrap::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: min(48vw, 48%);
  background: linear-gradient(90deg, rgba(238, 232, 220, 0.98) 0%, rgba(238, 232, 220, 0.94) 72%, rgba(238, 232, 220, 0.34) 100%);
  pointer-events: none;
}
.module-slideshow-video .text-wrap {
  width: min(100%, 720px);
  margin-left: clamp(28px, 6vw, 112px);
  padding: 56px 28px 56px 0;
  pointer-events: auto;
}
.module-slideshow-video .sub-title {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 0 14px;
  border-radius: 999px;
  background: #2dbab6;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.module-slideshow-video .title {
  margin: 0 0 22px;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.1;
  letter-spacing: 0;
}
.module-slideshow-video .colored-title--hero {
  margin: 0 0 20px;
  max-width: none;
  font-size: clamp(36px, 3.8vw, 58px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
.module-slideshow-video .colored-title--hero .colored-title__segment {
  display: inline;
  font-weight: 800;
}
.module-slideshow-video .colored-title--hero .colored-title__segment--block {
  display: block;
}
.module-slideshow-video .colored-title--hero .colored-title__segment--block + .colored-title__segment--block {
  max-width: 100%;
}
.module-slideshow-video .colored-title__segment {
  display: inline;
  font-weight: inherit;
}
.module-slideshow-video .colored-title__segment--block {
  display: block;
}
.module-slideshow-video .description {
  max-width: 520px;
  margin: 0 0 22px;
  color: #4d5858;
  font-size: 16px;
  line-height: 1.8;
}
.module-slideshow-video .hero-bullets {
  display: grid;
  gap: 12px;
  max-width: 680px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.module-slideshow-video .hero-bullets li {
  position: relative;
  padding-left: 22px;
  color: #2d2d2d;
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 1.55;
  text-wrap: pretty;
}
.module-slideshow-video .hero-bullets li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2dbab6;
  transform: translateY(-50%);
}
.module-slideshow-video .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.module-slideshow-video a.btn,
.module-slideshow-video a.btn.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.module-slideshow-video a.btn {
  background: #2dbab6;
  border: 1px solid #2dbab6;
  color: #fff;
}
.module-slideshow-video a.btn:hover {
  background: #21a9a3;
  border-color: #21a9a3;
  color: #fff;
  box-shadow: 0 16px 30px rgba(45, 186, 182, 0.22);
  transform: translateY(-1px);
}
.module-slideshow-video a.btn.btn-ghost {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 17, 17, 0.16);
  color: #163f40;
}
.module-slideshow-video a.btn.btn-ghost:hover {
  background: #fff;
  color: #163f40;
  transform: translateY(-1px);
}
.module-slideshow-video .video-wrap {
  position: relative;
  display: block;
  width: 100%;
  min-height: 640px;
}
.module-slideshow-video .video-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(238, 232, 220, 0.14) 0%, rgba(238, 232, 220, 0.24) 22%, rgba(238, 232, 220, 0.08) 48%, rgba(238, 232, 220, 0.02) 66%), radial-gradient(circle at 28% 25%, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 32%);
  pointer-events: none;
}
.module-slideshow-video .video-wrap .media-link {
  position: absolute;
  inset: 0;
  z-index: 0;
  justify-content: flex-end !important;
}
.module-slideshow-video .video-wrap video,
.module-slideshow-video .video-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.module-slideshow-video .video-wrap.is-home-hero-cover img {
  -o-object-position: 72% center;
     object-position: 72% center;
}
@media (max-width: 991.98px) {
  .module-slideshow-video .text-wrap {
    margin-left: 18px;
    padding: 42px 22px 46px 0;
    width: min(100%, 620px);
  }
  .module-slideshow-video .title {
    font-size: clamp(30px, 8vw, 46px);
    margin-bottom: 18px;
  }
  .module-slideshow-video .colored-title--hero {
    font-size: clamp(32px, 6.5vw, 48px);
    line-height: 1.1;
    margin-bottom: 18px;
  }
  .module-slideshow-video .hero-bullets {
    gap: 10px;
    margin-bottom: 22px;
  }
  .module-slideshow-video .hero-bullets li {
    font-size: 16px;
  }
  .module-slideshow-video a.btn,
  .module-slideshow-video a.btn.btn-ghost {
    min-width: 150px;
    min-height: 54px;
    font-size: 16px;
  }
  .module-slideshow-video .video-wrap {
    min-height: 520px;
  }
}
@media (max-width: 767.98px) {
  .module-slideshow-video .content-wrap {
    align-items: flex-start;
  }
  .module-slideshow-video .text-wrap {
    width: 100%;
    margin-left: 0;
    padding: 28px 18px 0;
    max-width: min(100%, 420px);
  }
  .module-slideshow-video .sub-title {
    min-height: 30px;
    margin-bottom: 14px;
    padding: 0 14px;
    font-size: 12px;
  }
  .module-slideshow-video .title {
    font-size: 34px;
    line-height: 1.12;
    max-width: 320px;
  }
  .module-slideshow-video .colored-title--hero {
    font-size: clamp(30px, 8.5vw, 40px);
    line-height: 1.12;
    max-width: none;
    margin-bottom: 16px;
  }
  .module-slideshow-video .description {
    font-size: 14px;
    line-height: 1.7;
  }
  .module-slideshow-video .hero-bullets {
    max-width: 300px;
    margin-bottom: 22px;
  }
  .module-slideshow-video .hero-bullets li {
    font-size: 14px;
    line-height: 1.55;
  }
  .module-slideshow-video .hero-actions {
    margin-top: 24px;
  }
  .module-slideshow-video a.btn,
  .module-slideshow-video a.btn.btn-ghost {
    min-width: 136px;
    min-height: 48px;
    padding: 0 22px;
    font-size: 15px;
  }
  .module-slideshow-video .video-wrap {
    min-height: 620px;
  }
  .module-slideshow-video .video-wrap::before {
    width: 100%;
  }
  .module-slideshow-video .video-wrap::before {
    background: linear-gradient(180deg, rgba(238, 232, 220, 0.94) 0%, rgba(238, 232, 220, 0.82) 28%, rgba(238, 232, 220, 0.18) 54%, rgba(238, 232, 220, 0.02) 72%), radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0) 30%);
  }
  .module-slideshow-video .video-wrap .media-link {
    justify-content: center !important;
  }
  .module-slideshow-video .video-wrap video,
  .module-slideshow-video .video-wrap img {
    -o-object-position: 68% center;
       object-position: 68% center;
  }
  .module-slideshow-video .swiper-pagination {
    bottom: 16px !important;
  }
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-04 17:52:22
 * @LastEditTime  2022-09-16 20:57:25
 */
.banner-list-wrap .swiper-wrapper {
  transition-timing-function: linear !important;
}
.banner-list-wrap .slide-item {
  position: relative;
}
.banner-list-wrap .slide-item .title {
  position: absolute;
  font-weight: bold;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .banner-list-wrap .slide-item .title {
    bottom: 5%;
    font-size: 24px;
  }
}

.soul-three-image-grid {
  --three-grid-text: #fff8f1;
  --three-grid-shadow: rgba(18, 10, 13, 0.22);
  --three-grid-pill: rgba(255, 248, 241, 0.14);
}
.soul-three-image-grid .container-fluid {
  padding-left: clamp(16px, 3vw, 36px);
  padding-right: clamp(16px, 3vw, 36px);
}
.soul-three-image-grid .section-head {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}
.soul-three-image-grid .section-head h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  color: #1f1a1c;
}
.soul-three-image-grid .section-head p {
  margin: 12px auto 0;
  font-size: 15px;
  line-height: 1.8;
  color: #74686d;
}
.soul-three-image-grid .grid-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (max-width: 767.98px) {
  .soul-three-image-grid .grid-wrap {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(78vw, 78vw);
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 16px 8px 0;
    margin-right: -16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .soul-three-image-grid .grid-wrap::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 768px) {
  .soul-three-image-grid .grid-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}
@media (min-width: 1200px) {
  .soul-three-image-grid .grid-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }
}
.soul-three-image-grid .grid-card {
  display: block;
  color: inherit;
  text-decoration: none;
  outline: none;
}
@media (max-width: 767.98px) {
  .soul-three-image-grid .grid-card {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}
.soul-three-image-grid .image-frame {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: #f6f0f2;
  aspect-ratio: 4/5;
  box-shadow: 0 18px 40px rgba(55, 30, 39, 0.1);
}
.soul-three-image-grid .image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 12, 15, 0.12) 0%, rgba(20, 12, 15, 0.04) 30%, rgba(20, 12, 15, 0.26) 58%, rgba(20, 12, 15, 0.74) 100%);
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.soul-three-image-grid .image-frame img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}
.soul-three-image-grid .grid-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(18px, 2vw, 24px);
  color: var(--three-grid-text);
  pointer-events: none;
}
.soul-three-image-grid .grid-card__top,
.soul-three-image-grid .grid-card__bottom {
  max-width: min(100%, 320px);
}
.soul-three-image-grid .grid-card__title {
  margin: 0;
  color: inherit;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 10px 28px var(--three-grid-shadow);
}
.soul-three-image-grid .grid-card__description {
  margin: 0;
  color: rgba(255, 248, 241, 0.9);
  font-size: 14px;
  line-height: 1.6;
  text-shadow: 0 8px 24px var(--three-grid-shadow);
}
.soul-three-image-grid .grid-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 14px;
  padding: 0 18px;
  border: 1px solid rgba(255, 248, 241, 0.62);
  border-radius: 999px;
  background: var(--three-grid-pill);
  color: #fffdf8;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.soul-three-image-grid .grid-card.is-link:hover .image-frame::after,
.soul-three-image-grid .grid-card.is-link:focus-visible .image-frame::after {
  opacity: 0.9;
}
.soul-three-image-grid .grid-card.is-link:hover .image-frame img {
  transform: scale(1.04);
  filter: saturate(1.04);
}
@media (max-width: 767.98px) {
  .soul-three-image-grid .section-head {
    margin-bottom: 20px;
    text-align: left;
  }
  .soul-three-image-grid .section-head h2 {
    font-size: clamp(24px, 8vw, 32px);
  }
  .soul-three-image-grid .section-head p {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    line-height: 1.7;
  }
  .soul-three-image-grid .grid-wrap {
    grid-auto-columns: minmax(84vw, 84vw);
    gap: 14px;
    padding-bottom: 14px;
    scroll-padding-left: 0;
  }
  .soul-three-image-grid .image-frame {
    border-radius: 24px;
    aspect-ratio: 0.8;
    box-shadow: 0 18px 34px rgba(55, 30, 39, 0.12);
  }
  .soul-three-image-grid .grid-card__overlay {
    padding: 18px 18px 20px;
  }
  .soul-three-image-grid .grid-card__title {
    font-size: clamp(20px, 7vw, 28px);
    line-height: 1;
    letter-spacing: 0.09em;
  }
  .soul-three-image-grid .grid-card__description {
    max-width: 92%;
    font-size: 13px;
    line-height: 1.55;
  }
  .soul-three-image-grid .grid-card__button {
    min-height: 36px;
    margin-top: 12px;
    padding: 0 16px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-04 17:52:22
 * @LastEditTime  2022-09-16 20:57:25
 */
.module-icon-item:hover p {
  color: #2d2d2d !important;
}

/**
 * @copyright     2022 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.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: #2d2d2d;
}
.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 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.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     2023 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.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;
}

@media (min-width: 768px) {
  .text-images-wrap .row {
    margin-bottom: 40px;
  }
}
.text-images-wrap .row > .col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .text-images-wrap .row > .col:first-child {
    width: 30%;
    flex: 0 0 30%;
  }
}
@media (min-width: 768px) {
  .text-images-wrap .row > .col:last-child {
    width: 70%;
    flex: 0 0 70%;
  }
}
.text-images-wrap .row:nth-child(2n+2) {
  flex-direction: row-reverse;
}
.text-images-wrap .text-wrap {
  text-align: center;
  max-width: 570px;
}
@media (max-width: 768px) {
  .text-images-wrap .text-wrap {
    margin-bottom: 20px;
  }
}
.text-images-wrap .text-wrap .title {
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .text-images-wrap .text-wrap .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.text-images-wrap .text-wrap .description {
  font-size: 16px;
  margin-bottom: 40px;
}

.sparkle-resources-wrap {
  background: linear-gradient(180deg, #fbecef 0%, #f7e2e7 100%);
}
.sparkle-resources-wrap .container-fluid {
  padding-left: clamp(16px, 3vw, 36px);
  padding-right: clamp(16px, 3vw, 36px);
}
.sparkle-resources-wrap .sparkle-shell {
  max-width: 1260px;
  margin: 0 auto;
}
.sparkle-resources-wrap .section-head {
  max-width: 720px;
  margin-bottom: 34px;
}
.sparkle-resources-wrap .section-head h2 {
  margin: 0;
  font-size: clamp(32px, 3vw, 52px);
  line-height: 1.05;
  color: #1f181b;
}
.sparkle-resources-wrap .section-head p {
  margin: 14px 0 0;
  max-width: 640px;
  color: #6e5f65;
  line-height: 1.8;
}
.sparkle-resources-wrap .resources-list {
  display: grid;
  gap: 0;
}
.sparkle-resources-wrap .resource-item {
  border-top: 1px solid rgba(81, 54, 65, 0.12);
}
.sparkle-resources-wrap .resource-item:last-child {
  border-bottom: 1px solid rgba(81, 54, 65, 0.12);
}
.sparkle-resources-wrap summary {
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  padding: 26px 0;
  color: #231b1f;
}
.sparkle-resources-wrap summary::-webkit-details-marker {
  display: none;
}
.sparkle-resources-wrap .resource-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #37262c;
}
.sparkle-resources-wrap .resource-question {
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.sparkle-resources-wrap .resource-arrow {
  font-size: 22px;
  color: #6e5f65;
  transition: transform 0.24s ease;
}
.sparkle-resources-wrap .resource-item[open] .resource-arrow {
  transform: rotate(180deg);
}
.sparkle-resources-wrap .resource-answer {
  width: calc(100% - 50px);
  max-width: 900px;
  padding: 0 0 28px 50px;
  color: #65575d;
  line-height: 1.95;
  font-size: 17px;
}
@media (max-width: 767.98px) {
  .sparkle-resources-wrap .section-head {
    margin-bottom: 24px;
  }
  .sparkle-resources-wrap summary {
    gap: 12px;
    padding: 20px 0;
  }
  .sparkle-resources-wrap .resource-icon {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }
  .sparkle-resources-wrap .resource-question {
    font-size: 20px;
  }
  .sparkle-resources-wrap .resource-answer {
    max-width: 100%;
    padding: 0 0 22px 0;
    font-size: 15px;
  }
}

/**
 * @copyright     2024 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.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 lbpcmsshop.com - All Rights Reserved.
 * @link          https://lbpcmsshop.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2024-11-12 10:42:54
 * @LastEditTime  2024-11-12 10:43:15
 */
.img-text-banner-wrap .text-wrap {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
@media (min-width: 1200px) {
  .img-text-banner-wrap .text-wrap {
    padding: 40px 70px;
  }
}
@media (max-width: 992px) {
  .img-text-banner-wrap .text-wrap {
    align-items: center;
  }
}
.img-text-banner-wrap .text-wrap .title {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .img-text-banner-wrap .text-wrap .title {
    font-size: 34px;
  }
}
.img-text-banner-wrap .text-wrap .description {
  line-height: 1.7;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .img-text-banner-wrap .text-wrap .description {
    margin-bottom: 30px;
    font-size: 15px;
  }
}

body {
  background: #fffaf2;
  color: #17343a;
}

body.page-home {
  background: linear-gradient(180deg, rgba(255, 250, 242, 0) 0, rgba(255, 250, 242, 0) 72vh, #fffaf2 72vh, #fffaf2 100%);
}

.sol-homepage {
  color: #17343a;
  --sol-parallax-y: 0px;
}

.sol-homepage section {
  position: relative;
}

.sol-home-hero {
  min-height: 100vh;
  color: #fffaf2;
}

.sol-home-hero__media,
.sol-home-hero__media video,
.sol-home-hero__overlay {
  position: absolute;
  inset: 0;
}

.sol-home-hero__media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate3d(0, var(--sol-parallax-y), 0) scale(1.045);
  will-change: transform;
}

.sol-home-hero__overlay {
  background: linear-gradient(90deg, rgba(9, 38, 45, 0.74), rgba(9, 38, 45, 0.14) 55%, rgba(9, 38, 45, 0.34)), linear-gradient(180deg, rgba(9, 38, 45, 0.18), rgba(9, 38, 45, 0.52));
}

.sol-home-hero .container {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.sol-home-hero__content {
  width: min(640px, 100%);
  padding: 140px 0 96px;
}

.sol-home-hero__eyebrow,
.sol-home-kicker {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sol-home-hero__content h1 {
  margin: 0 0 18px;
  color: #fffaf2;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.93;
}

.sol-home-hero__content p {
  max-width: 520px;
  margin: 0 0 28px;
  color: rgba(255, 250, 242, 0.88);
  font-size: 16px;
  line-height: 1.75;
}

.sol-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sol-motion-ready [data-sol-reveal] {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--sol-reveal-delay, 0ms);
  content-visibility: auto;
  contain-intrinsic-size: 1px 420px;
}

.sol-motion-ready .sol-home-feature__media[data-sol-reveal],
.sol-motion-ready .sol-home-story__media[data-sol-reveal] {
  transform: translate3d(-28px, 28px, 0);
}

.sol-motion-ready .sol-home-feature__copy[data-sol-reveal],
.sol-motion-ready .sol-home-story__copy[data-sol-reveal] {
  transform: translate3d(28px, 28px, 0);
}

.sol-motion-ready [data-sol-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.sol-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
}

.sol-btn--light {
  background: #fffaf2;
  color: #17343a;
}

.sol-btn--ghost {
  border-color: rgba(255, 250, 242, 0.46);
  color: #fffaf2;
}

.sol-btn--dark {
  background: #17343a;
  color: #fffaf2;
}

.sol-btn:hover {
  transform: translateY(-2px);
}

.sol-home-marquee {
  overflow: hidden;
  background: #17343a;
  color: #fffaf2;
  border-top: 1px solid rgba(255, 250, 242, 0.12);
  border-bottom: 1px solid rgba(255, 250, 242, 0.12);
}

.sol-home-marquee__track {
  display: flex;
  gap: 48px;
  width: -moz-max-content;
  width: max-content;
  padding: 14px 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  animation: sol-marquee 28s linear infinite;
}

@keyframes sol-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.sol-home-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.sol-home-section-head h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.04;
}

.sol-home-categories,
.sol-home-feature,
.sol-home-scenes,
.sol-home-benefits,
.sol-home-story,
.sol-home-gallery,
.sol-home-faq,
.sol-home-final {
  padding: clamp(64px, 8vw, 120px) 0;
}

.sol-home-categories__scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 240px);
  gap: 14px;
  overflow-x: auto;
  padding: 0 clamp(16px, 4vw, 48px);
}

.sol-home-category-card {
  text-decoration: none;
  color: #fffaf2;
}

.sol-home-category-card__image {
  aspect-ratio: 4/5;
  overflow: hidden;
  background: #d8eee7;
}

.sol-home-category-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.035);
  transition: transform 0.45s ease;
}

.sol-home-category-card__title {
  margin-top: 12px;
  color: #17343a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.sol-home-category-card:hover img {
  transform: scale(1.075);
}

.sol-home-feature__shell,
.sol-home-story__grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.sol-home-feature__media img,
.sol-home-story__media img {
  width: 100%;
  min-height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: translate3d(0, var(--sol-parallax-y), 0) scale(1.035);
}

.sol-home-feature__copy h2,
.sol-home-story__copy h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.02;
}

.sol-home-feature__copy p,
.sol-home-story__copy p {
  margin: 0 0 24px;
  color: #5d7479;
  line-height: 1.8;
}

.sol-home-scenes__grid,
.sol-home-gallery__grid,
.sol-home-benefits__grid {
  display: grid;
  gap: 18px;
}

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

.sol-home-scene-card {
  position: relative;
  display: block;
  aspect-ratio: 4/5;
  overflow: hidden;
  color: #fffaf2;
  text-decoration: none;
}

.sol-home-scene-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.035);
  transition: transform 0.45s ease;
}

.sol-home-scene-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 22px;
  background: linear-gradient(180deg, rgba(9, 38, 45, 0.06), rgba(9, 38, 45, 0.72));
}

.sol-home-scene-card__overlay span,
.sol-home-scene-card__overlay strong {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sol-home-scene-card__overlay h3 {
  margin: 10px 0 10px;
  color: #fffaf2;
  font-size: 28px;
  line-height: 1.04;
}

.sol-home-scene-card__overlay p {
  margin: 0 0 18px;
  color: rgba(255, 250, 242, 0.84);
  line-height: 1.7;
}

.sol-home-scene-card:hover img {
  transform: scale(1.085);
}

.sol-home-benefits {
  background: #e5f4ee;
}

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

.sol-home-benefit-card {
  padding: 28px;
  background: rgba(255, 250, 242, 0.56);
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.sol-home-benefit-card:hover {
  background: rgba(255, 250, 242, 0.76);
  transform: translateY(-4px);
}

.sol-home-benefit-card__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #fffaf2;
}

.sol-home-benefit-card__icon img {
  max-width: 28px;
  max-height: 28px;
}

.sol-home-benefit-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.sol-home-benefit-card p {
  margin: 0;
  color: #5d7479;
  line-height: 1.75;
}

.sol-home-gallery__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sol-home-gallery-card {
  text-decoration: none;
  color: #17343a;
}

.sol-home-gallery-card__media {
  aspect-ratio: 4/5;
  overflow: hidden;
  background: #d8eee7;
}

.sol-home-gallery-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.035);
  transition: transform 0.45s ease;
}

.sol-home-gallery-card__copy {
  padding-top: 14px;
}

.sol-home-gallery-card__copy h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.sol-home-gallery-card__copy p {
  margin: 0;
  color: #5d7479;
}

.sol-home-gallery-card:hover img {
  transform: scale(1.075);
}

.sol-home-faq__shell {
  border: 1px solid rgba(23, 52, 58, 0.08);
  background: #fff;
  padding: clamp(24px, 4vw, 48px);
}

.sol-home-faq__list {
  display: grid;
  gap: 10px;
}

.sol-home-faq__item {
  border-top: 1px solid rgba(23, 52, 58, 0.1);
}

.sol-home-faq__item:first-child {
  border-top: 0;
}

.sol-home-faq__item summary {
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  font-weight: 700;
}

.sol-home-faq__item div {
  padding: 0 0 18px;
  color: #5d7479;
  line-height: 1.8;
}

@media (max-width: 991.98px) {
  .sol-home-hero .container {
    align-items: end;
  }
  .sol-home-hero__content {
    padding: 140px 0 64px;
  }
  .sol-home-feature__shell,
  .sol-home-story__grid,
  .sol-home-scenes__grid,
  .sol-home-benefits__grid,
  .sol-home-gallery__grid {
    grid-template-columns: 1fr;
  }
  .sol-home-feature__media img,
  .sol-home-story__media img {
    min-height: 420px;
  }
}
@media (max-width: 767.98px) {
  .sol-home-hero {
    min-height: 88vh;
  }
  .sol-home-hero .container {
    min-height: 88vh;
  }
  .sol-home-hero__content h1 {
    font-size: clamp(38px, 12vw, 58px);
  }
  .sol-home-hero__content p {
    font-size: 14px;
  }
  .sol-home-marquee__track {
    gap: 28px;
    font-size: 10px;
  }
  .sol-home-section-head {
    margin-bottom: 18px;
  }
  .sol-home-categories__scroller {
    grid-auto-columns: minmax(72vw, 72vw);
    padding: 0 16px;
  }
  .sol-home-scene-card__overlay h3 {
    font-size: 24px;
  }
  .sol-home-benefit-card {
    padding: 22px;
  }
  .sol-home-faq__shell {
    padding: 22px 18px;
  }
  .sol-motion-ready [data-sol-reveal] {
    transform: translate3d(0, 22px, 0);
    transition-duration: 0.56s;
    content-visibility: visible;
  }
  .sol-motion-ready .sol-home-feature__media[data-sol-reveal],
  .sol-motion-ready .sol-home-story__media[data-sol-reveal],
  .sol-motion-ready .sol-home-feature__copy[data-sol-reveal],
  .sol-motion-ready .sol-home-story__copy[data-sol-reveal] {
    transform: translate3d(0, 22px, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .sol-home-marquee__track {
    animation: none;
  }
  .sol-motion-ready [data-sol-reveal],
  .sol-motion-ready .sol-home-feature__media[data-sol-reveal],
  .sol-motion-ready .sol-home-story__media[data-sol-reveal],
  .sol-motion-ready .sol-home-feature__copy[data-sol-reveal],
  .sol-motion-ready .sol-home-story__copy[data-sol-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
    content-visibility: visible;
  }
  .sol-home-hero__media video,
  .sol-home-category-card__image img,
  .sol-home-feature__media img,
  .sol-home-scene-card img,
  .sol-home-story__media img,
  .sol-home-gallery-card__media img {
    transform: none;
    transition: none;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  color: #17343a;
}

a {
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.25s ease;
}

.sol-wordmark {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #17343a;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.sol-wordmark span {
  color: inherit;
  font-size: 24px;
  font-weight: 700;
}
.sol-wordmark small {
  color: inherit;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
}
.sol-wordmark.is-over-hero {
  color: #fffaf2;
}
.sol-wordmark:hover {
  color: #f6a86f;
  text-decoration: none;
}

.sol-wordmark-mobile span {
  font-size: 20px;
}

.sol-footer-wordmark {
  align-items: flex-start;
  color: #fffaf2;
}

.sol-theme-nav {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.8vw, 28px);
}
.sol-theme-nav .nav-link {
  position: relative;
  padding: 0 !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: none;
  white-space: nowrap;
  opacity: 0.92;
}

#home-modules-box {
  position: relative;
  z-index: 1;
}

header .sg-header-shell {
  --sol-nav-hover-color: #2dbab6;
  --sol-nav-hover-bg: rgba(45, 186, 182, .12);
  --sol-nav-underline: #2dbab6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body:not(.page-home) header .sg-header-shell,
header .sg-header-shell.fixed {
  --sol-nav-hover-color: #2dbab6;
  --sol-nav-hover-bg: rgba(45, 186, 182, .12);
  --sol-nav-underline: #2dbab6;
}

header .sg-header-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  min-height: 84px;
}

header .sg-header-left,
header .sg-header-right {
  width: auto;
  min-width: 0;
}

header .sg-header-left {
  display: flex;
  justify-content: flex-start;
}

header .sg-header-main {
  width: auto;
}

header .sg-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

header .sg-header-nav-desktop {
  width: 100%;
}

header .sg-header-nav .menu-wrap {
  width: 100%;
}

header .sg-header-nav,
header .sg-header-nav .menu-wrap,
header .sg-header-left {
  overflow: visible;
}

header .sg-header-shell .sol-theme-nav .nav-item:hover > .nav-link,
header .sg-header-shell .sol-theme-nav .nav-item:focus-within > .nav-link,
header .sg-header-shell .sol-theme-nav .nav-item.is-active > .nav-link,
header .sg-header-shell .sol-theme-nav .nav-link.is-anchor-active {
  color: var(--sol-nav-hover-color);
  opacity: 1;
}

body.page-home header .sg-header-shell:not(.fixed) .sol-theme-nav .nav-item:hover > .nav-link,
body.page-home header .sg-header-shell:not(.fixed) .sol-theme-nav .nav-item:focus-within > .nav-link,
body.page-home header .sg-header-shell:not(.fixed) .sol-theme-nav .nav-item.is-active > .nav-link,
body.page-home header .sg-header-shell:not(.fixed) .sol-theme-nav .nav-link.is-anchor-active {
  color: var(--sol-nav-hover-color);
}

header .sg-header-nav .sol-theme-nav .nav-item > .nav-link::after {
  bottom: -10px;
  height: 2px;
  border: 0;
  background: var(--sol-nav-underline);
  opacity: 0;
  transform: scaleX(0.32);
  transform-origin: center;
}

header .sg-header-nav .sol-theme-nav .nav-item:hover > .nav-link::after,
header .sg-header-nav .sol-theme-nav .nav-item:focus-within > .nav-link::after,
header .sg-header-nav .sol-theme-nav .nav-item.is-active > .nav-link::after,
header .sg-header-nav .sol-theme-nav .nav-link.is-anchor-active::after {
  opacity: 1;
  transform: scaleX(1);
}

header .sg-header-shell.fixed {
  backdrop-filter: blur(12px);
  background: rgba(255, 250, 242, 0.92);
  border-bottom-color: rgba(23, 52, 58, 0.08);
}

header .sg-header-shell.fixed .sol-theme-nav .nav-link,
header .sg-header-shell.fixed .sg-header-icons .nav-link,
header .sg-header-shell.fixed .sg-utility-link,
header .sg-header-shell.fixed .sol-wordmark {
  color: #17343a;
}

header .sg-header-shell.fixed .sg-locale-trigger {
  border-color: rgba(23, 52, 58, 0.12);
  background: rgba(23, 52, 58, 0.03);
  color: #17343a;
}

@media (max-width: 1399.98px) {
  header .sg-header-line {
    gap: 20px;
  }
  .sol-theme-nav {
    gap: 14px;
  }
  .sol-theme-nav .nav-link {
    font-size: 12px;
  }
}
@media (max-width: 1199.98px) {
  header .sg-header-line {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }
  header .sg-header-left {
    overflow: hidden;
  }
}
.module-info {
  margin-bottom: clamp(28px, 5vw, 72px) !important;
}

.module-slideshow-video {
  --swiper-theme-color: #fff8ec;
  --swiper-navigation-color: #fff8ec;
}
.module-slideshow-video .swiper-slide {
  position: relative;
}
.module-slideshow-video .media-link,
.module-slideshow-video .video-wrap {
  min-height: 760px;
}
.module-slideshow-video .content-wrap {
  top: 50%;
  left: clamp(42px, 7vw, 128px);
  width: min(720px, 50vw);
  justify-content: flex-start;
  text-align: left;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .module-slideshow-video .content-wrap {
    top: 54%;
    left: 18px;
    width: calc(100% - 36px);
  }
}
.module-slideshow-video .content-wrap .text-wrap .sub-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 0 16px;
  border-radius: 999px;
  background: #2dbab6;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: none;
}
.module-slideshow-video .content-wrap .text-wrap .title {
  margin-bottom: 22px;
  color: #12383a;
  font-size: clamp(36px, 3.6vw, 56px);
  font-weight: 700;
  line-height: 1.08;
}
.module-slideshow-video .content-wrap .text-wrap .description {
  max-width: 430px;
  color: #677174;
  font-size: 14px;
  line-height: 1.6;
}
.module-slideshow-video .content-wrap .text-wrap a.btn {
  min-height: 56px;
  height: auto;
  margin-top: 16px;
  padding: 0 34px;
  border: 1px solid #2dbab6;
  border-radius: 999px;
  background: #2dbab6;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 54px;
  text-transform: none;
}
.module-slideshow-video .content-wrap .text-wrap a.btn:hover {
  border-color: #29a8a4;
  background: #29a8a4;
  color: #fff;
  transform: translateY(-2px);
}
.module-slideshow-video .content-wrap .text-wrap .hero-bullets {
  margin: 0 0 26px;
  gap: 14px;
  padding-left: 18px;
}
.module-slideshow-video .content-wrap .text-wrap .hero-bullets li {
  color: #24393d;
  font-size: 17px;
  line-height: 1.55;
}
.module-slideshow-video .content-wrap .text-wrap .hero-bullets li::marker {
  color: #2dbab6;
}
.module-slideshow-video .video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(247, 244, 238, 0.96) 0, rgba(247, 244, 238, 0.86) 34%, rgba(247, 244, 238, 0.16) 58%, rgba(247, 244, 238, 0) 72%), linear-gradient(0deg, rgba(247, 244, 238, 0.16), rgba(247, 244, 238, 0) 42%);
}
.module-slideshow-video .video-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.module-slideshow-video + .swiper-pagination,
.module-slideshow-video .swiper-pagination {
  bottom: 26px !important;
}

.banner-list-wrap .container-fluid {
  padding-right: 0;
  padding-left: clamp(16px, 4vw, 48px);
}
.banner-list-wrap .slide-item {
  display: block;
  overflow: hidden;
  color: #fffaf2;
  text-decoration: none;
}
.banner-list-wrap .slide-item .image-item {
  aspect-ratio: 4/5;
  margin-bottom: 0 !important;
  overflow: hidden;
  background: #d8eee7;
}
.banner-list-wrap .slide-item .image-item img {
  width: 100%;
  height: 100%;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}
.banner-list-wrap .slide-item .title {
  bottom: 18px;
  padding: 0 18px;
  color: #fffaf2;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.05;
  text-transform: uppercase;
  text-shadow: 0 12px 30px rgba(13, 35, 40, 0.42);
}
.banner-list-wrap .slide-item:hover img {
  transform: scale(1.04);
  filter: saturate(1.08);
}

.banner-list-wrap .swiper {
  overflow: visible;
}

.banner-list-wrap .swiper-slide {
  width: min(23vw, 280px);
}

.soul-countdown-campaign .campaign-box {
  min-height: min(620px, 78vh);
  border-radius: 0;
  background-color: #17343a;
}
.soul-countdown-campaign .campaign-overlay {
  background: linear-gradient(90deg, rgba(23, 52, 58, 0.78), rgba(23, 52, 58, 0.14));
}
.soul-countdown-campaign .eyebrow {
  color: #ffd7a8;
}
.soul-countdown-campaign h2 {
  color: #fffaf2;
}
.soul-countdown-campaign .campaign-btn {
  border-radius: 999px;
  background: #fffaf2;
  color: #17343a;
}
.soul-countdown-campaign .timer span {
  border: 1px solid rgba(255, 250, 242, 0.18);
  backdrop-filter: blur(8px);
}

.soul-three-image-grid {
  --three-grid-text: #fffaf2;
  --three-grid-shadow: rgba(9, 38, 45, .32);
  --three-grid-pill: rgba(255, 250, 242, .16);
}
.soul-three-image-grid .section-head h2 {
  color: #17343a;
}
.soul-three-image-grid .section-head p {
  color: #5d7479;
}
.soul-three-image-grid .image-frame {
  border-radius: 0;
  background: #d8eee7;
  box-shadow: none;
}
.soul-three-image-grid .image-frame::after {
  background: linear-gradient(180deg, rgba(9, 38, 45, 0.08), rgba(9, 38, 45, 0.18) 45%, rgba(9, 38, 45, 0.72));
}

.soul-trust-badges {
  background: #e5f4ee;
}
.soul-trust-badges .section-title {
  color: #17343a;
  margin-bottom: 18px;
  font-size: clamp(28px, 3vw, 34px);
  font-weight: 700;
  text-align: center;
}
.soul-trust-badges .section-subtitle {
  color: #5d7479;
}
.soul-trust-badges .badges-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.soul-trust-badges .badge-card {
  border: 0;
  border-radius: 0;
  background: #d7f3f2;
  box-shadow: none;
  padding: 34px 26px 28px;
  text-decoration: none;
  color: #111827;
  min-height: 100%;
}
.soul-trust-badges .icon-wrap {
  width: 62px;
  height: 62px;
  border-radius: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.soul-trust-badges .icon-wrap img {
  max-width: 34px;
  max-height: 34px;
}
.soul-trust-badges h3 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}
.soul-trust-badges p {
  margin: 0;
  color: #5a666a;
  line-height: 1.65;
  font-size: 13px;
}

.soul-brand-story .story-grid {
  gap: clamp(24px, 4vw, 56px);
}
.soul-brand-story .story-media img {
  min-height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
}
.soul-brand-story .story-copy {
  max-width: 520px;
}

.soul-media-feed .feed-card:hover .media img,
.soul-media-feed .feed-card:hover .media video {
  transform: scale(1.04);
}

.soul-media-feed .media img,
.soul-media-feed .media video {
  transition: transform 0.45s ease;
}

.sparkle-shell {
  background: #fff;
  border: 1px solid rgba(23, 52, 58, 0.08);
  padding: clamp(24px, 4vw, 48px);
}

.sparkle-shell .section-head {
  margin-bottom: 22px;
}

.sparkle-shell .section-head h2 {
  margin-bottom: 10px;
  color: #17343a;
}

.sparkle-shell .section-head p {
  max-width: 760px;
  color: #5d7479;
}

.sparkle-shell .resource-item {
  border-color: rgba(23, 52, 58, 0.1);
}

.sparkle-shell .resource-answer {
  color: #587076;
}

@media (max-width: 991.98px) {
  .banner-list-wrap .swiper-slide {
    width: min(56vw, 260px);
  }
  .soul-brand-story .story-media img {
    min-height: 420px;
  }
}
.soul-brand-story .container {
  max-width: 1520px;
}
.soul-brand-story {
  padding: 0 0 72px !important;
}
.soul-brand-story .story-grid {
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  gap: 0;
  align-items: stretch;
  background: #fff;
}
.soul-brand-story .story-media img {
  border-radius: 0;
  aspect-ratio: 1.72/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.soul-brand-story .eyebrow {
  color: #111;
}
.soul-brand-story h2 {
  color: #111;
}
.soul-brand-story .desc {
  color: #4e565a;
  line-height: 1.75;
  font-size: 15px;
}
.soul-brand-story .story-btn {
  border-radius: 999px;
  background: #2dbab6;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 38px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}
.soul-brand-story h2 {
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1.18;
}
.soul-brand-story .eyebrow {
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 28px;
  font-weight: 700;
}
.soul-brand-story .story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 72px;
  background: #f7f7f7;
}
.soul-brand-story .desc + .story-btn {
  margin-top: 24px;
}

.soul-testimonial-wall {
  padding: 64px 0 34px !important;
  background: linear-gradient(180deg, #b8eeef 0, #def8f8 100%);
}
.soul-testimonial-wall .container {
  max-width: 1520px;
}
.soul-testimonial-wall .section-title {
  margin-bottom: 42px;
  font-size: clamp(32px, 3vw, 40px);
  font-weight: 700;
  text-align: center;
}
.soul-testimonial-wall .wall-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
.soul-testimonial-wall .wall-card {
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 34px 24px 28px;
  box-shadow: none;
  text-align: center;
  min-height: 246px;
}
.soul-testimonial-wall .wall-card strong {
  display: block;
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 1.2;
}
.soul-testimonial-wall .avatar {
  width: 112px;
  height: 112px;
  margin: 0 auto 24px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.soul-testimonial-wall blockquote {
  margin: 0;
  color: #4c5f63;
  line-height: 1.6;
  font-size: 15px;
}

.soul-media-feed .media {
  border-radius: 0 !important;
  background: #d8eee7 !important;
}
.soul-media-feed h3 {
  color: #17343a;
}
.soul-media-feed p {
  color: #5d7479 !important;
}

.sparkle-resources {
  background: #fffaf2;
}

.footer-wrap,
footer {
  background: #17343a;
  color: rgba(255, 250, 242, 0.82);
}

.sol-nav-dropdown {
  position: static;
}

.sol-nav-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 29;
  display: none;
  width: calc(100vw - 64px);
  max-width: 920px;
  height: 46px;
}

header .sg-header-nav .sol-nav-dropdown > .nav-link {
  padding-right: 15px !important;
}

.sol-nav-dropdown > .nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-60%) rotate(45deg);
  opacity: 0.72;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.sol-nav-dropdown:hover > .nav-link::before,
.sol-nav-dropdown:focus-within > .nav-link::before {
  opacity: 1;
  transform: translateY(-40%) rotate(45deg);
}

.sol-nav-dropdown:hover::after,
.sol-nav-dropdown:focus-within::after {
  display: block;
}

.sol-nav-mega {
  position: absolute;
  top: calc(100% + 28px);
  left: 50%;
  z-index: 30;
  width: calc(100vw - 64px);
  max-width: 920px;
  padding-top: 14px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(12px) scale(0.985);
  transform-origin: top center;
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}
.sol-nav-mega::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 24px;
  width: 14px;
  height: 14px;
  border-top: 1px solid rgba(23, 52, 58, 0.1);
  border-left: 1px solid rgba(23, 52, 58, 0.1);
  background: rgba(255, 250, 242, 0.96);
  transform: translateX(-50%) rotate(45deg);
}

.sol-nav-dropdown:hover .sol-nav-mega,
.sol-nav-dropdown:focus-within .sol-nav-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0) scale(1);
}

.sol-nav-mega__panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 52, 58, 0.1);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.98);
  backdrop-filter: blur(16px);
  box-shadow: 0 34px 80px rgba(8, 31, 37, 0.24), 0 1px 0 rgba(255, 255, 255, 0.72) inset;
  color: #17343a;
}

.sol-nav-mega__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 34px;
  padding: 32px 36px 28px;
}

.sol-nav-mega__group {
  display: grid;
  align-content: start;
  gap: 8px;
}

.sol-nav-mega__title,
.sol-nav-mega__eyebrow {
  color: #e78047;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sol-nav-mega__group a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
  color: #17343a;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
.sol-nav-mega__group a::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 12px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  opacity: 0;
  transform: translateX(-4px) rotate(45deg);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.sol-nav-mega__group a:hover {
  color: #e78047;
  transform: translateX(3px);
}
.sol-nav-mega__group a:hover::after {
  opacity: 0.9;
  transform: translateX(0) rotate(45deg);
}

.sol-nav-mega__feature {
  position: relative;
  display: block;
  min-height: 286px;
  overflow: hidden;
  color: #fffaf2;
  text-decoration: none;
  background: #17343a;
}
.sol-nav-mega__feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 38, 45, 0.06), rgba(9, 38, 45, 0.78)), linear-gradient(90deg, rgba(9, 38, 45, 0.36), rgba(9, 38, 45, 0.06));
}

.sol-nav-mega__feature-media,
.sol-nav-mega__feature-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.sol-nav-mega__feature-media {
  position: absolute;
  inset: 0;
}
.sol-nav-mega__feature-media img {
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.035);
  transition: transform 0.5s ease, filter 0.5s ease;
}

.sol-nav-mega__feature:hover img {
  filter: saturate(1.08);
  transform: scale(1.08);
}

.sol-nav-mega__feature-copy {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  display: grid;
  gap: 10px;
  padding: 24px;
}

.sol-nav-mega__feature strong {
  color: inherit;
  font-size: 21px;
  line-height: 1.16;
}

.sol-nav-mega__cta {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin-top: 2px;
  color: #ffd7a8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.sol-nav-mega__cta::after {
  content: "";
  width: 18px;
  height: 1px;
  margin-left: 10px;
  background: currentColor;
  transition: transform 0.2s ease;
}

.sol-nav-mega__feature:hover .sol-nav-mega__cta::after {
  transform: translateX(4px);
}

.sol-nav-mega__note {
  grid-column: 1/-1;
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 52, 58, 0.1);
  color: #5d7479;
  font-size: 12px;
  line-height: 1.6;
}

.sol-theme-nav .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sol-nav-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 20px;
  padding: 0 6px;
  border-radius: 6px;
  background: #ff6b6b;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.sol-mobile-menu .nav-item-text {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
}

.sol-mobile-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(23, 52, 58, 0.12);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.72);
  color: #17343a;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.sol-mobile-menu-toggle:not(.collapsed) {
  background: #17343a;
  color: #fffaf2;
}

.sol-mobile-menu-toggle:not(.collapsed) i {
  transform: rotate(180deg);
}

.sol-mobile-menu-toggle i {
  transition: transform 0.2s ease;
}

.sol-mobile-submenu {
  display: grid;
  gap: 4px;
  padding: 0 18px 18px 34px;
}

.sol-mobile-submenu a {
  display: flex;
  align-items: center;
  min-height: 40px;
  color: #4f666b;
  font-size: 15px;
  text-decoration: none;
}

.sol-mobile-submenu a:hover {
  color: #e78047;
}

.sol-home-final {
  background: linear-gradient(90deg, rgba(9, 38, 45, 0.84), rgba(9, 38, 45, 0.34)), url("/catalog/coolinbo/banner/t-4.jpg") center/cover no-repeat;
  color: #fffaf2;
}

.sol-home-final__inner {
  width: min(620px, 100%);
  padding: clamp(34px, 6vw, 72px) 0;
}

.sol-home-final h2 {
  margin: 0 0 16px;
  color: #fffaf2;
  font-size: clamp(36px, 6vw, 70px);
  line-height: 0.96;
}

.sol-home-final p {
  max-width: 520px;
  margin: 0 0 26px;
  color: rgba(255, 250, 242, 0.86);
  font-size: 16px;
  line-height: 1.75;
}

.sol-home-final .sol-home-kicker {
  color: #ffd7a8;
}

@media (max-width: 1199.98px) {
  .sol-nav-mega {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .sol-home-final {
    background-position: center;
  }
  .sol-home-final__inner {
    padding: 26px 0;
  }
  .sol-home-final h2 {
    font-size: clamp(34px, 11vw, 54px);
  }
}
.page-home .modules-box {
  background: #fff;
}

.page-home .modules-box .module-item {
  margin: 0;
}

.page-home .modules-box .module-info {
  margin-bottom: 0 !important;
}

.soul-announcement-bar {
  background: var(--bg);
  color: var(--color);
  padding: 8px 0;
  overflow: hidden;
}
.soul-announcement-bar .container {
  max-width: 100%;
}
.soul-announcement-bar .announcement-track {
  display: flex;
  justify-content: center;
  gap: 24px;
  white-space: nowrap;
  overflow: auto;
  scrollbar-width: none;
}
.soul-announcement-bar .announcement-track::-webkit-scrollbar {
  display: none;
}
.soul-announcement-bar .announcement-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
}
.soul-announcement-bar .badge {
  background: rgba(255, 255, 255, 0.14);
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
}

.cool-home-section-title {
  margin: 0 0 26px;
  color: #111;
  font-size: clamp(30px, 3.4vw, 38px);
  font-weight: 700;
  line-height: 1.16;
}

.cool-home-section-title--center {
  text-align: center;
}

.cool-home-primary-btn,
.cool-home-light-btn,
.cool-home-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 38px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.cool-home-primary-btn {
  background: #2dbab6;
  color: #fff;
}

.cool-home-primary-btn:hover,
.cool-home-light-btn:hover,
.cool-home-outline-btn:hover {
  transform: translateY(-2px);
}

.cool-home-light-btn {
  background: #fff;
  color: #2dbab6;
}

.cool-home-outline-btn {
  border: 1px solid #151515;
  color: #111;
  background: transparent;
}

.cool-home-intro__inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 44px 0 10px;
  text-align: center;
}

.cool-home-intro__inner--compact {
  padding-top: 0;
  padding-bottom: 30px;
}

.cool-home-intro__inner h2 {
  margin: 0 0 14px;
  font-size: clamp(32px, 3vw, 40px);
  line-height: 1.2;
  font-weight: 700;
}

.cool-home-intro__inner p {
  margin: 0;
  color: #596468;
  font-size: 15px;
  line-height: 1.65;
}

.cool-home-section-intro {
  padding: 28px 0 10px;
}

.cool-home-how-it-works {
  padding: 34px 0 72px;
}

.cool-home-how-it-works__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cool-home-how-card__media {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f5f6f8;
}

.cool-home-how-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.cool-home-how-card__copy {
  padding-top: 18px;
}

.cool-home-how-card__copy h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 700;
}

.cool-home-how-card__copy p {
  margin: 0;
  color: #5b6468;
  font-size: 15px;
  line-height: 1.65;
}

.cool-home-featured-split {
  padding: 30px 0 76px;
}

.cool-home-featured-split__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cool-home-featured-card {
  display: block;
  background: var(--card-bg, #eef9fa);
  color: #111;
  text-decoration: none;
  overflow: hidden;
}

.cool-home-featured-card__media {
  aspect-ratio: 1/1;
  overflow: hidden;
}

.cool-home-featured-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.cool-home-featured-card__copy {
  padding: 24px 28px 28px;
}

.cool-home-featured-card__copy h3 {
  margin: 0 0 10px;
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.2;
  font-weight: 700;
}

.cool-home-featured-card__copy p {
  margin: 0;
  color: #687377;
  font-size: 14px;
  line-height: 1.85;
}

.cool-home-compare-cards {
  padding: 22px 0 84px;
}

.cool-home-compare-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cool-home-compare-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: 30px 26px 34px;
  background: #f5f5f3;
  text-align: center;
}

.cool-home-compare-card__head {
  width: 100%;
  padding-bottom: 18px;
  margin-bottom: 22px;
  border-bottom: 1px solid #d7d7d4;
}

.cool-home-compare-card__head h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 700;
}

.cool-home-compare-card > p {
  margin: 0 0 24px;
  color: #666;
  font-size: 14px;
  line-height: 1.9;
}

.cool-home-compare-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
  min-height: 220px;
  margin-bottom: 28px;
}

.cool-home-compare-card__media img {
  max-width: 100%;
  max-height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cool-home-compare-cards__cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.cool-home-community-banner {
  padding: 0 0 88px;
}

.cool-home-community-banner__shell {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  background: linear-gradient(135deg, #1fd2c4, #4bd6d7);
  background-position: center;
  background-size: cover;
}

.cool-home-community-banner__shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 189, 177, 0.92) 0, rgba(12, 189, 177, 0.68) 32%, rgba(12, 189, 177, 0.12) 64%, rgba(12, 189, 177, 0) 100%);
}

.cool-home-community-banner__copy {
  position: relative;
  z-index: 1;
  width: min(430px, 100%);
  padding: 64px 0 64px 64px;
  color: #fff;
}

.cool-home-community-banner__copy span {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #2dbab6;
  font-size: 12px;
  font-weight: 600;
}

.cool-home-community-banner__copy h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.18;
  font-weight: 700;
}

.cool-home-community-banner__copy p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.75;
  white-space: pre-line;
}

.cool-home-newsletter {
  padding: 18px 0 32px;
}

.cool-home-newsletter__form {
  max-width: 760px;
  margin: 0 auto;
}

.cool-home-newsletter__field {
  display: flex;
  align-items: center;
  border: 1px solid #72d1cf;
  min-height: 64px;
  background: #fff;
}

.cool-home-newsletter__field input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 28px;
  font-size: 16px;
  color: #4c5558;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: transparent;
}

.cool-home-newsletter__field input::-moz-placeholder {
  color: #adb0b2;
}

.cool-home-newsletter__field input::placeholder {
  color: #adb0b2;
}

.cool-home-newsletter__field button {
  width: 70px;
  border: none;
  background: transparent;
  color: #2dbab6;
  font-size: 32px;
}

.cool-home-newsletter__field button[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.cool-home-newsletter__consent {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  color: #5b6569;
  font-size: 13px;
}

.cool-home-newsletter__consent input {
  width: 15px;
  height: 15px;
}

@media (max-width: 991.98px) {
  .cool-home-how-it-works__grid,
  .cool-home-compare-cards__grid,
  .soul-testimonial-wall .wall-grid {
    grid-template-columns: 1fr;
  }
  .cool-home-featured-split__grid {
    grid-template-columns: 1fr;
  }
  .cool-home-community-banner__copy {
    padding: 52px 28px;
  }
  .soul-trust-badges .badges-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .cool-home-section-intro,
  .cool-home-how-it-works,
  .cool-home-featured-split,
  .cool-home-compare-cards,
  .cool-home-newsletter {
    padding-left: 0;
    padding-right: 0;
  }
  .cool-home-intro__inner p,
  .cool-home-how-card__copy p,
  .cool-home-featured-card__copy p,
  .cool-home-community-banner__copy p,
  .cool-home-compare-card > p,
  .cool-home-newsletter__consent {
    font-size: 15px;
  }
  .cool-home-featured-card__copy {
    padding: 24px 22px 28px;
  }
  .cool-home-compare-card {
    padding: 26px 18px 30px;
  }
  .cool-home-community-banner__shell {
    min-height: 360px;
  }
  .soul-trust-badges .badges-grid {
    grid-template-columns: 1fr;
  }
  .soul-trust-badges .badge-card {
    padding: 24px 18px;
  }
  .soul-testimonial-wall .wall-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .soul-testimonial-wall .wall-card {
    min-height: auto;
  }
  .cool-home-newsletter__field {
    min-height: 60px;
  }
  .cool-home-newsletter__field input {
    font-size: 18px;
    padding: 0 18px;
  }
  .cool-home-newsletter__field button {
    width: 64px;
    font-size: 24px;
  }
}
