@charset "UTF-8";
[data-action=Search-Show] .maincontent {
  overflow: unset;
}

.category-navigation{
  position: sticky;
  top: 160px;
  z-index: 10;
  border-radius: 0.125rem;
  padding: 1rem;
  border: 1px solid #bf5627;
}
.category-navigation .category-item a {
  color: var(--text-primary-color);
}
.category-navigation .category-item.active a {
  color: var(--text-secondary-color);
  font-weight: bold;
}

.outOfStock-container .sales .value{
  font-size: 28px;
}

.quantity-control button {
  line-height: 22px;
  height: 41px;
}

.promo-price{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.125rem;
  border-width: 1px;
  padding: 0.5rem;
}
.promo-price p{
  margin: 0px;
}

/* 自定义滚动条样式 */
.qw-right::-webkit-scrollbar {
  width: 8px;
}

.qw-right::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.qw-right::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.qw-right::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* 适用于 Firefox */
.qw-right {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

.full-pdp-link{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 767px){
  .full-pdp-link{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.full-pdp-link {
  font-family: Hamilton, Arial, Helvetica, sans-serif;
  color: var(--text-primary-color);
}

@media (min-width: 320px) and (max-width: 767px){
  .product{
    padding: 0.5rem;
  }
}
.product .sales .value{
  font-weight: 600;
}
@media (min-width: 320px){
  .product .sales .value{
    font-size: 22px;
  }
}
@media (min-width: 1024px){
  .product .sales .value{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.product .sales .value {
  font-family: Hamilton, Arial, Helvetica, sans-serif;
  color: var(--text-secondary-color);
}

.description-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-top: 16px;
  margin-bottom: 16px;
}

.product-tile-image-link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1024px){
  .product-tile-image-link{
    height: 400px;
  }
}

.product-quickview{
  overflow-y: auto;
}

.product-name{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

@media (min-width: 320px){
  .product-name{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px){
  .product-name{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.product-name {
  font-family: Hamilton, Arial, Helvetica, sans-serif;
}

.noResult-banner,
.results-banner{
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

@media (min-width: 1024px){
  .noResult-banner,
.results-banner{
    font-size: 52px;
  }
}

.noResult-banner,
.results-banner {
  font-family: DinCondensed, "Arial Narrow", Arial, Helvetica, sans-serif;
  padding: 100px 60px;
  letter-spacing: -0.7px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.65)), to(rgba(255, 255, 255, 0.65))), #fbe5b8;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 100%), #fbe5b8;
}

.page-title {
  font-family: DinCondensed, "Arial Narrow", Arial, Helvetica, sans-serif;
  letter-spacing: -0.7px;
}

@media (min-width: 1024px){
  .page-title{
    font-size: 52px;
  }
}

@media (min-width: 320px) and (max-width: 767px){
  .page-title{
    text-align: center;
  }
}

#quickViewModal {
  z-index: 10000;
}

a.quickview{
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 767px){
  a.quickview{
    height: 40px;
    font-size: 22px;
  }
}
