body {
  background-color: var(--bg-light);
  padding-top: 5rem;
}
.gls-wzt-recommend-wrap {
  padding-left: var(--layout-padding);
  padding-right: var(--layout-padding);
}
.gls-wzt-recommend-wrap .gls-wzt-recommend {
  width: 100%;
  background-color: var(--bg-white);
  margin: 2.8125rem 0;
  padding: 10px 1rem 30px 1rem;
  border-radius: 10px;
}
.cart-checkbox,
.gls-wzt-cm-card-select,
.gls-wzt-ccm-left-checkbox {
  cursor: pointer;
}
.cart-checkbox .checkbox,
.gls-wzt-cm-card-select .checkbox,
.gls-wzt-ccm-left-checkbox .checkbox {
  width: 20px;
  height: 20px;
}
.cart-checkbox .checked,
.gls-wzt-cm-card-select .checked,
.gls-wzt-ccm-left-checkbox .checked {
  width: 20px;
  height: 20px;
  display: none;
}
.cart-checkbox.checked .checkbox,
.gls-wzt-cm-card-select.checked .checkbox,
.gls-wzt-ccm-left-checkbox.checked .checkbox {
  display: none;
}
.cart-checkbox.checked .checked,
.gls-wzt-cm-card-select.checked .checked,
.gls-wzt-ccm-left-checkbox.checked .checked {
  display: block;
}
.gls-wzt-cart {
  padding: 16px var(--layout-padding) 0 var(--layout-padding);
}
.gls-wzt-cart .gls-wzt-cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.375rem;
}
.gls-wzt-cart .gls-wzt-cart-header .gls-wzt-cart-header-left {
  font-size: 1.25rem;
  color: var(--text-1);
  display: flex;
  align-items: center;
}
.gls-wzt-cart .gls-wzt-cart-header .gls-wzt-cart-header-left .text {
  margin-left: 10px;
}
.gls-wzt-cart .gls-wzt-cart-header .gls-wzt-cart-header-right {
  font-size: 1.0625rem;
  color: var(--color-white);
  background-color: var(--brand-color);
  padding: 5px 25px;
  border-radius: 20px;
  cursor: pointer;
}
.gls-wzt-cart .gls-wzt-cart-content {
  display: flex;
  gap: 2rem;
}
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main {
  flex: 1;
}
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card {
  padding: 15px 15px 1.875rem 15px;
  background-color: var(--bg-white);
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
}
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card:last-of-type {
  margin-bottom: 0;
}
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-top-m {
  display: none;
}
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-top .gls-wzt-cm-card-select,
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-top-m .gls-wzt-cm-card-select {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-top .gls-wzt-cm-card-delete,
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-top-m .gls-wzt-cm-card-delete {
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--brand-color);
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content {
  display: flex;
  gap: 5rem;
  margin: 0 2.5rem;
  position: relative;
}
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-img {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
  border-radius: 10px;
}
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-img img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info {
  gap: 20px;
  display: flex;
  flex-flow: column;
  flex: 1;
}
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info .gls-wzt-cm-card-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-1);
}
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info .gls-wzt-cm-card-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-1);
  height: 20px;
  margin-top: 10px;
}
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info .gls-wzt-cm-card-item .gls-wzt-cm-card-detailspc {
  font-size: 1rem;
  border-radius: 20px;
  padding: 8px 20px;
  background-color: #ffeec9;
  border: 1px solid var(--brand-color);
  color: var(--brand-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info .gls-wzt-cm-card-item-qd {
  margin-top: 0.6rem;
  display: flex;
  flex-direction: column;
}
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info .gls-wzt-cm-card-item-qd .gls-wzt-cm-card-details {
  display: none;
}
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info .gls-wzt-cm-card-item-qd .quantity {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: auto;
}
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info .gls-wzt-cm-card-item-qd .quantity .quantity-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info .gls-wzt-cm-card-item-qd .quantity .quantity-wrap .btn {
  width: 30px;
  height: 30px;
  background-color: var(--bg-light);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info .gls-wzt-cm-card-item-qd .quantity .quantity-wrap .count {
  margin: 0 0.9375rem;
  color: var(--brand-color);
}
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info .gls-wzt-cm-card-price-m {
  display: none;
}
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info .gls-wzt-cm-card-item.subtotal .total-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--brand-color);
}
.gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info .gls-wzt-cm-card-line {
  width: 100%;
  height: 0;
  border: 1px solid #ededed;
  margin: 10px 0;
}
.gls-wzt-cart .gls-wzt-cart-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px 0;
}
.gls-wzt-cart .gls-wzt-cart-empty > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.gls-wzt-cart .gls-wzt-cart-empty > div .emptyImg {
  max-width: 400px;
}
.gls-wzt-cart .gls-wzt-cart-empty > div .emptyTxt {
  font-weight: 700;
  color: #666;
}
.gls-wzt-cart .gls-wzt-cart-sidebar {
  width: 35%;
  max-width: 414px;
  transition: 1s;
}
.gls-wzt-cart .gls-wzt-cart-sidebar .gls-wzt-cart-sidebar-inner {
  border-radius: 10px;
  background-color: var(--bg-white);
  padding: 2.375rem 1.875rem;
  position: sticky;
  top: 100px;
}
.gls-wzt-cart .gls-wzt-cart-sidebar .gls-wzt-cart-sidebar-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gls-wzt-cart .gls-wzt-cart-sidebar .gls-wzt-cart-sidebar-item.title {
  color: var(--text-1);
}
.gls-wzt-cart .gls-wzt-cart-sidebar .gls-wzt-cart-sidebar-item.title .title {
  font-size: 1.25rem;
  font-weight: 700;
}
.gls-wzt-cart .gls-wzt-cart-sidebar .gls-wzt-cart-sidebar-item.title .value {
  font-size: 1rem;
  font-weight: 400;
}
.gls-wzt-cart .gls-wzt-cart-sidebar .gls-wzt-cart-sidebar-item.total {
  margin-top: 1.2rem;
  color: var(--text-light-3);
  font-size: 1rem;
  font-weight: 700;
}
.gls-wzt-cart .gls-wzt-cart-sidebar .gls-wzt-cart-sidebar-item.subtotal .title {
  color: var(--text-1);
  font-size: 1rem;
  font-weight: 700;
}
.gls-wzt-cart .gls-wzt-cart-sidebar .gls-wzt-cart-sidebar-item.subtotal .value {
  color: var(--brand-color);
  font-size: 1.5rem;
  font-weight: 700;
}
.gls-wzt-cart .gls-wzt-cart-sidebar .gls-wzt-cart-sidebar-item.goods-item {
  color: #a6a6a6;
  font-size: 1rem;
  margin: 20px 0;
  transition: 1s;
}
.gls-wzt-cart .gls-wzt-cart-sidebar .gls-wzt-cart-sidebar-line {
  border-bottom: 1px solid #dbdbdb;
  margin: 15px 0;
}
.gls-wzt-cart .gls-wzt-cart-sidebar .gls-wzt-cart-sidebar-checkout {
  margin-top: 2.5rem;
}
.gls-wzt-cart .gls-wzt-cart-sidebar .gls-wzt-cart-sidebar-checkout .checkout-btn {
  width: 100%;
  border-radius: 24px;
  background: #ffeec9;
  border: 1px solid var(--brand-color);
  color: var(--brand-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  font-weight: 700;
  padding: 10px 0;
  cursor: pointer;
}
.gls-wzt-cart-checkout-m {
  display: none;
}
.gls-wzt-product-details-modal .gls-wzt-pdm-btn-wrap-m {
  display: none;
}
.gls-wzt-product-details-modal .gls-wzt-pdm-img > img {
  max-width: none;
  width: 300px;
  height: auto;
}
@media (max-width: 768px) {
  :root {
    --layout-padding: 2rem;
  }
  body {
    padding-top: 6rem;
  }
  .gls-wzt-palette-btn {
    display: none !important;
  }
  .gls-wzt-cart .gls-wzt-cart-header {
    display: none;
  }
  .gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main {
    margin-bottom: 120px;
  }
  .gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-top {
    display: none;
  }
  .gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content {
    gap: 1rem;
    align-items: center;
  }
  .gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-top-m {
    display: block;
  }
  .gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-top-m .gls-wzt-cm-card-select {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
  }
  .gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-top-m .gls-wzt-cm-card-delete {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--brand-color);
    width: 2.6rem;
    height: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-top-m .gls-wzt-cm-card-delete svg {
    width: 12px;
    height: 12px;
  }
  .gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info {
    gap: 6px;
  }
  .gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info .gls-wzt-cm-card-name {
    font-size: 1.6rem;
  }
  .gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info .gls-wzt-cm-card-item {
    margin-top: 0.6rem;
    font-size: 1.3rem;
  }
  .gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info .gls-wzt-cm-card-item .item-price {
    display: none;
  }
  .gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info .gls-wzt-cm-card-item .gls-wzt-cm-card-detailspc {
    display: none;
  }
  .gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info .gls-wzt-cm-card-item-qd {
    flex-direction: row;
    justify-content: space-between;
  }
  .gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info .gls-wzt-cm-card-item-qd .quantity .quantity-title {
    display: none;
  }
  .gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info .gls-wzt-cm-card-item-qd .gls-wzt-cm-card-details {
    border-radius: 20px;
    background-color: #ffeec9;
    border: 1px solid var(--brand-color);
    color: var(--brand-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 0;
    padding: 0 2rem;
    font-size: 1.2rem;
  }
  .gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info .gls-wzt-cm-card-price-m {
    display: flex;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--brand-color);
    margin-top: 0.6rem;
  }
  .gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info .gls-wzt-cm-card-item.subtotal {
    display: none;
  }
  .gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-info .gls-wzt-cm-card-line {
    display: none;
  }
  .gls-wzt-cart .gls-wzt-cart-sidebar {
    display: none;
  }
  .gls-wzt-cart-checkout-m {
    position: fixed;
    bottom: 0;
    background-color: var(--bg-white);
    z-index: 10;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1rem 2rem 1rem;
    border-top: 1px solid var(--bg-light);
  }
  .gls-wzt-cart-checkout-m .gls-wzt-ccm-left {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
  }
  .gls-wzt-cart-checkout-m .gls-wzt-ccm-left .gls-wzt-ccm-left-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .gls-wzt-cart-checkout-m .gls-wzt-ccm-left .gls-wzt-ccm-left-checkbox .checkbox {
    width: 20px;
    height: 20px;
  }
  .gls-wzt-cart-checkout-m .gls-wzt-ccm-left .gls-wzt-ccm-left-checkbox .text {
    margin-left: 1rem;
    font-size: 1.6rem;
  }
  .gls-wzt-cart-checkout-m .gls-wzt-ccm-left .gls-wzt-cart-header-right {
    font-size: 1.0625rem;
    color: var(--color-white);
    background-color: var(--brand-color);
    padding: 0.6rem 1rem;
    border-radius: 2rem;
    cursor: pointer;
  }
  .gls-wzt-cart-checkout-m .gls-wzt-ccm-right {
    display: flex;
    align-items: center;
  }
  .gls-wzt-cart-checkout-m .gls-wzt-ccm-right .price {
    font-size: 2rem;
    color: var(--brand-color);
    font-weight: 700;
  }
  .gls-wzt-cart-checkout-m .gls-wzt-ccm-right .checkout-btn {
    font-size: 1.6rem;
    color: var(--color-white);
    background-color: var(--brand-color);
    border-radius: 30px;
    line-height: 20px;
    padding: 10px 20px;
    cursor: pointer;
    margin-left: 20px;
  }
  .gls-wzt-product-details-modal .gls-wzt-pdm-inner .gls-wzt-pdm {
    padding-bottom: 100px !important;
  }
  .gls-wzt-product-details-modal .gls-wzt-pdm-inner .gls-wzt-pdm-btn-wrap {
    display: none !important;
  }
  .gls-wzt-product-details-modal .gls-wzt-pdm-btn-wrap-m {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10010;
    background-color: var(--bg-white);
    padding: 20px 0;
    border-top: 1px solid #d1d1d1;
  }
  .gls-wzt-product-details-modal .gls-wzt-pdm-btn-wrap-m .gls-wzt-pdm-btn {
    border-radius: 25px;
    background: #ffeec9;
    border: 1px solid var(--brand-color);
    color: var(--brand-color);
    padding: 0.8rem 5.625rem;
    transition: all 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
  }
  .gls-wzt-recommend-wrap .gls-wzt-recommend {
    display: none;
  }
  .gls-wzt-footer {
    display: none !important;
  }
  thrivedesk-assistant {
    display: none !important;
  }
}
@media (max-width: 480px) {
  :root {
    --layout-padding: 1rem;
  }
  .gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content {
    margin: 0 1rem 0rem 1.4rem;
  }
  .gls-wzt-cart .gls-wzt-cart-content .gls-wzt-cart-main .gls-wzt-cm-card .gls-wzt-cm-card-content .gls-wzt-cm-card-img {
    background-color: #ffffff;
  }
}
