@charset "UTF-8";
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/static/themes/heartkeepsake/fonts/cormorant-garamond-600.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/themes/heartkeepsake/fonts/montserrat-400.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/static/themes/heartkeepsake/fonts/montserrat-500.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/static/themes/heartkeepsake/fonts/montserrat-600.woff2") format("woff2");
}
/*
 * Copyright (c) Since 2024 Primex - All Rights Reserved
 *
 * @link       
 * @license    https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
 *
 * Front SCSS entry (default theme).
 * Structure: base/ (variables, global, font) -> layout/ -> components/ -> modules/ -> pages/
 *
 * Theme reuse (themes/<theme>/css/app.scss):
 *   @import './_variables';          // optional (define $primary/$price/$default)
 *   @import '@front/css/app';        // reuse this entry
 *   @import '@front/css/<group>/<file>'; // optional: import extra styles not included by default entry
 *   @import './...';                 // theme overrides
 */
.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;
  flex: 0 0 100px;
}

.wp-200 {
  width: 200px;
  flex: 0 0 200px;
}

.wp-300 {
  width: 300px;
  flex: 0 0 300px;
}

.wp-400 {
  width: 400px;
  flex: 0 0 400px;
}

.wp-500 {
  width: 500px;
  flex: 0 0 500px;
}

.wp-600 {
  width: 600px;
  flex: 0 0 600px;
}

.wp-700 {
  width: 700px;
  flex: 0 0 700px;
}

.wp-800 {
  width: 800px;
  flex: 0 0 800px;
}

.wp-900 {
  width: 900px;
  flex: 0 0 900px;
}

.wp-1000 {
  width: 1000px;
  flex: 0 0 1000px;
}

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

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

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

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

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

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

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

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

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

.wp-1000- {
  width: calc(100% - 1000px);
  flex: 0 0 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;
}

a {
  text-decoration: none;
}

.cursor-pointer {
  cursor: pointer;
}

[v-cloak] {
  display: none;
}

.container-fluid {
  max-width: 1400px;
  margin: 0 auto;
}

.table-response thead {
  display: none;
}
@media (min-width: 768px) {
  .table-response thead {
    display: table-header-group;
  }
}
.table-response:not(.table-response.table-bordered) tr td:first-child, .table-response:not(.table-response.table-bordered) tr th:first-child {
  padding-left: 0;
}
.table-response:not(.table-response.table-bordered) tr td:last-child, .table-response:not(.table-response.table-bordered) tr th:last-child {
  padding-right: 0;
}
.table-response td {
  display: block;
  text-align: right;
  clear: both;
}
.table-response td::before {
  content: attr(data-title) ": ";
  float: left;
}
@media (min-width: 768px) {
  .table-response td::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .table-response td {
    display: table-cell;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .table-response td {
    border-bottom: none;
  }
  .table-response td:last-child {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 24px;
    margin-bottom: 14px;
  }
}

.quantity-wrap {
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  width: 140px;
  height: inherit;
  overflow: hidden;
  position: relative;
}
.quantity-wrap.disabled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.quantity-wrap input {
  border: none;
  text-align: center;
  padding: 0;
  font-size: 18px;
  height: inherit;
  box-shadow: none !important;
}
.quantity-wrap input::-webkit-inner-spin-button, .quantity-wrap input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-wrap div {
  font-size: 18px;
  height: inherit;
  width: 38px;
  flex: 0 0 38px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
}
.quantity-wrap div:hover {
  color: #b58b5a;
}

.tabs-plus {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 24px;
  padding-bottom: 6px;
}
.tabs-plus .nav-item {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .tabs-plus .nav-item {
    margin-right: 40px;
  }
}
.tabs-plus .nav-link {
  padding-left: 2px;
  padding-right: 2px;
  border: none !important;
  color: #888;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .tabs-plus .nav-link {
    font-size: 18px;
  }
}
.tabs-plus .nav-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #222;
  bottom: -6px;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
  display: none;
}
.tabs-plus .nav-link.active {
  color: #222;
  font-weight: bold;
}
.tabs-plus .nav-link.active::after {
  transform: scaleX(1);
  display: block;
}

.is-up-file .img-upload-item {
  border-style: dashed !important;
}
.is-up-file .img-upload-item:hover {
  background-color: #f4f4f4 !important;
  border-color: #b58b5a !important;
}
.is-up-file .img-upload-item:active {
  background-color: #e4e4e4 !important;
}
.is-up-file .img-upload-item .tool-wrap > div:first-of-type {
  border-right: 1px solid #fff;
}
.is-up-file .img-upload-item .tool-wrap > div:hover {
  background-color: #1d4ff3;
}

.swiper .swiper-pagination-bullet-active {
  background-color: #b58b5a;
}

.page-head {
  padding: 40px 0;
  background: #EFF1FE;
  text-align: center;
}
@media (max-width: 768px) {
  .page-head {
    padding: 20px 0;
  }
}
.page-head .page-title {
  font-size: 30px;
  color: #333;
  margin-bottom: 14px;
}
.page-head .breadcrumb {
  margin-bottom: 0;
  font-size: 15px;
}
.page-head .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f285";
  font-size: 12px;
  margin-top: 3px;
  font-family: "bootstrap-icons";
}
.page-head .breadcrumb a {
  text-decoration: none;
}

.page-product-content {
  margin-top: 3rem;
}
@media (max-width: 992px) {
  .page-product-content {
    margin-top: 1.5rem;
  }
}
.page-product-content .title-box {
  text-align: center;
  margin-bottom: 40px;
}
.page-product-content .title-box .title {
  font-size: 26px;
  color: #333;
  margin-bottom: 10px;
}
.page-product-content .title-box .sub-title {
  font-size: 16px;
  color: #666;
}
.page-product-content .product-item {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(194, 49, 244, 0.1);
}
.page-product-content .product-item .top {
  background-color: #F3F7FF;
  height: 70px;
  display: flex;
  align-items: center;
}
.page-product-content .product-item .top .left {
  width: 70px;
  height: 70px;
  background-color: #b58b5a;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-product-content .product-item .top .left i {
  color: #fff;
  font-size: 20px;
}
.page-product-content .product-item .top .name {
  font-size: 18px;
  padding: 0 10px 0 20px;
}
.page-product-content .product-item .content {
  padding: 20px;
  line-height: 2;
  font-size: 15px;
  color: #555;
}
@media (min-width: 992px) {
  .page-product-content .product-item .content {
    height: 220px;
  }
}

.page-service-content {
  margin-top: 3rem;
  color: #606B86;
}
.page-service-content .title-box {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .page-service-content .title-box {
    margin-bottom: 30px;
  }
}
.page-service-content .title-box .title {
  font-size: 26px;
  color: #333;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .page-service-content .title-box .title {
    font-size: 22px;
    text-align: center;
  }
}
.page-service-content .title-box .sub-title {
  font-size: 16px;
  max-width: 550px;
}
@media (max-width: 992px) {
  .page-service-content .title-box .sub-title {
    font-size: 12px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .page-service-content .title-box .sub-title {
    line-height: 1.8;
  }
}
@media (min-width: 992px) {
  .page-service-content .service-row-2 {
    padding-left: 64px;
  }
}
.page-service-content .service-icon {
  max-width: 500px;
}
@media (max-width: 992px) {
  .page-service-content .service-icon {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  .page-service-content .service-icon img {
    max-width: 80%;
  }
}
.page-service-content .service-item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .page-service-content .service-item {
    margin-bottom: 20px;
  }
}
.page-service-content .service-item .icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FCF3F4;
  margin-bottom: 20px;
}
.page-service-content .service-item .icon i {
  font-size: 18px;
  color: #FA4949;
}
.page-service-content .service-item .title {
  margin-bottom: 10px;
  color: #222;
  font-size: 18px;
}
.page-service-content .service-item .sub-title {
  color: #606B86;
  font-size: 14px;
  line-height: 1.8;
}

.page-about-content {
  margin-top: 3rem;
}
.page-about-content .about-text .main-title {
  font-size: 26px;
  color: #333;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .page-about-content .about-text .main-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.page-about-content .about-text .about-text-item {
  display: flex;
  margin-bottom: 40px;
}
.page-about-content .about-text .about-text-item:last-child {
  margin-bottom: 0;
}
.page-about-content .about-text .about-text-item .left {
  width: 40px;
  flex: 0 0 40px;
}
.page-about-content .about-text .about-text-item .left i {
  font-size: 24px;
  color: #b58b5a;
}
.page-about-content .about-text .about-text-item .right .title {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.page-about-content .about-text .about-text-item .right .sub-title {
  font-size: 14px;
  color: #606B86;
  line-height: 2;
  max-width: 460px;
}
.page-about-content .home-contact {
  background-color: #F9F9FC;
  background: linear-gradient(180deg, #F9F9FC 0%, #fff 100%);
  padding: 60px 0;
}

.layui-layer-btn .layui-layer-btn0 {
  background-color: #b58b5a;
  border-color: #b58b5a;
}

input[type=password] {
  font-family: "Arial";
}

@font-face {
  font-family: "Jost";
  src: url("/vendor/font/jost/Jost-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("/vendor/font/jost/Jost-Medium.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
.announcement-bar {
  background: #333;
  color: #fff;
  font-size: 13px;
  text-align: center;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
}
.announcement-bar a, .announcement-bar span {
  color: #fff;
  text-decoration: none;
}
.announcement-bar a:hover {
  text-decoration: underline;
}
.announcement-bar .announcement-bar__swiper {
  height: 36px;
}

header .dropdown {
  cursor: pointer;
}
header .dropdown:hover .dropdown-menu {
  display: block;
}
header .header-top {
  background-color: #1B1F22;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
}
header .header-top .top-info a {
  color: inherit;
  margin-right: 10px;
}
header .header-top .top-info a:hover > a {
  color: #b58b5a;
}
header .header-top .language-switch .dropdown {
  cursor: pointer;
}
header .header-top .language-switch .dropdown:hover > a {
  color: #b58b5a;
}
header .header-top .language-switch .dropdown > a {
  color: inherit;
  border-radius: 0;
  border: none;
  padding: 0;
  height: 40px;
  line-height: 40px;
}
header .header-top .language-switch .dropdown > a img {
  width: 20px;
}
header .search-group {
  background-color: #F1F3F5;
  position: relative;
}
header .search-group:hover input {
  background-color: #eee;
}
header .search-group input {
  background-color: transparent;
  padding-right: 40px;
  border-radius: 4px;
  border: none;
  width: 210px;
  font-size: 16px;
  height: 44px;
  box-shadow: none;
}
header .search-group .btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .search-group .btn i {
  font-size: 22px;
}
header .header-desktop {
  padding: 0.75rem 0;
}
@media (max-width: 992px) {
  header .header-desktop {
    display: none;
  }
}
header .header-desktop .left {
  display: flex;
  align-items: center;
}
header .header-desktop .left .logo {
  max-width: 180px;
  max-height: 60px;
  margin-bottom: 0;
}
header .header-desktop .left .menu {
  margin-left: 40px;
}
header .header-desktop .left .menu .navbar {
  padding: 0;
}
header .header-desktop .left .menu .navbar-nav > .nav-item > .dropdown {
  position: relative;
}
header .header-desktop .left .menu .navbar-nav > .nav-item:not(.hf-header-menu-item) > .dropdown > .dropdown-menu:not(.w-100) {
  left: 0;
  right: auto;
  transform: none;
}
header .header-desktop .left .menu .navbar-nav > .nav-item > .dropdown > .nav-link, header .header-desktop .left .menu .navbar-nav > .nav-item > .nav-link {
  font-weight: bold;
  color: #222;
  font-size: 16px;
  padding-left: 6px;
  padding-right: 6px;
  margin: 0 14px;
  position: relative;
}
header .header-desktop .left .menu .navbar-nav > .nav-item > .dropdown > .nav-link::after, header .header-desktop .left .menu .navbar-nav > .nav-item > .nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid;
  border-bottom-width: 2px;
  transition: width 0.3s;
}
header .header-desktop .left .menu .navbar-nav > .nav-item:hover > .dropdown > .nav-link::after, header .header-desktop .left .menu .navbar-nav > .nav-item:hover > .nav-link::after {
  width: 100%;
  left: 0;
}
header .header-desktop .left .menu .navbar-nav > .nav-item:hover .dropdown-menu {
  border-radius: 2px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: none;
  display: block;
}
header .header-desktop .right {
  display: flex;
  align-items: center;
}
header .header-desktop .right .dropdown .dropdown-toggle::after {
  display: none;
}
header .header-desktop .right .icons {
  display: flex;
  align-items: center;
}
header .header-desktop .right .icons .account-icon .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: none;
  text-align: center;
}
header .header-desktop .right .icons .account-icon .dropdown-menu a {
  padding: 10px 0;
}
header .header-desktop .right .icons .item {
  margin-left: 26px;
  position: relative;
}
header .header-desktop .right .icons .item .icon-quantity {
  position: absolute;
  top: -5px;
  right: -10px;
  background-color: #b58b5a;
  color: #fff;
  font-size: 9px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
@media (min-width: 992px) {
  header .header-mobile {
    display: none;
  }
}
header .header-mobile .logo {
  max-width: 160px;
  max-height: 50px;
  margin-bottom: 0;
}
header .header-mobile .mb-icon i {
  font-size: 30px;
  line-height: 1;
}
header .header-mobile .header-cart-icon {
  position: relative;
}
header .header-mobile .header-cart-icon .icon-quantity {
  position: absolute;
  top: -5px;
  right: -10px;
  background-color: #b58b5a;
  color: #fff;
  font-size: 9px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-mobile #mobile-menu-offcanvas {
  width: 76%;
}
header .header-mobile #mobile-menu-offcanvas .offcanvas-header {
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
}
header .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group {
  margin-right: 10px;
}
header .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group input {
  height: 38px;
}
header .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group .btn i {
  font-size: 18px;
}
header .header-mobile #mobile-menu-offcanvas .offcanvas-header .account-icon img {
  width: 24px;
}
header .header-mobile #mobile-menu-offcanvas .close-offcanvas {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -26px;
  width: 26px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  background-color: #fff;
  border-radius: 0 5px 5px 0;
}
header .header-mobile #mobile-menu-offcanvas .close-offcanvas:active {
  background-color: #f1f1f1;
}
header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap {
  padding: 0;
}
header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > a {
  flex: 1;
  height: 44px;
  padding: 0 14px;
  display: flex;
  align-items: center;
}
header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > a:active {
  background-color: #eee;
}
header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > a .badge {
  position: relative;
  margin-left: 13px;
  font-weight: 400;
}
header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > a .badge::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
  border: 4px solid;
  border-right-width: 7px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-right-color: inherit;
}
header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > span {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > span:active {
  background-color: #eee;
}
header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > span[aria-expanded=true] i {
  transform: rotate(180deg);
}
header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse {
  border-top: 1px solid #e5e5e5;
}
header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group {
  padding: 5px 0;
}
header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .children-title {
  height: 44px;
}
header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .children-title span {
  margin-right: -10px;
  width: 44px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .children-title span:active {
  background-color: #eee;
}
header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .children-title span[aria-expanded=true] i::before {
  content: "\f63b";
}
header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .nav a {
  color: #333;
}

.footer-newsletter-wrapper {
  width: 100%;
  background: #222;
  padding: 40px 0;
  margin-top: 50px;
  border-bottom: 3px solid #b58b5a;
}
@media (min-width: 768px) {
  .footer-newsletter-wrapper {
    padding: 50px 0;
  }
}

.footer-newsletter {
  position: relative;
  z-index: 1;
}
.footer-newsletter .newsletter-title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .footer-newsletter .newsletter-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
.footer-newsletter .newsletter-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .footer-newsletter .newsletter-desc {
    font-size: 16px;
  }
}
.footer-newsletter .newsletter-form {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .footer-newsletter .newsletter-form {
    margin-top: 0;
  }
}
.footer-newsletter .newsletter-input-group {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
  padding: 4px;
}
.footer-newsletter .newsletter-email-input {
  border: none;
  padding: 12px 20px;
  font-size: 15px;
  background: transparent;
  box-shadow: none;
}
.footer-newsletter .newsletter-email-input:focus {
  border: none;
  box-shadow: none;
  background: transparent;
}
.footer-newsletter .newsletter-email-input::-moz-placeholder {
  color: #999;
}
.footer-newsletter .newsletter-email-input::placeholder {
  color: #999;
}
.footer-newsletter .newsletter-submit-btn {
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 15px;
  border: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.footer-newsletter .newsletter-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.footer-newsletter .newsletter-submit-btn:active {
  transform: translateY(0);
}

footer {
  position: relative;
  background-color: #222222;
  overflow: hidden;
  margin-top: 0;
}
footer .footer-box {
  color: #aaa;
  position: relative;
  z-index: 1;
}
footer .footer-box a {
  color: #aaa;
  position: relative;
}
footer .footer-box a:hover::after {
  width: 100%;
  left: 0;
}
footer .footer-box a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid;
  transition: width 0.3s;
}
footer .footer-box .footer-top-links {
  padding: 10px 0;
}
@media (min-width: 768px) {
  footer .footer-box .footer-top-links {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  footer .footer-box .footer-top-links .about {
    padding-right: 60px;
  }
}
footer .footer-box .footer-top-links .about .about-text {
  padding-top: 6px;
}
footer .footer-box .footer-top-links .footer-link-title {
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  footer .footer-box .footer-top-links .footer-link-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
footer .footer-box .footer-top-links .footer-link-title .footer-link-icon.active i:before {
  content: "\f63b";
}
@media (min-width: 768px) {
  footer .footer-box .footer-top-links .footer-link-title .footer-link-icon {
    display: none;
  }
}
footer .footer-box .footer-top-links .footer-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .footer-box .footer-top-links .footer-item .footer-item-content {
  display: none;
  padding-right: 26px;
}
@media (min-width: 768px) {
  footer .footer-box .footer-top-links .footer-item .footer-item-content {
    display: block;
  }
}
footer .footer-box .footer-top-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-box .footer-top-links ul li {
  margin-right: 20px;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 0;
}
footer .footer-box .footer-top-links ul li a:hover {
  color: #b58b5a;
}
footer .footer-box .bottom-box {
  border-top: 1px solid #4A4A4A;
  padding: 26px 0;
}
@media (max-width: 768px) {
  footer .footer-box .bottom-box {
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  footer .footer-box .bottom-box .left-links {
    text-align: center;
  }
}
footer .footer-box .bottom-box .copyright-text {
  text-align: right;
}
@media (max-width: 768px) {
  footer .footer-box .bottom-box .copyright-text {
    text-align: center;
    margin-top: 10px;
  }
}
footer .footer-box .bottom-box .payment-icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  footer .footer-box .bottom-box .payment-icon {
    justify-content: center;
    margin-top: 10px;
  }
}
footer .footer-box .bottom-box .payment-icon img {
  margin-left: 10px;
  max-width: 50px;
}

.breadcrumb-wrap {
  background-image: url("/images/icons/breadcrumb-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .breadcrumb-wrap {
    padding: 20px 0;
    margin-bottom: 30px;
  }
}
.breadcrumb-wrap .breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}
.breadcrumb-wrap .breadcrumb li {
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  line-height: 1;
}
.breadcrumb-wrap .breadcrumb li a {
  text-decoration: none;
  color: #333;
}
.breadcrumb-wrap .breadcrumb li .home-icon {
  margin-right: 4px;
}
.breadcrumb-wrap .breadcrumb li:not(:last-child) {
  margin-right: 10px;
}
.breadcrumb-wrap .breadcrumb li:not(:last-child)::after {
  content: ">";
  margin: 0 10px;
}

/**
 * 面包屑内筛选按钮样式
 * 统一产品、分类、品牌页面的手机版筛选按钮样式
 */
.breadcrumb-filter-btn .btn {
  padding: 0.375rem 0.75rem;
  border: 1px solid #007bff;
  font-size: 0.875rem;
  font-weight: 500;
  color: #007bff;
  background-color: transparent;
  border-radius: 0.375rem;
  transition: all 0.15s ease-in-out;
  white-space: nowrap;
}
.breadcrumb-filter-btn .btn:hover, .breadcrumb-filter-btn .btn:focus {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.breadcrumb-filter-btn .btn:active {
  color: #fff;
  background-color: #0056b3;
  border-color: #004085;
}
.breadcrumb-filter-btn .btn i {
  font-size: 0.875rem;
}
.breadcrumb-filter-btn .btn .filter-text {
  font-size: 0.875rem;
}
@media (max-width: 575.98px) {
  .breadcrumb-filter-btn .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.8125rem;
  }
  .breadcrumb-filter-btn .btn i {
    font-size: 0.8125rem;
  }
  .breadcrumb-filter-btn .btn .filter-text {
    font-size: 0.8125rem;
  }
}

.breadcrumb-wrap .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.breadcrumb-wrap .container.d-flex {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
@media (max-width: 767.98px) {
  .breadcrumb-wrap .container.d-flex {
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.breadcrumb-wrap .container .breadcrumb {
  flex-wrap: wrap;
  margin-bottom: 0;
  flex: 1;
}
@media (max-width: 767.98px) {
  .breadcrumb-wrap .container .breadcrumb {
    margin-right: 0;
    flex: 1;
    min-width: 0;
  }
}
.breadcrumb-wrap .container .breadcrumb li a, .breadcrumb-wrap .container .breadcrumb li span {
  word-break: break-word;
  hyphens: auto;
}
@media (max-width: 575.98px) {
  .breadcrumb-wrap .container .breadcrumb li:not(:last-child)::after {
    margin: 0 5px;
  }
}

/* 筛选侧边栏样式 */
.filter-sidebar {
  /* Room below the last control so “clear filters” never sits flush with the page column or drawer edge */
  padding-bottom: 1.75rem;
  /* 分类菜单优化样式 */
  /* 手风琴项目边框移除 */
  /* 双滑块价格区间样式 */
  /* 价格输入区域样式 */
  /* 筛选项样式 */
  /* 卡片样式优化 */
  /* 清除筛选按钮样式 */
  /* 响应式样式 */
}
.filter-sidebar .filter-sidebar-clear-wrap {
  /* Ensure visual gap before next section/footer in flow layout */
  margin-bottom: 1.25rem;
}
.filter-sidebar .category-item {
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #f8f9fa;
}
.filter-sidebar .category-item:hover {
  background-color: #f8f9fa;
}
.filter-sidebar .category-link {
  font-size: 14px;
  transition: color 0.2s ease;
}
.filter-sidebar .category-link:hover {
  color: #b58b5a !important;
}
.filter-sidebar .category-link.active {
  color: #b58b5a !important;
  font-weight: 600;
  border-radius: 4px;
}
.filter-sidebar .category-link i {
  font-size: 12px;
}
.filter-sidebar .category-toggle {
  border: none;
  background: none;
  color: #6c757d;
  padding: 4px 8px;
  transition: all 0.2s ease;
}
.filter-sidebar .category-toggle:hover {
  background-color: #e9ecef;
  color: #b58b5a;
}
.filter-sidebar .category-toggle i {
  font-size: 12px;
  transition: transform 0.2s ease;
}
.filter-sidebar .category-toggle:not(.collapsed) i {
  transform: rotate(180deg);
}
.filter-sidebar .subcategory-item {
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #f8f9fa;
}
.filter-sidebar .subcategory-item:hover {
  background-color: #f8f9fa;
}
.filter-sidebar .subcategory-link {
  font-size: 13px;
  transition: color 0.2s ease;
}
.filter-sidebar .subcategory-link:hover {
  color: #b58b5a !important;
}
.filter-sidebar .subcategory-link.active {
  color: #b58b5a !important;
  font-weight: 600;
  border-radius: 4px;
}
.filter-sidebar .subcategory-link i {
  font-size: 10px;
}
.filter-sidebar .subcategory-toggle {
  border: none;
  background: none;
  color: #6c757d;
  padding: 2px 6px;
  transition: all 0.2s ease;
}
.filter-sidebar .subcategory-toggle:hover {
  background-color: #e9ecef;
  color: #b58b5a;
}
.filter-sidebar .subcategory-toggle i {
  font-size: 10px;
  transition: transform 0.2s ease;
}
.filter-sidebar .subcategory-toggle:not(.collapsed) i {
  transform: rotate(180deg);
}
.filter-sidebar .subsubcategory-item {
  transition: background-color 0.2s ease;
}
.filter-sidebar .subsubcategory-item:hover {
  background-color: #f8f9fa;
}
.filter-sidebar .subsubcategory-link {
  font-size: 12px;
  transition: color 0.2s ease;
}
.filter-sidebar .subsubcategory-link:hover {
  color: #b58b5a !important;
}
.filter-sidebar .subsubcategory-link.active {
  color: #b58b5a !important;
  font-weight: 600;
  background-color: rgba(181, 139, 90, 0.1);
  border-radius: 4px;
}
.filter-sidebar .subsubcategory-link i {
  font-size: 8px;
}
.filter-sidebar .accordion-item {
  border: none !important;
}
.filter-sidebar .accordion-item:last-child {
  border-bottom: none !important;
}
.filter-sidebar .dual-range-slider {
  position: relative;
  height: 40px;
  margin: 20px 0;
}
.filter-sidebar .dual-range-slider .slider-track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 6px;
  background: #e9ecef;
  border-radius: 3px;
  transform: translateY(-50%);
}
.filter-sidebar .dual-range-slider .slider-range {
  position: absolute;
  top: 50%;
  height: 6px;
  background: #b58b5a;
  border-radius: 3px;
  transform: translateY(-50%);
  left: 0%;
  right: 0%;
}
.filter-sidebar .dual-range-slider .slider-thumb {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background: #b58b5a;
  border: 3px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  z-index: 2;
}
.filter-sidebar .dual-range-slider .slider-thumb:hover {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.filter-sidebar .dual-range-slider .slider-thumb:active {
  transform: translate(-50%, -50%) scale(1.2);
}
.filter-sidebar .dual-range-slider .slider-thumb.slider-thumb-min {
  left: 0%;
}
.filter-sidebar .dual-range-slider .slider-thumb.slider-thumb-max {
  left: 100%;
}
.filter-sidebar .price-inputs-container {
  order: -1; /* 将价格输入区域移到滑块上方 */
}
.filter-sidebar .form-check {
  margin-bottom: 0.5rem;
}
.filter-sidebar .form-check .form-check-input:checked {
  background-color: #b58b5a;
  border-color: #b58b5a;
}
.filter-sidebar .form-check .form-check-input:focus {
  border-color: rgba(181, 139, 90, 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(181, 139, 90, 0.25);
}
.filter-sidebar .form-check .form-check-label {
  font-size: 14px;
  color: #495057;
  cursor: pointer;
}
.filter-sidebar .form-check .form-check-label:hover {
  color: #b58b5a;
}
.filter-sidebar .card {
  border-radius: 8px;
  overflow: hidden;
}
.filter-sidebar .card .card-header {
  border-bottom: 1px solid #e9ecef;
  padding: 1rem;
}
.filter-sidebar .card .card-header h6 {
  font-size: 16px;
  margin-bottom: 0;
}
.filter-sidebar .card .card-body {
  padding: 1rem;
}
.filter-sidebar .clear-filters-btn {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
  font-size: 14px;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.filter-sidebar .clear-filters-btn:hover {
  background-color: #5a6268;
  border-color: #545b62;
}
.filter-sidebar .clear-filters-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
@media (max-width: 767.98px) {
  .filter-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    height: 100dvh;
    background: #fff;
    z-index: 1050;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    overscroll-behavior: contain;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    /* Extra bottom inset: thumb reach + iOS safe area; keeps clear button off the screen edge */
    padding-bottom: max(2.25rem, 1.25rem + env(safe-area-inset-bottom, 0px));
  }
  .filter-sidebar.show {
    transform: translateX(0);
  }
}

/* 遮罩层样式 */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  display: none;
}

/* 筛选切换按钮样式 */
#toggleFilterSidebar {
  background-color: #b58b5a;
  border-color: #b58b5a;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.2s ease;
}
#toggleFilterSidebar:hover {
  background-color: rgb(151.8828451883, 113.2217573222, 68.1171548117);
  border-color: rgb(134.2782426778, 100.0983263598, 60.2217573222);
}
#toggleFilterSidebar:focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 139, 90, 0.5);
}
#toggleFilterSidebar i {
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  #toggleFilterSidebar {
    display: none;
  }
}

.product-grid-item {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .product-grid-item {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .product-grid-item:hover .product-bottom-btns {
    transform: translateY(0) !important;
  }
  .product-grid-item:hover .product-price {
    transform: translateY(100%);
  }
}
.product-grid-item:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.product-grid-item .image {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.product-grid-item .image .product-main-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: box-shadow 0.3s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  display: block;
}
.product-grid-item .image .product-hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 2;
}
.product-grid-item .image:has(.product-hover-image):hover .product-main-image {
  opacity: 0.9;
  transform: scale(0.95);
}
.product-grid-item .image:has(.product-hover-image):hover .product-hover-image {
  opacity: 1;
  transform: scale(1);
}
.product-grid-item .image .cancel-favorite {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #b00101;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 3;
}
.product-grid-item .image .cancel-favorite:hover {
  color: #fff;
  background-color: #b00101;
}
.product-grid-item .product-item-info {
  text-align: center;
}
.product-grid-item .product-item-info .product-name {
  padding: 0 5px;
  font-size: 0.875rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-grid-item .product-item-info .product-name a {
  color: inherit;
}
.product-grid-item .product-item-info .product-name a:hover {
  text-decoration: underline;
  color: #b58b5a;
}
.product-grid-item .product-item-info .product-bottom {
  position: relative;
  overflow: hidden;
}
.product-grid-item .product-item-info .product-bottom-btns {
  transform: translateY(-100%);
  transition: transform 0.3s;
}
.product-grid-item .product-item-info .product-bottom-btns .btn-add-cart {
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
  color: #b58b5a;
}
.product-grid-item .product-item-info .product-price {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  transition: transform 0.3s;
}
.product-grid-item .product-item-info .product-price .price-new {
  font-size: 1rem;
  font-weight: bold;
  color: #b58b5a;
}
.product-grid-item .product-item-info .product-price .price-old {
  font-size: 0.9rem;
  color: #768088;
  text-decoration: line-through;
  margin-left: 10px;
  margin-right: 10px;
}

.list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.4rem;
  margin-bottom: 1.4rem;
}
.list .image {
  flex: 0 0 200px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.list .product-item-info {
  flex: 0.2;
  padding-left: 20px;
  padding-top: 10px;
  text-align: left;
}
.list .product-item-info .sub-product-title {
  margin-top: 10px;
  margin-bottom: 20px;
}
.list .product-item-info .product-bottom {
  margin-top: 10px;
  margin-bottom: 20px;
}
.list .product-item-info .product-price {
  text-align: left;
  justify-content: flex-start;
}
.list .product-item-info .product-price .price-old {
  margin-left: 0;
}
.list .product-item-info .add-wishlist {
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 100px;
}

.module-product-tab .nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
  margin-bottom: 20px;
  margin-top: -6px;
}
@media (min-width: 992px) {
  .module-product-tab .nav-tabs {
    margin-bottom: 40px;
  }
}
.module-product-tab .nav-tabs .nav-link {
  border: none !important;
  color: #7E7E7E;
  border-radius: 50px;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .module-product-tab .nav-tabs .nav-link {
    margin: 0 10px;
    font-size: 14px;
  }
}
.module-product-tab .nav-tabs .nav-link:hover {
  background-color: #FFEBF2;
}
.module-product-tab .nav-tabs .nav-link.active {
  background-color: #FFEBF2;
  color: #b58b5a;
}

.blog-item {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .blog-item {
    margin-bottom: 30px;
  }
}
.blog-item .image {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 12px;
  transition: box-shadow 0.3s ease-in-out;
}
.blog-item .image:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.blog-item .image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
  transition: transform 0.3s ease-in-out;
}
.blog-item .image:hover img {
  transform: scale(1.02);
}
.blog-item .blog-item-info .blog-catalog {
  font-weight: bold;
  color: #b58b5a;
  margin-bottom: 4px;
}
.blog-item .blog-item-info .blog-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .blog-item .blog-item-info .blog-title {
    font-size: 18px;
  }
}
.blog-item .blog-item-info .blog-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-item .blog-item-info .blog-title a:hover {
  color: #b58b5a;
}
.blog-item .blog-item-info .author-wrap {
  display: flex;
  align-items: center;
  color: #777;
}
.blog-item .blog-item-info .author-wrap .blog-author {
  margin-right: 20px;
}

.rate {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.rating {
  display: flex;
  flex-direction: row-reverse;
}

.rating > input {
  display: none;
}

.rating > label {
  position: relative;
  width: 1em;
  font-size: 30px;
  font-weight: 300;
  color: #e31052;
  cursor: pointer;
}

.rating > label::before {
  content: "★";
  position: absolute;
  opacity: 0;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before {
  opacity: 1 !important;
}

.rating > input:checked ~ label:before {
  opacity: 1;
}

.rating:hover > input:checked ~ label:before {
  opacity: 0.4;
}

.buttons {
  top: 36px;
  position: relative;
}

.rating-submit {
  border-radius: 8px;
  color: #fff;
  height: auto;
}

.rating-submit:hover {
  color: #fff;
}

.review-media-preview-modal__image {
  max-height: 80vh;
  width: auto;
  margin: 0 auto;
}

.review-media-preview-modal__video {
  max-height: 80vh;
  background: #000;
}

.line {
  width: 50%;
  height: 1px;
  background: #c3c1c1;
}

.word {
  color: #c3c1c1;
}

.social-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #b58b5a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-size: 1.5rem;
  border: none;
}

body.page-home .home-categories-section .home-cat-grid .home-cat-card {
  display: block;
  text-align: center;
  transition: transform 0.3s;
}
body.page-home .home-categories-section .home-cat-grid .home-cat-card:hover {
  transform: translateY(-4px);
}
body.page-home .home-categories-section .home-cat-grid .home-cat-card:hover .home-cat-card__media img {
  transform: scale(1.06);
}
body.page-home .home-categories-section .home-cat-grid .home-cat-card:hover .home-cat-card__name {
  color: #b58b5a;
}
body.page-home .home-categories-section .home-cat-grid .home-cat-card__media {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 16px;
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 10px;
}
body.page-home .home-categories-section .home-cat-grid .home-cat-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s;
}
body.page-home .home-categories-section .home-cat-grid .home-cat-card__name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  transition: color 0.2s;
}
@media (max-width: 768px) {
  body.page-home .home-categories-section .home-cat-grid .home-cat-card__name {
    font-size: 12px;
  }
}
body.page-home .module-title-wrap {
  margin-bottom: 30px;
}
body.page-home .module-title-wrap .module-title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
  position: relative;
  color: #222;
}
@media (max-width: 768px) {
  body.page-home .module-title-wrap .module-title {
    font-size: 1.4rem;
    margin-bottom: 0.2rem;
  }
}
body.page-home .module-title-wrap .module-sub-title {
  text-align: center;
  font-size: 1rem;
  color: #768088;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  max-width: 840px;
}
@media (max-width: 768px) {
  body.page-home .module-title-wrap .module-sub-title {
    font-size: 0.87rem;
  }
}
body.page-home .module-line {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.page-home .module-line {
    margin-bottom: 40px;
  }
}
body.page-home #module-swiper-1 .swiper-slide {
  position: relative;
  overflow: hidden;
}
body.page-home #module-swiper-1 .home-slideshow-link {
  display: block;
  width: 100%;
  position: relative;
  text-decoration: none !important;
}
body.page-home #module-swiper-1 .home-slideshow-link img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: middle;
}
body.page-home #module-swiper-1 .home-slideshow-link .home-slideshow-video {
  width: 100%;
  height: 100%;
  display: block;
  max-height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  vertical-align: middle;
  background: #000;
  pointer-events: none;
}
body.page-home #module-swiper-1 .home-slideshow-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 90%;
  max-width: 800px;
  text-align: center;
  pointer-events: none;
  box-sizing: border-box;
}
body.page-home #module-swiper-1 .home-slideshow-caption .home-slideshow-title,
body.page-home #module-swiper-1 .home-slideshow-caption .home-slideshow-subtitle {
  color: #ffffff !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}
body.page-home #module-swiper-1 .home-slideshow-caption .home-slideshow-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.25rem, 4vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
}
body.page-home #module-swiper-1 .home-slideshow-caption .home-slideshow-subtitle {
  margin: 0;
  font-size: clamp(0.9rem, 2.5vw, 1.25rem);
  font-weight: 500;
  line-height: 1.35;
}
body.page-home #module-swiper-1 .home-slideshow-caption .home-slideshow-btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1.5rem;
  background: #fff;
  color: #222;
  font-size: clamp(0.75rem, 1.5vw, 0.95rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 2px;
  pointer-events: auto;
  transition: background 0.2s, color 0.2s;
}
body.page-home #module-swiper-1 .home-slideshow-caption .home-slideshow-btn:hover {
  background: #b58b5a;
  color: #fff;
}
@media (max-width: 768px) {
  body.page-home #module-swiper-1 .home-slideshow-link img,
  body.page-home #module-swiper-1 .home-slideshow-link .home-slideshow-video {
    max-height: 300px;
  }
}
body.page-home #module-swiper-1 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
body.page-home #module-swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background: #b58b5a !important;
}

@media (min-width: 992px) {
  body.page-articles .newest-box {
    padding-right: 50px;
  }
}
body.page-articles .newest-box .newest-item {
  background-color: #fff;
  margin-bottom: 20px;
  display: flex;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
body.page-articles .newest-box .newest-item .item-img {
  width: 150px;
  flex: 0 0 150px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  body.page-articles .newest-box .newest-item .item-img {
    width: 90px;
    flex: 0 0 90px;
    margin-right: 10px;
  }
}
body.page-articles .newest-box .newest-item .item-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
body.page-articles .newest-box .newest-item .item-title a {
  color: #222;
}
body.page-articles .newest-box .newest-item .item-title a:hover {
  color: #b58b5a;
}
@media (max-width: 768px) {
  body.page-articles .newest-box .newest-item .item-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
body.page-articles .newest-box .newest-item .item-summary {
  color: #666;
  line-height: 1.7;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body.page-articles .newest-box .newest-item .item-summary {
    font-size: 15px;
  }
}

.newes-tags {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .newes-tags {
    align-items: flex-start;
  }
}
.newes-tags i {
  color: #666;
  margin-top: 2px;
  flex-shrink: 0;
}
.newes-tags > div {
  gap: 6px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .newes-tags > div {
    gap: 4px;
  }
}
.newes-tags a {
  color: #444;
  margin-right: 10px;
  margin-bottom: 6px;
  display: inline-block;
  padding: 1px 4px;
  border: 1px solid #cad8ff;
  border-radius: 4px;
  font-size: 12px;
  transition: all 0.3s;
  background-color: #e5f0fe;
}
@media (max-width: 768px) {
  .newes-tags a {
    margin-right: 6px;
    margin-bottom: 4px;
    font-size: 11px;
    padding: 2px 6px;
  }
}
.newes-tags a:hover {
  color: #fff;
  background-color: #b58b5a;
  border-color: #b58b5a;
}

.newes-sidebar .search-box {
  margin-bottom: 40px;
}
.newes-sidebar .sidebar-item {
  margin-bottom: 30px;
}
.newes-sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}
.newes-sidebar .sidebar-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
.newes-sidebar .sidebar-list ul {
  padding-left: 0;
  list-style: none;
}
.newes-sidebar .sidebar-list ul a {
  color: #333;
  font-size: 16px;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  transition: all 0.3s;
}
.newes-sidebar .sidebar-list ul a:hover {
  color: #f00;
}

body.page-articles-details .newest-box {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 6px;
}
@media (min-width: 992px) {
  body.page-articles-details .newest-box {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  body.page-articles-details .newest-box {
    padding: 10px;
    margin-bottom: 20px;
  }
}
body.page-articles-details .newest-box .newes-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body.page-articles-details .newest-box .newes-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
body.page-articles-details .newest-box .newes-top {
  display: flex;
  color: #666;
  margin-bottom: 30px;
}
body.page-articles-details .newest-box .newes-top > div {
  margin-right: 10px;
}
@media (min-width: 992px) {
  body.page-articles-details .newest-box .newes-top > div {
    margin-right: 40px;
  }
}
body.page-articles-details .newest-box .newes-top > div i {
  margin-right: 4px;
  color: #b58b5a;
}

body.page-login {
  margin-bottom: 0 !important;
}

.login-register-box {
  max-width: 540px;
  background-color: #F3F3F3;
  margin: 30px auto;
  padding: 16px;
}
@media (min-width: 992px) {
  .login-register-box {
    padding: 36px;
    margin: 70px auto;
  }
}
.login-register-box.iframe {
  margin: 10px 0 0;
}
.login-register-box .login-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.login-register-box .login-sub-title {
  text-align: center;
  font-size: 16px;
  color: #666666;
  margin-bottom: 30px;
}
.login-register-box .form-group input {
  border: none;
  height: 44px;
  font-size: 15px;
  border-radius: 0;
}
.login-register-box .btn-submit {
  margin-top: 30px;
}
@media (min-width: 400px) {
  .login-register-box .btn-submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.login-register-box .btn-submit .form-submit {
  width: 50%;
  display: block;
}
.login-register-box .btn-submit a {
  color: #222;
  display: block;
  font-weight: bold;
}
.login-register-box .auth-method-switch .btn-outline-primary.active {
  background-color: #b58b5a;
  border-color: #b58b5a;
  color: #fff !important;
}
.login-register-box .auth-method-switch .btn-outline-primary:not(.active) {
  color: #b58b5a;
  background-color: #fff;
}
.login-register-box .auth-method-switch .btn-outline-primary:not(.active):hover {
  background-color: #fff;
  color: #b58b5a;
}

.account-card-box {
  border: 1px solid #ECF0F4;
  padding: 16px;
}
@media (min-width: 992px) {
  .account-card-box {
    min-height: 621px;
  }
}
@media (min-width: 768px) {
  .account-card-box {
    padding: 30px;
  }
}
.account-card-box .account-card-title {
  margin-bottom: 30px;
}
.account-card-box .account-card-title span {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .account-card-box .account-card-title span {
    font-size: 20px;
  }
}
.account-card-box .account-card-sub-title {
  margin-bottom: 16px;
}
.account-card-box .account-card-sub-title span {
  font-size: 16px;
  font-weight: bold;
}

body.page-account .account-info .account-data {
  border-bottom: 1px solid #ECF0F4;
  margin-bottom: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
}
body.page-account .account-info .account-data .account-item-data {
  text-align: center;
}
body.page-account .account-info .account-data .account-item-data .value {
  font-size: 2rem;
  font-weight: bold;
}
body.page-account .account-info .no-order {
  background-color: #f6f6f6;
  font-size: 1rem;
}
body.page-account .account-info .no-order a {
  color: #457C46;
}

.account-sidebar {
  border: 1px solid #e8eef3;
  margin-bottom: 20px;
}
.account-sidebar .account-user {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8eef3;
  margin: 16px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .account-sidebar .account-user {
    margin: 30px;
    padding-bottom: 30px;
  }
}
.account-sidebar .account-user .profile {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e8eef3;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 14px;
}
.account-sidebar .account-user .account-name .name {
  font-size: 0.9rem;
}
.account-sidebar .account-links {
  list-style: none;
  padding-left: 0;
}
.account-sidebar .account-links li.active a {
  color: #222;
  border-left: 2px solid #b58b5a;
}
.account-sidebar .account-links li a {
  color: #7C818B;
  padding: 6px 10px 6px 18px;
  margin: 20px 0;
  border-left: 2px solid transparent;
  display: flex;
  font-weight: bold;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .account-sidebar .account-links li a {
    padding: 6px 10px 6px 30px;
    margin: 26px 0;
  }
}
.account-sidebar .account-links li a:hover {
  color: #222;
}
.account-sidebar .account-links li a i {
  color: #222;
  font-size: 20px;
  margin-right: 20px;
}

.account-table-box th, .account-table-box td {
  padding: 10px 0;
}
.account-table-box th {
  border-bottom: none;
  font-size: 14px;
}
.account-table-box tr:last-child td {
  border-bottom: none;
}

body.page-categories .top-order-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 26px;
}
body.page-categories .top-order-wrap .right {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  body.page-categories .top-order-wrap .right {
    justify-content: space-between;
    width: 100%;
  }
}
body.page-categories .top-order-wrap .right .order-item {
  display: flex;
  align-items: center;
  border-right: 1px solid #eee;
  padding-right: 10px;
  margin-right: 10px;
}
body.page-categories .top-order-wrap .right .order-item span {
  color: #777;
  margin-right: 8px;
  white-space: nowrap;
}
body.page-categories .top-order-wrap .right .order-item:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
body.page-categories .top-order-wrap .right .order-item .form-select {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
body.page-categories .top-order-wrap .right .order-item .order-icon {
  color: #333;
  font-size: 20px;
  margin-left: 10px;
  padding: 0 6px;
}
body.page-categories .top-order-wrap .right .order-item .order-icon.active {
  background-color: #eee;
}

.product-grid-item .wishlist-container {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: none;
}
.product-grid-item .image:hover .wishlist-container {
  display: block;
}
.product-grid-item .add-wishlist {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}
.product-grid-item .add-wishlist i {
  margin-right: 5px;
}

.filter-sidebar .filter-sidebar-item {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .filter-sidebar .filter-sidebar-item {
    margin-bottom: 40px;
  }
}
.filter-sidebar .filter-sidebar-item .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 14px;
}
.filter-sidebar .filter-sidebar-item .price-range .price-slider {
  position: relative;
  height: 40px;
  margin-bottom: 15px;
}
.filter-sidebar .filter-sidebar-item .price-range .price-slider .slider-track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 6px;
  background: #ff6b35;
  border-radius: 3px;
  transform: translateY(-50%);
}
.filter-sidebar .filter-sidebar-item .price-range .price-slider input[type=range] {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transform: translateY(-50%);
}
.filter-sidebar .filter-sidebar-item .price-range .price-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  background: #ff6b35;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  border: 3px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.filter-sidebar .filter-sidebar-item .price-range .price-slider input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #ff6b35;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  border: 3px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.filter-sidebar .filter-sidebar-item .price-range .price-slider input[type=range].slider-min {
  z-index: 2;
}
.filter-sidebar .filter-sidebar-item .price-range .price-slider input[type=range].slider-max {
  z-index: 1;
}
.filter-sidebar .filter-sidebar-item .price-range .price-inputs {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.filter-sidebar .filter-sidebar-item .price-range .price-inputs .price-input-group {
  flex: 1;
}
.filter-sidebar .filter-sidebar-item .price-range .price-inputs .price-input-group label {
  display: block;
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 6px;
  font-weight: normal;
}
.filter-sidebar .filter-sidebar-item .price-range .price-inputs .price-input-group input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
}
.filter-sidebar .filter-sidebar-item .price-range .price-inputs .price-input-group input:focus {
  outline: none;
  border-color: #ff6b35;
  box-shadow: 0 0 0 2px rgba(255, 107, 53, 0.25);
}
.filter-sidebar .filter-sidebar-item .price-range .price-inputs .price-input-group input::-moz-placeholder {
  color: #adb5bd;
}
.filter-sidebar .filter-sidebar-item .price-range .price-inputs .price-input-group input::placeholder {
  color: #adb5bd;
}
.filter-sidebar .filter-sidebar-item .price-range .btn {
  width: 100%;
  background-color: #ff6b35;
  border-color: #ff6b35;
  font-size: 14px;
  padding: 10px 16px;
  font-weight: 500;
}
.filter-sidebar .filter-sidebar-item .price-range .btn:hover {
  background-color: #e55a2b;
  border-color: #e55a2b;
}
.filter-sidebar .filter-sidebar-item .price-range .btn:focus {
  box-shadow: 0 0 0 2px rgba(255, 107, 53, 0.25);
}
.filter-sidebar .filter-sidebar-item #filter-category > .accordion-item > .accordion-title {
  padding: 4px 0;
}
.filter-sidebar .filter-sidebar-item #filter-category .accordion-item {
  border: none;
}
.filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 30px;
}
.filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-title > a {
  color: #222;
}
.filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-title .accordion-button {
  width: 30px;
  height: 30px;
  box-shadow: none;
  background-color: transparent !important;
}
.filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-title .accordion-button::after {
  --bs-accordion-btn-icon-width: .8rem;
  opacity: 0.7;
}
.filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-body {
  padding: 0;
  padding-left: 14px;
}
@media (max-width: 768px) {
  .filter-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: white;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1050;
    padding-left: 20px;
    padding-top: 20px;
  }
}

@media (max-width: 992px) {
  body.page-product .breadcrumb-wrap {
    display: none;
  }
}
body.page-product .page-product-top {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  body.page-product .page-product-top {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  body.page-product .page-product-top .product-left-col {
    padding: 0;
  }
}
body.page-product .page-product-top .product-images {
  display: flex;
}
@media (min-width: 992px) {
  body.page-product .page-product-top .product-images {
    position: sticky;
    top: 20px;
    align-self: flex-start;
  }
}
@media (max-width: 991px) {
  body.page-product .page-product-top .product-images {
    margin-bottom: 10px;
    flex-direction: column;
  }
}
body.page-product .page-product-top .product-images .sub-product-img {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  body.page-product .page-product-top .product-images .sub-product-img {
    width: 100px;
    height: 560px;
    flex: 0 0 100px;
    margin-right: 20px;
  }
  body.page-product .page-product-top .product-images .sub-product-img:hover .swiper .sub-product-btn {
    display: block;
  }
  body.page-product .page-product-top .product-images .sub-product-img::before, body.page-product .page-product-top .product-images .sub-product-img::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
  }
  body.page-product .page-product-top .product-images .sub-product-img::before {
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
  }
  body.page-product .page-product-top .product-images .sub-product-img::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.1), transparent);
  }
  body.page-product .page-product-top .product-images .sub-product-img:hover::before, body.page-product .page-product-top .product-images .sub-product-img:hover::after {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  body.page-product .page-product-top .product-images .sub-product-img .swiper {
    height: 100%;
  }
}
body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide .thumbnail-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
}
body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide .thumbnail-item img {
  border: 1px solid #eee;
  border-radius: 2px;
  transition: border-color 0.3s ease;
}
@media (min-width: 992px) {
  body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide {
    width: 100px;
    height: 100px;
  }
  body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide .thumbnail-item:hover {
    border-color: #b58b5a;
  }
  body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide .thumbnail-item.active {
    border-color: #b58b5a;
    background-color: rgba(181, 139, 90, 0.1);
  }
}
body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn {
  display: none;
}
body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn > div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9;
  font-size: 20px;
}
body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn > div:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn > div.sub-product-prev {
  top: 0;
}
body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn > div.sub-product-next {
  bottom: 0;
}
@media (min-width: 992px) {
  body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-pagination {
    display: none;
  }
}
body.page-product .page-product-top .product-images .main-product-img {
  cursor: pointer;
}
@media (max-width: 991px) {
  body.page-product .page-product-top .product-images .main-product-img {
    margin-top: 15px;
  }
}
body.page-product .page-product-top .product-images .mobile-product-slideshow .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-product .page-product-top .product-images .mobile-product-slideshow .swiper .swiper-slide .video-play-overlay {
  cursor: pointer;
  transition: transform 0.3s ease;
}
body.page-product .page-product-top .product-images .mobile-product-slideshow .swiper .swiper-slide .video-play-overlay:hover {
  transform: scale(1.1);
}
body.page-product .page-product-top .product-images .mobile-product-slideshow .mobile-product-pagination {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-product .page-product-top .product-images .mobile-product-slideshow .mobile-product-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  margin: 0 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
body.page-product .page-product-top .product-images .mobile-product-slideshow .mobile-product-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b58b5a;
  transform: scale(1.2);
}
@media (min-width: 992px) {
  body.page-product .page-product-top .product-info {
    padding-left: 20px;
  }
}
body.page-product .page-product-top .product-info .product-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  body.page-product .page-product-top .product-info .product-title {
    font-size: 24px;
  }
}
body.page-product .page-product-top .product-info .product-price {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  body.page-product .page-product-top .product-info .product-price {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
body.page-product .page-product-top .product-info .product-price .price {
  font-size: 20px;
  font-weight: bold;
  color: #b58b5a;
}
@media (min-width: 992px) {
  body.page-product .page-product-top .product-info .product-price .price {
    font-size: 26px;
  }
}
body.page-product .page-product-top .product-info .product-price .old-price {
  font-size: 16px;
  color: #777;
  text-decoration: line-through;
}
body.page-product .page-product-top .product-info .stock-wrap > div {
  font-weight: bold;
  font-size: 14px;
}
body.page-product .page-product-top .product-info .stock-wrap > div.in-stock {
  color: #3FC158;
  background-color: #EEF8EE;
}
body.page-product .page-product-top .product-info .stock-wrap > div.out-stock {
  color: #777;
  background-color: #e3e3e3;
}
body.page-product .page-product-top .product-info .sub-product-title {
  color: #666;
  line-height: 1.8;
  font-size: 14px;
  margin-top: 10px;
}
body.page-product .page-product-top .product-info .product-param {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  font-size: 14px;
}
@media (min-width: 992px) {
  body.page-product .page-product-top .product-info .product-param {
    margin: 20px 0;
  }
}
body.page-product .page-product-top .product-info .product-param li {
  color: #333;
  line-height: 1.8;
  padding: 2px 0;
}
body.page-product .page-product-top .product-info .product-param li span.title {
  color: #888;
}
body.page-product .page-product-top .product-info .product-variant-box {
  margin-bottom: 20px;
}
body.page-product .page-product-top .product-info .product-variant-box .product-variant {
  margin-bottom: 6px;
}
body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}
body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 5px 14px;
  border-radius: 2px;
  gap: 8px;
  min-height: 40px;
}
body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name .variant-image-container {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
}
body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name .variant-image-container .variant-value-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name .variant-text {
  font-size: 14px;
  line-height: 1.2;
}
body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name.disabled {
  color: #999;
  border-color: #ddd;
  border-style: dashed;
  text-decoration: line-through;
}
body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name.disabled .variant-image-container {
  opacity: 0.5;
}
body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name.active {
  border-color: #b58b5a;
  color: #b58b5a;
  border-style: solid;
  box-shadow: 0 2px 4px #b58b5a;
}
body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name:hover {
  border-color: #b58b5a;
  box-shadow: 0 2px 4px #b58b5a;
}
body.page-product .page-product-top .product-info .product-info-bottom {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  body.page-product .page-product-top .product-info .product-info-bottom {
    height: 50px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 992px) {
  body.page-product .page-product-top .product-info .product-info-bottom .quantity-wrap {
    height: 40px;
    margin-bottom: 10px;
  }
}
body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns {
  height: inherit;
}
@media (min-width: 992px) {
  body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns {
    margin-left: 20px;
  }
}
@media (max-width: 992px) {
  body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns {
    height: 40px;
    display: flex;
  }
}
body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn {
  height: inherit;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
}
@media (max-width: 992px) {
  body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn {
    width: 50%;
  }
}
body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn.buy-now {
  background-color: #E6E8EB;
  color: #333;
}
body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn.buy-now:hover {
  background-color: #D9DCE1;
}
body.page-product .page-product-top .product-info .add-wishlist {
  font-weight: bold;
  cursor: pointer;
}
body.page-product .page-product-top .product-info .add-wishlist:hover {
  text-decoration: underline;
}
body.page-product .product-description {
  margin-bottom: 40px;
}
body.page-product .bundle-items-display {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 15px;
  margin: 15px 0;
}
body.page-product .bundle-title {
  color: #495057;
  font-weight: 600;
  margin-bottom: 10px;
}
body.page-product .bundle-products {
  gap: 10px;
}
body.page-product .bundle-product-item {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 8px;
  margin: 2px 0;
}
body.page-product .bundle-product-name {
  font-size: 14px;
  font-weight: 500;
  color: #212529;
  line-height: 1.2;
}
body.page-product .bundle-separator {
  font-weight: bold;
  color: #6c757d;
  font-size: 18px;
}
body.page-product .bundle-total-price {
  color: #dc3545;
  font-size: 16px;
  border-top: 1px solid #dee2e6;
  padding-top: 10px;
}
body.page-product .product-options {
  margin-bottom: 20px;
}
body.page-product .product-options .options-title {
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}
body.page-product .product-options .option-group {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 15px;
  background-color: #f8f9fa;
  margin-bottom: 15px;
}
body.page-product .product-options .option-group.has-error {
  border-color: #b58b5a !important;
  background-color: #fff5f5 !important;
  box-shadow: 0 0 0 0.2rem rgba(229, 62, 62, 0.25) !important;
}
body.page-product .product-options .option-group.has-error .option-label {
  color: #b58b5a !important;
}
body.page-product .product-options .option-group.has-error .option-select {
  border-color: #b58b5a !important;
}
body.page-product .product-options .option-group.has-error .option-radio-item,
body.page-product .product-options .option-group.has-error .option-checkbox-item {
  background-color: #fff !important;
}
body.page-product .product-options .option-group.has-success {
  border-color: #28a745 !important;
  background-color: #f8fff9 !important;
}
body.page-product .product-options .option-group.has-success .option-label::after {
  content: " ✓";
  color: #28a745;
  font-weight: bold;
  margin-left: 5px;
}
body.page-product .product-options .option-label {
  font-weight: 500;
  color: #495057;
  margin-bottom: 10px;
  display: block;
}
body.page-product .product-options .option-select {
  width: 100%;
}
body.page-product .product-options .option-select option:disabled {
  color: #6c757d;
  background-color: #f8f9fa;
}
body.page-product .product-options .radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 576px) {
  body.page-product .product-options .radio-group {
    gap: 6px;
  }
}
body.page-product .product-options .option-radio-item {
  border: 2px solid #dee2e6;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: white;
  min-width: 120px;
  text-align: center;
}
@media (max-width: 576px) {
  body.page-product .product-options .option-radio-item {
    min-width: calc(33.333% - 4px);
    padding: 6px;
    font-size: 11px;
  }
}
body.page-product .product-options .option-radio-item:hover {
  border-color: #b58b5a;
  box-shadow: 0 2px 4px rgba(233, 30, 99, 0.1);
}
body.page-product .product-options .option-radio-item:has(input:checked) {
  background-color: #e7f3ff;
  border-color: #b58b5a;
}
body.page-product .product-options .option-radio-item.selected label {
  color: #b58b5a;
}
body.page-product .product-options .option-radio-item.out-of-stock {
  background-color: #f8f9fa !important;
  border-color: #dee2e6 !important;
  cursor: not-allowed !important;
  opacity: 0.6;
}
body.page-product .product-options .option-radio-item.out-of-stock:hover {
  border-color: #dee2e6 !important;
  box-shadow: none !important;
}
body.page-product .product-options .option-radio-item.out-of-stock label {
  cursor: not-allowed;
  color: #6c757d;
}
body.page-product .product-options .option-radio-item.out-of-stock .out-of-stock-text {
  color: #b58b5a;
  font-weight: 500;
}
body.page-product .product-options .option-radio-item label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px 12px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
body.page-product .product-options .option-radio-item .form-check-input {
  display: none;
}
body.page-product .product-options .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 576px) {
  body.page-product .product-options .checkbox-group {
    gap: 6px;
  }
}
body.page-product .product-options .option-checkbox-item {
  border: 2px solid #dee2e6;
  border-radius: 6px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: white;
  min-width: 120px;
  text-align: center;
}
@media (max-width: 576px) {
  body.page-product .product-options .option-checkbox-item {
    min-width: calc(33.333% - 4px);
    padding: 6px;
    font-size: 11px;
  }
}
body.page-product .product-options .option-checkbox-item:hover {
  border-color: #28a745;
  box-shadow: 0 2px 4px rgba(40, 167, 69, 0.1);
}
body.page-product .product-options .option-checkbox-item:has(input:checked) {
  background-color: #d4edda;
  border-color: #28a745;
}
body.page-product .product-options .option-checkbox-item.selected label {
  color: #1976d2;
}
body.page-product .product-options .option-checkbox-item.out-of-stock {
  background-color: #f8f9fa !important;
  border-color: #dee2e6 !important;
  cursor: not-allowed !important;
  opacity: 0.6;
}
body.page-product .product-options .option-checkbox-item.out-of-stock:hover {
  border-color: #dee2e6 !important;
  box-shadow: none !important;
}
body.page-product .product-options .option-checkbox-item.out-of-stock label {
  cursor: not-allowed;
  color: #6c757d;
}
body.page-product .product-options .option-checkbox-item.out-of-stock .out-of-stock-text {
  color: #b58b5a;
  font-weight: 500;
}
body.page-product .product-options .option-checkbox-item label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px 12px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
body.page-product .product-options .option-checkbox-item .form-check-input {
  display: none;
}
body.page-product .product-options .option-image img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
body.page-product .product-options .current-selection-summary {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
body.page-product .product-options .current-selection-summary .card {
  border: none;
  background: transparent;
}
body.page-product .product-options .current-selection-summary .card-title {
  color: #495057;
  font-weight: 600;
  margin-bottom: 15px;
}
body.page-product .product-options .selected-option-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background: white;
  border-radius: 8px;
  margin-bottom: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}
body.page-product .product-options .selected-option-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
body.page-product .product-options .selected-option-item .badge {
  font-size: 0.75em;
  padding: 4px 8px;
  border-radius: 6px;
  background-color: #6c757d !important;
  color: white !important;
}
body.page-product .product-options .selected-option-item .option-value {
  color: #495057;
  font-weight: 500;
}
body.page-product .product-options .total-price-display {
  background: white;
  padding: 12px;
  border-radius: 8px;
  border-left: 4px solid #b58b5a;
}
body.page-product .product-options .current-total-price {
  font-size: 1.1em !important;
  font-weight: 600 !important;
  padding: 8px 16px !important;
}
body.page-product .product-options .option-description {
  padding: 10px;
  background-color: #f8f9fa;
  border-radius: 4px;
  border-left: 3px solid #b58b5a;
}
body.page-product .product-options .option-description small {
  color: #6c757d;
  font-style: italic;
}
body.page-product .product-options .price-adjustment {
  font-size: 0.9em;
  color: #28a745;
  font-weight: 500;
}
body.page-product .product-options .out-of-stock-text {
  color: #b58b5a;
  font-size: 0.8em;
  font-weight: 500;
  margin-left: 5px;
}
body.page-product .product-options .option-error-message {
  color: #b58b5a;
  font-size: 0.875em;
  margin-top: 8px;
  display: flex;
  align-items: center;
  animation: fadeIn 0.3s ease-in;
}
body.page-product .product-options .option-error-message i {
  margin-right: 6px;
  font-size: 1em;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.page-cart .products-table .product-item {
  display: flex;
  align-items: flex-start;
}
body.page-cart .products-table .product-name {
  color: #222;
}
body.page-cart .products-table .product-name a {
  color: inherit;
}
body.page-cart .products-table .product-name a:hover {
  text-decoration: underline;
  color: #b58b5a;
}
body.page-cart .products-table .td-image {
  width: 100px;
  padding: 0;
}
@media (min-width: 768px) {
  body.page-cart .products-table .td-image {
    width: 70px;
  }
}
body.page-cart .products-table .product-image {
  width: 90px;
  height: 90px;
}
@media (min-width: 768px) {
  body.page-cart .products-table .product-image {
    margin-right: 10px;
    width: 50px;
    height: 50px;
  }
}
body.page-cart .products-table .product-image img {
  max-height: 100%;
}
body.page-cart .products-table .quantity-wrap {
  height: 27px;
  width: 90px;
}
body.page-cart .products-table .quantity-wrap > div {
  font-size: 14px;
}
@media (min-width: 768px) {
  body.page-cart .products-table .quantity-wrap {
    height: 40px;
    width: 120px;
  }
  body.page-cart .products-table .quantity-wrap > div {
    font-size: 18px;
  }
}
body.page-cart .products-table .quantity-wrap input {
  font-size: 14px;
}
@media (max-width: 768px) {
  body.page-cart .products-table tr {
    position: relative;
  }
  body.page-cart .products-table thead, body.page-cart .products-table .td-price, body.page-cart .products-table .td-subtotal {
    display: none;
  }
  body.page-cart .products-table .td-product-check {
    padding-left: 0;
  }
  body.page-cart .products-table .td-product-info {
    width: 100%;
    padding: 20px 0 20px 10px;
  }
  body.page-cart .products-table .td-delete {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  body.page-cart .products-table .mb-price {
    display: none;
  }
}
body.page-cart .cart-data {
  background-color: #F8F9FA;
  padding: 26px;
}
body.page-cart .cart-data .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
body.page-cart .cart-data .cart-data-list {
  list-style: none;
  padding: 0;
}
body.page-cart .cart-data .cart-data-list > li {
  border-bottom: 1px solid #eee;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}
body.page-cart .cart-data .cart-data-list > li:last-child {
  border-bottom: none;
}
body.page-cart .cart-data .cart-data-list > li:last-child > span:last-child {
  font-weight: bold;
  color: #b58b5a;
  font-size: 24px;
}

body.page-checkout .layer-login {
  color: red;
}
body.page-checkout .breadcrumb-wrap {
  margin-bottom: 0;
}
body.page-checkout footer {
  margin-top: 0;
}
@media (min-width: 768px) {
  body.page-checkout .checkout-container {
    padding: 0;
    max-width: 100%;
  }
  body.page-checkout .checkout-container > .row {
    margin: 0;
  }
  body.page-checkout .checkout-container > .row > .col-md-5, body.page-checkout .checkout-container > .row .col-md-7 {
    padding: 0;
  }
}
body.page-checkout .title-wrap {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.page-checkout .title-wrap > .title {
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 768px) {
  body.page-checkout .title-wrap > .title {
    font-size: 18px;
  }
}
body.page-checkout .checkout-info {
  padding-top: 20px;
}
@media (min-width: 768px) {
  body.page-checkout .checkout-info {
    max-width: 720px;
    margin-left: auto;
    padding: 40px;
  }
}
body.page-checkout .checkout-info .checkout-item {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.page-checkout .checkout-info .checkout-item {
    margin-bottom: 40px;
  }
}
body.page-checkout .checkout-info .checkout-select-wrap .select-item {
  border: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  margin-top: -1px;
  cursor: pointer;
  position: relative;
}
body.page-checkout .checkout-info .checkout-select-wrap .select-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
body.page-checkout .checkout-info .checkout-select-wrap .select-item:first-child::before {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
body.page-checkout .checkout-info .checkout-select-wrap .select-item:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
body.page-checkout .checkout-info .checkout-select-wrap .select-item:last-child::before {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
body.page-checkout .checkout-info .checkout-select-wrap .select-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border: 1px solid #2f2f2f;
  inset-block-start: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  inset: -1px;
  display: none;
}
body.page-checkout .checkout-info .checkout-select-wrap .select-item.active {
  background-color: #fbefff;
}
body.page-checkout .checkout-info .checkout-select-wrap .select-item.active:before {
  display: block;
}
body.page-checkout .checkout-info .checkout-select-wrap .select-item.active .left i {
  color: #2f2f2f;
}
body.page-checkout .checkout-info .checkout-select-wrap .select-item.active .left i::before {
  content: "\f517";
}
body.page-checkout .checkout-info .checkout-select-wrap .select-item .left {
  display: flex;
  align-items: center;
}
body.page-checkout .checkout-info .checkout-select-wrap .select-item .left i {
  font-size: 18px;
  color: #888;
}
body.page-checkout .checkout-info .checkout-select-wrap .select-item .left .select-title {
  font-size: 14px;
  margin-left: 14px;
}
body.page-checkout .checkout-info .checkout-select-wrap .select-item .icon {
  max-width: 200px;
  height: 34px;
}
body.page-checkout .checkout-info .checkout-select-wrap .select-item .icon img {
  max-height: 100%;
}
@media (min-width: 768px) {
  body.page-checkout .checkout-data {
    background-color: #F8F9FA;
    padding: 0 40px;
    border-left: 1px solid #e9edf1;
    height: 100%;
  }
}
@media (max-width: 768px) {
  body.page-checkout .checkout-data {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  body.page-checkout .checkout-data .checkout-data-content {
    padding: 40px 0;
    max-width: 430px;
  }
}
body.page-checkout .checkout-data .checkout-data-content .products-table-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 10px;
}
body.page-checkout .checkout-data .checkout-data-content .products-table-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.page-checkout .checkout-data .checkout-data-content .products-table-wrap .products-table-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
body.page-checkout .checkout-data .checkout-data-content .products-table td {
  padding-left: 0;
  padding-right: 0;
}
body.page-checkout .checkout-data .checkout-data-content .products-table .product-item {
  display: flex;
  align-items: flex-start;
}
body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-image {
  width: 50px;
  height: 50px;
  margin-right: 14px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  position: relative;
}
body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-image .icon-quantity {
  position: absolute;
  top: -5px;
  right: -10px;
  background-color: #b58b5a;
  color: #fff;
  font-size: 9px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-image img {
  max-height: 100%;
}
body.page-checkout .checkout-data .cart-data-list {
  list-style: none;
  padding: 0;
  border-top: 1px solid #eee;
}
body.page-checkout .checkout-data .cart-data-list > li {
  border-bottom: 1px solid #eee;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}
body.page-checkout .checkout-data .cart-data-list > li:last-child {
  border-bottom: none;
}
body.page-checkout .checkout-data .cart-data-list > li:last-child > span:last-child {
  font-weight: bold;
  color: #b58b5a;
  font-size: 24px;
}

body.page-order .account-card-title {
  margin-bottom: 16px;
}
body.page-order .tabs-plus {
  margin-bottom: 16px;
}
body.page-order .order_return {
  padding-left: 20px !important;
}
body.page-order .table-responsive {
  margin-top: 50px;
}

body.page-order-info .products-table td, body.page-order-info .products-table th {
  padding-left: 0;
  padding-right: 0;
}
body.page-order-info .products-table .product-item {
  display: flex;
  align-items: center;
}
body.page-order-info .products-table .product-item .product-image {
  width: 50px;
  height: 50px;
  margin-right: 14px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  position: relative;
}
body.page-order-info .products-table .product-item .product-image .icon-quantity {
  position: absolute;
  top: -5px;
  right: -10px;
  background-color: #b58b5a;
  color: #fff;
  font-size: 9px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-order-info .products-table .product-item .product-image img {
  max-height: 100%;
}

body.page-addresses .address-card {
  border: 1px solid #e9ecef;
  border-radius: 4px;
  margin-bottom: 20px;
}
body.page-addresses .address-card .address-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #e9ecef;
}
body.page-addresses .address-card .address-card-header .address-card-title {
  margin: 0;
}
body.page-addresses .address-card .address-card-header .address-card-actions {
  display: flex;
  align-items: center;
}
body.page-addresses .address-card .address-card-header .address-card-actions a {
  margin-left: 10px;
}
body.page-addresses .address-card .address-card-body {
  padding: 15px;
  word-break: break-all;
}
body.page-addresses .address-card .address-card-body p {
  margin: 0;
}

body.page-brands .brand-group {
  width: 100%;
}
body.page-brands .brand-group .btn {
  border: 1px solid #e8e8e8;
}
body.page-brands .brand-group .btn:hover {
  background-color: #f4f4f4;
}
body.page-brands .brands-wrap {
  margin-top: 30px;
}
body.page-brands .brands-wrap .item ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
body.page-brands .brands-wrap .item ul li {
  padding: 0 10px;
  margin-bottom: 20px;
}
body.page-brands .brands-wrap .item ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.page-brands .brands-wrap .item ul li a .img {
  width: 99px;
  border: 1px solid #e8e8e8;
  margin-bottom: 10px;
}

.catalog-card {
  transition: transform 0.3s, box-shadow 0.3s;
}
.catalog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12) !important;
}
.catalog-card:hover img {
  transform: scale(1.05);
}
.catalog-card .overflow-hidden {
  aspect-ratio: 1;
}
.catalog-card .overflow-hidden img {
  transition: transform 0.3s;
}
.catalog-card .catalog-placeholder {
  aspect-ratio: 1;
}
.catalog-card .card-body .card-title {
  font-size: 15px;
  font-weight: 600;
  color: #222;
}
.catalog-card .card-body .card-text {
  font-size: 13px;
  color: #888;
  line-height: 1.5;
}

.catalog-intro .catalog-intro-title {
  font-size: 22px;
  font-weight: 700;
  color: #222;
}
.catalog-intro .catalog-intro-summary {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}

body.page-checkout-success .checkout-success-box {
  border: 1px solid #ECF0F4;
  padding: 20px 10px;
  max-width: 730px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body.page-checkout-success .checkout-success-box {
    padding: 30px;
  }
}
body.page-checkout-success .checkout-success-box .order-success-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
body.page-checkout-success .checkout-success-box .order-success-icon img {
  max-width: 170px;
}
@media (min-width: 768px) {
  body.page-checkout-success .checkout-success-box .order-success-icon img {
    max-width: 200px;
  }
}
body.page-checkout-success .checkout-success-box .checkout-success-table th, body.page-checkout-success .checkout-success-box .checkout-success-table td {
  padding: 10px 0;
}
body.page-checkout-success .checkout-success-box .checkout-success-title {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  body.page-checkout-success .checkout-success-box .checkout-success-title {
    margin-bottom: 30px;
  }
}
body.page-checkout-success .checkout-success-box .checkout-success-title span {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  body.page-checkout-success .checkout-success-box .checkout-success-title span {
    font-size: 30px;
  }
}

.page-wallet .transaction-card-box,
.page-wallet .withdrawal-card-box,
.page-wallet .wallet-card-box {
  background: #fff;
  border: 1px solid #e8eef3;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}
.page-wallet .transaction-card-title,
.page-wallet .withdrawal-card-title,
.page-wallet .wallet-card-title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8eef3;
  padding-top: 5px;
  padding-bottom: 15px;
  min-height: 52px;
}
.page-wallet .transaction-card-title .fw-bold,
.page-wallet .withdrawal-card-title .fw-bold,
.page-wallet .wallet-card-title .fw-bold {
  font-size: 1.1rem;
  font-weight: 600;
}
.page-wallet .transaction-table-box,
.page-wallet .withdrawal-table-box,
.page-wallet .wallet-table-box {
  margin-top: 15px;
}
.page-wallet .transaction-table-box th,
.page-wallet .transaction-table-box td,
.page-wallet .withdrawal-table-box th,
.page-wallet .withdrawal-table-box td,
.page-wallet .wallet-table-box th,
.page-wallet .wallet-table-box td {
  padding: 12px 8px;
  font-size: 0.9rem;
}
.page-wallet .transaction-table-box th,
.page-wallet .withdrawal-table-box th,
.page-wallet .wallet-table-box th {
  background-color: #f8f9fa;
  font-weight: 600;
}
.page-wallet .wallet-balance-item,
.page-wallet .wallet-stats-item {
  text-align: center;
  padding: 15px;
}
.page-wallet .wallet-balance-item .value,
.page-wallet .wallet-stats-item .value {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.page-wallet .wallet-balance-item .title,
.page-wallet .wallet-stats-item .title {
  font-size: 0.9rem;
}
.page-wallet .wallet-actions .btn.disabled {
  pointer-events: none;
}
.page-wallet .withdrawal-create-box {
  background: #fff;
  border: 1px solid #e8eef3;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}
.page-wallet .wallet-balance-overview {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  padding: 0;
  margin-bottom: 30px;
  color: white;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
  overflow: hidden;
}
.page-wallet .wallet-balance-overview .balance-header {
  background: rgba(255, 255, 255, 0.1);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.page-wallet .wallet-balance-overview .balance-header i {
  font-size: 1.2rem;
  margin-right: 10px;
  opacity: 0.9;
}
.page-wallet .wallet-balance-overview .balance-header span {
  font-weight: 600;
  font-size: 1rem;
}
.page-wallet .wallet-balance-overview .balance-content {
  padding: 24px 20px 20px;
}
.page-wallet .wallet-balance-overview .balance-content .balance-main {
  text-align: center;
  margin-bottom: 16px;
}
.page-wallet .wallet-balance-overview .balance-content .balance-main .available-balance .amount {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.page-wallet .wallet-balance-overview .balance-content .balance-main .available-balance .label {
  font-size: 0.95rem;
  opacity: 0.9;
  font-weight: 500;
}
.page-wallet .wallet-balance-overview .balance-content .balance-note {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 0.85rem;
  opacity: 0.9;
}
.page-wallet .wallet-balance-overview .balance-content .balance-note i {
  margin-right: 8px;
  font-size: 0.9rem;
}
.page-wallet .balance-info-box {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 15px;
}
.page-wallet .balance-item {
  text-align: center;
}
.page-wallet .balance-item .value {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.page-wallet .balance-item .label {
  font-size: 0.9rem;
  color: #6c757d;
}
.page-wallet .withdrawal-form .required::after {
  content: " *";
  color: #dc3545;
}
.page-wallet .form-actions {
  padding-top: 20px;
  border-top: 1px solid #e8eef3;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .page-wallet .transaction-card-box,
  .page-wallet .withdrawal-card-box,
  .page-wallet .wallet-card-box {
    padding: 15px;
  }
  .page-wallet .transaction-table-box th,
  .page-wallet .transaction-table-box td,
  .page-wallet .withdrawal-table-box th,
  .page-wallet .withdrawal-table-box td,
  .page-wallet .wallet-table-box th,
  .page-wallet .wallet-table-box td {
    padding: 8px 5px;
    font-size: 0.8rem;
  }
  .page-wallet .wallet-balance-item,
  .page-wallet .wallet-stats-item {
    padding: 10px 5px;
  }
  .page-wallet .wallet-balance-item .value,
  .page-wallet .wallet-stats-item .value {
    font-size: 1.2rem;
  }
  .page-wallet .withdrawal-create-box {
    padding: 15px;
  }
  .page-wallet .balance-item .value {
    font-size: 1.2rem;
  }
  .page-wallet .wallet-balance-overview {
    margin-bottom: 20px;
  }
  .page-wallet .wallet-balance-overview .balance-header {
    padding: 12px 16px;
  }
  .page-wallet .wallet-balance-overview .balance-header i {
    font-size: 1.1rem;
  }
  .page-wallet .wallet-balance-overview .balance-header span {
    font-size: 0.9rem;
  }
  .page-wallet .wallet-balance-overview .balance-content {
    padding: 20px 16px 16px;
  }
  .page-wallet .wallet-balance-overview .balance-content .balance-main {
    margin-bottom: 12px;
  }
  .page-wallet .wallet-balance-overview .balance-content .balance-main .available-balance .amount {
    font-size: 2rem;
  }
  .page-wallet .wallet-balance-overview .balance-content .balance-main .available-balance .label {
    font-size: 0.9rem;
  }
  .page-wallet .wallet-balance-overview .balance-content .balance-note {
    padding: 10px 12px;
    font-size: 0.8rem;
  }
  .page-wallet .wallet-balance-overview .balance-content .balance-note i {
    font-size: 0.85rem;
  }
}

body.theme-heartkeepsake {
  background-color: #f8f5f1;
  color: #2f2f2f;
}

.theme-heartkeepsake .px-page-main {
  min-height: 50vh;
}

.theme-heartkeepsake .px-home.module-content {
  padding-bottom: 0.5rem;
}

.theme-heartkeepsake .announcement-bar {
  background: linear-gradient(90deg, #9a7348 0%, #b58b5a 100%);
  color: #fff;
}
.theme-heartkeepsake .announcement-bar a,
.theme-heartkeepsake .announcement-bar span {
  color: #fff;
}
.theme-heartkeepsake .announcement-bar--single.announcement-bar--ticker {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-align: left;
}
.theme-heartkeepsake .announcement-bar--single.announcement-bar--ticker .announcement-bar__viewport {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.theme-heartkeepsake .announcement-bar--single.announcement-bar--ticker .announcement-bar__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  align-items: center;
  flex-wrap: nowrap;
  animation: hk-announcement-ticker 16s linear infinite;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .theme-heartkeepsake .announcement-bar--single.announcement-bar--ticker .announcement-bar__track {
    animation-duration: 32s;
  }
}
.theme-heartkeepsake .announcement-bar--single.announcement-bar--ticker .announcement-bar__message {
  flex: 0 0 auto;
  padding: 0 2.5rem;
  white-space: nowrap;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .theme-heartkeepsake .announcement-bar--single.announcement-bar--ticker .announcement-bar__message {
    padding: 0 3rem;
    font-size: 0.875rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .theme-heartkeepsake .announcement-bar--single.announcement-bar--ticker {
    text-align: center;
  }
  .theme-heartkeepsake .announcement-bar--single.announcement-bar--ticker .announcement-bar__message[aria-hidden=true] {
    display: none;
  }
  .theme-heartkeepsake .announcement-bar--single.announcement-bar--ticker .announcement-bar__track {
    width: 100%;
    justify-content: center;
    animation: none;
  }
}
.theme-heartkeepsake .announcement-bar--single.announcement-bar--ticker .announcement-bar__link {
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}
.theme-heartkeepsake .announcement-bar--single.announcement-bar--ticker .announcement-bar__link:hover {
  text-decoration: underline;
  color: #fff;
}
.theme-heartkeepsake .announcement-bar--single.announcement-bar--ticker span {
  white-space: nowrap;
}
@keyframes hk-announcement-ticker {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  transition: box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header.is-scrolled .header-desktop,
.theme-heartkeepsake #appHeader.px-heartkeepsake-header.is-scrolled .header-mobile {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-top {
  background: #2f2f2f;
  color: #d6d3d1;
  padding: 0.35rem 0;
  font-size: 0.8125rem;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-top a,
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-top .btn {
  color: #d6d3d1;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-top a:hover,
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-top .btn:hover {
  color: #b58b5a;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .hk-utility-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.75rem;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .hk-utility-nav__link {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .hk-utility-nav__link:hover {
  color: #b58b5a;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .hk-utility-nav__link:not(:first-child)::before {
  content: "·";
  margin-right: 0.75rem;
  opacity: 0.55;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .hk-utility-nav--mobile {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .hk-utility-nav--mobile .hk-utility-nav__link::before {
  content: none !important;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .hk-header-social-proof__link {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 4px;
  background: rgba(181, 139, 90, 0.1);
  color: rgb(158.9246861925, 118.4711297071, 71.2753138075);
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid rgba(181, 139, 90, 0.22);
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .hk-header-social-proof__link:hover {
  background: rgba(181, 139, 90, 0.16);
  color: rgb(144.8410041841, 107.9723849372, 64.9589958159);
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .hk-header-social-proof__link--mobile {
  display: block;
  text-align: center;
  width: 100%;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop .logo,
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-mobile .logo {
  line-height: 1;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop .hk-logo-link,
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-mobile .hk-logo-link {
  display: inline-block;
  text-decoration: none;
  color: #2f2f2f;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop .hk-logo-link--text,
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-mobile .hk-logo-link--text {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 1.125rem;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop .hk-logo-link:hover .hk-logo__heart,
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-mobile .hk-logo-link:hover .hk-logo__heart {
  fill: #9a7348;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop .hk-logo-link:hover .hk-logo__name,
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-mobile .hk-logo-link:hover .hk-logo__name {
  fill: #2f2f2f;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop .hk-logo,
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-mobile .hk-logo {
  display: block;
  width: auto;
  height: auto;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-mobile .hk-logo {
  max-width: 156px;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-mobile .hk-logo__tagline {
  display: none;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .search-group {
  display: flex;
  align-items: stretch;
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f1f3f5;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .search-group:hover input.form-control {
  background-color: #eee;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .search-group input.form-control {
  flex: 1 1 auto;
  min-width: 0;
  width: 210px;
  max-width: 100%;
  height: 40px;
  padding: 0 0.75rem;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  font-size: 1rem;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .search-group input.form-control:focus {
  box-shadow: none;
  background-color: #eee;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .search-group .btn {
  position: static;
  transform: none;
  flex: 0 0 44px;
  width: 44px;
  height: 40px;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: #b58b5a;
  border: 1px solid #b58b5a;
  color: #fff;
  line-height: 1;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .search-group .btn:hover, .theme-heartkeepsake #appHeader.px-heartkeepsake-header .search-group .btn:active, .theme-heartkeepsake #appHeader.px-heartkeepsake-header .search-group .btn:focus, .theme-heartkeepsake #appHeader.px-heartkeepsake-header .search-group .btn:focus-visible {
  transform: none;
  box-shadow: none;
  outline: none;
  background: #9a7348;
  border-color: #9a7348;
  color: #fff;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .search-group .btn i {
  font-size: 1.125rem;
  line-height: 1;
  pointer-events: none;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group {
  flex: 1;
  min-width: 0;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group input.form-control {
  width: 100%;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-mobile #mobile-menu-offcanvas .close-offcanvas {
  top: 0;
  bottom: 0;
  height: 50px;
  margin-block: auto;
  transform: none;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop {
  background: #ffffff;
  border-bottom: 1px solid #e6ded4;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop__bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 0.5rem clamp(1rem, 3vw, 2.5rem);
  gap: 0.75rem;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop__col--logo {
  justify-self: start;
  max-width: 150px;
  margin-bottom: 0;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop__col--logo .hk-logo-link {
  display: block;
  max-height: 42px;
  overflow: hidden;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop__col--logo .hk-logo {
  max-width: 150px;
  max-height: 42px;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop__col--menu {
  justify-self: center;
  padding: 0;
  min-width: 0;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop__col--menu .navbar-nav {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop__col--menu .hk-header-start-creating {
  font-weight: 600;
  white-space: nowrap;
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop__col--menu .navbar-nav > .nav-item > .dropdown {
  position: relative;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop__col--menu .navbar-nav > .nav-item > .dropdown > .nav-link,
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop__col--menu .navbar-nav > .nav-item > .nav-link {
  font-weight: bold;
  font-size: 16px;
  padding-left: 6px;
  padding-right: 6px;
  margin: 0 14px;
  position: relative;
  white-space: nowrap;
  color: #2f2f2f;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop__col--menu .navbar-nav > .nav-item > .dropdown > .nav-link::after,
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop__col--menu .navbar-nav > .nav-item > .nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  border-bottom: 2px solid currentColor;
  transition: width 0.3s;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop__col--menu .navbar-nav > .nav-item > .dropdown > .nav-link.active, .theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop__col--menu .navbar-nav > .nav-item > .dropdown > .nav-link:hover,
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop__col--menu .navbar-nav > .nav-item > .nav-link.active,
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop__col--menu .navbar-nav > .nav-item > .nav-link:hover {
  color: #b58b5a;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop__col--menu .navbar-nav > .nav-item:hover > .dropdown > .nav-link::after,
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop__col--menu .navbar-nav > .nav-item:hover > .nav-link::after {
  width: 100%;
  left: 0;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop__col--menu .navbar-nav > .nav-item:hover .dropdown-menu {
  border-radius: 2px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: none;
  display: block;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop__col--actions {
  justify-self: end;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0.75rem;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop .hk-logo__tagline {
  display: none;
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-mobile {
  background: #ffffff;
  border-bottom: 1px solid #e6ded4;
}
.theme-heartkeepsake #appFooter.px-heartkeepsake-footer {
  background: #2f2f2f;
  color: #d6d3d1;
}
.theme-heartkeepsake #appFooter.px-heartkeepsake-footer .footer-link-title,
.theme-heartkeepsake #appFooter.px-heartkeepsake-footer a {
  color: #d6d3d1;
}
.theme-heartkeepsake #appFooter.px-heartkeepsake-footer .footer-link-title:hover,
.theme-heartkeepsake #appFooter.px-heartkeepsake-footer a:hover {
  color: #b58b5a;
}
.theme-heartkeepsake #appFooter.px-heartkeepsake-footer .footer-newsletter {
  background: var(--boutique-newsletter-bg, rgb(41.9, 41.9, 41.9));
  color: var(--boutique-newsletter-text, #d6d3d1);
}
.theme-heartkeepsake #appFooter.px-heartkeepsake-footer .footer-newsletter .newsletter-title,
.theme-heartkeepsake #appFooter.px-heartkeepsake-footer .footer-newsletter .newsletter-desc {
  color: inherit;
}
.theme-heartkeepsake #appFooter.px-heartkeepsake-footer .footer-newsletter .newsletter-submit-btn {
  background: #b58b5a;
  border-color: #b58b5a;
}
.theme-heartkeepsake #appFooter.px-heartkeepsake-footer .footer-newsletter .newsletter-submit-btn:active, .theme-heartkeepsake #appFooter.px-heartkeepsake-footer .footer-newsletter .newsletter-submit-btn:focus, .theme-heartkeepsake #appFooter.px-heartkeepsake-footer .footer-newsletter .newsletter-submit-btn:focus-visible {
  transform: none;
}
.theme-heartkeepsake #appFooter.px-heartkeepsake-footer .footer-newsletter .newsletter-input-group .btn:active, .theme-heartkeepsake #appFooter.px-heartkeepsake-footer .footer-newsletter .newsletter-input-group .btn:focus, .theme-heartkeepsake #appFooter.px-heartkeepsake-footer .footer-newsletter .newsletter-input-group .btn:focus-visible {
  transform: none;
}
.theme-heartkeepsake #appFooter.px-heartkeepsake-footer .boutique-footer-compliance {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.625rem 0.875rem;
  margin-bottom: 0.625rem;
}
.theme-heartkeepsake #appFooter.px-heartkeepsake-footer .boutique-footer-compliance a,
.theme-heartkeepsake #appFooter.px-heartkeepsake-footer .boutique-footer-compliance .boutique-cookie-manage {
  color: #d6d3d1;
  font-size: 0.8125rem;
  line-height: 1.4;
  text-decoration: none;
}
.theme-heartkeepsake #appFooter.px-heartkeepsake-footer .boutique-footer-compliance a:hover,
.theme-heartkeepsake #appFooter.px-heartkeepsake-footer .boutique-footer-compliance .boutique-cookie-manage:hover {
  color: #b58b5a;
}
.theme-heartkeepsake #appFooter.px-heartkeepsake-footer .boutique-footer-compliance .boutique-cookie-manage {
  padding: 0;
  border: 0;
  background: transparent;
}
@media (max-width: 767.98px) {
  .theme-heartkeepsake #appFooter.px-heartkeepsake-footer .boutique-footer-compliance {
    justify-content: flex-start;
    margin-top: 0.75rem;
  }
}
.theme-heartkeepsake .btn-primary {
  background-color: #b58b5a;
  border-color: #b58b5a;
}
.theme-heartkeepsake .btn-primary:hover {
  background-color: #9a7348;
  border-color: #9a7348;
}
.theme-heartkeepsake .product-grid-item .price,
.theme-heartkeepsake .product-price {
  color: #b58b5a;
}
.theme-heartkeepsake .input-group > .btn:active,
.theme-heartkeepsake .input-group > .btn:focus,
.theme-heartkeepsake .input-group > .btn:focus-visible {
  transform: none;
}
.theme-heartkeepsake .px-newsletter-modal .input-group > .btn:active,
.theme-heartkeepsake .px-newsletter-modal .input-group > .btn:focus,
.theme-heartkeepsake .px-newsletter-modal .input-group > .btn:focus-visible {
  transform: none;
}

html:has(> body.theme-heartkeepsake) {
  scroll-behavior: smooth;
}

@keyframes boutique-page-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.theme-heartkeepsake #appContent {
  animation: boutique-page-in 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.theme-heartkeepsake a:not(.btn):not(.accordion-button):not(.dropdown-item):not(.page-link):not(.nav-link) {
  transition: color 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake .btn,
.theme-heartkeepsake .form-control,
.theme-heartkeepsake .form-select,
.theme-heartkeepsake .form-check-input {
  transition: background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake .btn:active:not(:disabled):not(.disabled) {
  filter: brightness(0.96);
}
.theme-heartkeepsake .nav-link,
.theme-heartkeepsake .footer-link-title,
.theme-heartkeepsake #appFooter a {
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake .offcanvas {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
.theme-heartkeepsake .offcanvas-backdrop {
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
.theme-heartkeepsake .modal.fade .modal-dialog {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake .modal-backdrop.fade {
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake .dropdown-menu {
  transition: opacity 0.2s cubic-bezier(0.22, 1, 0.36, 1), transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake .product-grid-item.px-product-card {
  transition: box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake .product-grid-item.px-product-card .image {
  overflow: hidden;
}
.theme-heartkeepsake .product-grid-item.px-product-card .product-main-image,
.theme-heartkeepsake .product-grid-item.px-product-card .product-hover-image {
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
@media (min-width: 992px) {
  .theme-heartkeepsake .product-grid-item.px-product-card .product-bottom-btns {
    transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
.theme-heartkeepsake .page-home .home-cat-card {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake .page-home .home-cat-card__media {
  overflow: hidden;
}
.theme-heartkeepsake .page-home .home-cat-card__media img {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake .page-home .home-cat-card__name {
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake .page-home .home-cat-card:hover {
  transform: translateY(-3px);
}
.theme-heartkeepsake .page-home .home-cat-card:hover .home-cat-card__media img {
  transform: scale(1.04);
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header {
  transition: box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop .menu .navbar-nav > .nav-item > .dropdown > .nav-link::after,
.theme-heartkeepsake #appHeader.px-heartkeepsake-header .header-desktop .menu .navbar-nav > .nav-item > .nav-link::after {
  transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1), left 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake .is-alert {
  transition: top 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake #boutique-page-loading {
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: reduce) {
  html:has(> body.theme-heartkeepsake) {
    scroll-behavior: auto;
  }
  .theme-heartkeepsake #appContent {
    animation: none;
  }
  .theme-heartkeepsake .btn:active:not(:disabled):not(.disabled) {
    transform: none;
  }
  .theme-heartkeepsake .page-home .home-cat-card:hover {
    transform: none;
  }
  .theme-heartkeepsake .page-home .home-cat-card:hover .home-cat-card__media img {
    transform: none;
  }
}
.theme-heartkeepsake .module-title {
  color: #2f2f2f;
  font-weight: 600;
}
.theme-heartkeepsake .module-sub-title {
  color: #666666;
}
.theme-heartkeepsake .module-line {
  margin-bottom: 2.5rem;
}
.theme-heartkeepsake .module-content {
  padding-top: 0.5rem;
}

.hk-review-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(181, 139, 90, 0.12);
}
.hk-review-avatar--sm {
  width: 2rem;
  height: 2rem;
}
.hk-review-avatar--lg {
  width: 3rem;
  height: 3rem;
}
.hk-review-avatar__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hk-review-avatar__img.is-hidden {
  display: none;
}
.hk-review-avatar__fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #b58b5a;
  font-size: 0.875rem;
  font-weight: 600;
}
.hk-review-avatar__fallback.is-hidden {
  display: none;
}

.hk-review-media-card {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f8f5f1;
}
.hk-review-media-card__swiper, .hk-review-media-card__single,
.hk-review-media-card .swiper,
.hk-review-media-card .swiper-wrapper,
.hk-review-media-card .swiper-slide {
  width: 100%;
  height: 100%;
}
.hk-review-media-card__swiper {
  position: relative;
}
.hk-review-media-card__single,
.hk-review-media-card .swiper-slide {
  display: flex;
  align-items: stretch;
}
.hk-review-media-card__image, .hk-review-media-card__video img, .hk-review-media-card__video-el {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hk-review-media-card__video {
  position: relative;
  width: 100%;
  height: 100%;
  background: #111;
}
.hk-review-media-card__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: #fff;
  font-size: 2.5rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
.hk-review-media-card__play i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
}
.hk-review-media-card__count {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  pointer-events: none;
}
.hk-review-media-card .swiper-pagination {
  bottom: 0.5rem !important;
  line-height: 1;
}
.hk-review-media-card .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
  background: rgba(255, 255, 255, 0.55);
  opacity: 1;
}
.hk-review-media-card .swiper-pagination-bullet-active {
  background: #fff;
}

.hk-review-grid-card__media-wrap,
.hk-review-card__media-wrap {
  border-radius: 8px 8px 0 0;
}

.theme-heartkeepsake.page-home .hk-review-card:not(:has(.hk-review-media-card)) .hk-review-card__body {
  border-radius: 8px;
}

.theme-heartkeepsake.page-home .hk-review-card:has(.hk-review-media-card) .hk-review-card__body {
  border-radius: 0 0 8px 8px;
}

.theme-heartkeepsake.page-reviews .hk-review-grid-card:not(:has(.hk-review-media-card)) .hk-review-grid-card__body {
  border-radius: 8px;
}

.theme-heartkeepsake.page-reviews .hk-review-grid-card:has(.hk-review-media-card) .hk-review-grid-card__media-wrap {
  border-radius: 8px 8px 0 0;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card:has(.hk-review-media-card) .hk-review-grid-card__product {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: -1rem;
  padding: 0.75rem 1rem;
  background: rgba(248, 245, 241, 0.55);
  border-top: 1px solid rgba(230, 222, 212, 0.85);
}

.theme-heartkeepsake.page-reviews .hk-review-media-card {
  aspect-ratio: auto;
  height: auto;
}
.theme-heartkeepsake.page-reviews .hk-review-media-card__swiper,
.theme-heartkeepsake.page-reviews .hk-review-media-card .swiper,
.theme-heartkeepsake.page-reviews .hk-review-media-card .swiper-wrapper {
  height: auto;
}
.theme-heartkeepsake.page-reviews .hk-review-media-card__single,
.theme-heartkeepsake.page-reviews .hk-review-media-card .swiper-slide {
  height: auto;
}
.theme-heartkeepsake.page-reviews .hk-review-media-card__image, .theme-heartkeepsake.page-reviews .hk-review-media-card__video img {
  width: 100%;
  height: auto;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-heartkeepsake.page-reviews .hk-review-media-card__video {
  height: auto;
}
.theme-heartkeepsake.page-reviews .hk-review-media-card__video-el {
  width: 100%;
  height: auto;
  max-height: 28rem;
  -o-object-fit: cover;
     object-fit: cover;
}

body.theme-heartkeepsake--checkout {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.theme-heartkeepsake--checkout {
  background-color: #f8f5f1;
}
.theme-heartkeepsake--checkout .px-checkout-header {
  flex-shrink: 0;
  background: #ffffff;
  border-bottom: 1px solid #e6ded4;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
}
.theme-heartkeepsake--checkout .px-checkout-header__logo-img {
  max-height: 40px;
}
.theme-heartkeepsake--checkout .px-checkout-header__trust {
  color: #666666;
}
.theme-heartkeepsake--checkout .px-checkout-main {
  flex: 1 0 auto;
  width: 100%;
}
.theme-heartkeepsake--checkout .px-checkout-footer {
  flex-shrink: 0;
  width: 100%;
  margin-top: auto;
  border-top: 1px solid #e6ded4;
  background: #ffffff;
}
.theme-heartkeepsake--checkout.page-cart .px-cart-flow, .theme-heartkeepsake--checkout.page-checkout .px-checkout-flow {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .theme-heartkeepsake--checkout.page-cart .px-cart-flow {
    padding-bottom: calc(6.75rem + env(safe-area-inset-bottom, 0px));
  }
  .theme-heartkeepsake--checkout.page-cart .px-checkout-footer {
    margin-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
  }
}
@media (min-width: 992px) {
  .theme-heartkeepsake--checkout.page-cart .cart-data {
    position: sticky;
    top: 1.25rem;
    align-self: flex-start;
  }
}
@media (max-width: 991.98px) {
  .theme-heartkeepsake--checkout.page-cart .cart-data {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    margin: 0;
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
    background: #ffffff;
    border-top: 1px solid #e6ded4;
    border-radius: 0;
    box-shadow: 0 -0.25rem 1.25rem rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "shipping shipping" "summary checkout";
    gap: 0.625rem 0.75rem;
    align-items: center;
  }
  .theme-heartkeepsake--checkout.page-cart .cart-data .title {
    display: none;
  }
  .theme-heartkeepsake--checkout.page-cart .cart-data .free-shipping-bar {
    grid-area: shipping;
    margin-bottom: 0 !important;
  }
  .theme-heartkeepsake--checkout.page-cart .cart-data .free-shipping-bar .free-shipping-bar__message {
    margin-bottom: 0.35rem !important;
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .theme-heartkeepsake--checkout.page-cart .cart-data .free-shipping-bar .free-shipping-bar__progress {
    height: 0.35rem;
  }
  .theme-heartkeepsake--checkout.page-cart .cart-data .cart-data-list {
    grid-area: summary;
    margin: 0;
  }
  .theme-heartkeepsake--checkout.page-cart .cart-data .cart-data-list > li:first-child {
    display: none;
  }
  .theme-heartkeepsake--checkout.page-cart .cart-data .cart-data-list > li:last-child {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0;
    border-bottom: none;
  }
  .theme-heartkeepsake--checkout.page-cart .cart-data .cart-data-list > li:last-child > span:first-child {
    color: #666666;
    font-size: 0.75rem;
    font-weight: 500;
  }
  .theme-heartkeepsake--checkout.page-cart .cart-data .cart-data-list > li:last-child > span:last-child {
    color: #b58b5a;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .theme-heartkeepsake--checkout.page-cart .cart-data .to-checkout {
    grid-area: checkout;
    width: auto;
    min-width: 8.75rem;
    margin: 0;
    padding: 0.75rem 1.25rem;
    white-space: nowrap;
  }
  .theme-heartkeepsake--checkout.page-cart .cart-data:not(:has(.free-shipping-bar)) {
    grid-template-areas: "summary checkout";
    gap: 0.75rem;
  }
}
.theme-heartkeepsake--checkout .checkout-container,
.theme-heartkeepsake--checkout .products-table {
  background: #ffffff;
  border-radius: 8px;
}
.theme-heartkeepsake--checkout .hk-cart-design__row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.theme-heartkeepsake--checkout .hk-cart-design__thumb {
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  border: 1px solid #e6ded4;
  flex-shrink: 0;
}
.theme-heartkeepsake--checkout .hk-cart-design__meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.8125rem;
}
.theme-heartkeepsake--checkout .hk-cart-design__name {
  color: #2f2f2f;
  font-weight: 500;
}
.theme-heartkeepsake--checkout .hk-cart-design__template {
  font-size: 0.75rem;
}
.theme-heartkeepsake--checkout .hk-cart-design__template-image-thumb {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  border: 1px solid #e6ded4;
}
.theme-heartkeepsake--checkout .px-checkout-stepper__list {
  padding: 0;
}
.theme-heartkeepsake--checkout .px-checkout-stepper__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #666666;
  font-size: 0.875rem;
}
.theme-heartkeepsake--checkout .px-checkout-stepper__item.is-active {
  color: #b58b5a;
  font-weight: 600;
}
.theme-heartkeepsake--checkout .px-checkout-stepper__item.is-done {
  color: #2f2f2f;
}
.theme-heartkeepsake--checkout .px-checkout-stepper__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 1px solid #e6ded4;
  font-size: 0.75rem;
}
.theme-heartkeepsake--checkout .px-checkout-stepper__item.is-active .px-checkout-stepper__index {
  background: #b58b5a;
  border-color: #b58b5a;
  color: #fff;
}
.theme-heartkeepsake--checkout .checkout-success-box,
.theme-heartkeepsake--checkout .px-checkout-result {
  background: #ffffff;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
  padding: 2rem 1.5rem;
  text-align: center;
}
.theme-heartkeepsake--checkout .checkout-success-box .checkout-success-title,
.theme-heartkeepsake--checkout .px-checkout-result .checkout-success-title {
  color: #2f2f2f;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1rem 0 1.5rem;
}
.theme-heartkeepsake--checkout .checkout-success-box .checkout-success-table,
.theme-heartkeepsake--checkout .checkout-success-box .payment-result-table,
.theme-heartkeepsake--checkout .px-checkout-result .checkout-success-table,
.theme-heartkeepsake--checkout .px-checkout-result .payment-result-table {
  text-align: left;
}
.theme-heartkeepsake--checkout .checkout-success-box .checkout-success-table thead th,
.theme-heartkeepsake--checkout .checkout-success-box .payment-result-table thead th,
.theme-heartkeepsake--checkout .px-checkout-result .checkout-success-table thead th,
.theme-heartkeepsake--checkout .px-checkout-result .payment-result-table thead th {
  color: #666666;
  font-size: 0.8125rem;
}
.theme-heartkeepsake--checkout .checkout-success-box .btn-primary,
.theme-heartkeepsake--checkout .px-checkout-result .btn-primary {
  background: #b58b5a;
  border-color: #b58b5a;
}
.theme-heartkeepsake--checkout .checkout-success-box .btn-outline-primary,
.theme-heartkeepsake--checkout .px-checkout-result .btn-outline-primary {
  color: #b58b5a;
  border-color: #b58b5a;
}
.theme-heartkeepsake--checkout .checkout-success-box .btn-outline-primary:hover,
.theme-heartkeepsake--checkout .px-checkout-result .btn-outline-primary:hover {
  background: #b58b5a;
  border-color: #b58b5a;
  color: #fff;
}
.theme-heartkeepsake--checkout.page-payment-fail .checkout-success-title {
  color: #b4534b;
}
.theme-heartkeepsake--checkout.page-order-guest .account-card-box {
  background: #ffffff;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
  padding: 1.25rem;
  text-align: left;
}
@media (min-width: 768px) {
  .theme-heartkeepsake--checkout.page-order-guest .account-card-box {
    padding: 1.75rem;
  }
}
.theme-heartkeepsake--checkout .px-checkout-result--bank-transfer {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.75rem 1.25rem;
  text-align: left;
}
@media (min-width: 768px) {
  .theme-heartkeepsake--checkout .px-checkout-result--bank-transfer {
    padding: 2rem 2rem;
  }
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__intro {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e6ded4;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(181, 139, 90, 0.12);
  color: #b58b5a;
  font-size: 1.125rem;
  flex-shrink: 0;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__title {
  margin: 0;
  color: #2f2f2f;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.45;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__summary {
  margin: 0 0 1.5rem;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  overflow: hidden;
  background: #f8f5f1;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__summary-row {
  display: grid;
  grid-template-columns: minmax(6rem, 34%) 1fr;
  border-top: 1px solid #e6ded4;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__summary-row:first-child {
  border-top: none;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__summary-row dt,
.theme-heartkeepsake--checkout .boutique-bank-transfer__summary-row dd {
  margin: 0;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__summary-row dt {
  color: #666666;
  font-weight: 500;
  border-right: 1px solid #e6ded4;
  background: #ffffff;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__summary-row dd {
  color: #2f2f2f;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__amount {
  color: #b58b5a;
  font-weight: 700;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__section-title {
  margin: 0 0 0.75rem;
  color: #2f2f2f;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__bank {
  margin-bottom: 1.5rem;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__bank-list {
  margin: 0;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__bank-row {
  display: grid;
  grid-template-columns: minmax(6rem, 34%) 1fr;
  border-top: 1px solid #e6ded4;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__bank-row:first-child {
  border-top: none;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__bank-row dt,
.theme-heartkeepsake--checkout .boutique-bank-transfer__bank-row dd {
  margin: 0;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__bank-row dt {
  color: #666666;
  font-weight: 500;
  border-right: 1px solid #e6ded4;
  background: #f8f5f1;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__bank-row dd {
  color: #2f2f2f;
  word-break: break-word;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__receipt {
  margin-bottom: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e6ded4;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__receipt-done {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(181, 139, 90, 0.25);
  border-radius: 8px;
  background: rgba(181, 139, 90, 0.08);
  color: #2f2f2f;
  font-size: 0.875rem;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__receipt-done .bi-check-circle-fill {
  color: #b58b5a;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__receipt-done a {
  color: #b58b5a;
  font-weight: 500;
  text-decoration: none;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__receipt-done a:hover {
  text-decoration: underline;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__upload-label {
  display: block;
  margin-bottom: 0.5rem;
  color: #2f2f2f;
  font-size: 0.875rem;
  font-weight: 500;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__upload-input {
  border-color: #e6ded4;
  border-radius: 4px;
  font-size: 0.875rem;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__upload-input:focus {
  border-color: rgba(181, 139, 90, 0.55);
  box-shadow: 0 0 0 0.15rem rgba(181, 139, 90, 0.12);
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__upload-tip {
  margin: 0.5rem 0 1rem;
  color: #666666;
  font-size: 0.8125rem;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__upload-btn {
  color: #b58b5a;
  border-color: #b58b5a;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__upload-btn:hover {
  background: #b58b5a;
  border-color: #b58b5a;
  color: #fff;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__actions {
  padding-top: 0.25rem;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__actions .btn-primary {
  min-width: 10rem;
  padding: 0.625rem 1.5rem;
  background: #b58b5a;
  border-color: #b58b5a;
}
.theme-heartkeepsake--checkout .boutique-bank-transfer__actions .btn-primary:hover {
  background: #9a7348;
  border-color: #9a7348;
}
.theme-heartkeepsake--checkout .spin {
  animation: boutique-spin 1s linear infinite;
}
@keyframes boutique-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.hk-pdp-buybox-checkout {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.75rem;
  min-width: 0;
  width: 100%;
  padding: 0.75rem 0;
  overflow: visible;
  container-type: inline-size;
}
@container (min-width: 28rem) {
  .hk-pdp-buybox-checkout {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .hk-pdp-buybox-checkout {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
}
.hk-pdp-buybox-checkout .hk-pdp-buybox-btns,
.hk-pdp-buybox-checkout .product-info-btns.hk-pdp-buybox-btns {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  gap: 1rem;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  overflow: visible;
}
@media (max-width: 767.98px) {
  .hk-pdp-buybox-checkout .hk-pdp-buybox-btns,
  .hk-pdp-buybox-checkout .product-info-btns.hk-pdp-buybox-btns {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 374.98px) {
  .hk-pdp-buybox-checkout .hk-pdp-buybox-btns,
  .hk-pdp-buybox-checkout .product-info-btns.hk-pdp-buybox-btns {
    flex-direction: column-reverse;
  }
}
.hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn,
.hk-pdp-buybox-checkout .product-info-btns.hk-pdp-buybox-btns .btn {
  flex: 1 1 0;
  min-width: 0;
  height: 3.25rem;
  min-height: 2.75rem;
  margin: 0;
  padding: 0 1.5rem;
  border-radius: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  overflow: visible;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn .bi,
.hk-pdp-buybox-checkout .product-info-btns.hk-pdp-buybox-btns .btn .bi {
  flex-shrink: 0;
  font-size: 1.0625rem;
}
.hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn > span,
.hk-pdp-buybox-checkout .product-info-btns.hk-pdp-buybox-btns .btn > span {
  flex-shrink: 0;
  overflow: visible;
  text-overflow: clip;
}
.hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn.is-loading,
.hk-pdp-buybox-checkout .product-info-btns.hk-pdp-buybox-btns .btn.is-loading {
  pointer-events: none;
}
.hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn.is-loading .hk-btn-spinner,
.hk-pdp-buybox-checkout .product-info-btns.hk-pdp-buybox-btns .btn.is-loading .hk-btn-spinner {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}
.hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn.add-cart,
.hk-pdp-buybox-checkout .product-info-btns.hk-pdp-buybox-btns .btn.add-cart {
  flex: 32 1 0;
  min-width: 8.75rem;
  background: #fff;
  color: #b58b5a;
  border: 1px solid #b58b5a;
}
.hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn.add-cart:hover,
.hk-pdp-buybox-checkout .product-info-btns.hk-pdp-buybox-btns .btn.add-cart:hover {
  background: rgba(181, 139, 90, 0.12);
  color: rgb(165.9665271967, 123.7205020921, 74.4334728033);
  border-color: rgb(165.9665271967, 123.7205020921, 74.4334728033);
}
.hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn.add-cart.is-loading .hk-btn-spinner,
.hk-pdp-buybox-checkout .product-info-btns.hk-pdp-buybox-btns .btn.add-cart.is-loading .hk-btn-spinner {
  color: #b58b5a;
}
.hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn.buy-now,
.hk-pdp-buybox-checkout .product-info-btns.hk-pdp-buybox-btns .btn.buy-now {
  flex: 65 1 0;
  background: #b58b5a;
  border: 1px solid #b58b5a;
  color: #fff;
  font-weight: 600;
}
.hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn.buy-now:hover,
.hk-pdp-buybox-checkout .product-info-btns.hk-pdp-buybox-btns .btn.buy-now:hover {
  background: rgb(158.9246861925, 118.4711297071, 71.2753138075);
  border-color: rgb(158.9246861925, 118.4711297071, 71.2753138075);
  box-shadow: 0 4px 12px rgba(181, 139, 90, 0.32);
}
.hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn.buy-now.is-loading .hk-btn-spinner,
.hk-pdp-buybox-checkout .product-info-btns.hk-pdp-buybox-btns .btn.buy-now.is-loading .hk-btn-spinner {
  color: #fff;
}
@media (max-width: 767.98px) {
  .hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn.add-cart, .hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn.buy-now,
  .hk-pdp-buybox-checkout .product-info-btns.hk-pdp-buybox-btns .btn.add-cart,
  .hk-pdp-buybox-checkout .product-info-btns.hk-pdp-buybox-btns .btn.buy-now {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
  }
}
@media (max-width: 374.98px) {
  .hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn.add-cart, .hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn.buy-now,
  .hk-pdp-buybox-checkout .product-info-btns.hk-pdp-buybox-btns .btn.add-cart,
  .hk-pdp-buybox-checkout .product-info-btns.hk-pdp-buybox-btns .btn.buy-now {
    flex: 0 0 auto;
    width: 100%;
  }
}

.hk-pdp-buybox-price {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.125rem;
  padding: 0;
}
@media (max-width: 767.98px) {
  .hk-pdp-buybox-price {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
  }
}
.hk-pdp-buybox-price__label {
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: rgba(102, 102, 102, 0.85);
  line-height: 1.2;
}
.hk-pdp-buybox-price__prices {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 0.375rem;
}
.hk-pdp-buybox-price__amount {
  font-size: clamp(1.375rem, 3.8vw, 1.625rem);
  font-weight: 700;
  color: #2f2f2f;
  line-height: 1.1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.hk-pdp-buybox-price__origin {
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(102, 102, 102, 0.9);
  text-decoration: line-through;
  line-height: 1.2;
  white-space: nowrap;
}
.hk-pdp-buybox-price__promo-row {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.125rem;
  max-width: 100%;
}
.hk-pdp-buybox-price__save {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0.125rem 0.4375rem;
  border-radius: 999px;
  background: rgba(25, 135, 84, 0.12);
  color: #157347;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}
.hk-pdp-buybox-price__promo-sep {
  flex-shrink: 0;
  font-size: 0.6875rem;
  font-weight: 400;
  color: rgba(102, 102, 102, 0.55);
  line-height: 1;
}
.hk-pdp-buybox-price__promo {
  flex-shrink: 1;
  min-width: 0;
  font-size: 0.6875rem;
  font-weight: 400;
  color: rgba(102, 102, 102, 0.75);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hk-pdp-selection-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 4px 0 4px 0;
  background-color: #b58b5a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5 6.5 11.5 12.5 4.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.7rem 0.7rem;
  pointer-events: none;
  display: none;
}
.hk-pdp-selection-badge--sm {
  width: 0.9375rem;
  height: 0.9375rem;
  background-size: 0.55rem 0.55rem;
}

body.page-product.theme-heartkeepsake .product-variant-box .variant-values .variant-value-name,
.theme-heartkeepsake.page-product .px-pdp .product-variant-box .variant-values .variant-value-name {
  position: relative;
  overflow: visible;
}
body.page-product.theme-heartkeepsake .product-variant-box .variant-values .variant-value-name.active > .hk-pdp-selection-badge, body.page-product.theme-heartkeepsake .product-variant-box .variant-values .variant-value-name.is-selected > .hk-pdp-selection-badge,
.theme-heartkeepsake.page-product .px-pdp .product-variant-box .variant-values .variant-value-name.active > .hk-pdp-selection-badge,
.theme-heartkeepsake.page-product .px-pdp .product-variant-box .variant-values .variant-value-name.is-selected > .hk-pdp-selection-badge {
  display: block !important;
}
body.page-product.theme-heartkeepsake .hk-pdp-product-options__choice,
body.page-product.theme-heartkeepsake .option-radio-item,
body.page-product.theme-heartkeepsake .option-checkbox-item,
body.page-product.theme-heartkeepsake .hk-pdp-product-options__select-wrap,
.theme-heartkeepsake.page-product .px-pdp .hk-pdp-product-options__choice,
.theme-heartkeepsake.page-product .px-pdp .option-radio-item,
.theme-heartkeepsake.page-product .px-pdp .option-checkbox-item,
.theme-heartkeepsake.page-product .px-pdp .hk-pdp-product-options__select-wrap {
  position: relative;
  overflow: visible;
}
body.page-product.theme-heartkeepsake .hk-pdp-product-options__choice.selected > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .hk-pdp-product-options__choice.is-selected > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .hk-pdp-product-options__choice:has(input:checked) > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .option-radio-item.selected > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .option-radio-item.is-selected > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .option-radio-item:has(input:checked) > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .option-checkbox-item.selected > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .option-checkbox-item.is-selected > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .option-checkbox-item:has(input:checked) > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .hk-pdp-product-options__select-wrap.is-selected > .hk-pdp-selection-badge,
.theme-heartkeepsake.page-product .px-pdp .hk-pdp-product-options__choice.selected > .hk-pdp-selection-badge,
.theme-heartkeepsake.page-product .px-pdp .hk-pdp-product-options__choice.is-selected > .hk-pdp-selection-badge,
.theme-heartkeepsake.page-product .px-pdp .hk-pdp-product-options__choice:has(input:checked) > .hk-pdp-selection-badge,
.theme-heartkeepsake.page-product .px-pdp .option-radio-item.selected > .hk-pdp-selection-badge,
.theme-heartkeepsake.page-product .px-pdp .option-radio-item.is-selected > .hk-pdp-selection-badge,
.theme-heartkeepsake.page-product .px-pdp .option-radio-item:has(input:checked) > .hk-pdp-selection-badge,
.theme-heartkeepsake.page-product .px-pdp .option-checkbox-item.selected > .hk-pdp-selection-badge,
.theme-heartkeepsake.page-product .px-pdp .option-checkbox-item.is-selected > .hk-pdp-selection-badge,
.theme-heartkeepsake.page-product .px-pdp .option-checkbox-item:has(input:checked) > .hk-pdp-selection-badge,
.theme-heartkeepsake.page-product .px-pdp .hk-pdp-product-options__select-wrap.is-selected > .hk-pdp-selection-badge {
  display: block !important;
}
body.page-product.theme-heartkeepsake .hk-pdp-form__preset,
body.page-product.theme-heartkeepsake .hk-pdp-form__font-option,
body.page-product.theme-heartkeepsake .hk-pdp-form__color-swatch,
body.page-product.theme-heartkeepsake .hk-crystal-editor__font-option,
.theme-heartkeepsake.page-product .px-pdp .hk-pdp-form__preset,
.theme-heartkeepsake.page-product .px-pdp .hk-pdp-form__font-option,
.theme-heartkeepsake.page-product .px-pdp .hk-pdp-form__color-swatch,
.theme-heartkeepsake.page-product .px-pdp .hk-crystal-editor__font-option {
  position: relative;
}
body.page-product.theme-heartkeepsake .hk-pdp-form__preset.is-active::before, body.page-product.theme-heartkeepsake .hk-pdp-form__preset[aria-selected=true]::before,
body.page-product.theme-heartkeepsake .hk-pdp-form__font-option.is-active::before,
body.page-product.theme-heartkeepsake .hk-pdp-form__font-option[aria-selected=true]::before,
body.page-product.theme-heartkeepsake .hk-pdp-form__color-swatch.is-active::before,
body.page-product.theme-heartkeepsake .hk-pdp-form__color-swatch[aria-selected=true]::before,
body.page-product.theme-heartkeepsake .hk-crystal-editor__font-option.is-active::before,
body.page-product.theme-heartkeepsake .hk-crystal-editor__font-option[aria-selected=true]::before,
.theme-heartkeepsake.page-product .px-pdp .hk-pdp-form__preset.is-active::before,
.theme-heartkeepsake.page-product .px-pdp .hk-pdp-form__preset[aria-selected=true]::before,
.theme-heartkeepsake.page-product .px-pdp .hk-pdp-form__font-option.is-active::before,
.theme-heartkeepsake.page-product .px-pdp .hk-pdp-form__font-option[aria-selected=true]::before,
.theme-heartkeepsake.page-product .px-pdp .hk-pdp-form__color-swatch.is-active::before,
.theme-heartkeepsake.page-product .px-pdp .hk-pdp-form__color-swatch[aria-selected=true]::before,
.theme-heartkeepsake.page-product .px-pdp .hk-crystal-editor__font-option.is-active::before,
.theme-heartkeepsake.page-product .px-pdp .hk-crystal-editor__font-option[aria-selected=true]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 4px 0 4px 0;
  background-color: #b58b5a;
  pointer-events: none;
}
body.page-product.theme-heartkeepsake .hk-pdp-form__preset.is-active::after, body.page-product.theme-heartkeepsake .hk-pdp-form__preset[aria-selected=true]::after,
body.page-product.theme-heartkeepsake .hk-pdp-form__font-option.is-active::after,
body.page-product.theme-heartkeepsake .hk-pdp-form__font-option[aria-selected=true]::after,
body.page-product.theme-heartkeepsake .hk-pdp-form__color-swatch.is-active::after,
body.page-product.theme-heartkeepsake .hk-pdp-form__color-swatch[aria-selected=true]::after,
body.page-product.theme-heartkeepsake .hk-crystal-editor__font-option.is-active::after,
body.page-product.theme-heartkeepsake .hk-crystal-editor__font-option[aria-selected=true]::after,
.theme-heartkeepsake.page-product .px-pdp .hk-pdp-form__preset.is-active::after,
.theme-heartkeepsake.page-product .px-pdp .hk-pdp-form__preset[aria-selected=true]::after,
.theme-heartkeepsake.page-product .px-pdp .hk-pdp-form__font-option.is-active::after,
.theme-heartkeepsake.page-product .px-pdp .hk-pdp-form__font-option[aria-selected=true]::after,
.theme-heartkeepsake.page-product .px-pdp .hk-pdp-form__color-swatch.is-active::after,
.theme-heartkeepsake.page-product .px-pdp .hk-pdp-form__color-swatch[aria-selected=true]::after,
.theme-heartkeepsake.page-product .px-pdp .hk-crystal-editor__font-option.is-active::after,
.theme-heartkeepsake.page-product .px-pdp .hk-crystal-editor__font-option[aria-selected=true]::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.375rem;
  z-index: 5;
  width: 0.3125rem;
  height: 0.5625rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  pointer-events: none;
}

.theme-heartkeepsake .px-pdp {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}
.theme-heartkeepsake .px-pdp .product-title,
.theme-heartkeepsake .px-pdp .product-name {
  color: #2f2f2f;
  font-weight: 600;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
.theme-heartkeepsake .px-pdp .product-type-name {
  font-size: 1rem;
  font-weight: 500;
  color: #666666;
  margin: -0.35rem 0 0.75rem;
}
.theme-heartkeepsake .px-pdp .hk-pdp-upload-cta {
  margin: 1rem 0 1.25rem;
}
.theme-heartkeepsake .px-pdp .hk-pdp-upload-cta__btn {
  font-weight: 600;
  padding: 0.85rem 1.25rem;
}
.theme-heartkeepsake .px-pdp .hk-pdp-upload-cta__hint {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  color: #666666;
  text-align: center;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form {
  margin: 1.75rem 0 2rem;
  padding: 1.5rem;
  font-family: "Montserrat", "Jost", Arial, sans-serif;
  background: #faf8f5;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form > * + * {
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid #e0e0e0;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form .hk-pdp-form__field + .hk-pdp-form__field--font-picker,
.theme-heartkeepsake .px-pdp .hk-pdp-form .hk-pdp-form__field + .hk-pdp-form__field--color-picker,
.theme-heartkeepsake .px-pdp .hk-pdp-form .hk-pdp-form__field--font-picker + .hk-pdp-form__field--color-picker {
  margin-top: 1rem;
  padding-top: 0;
  border-top: none;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1.5rem;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__photos .hk-pdp-form__field--photo {
  margin-top: 0;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__photos .hk-pdp-form__field--photo.has-error .hk-pdp-form__upload-zone {
  border-color: #b4534b;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__field--photo.has-error .hk-pdp-form__upload-zone {
  border-color: #b4534b;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__hint {
  margin: 0 0 1.25rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #666666;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__hint--crystal {
  padding: 0.75rem 1rem;
  background: rgba(210, 235, 255, 0.35);
  border: 1px solid rgba(120, 170, 220, 0.25);
  border-radius: 4px;
  color: rgb(81.6, 81.6, 81.6);
}
.theme-heartkeepsake .px-pdp .hk-pdp-form--crystal > * + * {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form--crystal .hk-pdp-form__hint--crystal + .hk-pdp-form__field--photo {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__field--background + .theme-heartkeepsake .px-pdp .hk-pdp-form__field--background, .theme-heartkeepsake .px-pdp .hk-pdp-form__field--background + .theme-heartkeepsake .px-pdp .hk-pdp-form__field--layer-image, .theme-heartkeepsake .px-pdp .hk-pdp-form__field--layer-image + .theme-heartkeepsake .px-pdp .hk-pdp-form__field--background, .theme-heartkeepsake .px-pdp .hk-pdp-form__field--layer-image + .theme-heartkeepsake .px-pdp .hk-pdp-form__field--layer-image {
  margin-top: 1.75rem;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__field--background.has-error .hk-pdp-form__preset-grid, .theme-heartkeepsake .px-pdp .hk-pdp-form__field--background.has-error .hk-pdp-form__upload-zone, .theme-heartkeepsake .px-pdp .hk-pdp-form__field--layer-image.has-error .hk-pdp-form__preset-grid, .theme-heartkeepsake .px-pdp .hk-pdp-form__field--layer-image.has-error .hk-pdp-form__upload-zone {
  outline: 1px solid #b4534b;
  outline-offset: 2px;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__background-group {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  background: transparent;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__background-config .hk-pdp-form__label {
  margin-bottom: 0.625rem;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form .hk-pdp-form__layer-upload + .hk-pdp-form__background-config,
.theme-heartkeepsake .px-pdp .hk-pdp-form .hk-pdp-form__upload-toolbar + .hk-pdp-form__upload-presets {
  margin-top: 0.875rem;
  padding-top: 0.875rem;
  border-top: 1px solid #e0e0e0;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__upload-toolbar {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.875rem;
}
@media (max-width: 575.98px) {
  .theme-heartkeepsake .px-pdp .hk-pdp-form__upload-toolbar {
    gap: 0.625rem;
  }
  .theme-heartkeepsake .px-pdp .hk-pdp-form__upload-zone {
    width: 4.625rem;
    height: 4.625rem;
  }
  .theme-heartkeepsake .px-pdp .hk-pdp-form__image-nudge:not(.d-none) {
    gap: 0.375rem;
  }
  .theme-heartkeepsake .px-pdp .hk-pdp-form__image-nudge-move, .theme-heartkeepsake .px-pdp .hk-pdp-form__image-nudge-side {
    height: 4.625rem;
    padding: 0.1875rem 0.25rem;
  }
  .theme-heartkeepsake .px-pdp .hk-pdp-form__image-nudge-move {
    grid-template-columns: repeat(3, 1.375rem);
    grid-template-rows: repeat(3, 1.375rem);
    gap: 0.1875rem;
  }
  .theme-heartkeepsake .px-pdp .hk-pdp-form__image-nudge-side {
    grid-template-columns: repeat(2, 1.375rem);
    grid-template-rows: repeat(2, 1.375rem);
    gap: 0.1875rem;
  }
  .theme-heartkeepsake .px-pdp .hk-pdp-form__image-nudge-btn {
    width: 1.375rem;
    height: 1.375rem;
    font-size: 0.75rem;
  }
  .theme-heartkeepsake .px-pdp .hk-pdp-form__image-nudge-btn.hk-pdp-form__image-nudge-btn--symbol {
    font-size: 0.9375rem;
  }
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__image-nudge:not(.d-none) {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.5rem;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__image-nudge-move, .theme-heartkeepsake .px-pdp .hk-pdp-form__image-nudge-side {
  box-sizing: border-box;
  height: 5rem;
  padding: 0.25rem 0.375rem;
  background: transparent;
  border: none;
  border-radius: 0;
  flex-shrink: 0;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__image-nudge-move {
  display: grid;
  grid-template-columns: repeat(3, 1.5rem);
  grid-template-rows: repeat(3, 1.5rem);
  gap: 0.25rem;
  align-content: center;
  justify-content: center;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__image-nudge-move > [data-image-nudge-dir=up] {
  grid-column: 2;
  grid-row: 1;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__image-nudge-move > [data-image-nudge-dir=left] {
  grid-column: 1;
  grid-row: 2;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__image-nudge-move > [data-image-nudge-dir=right] {
  grid-column: 3;
  grid-row: 2;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__image-nudge-move > [data-image-nudge-dir=down] {
  grid-column: 2;
  grid-row: 3;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__image-nudge-side {
  display: grid;
  grid-template-columns: repeat(2, 1.5rem);
  grid-template-rows: repeat(2, 1.5rem);
  gap: 0.25rem;
  align-content: center;
  justify-content: center;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__image-nudge-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.65);
  color: #2f2f2f;
  font-size: 0.8125rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.12s ease;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__image-nudge-btn--symbol {
  font-size: 1rem;
  font-weight: 600;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__image-nudge-btn--subtle {
  color: #2f2f2f;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__image-nudge-btn:hover, .theme-heartkeepsake .px-pdp .hk-pdp-form__image-nudge-btn:focus-visible {
  color: #d87093;
  background: rgba(216, 112, 147, 0.1);
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__image-nudge-btn:active {
  transform: scale(0.94);
  background: rgba(216, 112, 147, 0.14);
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__preset-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(4.5rem, 1fr));
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 1rem;
  margin-bottom: 0;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__preset {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__preset img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__preset:hover {
  transform: scale(1.05);
  border-color: rgba(47, 47, 47, 0.35);
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__preset.is-active {
  border-color: #2f2f2f;
  box-shadow: 0 0 0 1px #2f2f2f;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__layer-upload {
  margin-top: 0;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__layer-upload-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #666666;
  margin-bottom: 0.75rem;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__font-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__font-option {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 4.5rem;
  min-height: 4.5rem;
  padding: 0.5rem;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  background: #ffffff;
  font-size: 1.375rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__font-option:hover {
  border-color: #e8a0bf;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__font-option.is-active {
  border-color: #d87093;
  background: #fff0f5;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__color-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__color-swatch {
  width: 4.7rem;
  height: 4.7rem;
  min-width: 4.7rem;
  min-height: 4.7rem;
  padding: 0.5rem;
  border: 2px solid transparent;
  border-radius: 4px;
  background-clip: content-box;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__color-swatch:hover {
  border-color: #e8a0bf;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__color-swatch.is-active {
  border-color: #d87093;
  box-shadow: none;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 0.625rem;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__required {
  color: #d87093;
  margin-left: 0.15rem;
  text-transform: none;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__upload-zone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 0;
  box-shadow: none;
  transition: background-color 0.2s ease;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__upload-zone:has(.hk-pdp-form__upload-placeholder:not(.d-none)) {
  background: rgba(255, 240, 245, 0.45);
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__upload-zone:hover {
  background: #fff8fb;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__upload-zone:hover .hk-pdp-form__upload-placeholder {
  color: #d87093;
  transform: scale(1.12);
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__upload-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #e8a0bf;
  font-size: 1.75rem;
  line-height: 1;
  transition: color 0.2s ease, transform 0.2s ease;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__upload-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__tips {
  counter-reset: hk-tip;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  line-height: 1.55;
  color: #666666;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__tips li {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 0.35rem;
  counter-increment: hk-tip;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__tips li::before {
  content: counter(hk-tip) ".";
  flex-shrink: 0;
  font-weight: 600;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__input-wrap {
  position: relative;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__input {
  padding-right: 3.25rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-weight: 400;
  color: #333333;
  background: #ffffff;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__input::-moz-placeholder {
  color: #666666;
  font-weight: 300;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__input::placeholder {
  color: #666666;
  font-weight: 300;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__input:focus {
  border-color: #d87093;
  box-shadow: 0 0 0 3px rgba(216, 112, 147, 0.15);
  outline: none;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__text-input {
  min-height: 2.875rem;
  padding: 0.75rem 4rem 0.75rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__text-input::-moz-placeholder {
  font-size: 1rem;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__text-input::placeholder {
  font-size: 1rem;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__input-wrap:has(.hk-pdp-form__text-input) .hk-pdp-form__char-count {
  font-size: 0.8125rem;
}
.theme-heartkeepsake .px-pdp .hk-pdp-form__char-count {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75rem;
  font-weight: 300;
  color: #666666;
  pointer-events: none;
}
.theme-heartkeepsake .px-pdp .hk-pdp-advanced-editor {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  color: #666666;
}
.theme-heartkeepsake .px-pdp .hk-pdp-advanced-editor a {
  font-weight: 600;
}
.theme-heartkeepsake .px-pdp .hk-pdp-customize {
  scroll-margin-top: 6rem;
  transition: box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake .px-pdp .hk-pdp-customize.is-highlight {
  box-shadow: 0 0 0 3px rgba(181, 139, 90, 0.35);
  border-radius: 8px;
}
.theme-heartkeepsake .px-pdp .product-price {
  margin-bottom: 1rem;
}
.theme-heartkeepsake .px-pdp .product-price .price,
.theme-heartkeepsake .px-pdp .product-price .price-new {
  color: #b58b5a;
  font-weight: 800;
  font-size: clamp(1.875rem, 4.5vw, 2.375rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.theme-heartkeepsake .px-pdp .product-price .old-price {
  color: #666666;
  font-size: 1.125rem;
  font-weight: 500;
}
.theme-heartkeepsake .px-pdp .sub-product-title {
  color: #666666;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
.theme-heartkeepsake .px-pdp .stock-wrap {
  margin-bottom: 1rem;
}
.theme-heartkeepsake .px-pdp .stock-wrap .in-stock.badge {
  background: rgba(181, 139, 90, 0.12);
  color: rgb(158.9246861925, 118.4711297071, 71.2753138075);
  border: 1px solid rgba(181, 139, 90, 0.25);
}
.theme-heartkeepsake .px-pdp .stock-wrap .out-stock.badge {
  background: rgba(180, 83, 75, 0.1);
  color: #b4534b;
  border: 1px solid rgba(180, 83, 75, 0.25);
}
.theme-heartkeepsake .px-pdp .hk-pdp-before-order {
  margin: 1.25rem 0;
  padding: 1rem 1.125rem;
  border: 1px solid rgba(180, 83, 75, 0.35);
  border-radius: 8px;
  background: rgba(180, 83, 75, 0.06);
}
.theme-heartkeepsake .px-pdp .hk-pdp-before-order__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 0.75rem;
}
.theme-heartkeepsake .px-pdp .hk-pdp-before-order__title i {
  color: rgb(158.4, 73.04, 66);
  font-size: 1rem;
}
.theme-heartkeepsake .px-pdp .hk-pdp-before-order__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #2f2f2f;
  margin-bottom: 0.45rem;
}
.theme-heartkeepsake .px-pdp .hk-pdp-before-order__list li:last-child {
  margin-bottom: 0;
}
.theme-heartkeepsake .px-pdp .hk-pdp-before-order__list li i {
  flex-shrink: 0;
  color: rgb(165.6, 76.36, 69);
  margin-top: 0.15rem;
  font-size: 0.875rem;
}
.theme-heartkeepsake .px-pdp .product-variant-box {
  margin-bottom: 2rem;
  font-family: "Montserrat", "Jost", Arial, sans-serif;
}
.theme-heartkeepsake .px-pdp .product-variant-box .product-variant {
  margin-bottom: 1.75rem;
}
.theme-heartkeepsake .px-pdp .product-variant-box .product-variant:last-child {
  margin-bottom: 0;
}
.theme-heartkeepsake .px-pdp .product-variant-box .product-variant .variant-title {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 1rem;
}
.theme-heartkeepsake .px-pdp .product-variant-box .product-variant .variant-title .variant-selected-label {
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #666666;
}
.theme-heartkeepsake .px-pdp .product-variant-box .product-variant:not(.product-variant--pre-upload):not(.product-variant--post-upload) .variant-values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
}
.theme-heartkeepsake .px-pdp .product-variant-box .product-variant:not(.product-variant--pre-upload):not(.product-variant--post-upload) .variant-values .variant-value-name:not(.variant-value-name--swatch):not(.variant-value-name--image) {
  margin: 0;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 0.625rem 1.25rem;
  min-height: 3.25rem;
  color: #333333;
  background: #ffffff;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.theme-heartkeepsake .px-pdp .product-variant-box .product-variant:not(.product-variant--pre-upload):not(.product-variant--post-upload) .variant-values .variant-value-name:not(.variant-value-name--swatch):not(.variant-value-name--image) .variant-image-container {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}
.theme-heartkeepsake .px-pdp .product-variant-box .product-variant:not(.product-variant--pre-upload):not(.product-variant--post-upload) .variant-values .variant-value-name:not(.variant-value-name--swatch):not(.variant-value-name--image) .variant-value-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-heartkeepsake .px-pdp .product-variant-box .product-variant:not(.product-variant--pre-upload):not(.product-variant--post-upload) .variant-values .variant-value-name:not(.variant-value-name--swatch):not(.variant-value-name--image) .variant-text {
  font-size: 0.9375rem;
  line-height: 1.25;
  font-weight: 500;
}
.theme-heartkeepsake .px-pdp .product-variant-box .product-variant:not(.product-variant--pre-upload):not(.product-variant--post-upload) .variant-values .variant-value-name:not(.variant-value-name--swatch):not(.variant-value-name--image):hover:not(.disabled) {
  border-color: #2f2f2f;
  box-shadow: none;
}
.theme-heartkeepsake .px-pdp .product-variant-box .product-variant:not(.product-variant--pre-upload):not(.product-variant--post-upload) .variant-values .variant-value-name:not(.variant-value-name--swatch):not(.variant-value-name--image).active {
  background: rgba(181, 139, 90, 0.1);
  border-color: #b58b5a;
  color: #333333;
  box-shadow: inset 0 0 0 1px rgba(181, 139, 90, 0.35);
}
.theme-heartkeepsake .px-pdp .product-variant-box .product-variant:not(.product-variant--pre-upload):not(.product-variant--post-upload) .variant-values .variant-value-name:not(.variant-value-name--swatch):not(.variant-value-name--image).active .variant-text {
  color: #333333;
  font-weight: 600;
}
.theme-heartkeepsake .px-pdp .product-param {
  padding: 0;
  margin: 0 0 1.25rem;
  list-style: none;
}
.theme-heartkeepsake .px-pdp .product-param li {
  padding: 0.35rem 0;
  color: #2f2f2f;
  font-size: 0.875rem;
  border-bottom: 1px solid #e6ded4;
}
.theme-heartkeepsake .px-pdp .product-param li:last-child {
  border-bottom: none;
}
.theme-heartkeepsake .px-pdp .product-param li .title {
  color: #666666;
  margin-right: 0.35rem;
}
.theme-heartkeepsake .px-pdp .product-param li .value a {
  color: #2f2f2f;
}
.theme-heartkeepsake .px-pdp .product-param li .value a:hover {
  color: #b58b5a;
}
.theme-heartkeepsake .px-pdp .product-info-bottom {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e6ded4;
  display: block !important;
  height: auto !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
}
.theme-heartkeepsake .px-pdp .product-info-bottom__dock-slot {
  display: block;
  width: 100%;
  min-height: 0;
}
.theme-heartkeepsake .px-pdp .product-info-bottom__main {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.75rem;
  width: 100%;
  position: relative;
}
.theme-heartkeepsake .px-pdp .product-info-bottom__main:has(.hk-pdp-buybox-checkout) {
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0;
}
.theme-heartkeepsake .px-pdp .product-info-bottom__main:has(.hk-pdp-buybox-checkout) .hk-pdp-buybox-checkout {
  flex: 1 1 100%;
  width: 100%;
  min-width: 0;
}
.theme-heartkeepsake .px-pdp .product-info-bottom .quantity-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 12.5rem;
  min-width: 11.25rem;
  height: 3rem;
  border: 1px solid #e6ded4;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
}
@media (max-width: 991.98px) {
  .theme-heartkeepsake .px-pdp .product-info-bottom .quantity-wrap {
    width: auto;
    max-width: 8.5rem;
    min-width: 0;
    align-self: flex-start;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
.theme-heartkeepsake .px-pdp .product-info-bottom .quantity-wrap input.product-quantity,
.theme-heartkeepsake .px-pdp .product-info-bottom .quantity-wrap input {
  flex: 1 1 auto;
  min-width: 3rem;
  width: auto;
  height: 100%;
  border: none;
  border-radius: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #2f2f2f;
  padding: 0 0.35rem;
  box-shadow: none !important;
  background: transparent;
  -moz-appearance: textfield;
}
.theme-heartkeepsake .px-pdp .product-info-bottom .quantity-wrap input.product-quantity::-webkit-inner-spin-button, .theme-heartkeepsake .px-pdp .product-info-bottom .quantity-wrap input.product-quantity::-webkit-outer-spin-button,
.theme-heartkeepsake .px-pdp .product-info-bottom .quantity-wrap input::-webkit-inner-spin-button,
.theme-heartkeepsake .px-pdp .product-info-bottom .quantity-wrap input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.theme-heartkeepsake .px-pdp .product-info-bottom .quantity-wrap .minus,
.theme-heartkeepsake .px-pdp .product-info-bottom .quantity-wrap .plus {
  flex: 0 0 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
  max-width: 2.75rem;
  height: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #666666;
  background: rgba(181, 139, 90, 0.05);
  transition: color 0.15s ease, background-color 0.15s ease;
}
.theme-heartkeepsake .px-pdp .product-info-bottom .quantity-wrap .minus i,
.theme-heartkeepsake .px-pdp .product-info-bottom .quantity-wrap .plus i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  line-height: 1;
}
.theme-heartkeepsake .px-pdp .product-info-bottom .quantity-wrap .minus:hover,
.theme-heartkeepsake .px-pdp .product-info-bottom .quantity-wrap .plus:hover {
  color: #b58b5a;
  background: rgba(181, 139, 90, 0.12);
}
.theme-heartkeepsake .px-pdp .product-info-bottom .quantity-wrap .minus {
  border-right: 1px solid #e6ded4;
}
.theme-heartkeepsake .px-pdp .product-info-bottom .quantity-wrap .plus {
  border-left: 1px solid #e6ded4;
}
.theme-heartkeepsake .px-pdp .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns) {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.75rem;
  min-width: 0;
}
@media (max-width: 991.98px) {
  .theme-heartkeepsake .px-pdp .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns) {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }
}
.theme-heartkeepsake .px-pdp .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns) .btn {
  flex: 1 1 0;
  min-width: 0;
  height: 3rem;
  margin: 0;
  padding: 0 1rem;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 4px;
}
.theme-heartkeepsake .px-pdp .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns) .btn.is-loading {
  pointer-events: none;
}
.theme-heartkeepsake .px-pdp .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns) .btn.is-loading .hk-btn-spinner {
  position: absolute;
  inset: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
}
.theme-heartkeepsake .px-pdp .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns) .btn.btn-primary.add-cart.is-loading .hk-btn-spinner {
  color: #fff;
}
.theme-heartkeepsake .px-pdp .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns) .btn.buy-now.is-loading {
  color: transparent;
}
.theme-heartkeepsake .px-pdp .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns) .btn.buy-now.is-loading .hk-btn-spinner {
  color: #b58b5a;
}
.theme-heartkeepsake .px-pdp .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns) .btn-primary.add-cart {
  background: #b58b5a;
  border-color: #b58b5a;
  color: #fff;
}
.theme-heartkeepsake .px-pdp .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns) .btn.buy-now {
  color: #b58b5a;
  border: 1px solid #b58b5a;
  background: transparent;
}
.theme-heartkeepsake .px-pdp .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns) .btn.buy-now:hover {
  background: #b58b5a;
  color: #fff;
}
.theme-heartkeepsake .px-pdp .product-info-bottom__extras {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: none;
  max-width: 100%;
  margin-top: 2rem;
  padding-top: 0;
  clear: both;
  position: relative;
  z-index: 0;
}
.theme-heartkeepsake .px-pdp .product-info-bottom__extras .trust-badges {
  margin: 0;
  padding: 0;
}
.theme-heartkeepsake .px-pdp .product-info-bottom__extras .trust-badges.trust-badges--product .trust-badges__features {
  flex-direction: column;
  gap: 0.625rem;
  margin: 0 0 1rem;
}
@media (min-width: 576px) {
  .theme-heartkeepsake .px-pdp .product-info-bottom__extras .trust-badges.trust-badges--product .trust-badges__features {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.625rem 1.5rem;
  }
}
.theme-heartkeepsake .px-pdp .product-info-bottom__extras .trust-badges.trust-badges--product .trust-badges__item {
  font-size: 0.8125rem;
  color: #2f2f2f;
}
.theme-heartkeepsake .px-pdp .product-info-bottom__extras .trust-badges.trust-badges--product .trust-badges__item .bi {
  color: #b58b5a;
}
.theme-heartkeepsake .px-pdp .product-info-bottom__extras .trust-badges.trust-badges--product .trust-badges__item .bi-shield-lock-fill {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: url("/static/themes/heartkeepsake/images/icons/trust-shield.svg") center/contain no-repeat;
}
.theme-heartkeepsake .px-pdp .product-info-bottom__extras .trust-badges.trust-badges--product .trust-badges__item .bi-shield-lock-fill::before {
  content: none !important;
}
.theme-heartkeepsake .px-pdp .product-info-bottom__extras .trust-badges.trust-badges--product .trust-badges__payments {
  border-top: 1px solid #e6ded4;
  padding-top: 1rem;
  margin-top: 0;
}
.theme-heartkeepsake .px-pdp .product-info-bottom__extras .trust-badges.trust-badges--product .trust-badges__payments-label {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2f2f2f;
  margin-bottom: 0.625rem;
}
.theme-heartkeepsake .px-pdp .product-info-bottom__extras .trust-badges.trust-badges--product .trust-badges__payments-list {
  gap: 0.5rem;
}
.theme-heartkeepsake .px-pdp .product-info-bottom__extras .trust-badges.trust-badges--product .trust-badges__pay-pill {
  padding: 0.25rem 0.625rem;
  font-size: 0.75rem;
  border-radius: 4px;
  border-color: #e6ded4;
  background: #ffffff;
}
.theme-heartkeepsake .px-pdp .product-info-bottom__extras .social-share ~ .trust-badges {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e6ded4;
}
.theme-heartkeepsake .px-pdp .product-info-bottom__extras .social-share {
  flex: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border-top: 0;
}
.theme-heartkeepsake .px-pdp .product-info-bottom__extras .social-share .social-share__heading {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2f2f2f;
  margin-bottom: 0.75rem;
}
.theme-heartkeepsake .px-pdp .product-info-bottom__extras .social-share .social-share__buttons {
  gap: 0.625rem;
}
.theme-heartkeepsake .px-pdp .product-info-bottom__extras .social-share .social-share__btn {
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 8px;
  border-color: #e6ded4;
  background: #ffffff;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.theme-heartkeepsake .px-pdp .product-info-bottom__extras .social-share .social-share__btn:hover, .theme-heartkeepsake .px-pdp .product-info-bottom__extras .social-share .social-share__btn:focus-visible {
  border-color: rgba(181, 139, 90, 0.45);
  background: rgba(181, 139, 90, 0.06);
}
.theme-heartkeepsake .px-pdp .add-wishlist {
  color: #666666;
  font-size: 0.875rem;
}
.theme-heartkeepsake .px-pdp .add-wishlist:hover {
  color: #b58b5a;
}
.theme-heartkeepsake .px-pdp .boutique-pdp-trust {
  margin-top: 1rem;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  padding: 0.875rem 1rem;
  background: rgba(181, 139, 90, 0.04);
}
.theme-heartkeepsake .px-pdp .boutique-pdp-trust li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #2f2f2f;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-bottom: 0.45rem;
}
.theme-heartkeepsake .px-pdp .boutique-pdp-trust li:last-child {
  margin-bottom: 0;
}
.theme-heartkeepsake .px-pdp .boutique-pdp-trust i {
  color: #b58b5a;
  line-height: 1.3;
  margin-top: 0.05rem;
}

@media (min-width: 1200px) {
  .theme-heartkeepsake.page-product .boutique-pdp-container {
    max-width: 1280px;
  }
}
@media (min-width: 1400px) {
  .theme-heartkeepsake.page-product .boutique-pdp-container {
    max-width: 1360px;
  }
}
@media (min-width: 992px) {
  .theme-heartkeepsake.page-product .page-product-top .product-images {
    top: 88px;
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .theme-heartkeepsake.page-product .page-product-top .product-images .sub-product-img {
    height: 758px;
    flex: 0 0 88px;
    width: 88px;
    margin-right: 1rem;
  }
}
@media (min-width: 992px) {
  .theme-heartkeepsake.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide {
    width: 88px;
    height: 88px;
  }
}
@media (min-width: 992px) {
  .theme-heartkeepsake.page-product .page-product-top .product-images .sub-product-img--below {
    width: 100%;
    max-width: 758px;
    height: auto;
    flex: none;
    margin-right: 0;
    margin-top: 0.75rem;
  }
  .theme-heartkeepsake.page-product .page-product-top .product-images .sub-product-img--below::before, .theme-heartkeepsake.page-product .page-product-top .product-images .sub-product-img--below::after {
    display: none;
  }
  .theme-heartkeepsake.page-product .page-product-top .product-images .sub-product-img--below .swiper {
    height: auto;
    padding: 0 2.25rem;
  }
  .theme-heartkeepsake.page-product .page-product-top .product-images .sub-product-img--below .swiper .swiper-slide {
    width: 120px !important;
    height: auto;
    margin-bottom: 0 !important;
  }
  .theme-heartkeepsake.page-product .page-product-top .product-images .sub-product-img--below .swiper .swiper-slide .thumbnail-item {
    width: 120px;
    height: 120px;
  }
  .theme-heartkeepsake.page-product .page-product-top .product-images .sub-product-img--below .swiper .sub-product-btn > div {
    top: 0;
    bottom: 0;
    width: 32px;
    height: auto;
  }
  .theme-heartkeepsake.page-product .page-product-top .product-images .sub-product-img--below .swiper .sub-product-btn > div.sub-product-prev {
    left: 0;
    right: auto;
  }
  .theme-heartkeepsake.page-product .page-product-top .product-images .sub-product-img--below .swiper .sub-product-btn > div.sub-product-next {
    right: 0;
    left: auto;
  }
}
.theme-heartkeepsake.page-product .page-product-top .product-images .boutique-pdp-gallery__main {
  flex: 1;
  min-width: 0;
  width: 100%;
  max-width: 758px;
  aspect-ratio: 1/1;
  height: auto;
  background: #f8f5f1;
  border-radius: 8px;
  border: 1px solid #e6ded4;
}
.theme-heartkeepsake.page-product .page-product-top .product-images .boutique-pdp-gallery__main .main-image {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.theme-heartkeepsake.page-product .page-product-top .product-images .boutique-pdp-gallery__mobile {
  background: #f8f5f1;
  border-radius: 8px;
  aspect-ratio: 1/1;
}
.theme-heartkeepsake.page-product .page-product-top .product-images .boutique-pdp-gallery__mobile .swiper,
.theme-heartkeepsake.page-product .page-product-top .product-images .boutique-pdp-gallery__mobile .swiper-wrapper,
.theme-heartkeepsake.page-product .page-product-top .product-images .boutique-pdp-gallery__mobile .swiper-slide {
  height: 100%;
}
.theme-heartkeepsake.page-product .page-product-top .product-images .boutique-pdp-gallery__mobile .swiper-slide img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.theme-heartkeepsake.page-product .product-description {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #e6ded4;
}
.theme-heartkeepsake.page-product .boutique-pdp-tabs__nav {
  border-bottom: 1px solid #e6ded4;
  margin-bottom: 0;
  padding-bottom: 0;
  gap: 0.25rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}
.theme-heartkeepsake.page-product .boutique-pdp-tabs__nav::-webkit-scrollbar {
  display: none;
}
.theme-heartkeepsake.page-product .boutique-pdp-tabs__nav .nav-item {
  margin-right: 0;
}
.theme-heartkeepsake.page-product .boutique-pdp-tabs__nav .nav-link {
  color: #666666;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
  background: transparent;
  transition: color 0.2s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-product .boutique-pdp-tabs__nav .nav-link::after {
  display: none;
}
.theme-heartkeepsake.page-product .boutique-pdp-tabs__nav .nav-link.active, .theme-heartkeepsake.page-product .boutique-pdp-tabs__nav .nav-link:hover {
  color: #2f2f2f;
}
.theme-heartkeepsake.page-product .boutique-pdp-tabs__nav .nav-link.active {
  color: #b58b5a;
  border-bottom-color: #b58b5a !important;
}
.theme-heartkeepsake.page-product .boutique-pdp-tabs__content {
  padding-top: 1.5rem;
}
.theme-heartkeepsake.page-product .boutique-pdp-prose {
  color: #2f2f2f;
  font-size: 0.9375rem;
  line-height: 1.8;
}
.theme-heartkeepsake.page-product .boutique-pdp-prose__highlight {
  margin-bottom: 1.25rem;
  padding: 1rem 1.25rem;
  background: rgba(181, 139, 90, 0.08);
  border-left: 3px solid #b58b5a;
  border-radius: 4px;
  color: #2f2f2f;
  font-weight: 500;
}
.theme-heartkeepsake.page-product .boutique-pdp-prose__highlight p:last-child {
  margin-bottom: 0;
}
.theme-heartkeepsake.page-product .boutique-pdp-prose__body p:last-child {
  margin-bottom: 0;
}
.theme-heartkeepsake.page-product .boutique-pdp-prose__body img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.theme-heartkeepsake.page-product .boutique-pdp-specs__group + .theme-heartkeepsake.page-product .boutique-pdp-specs__group {
  margin-top: 1.5rem;
}
.theme-heartkeepsake.page-product .boutique-pdp-specs__title {
  margin: 0 0 0.75rem;
  color: #2f2f2f;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.theme-heartkeepsake.page-product .boutique-pdp-specs__list {
  margin: 0;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}
.theme-heartkeepsake.page-product .boutique-pdp-specs__row {
  display: grid;
  grid-template-columns: minmax(8rem, 34%) 1fr;
  border-top: 1px solid #e6ded4;
}
.theme-heartkeepsake.page-product .boutique-pdp-specs__row:first-child {
  border-top: none;
}
.theme-heartkeepsake.page-product .boutique-pdp-specs__row dt,
.theme-heartkeepsake.page-product .boutique-pdp-specs__row dd {
  margin: 0;
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.theme-heartkeepsake.page-product .boutique-pdp-specs__row dt {
  background: #f8f5f1;
  color: #666666;
  font-weight: 500;
  border-right: 1px solid #e6ded4;
}
.theme-heartkeepsake.page-product .boutique-pdp-specs__row dd {
  color: #2f2f2f;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .boutique-review-panel__notice, .theme-heartkeepsake.page-product .boutique-pdp-reviews .boutique-review-panel__cta {
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  background: #f8f5f1;
  text-align: center;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .boutique-review-panel__notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .boutique-review-panel__notice p {
  margin: 0;
  color: #2f2f2f;
  font-size: 0.875rem;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .boutique-review-panel__notice-icon {
  color: #b58b5a;
  font-size: 1.125rem;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .boutique-review-panel__more {
  margin-top: 1.5rem;
  text-align: center;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .boutique-review-panel .btn-outline-primary {
  color: #b58b5a;
  border-color: #b58b5a;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .boutique-review-panel .btn-outline-primary:hover {
  background: #b58b5a;
  border-color: #b58b5a;
  color: #fff;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .boutique-review-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .boutique-review-card {
  padding: 1.25rem;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  background: #ffffff;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .boutique-review-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .boutique-review-card__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .boutique-review-card__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(181, 139, 90, 0.12);
  color: #b58b5a;
  font-size: 0.875rem;
  font-weight: 600;
  flex-shrink: 0;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .boutique-review-card__name {
  margin: 0 0 0.25rem;
  color: #2f2f2f;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .boutique-review-card__verified {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: rgba(181, 139, 90, 0.12);
  color: #b58b5a;
  font-size: 0.65rem;
  font-weight: 600;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .boutique-review-card__date {
  color: #666666;
  font-size: 0.75rem;
  white-space: nowrap;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .boutique-review-card__content {
  margin: 0;
  color: #2f2f2f;
  font-size: 0.875rem;
  line-height: 1.7;
  word-break: break-word;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .boutique-review-stars {
  display: inline-flex;
  gap: 0.125rem;
  line-height: 1;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .boutique-review-stars__icon {
  color: #b58b5a;
  font-size: 0.8125rem;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .boutique-review-stars__icon.is-filled {
  color: #b58b5a;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .hk-review-media {
  margin-top: 0.75rem;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .hk-review-media__photos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .hk-review-media__photo {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e6ded4;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .hk-review-media__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .hk-review-media__video {
  margin-top: 0.5rem;
  max-width: 18rem;
}
.theme-heartkeepsake.page-product .boutique-pdp-reviews .hk-review-media__video-player {
  width: 100%;
  border-radius: 4px;
  background: #000;
}
.theme-heartkeepsake.page-product .review-media-upload .media-preview-item {
  width: 80px;
  height: 80px;
}
.theme-heartkeepsake.page-product .boutique-pdp-related {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #e6ded4;
}
.theme-heartkeepsake.page-product .boutique-pdp-related__title {
  margin: 0 0 1.25rem;
  color: #2f2f2f;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.theme-heartkeepsake.page-product .boutique-pdp-related .row {
  row-gap: 1rem;
}
@media (max-width: 991.98px) {
  .theme-heartkeepsake.page-product {
    padding-bottom: 5.5rem;
  }
}

.hk-pdp-live-preview__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin-bottom: 1rem;
}
.hk-pdp-live-preview__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #2f2f2f;
  background: #ffffff;
  border: 1px solid #e6ded4;
  border-radius: 999px;
}
.hk-pdp-live-preview__badge--live {
  color: rgb(165.9665271967, 123.7205020921, 74.4334728033);
  background: rgba(181, 139, 90, 0.1);
  border-color: rgba(181, 139, 90, 0.25);
}
.hk-pdp-live-preview__stage {
  position: relative;
  width: 100%;
  max-width: 758px;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  background: #f8f5f1;
  border: 1px solid #e6ded4;
}
.hk-pdp-live-preview__poster {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.hk-pdp-live-preview__poster.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.hk-pdp-live-preview__canvas {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.hk-pdp-live-preview__canvas.is-ready {
  opacity: 1;
}
.hk-pdp-live-preview__status {
  min-height: 1.25rem;
  margin: 0.625rem 0 0;
  font-size: 0.8125rem;
  color: #666666;
}
.hk-pdp-live-preview__status.is-success {
  color: rgb(158.9246861925, 118.4711297071, 71.2753138075);
}
.hk-pdp-live-preview__status.is-error {
  color: #b4534b;
}
.hk-pdp-live-preview__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  margin-top: 0.75rem;
}
.hk-pdp-live-preview__more-styles {
  margin-top: 1rem;
}
.hk-pdp-live-preview__more-styles .hk-pdp-live-preview__template-list {
  margin-top: 0.75rem;
}
.hk-pdp-live-preview__more-styles-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #2f2f2f;
  cursor: pointer;
  list-style: none;
}
.hk-pdp-live-preview__more-styles-summary::-webkit-details-marker {
  display: none;
}
.hk-pdp-live-preview__active-style {
  font-weight: 500;
  color: #b58b5a;
}
.hk-pdp-live-preview__templates {
  margin-top: 1.25rem;
}
.hk-pdp-live-preview__templates-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 0.5rem;
}
.hk-pdp-live-preview__template-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.hk-pdp-live-preview__template-btn {
  padding: 0.4rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #2f2f2f;
  background: #ffffff;
  border: 1px solid #e6ded4;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.hk-pdp-live-preview__template-btn.is-active, .hk-pdp-live-preview__template-btn:hover {
  color: #b58b5a;
  border-color: #b58b5a;
}
.hk-pdp-live-preview__field {
  margin-top: 1.25rem;
}
.hk-pdp-live-preview__disclaimer {
  margin: 1rem 0 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #666666;
  text-align: center;
}
.hk-pdp-live-preview.has-photo .hk-pdp-live-preview__stage {
  border-color: rgba(181, 139, 90, 0.35);
}
.hk-pdp-live-preview--embed {
  height: 100%;
}
.hk-pdp-live-preview--embed .hk-pdp-live-preview__stage {
  border: none;
  background: transparent;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
}
.hk-pdp-live-preview--crystal .hk-pdp-live-preview__stage {
  background: linear-gradient(165deg, #f4f8fc 0%, #e8eef5 45%, #dfe8f2 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}
.hk-pdp-live-preview--poster-only .hk-pdp-live-preview__canvas {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
}
.hk-pdp-live-preview--poster-only .hk-pdp-live-preview__poster {
  opacity: 1;
  visibility: visible;
}

.hk-pdp-gallery--merged {
  width: 100%;
}
.hk-pdp-gallery__badges {
  margin-bottom: 1rem;
}
.hk-pdp-gallery__layout {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}
.hk-pdp-gallery__main-col {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
@media (max-width: 991.98px) {
  .hk-pdp-gallery__desktop-main.is-mobile-hidden {
    display: none !important;
  }
}
.hk-pdp-gallery__desktop-main .hk-pdp-gallery__main {
  position: relative;
}
.hk-pdp-gallery__desktop-main .hk-pdp-gallery__main .hk-pdp-gallery__live-pane,
.hk-pdp-gallery__desktop-main .hk-pdp-gallery__main > .main-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hk-pdp-gallery__mobile-swiper {
  width: 100%;
}
@media (min-width: 992px) {
  .hk-pdp-gallery__mobile-swiper.is-mobile-suppressed {
    display: none !important;
  }
}
.hk-pdp-gallery__mobile-main {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px;
  border: 1px solid #e6ded4;
  background: #f8f5f1;
  overflow: hidden;
}
.hk-pdp-gallery__mobile-main .swiper,
.hk-pdp-gallery__mobile-main .swiper-wrapper {
  height: 100%;
}
.hk-pdp-gallery__mobile-main .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hk-pdp-gallery__mobile-live-host {
  width: 100%;
  height: 100%;
}
.hk-pdp-gallery__mobile-live-host .hk-pdp-live-preview--embed {
  height: 100%;
}
.hk-pdp-gallery__slide-live {
  background: #f8f5f1;
}
.hk-pdp-gallery__mobile-thumbs {
  margin-top: 0.75rem;
  padding-bottom: 0.25rem;
}
.hk-pdp-gallery__mobile-thumbs .swiper-slide {
  width: auto;
}
.hk-pdp-gallery__mobile-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  padding: 0;
  background: #f8f5f1;
  overflow: hidden;
}
.hk-pdp-gallery__mobile-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hk-pdp-gallery__mobile-pagination {
  position: static;
  margin-top: 0.5rem;
}
.hk-pdp-gallery__main {
  flex: 1;
  min-width: 0;
  width: 100%;
  max-width: 758px;
  aspect-ratio: 1/1;
  height: auto;
  background: #f8f5f1;
  border-radius: 8px;
  border: 1px solid #e6ded4;
}
.hk-pdp-gallery__main .main-image {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.hk-pdp-gallery__live-pane {
  width: 100%;
  height: 100%;
}
.hk-pdp-gallery__live-pane:not(.is-active) {
  display: none;
}
.hk-pdp-gallery__live-pane .hk-pdp-live-preview--embed {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hk-pdp-gallery__live-thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #b58b5a;
  text-align: center;
  padding: 0.25rem;
  line-height: 1.2;
}
.hk-pdp-gallery__mobile {
  margin-top: 1rem;
}
.hk-pdp-gallery__mobile .swiper-slide img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.hk-pdp-gallery__mobile-label {
  margin-top: 0.5rem;
}
.hk-pdp-gallery__more-styles {
  margin-top: 1rem;
}
.hk-pdp-gallery__disclaimer {
  margin-top: 1rem;
}

.hk-pdp-crystal-personalize-wrap {
  margin-bottom: 1rem;
}
.hk-pdp-crystal-personalize-wrap[hidden] {
  display: none !important;
}

.hk-pdp-crystal-personalize {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  padding: 0.875rem 1.25rem;
  margin: 0;
  border: none;
  border-radius: 8px;
  background: linear-gradient(165deg, #b58b5a 0%, rgb(158.9246861925, 118.4711297071, 71.2753138075) 100%);
  color: #fff;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(181, 139, 90, 0.28), 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.hk-pdp-crystal-personalize[hidden] {
  display: none !important;
}
.hk-pdp-crystal-personalize:hover {
  background: linear-gradient(165deg, #9a7348 0%, rgb(133.1486725664, 99.4292035398, 62.2513274336) 100%);
  box-shadow: 0 6px 20px rgba(181, 139, 90, 0.36), 0 2px 6px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}
.hk-pdp-crystal-personalize:focus-visible {
  outline: 2px solid #b58b5a;
  outline-offset: 2px;
}
.hk-pdp-crystal-personalize__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
}
.hk-pdp-crystal-personalize__label {
  text-align: center;
}

.hk-pdp-crystal-saved-preview {
  margin-top: 0.75rem;
}
.hk-pdp-crystal-saved-preview[hidden] {
  display: none !important;
}
.hk-pdp-crystal-saved-preview__inner {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 0.875rem;
  border: 1px solid rgba(47, 47, 47, 0.1);
  border-radius: 8px;
  background: rgba(47, 47, 47, 0.02);
}
.hk-pdp-crystal-saved-preview__thumb-wrap {
  flex: 0 0 4.5rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.hk-pdp-crystal-saved-preview__thumb {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hk-pdp-crystal-saved-preview__body {
  flex: 1;
  min-width: 0;
}
.hk-pdp-crystal-saved-preview__title {
  margin: 0 0 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  color: #2f2f2f;
}
.hk-pdp-crystal-saved-preview__hint {
  margin: 0 0 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgba(47, 47, 47, 0.65);
}
.hk-pdp-crystal-saved-preview__hint--stale {
  color: rgb(173.0083682008, 128.969874477, 77.5916317992);
}
.hk-pdp-crystal-saved-preview__hint[hidden] {
  display: none !important;
}
.hk-pdp-crystal-saved-preview__edit {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: none;
  background: none;
  color: #b58b5a;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.hk-pdp-crystal-saved-preview__edit:hover {
  color: #9a7348;
}
.hk-pdp-crystal-saved-preview__edit:focus-visible {
  outline: 2px solid #b58b5a;
  outline-offset: 2px;
}

body.hk-crystal-editor-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.hk-crystal-editor {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  --hk-crystal-dialog-max-w: min(98vw, 68rem);
  --hk-crystal-stage-min-h: min(58vh, 580px);
  --hk-crystal-stage-max-h: min(64vh, 640px);
}
.hk-crystal-editor[hidden] {
  display: none !important;
}
.hk-crystal-editor button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  line-height: 1.2;
  box-sizing: border-box;
}
.hk-crystal-editor__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(28, 32, 38, 0.62);
  backdrop-filter: blur(4px);
}
.hk-crystal-editor__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: var(--hk-crystal-dialog-max-w);
  max-height: min(98dvh, 980px);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(181, 139, 90, 0.12);
  overflow: hidden;
}
.hk-crystal-editor__dialog.is-empty {
  --hk-crystal-dialog-max-w: min(98vw, 48rem);
  --hk-crystal-stage-min-h: min(68vh, 640px);
  --hk-crystal-stage-max-h: min(74vh, 700px);
}
.hk-crystal-editor__dialog.is-empty .hk-crystal-editor__toolbar {
  display: none;
}
.hk-crystal-editor__dialog.has-photo {
  --hk-crystal-dialog-max-w: min(98vw, 68rem);
  --hk-crystal-stage-min-h: min(44vh, 480px);
  --hk-crystal-stage-max-h: min(56vh, 580px);
}
.hk-crystal-editor__dialog.is-saving {
  pointer-events: none;
}
.hk-crystal-editor__dialog.is-saving .hk-crystal-editor__close {
  pointer-events: none;
  opacity: 0.45;
}
.hk-crystal-editor__header {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.875rem 1.25rem;
  border-bottom: 1px solid #e6ded4;
  background: #faf9f7;
}
.hk-crystal-editor__title {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #2f2f2f;
}
.hk-crystal-editor__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}
.hk-crystal-editor__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 1rem 1.25rem;
}
.hk-crystal-editor__hint {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666666;
  text-align: center;
}
.hk-crystal-editor__close {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #666666;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  transition: background 0.15s ease, color 0.15s ease;
}
.hk-crystal-editor__close:hover {
  background: #f8f5f1;
  color: #2f2f2f;
}
.hk-crystal-editor__stage {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-height: var(--hk-crystal-stage-min-h);
  max-height: var(--hk-crystal-stage-max-h);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 8px;
  background: linear-gradient(180deg, #f5f3f0 0%, #ebe8e4 100%);
  border: 1px solid rgba(230, 222, 212, 0.9);
  overflow: hidden;
  touch-action: none;
}
.hk-crystal-editor__canvas-wrap {
  position: relative;
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.hk-crystal-editor__base {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  opacity: 0;
}
.hk-crystal-editor__canvas {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  max-height: 100%;
  cursor: grab;
}
.hk-crystal-editor__canvas:active, .hk-crystal-editor__canvas.is-dragging-text {
  cursor: grabbing;
}
.hk-crystal-editor__upload-zone {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  padding: 1.5rem;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.08);
}
.hk-crystal-editor__dialog:not(.is-empty) .hk-crystal-editor__upload-zone {
  display: none;
}
.hk-crystal-editor__upload-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  border: 3px dashed rgba(181, 139, 90, 0.65);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #b58b5a;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(181, 139, 90, 0.22);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.hk-crystal-editor__upload-btn:hover {
  border-color: #b58b5a;
  background: #fff;
  transform: scale(1.05);
}
.hk-crystal-editor__upload-icon {
  position: relative;
  font-size: 2.25rem;
  line-height: 1;
}
.hk-crystal-editor__upload-plus {
  position: absolute;
  right: -0.4rem;
  bottom: -0.15rem;
  font-size: 0.875rem;
  background: #b58b5a;
  color: #fff;
  border-radius: 50%;
  padding: 0.2rem;
}
.hk-crystal-editor__upload-label {
  font-size: 1rem;
  font-weight: 700;
  color: #2f2f2f;
}
.hk-crystal-editor__upload-sub {
  font-size: 0.8125rem;
  color: #666666;
  text-align: center;
  max-width: 18rem;
  line-height: 1.45;
}
.hk-crystal-editor__toolbar {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  border-top: 1px solid #e6ded4;
  background: #faf9f7;
}
.hk-crystal-editor__toolbar[hidden] {
  display: none !important;
}
.hk-crystal-editor__toolbar-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 0.875rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.hk-crystal-editor__panel {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 0.875rem;
  border: 1px solid rgba(230, 222, 212, 0.95);
  border-radius: 4px;
  background: #fff;
}
.hk-crystal-editor__panel-title {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #2f2f2f;
  letter-spacing: 0.01em;
}
.hk-crystal-editor__add-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.625rem 0.875rem;
  border: 1px dashed rgba(181, 139, 90, 0.55);
  border-radius: 4px;
  background: rgba(181, 139, 90, 0.06);
  color: #b58b5a;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}
.hk-crystal-editor__add-text:hover:not(:disabled) {
  background: rgba(181, 139, 90, 0.12);
  border-color: rgba(181, 139, 90, 0.75);
}
.hk-crystal-editor__add-text:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.hk-crystal-editor__text-list {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.hk-crystal-editor__text-list[hidden] {
  display: none;
}
.hk-crystal-editor__text-item {
  display: flex;
  align-items: stretch;
  gap: 0.375rem;
}
.hk-crystal-editor__text-item.is-active .hk-crystal-editor__text-item-select {
  border-color: #b58b5a;
  background: rgba(181, 139, 90, 0.08);
  color: #b58b5a;
}
.hk-crystal-editor__text-item-select {
  flex: 1 1 auto;
  min-height: 2.25rem;
  padding: 0.375rem 0.625rem;
  border: 1px solid #e6ded4;
  border-radius: 4px;
  background: #fff;
  color: #2f2f2f;
  font-family: inherit;
  font-size: 0.8125rem;
  text-align: left;
  cursor: pointer;
}
.hk-crystal-editor__text-item-remove {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  border: 1px solid #e6ded4;
  border-radius: 4px;
  background: #fff;
  color: #666666;
  cursor: pointer;
}
.hk-crystal-editor__text-item-remove:hover {
  color: #c0392b;
  border-color: rgba(192, 57, 43, 0.35);
}
.hk-crystal-editor__engrave-controls {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.hk-crystal-editor__engrave-controls[hidden] {
  display: none;
}
.hk-crystal-editor__engrave-input {
  width: 100%;
  padding: 0.625rem 0.75rem;
  border: 1px solid #e6ded4;
  border-radius: 4px;
  background: #fff;
  color: #2f2f2f;
  font-family: inherit;
  font-size: 0.9375rem;
  line-height: 1.3;
}
.hk-crystal-editor__engrave-input:focus {
  outline: 2px solid rgba(181, 139, 90, 0.35);
  border-color: rgba(181, 139, 90, 0.55);
}
.hk-crystal-editor__engrave-fonts {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.hk-crystal-editor__engrave-fonts-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #666666;
}
.hk-crystal-editor__engrave-hint {
  margin: 0.375rem 0 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: #666666;
}
.hk-crystal-editor__font-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}
.hk-crystal-editor__font-option {
  min-height: 2.375rem;
  padding: 0.375rem 0.5rem;
  border: 1px solid #e6ded4;
  border-radius: 4px;
  background: #fff;
  color: #2f2f2f;
  font-size: clamp(0.75rem, 2.5vw, 0.875rem);
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.hk-crystal-editor__font-option.is-active, .hk-crystal-editor__font-option[aria-selected=true] {
  border-color: #b58b5a;
  background: rgba(181, 139, 90, 0.08);
  color: #b58b5a;
  box-shadow: inset 0 0 0 1px rgba(181, 139, 90, 0.18);
}
.hk-crystal-editor__font-option:hover {
  border-color: rgba(181, 139, 90, 0.45);
}
.hk-crystal-editor__font-option:focus-visible {
  outline: 2px solid #b58b5a;
  outline-offset: 2px;
}
.hk-crystal-editor__tools {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem;
}
.hk-crystal-editor__tool-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.375rem;
  min-width: 0;
}
.hk-crystal-editor__tool-actions {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.hk-crystal-editor__tool-btn {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 2.5rem;
  padding: 0;
  border: 1px solid #e6ded4;
  border-radius: 4px;
  background: #fff;
  color: #2f2f2f;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}
.hk-crystal-editor__tool-btn:hover {
  border-color: rgba(181, 139, 90, 0.5);
  color: #b58b5a;
  background: rgba(181, 139, 90, 0.06);
}
.hk-crystal-editor__tool-name {
  font-size: 0.75rem;
  font-weight: 600;
  color: #666666;
}
.hk-crystal-editor__actions {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
  padding: 0.875rem 1.25rem;
  border-top: 1px solid #e6ded4;
  background: #fff;
}
.hk-crystal-editor__change {
  padding: 0.6875rem 0.875rem;
  border: 1px solid #e6ded4;
  border-radius: 4px;
  background: #fff;
  color: #2f2f2f;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.hk-crystal-editor__change:hover {
  border-color: #b58b5a;
  color: #b58b5a;
}
.hk-crystal-editor__save {
  padding: 0.6875rem 1rem;
  border: none;
  border-radius: 4px;
  background: #b58b5a;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: background 0.15s ease, opacity 0.15s ease;
}
.hk-crystal-editor__save:hover:not(:disabled) {
  background: #9a7348;
}
.hk-crystal-editor__save:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .hk-crystal-editor__dialog.has-photo {
    --hk-crystal-stage-min-h: min(50vh, 520px);
    --hk-crystal-stage-max-h: min(62vh, 640px);
  }
  .hk-crystal-editor__content {
    flex-direction: row;
    align-items: stretch;
  }
  .hk-crystal-editor__body {
    flex: 1 1 auto;
    padding: 1.25rem;
  }
  .hk-crystal-editor__toolbar {
    flex: 0 0 20rem;
    width: 20rem;
    border-top: none;
    border-left: 1px solid #e6ded4;
  }
  .hk-crystal-editor__toolbar-scroll {
    padding: 1rem;
  }
  .hk-crystal-editor__font-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hk-crystal-editor__actions {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .hk-crystal-editor__dialog.has-photo {
    --hk-crystal-dialog-max-w: min(96vw, 76rem);
  }
  .hk-crystal-editor__toolbar {
    flex-basis: 21.5rem;
    width: 21.5rem;
  }
  .hk-crystal-editor__font-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .hk-crystal-editor {
    padding: 0;
  }
  .hk-crystal-editor__dialog {
    width: 100%;
    max-height: 100dvh;
    border-radius: 0;
  }
  .hk-crystal-editor__body {
    padding: 0.75rem 1rem 0.5rem;
  }
  .hk-crystal-editor__stage {
    min-height: min(38vh, 360px);
    max-height: min(48vh, 460px);
    padding: 0.75rem;
  }
  .hk-crystal-editor__dialog.is-empty .hk-crystal-editor__stage {
    min-height: min(62vh, 540px);
    max-height: min(70vh, 620px);
  }
  .hk-crystal-editor__upload-btn {
    width: 6.25rem;
    height: 6.25rem;
  }
  .hk-crystal-editor__toolbar-scroll {
    max-height: min(42vh, 360px);
    padding: 0.75rem 1rem;
  }
}
.hk-crystal-editor__save-progress {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(6px);
}
.hk-crystal-editor__save-progress[hidden] {
  display: none !important;
}
.hk-crystal-editor__save-progress-panel {
  width: min(100%, 22rem);
  padding: 1.25rem 1.5rem;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  border: 1px solid #e6ded4;
}
.hk-crystal-editor__save-progress-title {
  margin: 0 0 0.875rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #2f2f2f;
  text-align: center;
}
.hk-crystal-editor__save-progress-track {
  height: 0.5rem;
  border-radius: 999px;
  background: rgba(181, 139, 90, 0.12);
  overflow: hidden;
}
.hk-crystal-editor__save-progress-bar {
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgb(165.9665271967, 123.7205020921, 74.4334728033), #b58b5a);
  transition: width 0.28s ease;
}
.hk-crystal-editor__save-progress-label {
  margin: 0.75rem 0 0;
  font-size: 0.8125rem;
  color: #666666;
  text-align: center;
  min-height: 1.25rem;
}

.hk-pdp-upload-cta {
  margin-bottom: 1rem;
}
.hk-pdp-upload-cta__hint {
  margin: 0.5rem 0 0.25rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #666666;
  text-align: center;
}
.hk-pdp-upload-cta__tips {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 0.8125rem;
  color: #b58b5a;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hk-pdp-shipping-note {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0.35rem 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #2f2f2f;
}
.hk-pdp-shipping-note i {
  color: #b58b5a;
}

.hk-pdp-delivery-estimate {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  margin: -0.35rem 0 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.45;
  font-weight: 600;
  color: rgb(158.9246861925, 118.4711297071, 71.2753138075);
}
.hk-pdp-delivery-estimate i {
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: #b58b5a;
}

.hk-pdp-payment-icons {
  margin: 0.75rem 0 1rem;
}
.hk-pdp-payment-icons__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #666666;
}
.hk-pdp-payment-icons__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.hk-pdp-payment-icons__pill {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border: 1px solid rgba(47, 47, 47, 0.12);
  border-radius: 999px;
  background: rgba(47, 47, 47, 0.03);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #2f2f2f;
  text-transform: uppercase;
}

.hk-pdp-made-to-order-badge {
  background: rgba(181, 139, 90, 0.1) !important;
  color: rgb(144.8410041841, 107.9723849372, 64.9589958159) !important;
  border-color: rgba(181, 139, 90, 0.25) !important;
}

.hk-pdp-review-summary {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin: 0.35rem 0 0.75rem;
  font-size: 0.9375rem;
  color: #2f2f2f;
  text-decoration: none;
}
.hk-pdp-review-summary:hover {
  color: #b58b5a;
}
.hk-pdp-review-summary__stars {
  display: inline-flex;
  gap: 0.1rem;
  color: #e8a317;
  font-size: 0.875rem;
}
.hk-pdp-review-summary__rating {
  font-weight: 700;
  color: #2f2f2f;
}
.hk-pdp-review-summary__count {
  color: #666666;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.hk-pdp-review-summary--pending {
  gap: 0.4rem;
  font-size: 0.875rem;
  color: #666666;
  cursor: default;
}
.hk-pdp-review-summary--pending:hover {
  color: #666666;
}
.hk-pdp-review-summary--pending .bi {
  color: rgb(81.6, 81.6, 81.6);
}

.hk-pdp-shape-step-hint {
  margin: 0.35rem 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: #666666;
}

.product-variant-box--pre_upload {
  margin-bottom: 0.25rem;
}

.product-variant-box--post_upload {
  margin-top: 0.25rem;
  padding: 1rem 0 0;
  border-top: 1px solid #e6ded4;
}

.hk-pdp-preview-guarantee {
  margin: 1.25rem 0 0;
  padding: 1rem 1.125rem;
  border: 1px solid rgba(181, 139, 90, 0.2);
  border-radius: 8px;
  background: rgba(181, 139, 90, 0.04);
}
.hk-pdp-preview-guarantee__item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #2f2f2f;
}
.hk-pdp-preview-guarantee__item:last-child {
  margin-bottom: 0;
}
.hk-pdp-preview-guarantee__item > i {
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: rgb(173.0083682008, 128.969874477, 77.5916317992);
  font-size: 0.9375rem;
}
.hk-pdp-preview-guarantee__text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.hk-pdp-preview-guarantee__text strong {
  color: #2f2f2f;
  font-weight: 600;
}

.hk-pdp-purchase-gate[hidden] {
  display: none !important;
}
.hk-pdp-purchase-gate.is-open {
  animation: hk-pdp-gate-fade-in 0.35s ease;
}
.hk-pdp-purchase-gate__hint {
  margin: 0 0 1rem;
  padding: 0.625rem 0.875rem;
  border-radius: 4px;
  background: rgba(181, 139, 90, 0.1);
  color: rgb(137.7991631799, 102.7230125523, 61.8008368201);
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
}
.hk-pdp-purchase-gate__hint--draft {
  background: rgba(181, 139, 90, 0.14);
  border: 1px solid rgba(181, 139, 90, 0.22);
}

.hk-pdp-product-specs {
  margin: 1.25rem 0;
  padding: 1rem 1.125rem;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.65);
}
.hk-pdp-product-specs__title {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #666666;
}
.hk-pdp-product-specs__list {
  margin: 0;
}
.hk-pdp-product-specs__row {
  display: grid;
  grid-template-columns: minmax(7rem, 38%) 1fr;
  gap: 0.5rem 1rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(230, 222, 212, 0.65);
  font-size: 0.9375rem;
  line-height: 1.45;
}
.hk-pdp-product-specs__row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.hk-pdp-product-specs__row:first-child {
  padding-top: 0;
}
.hk-pdp-product-specs__row dt {
  margin: 0;
  font-weight: 500;
  color: #666666;
}
.hk-pdp-product-specs__row dd {
  margin: 0;
  font-weight: 600;
  color: #2f2f2f;
}

.hk-pdp-product-options {
  margin: 1.25rem 0;
  padding: 1rem 1.125rem;
  border: 1px solid rgba(181, 139, 90, 0.22);
  border-radius: 8px;
  background: rgba(181, 139, 90, 0.04);
  scroll-margin-top: 6rem;
}
.hk-pdp-product-options.is-highlight {
  box-shadow: 0 0 0 3px rgba(181, 139, 90, 0.35);
}
.hk-pdp-product-options__title {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #2f2f2f;
}
.hk-pdp-product-options__groups {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.hk-pdp-product-options__group.has-error .hk-pdp-product-options__choice:not(.out-of-stock) {
  border-color: rgba(180, 83, 75, 0.55);
}
.hk-pdp-product-options__group.has-success .hk-pdp-product-options__label-row::after {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-left: 0.35rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23198754' viewBox='0 0 16 16'%3E%3Cpath d='M13.485 1.929a.75.75 0 0 1 .086 1.057l-7.25 8.25a.75.75 0 0 1-1.08.033L2.57 8.357a.75.75 0 1 1 1.08-1.04l1.72 1.798 6.712-7.636a.75.75 0 0 1 1.057-.086z'/%3E%3C/svg%3E") center/contain no-repeat;
  vertical-align: -0.1em;
}
.hk-pdp-product-options__label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0 0 0.625rem;
}
.hk-pdp-product-options__label {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2f2f2f;
  line-height: 1.35;
  min-width: 0;
}
.hk-pdp-product-options__details-trigger {
  flex-shrink: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #b58b5a;
  text-decoration: none;
  white-space: nowrap;
}
.hk-pdp-product-options__details-trigger:hover, .hk-pdp-product-options__details-trigger:focus {
  color: rgb(158.9246861925, 118.4711297071, 71.2753138075);
  text-decoration: underline;
}
.hk-pdp-product-options__choice-spec {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.35;
  color: #666666;
  word-break: break-word;
}
.hk-pdp-product-options__required {
  color: #b4534b;
  margin-left: 0.15rem;
}
.hk-pdp-product-options__selected {
  font-weight: 500;
  color: #666666;
}
.hk-pdp-product-options__select {
  width: 100%;
  border-color: #e6ded4;
  border-radius: 4px;
  font-size: 0.9375rem;
  color: #2f2f2f;
  background: #ffffff;
}
.hk-pdp-product-options__select-wrap {
  position: relative;
}
.hk-pdp-product-options__select-wrap .hk-pdp-product-options__select,
.hk-pdp-product-options__select-wrap .option-select {
  width: 100%;
}
.hk-pdp-product-options__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  width: 100%;
}
.hk-pdp-product-options__choices--text {
  display: grid;
  grid-template-columns: repeat(var(--hk-option-cols, 2), minmax(0, 1fr));
  gap: 0.625rem;
}
.hk-pdp-product-options__choices--image {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.625rem;
}
.hk-pdp-product-options__choice {
  position: relative;
  margin: 0;
  border: 1px solid #e6ded4;
  border-radius: 4px;
  background: #ffffff;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.hk-pdp-product-options__choice:not(.out-of-stock):hover {
  border-color: rgb(207.5, 192.3, 173.3);
}
.hk-pdp-product-options__choice.selected, .hk-pdp-product-options__choice:has(input:checked) {
  background: rgba(181, 139, 90, 0.1);
  border-color: #b58b5a;
  box-shadow: inset 0 0 0 1px rgba(181, 139, 90, 0.35);
}
.hk-pdp-product-options__choice.selected .option-name, .hk-pdp-product-options__choice:has(input:checked) .option-name {
  color: #2f2f2f;
  font-weight: 600;
}
.hk-pdp-product-options__choice.selected .hk-pdp-product-options__price, .hk-pdp-product-options__choice:has(input:checked) .hk-pdp-product-options__price {
  color: #b58b5a;
}
.hk-pdp-product-options__choice.out-of-stock {
  opacity: 0.45;
  cursor: not-allowed;
}
.hk-pdp-product-options__choice:not(.hk-pdp-product-options__choice--image) {
  width: 100%;
  min-width: 0;
}
.hk-pdp-product-options__choice:not(.hk-pdp-product-options__choice--image) .hk-pdp-product-options__choice-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.625rem 0.75rem;
  margin: 0;
  cursor: pointer;
  text-align: center;
}
.hk-pdp-product-options__choice--image {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}
.hk-pdp-product-options__choice--image.is-selected .hk-pdp-product-options__choice-image img, .hk-pdp-product-options__choice--image.selected .hk-pdp-product-options__choice-image img, .hk-pdp-product-options__choice--image:has(input:checked) .hk-pdp-product-options__choice-image img {
  opacity: 1;
}
.hk-pdp-product-options__choice--image .hk-pdp-product-options__choice-label {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  min-height: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: center;
}
.hk-pdp-product-options__choice--image .option-name {
  padding: 0.5rem 0.375rem 0.125rem;
  font-size: clamp(0.875rem, 2.8vw, 1rem);
  font-weight: 700;
  line-height: 1.25;
}
.hk-pdp-product-options__choice--image .hk-pdp-product-options__choice-spec {
  padding: 0 0.375rem 0.125rem;
  font-size: 0.75rem;
}
.hk-pdp-product-options__choice--image .hk-pdp-product-options__oos {
  padding: 0 0.375rem 0.5rem;
}
.hk-pdp-product-options__choice-image {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 1;
  background: rgba(230, 222, 212, 0.15);
  overflow: hidden;
}
.hk-pdp-product-options__choice-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hk-pdp-product-options__choice--image .hk-pdp-product-options__choice-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.hk-pdp-product-options .option-name {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.3;
  color: #2f2f2f;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.hk-pdp-product-options__choice--image .option-name {
  font-size: clamp(0.875rem, 2.8vw, 1rem);
  font-weight: 700;
}
.hk-pdp-product-options__price {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #b58b5a;
}
.hk-pdp-product-options__prices {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
  align-self: center;
  gap: 0.25rem 0.35rem;
  margin-top: 0.15rem;
  max-width: 100%;
  white-space: nowrap;
}
.hk-pdp-product-options__price-origin {
  flex: 0 0 auto;
  font-size: 0.6875rem;
  font-weight: 500;
  color: rgba(102, 102, 102, 0.9);
  text-decoration: line-through;
  white-space: nowrap;
}
.hk-pdp-product-options__prices .hk-pdp-product-options__price {
  flex: 0 0 auto;
  display: inline;
  margin-top: 0;
  white-space: nowrap;
}
.hk-pdp-product-options__choice--image .hk-pdp-product-options__prices {
  padding: 0 0.375rem 0.5rem;
  margin-top: 0;
  font-size: clamp(0.8125rem, 2.5vw, 0.9375rem);
}
.hk-pdp-product-options__choice--image .hk-pdp-product-options__price-origin {
  font-size: 0.75rem;
}
.hk-pdp-product-options__choice--image .hk-pdp-product-options__price {
  padding: 0;
  font-size: inherit;
  font-weight: 700;
}
.hk-pdp-product-options__oos {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.6875rem;
  color: #b4534b;
}
.hk-pdp-product-options__description {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  color: #666666;
  line-height: 1.5;
}
.hk-pdp-product-options__error {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  color: rgb(151.2, 69.72, 63);
  background: rgba(180, 83, 75, 0.08);
  border: 1px solid rgba(180, 83, 75, 0.25);
  border-radius: 4px;
}

.hk-pdp-option-detail-modal {
  z-index: 1095;
}
.hk-pdp-option-detail-modal.show {
  display: block;
}
.hk-pdp-option-detail-modal .modal-body {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #2f2f2f;
}
.hk-pdp-option-detail-modal__body--rich img,
.hk-pdp-option-detail-modal__body--rich video {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0.75rem auto;
  border-radius: 4px;
}
.hk-pdp-option-detail-modal__body--rich iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 12rem;
  margin: 0.75rem 0;
  border: 0;
  border-radius: 4px;
}
.hk-pdp-option-detail-modal__body--plain {
  white-space: pre-line;
}

body.page-product.theme-heartkeepsake .hk-pdp-product-options .option-radio-item,
body.page-product.theme-heartkeepsake .hk-pdp-product-options .option-checkbox-item {
  display: block !important;
  margin: 0 !important;
  min-height: 0 !important;
  min-width: 0 !important;
  text-align: inherit !important;
}
body.page-product.theme-heartkeepsake .hk-pdp-product-options .option-radio-item:not(.hk-pdp-product-options__choice--image),
body.page-product.theme-heartkeepsake .hk-pdp-product-options .option-checkbox-item:not(.hk-pdp-product-options__choice--image) {
  width: 100% !important;
}
body.page-product.theme-heartkeepsake .hk-pdp-product-options .hk-pdp-product-options__choices--text .option-radio-item,
body.page-product.theme-heartkeepsake .hk-pdp-product-options .hk-pdp-product-options__choices--text .option-checkbox-item {
  width: 100% !important;
}
body.page-product.theme-heartkeepsake .hk-pdp-product-options .option-radio-item.hk-pdp-product-options__choice--image,
body.page-product.theme-heartkeepsake .hk-pdp-product-options .option-checkbox-item.hk-pdp-product-options__choice--image {
  width: 100% !important;
}
body.page-product.theme-heartkeepsake .hk-pdp-product-options .option-image,
body.page-product.theme-heartkeepsake .hk-pdp-product-options .hk-pdp-product-options__choice-image {
  margin: 0 !important;
}
body.page-product.theme-heartkeepsake .hk-pdp-product-options .option-image.mb-1,
body.page-product.theme-heartkeepsake .hk-pdp-product-options .hk-pdp-product-options__choice-image.mb-1 {
  margin-bottom: 0 !important;
}
body.page-product.theme-heartkeepsake .hk-pdp-product-options .option-image img,
body.page-product.theme-heartkeepsake .hk-pdp-product-options .hk-pdp-product-options__choice-image img {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

@keyframes hk-pdp-gate-fade-in {
  from {
    opacity: 0;
    transform: translateY(0.35rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.hk-pdp-phase-preview .product-info-bottom__main--floating.is-docked {
  display: none !important;
}

.hk-pdp-upload-cta__tips {
  font-size: inherit;
  vertical-align: baseline;
}

body.page-product.theme-heartkeepsake .modal-backdrop.show {
  z-index: 1090;
}

.hk-photo-guide-modal {
  z-index: 1095;
}
.hk-photo-guide-modal.show {
  display: block;
}
.hk-photo-guide-modal__intro {
  color: #666666;
  margin-bottom: 1rem;
}
.hk-photo-guide-modal__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.hk-photo-guide-modal__list li i {
  color: #b58b5a;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.hk-pdp-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1020;
  padding: 0.625rem 0.875rem calc(0.625rem + env(safe-area-inset-bottom, 0px));
  background: #ffffff;
  border-top: 1px solid #e6ded4;
  box-shadow: 0 -4px 16px rgba(28, 25, 23, 0.1);
  transform: translateY(110%);
  transition: transform 0.25s ease;
}
.hk-pdp-sticky.is-visible {
  transform: translateY(0);
}
.hk-pdp-sticky[hidden] {
  display: block !important;
  pointer-events: none;
  visibility: hidden;
}
.hk-pdp-sticky__inner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  max-width: 100%;
}
.hk-pdp-sticky__price {
  flex: 0 0 auto;
  min-width: 0;
}
.hk-pdp-sticky__price .price {
  display: block;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #2f2f2f;
  line-height: 1.2;
}
.hk-pdp-sticky__price .old-price {
  display: block;
  font-size: 0.75rem;
  color: #666666;
  text-decoration: line-through;
}
.hk-pdp-sticky__actions {
  display: flex;
  flex: 1 1 auto;
  gap: 0.5rem;
  min-width: 0;
}
.hk-pdp-sticky__actions .btn {
  flex: 1 1 0;
  min-width: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  white-space: nowrap;
}
.hk-pdp-sticky__upload-btn {
  width: 100%;
}

body.page-product.theme-heartkeepsake.has-hk-mobile-sticky-active {
  padding-bottom: calc(4.25rem + env(safe-area-inset-bottom, 0px));
}

.hk-pdp-qty-minimal {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.page-product.theme-heartkeepsake .product-info-bottom__main--floating[hidden] {
  display: none !important;
}

body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1025;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
  padding: 0.75rem 1.25rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  background: #ffffff;
  border-top: 1px solid #e6ded4;
  box-shadow: 0 -4px 16px rgba(28, 25, 23, 0.1);
}
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked.is-docked--column,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked.is-docked--column {
  right: auto;
  gap: 1rem;
  padding: 0.875rem 1.25rem calc(0.875rem + env(safe-area-inset-bottom, 0px));
  border-left: 1px solid #e6ded4;
  border-right: 1px solid #e6ded4;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 -8px 24px rgba(28, 25, 23, 0.12);
}
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .quantity-wrap,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .quantity-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 12.5rem;
  min-width: 11.25rem;
  height: 3rem;
  border: 1px solid #e6ded4;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
}
@media (max-width: 991.98px) {
  body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .quantity-wrap,
  body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .quantity-wrap {
    width: auto;
    max-width: 8.5rem;
    min-width: 0;
    align-self: flex-start;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .quantity-wrap input.product-quantity,
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .quantity-wrap input,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .quantity-wrap input.product-quantity,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .quantity-wrap input {
  flex: 1 1 auto;
  min-width: 3rem;
  width: auto;
  height: 100%;
  border: none;
  border-radius: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #2f2f2f;
  padding: 0 0.35rem;
  box-shadow: none !important;
  background: transparent;
  -moz-appearance: textfield;
}
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .quantity-wrap input.product-quantity::-webkit-inner-spin-button, body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .quantity-wrap input.product-quantity::-webkit-outer-spin-button,
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .quantity-wrap input::-webkit-inner-spin-button,
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .quantity-wrap input::-webkit-outer-spin-button,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .quantity-wrap input.product-quantity::-webkit-inner-spin-button,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .quantity-wrap input.product-quantity::-webkit-outer-spin-button,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .quantity-wrap input::-webkit-inner-spin-button,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .quantity-wrap input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .quantity-wrap .minus,
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .quantity-wrap .plus,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .quantity-wrap .minus,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .quantity-wrap .plus {
  flex: 0 0 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
  max-width: 2.75rem;
  height: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #666666;
  background: rgba(181, 139, 90, 0.05);
  transition: color 0.15s ease, background-color 0.15s ease;
}
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .quantity-wrap .minus i,
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .quantity-wrap .plus i,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .quantity-wrap .minus i,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .quantity-wrap .plus i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  line-height: 1;
}
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .quantity-wrap .minus:hover,
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .quantity-wrap .plus:hover,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .quantity-wrap .minus:hover,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .quantity-wrap .plus:hover {
  color: #b58b5a;
  background: rgba(181, 139, 90, 0.12);
}
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .quantity-wrap .minus,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .quantity-wrap .minus {
  border-right: 1px solid #e6ded4;
}
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .quantity-wrap .plus,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .quantity-wrap .plus {
  border-left: 1px solid #e6ded4;
}
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .product-info-btns:not(.hk-pdp-buybox-btns),
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .product-info-btns:not(.hk-pdp-buybox-btns) {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.75rem;
  min-width: 0;
}
@media (max-width: 991.98px) {
  body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .product-info-btns:not(.hk-pdp-buybox-btns),
  body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .product-info-btns:not(.hk-pdp-buybox-btns) {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }
}
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .product-info-btns:not(.hk-pdp-buybox-btns) .btn,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .product-info-btns:not(.hk-pdp-buybox-btns) .btn {
  flex: 1 1 0;
  min-width: 0;
  height: 3rem;
  margin: 0;
  padding: 0 1rem;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 4px;
}
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .product-info-btns:not(.hk-pdp-buybox-btns) .btn.is-loading,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .product-info-btns:not(.hk-pdp-buybox-btns) .btn.is-loading {
  pointer-events: none;
}
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .product-info-btns:not(.hk-pdp-buybox-btns) .btn.is-loading .hk-btn-spinner,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .product-info-btns:not(.hk-pdp-buybox-btns) .btn.is-loading .hk-btn-spinner {
  position: absolute;
  inset: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
}
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .product-info-btns:not(.hk-pdp-buybox-btns) .btn.btn-primary.add-cart.is-loading .hk-btn-spinner,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .product-info-btns:not(.hk-pdp-buybox-btns) .btn.btn-primary.add-cart.is-loading .hk-btn-spinner {
  color: #fff;
}
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .product-info-btns:not(.hk-pdp-buybox-btns) .btn.buy-now.is-loading,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .product-info-btns:not(.hk-pdp-buybox-btns) .btn.buy-now.is-loading {
  color: transparent;
}
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .product-info-btns:not(.hk-pdp-buybox-btns) .btn.buy-now.is-loading .hk-btn-spinner,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .product-info-btns:not(.hk-pdp-buybox-btns) .btn.buy-now.is-loading .hk-btn-spinner {
  color: #b58b5a;
}
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .product-info-btns:not(.hk-pdp-buybox-btns) .btn-primary.add-cart,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .product-info-btns:not(.hk-pdp-buybox-btns) .btn-primary.add-cart {
  background: #b58b5a;
  border-color: #b58b5a;
  color: #fff;
}
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .product-info-btns:not(.hk-pdp-buybox-btns) .btn.buy-now,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .product-info-btns:not(.hk-pdp-buybox-btns) .btn.buy-now {
  color: #b58b5a;
  border: 1px solid #b58b5a;
  background: transparent;
}
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .product-info-btns:not(.hk-pdp-buybox-btns) .btn.buy-now:hover,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .product-info-btns:not(.hk-pdp-buybox-btns) .btn.buy-now:hover {
  background: #b58b5a;
  color: #fff;
}
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .quantity-wrap,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .quantity-wrap {
  flex: 0 0 auto;
  width: auto;
  align-self: center;
  margin-bottom: 0;
}
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .hk-pdp-buybox-checkout,
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .hk-pdp-buybox-checkout {
  flex: 1 1 auto;
  min-width: 0;
  justify-content: flex-start;
  gap: 1.5rem;
  padding: 0.75rem 0;
}
body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .product-info-btns:not(.hk-pdp-buybox-btns),
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .product-info-btns:not(.hk-pdp-buybox-btns) {
  width: auto !important;
  height: auto !important;
  margin-left: 0 !important;
}
@media (min-width: 992px) {
  body.page-product.theme-heartkeepsake .product-info-bottom__main.is-docked .product-info-btns:not(.hk-pdp-buybox-btns) .btn,
  body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .product-info-btns:not(.hk-pdp-buybox-btns) .btn {
    flex: 0 1 auto;
    min-width: 10rem;
    max-width: 16rem;
  }
}

body.page-product.theme-heartkeepsake.has-hk-pdp-dock-active {
  padding-bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
}
@media (min-width: 992px) {
  body.page-product.theme-heartkeepsake.has-hk-pdp-dock-active {
    padding-bottom: 4.75rem;
  }
}

body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--color .variant-values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--color .variant-values .variant-value-name.variant-value-name--swatch {
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
  flex: 0 0 2.75rem;
  margin: 0;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--color .variant-values .variant-value-name.variant-value-name--swatch:hover:not(.disabled) {
  border-color: rgba(216, 112, 147, 0.45);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), 0 0 0 2px #fff0f5;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--color .variant-values .variant-value-name.variant-value-name--swatch.active {
  border-color: #d87093;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), 0 0 0 2px #fff0f5;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--color .variant-values .variant-value-name.variant-value-name--swatch.disabled {
  opacity: 0.35;
  text-decoration: none;
  cursor: not-allowed;
}

body.page-product.theme-heartkeepsake .page-product-top .product-info {
  container-type: inline-size;
}
@container (min-width: 28rem) {
  body.page-product.theme-heartkeepsake .page-product-top .product-info .hk-pdp-buybox-checkout {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }
  body.page-product.theme-heartkeepsake .page-product-top .product-info .hk-pdp-buybox-checkout .hk-pdp-buybox-btns {
    flex: 1 1 auto;
  }
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--pre-upload .variant-values {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.375rem, 2cqi, 0.625rem);
}
@container (min-width: 16rem) {
  body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--pre-upload .variant-values {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@container (min-width: 20rem) {
  body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--pre-upload .variant-values {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@container (min-width: 24.5rem) {
  body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--pre-upload .variant-values {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--pre-upload .variant-values .variant-value-name:not(.variant-value-name--swatch):not(.variant-value-name--image) {
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.5rem 0.375rem;
  margin: 0;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--pre-upload .variant-values .variant-value-name:not(.variant-value-name--swatch):not(.variant-value-name--image) .variant-text {
  font-size: clamp(0.6875rem, 2.4cqi, 0.8125rem);
  line-height: 1.2;
  word-break: break-word;
  overflow-wrap: anywhere;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--pre-upload .variant-values .variant-value-name--image {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0.5rem 0.375rem 0.625rem;
  overflow: visible;
  text-align: center;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--pre-upload .variant-values .variant-value-name--image .variant-image-container {
  width: 1.875rem;
  height: 1.875rem;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--pre-upload .variant-values .variant-value-name--image .variant-value-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--pre-upload .variant-values .variant-value-name--image .variant-text {
  display: block;
  padding: 0.375rem 0.125rem 0;
  font-size: clamp(0.6875rem, 2.4cqi, 0.8125rem);
  line-height: 1.2;
  font-weight: 500;
  word-break: break-word;
  overflow-wrap: anywhere;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--pre-upload .variant-values .variant-value-name--image.active {
  background: rgba(181, 139, 90, 0.1);
  border-color: #b58b5a;
  box-shadow: inset 0 0 0 1px rgba(181, 139, 90, 0.35);
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--pre-upload .variant-values .variant-value-name--image.active .variant-text {
  color: #333333;
  font-weight: 600;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--pre-upload .variant-values .variant-value-name:not(.variant-value-name--swatch):not(.variant-value-name--image).active {
  background: rgba(181, 139, 90, 0.1);
  border-color: #b58b5a;
  color: #333333;
  box-shadow: inset 0 0 0 1px rgba(181, 139, 90, 0.35);
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--pre-upload .variant-values .variant-value-name:not(.variant-value-name--swatch):not(.variant-value-name--image).active .variant-text {
  color: #333333;
  font-weight: 600;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant-box--post_upload .product-variant--post-upload .variant-values,
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--post-upload .variant-values {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.5rem, 2.5cqi, 0.75rem);
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--post-upload .variant-values .variant-value-name:not(.variant-value-name--swatch) {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 3.25rem;
  margin: 0 !important;
  padding: 0.625rem 0.5rem;
  text-align: center;
  position: relative;
  overflow: visible;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--post-upload .variant-values .variant-value-name:not(.variant-value-name--swatch) .variant-image-container {
  width: 100%;
  max-width: 5.5rem;
  aspect-ratio: 1;
  margin: 0 auto 0.375rem;
  border-radius: 4px;
  overflow: hidden;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--post-upload .variant-values .variant-value-name:not(.variant-value-name--swatch) .variant-value-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--post-upload .variant-values .variant-value-name:not(.variant-value-name--swatch) .variant-text {
  font-size: clamp(0.75rem, 2.8cqi, 0.875rem);
  line-height: 1.25;
  font-weight: 500;
  word-break: break-word;
  overflow-wrap: anywhere;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--post-upload .variant-values .variant-value-name:not(.variant-value-name--swatch).active {
  background: rgba(181, 139, 90, 0.1);
  border-color: #b58b5a;
  color: #333333;
  box-shadow: inset 0 0 0 1px rgba(181, 139, 90, 0.35);
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--post-upload .variant-values .variant-value-name:not(.variant-value-name--swatch).active .variant-text {
  color: #333333;
  font-weight: 600;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--post-upload .variant-values .variant-value-name:not(.variant-value-name--swatch):hover:not(.disabled) {
  border-color: #2f2f2f;
  box-shadow: none;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant:not(.product-variant--pre-upload):not(.product-variant--post-upload) .variant-values .variant-value-name:not(.variant-value-name--swatch):not(.variant-value-name--image) {
  min-height: 3.25rem;
  padding: 0.625rem 1.25rem;
  gap: 0.625rem;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant:not(.product-variant--pre-upload):not(.product-variant--post-upload) .variant-values .variant-value-name:not(.variant-value-name--swatch):not(.variant-value-name--image) .variant-image-container {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 4px;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant:not(.product-variant--pre-upload):not(.product-variant--post-upload) .variant-values .variant-value-name:not(.variant-value-name--swatch):not(.variant-value-name--image) .variant-text {
  font-size: 0.9375rem;
  line-height: 1.25;
  font-weight: 500;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant:not(.product-variant--pre-upload):not(.product-variant--post-upload) .variant-values .variant-value-name:not(.variant-value-name--swatch):not(.variant-value-name--image).active {
  background: rgba(181, 139, 90, 0.1);
  border-color: #b58b5a;
  color: #333333;
  box-shadow: inset 0 0 0 1px rgba(181, 139, 90, 0.35);
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant:not(.product-variant--pre-upload):not(.product-variant--post-upload) .variant-values .variant-value-name:not(.variant-value-name--swatch):not(.variant-value-name--image).active .variant-text {
  color: #333333;
  font-weight: 600;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant:not(.product-variant--pre-upload):not(.product-variant--post-upload) .variant-values .variant-value-name:not(.variant-value-name--swatch):not(.variant-value-name--image):hover:not(.disabled) {
  border-color: #2f2f2f;
  box-shadow: none;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant .variant-title {
  font-size: 0.9375rem;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name.active {
  background: rgba(181, 139, 90, 0.1);
  border-color: #b58b5a;
  color: #333333;
  box-shadow: inset 0 0 0 1px rgba(181, 139, 90, 0.35);
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name.active .variant-text {
  color: #333333;
  font-weight: 600;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--pre-upload .variant-values .variant-value-name,
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .product-variant--post-upload .variant-values .variant-value-name {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .product-variant-box .variant-values .variant-value-name,
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .hk-pdp-product-options .option-radio-item,
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .hk-pdp-product-options .option-checkbox-item,
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .hk-pdp-product-options__choice,
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .hk-pdp-product-options__select-wrap,
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-variant-box .variant-values .variant-value-name,
body.page-product.theme-heartkeepsake .page-product-top .product-info .hk-pdp-product-options .option-radio-item,
body.page-product.theme-heartkeepsake .page-product-top .product-info .hk-pdp-product-options .option-checkbox-item,
body.page-product.theme-heartkeepsake .page-product-top .product-info .hk-pdp-product-options__choice,
body.page-product.theme-heartkeepsake .page-product-top .product-info .hk-pdp-product-options__select-wrap {
  position: relative !important;
  overflow: visible !important;
}
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .variant-value-name.active > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .variant-value-name.is-selected > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .hk-pdp-product-options__choice.selected > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .hk-pdp-product-options__choice.is-selected > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .hk-pdp-product-options__choice:has(input:checked) > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .option-radio-item.selected > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .option-radio-item.is-selected > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .option-radio-item:has(input:checked) > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .option-checkbox-item.selected > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .option-checkbox-item.is-selected > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .option-checkbox-item:has(input:checked) > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .hk-pdp-product-options__select-wrap.is-selected > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .page-product-top .product-info .variant-value-name.active > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .page-product-top .product-info .variant-value-name.is-selected > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .page-product-top .product-info .hk-pdp-product-options__choice.selected > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .page-product-top .product-info .hk-pdp-product-options__choice.is-selected > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .page-product-top .product-info .hk-pdp-product-options__choice:has(input:checked) > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .page-product-top .product-info .option-radio-item.selected > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .page-product-top .product-info .option-radio-item.is-selected > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .page-product-top .product-info .option-radio-item:has(input:checked) > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .page-product-top .product-info .option-checkbox-item.selected > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .page-product-top .product-info .option-checkbox-item.is-selected > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .page-product-top .product-info .option-checkbox-item:has(input:checked) > .hk-pdp-selection-badge,
body.page-product.theme-heartkeepsake .page-product-top .product-info .hk-pdp-product-options__select-wrap.is-selected > .hk-pdp-selection-badge {
  display: block !important;
}

body.page-product.theme-heartkeepsake .product-info-bottom__main:not(.product-info-bottom__main--floating):has(.hk-pdp-buybox-checkout) {
  container-type: inline-size;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-info-bottom,
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .product-info-bottom {
  height: auto !important;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-info-bottom .quantity-wrap > .minus,
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-info-bottom .quantity-wrap > .plus,
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .product-info-bottom .quantity-wrap > .minus,
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .product-info-bottom .quantity-wrap > .plus {
  flex: 0 0 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
  max-width: 2.75rem;
  height: 100%;
  flex-shrink: 0;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-info-bottom .hk-pdp-buybox-checkout,
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .product-info-bottom .hk-pdp-buybox-checkout {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 0.75rem !important;
  padding: 0.75rem 0 !important;
  min-width: 0 !important;
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}
@container (min-width: 28rem) {
  body.page-product.theme-heartkeepsake .page-product-top .product-info .product-info-bottom .hk-pdp-buybox-checkout,
  body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .product-info-bottom .hk-pdp-buybox-checkout {
    flex-direction: row !important;
    align-items: center !important;
    gap: 1.5rem !important;
  }
  body.page-product.theme-heartkeepsake .page-product-top .product-info .product-info-bottom .hk-pdp-buybox-checkout .hk-pdp-buybox-btns,
  body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .product-info-bottom .hk-pdp-buybox-checkout .hk-pdp-buybox-btns {
    flex: 1 1 auto !important;
  }
}
@media (max-width: 767.98px) {
  body.page-product.theme-heartkeepsake .page-product-top .product-info .product-info-bottom .hk-pdp-buybox-checkout,
  body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .product-info-bottom .hk-pdp-buybox-checkout {
    flex: 1 1 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
  }
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns),
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns) {
  display: flex !important;
  flex-wrap: nowrap !important;
  height: auto !important;
  margin-left: 0 !important;
}
@media (max-width: 991.98px) {
  body.page-product.theme-heartkeepsake .page-product-top .product-info .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns),
  body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns) {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
  }
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns) .btn,
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns) .btn {
  width: auto !important;
  height: 3rem !important;
  margin: 0 !important;
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  text-align: center !important;
}
@media (max-width: 991.98px) {
  body.page-product.theme-heartkeepsake .page-product-top .product-info .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns) .btn,
  body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns) .btn {
    flex: 1 1 0 !important;
    min-width: 0 !important;
  }
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns) .btn.btn-primary.add-cart,
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns) .btn.btn-primary.add-cart {
  background-color: #b58b5a !important;
  border-color: #b58b5a !important;
  color: #fff !important;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns) .btn.buy-now,
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns) .btn.buy-now {
  background-color: transparent !important;
  color: #b58b5a !important;
  border: 1px solid #b58b5a !important;
}
body.page-product.theme-heartkeepsake .page-product-top .product-info .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns) .btn.buy-now:hover,
body.page-product.theme-heartkeepsake .hk-pdp-purchase-gate .product-info-bottom .product-info-btns:not(.hk-pdp-buybox-btns) .btn.buy-now:hover {
  background-color: #b58b5a !important;
  color: #fff !important;
}
body.page-product.theme-heartkeepsake .hk-pdp-buybox-checkout .hk-pdp-buybox-btns {
  display: flex !important;
  flex: 1 1 auto !important;
  gap: 1rem !important;
  margin-left: 0 !important;
  height: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: visible !important;
}
@media (max-width: 767.98px) {
  body.page-product.theme-heartkeepsake .hk-pdp-buybox-checkout .hk-pdp-buybox-btns {
    width: 100% !important;
  }
}
@media (max-width: 374.98px) {
  body.page-product.theme-heartkeepsake .hk-pdp-buybox-checkout .hk-pdp-buybox-btns {
    flex-direction: column-reverse !important;
  }
}
body.page-product.theme-heartkeepsake .hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn {
  height: 3.25rem !important;
  min-height: 2.75rem !important;
  border-radius: 0.625rem !important;
  font-weight: 500 !important;
  overflow: visible !important;
  width: auto !important;
  max-width: none !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  gap: 0.5rem !important;
}
body.page-product.theme-heartkeepsake .hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn > span {
  overflow: visible !important;
  text-overflow: clip !important;
  flex-shrink: 0 !important;
}
body.page-product.theme-heartkeepsake .hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn.add-cart {
  flex: 32 1 0 !important;
  min-width: 8.75rem !important;
  background-color: #fff !important;
  color: #b58b5a !important;
  border: 1px solid #b58b5a !important;
}
body.page-product.theme-heartkeepsake .hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn.add-cart:hover {
  background-color: rgba(181, 139, 90, 0.12) !important;
}
body.page-product.theme-heartkeepsake .hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn.buy-now {
  flex: 65 1 0 !important;
  background-color: #b58b5a !important;
  border-color: #b58b5a !important;
  color: #fff !important;
  font-weight: 600 !important;
}
body.page-product.theme-heartkeepsake .hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn.buy-now:hover {
  background-color: rgb(158.9246861925, 118.4711297071, 71.2753138075) !important;
  border-color: rgb(158.9246861925, 118.4711297071, 71.2753138075) !important;
  box-shadow: 0 4px 12px rgba(181, 139, 90, 0.32) !important;
}
@media (max-width: 767.98px) {
  body.page-product.theme-heartkeepsake .hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn.add-cart, body.page-product.theme-heartkeepsake .hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn.buy-now {
    flex: 1 1 0 !important;
    min-width: 0 !important;
  }
}

body.page-product.theme-heartkeepsake .product-info-bottom:has(.social-share) {
  display: block !important;
  height: auto !important;
  flex-direction: column !important;
  align-items: stretch !important;
  flex-wrap: nowrap !important;
}
body.page-product.theme-heartkeepsake .product-info-bottom:has(.social-share) .product-info-bottom__dock-slot,
body.page-product.theme-heartkeepsake .product-info-bottom:has(.social-share) .product-info-bottom__extras {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
}
body.page-product.theme-heartkeepsake .product-info-bottom:has(.social-share) .product-info-btns,
body.page-product.theme-heartkeepsake .product-info-bottom:has(.social-share) .product-info-btns.hk-pdp-buybox-btns,
body.page-product.theme-heartkeepsake .product-info-bottom:has(.social-share) .hk-pdp-buybox-btns {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  flex-wrap: nowrap !important;
}
body.page-product.theme-heartkeepsake .product-info-bottom:has(.social-share) .hk-pdp-buybox-checkout {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100% !important;
}
@container (min-width: 28rem) {
  body.page-product.theme-heartkeepsake .product-info-bottom:has(.social-share) .hk-pdp-buybox-checkout {
    flex-direction: row !important;
    align-items: center !important;
  }
}

body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked {
  container-type: normal;
  padding-inline: max(1.25rem, env(safe-area-inset-left, 0px)) max(1.25rem, env(safe-area-inset-right, 0px));
  align-items: center;
}
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked.is-docked--column {
  padding-inline: max(1rem, env(safe-area-inset-left, 0px)) max(1rem, env(safe-area-inset-right, 0px));
}
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .quantity-wrap {
  flex: 0 0 auto;
  align-self: center;
}
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .hk-pdp-buybox-checkout {
  flex: 1 1 0 !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 0.625rem !important;
  padding: 0 !important;
  min-width: 0 !important;
  width: auto !important;
}
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .hk-pdp-buybox-price {
  flex: 0 0 auto;
  width: 100%;
  min-width: 0;
}
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .hk-pdp-buybox-btns {
  flex: 0 0 auto !important;
  justify-content: stretch !important;
  gap: 0.75rem !important;
  width: 100% !important;
  max-width: 100% !important;
}
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  max-width: none !important;
  padding-inline: 1rem !important;
}
body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn.add-cart, body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked .hk-pdp-buybox-checkout .hk-pdp-buybox-btns .btn.buy-now {
  flex: 1 1 0 !important;
  min-width: 0 !important;
}
@media (min-width: 28rem) {
  body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked:not(.is-docked--column) .hk-pdp-buybox-checkout {
    flex-direction: row !important;
    align-items: center !important;
    gap: 1rem !important;
  }
  body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked:not(.is-docked--column) .hk-pdp-buybox-price {
    width: auto;
    flex: 0 1 auto;
  }
  body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked:not(.is-docked--column) .hk-pdp-buybox-btns {
    flex: 1 1 auto !important;
    width: auto !important;
  }
}
@media (max-width: 767.98px) {
  body.page-product.theme-heartkeepsake .product-info-bottom__main--floating.is-docked {
    padding-inline: max(1rem, env(safe-area-inset-left, 0px)) max(1rem, env(safe-area-inset-right, 0px));
  }
}

.theme-heartkeepsake.page-product .hk-pdp-below-fold {
  margin-top: 2.5rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  background: #0a1019;
  color: #ffffff;
  font-family: "Montserrat", "Jost", Arial, sans-serif;
}
.theme-heartkeepsake.page-product .hk-pdp-card {
  border-radius: 16px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), inset 0 -12px 24px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 767.98px) {
  .theme-heartkeepsake.page-product .hk-pdp-card {
    padding: 16px;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-card:hover {
  transform: translateY(-4px);
  border-color: rgba(57, 255, 112, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -12px 24px rgba(0, 0, 0, 0.35), 0 8px 28px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(57, 255, 112, 0.25);
}
.theme-heartkeepsake.page-product .hk-pdp-card--flat:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), inset 0 -12px 24px rgba(0, 0, 0, 0.35);
}
@media (prefers-reduced-motion: reduce) {
  .theme-heartkeepsake.page-product .hk-pdp-card:hover {
    transform: none;
  }
  .theme-heartkeepsake.page-product .hk-pdp-add-ons__promo-highlight {
    animation: none !important;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: rgba(0, 0, 0, 0.35);
  margin-bottom: 1rem;
}
.theme-heartkeepsake.page-product .hk-pdp-media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.theme-heartkeepsake.page-product .hk-pdp-media__photo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-heartkeepsake.page-product .hk-pdp-media__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.theme-heartkeepsake.page-product .hk-pdp-media__play .bi {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.2rem;
  transition: transform 0.2s ease, background 0.2s ease;
}
.theme-heartkeepsake.page-product .hk-pdp-media:hover .theme-heartkeepsake.page-product .hk-pdp-media__play .bi, .theme-heartkeepsake.page-product .hk-pdp-media__play:focus-visible .bi {
  transform: scale(1.08);
  background: rgba(0, 0, 0, 0.72);
}
.theme-heartkeepsake.page-product .hk-pdp-media:not([data-video-url]) .theme-heartkeepsake.page-product .hk-pdp-media__play {
  cursor: default;
  pointer-events: none;
  opacity: 0.85;
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works {
  padding: 3rem 0 0;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-product .hk-pdp-how-it-works {
    padding-top: 3.5rem;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works:last-child {
  padding-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-product .hk-pdp-how-it-works:last-child {
    padding-bottom: 4rem;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-product .hk-pdp-how-it-works__inner {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .theme-heartkeepsake.page-product .hk-pdp-how-it-works__inner {
    padding-inline: 2rem;
  }
}
@media (min-width: 1200px) {
  .theme-heartkeepsake.page-product .hk-pdp-how-it-works__inner {
    max-width: 1280px;
  }
}
@media (min-width: 1400px) {
  .theme-heartkeepsake.page-product .hk-pdp-how-it-works__inner {
    max-width: 1360px;
  }
}
@media (min-width: 1600px) {
  .theme-heartkeepsake.page-product .hk-pdp-how-it-works__inner {
    max-width: 1440px;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__subtitle {
  margin: 0.75rem 0 0;
  font-size: 14px;
  color: #b8c2d0;
  line-height: 1.6;
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__progress {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 2rem;
  padding: 0;
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__progress-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__progress-item::after {
  content: "";
  flex: 0 0 auto;
  width: clamp(1.75rem, 5vw, 3.5rem);
  height: 2px;
  margin: 0 0.35rem;
  background: repeating-linear-gradient(90deg, rgba(184, 194, 208, 0.55) 0, rgba(184, 194, 208, 0.55) 4px, transparent 4px, transparent 8px);
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__progress-item.is-last::after {
  display: none;
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__progress-item.is-active .hk-pdp-how-it-works__progress-dot {
  border-color: #39ff70;
  background: rgba(57, 255, 112, 0.15);
  color: #39ff70;
  box-shadow: 0 0 12px rgba(57, 255, 112, 0.45);
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__progress-item.is-active::after {
  background: repeating-linear-gradient(90deg, rgba(57, 255, 112, 0.65) 0, rgba(57, 255, 112, 0.65) 4px, transparent 4px, transparent 8px);
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__progress-dot {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2px solid rgba(184, 194, 208, 0.55);
  background: transparent;
  color: #b8c2d0;
  font-size: 0.8125rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__track {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}
@media (min-width: 1200px) {
  .theme-heartkeepsake.page-product .hk-pdp-how-it-works__track--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .theme-heartkeepsake.page-product .hk-pdp-how-it-works__track--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .theme-heartkeepsake.page-product .hk-pdp-how-it-works__track--4, .theme-heartkeepsake.page-product .hk-pdp-how-it-works__track--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  padding: 0;
  overflow: hidden;
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__card .hk-pdp-how-it-works__label {
  margin: 0;
  padding: 24px 24px 0.75rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .theme-heartkeepsake.page-product .hk-pdp-how-it-works__card .hk-pdp-how-it-works__label {
    padding: 16px 16px 0.625rem;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__card .hk-pdp-how-it-works__visual-wrap {
  position: relative;
  width: 100%;
  flex-shrink: 0;
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__card .hk-pdp-how-it-works__visual-wrap .hk-pdp-media {
  width: 100%;
  margin: 0;
  border-radius: 0;
  aspect-ratio: 4/3;
  min-height: 10.5rem;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-product .hk-pdp-how-it-works__card .hk-pdp-how-it-works__visual-wrap .hk-pdp-media {
    min-height: 12rem;
  }
}
@media (min-width: 1200px) {
  .theme-heartkeepsake.page-product .hk-pdp-how-it-works__card .hk-pdp-how-it-works__visual-wrap .hk-pdp-media {
    min-height: 0;
    aspect-ratio: 4/3;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__card .hk-pdp-how-it-works__visual-wrap .hk-pdp-how-it-works__approve-demo {
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  justify-content: center;
  width: calc(100% - 1rem);
  max-width: 100%;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
  pointer-events: none;
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__card .hk-pdp-how-it-works__visual-wrap:has(.hk-pdp-how-it-works__approve-demo) .hk-pdp-media__play {
  display: none;
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__card .hk-pdp-how-it-works__visual-wrap:has(.hk-pdp-how-it-works__approve-demo)::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72), transparent);
  pointer-events: none;
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__card .hk-pdp-how-it-works__card-title {
  margin: 0;
  padding: 1rem 24px 0.625rem;
}
@media (max-width: 767.98px) {
  .theme-heartkeepsake.page-product .hk-pdp-how-it-works__card .hk-pdp-how-it-works__card-title {
    padding: 0.875rem 16px 0.5rem;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__card .hk-pdp-how-it-works__card-body {
  padding: 0 24px;
}
@media (max-width: 767.98px) {
  .theme-heartkeepsake.page-product .hk-pdp-how-it-works__card .hk-pdp-how-it-works__card-body {
    padding-inline: 16px;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__card .hk-pdp-how-it-works__approve-note {
  margin: 0;
  padding: 0.625rem 24px 24px;
  font-size: 11px;
}
@media (max-width: 767.98px) {
  .theme-heartkeepsake.page-product .hk-pdp-how-it-works__card .hk-pdp-how-it-works__approve-note {
    padding: 0.5rem 16px 16px;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__card:not(:has(.hk-pdp-how-it-works__approve-note)) .hk-pdp-how-it-works__card-body {
  padding-bottom: 24px;
}
@media (max-width: 767.98px) {
  .theme-heartkeepsake.page-product .hk-pdp-how-it-works__card:not(:has(.hk-pdp-how-it-works__approve-note)) .hk-pdp-how-it-works__card-body {
    padding-bottom: 16px;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__label {
  margin: 0 0 0.875rem;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b8c2d0;
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__card-title {
  margin: 0 0 0.625rem;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.35;
  text-align: left;
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__card-body {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
  text-align: left;
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__approve-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.75rem;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  transition: background 0.2s ease, filter 0.2s ease;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-product .hk-pdp-how-it-works__approve-btn {
    padding: 0.5rem 0.875rem;
    font-size: 12px;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__approve-btn--rework {
  border: 0;
  background: #3d7ea6;
  color: #fff;
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__approve-btn--rework:hover {
  background: #2f6688;
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__approve-btn--approve {
  border: 0;
  background: #39ff70;
  color: #0a1019;
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__approve-btn--approve:hover {
  filter: brightness(1.08);
}
.theme-heartkeepsake.page-product .hk-pdp-how-it-works__approve-note {
  font-size: 12px;
  line-height: 1.45;
  color: #b8c2d0;
  text-align: left;
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons {
  margin-top: 80px;
  padding: 0 0 4.5rem;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-product .hk-pdp-add-ons {
    padding-bottom: 5rem;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-product .hk-pdp-add-ons__inner {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .theme-heartkeepsake.page-product .hk-pdp-add-ons__inner {
    padding-inline: 2rem;
  }
}
@media (min-width: 1200px) {
  .theme-heartkeepsake.page-product .hk-pdp-add-ons__inner {
    max-width: 1280px;
  }
}
@media (min-width: 1400px) {
  .theme-heartkeepsake.page-product .hk-pdp-add-ons__inner {
    max-width: 1360px;
  }
}
@media (min-width: 1600px) {
  .theme-heartkeepsake.page-product .hk-pdp-add-ons__inner {
    max-width: 1440px;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__title {
  margin: 0 0 3rem;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-product .hk-pdp-add-ons__title {
    margin-bottom: 3.5rem;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons .hk-pdp-add-ons__layout + .hk-pdp-add-ons__section,
.theme-heartkeepsake.page-product .hk-pdp-add-ons .hk-pdp-add-ons__section + .hk-pdp-add-ons__section {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-product .hk-pdp-add-ons .hk-pdp-add-ons__layout + .hk-pdp-add-ons__section,
  .theme-heartkeepsake.page-product .hk-pdp-add-ons .hk-pdp-add-ons__section + .hk-pdp-add-ons__section {
    margin-top: 2.25rem;
    padding-top: 1.5rem;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__section--accessories .hk-pdp-add-ons__eyebrow {
  margin-bottom: 1rem;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #ffffff;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-product .hk-pdp-add-ons__section--accessories .hk-pdp-add-ons__eyebrow {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__layout {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-product .hk-pdp-add-ons__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 1.75rem;
  }
}
@media (min-width: 1200px) {
  .theme-heartkeepsake.page-product .hk-pdp-add-ons__layout {
    gap: 1.75rem 2rem;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__card {
  padding: 0;
  overflow: hidden;
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__card:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), inset 0 -12px 24px rgba(0, 0, 0, 0.35);
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__card--split {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  min-height: 16rem;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-product .hk-pdp-add-ons__card--split {
    min-height: 19rem;
  }
}
@media (min-width: 1200px) {
  .theme-heartkeepsake.page-product .hk-pdp-add-ons__card--split {
    min-height: 21rem;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__card--text-only {
  min-height: 16rem;
  background: rgba(0, 0, 0, 0.45);
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-product .hk-pdp-add-ons__card--text-only {
    min-height: 19rem;
  }
}
@media (min-width: 1200px) {
  .theme-heartkeepsake.page-product .hk-pdp-add-ons__card--text-only {
    min-height: 21rem;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__card--text-only .hk-pdp-add-ons__copy {
  min-height: inherit;
  background: transparent;
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__card--banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 16rem;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-product .hk-pdp-add-ons__card--banner {
    grid-column: 1/-1;
    min-height: 22rem;
  }
}
@media (min-width: 1200px) {
  .theme-heartkeepsake.page-product .hk-pdp-add-ons__card--banner {
    min-height: 24rem;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__copy {
  flex: 1 1 50%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 1.25rem;
  background: rgba(0, 0, 0, 0.45);
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-product .hk-pdp-add-ons__copy {
    padding: 1.75rem 1.5rem;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__visual {
  flex: 1 1 50%;
  min-width: 0;
  align-self: stretch;
  display: flex;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__visual .hk-pdp-media,
.theme-heartkeepsake.page-product .hk-pdp-add-ons__visual picture {
  flex: 1 1 auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__visual .hk-pdp-media {
  aspect-ratio: unset;
  border-radius: 0;
  background: transparent;
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__visual img,
.theme-heartkeepsake.page-product .hk-pdp-add-ons__visual .hk-pdp-media__photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__icon {
  font-size: 1.75rem;
  color: #39ff70;
  margin-bottom: 1rem;
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__card-title {
  margin: 0 0 0.75rem;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.35;
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__card-body {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: #b8c2d0;
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__bullets {
  margin: 0;
  padding: 0;
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__bullets li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__bullets li:last-child {
  margin-bottom: 0;
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__bullets li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #39ff70;
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__footnote {
  margin: 1.75rem 0 0;
  font-size: 12px;
  color: #b8c2d0;
  line-height: 1.6;
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin-top: 1.75rem;
  padding: 0.875rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(57, 255, 112, 0.55);
  background: rgba(57, 255, 112, 0.12);
  color: #39ff70;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-product .hk-pdp-add-ons__cta {
    align-self: flex-start;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__cta .bi {
  font-size: 1.125rem;
  line-height: 1;
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__cta:hover {
  background: rgba(57, 255, 112, 0.22);
  border-color: #39ff70;
  color: #ffffff;
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__eyebrow {
  margin: 0 0 1.75rem;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b8c2d0;
  text-align: center;
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__card--accessories {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__card--accessories::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, transparent 45%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__accessories-title {
  position: absolute;
  z-index: 2;
  top: 1.5rem;
  left: 1.5rem;
  right: 5.5rem;
  margin: 0;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: #5eb8ff;
  line-height: 1.35;
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__accessories-badge {
  position: absolute;
  z-index: 2;
  top: 1.5rem;
  right: 1.5rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(57, 255, 112, 0.15);
  border: 1px solid rgba(57, 255, 112, 0.45);
  color: #39ff70;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__accessories-photo {
  display: block;
  width: 100%;
  aspect-ratio: 21/8;
  min-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-product .hk-pdp-add-ons__accessories-photo {
    aspect-ratio: 21/7;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__promo {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding: 1.75rem 1.5rem;
  background: linear-gradient(135deg, #1a3a5c 0%, #0d2840 100%);
  border-color: rgba(255, 255, 255, 0.12);
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-product .hk-pdp-add-ons__promo {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem 2.25rem;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__promo-headline {
  margin: 0;
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.35;
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__promo-highlight {
  display: inline-block;
  margin-left: 0.35rem;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 800;
  color: #39ff70;
  animation: hk-pdp-promo-glow 2.5s ease-in-out infinite;
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__promo-note {
  margin: 0.75rem 0 0;
  font-size: 12px;
  color: #b8c2d0;
  line-height: 1.55;
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__promo-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-product .hk-pdp-add-ons__promo-thumbs {
    gap: 1.125rem;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__promo-thumb {
  position: relative;
  margin: 0;
  width: 4.5rem;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-product .hk-pdp-add-ons__promo-thumb {
    width: 5rem;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__promo-thumb-badge {
  position: absolute;
  z-index: 1;
  top: -0.35rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
  background: #39ff70;
  color: #0a1019;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}
.theme-heartkeepsake.page-product .hk-pdp-add-ons__promo-thumb-photo {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
@keyframes hk-pdp-promo-glow {
  0%, 100% {
    text-shadow: 0 0 8px rgba(57, 255, 112, 0.35);
  }
  50% {
    text-shadow: 0 0 18px rgba(57, 255, 112, 0.85);
  }
}
.theme-heartkeepsake.page-product #hk-pdp-customize.is-highlighted {
  outline: 2px solid rgba(57, 255, 112, 0.75);
  outline-offset: 4px;
  border-radius: 12px;
  transition: outline-color 0.25s ease;
  animation: hk-pdp-options-highlight 1.4s ease;
}
@keyframes hk-pdp-options-highlight {
  0%, 100% {
    outline-color: rgba(57, 255, 112, 0.45);
  }
  50% {
    outline-color: #39ff70;
  }
}
.theme-heartkeepsake.page-product .hk-pdp-video-modal {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.theme-heartkeepsake.page-product .hk-pdp-video-modal[hidden] {
  display: none;
}
.theme-heartkeepsake.page-product .hk-pdp-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
}
.theme-heartkeepsake.page-product .hk-pdp-video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
}
.theme-heartkeepsake.page-product .hk-pdp-video-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
.theme-heartkeepsake.page-product .hk-pdp-video-modal__close:hover {
  background: rgba(255, 255, 255, 0.28);
}
.theme-heartkeepsake.page-product .hk-pdp-video-modal__body {
  aspect-ratio: 16/9;
  background: #000;
}
.theme-heartkeepsake.page-product .hk-pdp-video-modal__body iframe,
.theme-heartkeepsake.page-product .hk-pdp-video-modal__body video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

body.hk-pdp-video-modal-open {
  overflow: hidden;
}

.theme-heartkeepsake .product-grid-item.px-product-card {
  background: #ffffff;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
  transition: box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake .product-grid-item.px-product-card:hover {
  box-shadow: 0 8px 24px rgba(28, 25, 23, 0.1);
  transform: translateY(-2px);
}
.theme-heartkeepsake .product-grid-item.px-product-card .price-new {
  color: #b58b5a;
}
.theme-heartkeepsake .product-grid-item.px-product-card .product-name a {
  color: #2f2f2f;
}
@media (min-width: 992px) {
  .theme-heartkeepsake .product-grid-item.px-product-card .product-bottom {
    position: relative;
    overflow: visible;
  }
  .theme-heartkeepsake .product-grid-item.px-product-card .product-bottom-btns {
    transform: none;
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .theme-heartkeepsake .product-grid-item.px-product-card .product-price {
    position: static;
    transform: none !important;
    transition: none;
  }
  .theme-heartkeepsake .product-grid-item.px-product-card:hover .product-bottom-btns {
    opacity: 1;
    transform: none !important;
  }
  .theme-heartkeepsake .product-grid-item.px-product-card:hover .product-price {
    transform: none !important;
  }
}

.theme-heartkeepsake .hk-product-card__badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 2;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(181, 139, 90, 0.92);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.theme-heartkeepsake .hk-product-card__tagline {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #666666;
}
.theme-heartkeepsake .hk-product-card__rating {
  margin: 0.35rem 0 0.5rem;
}
.theme-heartkeepsake .hk-product-card__rating .product-reviews-listing-stars {
  font-size: 0.8125rem;
}
.theme-heartkeepsake .hk-product-card__from {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #2f2f2f;
}
.theme-heartkeepsake .hk-product-card__customize {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
}

.theme-heartkeepsake.page-categories .px-plp {
  padding-top: 1rem;
  padding-bottom: 2.5rem;
}
.theme-heartkeepsake.page-categories .hk-plp-toolbar {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1rem;
  background: #ffffff;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-categories .hk-plp-toolbar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 1rem;
  }
}
.theme-heartkeepsake.page-categories .hk-plp-toolbar__count {
  margin: 0;
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.45;
}
.theme-heartkeepsake.page-categories .hk-plp-toolbar__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem 0.75rem;
  width: 100%;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-categories .hk-plp-toolbar__actions {
    flex-wrap: nowrap;
    width: auto;
    flex: 0 1 auto;
  }
}
.theme-heartkeepsake.page-categories .hk-plp-toolbar__field {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  flex: 1 1 calc(50% - 0.375rem);
  min-width: 0;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-categories .hk-plp-toolbar__field {
    flex: 0 1 auto;
    min-width: 11.5rem;
  }
}
.theme-heartkeepsake.page-categories .hk-plp-toolbar__field--narrow {
  flex: 0 1 auto;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-categories .hk-plp-toolbar__field--narrow {
    min-width: 7rem;
    max-width: 8.5rem;
  }
}
.theme-heartkeepsake.page-categories .hk-plp-toolbar__label {
  flex: 0 0 auto;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: #666666;
  margin: 0;
  white-space: nowrap;
}
.theme-heartkeepsake.page-categories .hk-plp-toolbar__select {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  border: 1px solid #e6ded4;
  border-radius: 4px;
  background-color: #f8f5f1;
  color: #2f2f2f;
  font-size: 0.875rem;
  padding: 0.4rem 2rem 0.4rem 0.65rem;
  min-height: 2.25rem;
  box-shadow: none;
}
.theme-heartkeepsake.page-categories .hk-plp-toolbar__select:focus {
  border-color: rgba(181, 139, 90, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(181, 139, 90, 0.15);
}
.theme-heartkeepsake.page-categories .hk-plp-toolbar__view {
  display: inline-flex;
  align-self: stretch;
  flex: 1 1 100%;
  justify-content: center;
  padding: 0.2rem;
  background: #f8f5f1;
  border: 1px solid #e6ded4;
  border-radius: 4px;
  gap: 0.125rem;
}
@media (min-width: 480px) {
  .theme-heartkeepsake.page-categories .hk-plp-toolbar__view {
    flex: 0 0 auto;
    align-self: center;
  }
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-categories .hk-plp-toolbar__view {
    margin-left: 0.25rem;
  }
}
.theme-heartkeepsake.page-categories .hk-plp-toolbar__view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex: 1 1 0;
  margin: 0;
  padding: 0.45rem 0.65rem;
  border-radius: calc(4px - 2px);
  color: #666666;
  cursor: pointer;
  transition: background 0.2s cubic-bezier(0.22, 1, 0.36, 1), color 0.2s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-categories .hk-plp-toolbar__view-btn:hover {
  color: #2f2f2f;
}
.theme-heartkeepsake.page-categories .hk-plp-toolbar__view-btn.is-active {
  background: #ffffff;
  color: rgb(165.9665271967, 123.7205020921, 74.4334728033);
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
}
.theme-heartkeepsake.page-categories .hk-plp-toolbar__view-btn i {
  font-size: 1rem;
  line-height: 1;
}
.theme-heartkeepsake.page-categories .hk-plp-toolbar__view-text {
  font-size: 0.8125rem;
  font-weight: 600;
}
@media (max-width: 479.98px) {
  .theme-heartkeepsake.page-categories .hk-plp-toolbar__view-text {
    display: none;
  }
}
.theme-heartkeepsake.page-categories .hk-plp-intro__inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.25rem;
  background: #ffffff;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-categories .hk-plp-intro__inner {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
  }
}
.theme-heartkeepsake.page-categories .hk-plp-intro__media {
  flex-shrink: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-categories .hk-plp-intro__media {
    width: 200px;
  }
}
.theme-heartkeepsake.page-categories .hk-plp-intro__image {
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-categories .hk-plp-intro__image {
    width: 200px;
    height: 200px;
  }
}
.theme-heartkeepsake.page-categories .hk-plp-intro__content {
  min-width: 0;
}
.theme-heartkeepsake.page-categories .hk-plp-intro__title {
  margin: 0 0 0.75rem;
  color: #2f2f2f;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
}
.theme-heartkeepsake.page-categories .hk-plp-intro__summary {
  color: #666666;
  font-size: 1rem;
  line-height: 1.65;
}
.theme-heartkeepsake.page-categories .hk-plp-intro__summary p:last-child {
  margin-bottom: 0;
}
.theme-heartkeepsake.page-categories #filterSidebar .filter-sidebar {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e6ded4;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
  padding: 0.5rem;
}
.theme-heartkeepsake.page-categories #filterSidebar .filter-sidebar .card {
  background: transparent;
  border: none !important;
  box-shadow: none !important;
}
.theme-heartkeepsake.page-categories #filterSidebar .filter-sidebar .card-header {
  background: transparent !important;
  color: #2f2f2f;
  font-weight: 600;
}
.theme-heartkeepsake.page-categories #filterSidebar .filter-sidebar .category-link {
  color: #2f2f2f !important;
}
.theme-heartkeepsake.page-categories #filterSidebar .filter-sidebar .category-link:hover {
  color: #b58b5a !important;
}
.theme-heartkeepsake.page-categories #filterSidebar .filter-sidebar .form-check-input:checked {
  background-color: #b58b5a;
  border-color: #b58b5a;
}
.theme-heartkeepsake.page-categories #filterSidebar .filter-sidebar .btn-primary {
  background: #b58b5a;
  border-color: #b58b5a;
}

.theme-heartkeepsake #miniCart.offcanvas .offcanvas-header {
  border-color: #e6ded4;
}
.theme-heartkeepsake #miniCart.offcanvas .btn-primary {
  background: #b58b5a;
  border-color: #b58b5a;
}

.theme-heartkeepsake .px-newsletter-modal {
  border: 1px solid #e6ded4;
  border-radius: 8px;
}
.theme-heartkeepsake .px-newsletter-modal__icon {
  font-size: 3rem;
  color: #b58b5a;
}
.theme-heartkeepsake .px-newsletter-modal .btn-primary {
  background: #b58b5a;
  border-color: #b58b5a;
}

.theme-heartkeepsake.page-order-pay .px-checkout-result {
  background: #ffffff;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
  padding: 1.5rem;
}

@media (min-width: 1200px) {
  .theme-heartkeepsake.page-home .px-home.module-content .container {
    max-width: 1280px;
  }
}
@media (min-width: 1400px) {
  .theme-heartkeepsake.page-home .px-home.module-content .container {
    max-width: 1360px;
  }
}
.theme-heartkeepsake.page-home .module-title-wrap {
  margin-bottom: 2rem;
}
.theme-heartkeepsake.page-home .module-title-wrap--center {
  text-align: center;
}
.theme-heartkeepsake.page-home .module-title-wrap--center .module-sub-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
}
.theme-heartkeepsake.page-home .module-title-wrap .module-title {
  color: #2f2f2f;
  font-weight: 600;
  font-size: clamp(1.35rem, 3vw, 2rem);
}
.theme-heartkeepsake.page-home .module-title-wrap .module-sub-title {
  color: #666666;
  font-size: 1rem;
  line-height: 1.5;
}
.theme-heartkeepsake.page-home .module-title-wrap--align-left {
  text-align: left;
}
.theme-heartkeepsake.page-home .module-title-wrap--align-left .module-sub-title {
  margin-left: 0;
  margin-right: 0;
}
.theme-heartkeepsake.page-home .module-line {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-home .module-line {
    margin-bottom: 3rem;
  }
}
.theme-heartkeepsake.page-home .hk-hero {
  margin-bottom: 0;
}
.theme-heartkeepsake.page-home .hk-hero .swiper-slide {
  height: auto;
}
.theme-heartkeepsake.page-home .hk-hero #module-swiper-1 .home-slideshow-link img,
.theme-heartkeepsake.page-home .hk-hero #module-swiper-1 .home-slideshow-link .home-slideshow-video,
.theme-heartkeepsake.page-home .hk-hero #module-swiper-1 .home-slideshow-link picture img,
.theme-heartkeepsake.page-home .hk-hero #module-swiper-1 .hk-hero__slide picture img,
.theme-heartkeepsake.page-home .hk-hero #module-swiper-1 .hk-hero__slide .home-slideshow-video {
  width: 100%;
  display: block;
  min-height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-home .hk-hero #module-swiper-1 .home-slideshow-link img,
  .theme-heartkeepsake.page-home .hk-hero #module-swiper-1 .home-slideshow-link .home-slideshow-video,
  .theme-heartkeepsake.page-home .hk-hero #module-swiper-1 .home-slideshow-link picture img,
  .theme-heartkeepsake.page-home .hk-hero #module-swiper-1 .hk-hero__slide picture img,
  .theme-heartkeepsake.page-home .hk-hero #module-swiper-1 .hk-hero__slide .home-slideshow-video {
    min-height: 82vh;
  }
}
.theme-heartkeepsake.page-home .hk-hero #module-swiper-1 .swiper-pagination-bullet-active {
  background: #b58b5a;
}
.theme-heartkeepsake.page-home .hk-hero__slide {
  position: relative;
  overflow: hidden;
  min-height: 70vh;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-home .hk-hero__slide {
    min-height: 82vh;
  }
}
.theme-heartkeepsake.page-home .hk-hero__slide picture,
.theme-heartkeepsake.page-home .hk-hero__slide .home-slideshow-img,
.theme-heartkeepsake.page-home .hk-hero__slide .home-slideshow-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-heartkeepsake.page-home .hk-hero__slide--video .home-slideshow-video {
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-heartkeepsake.page-home .hk-hero__slide--fallback {
  min-height: 70vh;
  background: linear-gradient(135deg, #3d3429 0%, #1c1917 100%);
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-home .hk-hero__slide--fallback {
    min-height: 82vh;
  }
}
.theme-heartkeepsake.page-home .hk-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(28, 25, 23, 0.72) 0%, rgba(28, 25, 23, 0.35) 55%, rgba(28, 25, 23, 0.1) 100%);
}
.hk-hero__slide--video .theme-heartkeepsake.page-home .hk-hero__overlay {
  background: linear-gradient(90deg, rgba(28, 25, 23, 0.82) 0%, rgba(28, 25, 23, 0.5) 55%, rgba(28, 25, 23, 0.25) 100%);
}
.theme-heartkeepsake.page-home .hk-hero__caption {
  max-width: 36rem;
  color: #fff;
  padding: 2rem 0;
}
.theme-heartkeepsake.page-home .hk-hero__title {
  font-size: clamp(1.75rem, 4.5vw, 3rem);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 1rem;
  color: #fff;
}
.theme-heartkeepsake.page-home .hk-hero__subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.6;
  margin-bottom: 1.75rem;
  color: rgba(255, 255, 255, 0.92);
}
.theme-heartkeepsake.page-home .hk-hero__bullets {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.theme-heartkeepsake.page-home .hk-hero__bullets li {
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  font-weight: 600;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.95);
}
.theme-heartkeepsake.page-home .hk-hero__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
@media (min-width: 576px) {
  .theme-heartkeepsake.page-home .hk-hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.875rem;
  }
}
.theme-heartkeepsake.page-home .hk-hero__btn, .theme-heartkeepsake.page-home .hk-hero__btn--primary, .theme-heartkeepsake.page-home .hk-hero__btn--secondary {
  padding: 0.65rem 1.5rem;
  font-weight: 600;
  border-radius: 4px;
  min-height: 2.75rem;
}
.theme-heartkeepsake.page-home .hk-hero__btn--primary {
  padding: 0.875rem 2.25rem;
  font-size: 1.125rem;
  min-height: 3rem;
  box-shadow: 0 4px 18px rgba(181, 139, 90, 0.4);
}
.theme-heartkeepsake.page-home .hk-hero__btn--secondary {
  border-width: 2px;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-home .hk-occasion__grid--moments .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}
.theme-heartkeepsake.page-home .hk-occasion {
  padding-top: 0;
}
.theme-heartkeepsake.page-home .hk-occasion__media {
  border-radius: 50%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 2px solid #e6ded4;
  transition: border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-home .hk-occasion__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-heartkeepsake.page-home .hk-occasion__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(181, 139, 90, 0.08);
  color: #b58b5a;
  font-size: 1.5rem;
  font-weight: 600;
}
.theme-heartkeepsake.page-home .hk-occasion__name {
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0.75rem;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-home .hk-occasion__name {
    font-size: 0.875rem;
  }
}
.theme-heartkeepsake.page-home .hk-occasion__subtitle {
  font-size: 0.75rem;
  color: #666666;
  text-align: center;
  margin-top: 0.25rem;
  line-height: 1.4;
  padding: 0 0.25rem;
}
.theme-heartkeepsake.page-home .hk-occasion__card:hover .hk-occasion__media {
  border-color: #b58b5a;
  transform: translateY(-2px);
}
.theme-heartkeepsake.page-home .hk-occasion__card:hover .hk-occasion__name {
  color: #b58b5a;
}
.theme-heartkeepsake.page-home .home-categories-section .home-cat-card__name {
  color: #2f2f2f;
}
.theme-heartkeepsake.page-home .hk-best-sellers {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-home .hk-best-sellers {
    margin-top: 3.5rem;
  }
}
.theme-heartkeepsake.page-home .hk-best-sellers__footer {
  margin-top: 2rem;
}
.theme-heartkeepsake.page-home .hk-best-sellers__view-all {
  min-width: 14rem;
  font-weight: 600;
  padding-left: 2rem;
  padding-right: 2rem;
}
.theme-heartkeepsake.page-home .hk-shop-product--subdued {
  opacity: 0.92;
  padding-top: 1rem;
  border-top: 1px solid #e6ded4;
}
.theme-heartkeepsake.page-home .hk-shop-product--subdued .module-title {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
}
.theme-heartkeepsake.page-home .hk-shop-product--subdued .module-sub-title {
  font-size: 0.9375rem;
}
.theme-heartkeepsake.page-home .hk-memorial {
  margin-bottom: 3rem;
}
.theme-heartkeepsake.page-home .hk-memorial__inner {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  min-height: 22rem;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-home .hk-memorial__inner {
    min-height: 28rem;
  }
}
.theme-heartkeepsake.page-home .hk-memorial__media {
  position: absolute;
  inset: 0;
  transform: scale(1.02);
}
.theme-heartkeepsake.page-home .hk-memorial__media picture,
.theme-heartkeepsake.page-home .hk-memorial__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.theme-heartkeepsake.page-home .hk-memorial__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: inherit;
  background: linear-gradient(90deg, rgba(28, 25, 23, 0.82) 0%, rgba(28, 25, 23, 0.45) 60%, rgba(28, 25, 23, 0.2) 100%);
}
.theme-heartkeepsake.page-home .hk-memorial__copy {
  max-width: 32rem;
  padding: 3rem 0;
  color: #fff;
}
.theme-heartkeepsake.page-home .hk-memorial__title {
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 600;
  margin-bottom: 1rem;
  color: #fff;
}
.theme-heartkeepsake.page-home .hk-memorial__subtitle {
  font-size: 1.0625rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
}
.theme-heartkeepsake.page-home .hk-memorial__cta {
  font-weight: 700;
  padding: 0.875rem 2rem;
  font-size: 1.0625rem;
  background: #b58b5a;
  border-color: #b58b5a;
  color: #fff;
  box-shadow: 0 4px 18px rgba(181, 139, 90, 0.35);
}
.theme-heartkeepsake.page-home .hk-memorial__cta:hover, .theme-heartkeepsake.page-home .hk-memorial__cta:focus {
  background: rgb(165.9665271967, 123.7205020921, 74.4334728033);
  border-color: rgb(165.9665271967, 123.7205020921, 74.4334728033);
  color: #fff;
}
.theme-heartkeepsake.page-home .hk-memorial__thumbs {
  display: flex;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
.theme-heartkeepsake.page-home .hk-memorial__thumb {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
  opacity: 0.92;
}
.theme-heartkeepsake.page-home .hk-memorial__thumb-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.theme-heartkeepsake.page-home .hk-memorial__products {
  margin-top: 0.875rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.78);
}
.theme-heartkeepsake.page-home .hk-seasonal-strip {
  margin-top: -0.5rem;
  margin-bottom: 1.5rem;
}
.theme-heartkeepsake.page-home .hk-seasonal-strip__track {
  display: flex;
  gap: 0.625rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scrollbar-width: none;
}
.theme-heartkeepsake.page-home .hk-seasonal-strip__track::-webkit-scrollbar {
  display: none;
}
.theme-heartkeepsake.page-home .hk-seasonal-strip__pill {
  flex: 0 0 auto;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid #e6ded4;
  background: #ffffff;
  color: #2f2f2f;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-home .hk-seasonal-strip__pill:hover {
  border-color: #b58b5a;
  background: rgba(181, 139, 90, 0.06);
  color: #b58b5a;
}
.theme-heartkeepsake.page-home .hk-feature-spotlight__inner {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  padding: 1.5rem;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(181, 139, 90, 0.06) 0%, #ffffff 55%);
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-home .hk-feature-spotlight__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 2rem;
    padding: 2rem;
  }
}
.theme-heartkeepsake.page-home .hk-feature-spotlight__media {
  border-radius: 4px;
  overflow: hidden;
}
.theme-heartkeepsake.page-home .hk-feature-spotlight__img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-heartkeepsake.page-home .hk-feature-spotlight__title {
  font-size: clamp(1.35rem, 3vw, 1.875rem);
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 0.75rem;
}
.theme-heartkeepsake.page-home .hk-feature-spotlight__subtitle {
  color: #666666;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
.theme-heartkeepsake.page-home .hk-feature-spotlight__cta {
  align-self: flex-start;
  font-weight: 600;
}
.theme-heartkeepsake.page-home .hk-how-it-works {
  background: #ffffff;
  padding: 2.5rem 0 3rem;
  margin-top: 2.5rem;
  border-radius: 8px;
  border: 1px solid #e6ded4;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-home .hk-how-it-works {
    margin-top: 3.5rem;
  }
}
.theme-heartkeepsake.page-home .hk-how-it-works__steps {
  margin-top: 0.5rem;
}
.theme-heartkeepsake.page-home .hk-step {
  text-align: center;
  height: 100%;
  padding: 0.5rem;
}
.theme-heartkeepsake.page-home .hk-step__visual {
  margin: 0 auto 1rem;
  max-width: 20rem;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e6ded4;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-home .hk-step__visual {
    max-width: 100%;
  }
}
.theme-heartkeepsake.page-home .hk-step__photo {
  width: 100%;
  display: block;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-home .hk-step__photo {
    aspect-ratio: 16/11;
    min-height: 11rem;
  }
}
.theme-heartkeepsake.page-home .hk-step__number, .theme-heartkeepsake.page-home .hk-step__icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: rgba(181, 139, 90, 0.12);
  color: #b58b5a;
  font-weight: 700;
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-heartkeepsake.page-home .hk-step__title {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 0.5rem;
}
.theme-heartkeepsake.page-home .hk-step__text {
  font-size: 0.9375rem;
  color: #666666;
  line-height: 1.55;
  margin-bottom: 0;
}
.theme-heartkeepsake.page-home .hk-why-choose__card {
  height: 100%;
  text-align: center;
  padding: 2rem 1.25rem;
  background: #ffffff;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  transition: box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-home .hk-why-choose__card:hover {
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
  transform: translateY(-2px);
}
.theme-heartkeepsake.page-home .hk-why-choose__icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: rgba(181, 139, 90, 0.12);
  color: #b58b5a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}
.theme-heartkeepsake.page-home .hk-why-choose__title {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 0.5rem;
}
.theme-heartkeepsake.page-home .hk-why-choose__text {
  font-size: 0.9375rem;
  color: #666666;
  line-height: 1.55;
  margin-bottom: 0;
}
.theme-heartkeepsake.page-home .hk-shop-product__card {
  display: block;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e6ded4;
  transition: box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-home .hk-shop-product__card:hover {
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
  transform: translateY(-2px);
}
.theme-heartkeepsake.page-home .hk-shop-product__card:hover .hk-shop-product__name {
  color: #b58b5a;
}
.theme-heartkeepsake.page-home .hk-shop-product__media {
  aspect-ratio: 4/3;
  background: #f8f5f1;
  overflow: hidden;
}
.theme-heartkeepsake.page-home .hk-shop-product__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-heartkeepsake.page-home .hk-shop-product__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #666666;
  font-size: 2rem;
}
.theme-heartkeepsake.page-home .hk-shop-product__name {
  padding: 0.875rem 1rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #2f2f2f;
  text-align: center;
}
.theme-heartkeepsake.page-home .hk-trust-proof {
  background: #f8f5f1;
  border-block: 1px solid rgba(181, 139, 90, 0.12);
  padding-block: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .theme-heartkeepsake.page-home .hk-trust-proof {
    padding-block: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
.theme-heartkeepsake.page-home .hk-trust-proof__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 992px) {
  .theme-heartkeepsake.page-home .hk-trust-proof__grid {
    grid-template-columns: minmax(0, 0.35fr) minmax(0, 0.65fr);
    gap: 2.5rem 3rem;
  }
}
.theme-heartkeepsake.page-home .hk-trust-proof__copy {
  text-align: left;
}
.theme-heartkeepsake.page-home .hk-trust-proof__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
  color: #2f2f2f;
}
.theme-heartkeepsake.page-home .hk-trust-proof__stat {
  color: #b58b5a;
}
.theme-heartkeepsake.page-home .hk-trust-proof__subtitle {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #666666;
  max-width: 28rem;
}
.theme-heartkeepsake.page-home .hk-trust-proof__promises {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 0.875rem;
}
.theme-heartkeepsake.page-home .hk-trust-proof__promise {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #2f2f2f;
  text-align: left;
}
.theme-heartkeepsake.page-home .hk-trust-proof__promise > span:last-child {
  padding-top: 0.3rem;
}
.theme-heartkeepsake.page-home .hk-trust-proof__promise-icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(181, 139, 90, 0.14);
  color: #b58b5a;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-home .hk-trust-proof__promise-icon i {
  font-size: 1rem;
}
.theme-heartkeepsake.page-home .hk-trust-proof__promise:hover .theme-heartkeepsake.page-home .hk-trust-proof__promise-icon {
  transform: scale(1.06);
  background: rgba(181, 139, 90, 0.22);
}
.theme-heartkeepsake.page-home .hk-trust-proof__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.625rem 1.5rem;
  border-radius: 999px;
  background: #b58b5a;
  border: 1px solid #b58b5a;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-home .hk-trust-proof__cta:hover, .theme-heartkeepsake.page-home .hk-trust-proof__cta:focus-visible {
  background: #9a7348;
  border-color: #9a7348;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(181, 139, 90, 0.28);
}
.theme-heartkeepsake.page-home .hk-trust-proof__visual {
  position: relative;
  min-width: 0;
}
.theme-heartkeepsake.page-home .hk-trust-proof__carousels {
  display: grid;
  gap: 0.875rem;
}
.theme-heartkeepsake.page-home .hk-trust-proof__swiper {
  overflow: hidden;
}
.theme-heartkeepsake.page-home .hk-trust-proof__swiper .swiper-slide {
  width: min(220px, 58vw);
}
.theme-heartkeepsake.page-home .hk-trust-proof__photo {
  position: relative;
  margin: 0;
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(230, 222, 212, 0.9);
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
}
.theme-heartkeepsake.page-home .hk-trust-proof__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-home .hk-trust-proof__photo:hover img {
  transform: scale(1.06);
}
.theme-heartkeepsake.page-home .hk-trust-proof__photo-label {
  position: absolute;
  left: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  margin: 0;
  padding: 0.375rem 0.625rem;
  border-radius: 4px;
  background: rgba(47, 47, 47, 0.78);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: left;
  pointer-events: none;
  backdrop-filter: blur(4px);
}
.theme-heartkeepsake.page-home .hk-trust-proof__nav {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}
.theme-heartkeepsake.page-home .hk-trust-proof__nav-btn {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(181, 139, 90, 0.28);
  border-radius: 50%;
  background: #ffffff;
  color: #b58b5a;
  cursor: pointer;
  transition: background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-home .hk-trust-proof__nav-btn:hover, .theme-heartkeepsake.page-home .hk-trust-proof__nav-btn:focus-visible, .theme-heartkeepsake.page-home .hk-trust-proof__nav-btn:active {
  background: #b58b5a;
  border-color: #b58b5a;
  color: #fff;
  transform: translateY(-1px);
}
.theme-heartkeepsake.page-home .hk-reviews {
  overflow: hidden;
}
.theme-heartkeepsake.page-home .hk-reviews > .container {
  overflow: visible;
}
.theme-heartkeepsake.page-home .hk-reviews__track {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: 0;
  padding-bottom: 0.5rem;
}
.theme-heartkeepsake.page-home .hk-reviews__swiper {
  overflow: visible;
  padding-bottom: 1rem;
}
.theme-heartkeepsake.page-home .hk-reviews__swiper .swiper-slide {
  width: min(340px, 82vw);
  height: auto;
}
.theme-heartkeepsake.page-home .hk-review-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.theme-heartkeepsake.page-home .hk-review-card__media-wrap {
  flex-shrink: 0;
}
.theme-heartkeepsake.page-home .hk-review-card__body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.theme-heartkeepsake.page-home .hk-review-card__quote {
  margin: 0.75rem 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #2f2f2f;
  font-style: italic;
}
.theme-heartkeepsake.page-home .hk-review-card__author {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2f2f2f;
  background: transparent;
}
.theme-heartkeepsake.page-home .hk-review-stars {
  color: #e8a317;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}
.theme-heartkeepsake.page-home .hk-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-home .hk-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .theme-heartkeepsake.page-home .hk-gallery__grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
.theme-heartkeepsake.page-home .hk-gallery__item {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
  background: #f8f5f1;
  border: 1px solid #e6ded4;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-home .hk-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.theme-heartkeepsake.page-home .hk-gallery__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
}
.theme-heartkeepsake.page-home .hk-gallery__footer {
  margin-top: 2rem;
}
.theme-heartkeepsake.page-home .hk-gallery__instagram {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-color: #b58b5a;
  color: #b58b5a;
  font-weight: 600;
}
.theme-heartkeepsake.page-home .hk-gallery__instagram:hover {
  background: #b58b5a;
  border-color: #b58b5a;
  color: #fff;
}
.theme-heartkeepsake.page-home .hk-trust {
  margin-bottom: 1.5rem;
}
.theme-heartkeepsake.page-home .hk-trust__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2.5rem;
  margin-bottom: 1.25rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(181, 139, 90, 0.08) 0%, rgba(181, 139, 90, 0.02) 100%);
  border: 1px solid rgba(181, 139, 90, 0.15);
  border-radius: 8px;
  text-align: center;
}
.theme-heartkeepsake.page-home .hk-trust__stat-value {
  display: block;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  color: #2f2f2f;
  line-height: 1.2;
}
.theme-heartkeepsake.page-home .hk-trust__stat-label {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #666666;
}
.theme-heartkeepsake.page-home .hk-trust__list {
  list-style: none;
  margin: 0;
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  background: #ffffff;
  border: 1px solid #e6ded4;
  border-radius: 8px;
}
.theme-heartkeepsake.page-home .hk-trust__item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2f2f2f;
}
.theme-heartkeepsake.page-home .hk-trust__item i {
  color: #b58b5a;
  font-size: 1.125rem;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2 {
  position: relative;
  background: #f8f5f1;
  border-block: 1px solid rgba(181, 139, 90, 0.12);
  padding-block: 2.75rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .theme-heartkeepsake.page-home .hk-trust-proof-v2 {
    padding-block: 4rem;
    margin-bottom: 3.5rem;
  }
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__grid {
  display: grid;
  gap: 2.25rem;
  align-items: center;
}
@media (min-width: 992px) {
  .theme-heartkeepsake.page-home .hk-trust-proof-v2__grid {
    grid-template-columns: minmax(0, 0.35fr) minmax(0, 0.65fr);
    gap: 2.5rem 3.5rem;
  }
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__copy {
  text-align: left;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 0.875rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: rgba(181, 139, 90, 0.12);
  color: #b58b5a;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.625rem, 3vw, 2.125rem);
  font-weight: 700;
  line-height: 1.2;
  color: #2f2f2f;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__stat {
  color: #b58b5a;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__subtitle {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #666666;
  max-width: 30rem;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.625rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__metric {
  padding: 0.75rem 0.625rem;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(230, 222, 212, 0.95);
  text-align: left;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__metric-value {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #2f2f2f;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__metric-label {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.6875rem;
  line-height: 1.35;
  color: #666666;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__promises {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 576px) {
  .theme-heartkeepsake.page-home .hk-trust-proof-v2__promises {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 1rem;
  }
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__promise {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.45;
  color: #2f2f2f;
  text-align: left;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__promise > span:last-child {
  padding-top: 0.25rem;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__promise-icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(181, 139, 90, 0.14);
  color: #b58b5a;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__promise-icon i {
  font-size: 0.9375rem;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.875rem;
  padding: 0.625rem 1.625rem;
  border-radius: 999px;
  background: #b58b5a;
  border: 1px solid #b58b5a;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__cta:hover, .theme-heartkeepsake.page-home .hk-trust-proof-v2__cta:focus-visible {
  background: #9a7348;
  border-color: #9a7348;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(181, 139, 90, 0.28);
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #2f2f2f;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__cta-secondary:hover, .theme-heartkeepsake.page-home .hk-trust-proof-v2__cta-secondary:focus-visible {
  color: #b58b5a;
  border-color: rgba(181, 139, 90, 0.45);
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__visual {
  position: relative;
  min-width: 0;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__carousels {
  position: relative;
  display: grid;
  gap: 0.875rem;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__carousels::before, .theme-heartkeepsake.page-home .hk-trust-proof-v2__carousels::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.5rem;
  z-index: 2;
  pointer-events: none;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__carousels::before {
  left: 0;
  background: linear-gradient(90deg, #f8f5f1 20%, transparent);
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__carousels::after {
  right: 0;
  background: linear-gradient(270deg, #f8f5f1 20%, transparent);
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__swiper {
  overflow: hidden;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__swiper .swiper-slide {
  width: min(240px, 62vw);
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__photo {
  position: relative;
  margin: 0;
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(230, 222, 212, 0.9);
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__card:hover .theme-heartkeepsake.page-home .hk-trust-proof-v2__photo img {
  transform: scale(1.06);
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__reviewer {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  right: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0;
  padding: 0.35rem 0.5rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__reviewer-name {
  font-size: 0.6875rem;
  font-weight: 700;
  color: #2f2f2f;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__reviewer-stars {
  display: inline-flex;
  gap: 0.05rem;
  color: #e8a317;
  font-size: 0.625rem;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__label {
  position: absolute;
  left: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  padding: 0.4rem 0.625rem;
  border-radius: 4px;
  background: rgba(47, 47, 47, 0.82);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
  pointer-events: none;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1rem;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__counter {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #666666;
  letter-spacing: 0.02em;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__nav {
  display: flex;
  gap: 0.5rem;
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__nav-btn {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(181, 139, 90, 0.28);
  border-radius: 50%;
  background: #ffffff;
  color: #b58b5a;
  cursor: pointer;
  transition: background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-home .hk-trust-proof-v2__nav-btn:hover, .theme-heartkeepsake.page-home .hk-trust-proof-v2__nav-btn:focus-visible, .theme-heartkeepsake.page-home .hk-trust-proof-v2__nav-btn:active {
  background: #b58b5a;
  border-color: #b58b5a;
  color: #fff;
  transform: translateY(-1px);
}
.theme-heartkeepsake.page-home .hk-gift-finder__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-home .hk-gift-finder__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}
.theme-heartkeepsake.page-home .hk-gift-finder__card {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem;
  min-height: 4.5rem;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  background: #ffffff;
  text-decoration: none;
  transition: border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-home .hk-gift-finder__card:hover {
  border-color: #b58b5a;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
}
.theme-heartkeepsake.page-home .hk-gift-finder__label {
  font-weight: 700;
  color: #2f2f2f;
  font-size: 0.9375rem;
}
.theme-heartkeepsake.page-home .hk-gift-finder__hint {
  font-size: 0.8125rem;
  color: #666666;
  line-height: 1.4;
}
.theme-heartkeepsake.page-home .hk-trust-icons {
  margin-top: -0.5rem;
}
.theme-heartkeepsake.page-home .hk-trust-icons__list {
  list-style: none;
  margin: 0;
  padding: 1rem 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  background: #ffffff;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-home .hk-trust-icons__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.theme-heartkeepsake.page-home .hk-trust-icons__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #2f2f2f;
}
.theme-heartkeepsake.page-home .hk-trust-icons__item i {
  color: #b58b5a;
  font-size: 1.125rem;
  flex-shrink: 0;
}
.theme-heartkeepsake.page-home .hk-home-faq__accordion {
  max-width: 48rem;
  margin: 0 auto;
}
.theme-heartkeepsake.page-home .hk-home-faq__accordion .accordion-button {
  font-weight: 600;
  color: #2f2f2f;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.theme-heartkeepsake.page-home .hk-home-faq__accordion .accordion-button:not(.collapsed) {
  color: #b58b5a;
  background: rgba(181, 139, 90, 0.06);
}
.theme-heartkeepsake.page-home .hk-home-faq__accordion .accordion-body {
  color: #666666;
  line-height: 1.65;
}
.theme-heartkeepsake.page-home .hk-mobile-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1025;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #e6ded4;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
}
.theme-heartkeepsake.page-home .hk-mobile-sticky-cta__btn {
  font-weight: 700;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 1rem;
}

.theme-heartkeepsake--account .px-account-shell,
.theme-heartkeepsake.page-account .px-account-shell,
.theme-heartkeepsake.page-order .px-account-shell,
.theme-heartkeepsake.page-order-info .px-account-shell,
.theme-heartkeepsake.page-addresses .px-account-shell,
.theme-heartkeepsake.page-wishlist .px-account-shell,
.theme-heartkeepsake.page-edit .px-account-shell,
.theme-heartkeepsake.page-wallet .px-account-shell,
.theme-heartkeepsake.page-password .px-account-shell {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}
.theme-heartkeepsake--account .px-account-sidebar.account-sidebar,
.theme-heartkeepsake.page-account .px-account-sidebar.account-sidebar,
.theme-heartkeepsake.page-order .px-account-sidebar.account-sidebar,
.theme-heartkeepsake.page-order-info .px-account-sidebar.account-sidebar,
.theme-heartkeepsake.page-addresses .px-account-sidebar.account-sidebar,
.theme-heartkeepsake.page-wishlist .px-account-sidebar.account-sidebar,
.theme-heartkeepsake.page-edit .px-account-sidebar.account-sidebar,
.theme-heartkeepsake.page-wallet .px-account-sidebar.account-sidebar,
.theme-heartkeepsake.page-password .px-account-sidebar.account-sidebar {
  background: #ffffff;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  padding: 1.25rem;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
}
.theme-heartkeepsake--account .px-account-sidebar.account-sidebar .account-links li.active a,
.theme-heartkeepsake--account .px-account-sidebar.account-sidebar .account-links a:hover,
.theme-heartkeepsake.page-account .px-account-sidebar.account-sidebar .account-links li.active a,
.theme-heartkeepsake.page-account .px-account-sidebar.account-sidebar .account-links a:hover,
.theme-heartkeepsake.page-order .px-account-sidebar.account-sidebar .account-links li.active a,
.theme-heartkeepsake.page-order .px-account-sidebar.account-sidebar .account-links a:hover,
.theme-heartkeepsake.page-order-info .px-account-sidebar.account-sidebar .account-links li.active a,
.theme-heartkeepsake.page-order-info .px-account-sidebar.account-sidebar .account-links a:hover,
.theme-heartkeepsake.page-addresses .px-account-sidebar.account-sidebar .account-links li.active a,
.theme-heartkeepsake.page-addresses .px-account-sidebar.account-sidebar .account-links a:hover,
.theme-heartkeepsake.page-wishlist .px-account-sidebar.account-sidebar .account-links li.active a,
.theme-heartkeepsake.page-wishlist .px-account-sidebar.account-sidebar .account-links a:hover,
.theme-heartkeepsake.page-edit .px-account-sidebar.account-sidebar .account-links li.active a,
.theme-heartkeepsake.page-edit .px-account-sidebar.account-sidebar .account-links a:hover,
.theme-heartkeepsake.page-wallet .px-account-sidebar.account-sidebar .account-links li.active a,
.theme-heartkeepsake.page-wallet .px-account-sidebar.account-sidebar .account-links a:hover,
.theme-heartkeepsake.page-password .px-account-sidebar.account-sidebar .account-links li.active a,
.theme-heartkeepsake.page-password .px-account-sidebar.account-sidebar .account-links a:hover {
  color: #b58b5a;
}
.theme-heartkeepsake--account .account-card-box,
.theme-heartkeepsake.page-account .account-card-box,
.theme-heartkeepsake.page-order .account-card-box,
.theme-heartkeepsake.page-order-info .account-card-box,
.theme-heartkeepsake.page-addresses .account-card-box,
.theme-heartkeepsake.page-wishlist .account-card-box,
.theme-heartkeepsake.page-edit .account-card-box,
.theme-heartkeepsake.page-wallet .account-card-box,
.theme-heartkeepsake.page-password .account-card-box {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e6ded4;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .theme-heartkeepsake--account .account-card-box,
  .theme-heartkeepsake.page-account .account-card-box,
  .theme-heartkeepsake.page-order .account-card-box,
  .theme-heartkeepsake.page-order-info .account-card-box,
  .theme-heartkeepsake.page-addresses .account-card-box,
  .theme-heartkeepsake.page-wishlist .account-card-box,
  .theme-heartkeepsake.page-edit .account-card-box,
  .theme-heartkeepsake.page-wallet .account-card-box,
  .theme-heartkeepsake.page-password .account-card-box {
    padding: 1.75rem;
    min-height: 28rem;
  }
}
.theme-heartkeepsake--account .account-card-title span,
.theme-heartkeepsake.page-account .account-card-title span,
.theme-heartkeepsake.page-order .account-card-title span,
.theme-heartkeepsake.page-order-info .account-card-title span,
.theme-heartkeepsake.page-addresses .account-card-title span,
.theme-heartkeepsake.page-wishlist .account-card-title span,
.theme-heartkeepsake.page-edit .account-card-title span,
.theme-heartkeepsake.page-wallet .account-card-title span,
.theme-heartkeepsake.page-password .account-card-title span {
  color: #2f2f2f;
}
.theme-heartkeepsake--account .account-card-title a:not(.btn),
.theme-heartkeepsake.page-account .account-card-title a:not(.btn),
.theme-heartkeepsake.page-order .account-card-title a:not(.btn),
.theme-heartkeepsake.page-order-info .account-card-title a:not(.btn),
.theme-heartkeepsake.page-addresses .account-card-title a:not(.btn),
.theme-heartkeepsake.page-wishlist .account-card-title a:not(.btn),
.theme-heartkeepsake.page-edit .account-card-title a:not(.btn),
.theme-heartkeepsake.page-wallet .account-card-title a:not(.btn),
.theme-heartkeepsake.page-password .account-card-title a:not(.btn) {
  color: #666666;
}
.theme-heartkeepsake--account .account-card-title a:not(.btn):hover,
.theme-heartkeepsake.page-account .account-card-title a:not(.btn):hover,
.theme-heartkeepsake.page-order .account-card-title a:not(.btn):hover,
.theme-heartkeepsake.page-order-info .account-card-title a:not(.btn):hover,
.theme-heartkeepsake.page-addresses .account-card-title a:not(.btn):hover,
.theme-heartkeepsake.page-wishlist .account-card-title a:not(.btn):hover,
.theme-heartkeepsake.page-edit .account-card-title a:not(.btn):hover,
.theme-heartkeepsake.page-wallet .account-card-title a:not(.btn):hover,
.theme-heartkeepsake.page-password .account-card-title a:not(.btn):hover {
  color: #b58b5a;
}
.theme-heartkeepsake--account .account-card-title .btn-primary,
.theme-heartkeepsake.page-account .account-card-title .btn-primary,
.theme-heartkeepsake.page-order .account-card-title .btn-primary,
.theme-heartkeepsake.page-order-info .account-card-title .btn-primary,
.theme-heartkeepsake.page-addresses .account-card-title .btn-primary,
.theme-heartkeepsake.page-wishlist .account-card-title .btn-primary,
.theme-heartkeepsake.page-edit .account-card-title .btn-primary,
.theme-heartkeepsake.page-wallet .account-card-title .btn-primary,
.theme-heartkeepsake.page-password .account-card-title .btn-primary {
  color: #fff;
}
.theme-heartkeepsake--account .account-card-title .btn-primary:hover, .theme-heartkeepsake--account .account-card-title .btn-primary:focus, .theme-heartkeepsake--account .account-card-title .btn-primary:active,
.theme-heartkeepsake.page-account .account-card-title .btn-primary:hover,
.theme-heartkeepsake.page-account .account-card-title .btn-primary:focus,
.theme-heartkeepsake.page-account .account-card-title .btn-primary:active,
.theme-heartkeepsake.page-order .account-card-title .btn-primary:hover,
.theme-heartkeepsake.page-order .account-card-title .btn-primary:focus,
.theme-heartkeepsake.page-order .account-card-title .btn-primary:active,
.theme-heartkeepsake.page-order-info .account-card-title .btn-primary:hover,
.theme-heartkeepsake.page-order-info .account-card-title .btn-primary:focus,
.theme-heartkeepsake.page-order-info .account-card-title .btn-primary:active,
.theme-heartkeepsake.page-addresses .account-card-title .btn-primary:hover,
.theme-heartkeepsake.page-addresses .account-card-title .btn-primary:focus,
.theme-heartkeepsake.page-addresses .account-card-title .btn-primary:active,
.theme-heartkeepsake.page-wishlist .account-card-title .btn-primary:hover,
.theme-heartkeepsake.page-wishlist .account-card-title .btn-primary:focus,
.theme-heartkeepsake.page-wishlist .account-card-title .btn-primary:active,
.theme-heartkeepsake.page-edit .account-card-title .btn-primary:hover,
.theme-heartkeepsake.page-edit .account-card-title .btn-primary:focus,
.theme-heartkeepsake.page-edit .account-card-title .btn-primary:active,
.theme-heartkeepsake.page-wallet .account-card-title .btn-primary:hover,
.theme-heartkeepsake.page-wallet .account-card-title .btn-primary:focus,
.theme-heartkeepsake.page-wallet .account-card-title .btn-primary:active,
.theme-heartkeepsake.page-password .account-card-title .btn-primary:hover,
.theme-heartkeepsake.page-password .account-card-title .btn-primary:focus,
.theme-heartkeepsake.page-password .account-card-title .btn-primary:active {
  color: #fff;
}
.theme-heartkeepsake--account .account-info .account-data,
.theme-heartkeepsake.page-account .account-info .account-data,
.theme-heartkeepsake.page-order .account-info .account-data,
.theme-heartkeepsake.page-order-info .account-info .account-data,
.theme-heartkeepsake.page-addresses .account-info .account-data,
.theme-heartkeepsake.page-wishlist .account-info .account-data,
.theme-heartkeepsake.page-edit .account-info .account-data,
.theme-heartkeepsake.page-wallet .account-info .account-data,
.theme-heartkeepsake.page-password .account-info .account-data {
  border-bottom: 1px solid #e6ded4;
  margin: 1.5rem 0 2rem;
  padding-bottom: 1.5rem;
}
.theme-heartkeepsake--account .account-info .account-data .account-item-data .value,
.theme-heartkeepsake.page-account .account-info .account-data .account-item-data .value,
.theme-heartkeepsake.page-order .account-info .account-data .account-item-data .value,
.theme-heartkeepsake.page-order-info .account-info .account-data .account-item-data .value,
.theme-heartkeepsake.page-addresses .account-info .account-data .account-item-data .value,
.theme-heartkeepsake.page-wishlist .account-info .account-data .account-item-data .value,
.theme-heartkeepsake.page-edit .account-info .account-data .account-item-data .value,
.theme-heartkeepsake.page-wallet .account-info .account-data .account-item-data .value,
.theme-heartkeepsake.page-password .account-info .account-data .account-item-data .value {
  color: #b58b5a;
  font-weight: 600;
}
.theme-heartkeepsake--account .account-info .no-order,
.theme-heartkeepsake.page-account .account-info .no-order,
.theme-heartkeepsake.page-order .account-info .no-order,
.theme-heartkeepsake.page-order-info .account-info .no-order,
.theme-heartkeepsake.page-addresses .account-info .no-order,
.theme-heartkeepsake.page-wishlist .account-info .no-order,
.theme-heartkeepsake.page-edit .account-info .no-order,
.theme-heartkeepsake.page-wallet .account-info .no-order,
.theme-heartkeepsake.page-password .account-info .no-order {
  background: rgba(181, 139, 90, 0.08);
  border: 1px dashed #e6ded4;
  border-radius: 8px;
}
.theme-heartkeepsake--account .account-info .no-order a,
.theme-heartkeepsake.page-account .account-info .no-order a,
.theme-heartkeepsake.page-order .account-info .no-order a,
.theme-heartkeepsake.page-order-info .account-info .no-order a,
.theme-heartkeepsake.page-addresses .account-info .no-order a,
.theme-heartkeepsake.page-wishlist .account-info .no-order a,
.theme-heartkeepsake.page-edit .account-info .no-order a,
.theme-heartkeepsake.page-wallet .account-info .no-order a,
.theme-heartkeepsake.page-password .account-info .no-order a {
  color: #b58b5a;
}
.theme-heartkeepsake--account .account-table-box,
.theme-heartkeepsake.page-account .account-table-box,
.theme-heartkeepsake.page-order .account-table-box,
.theme-heartkeepsake.page-order-info .account-table-box,
.theme-heartkeepsake.page-addresses .account-table-box,
.theme-heartkeepsake.page-wishlist .account-table-box,
.theme-heartkeepsake.page-edit .account-table-box,
.theme-heartkeepsake.page-wallet .account-table-box,
.theme-heartkeepsake.page-password .account-table-box {
  --bs-table-bg: transparent;
  min-width: 40rem;
}
.theme-heartkeepsake--account .account-table-box thead th,
.theme-heartkeepsake.page-account .account-table-box thead th,
.theme-heartkeepsake.page-order .account-table-box thead th,
.theme-heartkeepsake.page-order-info .account-table-box thead th,
.theme-heartkeepsake.page-addresses .account-table-box thead th,
.theme-heartkeepsake.page-wishlist .account-table-box thead th,
.theme-heartkeepsake.page-edit .account-table-box thead th,
.theme-heartkeepsake.page-wallet .account-table-box thead th,
.theme-heartkeepsake.page-password .account-table-box thead th {
  color: #666666;
  font-size: 0.8125rem;
  font-weight: 600;
  border-bottom-color: #e6ded4;
}
.theme-heartkeepsake--account .account-table-box tbody td,
.theme-heartkeepsake.page-account .account-table-box tbody td,
.theme-heartkeepsake.page-order .account-table-box tbody td,
.theme-heartkeepsake.page-order-info .account-table-box tbody td,
.theme-heartkeepsake.page-addresses .account-table-box tbody td,
.theme-heartkeepsake.page-wishlist .account-table-box tbody td,
.theme-heartkeepsake.page-edit .account-table-box tbody td,
.theme-heartkeepsake.page-wallet .account-table-box tbody td,
.theme-heartkeepsake.page-password .account-table-box tbody td {
  border-color: #e6ded4;
  vertical-align: middle;
}
.theme-heartkeepsake--account .account-table-box .badge.bg-success,
.theme-heartkeepsake.page-account .account-table-box .badge.bg-success,
.theme-heartkeepsake.page-order .account-table-box .badge.bg-success,
.theme-heartkeepsake.page-order-info .account-table-box .badge.bg-success,
.theme-heartkeepsake.page-addresses .account-table-box .badge.bg-success,
.theme-heartkeepsake.page-wishlist .account-table-box .badge.bg-success,
.theme-heartkeepsake.page-edit .account-table-box .badge.bg-success,
.theme-heartkeepsake.page-wallet .account-table-box .badge.bg-success,
.theme-heartkeepsake.page-password .account-table-box .badge.bg-success {
  background-color: #5a7a5e !important;
}
.theme-heartkeepsake--account .nav-tabs.tabs-plus,
.theme-heartkeepsake.page-account .nav-tabs.tabs-plus,
.theme-heartkeepsake.page-order .nav-tabs.tabs-plus,
.theme-heartkeepsake.page-order-info .nav-tabs.tabs-plus,
.theme-heartkeepsake.page-addresses .nav-tabs.tabs-plus,
.theme-heartkeepsake.page-wishlist .nav-tabs.tabs-plus,
.theme-heartkeepsake.page-edit .nav-tabs.tabs-plus,
.theme-heartkeepsake.page-wallet .nav-tabs.tabs-plus,
.theme-heartkeepsake.page-password .nav-tabs.tabs-plus {
  border-bottom-color: #e6ded4;
  margin-bottom: 1rem;
}
.theme-heartkeepsake--account .nav-tabs.tabs-plus .nav-link,
.theme-heartkeepsake.page-account .nav-tabs.tabs-plus .nav-link,
.theme-heartkeepsake.page-order .nav-tabs.tabs-plus .nav-link,
.theme-heartkeepsake.page-order-info .nav-tabs.tabs-plus .nav-link,
.theme-heartkeepsake.page-addresses .nav-tabs.tabs-plus .nav-link,
.theme-heartkeepsake.page-wishlist .nav-tabs.tabs-plus .nav-link,
.theme-heartkeepsake.page-edit .nav-tabs.tabs-plus .nav-link,
.theme-heartkeepsake.page-wallet .nav-tabs.tabs-plus .nav-link,
.theme-heartkeepsake.page-password .nav-tabs.tabs-plus .nav-link {
  color: #666666;
  border: none;
  border-bottom: 2px solid transparent;
}
.theme-heartkeepsake--account .nav-tabs.tabs-plus .nav-link.active,
.theme-heartkeepsake.page-account .nav-tabs.tabs-plus .nav-link.active,
.theme-heartkeepsake.page-order .nav-tabs.tabs-plus .nav-link.active,
.theme-heartkeepsake.page-order-info .nav-tabs.tabs-plus .nav-link.active,
.theme-heartkeepsake.page-addresses .nav-tabs.tabs-plus .nav-link.active,
.theme-heartkeepsake.page-wishlist .nav-tabs.tabs-plus .nav-link.active,
.theme-heartkeepsake.page-edit .nav-tabs.tabs-plus .nav-link.active,
.theme-heartkeepsake.page-wallet .nav-tabs.tabs-plus .nav-link.active,
.theme-heartkeepsake.page-password .nav-tabs.tabs-plus .nav-link.active {
  color: #b58b5a;
  border-bottom-color: #b58b5a;
  background: transparent;
}
.theme-heartkeepsake--account .addresses-box .address-card,
.theme-heartkeepsake.page-account .addresses-box .address-card,
.theme-heartkeepsake.page-order .addresses-box .address-card,
.theme-heartkeepsake.page-order-info .addresses-box .address-card,
.theme-heartkeepsake.page-addresses .addresses-box .address-card,
.theme-heartkeepsake.page-wishlist .addresses-box .address-card,
.theme-heartkeepsake.page-edit .addresses-box .address-card,
.theme-heartkeepsake.page-wallet .addresses-box .address-card,
.theme-heartkeepsake.page-password .addresses-box .address-card {
  background: #f8f5f1;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  height: 100%;
}
.theme-heartkeepsake--account .addresses-box .address-card .address-card-title,
.theme-heartkeepsake.page-account .addresses-box .address-card .address-card-title,
.theme-heartkeepsake.page-order .addresses-box .address-card .address-card-title,
.theme-heartkeepsake.page-order-info .addresses-box .address-card .address-card-title,
.theme-heartkeepsake.page-addresses .addresses-box .address-card .address-card-title,
.theme-heartkeepsake.page-wishlist .addresses-box .address-card .address-card-title,
.theme-heartkeepsake.page-edit .addresses-box .address-card .address-card-title,
.theme-heartkeepsake.page-wallet .addresses-box .address-card .address-card-title,
.theme-heartkeepsake.page-password .addresses-box .address-card .address-card-title {
  color: #2f2f2f;
  font-size: 1rem;
}
.theme-heartkeepsake--account .wishlist-box .product-grid-item,
.theme-heartkeepsake.page-account .wishlist-box .product-grid-item,
.theme-heartkeepsake.page-order .wishlist-box .product-grid-item,
.theme-heartkeepsake.page-order-info .wishlist-box .product-grid-item,
.theme-heartkeepsake.page-addresses .wishlist-box .product-grid-item,
.theme-heartkeepsake.page-wishlist .wishlist-box .product-grid-item,
.theme-heartkeepsake.page-edit .wishlist-box .product-grid-item,
.theme-heartkeepsake.page-wallet .wishlist-box .product-grid-item,
.theme-heartkeepsake.page-password .wishlist-box .product-grid-item {
  border: 1px solid #e6ded4;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 1rem;
}
.theme-heartkeepsake--account .btn-primary,
.theme-heartkeepsake.page-account .btn-primary,
.theme-heartkeepsake.page-order .btn-primary,
.theme-heartkeepsake.page-order-info .btn-primary,
.theme-heartkeepsake.page-addresses .btn-primary,
.theme-heartkeepsake.page-wishlist .btn-primary,
.theme-heartkeepsake.page-edit .btn-primary,
.theme-heartkeepsake.page-wallet .btn-primary,
.theme-heartkeepsake.page-password .btn-primary {
  background: #b58b5a;
  border-color: #b58b5a;
  color: #fff;
}
.theme-heartkeepsake--account .btn-primary:hover, .theme-heartkeepsake--account .btn-primary:focus, .theme-heartkeepsake--account .btn-primary:active,
.theme-heartkeepsake.page-account .btn-primary:hover,
.theme-heartkeepsake.page-account .btn-primary:focus,
.theme-heartkeepsake.page-account .btn-primary:active,
.theme-heartkeepsake.page-order .btn-primary:hover,
.theme-heartkeepsake.page-order .btn-primary:focus,
.theme-heartkeepsake.page-order .btn-primary:active,
.theme-heartkeepsake.page-order-info .btn-primary:hover,
.theme-heartkeepsake.page-order-info .btn-primary:focus,
.theme-heartkeepsake.page-order-info .btn-primary:active,
.theme-heartkeepsake.page-addresses .btn-primary:hover,
.theme-heartkeepsake.page-addresses .btn-primary:focus,
.theme-heartkeepsake.page-addresses .btn-primary:active,
.theme-heartkeepsake.page-wishlist .btn-primary:hover,
.theme-heartkeepsake.page-wishlist .btn-primary:focus,
.theme-heartkeepsake.page-wishlist .btn-primary:active,
.theme-heartkeepsake.page-edit .btn-primary:hover,
.theme-heartkeepsake.page-edit .btn-primary:focus,
.theme-heartkeepsake.page-edit .btn-primary:active,
.theme-heartkeepsake.page-wallet .btn-primary:hover,
.theme-heartkeepsake.page-wallet .btn-primary:focus,
.theme-heartkeepsake.page-wallet .btn-primary:active,
.theme-heartkeepsake.page-password .btn-primary:hover,
.theme-heartkeepsake.page-password .btn-primary:focus,
.theme-heartkeepsake.page-password .btn-primary:active {
  background: rgb(165.9665271967, 123.7205020921, 74.4334728033);
  border-color: rgb(165.9665271967, 123.7205020921, 74.4334728033);
  color: #fff;
}
.theme-heartkeepsake--account .wallet-card-box,
.theme-heartkeepsake.page-account .wallet-card-box,
.theme-heartkeepsake.page-order .wallet-card-box,
.theme-heartkeepsake.page-order-info .wallet-card-box,
.theme-heartkeepsake.page-addresses .wallet-card-box,
.theme-heartkeepsake.page-wishlist .wallet-card-box,
.theme-heartkeepsake.page-edit .wallet-card-box,
.theme-heartkeepsake.page-wallet .wallet-card-box,
.theme-heartkeepsake.page-password .wallet-card-box {
  background: #ffffff;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}
.theme-heartkeepsake--account .wallet-card-box .wallet-card-title span,
.theme-heartkeepsake.page-account .wallet-card-box .wallet-card-title span,
.theme-heartkeepsake.page-order .wallet-card-box .wallet-card-title span,
.theme-heartkeepsake.page-order-info .wallet-card-box .wallet-card-title span,
.theme-heartkeepsake.page-addresses .wallet-card-box .wallet-card-title span,
.theme-heartkeepsake.page-wishlist .wallet-card-box .wallet-card-title span,
.theme-heartkeepsake.page-edit .wallet-card-box .wallet-card-title span,
.theme-heartkeepsake.page-wallet .wallet-card-box .wallet-card-title span,
.theme-heartkeepsake.page-password .wallet-card-box .wallet-card-title span {
  color: #2f2f2f;
}
.theme-heartkeepsake--account .wallet-card-box .wallet-balance-item .value,
.theme-heartkeepsake.page-account .wallet-card-box .wallet-balance-item .value,
.theme-heartkeepsake.page-order .wallet-card-box .wallet-balance-item .value,
.theme-heartkeepsake.page-order-info .wallet-card-box .wallet-balance-item .value,
.theme-heartkeepsake.page-addresses .wallet-card-box .wallet-balance-item .value,
.theme-heartkeepsake.page-wishlist .wallet-card-box .wallet-balance-item .value,
.theme-heartkeepsake.page-edit .wallet-card-box .wallet-balance-item .value,
.theme-heartkeepsake.page-wallet .wallet-card-box .wallet-balance-item .value,
.theme-heartkeepsake.page-password .wallet-card-box .wallet-balance-item .value {
  font-weight: 600;
  font-size: 1.25rem;
}
.theme-heartkeepsake--account .wallet-card-box .wallet-balance-item .value.text-primary,
.theme-heartkeepsake.page-account .wallet-card-box .wallet-balance-item .value.text-primary,
.theme-heartkeepsake.page-order .wallet-card-box .wallet-balance-item .value.text-primary,
.theme-heartkeepsake.page-order-info .wallet-card-box .wallet-balance-item .value.text-primary,
.theme-heartkeepsake.page-addresses .wallet-card-box .wallet-balance-item .value.text-primary,
.theme-heartkeepsake.page-wishlist .wallet-card-box .wallet-balance-item .value.text-primary,
.theme-heartkeepsake.page-edit .wallet-card-box .wallet-balance-item .value.text-primary,
.theme-heartkeepsake.page-wallet .wallet-card-box .wallet-balance-item .value.text-primary,
.theme-heartkeepsake.page-password .wallet-card-box .wallet-balance-item .value.text-primary {
  color: #b58b5a !important;
}
.theme-heartkeepsake--account .reviews-box .review-item,
.theme-heartkeepsake--account .order-return-box .return-item,
.theme-heartkeepsake.page-account .reviews-box .review-item,
.theme-heartkeepsake.page-account .order-return-box .return-item,
.theme-heartkeepsake.page-order .reviews-box .review-item,
.theme-heartkeepsake.page-order .order-return-box .return-item,
.theme-heartkeepsake.page-order-info .reviews-box .review-item,
.theme-heartkeepsake.page-order-info .order-return-box .return-item,
.theme-heartkeepsake.page-addresses .reviews-box .review-item,
.theme-heartkeepsake.page-addresses .order-return-box .return-item,
.theme-heartkeepsake.page-wishlist .reviews-box .review-item,
.theme-heartkeepsake.page-wishlist .order-return-box .return-item,
.theme-heartkeepsake.page-edit .reviews-box .review-item,
.theme-heartkeepsake.page-edit .order-return-box .return-item,
.theme-heartkeepsake.page-wallet .reviews-box .review-item,
.theme-heartkeepsake.page-wallet .order-return-box .return-item,
.theme-heartkeepsake.page-password .reviews-box .review-item,
.theme-heartkeepsake.page-password .order-return-box .return-item {
  border: 1px solid #e6ded4;
  border-radius: 8px;
  background: #f8f5f1;
  padding: 1rem;
  margin-bottom: 1rem;
}
.theme-heartkeepsake--account .products-table .product-item,
.theme-heartkeepsake.page-account .products-table .product-item,
.theme-heartkeepsake.page-order .products-table .product-item,
.theme-heartkeepsake.page-order-info .products-table .product-item,
.theme-heartkeepsake.page-addresses .products-table .product-item,
.theme-heartkeepsake.page-wishlist .products-table .product-item,
.theme-heartkeepsake.page-edit .products-table .product-item,
.theme-heartkeepsake.page-wallet .products-table .product-item,
.theme-heartkeepsake.page-password .products-table .product-item {
  align-items: flex-start;
}
.theme-heartkeepsake--account .products-table .product-item .product-info,
.theme-heartkeepsake.page-account .products-table .product-item .product-info,
.theme-heartkeepsake.page-order .products-table .product-item .product-info,
.theme-heartkeepsake.page-order-info .products-table .product-item .product-info,
.theme-heartkeepsake.page-addresses .products-table .product-item .product-info,
.theme-heartkeepsake.page-wishlist .products-table .product-item .product-info,
.theme-heartkeepsake.page-edit .products-table .product-item .product-info,
.theme-heartkeepsake.page-wallet .products-table .product-item .product-info,
.theme-heartkeepsake.page-password .products-table .product-item .product-info {
  flex: 1;
  min-width: 0;
}
.theme-heartkeepsake--account .products-table tr.has-custom-design > td:first-child,
.theme-heartkeepsake.page-account .products-table tr.has-custom-design > td:first-child,
.theme-heartkeepsake.page-order .products-table tr.has-custom-design > td:first-child,
.theme-heartkeepsake.page-order-info .products-table tr.has-custom-design > td:first-child,
.theme-heartkeepsake.page-addresses .products-table tr.has-custom-design > td:first-child,
.theme-heartkeepsake.page-wishlist .products-table tr.has-custom-design > td:first-child,
.theme-heartkeepsake.page-edit .products-table tr.has-custom-design > td:first-child,
.theme-heartkeepsake.page-wallet .products-table tr.has-custom-design > td:first-child,
.theme-heartkeepsake.page-password .products-table tr.has-custom-design > td:first-child {
  min-width: 16rem;
}
.theme-heartkeepsake--account .hk-order-design,
.theme-heartkeepsake.page-account .hk-order-design,
.theme-heartkeepsake.page-order .hk-order-design,
.theme-heartkeepsake.page-order-info .hk-order-design,
.theme-heartkeepsake.page-addresses .hk-order-design,
.theme-heartkeepsake.page-wishlist .hk-order-design,
.theme-heartkeepsake.page-edit .hk-order-design,
.theme-heartkeepsake.page-wallet .hk-order-design,
.theme-heartkeepsake.page-password .hk-order-design {
  margin-top: 0.75rem;
  padding: 0.875rem;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  background: #f8f5f1;
}
.theme-heartkeepsake--account .hk-order-design__head,
.theme-heartkeepsake.page-account .hk-order-design__head,
.theme-heartkeepsake.page-order .hk-order-design__head,
.theme-heartkeepsake.page-order-info .hk-order-design__head,
.theme-heartkeepsake.page-addresses .hk-order-design__head,
.theme-heartkeepsake.page-wishlist .hk-order-design__head,
.theme-heartkeepsake.page-edit .hk-order-design__head,
.theme-heartkeepsake.page-wallet .hk-order-design__head,
.theme-heartkeepsake.page-password .hk-order-design__head {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 0.75rem;
  letter-spacing: 0.02em;
}
.theme-heartkeepsake--account .hk-order-design__previews,
.theme-heartkeepsake.page-account .hk-order-design__previews,
.theme-heartkeepsake.page-order .hk-order-design__previews,
.theme-heartkeepsake.page-order-info .hk-order-design__previews,
.theme-heartkeepsake.page-addresses .hk-order-design__previews,
.theme-heartkeepsake.page-wishlist .hk-order-design__previews,
.theme-heartkeepsake.page-edit .hk-order-design__previews,
.theme-heartkeepsake.page-wallet .hk-order-design__previews,
.theme-heartkeepsake.page-password .hk-order-design__previews {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.theme-heartkeepsake--account .hk-order-design__preview,
.theme-heartkeepsake.page-account .hk-order-design__preview,
.theme-heartkeepsake.page-order .hk-order-design__preview,
.theme-heartkeepsake.page-order-info .hk-order-design__preview,
.theme-heartkeepsake.page-addresses .hk-order-design__preview,
.theme-heartkeepsake.page-wishlist .hk-order-design__preview,
.theme-heartkeepsake.page-edit .hk-order-design__preview,
.theme-heartkeepsake.page-wallet .hk-order-design__preview,
.theme-heartkeepsake.page-password .hk-order-design__preview {
  margin: 0;
  text-align: center;
}
.theme-heartkeepsake--account .hk-order-design__preview a,
.theme-heartkeepsake.page-account .hk-order-design__preview a,
.theme-heartkeepsake.page-order .hk-order-design__preview a,
.theme-heartkeepsake.page-order-info .hk-order-design__preview a,
.theme-heartkeepsake.page-addresses .hk-order-design__preview a,
.theme-heartkeepsake.page-wishlist .hk-order-design__preview a,
.theme-heartkeepsake.page-edit .hk-order-design__preview a,
.theme-heartkeepsake.page-wallet .hk-order-design__preview a,
.theme-heartkeepsake.page-password .hk-order-design__preview a {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e6ded4;
  background: #ffffff;
  transition: box-shadow 0.15s ease;
}
.theme-heartkeepsake--account .hk-order-design__preview a:hover,
.theme-heartkeepsake.page-account .hk-order-design__preview a:hover,
.theme-heartkeepsake.page-order .hk-order-design__preview a:hover,
.theme-heartkeepsake.page-order-info .hk-order-design__preview a:hover,
.theme-heartkeepsake.page-addresses .hk-order-design__preview a:hover,
.theme-heartkeepsake.page-wishlist .hk-order-design__preview a:hover,
.theme-heartkeepsake.page-edit .hk-order-design__preview a:hover,
.theme-heartkeepsake.page-wallet .hk-order-design__preview a:hover,
.theme-heartkeepsake.page-password .hk-order-design__preview a:hover {
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
}
.theme-heartkeepsake--account .hk-order-design__preview figcaption,
.theme-heartkeepsake.page-account .hk-order-design__preview figcaption,
.theme-heartkeepsake.page-order .hk-order-design__preview figcaption,
.theme-heartkeepsake.page-order-info .hk-order-design__preview figcaption,
.theme-heartkeepsake.page-addresses .hk-order-design__preview figcaption,
.theme-heartkeepsake.page-wishlist .hk-order-design__preview figcaption,
.theme-heartkeepsake.page-edit .hk-order-design__preview figcaption,
.theme-heartkeepsake.page-wallet .hk-order-design__preview figcaption,
.theme-heartkeepsake.page-password .hk-order-design__preview figcaption {
  margin-top: 0.35rem;
  font-size: 0.6875rem;
  color: #666666;
  line-height: 1.3;
}
.theme-heartkeepsake--account .hk-order-design__preview-img,
.theme-heartkeepsake.page-account .hk-order-design__preview-img,
.theme-heartkeepsake.page-order .hk-order-design__preview-img,
.theme-heartkeepsake.page-order-info .hk-order-design__preview-img,
.theme-heartkeepsake.page-addresses .hk-order-design__preview-img,
.theme-heartkeepsake.page-wishlist .hk-order-design__preview-img,
.theme-heartkeepsake.page-edit .hk-order-design__preview-img,
.theme-heartkeepsake.page-wallet .hk-order-design__preview-img,
.theme-heartkeepsake.page-password .hk-order-design__preview-img {
  display: block;
  width: 88px;
  height: 88px;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-heartkeepsake--account .hk-order-design__preview-img--source,
.theme-heartkeepsake.page-account .hk-order-design__preview-img--source,
.theme-heartkeepsake.page-order .hk-order-design__preview-img--source,
.theme-heartkeepsake.page-order-info .hk-order-design__preview-img--source,
.theme-heartkeepsake.page-addresses .hk-order-design__preview-img--source,
.theme-heartkeepsake.page-wishlist .hk-order-design__preview-img--source,
.theme-heartkeepsake.page-edit .hk-order-design__preview-img--source,
.theme-heartkeepsake.page-wallet .hk-order-design__preview-img--source,
.theme-heartkeepsake.page-password .hk-order-design__preview-img--source {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
}
.theme-heartkeepsake--account .hk-order-design__fields,
.theme-heartkeepsake.page-account .hk-order-design__fields,
.theme-heartkeepsake.page-order .hk-order-design__fields,
.theme-heartkeepsake.page-order-info .hk-order-design__fields,
.theme-heartkeepsake.page-addresses .hk-order-design__fields,
.theme-heartkeepsake.page-wishlist .hk-order-design__fields,
.theme-heartkeepsake.page-edit .hk-order-design__fields,
.theme-heartkeepsake.page-wallet .hk-order-design__fields,
.theme-heartkeepsake.page-password .hk-order-design__fields {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
  gap: 0.5rem 1rem;
  margin: 0 0 0.75rem;
}
.theme-heartkeepsake--account .hk-order-design__field,
.theme-heartkeepsake.page-account .hk-order-design__field,
.theme-heartkeepsake.page-order .hk-order-design__field,
.theme-heartkeepsake.page-order-info .hk-order-design__field,
.theme-heartkeepsake.page-addresses .hk-order-design__field,
.theme-heartkeepsake.page-wishlist .hk-order-design__field,
.theme-heartkeepsake.page-edit .hk-order-design__field,
.theme-heartkeepsake.page-wallet .hk-order-design__field,
.theme-heartkeepsake.page-password .hk-order-design__field {
  margin: 0;
}
.theme-heartkeepsake--account .hk-order-design__field dt,
.theme-heartkeepsake.page-account .hk-order-design__field dt,
.theme-heartkeepsake.page-order .hk-order-design__field dt,
.theme-heartkeepsake.page-order-info .hk-order-design__field dt,
.theme-heartkeepsake.page-addresses .hk-order-design__field dt,
.theme-heartkeepsake.page-wishlist .hk-order-design__field dt,
.theme-heartkeepsake.page-edit .hk-order-design__field dt,
.theme-heartkeepsake.page-wallet .hk-order-design__field dt,
.theme-heartkeepsake.page-password .hk-order-design__field dt {
  font-size: 0.6875rem;
  color: #666666;
  margin-bottom: 0.15rem;
  font-weight: 500;
}
.theme-heartkeepsake--account .hk-order-design__field dd,
.theme-heartkeepsake.page-account .hk-order-design__field dd,
.theme-heartkeepsake.page-order .hk-order-design__field dd,
.theme-heartkeepsake.page-order-info .hk-order-design__field dd,
.theme-heartkeepsake.page-addresses .hk-order-design__field dd,
.theme-heartkeepsake.page-wishlist .hk-order-design__field dd,
.theme-heartkeepsake.page-edit .hk-order-design__field dd,
.theme-heartkeepsake.page-wallet .hk-order-design__field dd,
.theme-heartkeepsake.page-password .hk-order-design__field dd {
  margin: 0;
  font-size: 0.8125rem;
  color: #2f2f2f;
  word-break: break-word;
}
.theme-heartkeepsake--account .hk-order-design__assets-title,
.theme-heartkeepsake.page-account .hk-order-design__assets-title,
.theme-heartkeepsake.page-order .hk-order-design__assets-title,
.theme-heartkeepsake.page-order-info .hk-order-design__assets-title,
.theme-heartkeepsake.page-addresses .hk-order-design__assets-title,
.theme-heartkeepsake.page-wishlist .hk-order-design__assets-title,
.theme-heartkeepsake.page-edit .hk-order-design__assets-title,
.theme-heartkeepsake.page-wallet .hk-order-design__assets-title,
.theme-heartkeepsake.page-password .hk-order-design__assets-title {
  font-size: 0.6875rem;
  color: #666666;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.theme-heartkeepsake--account .hk-order-design__assets-grid,
.theme-heartkeepsake.page-account .hk-order-design__assets-grid,
.theme-heartkeepsake.page-order .hk-order-design__assets-grid,
.theme-heartkeepsake.page-order-info .hk-order-design__assets-grid,
.theme-heartkeepsake.page-addresses .hk-order-design__assets-grid,
.theme-heartkeepsake.page-wishlist .hk-order-design__assets-grid,
.theme-heartkeepsake.page-edit .hk-order-design__assets-grid,
.theme-heartkeepsake.page-wallet .hk-order-design__assets-grid,
.theme-heartkeepsake.page-password .hk-order-design__assets-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.theme-heartkeepsake--account .hk-order-design__asset,
.theme-heartkeepsake.page-account .hk-order-design__asset,
.theme-heartkeepsake.page-order .hk-order-design__asset,
.theme-heartkeepsake.page-order-info .hk-order-design__asset,
.theme-heartkeepsake.page-addresses .hk-order-design__asset,
.theme-heartkeepsake.page-wishlist .hk-order-design__asset,
.theme-heartkeepsake.page-edit .hk-order-design__asset,
.theme-heartkeepsake.page-wallet .hk-order-design__asset,
.theme-heartkeepsake.page-password .hk-order-design__asset {
  margin: 0;
  text-align: center;
}
.theme-heartkeepsake--account .hk-order-design__asset a,
.theme-heartkeepsake.page-account .hk-order-design__asset a,
.theme-heartkeepsake.page-order .hk-order-design__asset a,
.theme-heartkeepsake.page-order-info .hk-order-design__asset a,
.theme-heartkeepsake.page-addresses .hk-order-design__asset a,
.theme-heartkeepsake.page-wishlist .hk-order-design__asset a,
.theme-heartkeepsake.page-edit .hk-order-design__asset a,
.theme-heartkeepsake.page-wallet .hk-order-design__asset a,
.theme-heartkeepsake.page-password .hk-order-design__asset a {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e6ded4;
  background: #ffffff;
}
.theme-heartkeepsake--account .hk-order-design__asset img,
.theme-heartkeepsake.page-account .hk-order-design__asset img,
.theme-heartkeepsake.page-order .hk-order-design__asset img,
.theme-heartkeepsake.page-order-info .hk-order-design__asset img,
.theme-heartkeepsake.page-addresses .hk-order-design__asset img,
.theme-heartkeepsake.page-wishlist .hk-order-design__asset img,
.theme-heartkeepsake.page-edit .hk-order-design__asset img,
.theme-heartkeepsake.page-wallet .hk-order-design__asset img,
.theme-heartkeepsake.page-password .hk-order-design__asset img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.theme-heartkeepsake--account .hk-order-design__asset figcaption,
.theme-heartkeepsake.page-account .hk-order-design__asset figcaption,
.theme-heartkeepsake.page-order .hk-order-design__asset figcaption,
.theme-heartkeepsake.page-order-info .hk-order-design__asset figcaption,
.theme-heartkeepsake.page-addresses .hk-order-design__asset figcaption,
.theme-heartkeepsake.page-wishlist .hk-order-design__asset figcaption,
.theme-heartkeepsake.page-edit .hk-order-design__asset figcaption,
.theme-heartkeepsake.page-wallet .hk-order-design__asset figcaption,
.theme-heartkeepsake.page-password .hk-order-design__asset figcaption {
  margin-top: 0.25rem;
  font-size: 0.625rem;
  color: #666666;
  max-width: 4.5rem;
  line-height: 1.2;
  word-break: break-word;
}
.theme-heartkeepsake--account .hk-cart-design__row,
.theme-heartkeepsake.page-account .hk-cart-design__row,
.theme-heartkeepsake.page-order .hk-cart-design__row,
.theme-heartkeepsake.page-order-info .hk-cart-design__row,
.theme-heartkeepsake.page-addresses .hk-cart-design__row,
.theme-heartkeepsake.page-wishlist .hk-cart-design__row,
.theme-heartkeepsake.page-edit .hk-cart-design__row,
.theme-heartkeepsake.page-wallet .hk-cart-design__row,
.theme-heartkeepsake.page-password .hk-cart-design__row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.theme-heartkeepsake--account .hk-cart-design__thumb,
.theme-heartkeepsake.page-account .hk-cart-design__thumb,
.theme-heartkeepsake.page-order .hk-cart-design__thumb,
.theme-heartkeepsake.page-order-info .hk-cart-design__thumb,
.theme-heartkeepsake.page-addresses .hk-cart-design__thumb,
.theme-heartkeepsake.page-wishlist .hk-cart-design__thumb,
.theme-heartkeepsake.page-edit .hk-cart-design__thumb,
.theme-heartkeepsake.page-wallet .hk-cart-design__thumb,
.theme-heartkeepsake.page-password .hk-cart-design__thumb {
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  border: 1px solid #e6ded4;
  flex-shrink: 0;
}
.theme-heartkeepsake--account .hk-cart-design__meta,
.theme-heartkeepsake.page-account .hk-cart-design__meta,
.theme-heartkeepsake.page-order .hk-cart-design__meta,
.theme-heartkeepsake.page-order-info .hk-cart-design__meta,
.theme-heartkeepsake.page-addresses .hk-cart-design__meta,
.theme-heartkeepsake.page-wishlist .hk-cart-design__meta,
.theme-heartkeepsake.page-edit .hk-cart-design__meta,
.theme-heartkeepsake.page-wallet .hk-cart-design__meta,
.theme-heartkeepsake.page-password .hk-cart-design__meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.8125rem;
  min-width: 0;
}
.theme-heartkeepsake--account .hk-cart-design__name,
.theme-heartkeepsake.page-account .hk-cart-design__name,
.theme-heartkeepsake.page-order .hk-cart-design__name,
.theme-heartkeepsake.page-order-info .hk-cart-design__name,
.theme-heartkeepsake.page-addresses .hk-cart-design__name,
.theme-heartkeepsake.page-wishlist .hk-cart-design__name,
.theme-heartkeepsake.page-edit .hk-cart-design__name,
.theme-heartkeepsake.page-wallet .hk-cart-design__name,
.theme-heartkeepsake.page-password .hk-cart-design__name {
  color: #2f2f2f;
  font-weight: 500;
}
.theme-heartkeepsake--account .hk-cart-design__line,
.theme-heartkeepsake.page-account .hk-cart-design__line,
.theme-heartkeepsake.page-order .hk-cart-design__line,
.theme-heartkeepsake.page-order-info .hk-cart-design__line,
.theme-heartkeepsake.page-addresses .hk-cart-design__line,
.theme-heartkeepsake.page-wishlist .hk-cart-design__line,
.theme-heartkeepsake.page-edit .hk-cart-design__line,
.theme-heartkeepsake.page-wallet .hk-cart-design__line,
.theme-heartkeepsake.page-password .hk-cart-design__line {
  font-size: 0.75rem;
}

.theme-heartkeepsake--minimal {
  background-color: #f8f5f1;
}
.theme-heartkeepsake--minimal .px-minimal-header {
  background: #ffffff;
  border-bottom: 1px solid #e6ded4;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
}
.theme-heartkeepsake--minimal .px-minimal-header__logo-img {
  max-height: 40px;
}
.theme-heartkeepsake--minimal .px-minimal-header__back {
  color: #666666;
  text-decoration: none;
}
.theme-heartkeepsake--minimal .px-minimal-header__back:hover {
  color: #b58b5a;
}
.theme-heartkeepsake--minimal .px-minimal-main {
  min-height: 55vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 0 2rem;
}
.theme-heartkeepsake--minimal .px-minimal-footer {
  border-top: 1px solid #e6ded4;
  background: #ffffff;
}
.theme-heartkeepsake--minimal .px-auth-flow {
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}
.theme-heartkeepsake--minimal .px-auth-card,
.theme-heartkeepsake--minimal .login-register-box.px-auth-card {
  background: #ffffff;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
  margin: 0 auto;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .theme-heartkeepsake--minimal .px-auth-card,
  .theme-heartkeepsake--minimal .login-register-box.px-auth-card {
    padding: 2.25rem;
  }
}
.theme-heartkeepsake--minimal .px-auth-card.iframe,
.theme-heartkeepsake--minimal .login-register-box.px-auth-card.iframe {
  margin: 0;
  border: none;
  box-shadow: none;
  padding: 1rem;
}
.theme-heartkeepsake--minimal .login-title {
  color: #2f2f2f;
  font-weight: 600;
}
.theme-heartkeepsake--minimal .login-sub-title {
  color: #666666;
}
.theme-heartkeepsake--minimal .form-group input.form-control {
  border: 1px solid #e6ded4;
  border-radius: 4px;
  background: #f8f5f1;
}
.theme-heartkeepsake--minimal .form-group input.form-control:focus {
  border-color: #b58b5a;
  box-shadow: 0 0 0 0.2rem rgba(181, 139, 90, 0.15);
}
.theme-heartkeepsake--minimal .auth-method-switch .btn-outline-primary.active {
  background-color: #b58b5a;
  border-color: #b58b5a;
  color: #fff !important;
}
.theme-heartkeepsake--minimal .auth-method-switch .btn-outline-primary:not(.active) {
  color: #b58b5a;
  border-color: #e6ded4;
}
.theme-heartkeepsake--minimal .btn-submit .form-submit {
  background: #b58b5a;
  border-color: #b58b5a;
}
.theme-heartkeepsake--minimal .btn-submit .form-submit:hover {
  background: rgb(165.9665271967, 123.7205020921, 74.4334728033);
  border-color: rgb(165.9665271967, 123.7205020921, 74.4334728033);
}
.theme-heartkeepsake--minimal.page-forgotten .px-auth-card {
  max-width: 100%;
}

.theme-heartkeepsake.px-content .px-content-shell {
  padding-bottom: 2rem;
}
.theme-heartkeepsake.px-content .px-content-card,
.theme-heartkeepsake.px-content .newest-box.px-content-card {
  background: #ffffff;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.px-content .px-content-card,
  .theme-heartkeepsake.px-content .newest-box.px-content-card {
    padding: 2rem;
  }
}
.theme-heartkeepsake.px-content .newes-title {
  color: #2f2f2f;
  font-weight: 600;
  margin-bottom: 1rem;
}
.theme-heartkeepsake.px-content .newes-top {
  color: #666666;
  font-size: 0.875rem;
  border-bottom: 1px solid #e6ded4;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.theme-heartkeepsake.px-content .newes-tags a {
  color: #b58b5a;
  text-decoration: none;
  margin-right: 0.5rem;
}
.theme-heartkeepsake.px-content .newes-tags a:hover {
  color: #9a7348;
}
.theme-heartkeepsake.px-content .content,
.theme-heartkeepsake.px-content .newes-content {
  color: #2f2f2f;
  line-height: 1.7;
}
.theme-heartkeepsake.px-content .px-content-sidebar,
.theme-heartkeepsake.px-content .newes-sidebar.px-content-sidebar {
  background: #ffffff;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  padding: 1.25rem;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
}
.theme-heartkeepsake.px-content .px-content-sidebar .search-box .btn-primary,
.theme-heartkeepsake.px-content .newes-sidebar.px-content-sidebar .search-box .btn-primary {
  background: #b58b5a;
  border-color: #b58b5a;
}
.theme-heartkeepsake.px-content .catalog-card.px-content-card {
  border: 1px solid #e6ded4 !important;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.theme-heartkeepsake.px-content .catalog-card.px-content-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
}
.theme-heartkeepsake.px-content .catalog-card.px-content-card .card-title {
  color: #2f2f2f;
}
.theme-heartkeepsake.px-content .px-content-list .newest-item,
.theme-heartkeepsake.px-content .px-content-list-item {
  display: flex;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #e6ded4;
}
.theme-heartkeepsake.px-content .px-content-list .newest-item:last-child,
.theme-heartkeepsake.px-content .px-content-list-item:last-child {
  border-bottom: none;
}
.theme-heartkeepsake.px-content .px-content-list .newest-item .item-title a,
.theme-heartkeepsake.px-content .px-content-list-item .item-title a {
  color: #2f2f2f;
  font-weight: 600;
  text-decoration: none;
}
.theme-heartkeepsake.px-content .px-content-list .newest-item .item-title a:hover,
.theme-heartkeepsake.px-content .px-content-list-item .item-title a:hover {
  color: #b58b5a;
}
.theme-heartkeepsake.px-content .px-content-list .newest-item .item-summary,
.theme-heartkeepsake.px-content .px-content-list-item .item-summary {
  color: #666666;
  font-size: 0.9375rem;
}
.theme-heartkeepsake.px-content .px-content-list .newest-item .newes-tags a,
.theme-heartkeepsake.px-content .px-content-list-item .newes-tags a {
  color: #b58b5a;
}
.theme-heartkeepsake.px-content .newes-sidebar.px-content-sidebar .sidebar-title {
  color: #2f2f2f;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.theme-heartkeepsake.px-content .newes-sidebar.px-content-sidebar .sidebar-list a {
  color: #666666;
  text-decoration: none;
}
.theme-heartkeepsake.px-content .newes-sidebar.px-content-sidebar .sidebar-list a:hover, .theme-heartkeepsake.px-content .newes-sidebar.px-content-sidebar .sidebar-list a.fw-bold {
  color: #b58b5a;
}

.theme-heartkeepsake.px-discovery .px-discovery-shell {
  padding-top: 1rem;
  padding-bottom: 2.5rem;
}
.theme-heartkeepsake.px-discovery .brand-group .btn {
  border-color: #e6ded4;
  color: #666666;
}
.theme-heartkeepsake.px-discovery .brand-group .btn:hover, .theme-heartkeepsake.px-discovery .brand-group .btn.active {
  background: #b58b5a;
  border-color: #b58b5a;
  color: #fff;
}
.theme-heartkeepsake.px-discovery .brands-wrap .item {
  margin-bottom: 2rem;
}
.theme-heartkeepsake.px-discovery .brands-wrap .item > span {
  color: #2f2f2f;
  display: block;
}
.theme-heartkeepsake.px-discovery .brands-wrap .item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1rem;
}
.theme-heartkeepsake.px-discovery .brands-wrap .item li a {
  display: block;
  background: #ffffff;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  padding: 0.75rem;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.theme-heartkeepsake.px-discovery .brands-wrap .item li a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(28, 25, 23, 0.1);
  color: #b58b5a;
}
.theme-heartkeepsake.px-discovery .brands-wrap .item li a .img img {
  border-radius: 4px;
  margin-bottom: 0.5rem;
}
.theme-heartkeepsake.px-discovery .px-discovery-card {
  border: 1px solid #e6ded4 !important;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.theme-heartkeepsake.px-discovery .px-discovery-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(28, 25, 23, 0.1);
}
.theme-heartkeepsake.px-discovery .px-discovery-card .card-title a {
  color: #2f2f2f;
}
.theme-heartkeepsake.px-discovery .px-discovery-card .card-title a:hover {
  color: #b58b5a;
}
.theme-heartkeepsake.px-discovery .px-discovery-card .btn-outline-primary {
  color: #b58b5a;
  border-color: #b58b5a;
}
.theme-heartkeepsake.px-discovery .px-discovery-card .btn-outline-primary:hover {
  background: #b58b5a;
  border-color: #b58b5a;
  color: #fff;
}

.theme-heartkeepsake.page-reviews .hk-reviews-page {
  padding-bottom: 3rem;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__shell {
  padding-top: 0.5rem;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__sort-dropdown {
  display: inline-block;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__sort-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 2.5rem;
  padding: 0.375rem 0.75rem;
  border: 1px solid #e6ded4;
  border-radius: 4px;
  background: #ffffff;
  color: #2f2f2f;
  font-size: 0.875rem;
  cursor: pointer;
  white-space: nowrap;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__sort-toggle::after {
  display: none;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__sort-toggle:hover, .theme-heartkeepsake.page-reviews .hk-reviews-page__sort-toggle:focus-visible, .theme-heartkeepsake.page-reviews .hk-reviews-page__sort-toggle.show {
  border-color: #b58b5a;
  color: #b58b5a;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__sort-label {
  color: #666666;
  font-weight: 500;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__sort-value {
  font-weight: 600;
  max-width: 9rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__sort-chevron {
  font-size: 0.75rem;
  color: #666666;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__sort-toggle.show .theme-heartkeepsake.page-reviews .hk-reviews-page__sort-chevron {
  transform: rotate(180deg);
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__sort-menu {
  min-width: 12rem;
  padding: 0.375rem;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__sort-menu .dropdown-item {
  border-radius: 4px;
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__sort-menu .dropdown-item.active, .theme-heartkeepsake.page-reviews .hk-reviews-page__sort-menu .dropdown-item:active {
  background: rgba(181, 139, 90, 0.12);
  color: #2f2f2f;
}
@media (max-width: 575.98px) {
  .theme-heartkeepsake.page-reviews .hk-reviews-page__sort-label {
    display: none;
  }
  .theme-heartkeepsake.page-reviews .hk-reviews-page__sort-value {
    max-width: 6.5rem;
  }
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__summary {
  min-width: 0;
  position: relative;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__summary-dropdown {
  display: inline-block;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__summary-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem 0.75rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  line-height: 1.4;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__summary-toggle::after {
  display: none;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__summary-toggle:hover .hk-reviews-page__count, .theme-heartkeepsake.page-reviews .hk-reviews-page__summary-toggle:focus-visible .hk-reviews-page__count, .theme-heartkeepsake.page-reviews .hk-reviews-page__summary-toggle.show .hk-reviews-page__count {
  color: #b58b5a;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__summary-toggle:hover .hk-reviews-page__summary-chevron, .theme-heartkeepsake.page-reviews .hk-reviews-page__summary-toggle:focus-visible .hk-reviews-page__summary-chevron, .theme-heartkeepsake.page-reviews .hk-reviews-page__summary-toggle.show .hk-reviews-page__summary-chevron {
  color: #b58b5a;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__summary-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
  color: #e8a317;
  font-size: 1.125rem;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__summary-chevron {
  color: #666666;
  font-size: 0.875rem;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__summary-toggle.show .theme-heartkeepsake.page-reviews .hk-reviews-page__summary-chevron {
  transform: rotate(180deg);
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__count {
  color: #2f2f2f;
  font-size: 1rem;
  font-weight: 600;
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__breakdown {
  min-width: min(100vw - 2rem, 22rem);
  padding: 1rem 1.125rem;
  margin-top: 0.5rem !important;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__breakdown-head {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.875rem;
  color: #e8a317;
  font-size: 1.5rem;
  line-height: 1;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__breakdown-head strong {
  color: #2f2f2f;
  font-size: 1.375rem;
  font-weight: 700;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__breakdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.25rem;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__breakdown-row {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.625rem;
  padding: 0.375rem 0.5rem;
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__breakdown-row:hover, .theme-heartkeepsake.page-reviews .hk-reviews-page__breakdown-row:focus-visible, .theme-heartkeepsake.page-reviews .hk-reviews-page__breakdown-row.is-active {
  background: rgba(232, 163, 23, 0.12);
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__breakdown-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.05rem;
  color: #e8a317;
  font-size: 0.75rem;
  white-space: nowrap;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__breakdown-bar {
  display: block;
  height: 0.5rem;
  border-radius: 999px;
  background: rgba(47, 47, 47, 0.08);
  overflow: hidden;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__breakdown-bar-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: rgba(47, 47, 47, 0.55);
  min-width: 0;
  transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__breakdown-count {
  font-size: 0.8125rem;
  color: #666666;
  white-space: nowrap;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.75rem;
  color: #e8a317;
  font-size: 1.125rem;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__tab {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: rgba(47, 47, 47, 0.06);
  color: #2f2f2f;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__tab.is-active, .theme-heartkeepsake.page-reviews .hk-reviews-page__tab:hover, .theme-heartkeepsake.page-reviews .hk-reviews-page__tab:focus-visible {
  background: #2f2f2f;
  color: #fff;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__grid {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (min-width: 768px) {
  .theme-heartkeepsake.page-reviews .hk-reviews-page__grid {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .theme-heartkeepsake.page-reviews .hk-reviews-page__grid {
    -moz-column-count: 4;
         column-count: 4;
  }
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__load-more {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__load-more-btn {
  min-width: 12rem;
  padding: 0.625rem 2rem;
  font-weight: 600;
}
.theme-heartkeepsake.page-reviews .hk-reviews-page__empty {
  margin: 2rem 0 0;
  text-align: center;
  color: #666666;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card {
  display: flex;
  flex-direction: column;
  height: auto;
  margin-bottom: 1rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid;
  background: #ffffff;
  border: 1px solid #e6ded4;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card:hover {
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.08);
  transform: translateY(-2px);
  border-color: rgba(181, 139, 90, 0.28);
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card--text-only {
  background: linear-gradient(165deg, #fff 0%, rgba(248, 245, 241, 0.92) 100%);
  border-color: rgba(181, 139, 90, 0.14);
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card--text-only:hover {
  border-color: rgba(181, 139, 90, 0.32);
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card--text-only .hk-review-grid-card__body {
  position: relative;
  padding: 1.125rem 1.125rem 0;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card--text-only .hk-review-grid-card__body::before {
  content: "“";
  position: absolute;
  top: 0.35rem;
  right: 0.85rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.75rem;
  line-height: 1;
  color: rgba(181, 139, 90, 0.1);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card--text-only .hk-review-grid-card__product {
  margin: 0.875rem -1.125rem 0;
  padding: 0.75rem 1.125rem;
  background: rgba(248, 245, 241, 0.72);
  border-top: 1px solid rgba(230, 222, 212, 0.85);
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__media-wrap {
  flex-shrink: 0;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1rem;
  gap: 0.625rem;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__author .hk-review-avatar {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(181, 139, 90, 0.18);
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__author-meta {
  min-width: 0;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__author-line {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__name {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #2f2f2f;
  letter-spacing: -0.01em;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__location {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.2rem;
  font-size: 0.75rem;
  color: #666666;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__location::before {
  content: "•";
  color: rgba(181, 139, 90, 0.55);
  font-size: 0.625rem;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__verified {
  color: #b58b5a;
  font-size: 0.875rem;
  line-height: 1;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 0.125rem;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__date {
  flex-shrink: 0;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(102, 102, 102, 0.85);
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__stars {
  display: inline-flex;
  align-items: center;
  gap: 0.125rem;
  color: #e8a317;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__quote {
  margin: 0;
  padding: 0;
  border: 0;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #2f2f2f;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card--text-only .theme-heartkeepsake.page-reviews .hk-review-grid-card__text {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(47, 47, 47, 0.92);
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__product {
  margin-top: auto;
  padding-top: 0.625rem;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__product-link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__product-link:hover .hk-review-grid-card__product-name {
  color: #b58b5a;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__product-link:hover .hk-review-grid-card__product-arrow {
  transform: translate(1px, -1px);
  color: #b58b5a;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__product-thumb {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(230, 222, 212, 0.9);
  flex-shrink: 0;
  background: #ffffff;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__product-copy {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  min-width: 0;
  flex: 1;
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__product-label {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(102, 102, 102, 0.85);
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__product-name {
  font-size: 0.8125rem;
  line-height: 1.45;
  font-weight: 500;
  color: #2f2f2f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme-heartkeepsake.page-reviews .hk-review-grid-card__product-arrow {
  flex-shrink: 0;
  font-size: 0.875rem;
  color: rgba(102, 102, 102, 0.65);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-heartkeepsake.px-error-page .px-error-row {
  min-height: calc(100vh - 400px);
}
.theme-heartkeepsake.px-error-page .px-error-card {
  padding: 1rem 0;
}
.theme-heartkeepsake.px-error-page .px-error-code {
  font-size: 7.5rem;
  line-height: 1;
  font-weight: 300;
  color: #b58b5a;
  position: relative;
  text-shadow: 4px 4px 10px rgba(181, 139, 90, 0.12);
}
.theme-heartkeepsake.px-error-page .px-error-code::after {
  content: attr(data-code);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 8.75rem;
  opacity: 0.04;
  letter-spacing: 0.1em;
}
.theme-heartkeepsake.px-error-page .px-error-code--warn {
  color: #b4534b;
  text-shadow: 4px 4px 10px rgba(180, 83, 75, 0.12);
}
.theme-heartkeepsake.px-error-page .btn-primary {
  background: #b58b5a;
  border-color: #b58b5a;
}
.theme-heartkeepsake.px-error-page .btn-primary:hover {
  background: #9a7348;
  border-color: #9a7348;
}

.theme-heartkeepsake.px-maintenance .px-minimal-main {
  min-height: 70vh;
  display: flex;
  align-items: center;
}
.theme-heartkeepsake.px-maintenance .px-maintenance-page {
  width: 100%;
  padding: 2rem 0;
}
.theme-heartkeepsake.px-maintenance .px-maintenance-content {
  max-width: 56rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.theme-heartkeepsake.px-maintenance .px-maintenance-image {
  flex: 0 0 45%;
  max-width: 24rem;
}
.theme-heartkeepsake.px-maintenance .px-maintenance-image img {
  width: 100%;
  height: auto;
}
.theme-heartkeepsake.px-maintenance .px-maintenance-text h1 {
  font-size: 2rem;
  color: #2f2f2f;
  margin-bottom: 1rem;
  font-weight: 600;
}
.theme-heartkeepsake.px-maintenance .px-maintenance-text p {
  font-size: 1.125rem;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 991px) {
  .theme-heartkeepsake.px-maintenance .px-maintenance-content {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
  .theme-heartkeepsake.px-maintenance .px-maintenance-image {
    flex: 0 0 100%;
    max-width: 18rem;
  }
}
