body {
  scroll-behavior: smooth;
}

#cartPageRoot_container {
  padding: 0;
}

#cartPageRoot_container .common-popup {
  z-index: 8001 !important;
}

.my-cart-page {
  padding-top: 32px;
  max-width: 1284px;
}

.cartPage:has(.content .globalErrorMessage) {
  .my-cart-page {
      margin-top: 0px !important;
  }
}

.tab-navbar {
  display: flex;
  width: fit-content;
  margin-bottom: 24px;
  border-bottom: 1px solid #cdcdcd;
}

.tab-navbar .tab-item {
  position: relative;
  cursor: pointer;
  padding: 16px 38px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.tab-navbar .tab-item::before {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -1px;
  content: unset;
  background-color: #9d0229;
}

.tab-navbar.myCart .tab-item:first-child,
.tab-navbar.myCellar .tab-item:nth-child(2),
.tab-navbar.buyAgain .tab-item:nth-child(3) {
  color: #9d0229;
  font-weight: 700;
}

.tab-navbar.myCart .tab-item:first-child::before,
.tab-navbar.myCellar .tab-item:nth-child(2)::before,
.tab-navbar.buyAgain .tab-item:nth-child(3)::before {
  content: "";
}
.tab-content.empty {
  grid-template-columns: 1fr;
  max-width: 1240px;
  background-color: #ffffff;
  justify-content: center;
}
.tab-content.preshow {
  display: block !important;
}
.tab-content.empty > *:not(.empty-content) {
  display: none;
}
.tab-content.empty .empty-content {
  display: flex;
}
.tab-content.disable {
  display: none;
}
.tab-content.show {
  display: grid;
}
.empty-content {
  max-width: 1240px;
  width: 100%;
  display: none;
  flex-direction: column;
}
.empty-content .empty-tips {
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
.empty-content .empty-tips .logo {
  width: 80px;
  height: 80px;
}
.empty-content .empty-tips .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.empty-content .empty-tips .title {
  font-size: 16px;
  line-height: 24px;
}
.empty-content .empty-tips .continue-btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #9d0229;
  border: 1px solid #9d0229;
}
.empty-content .empty-tips .continue-btn:hover {
  color: #9d0229;
  background-color: #ffffff;
}
.empty-content .product-suggestion-container {
  display: flex;
  flex-direction: column;
}
.empty-content .product-suggestion-container .title {
  padding: 24px 24px 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.empty-content .product-suggestion-container .product-tile-swiper {
  padding: 0 25px 25px;
}
.empty-content .product-suggestion-container .product-tile-swiper .previous {
  left: 25px;
}
.empty-content .product-suggestion-container .product-tile-swiper .next {
  left: calc(100% - 25px);
}
.empty-content .product-suggestion-container .product-tile-swiper .swiper-container {
  overflow: hidden;
}
.empty-content .product-suggestion-container .product-tile-swiper .product-tile {
  width: 185px;
}
.empty-content .product-suggestion-container .product-tile-swiper .product-tile .product-image-container {
  background-color: #fbfaf780;
}

.product-tile-swiper {
  position: relative;
  width: 100%;
}

.product-tile-swiper > .swiper-container {
  width: 100%;
  overflow: visible;
}

.product-tile-swiper > button.previous,
.product-tile-swiper > button.next {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff99;
  box-shadow: 0px 0px 5px 0px #00000040;
  transform: translate(-50%, -50%);
  line-height: 1;
  z-index: 2;
  padding: unset;
}

.product-tile-swiper > button.previous i,
.product-tile-swiper > button.next i {
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-tile-swiper > button.previous.swiper-button-disabled,
.product-tile-swiper > button.next.swiper-button-disabled {
  display: none;
}

.product-tile-swiper > button.previous {
  left: 0;
}

.product-tile-swiper > button.next {
  left: 100%;
}

.myCart-container.checkout {
  padding: 24px 0;
}

.myCart-content .gift-reward-container {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 65px;
}

.myCart-content .gift-reward-container .gift-reward-top {
  padding: 19px 24px 0;
  background-color: #f6bfa0;
  background-image: url("/_ui/desktop/theme-wine/revamped/v3/img/cart/gift-title-background.png");
  background-size: cover;
  background-position: right;
}

.myCart-content .gift-reward-container .gift-reward-top .title {
  gap: 4px;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 16px;
  pointer-events: none;
}

.gift-reward-container .gift-reward-top .toggle-btn {
  display: none;
}

.gift-reward-container .gift-reward-top > .category-tag {
  gap: 18px;
  display: flex;
}

.gift-reward-container .gift-reward-top > .category-tag > .tag-item {
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 12px 12px 0 0;
  background-color: #f9f4e9;
  color: #620c33;
  position: relative;
  z-index: 1;
}
.gift-reward-container .gift-reward-top > .category-tag > .tag-item::before,
.gift-reward-container .gift-reward-top > .category-tag > .tag-item::after {
  content: "";
  background-color: #f9f4e9;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  margin: 0 -0.4px;
  mask: radial-gradient(12px, #0000 98%, #000);
  clip-path: polygon(0 50%, 50% 100%, 0 100%);
  pointer-events: none;
  z-index: 2;
}

.gift-reward-container .gift-reward-top > .category-tag > .tag-item::before {
  right: 100%;
  transform: scaleX(-1);
}
.gift-reward-container .gift-reward-top > .category-tag > .tag-item::after {
  left: 100%;
}

.gift-reward-container .gift-reward-top > .category-tag > .tag-item i {
  width: 12px;
  height: 12px;
  font-size: 8px;
  display: none;
  align-items: center;
  justify-content: center;
}

.gift-reward-container .gift-reward-top > .category-tag > .tag-item.complete i {
  display: flex;
}

.gift-reward-container .gift-reward-top > .category-tag > .tag-item > img {
  width: 24px;
  min-width: 24px;
  height: 24px;
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(13%) sepia(21%) saturate(6929%) hue-rotate(309deg) brightness(89%) contrast(105%);
}

.gift-reward-container .gift-reward-top > .category-tag > .tag-item > p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.gift-reward-container .gift-reward-top > .category-tag > .tag-item > span {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.gift-reward-container .gift-reward-top > .category-tag > .tag-item:hover,
.gift-reward-container .gift-reward-top > .category-tag > .tag-item.active {
  background-color: #620c33;
  color: #ffffff;
  z-index: 2;
}
.gift-reward-container .gift-reward-top > .category-tag > .tag-item:hover::before,
.gift-reward-container .gift-reward-top > .category-tag > .tag-item:hover::after,
.gift-reward-container .gift-reward-top > .category-tag > .tag-item.active::before,
.gift-reward-container .gift-reward-top > .category-tag > .tag-item.active::after {
  background-color: #620c33;
}

.gift-reward-container .gift-reward-top > .category-tag > .tag-item:hover > img,
.gift-reward-container .gift-reward-top > .category-tag > .tag-item.active > img {
  filter: brightness(0) invert(1);
}

.gift-reward-container .gift-reward-main-container {
  border-top: 1px solid #620c33;
}

.gift-reward-container .gift-reward-main {
  padding: 0 34px;
  background-color: #ffe0d7;
  position: relative;
  visibility: hidden;
  height: 0;
}

.gift-reward-container .gift-reward-main.active {
  padding-bottom: 10px;
  visibility: visible;
  height: auto;
}

.gift-reward-container .gift-reward-main > .swiper-controller .previous,
.gift-reward-container .gift-reward-main > .swiper-controller .next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 17px;
  background: #ffffff99;
  z-index: 2;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: 0px 0px 5px 0px #00000040;
}

.gift-reward-container .gift-reward-main > .swiper-controller .previous.swiper-button-disabled,
.gift-reward-container .gift-reward-main > .swiper-controller .next.swiper-button-disabled {
  display: none;
}

.gift-reward-container .gift-reward-main > .swiper-controller .previous {
  left: 15px;
}

.gift-reward-container .gift-reward-main > .swiper-controller .next {
  right: 15px;
}

.gift-reward-container .gift-reward-main > .swiper-container {
  width: 100%;
  padding: 8px 0;
}

.gift-reward-container .gift-reward-main > .swiper-scrollbar-container {
  margin-top: 10px;
  border-radius: 6px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14px;
}

.gift-reward-container .gift-reward-main > .swiper-scrollbar-container .swiper-scrollbar {
  width: calc(100% - 6px);
  padding: 3px 0;
  background-color: unset;
}

.gift-reward-container .gift-reward-main > .swiper-scrollbar-container .swiper-scrollbar .swiper-scrollbar-drag {
  height: 8px;
  border-radius: 4px;
  background-color: #e1e1e1;
  cursor: grab;
}

.gift-reward-container .gift-reward-main > .swiper-container .swiper-slide .product-tile {
  width: 138px;
  border: none;
}

.gift-reward-container .gift-reward-main > .swiper-container .swiper-slide .product-tile .product-image-container {
  height: 103px;
  background-color: rgba(255, 255, 255, 0.5);
}

.checkout-content .content-block .delivery-list {
  gap: 12px;
  display: none;
  flex-direction: column;
}

.checkout-content .content-block .delivery-list .error-msg {
  margin: -10px 6px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #f3a72e;
}
.checkout-content .content-block .delivery-list .error-msg ul li{
  list-style:disc;
  margin-left: 23px;
}
.checkout-content .content-block .delivery-selector.delivery ~ .delivery-list.delivery,
.checkout-content .content-block .delivery-selector.pickup ~ .delivery-list.pickup {
  display: flex;
}

.checkout-content .content-block .delivery-list .delivery-item {
  flex-wrap: wrap;
  gap: 10px 0;
}

.checkout-content .content-block .delivery-list .delivery-item > img {
  width: 42px;
  min-width: 42px;
  height: 42px;
}

.checkout-content .content-block .delivery-list .delivery-item .link,
.checkout-content .content-block .delivery-list .delivery-item .location,
.checkout-content .content-block .delivery-list .delivery-item .delivery-status {
  flex-basis: 100%;
}
.checkout-content .content-block .delivery-list .delivery-item .delivery-status {
  display: none;
  flex-direction: column;
}
.checkout-content .content-block .delivery-list .delivery-item .item-detail {
  flex-basis: calc(100% - 42px - 20px - 24px);
}
.checkout-content .content-block .delivery-list .delivery-item .item-detail .title {
  display: flex;
  align-items: center;
  gap: 2px;
}
.checkout-content .content-block .delivery-list .delivery-item .item-detail .title span {
  margin-right: 6px;
}
.checkout-content .content-block .delivery-list .delivery-item .item-detail .tooltip-btn {
  position: relative;
}
.checkout-content .content-block .delivery-list .delivery-item .item-detail .tooltip-btn .tooltip-triger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

.checkout-content .content-block .delivery-list .delivery-item .item-detail .tooltip-btn .tooltip-triger img {
  width: 16px;
  height: 16px;
}
.checkout-content .content-block .delivery-list .delivery-item .item-detail .tooltip-btn .tooltip-content {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding-bottom: 13.5px;
}
.checkout-content .content-block .delivery-list .delivery-item .item-detail .tooltip-btn .tooltip-content .tooltip-content-wrapper {
  background: #525252;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 5px;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
  width: max-content;
  max-width: min(326px, 100vw);
}
.checkout-content .content-block .delivery-list .delivery-item .item-detail .tooltip-btn .tooltip-content::after {
  content: "";
  border-width: 9px 9px 0;
  border-color: #525252 transparent;
  border-style: solid;
  position: absolute;
  bottom: 4.5px;
  left: 50%;
  transform: translateX(-50%);
}
.checkout-content .content-block .delivery-list .delivery-item .item-detail .tooltip-btn:hover .tooltip-content {
  display: flex;
}
.checkout-content .content-block .delivery-list .delivery-item .item-detail .tooltip-btn i,
.checkout-content .content-block .delivery-list .delivery-item .item-detail .info-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #7b7b7b;
}

.checkout-content .content-block .delivery-list .delivery-item .item-detail > .title > .gold {
  color: #bca662;
  font-size: inherit;
  display: inline-block;
  margin-right: unset;
}

.checkout-content .content-block .delivery-list .delivery-item .item-detail > .desc,
.checkout-content .content-block .delivery-list .delivery-item .item-detail > .link,
.checkout-content .content-block .delivery-list .delivery-item .item-detail > .remark {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}


.checkout-content .content-block .delivery-list .delivery-item .item-detail > .desc .date{
  font-weight: 700;
  color: #9d0229;
}

.checkout-content .content-block .delivery-list .delivery-item:hover .link {
  background-color: #9d0229;
  color: #ffffff;
}

.checkout-content .content-block .delivery-list .delivery-item .link {
  color: #9d0229;
  border: 1px solid #9d0229;
  border-radius: 5px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
}

/* ????? */
.checkout-content .content-block .delivery-list .delivery-item:not(.active) .item-detail > .link {
  display: none;
}

.checkout-content .content-block .delivery-list .delivery-item .item-detail > .remark {
  color: #a4a4a4;
}

.checkout-content .content-block .delivery-list .delivery-item .item-detail > .tips,
.checkout-content .content-block .delivery-list .delivery-item .location {
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.checkout-content .content-block .delivery-list .delivery-item .item-detail > .tips {
  display: flex;
  color: #f3a72e;
}

.checkout-content .content-block .delivery-list .delivery-item .item-detail > .tips img {
  width: 12px;
  height: 12px;
}

.checkout-content .content-block .delivery-list .delivery-item .location {
  display: none;
  background-color: #fbfaf7;
  padding: 4px;
  border-radius: 5px;
  color: #3e3e3e;
}
.checkout-content .content-block .delivery-list .delivery-item .location .address {
  flex-grow: 1;
}
.checkout-content .content-block .delivery-list .delivery-item .location .address > *:last-child {
  font-weight: 400;
}

.checkout-content .content-block .delivery-list .delivery-item .location .value {
  display: block;
}

.checkout-content .content-block .delivery-list .delivery-item .location .edit {
  color: #9d0229;
}

.checkout-content .content-block .delivery-list .delivery-item .icon {
  width: 24px;
  min-width: 24px;
  display: flex;
  justify-content: center;
}

.checkout-content .content-block .delivery-list .delivery-item .icon > * {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  line-height: 1;
  display: none;
}

.checkout-content .content-block .delivery-list .delivery-item:not(.active) .icon > i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-content .content-block .delivery-list .delivery-item:not(.active) .icon > i::before {
  font-size: 24px;
}

.checkout-content .content-block .delivery-list .delivery-item .desc span {
  font-weight: 700;
}
.checkout-content .content-block .delivery-list .delivery-item .desc .green {
  color: #2fa84f;
}

.checkout-content .content-block .delivery-list .delivery-item.disabled {
  pointer-events: none;
  background-color: #F6F6F6;
}
.checkout-content .content-block .delivery-list .delivery-item.disabled > *:not(.item-detail),
.checkout-content .content-block .delivery-list .delivery-item.disabled .item-detail > *:not(.unavailable) {
  opacity: 0.5;
}
.checkout-content .content-block .delivery-list .delivery-item.active .item-detail .free,
.checkout-content .content-block .delivery-list.pickup .delivery-item.sf.active .item-detail .remark,
.checkout-content .content-block .delivery-list.pickup .delivery-item.disabled .item-detail > *:not(.title, .unavailable) {
  display: none;
}
.checkout-content .content-block .delivery-list .delivery-item .item-detail .fee {
  color: #af9e73;
  font-size: 12px;
  font-weight: 700;
}
.checkout-content .content-block .delivery-list .delivery-item .item-detail .free {
  font-weight: 600;
  color: #b77306;
}
.checkout-content .content-block .delivery-list .delivery-item .item-detail .unavailable {
  display: none;
}
.checkout-content .content-block .delivery-list .delivery-item.disabled .item-detail .unavailable {
  display: block;
  font-size: 12px;
  line-height: 150%;
}

.checkout-content .content-block .delivery-list .delivery-item.active {
  border: 2px solid #9d0229;
}

.checkout-content .content-block .delivery-list:not(.selected) .delivery-item.active .item-detail > .free,
.checkout-content .content-block .delivery-list:not(.selected) .delivery-item.active .link,
.checkout-content .content-block .delivery-list.selected .delivery-item.active .location,
.checkout-content .content-block .delivery-list.selected .delivery-item.active .delivery-status,
.checkout-content .content-block .delivery-list .delivery-item.active .icon > img {
  display: flex;
}

.myCart-content .your-items-container {
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0 24px;
}

.your-items-container .title-container {
  gap: 8px;
  display: flex;
  align-items: center;
  padding: 24px 0 16px;
}

.your-items-container .cart-items-container-wrapper .title-container > .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.your-items-container .title-container > i {
  color: #b8b8b8;
  font-size: 16px;
  line-height: 1;
}

.your-items-container .title-container > img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  object-position: center;
}

.your-items-container .title-container > .edit {
  cursor: pointer;
  margin-left: auto;
  color: #9d0229;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  gap: 8px;
  display: flex;
  align-items: center;
}

.your-items-container .title-container > .edit > img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
}

.your-items-container .items-list {
  padding: 12px;
}

.your-items-container .items-list .list-row {
  gap: 0 40px;
  display: grid;
  align-items: center;
  grid-template-columns: 96px 1fr 107px 96px;
  padding: 24px 0;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

.your-items-container .items-list .list-row > * {
  position: relative;
  z-index: 2;
}

.your-items-container .items-list .list-row.header {
  margin: 0 -36px;
  padding: 16px 36px;
}

.your-items-container .items-list .list-row.header .selector {
  position: relative;
}

.your-items-container .items-list .list-row.header .edit-control {
  position: absolute;
  left: 100%;
  margin-left: 40px;
  display: none;
  align-items: center;
  gap: 40px;
  width: max-content;
  color: #9d0229;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.your-items-container .items-list .list-row.header .edit-control > * {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.your-items-container .items-list .list-row:not(.header):hover::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  right: -24px;
  background-color: #fbfaf7;
  z-index: 1;
  margin: auto;
  pointer-events: none;
}

.your-items-container .items-list .list-row .list-col {
  display: flex;
  align-items: center;
}

.your-items-container .items-list .list-row .selector {
  grid-column: 1;
}

.your-items-container .items-list .list-row .product,
.your-items-container .items-list .list-row .quantity {
  flex-direction: column;
  justify-content: center;
}

.your-items-container .items-list .list-row .product,
.your-items-container .items-list .list-row .subtotal,
.your-items-container .items-list .list-row .quantity {
  grid-row: 1;
}

.your-items-container .items-list .list-row:not(.header) .subtotal,
.your-items-container .items-list .list-row:not(.header) .quantity {
  margin-top: 24px;
}

.your-items-container .items-list .list-row:not(.header) .subtotal {
  min-height: 76px;
}

.your-items-container .items-list .list-row .product {
  grid-column: 2;
}

.your-items-container .items-list .list-row .quantity {
  grid-column: 3;
}

.your-items-container .items-list .list-row .subtotal {
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  grid-column: 4;
}

.your-items-container .items-list .list-row.header .list-col {
  color: #676767;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.your-items-container .items-list .list-row.header .select {
  display: flex;
  align-items: center;
  gap: 16px;
}

.your-items-container .items-list .list-row.header .select span {
  color: #3e3e3e;
  font-weight: 600;
}

.your-items-container .items-list .list-row.header .select-count {
  display: none;
}

.your-items-container .items-list .list-row.header .product {
  align-items: flex-start;
  padding-left: 24px;
}

.your-items-container .items-list .list-row:not(.header) .selector {
  gap: 8px;
}

.your-items-container .items-list .list-row .list-col .image {
  display: flex;
  justify-content: center;
  width: 96px;
  height: 120px;
  position: relative;
}

.your-items-container .items-list .list-row .list-col .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.your-items-container .items-list .list-row .list-col .image .tag {
  position: absolute;
  left: 50%;
  bottom: 0;
  padding: 2px 5px;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 5px;
  background-color: #a4a4a4;
  width: 100%;
  text-align: center;
  word-break: break-word;
}

.your-items-container .items-list .list-row:not(.header) .list-col.selector {
  grid-row: 3 / -2;
}

.your-items-container .items-list .list-row:not(.header) .list-col.product {
  align-items: flex-start;
}

.your-items-container .items-list .list-row .control-container {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin: auto;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 24px;
  gap: 16px;
  color: #7b7b7b;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.your-items-container .items-list .list-row:hover .control-container {
  opacity: 1;
  pointer-events: all;
}

.your-items-container .items-list .list-row .control-container > * {
  display: flex;
  align-items: center;
  gap: 4px;
}

.your-items-container .items-list .list-row .control-container > *:hover {
  cursor: pointer;
  color: #3e3e3e;
}

.your-items-container .items-list .list-row .control-container > *:not(:first-child) {
  position: relative;
}

.your-items-container .items-list .list-row .control-container > *:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  margin: auto;
  height: 18px;
  transform: translateX(-50%);
  border-left: 1px solid #cdcdcd;
}

.your-items-container .items-list .list-row.header .edit-control > * i,
.your-items-container .items-list .list-row .control-container > * i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.your-items-container .items-list .list-row:not(.header) .list-col.quantity {
  padding: 20px 0;
  position: relative;
  z-index: 3;
  min-height: 76px;
}

.your-items-container .items-list .list-row .list-col .value {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.your-items-container .items-list .list-row .list-col .quantity-counter .value {
  background-color: unset;
}

.your-items-container .items-list .list-row .selector .select {
  cursor: pointer;
  margin: unset;
}

.your-items-container .items-list .list-row .selector .select input {
  cursor: pointer;
  margin: unset;
  width: 16px;
  min-width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  appearance: none;
  outline: none;
  background-color: #ffffff;
  border: 2px solid #eceae6;
}

.your-items-container .items-list .list-row .selector .select input:checked {
  background-color: #9d0229;
  border-color: #9d0229;
}

.your-items-container .items-list .list-row .selector .select input:checked::after {
  content: "\E837";
  font-family: fontello;
  color: #ffffff;
  transform: translate(5%, 10%);
  font-size: 7px;
}

.your-items-container .items-list .list-row .error {
  margin-top: 4px;
  width: 100%;
  display: block;
  color: #ea3d2f;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.your-items-container .items-list .list-row > .error {
  margin-top: 16px;
  padding: 4px;
  gap: 4px;
  display: flex;
  grid-column: 1 / 4;
  grid-row: 2;
  margin-left: 136px;
  width: calc(100% - 136px);
}

.your-items-container .items-list .list-row .list-col .error {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  text-align: center;
}

.your-items-container .items-list .list-row .list-col .product-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: unset;
  text-align: left;
  width: 100%;
  color: inherit;
}

.your-items-container .items-list .list-row .list-col .product-name span {
  color: #bca662;
  font-weight: 700;
}

.your-items-container .items-list .list-row .list-col .product-size {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 4px 0 8px;
}

.your-items-container .items-list .list-row .list-col .product-price {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 4px;
}

.your-items-container .items-list .list-row .list-col .product-price > .discount {
  color: #9d0229;
}

.your-items-container .items-list .list-row .list-col .product-price > .discount:not(:only-child) {
  margin-right: 8px;
}

.your-items-container .items-list .list-row .list-col .product-price img {
  width: 16px;
  min-width: 16px;
  height: 16px;
  object-fit: contain;
  object-position: center;
}

.your-items-container .items-list .list-row .list-col .product-price .raw {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: line-through;
}

.your-items-container .items-list .list-row .list-col .price {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: right;
}

.your-items-container .items-list .list-row .list-col .price.discount {
  color: #9d0229;
}

/* .your-items-container .items-list .list-row .list-col .price.discount > span {
  color: #3e3e3e;
} */

.your-items-container .items-list .list-row .list-col .price.discount > img {
  width: 16px;
  min-width: 16px;
  height: 16px;
  object-fit: contain;
  object-position: center;
}

.your-items-container .items-list .list-row .list-col .price > img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  object-position: center;
}

.your-items-container .items-list .list-row .list-col:nth-child(2) > i {
  width: 12px;
  min-width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.your-items-container .items-list .list-row.OutOfStock .quantity {
  visibility: hidden;
}

.your-items-container .items-list .list-row.OutOfStock .selector .image img,
.your-items-container .items-list .list-row.OutOfStock .product,
.your-items-container .items-list .list-row.OutOfStock .subtotal > *:not(.control-container) {
  opacity: 0.3;
}

.myCart-content .error-msg-container {
  background: #feeedb;
  border: 1px solid #f3a72e;
  margin-bottom: 20px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  border-radius: 5px;
}
.myCart-content .error-msg-container i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.myCart-content .special-price {
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #eceae6;
  border: 1px solid #cdcdcd;
  /* margin: 20px 0 120px; */
}

.myCart-content .special-price .toggle-btn {
  cursor: pointer;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}
.myCart-content .special-price .toggle-btn:not(.flip) {
  transform: scaleY(-1);
}

.myCart-content .special-price > .top {
  gap: 4px;
  display: flex;
  align-items: center;
  padding: 16px 24px;
  background-color: #e7e1d0;
}

.myCart-content .special-price > .top > .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.myCart-content .special-price > .top > img {
  width: 24px;
  min-width: 24px;
  height: 24px;
  object-fit: contain;
  object-position: center;
}

.myCart-content .special-price > .main {
  padding: 16px 24px;
  gap: 16px;
  display: flex;
  overflow: hidden;
}

.products-list-container {
  display: none;
  padding-bottom: 120px;
}

.tab-navbar.myCart ~ .myCart-container {
  display: grid;
  padding-bottom: 120px;
}

.tab-navbar.buyAgain ~ .buyAgain-container,
.tab-navbar.myCellar ~ .myCellar-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.myCellar-container .myCellar-block,
.buyAgain-container .buyAgain-block {
  padding: 24px;
  background-color: #ffffff;
}

.myCellar-container .myCellar-block > .title-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.myCellar-container .myCellar-block > .title-container > .title,
.myCellar-container .myCellar-block > .title-container > i {
  color: #525252;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.myCellar-container .myCellar-block > .title-container > i {
  margin-left: auto;
}

.myCellar-container .myCellar-block > .title-container > span {
  color: #525252;
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 8px;
}

.checkout-content .content-block .error,
.checkout-content .content-block .remark {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding: 4px 0;
  gap: 4px;
  display: flex;
}

.checkout-content .content-block .remark {
  color: #f3a72e;
}

.checkout-content .content-block .error {
  color: #ea3d2f;
}

.checkout-content .content-block .error i,
.checkout-content .content-block .remark i {
  width: 18px;
  height: 18px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1px;
}

.checkout-content .moneybank-link-container .unlink-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.checkout-content .moneybank-link-container .unlink-container .top {
  gap: 8px;
  display: flex;
  align-items: center;
}

.checkout-content .moneybank-link-container .unlink-container .top > img {
  width: auto;
  height: 36px;
}

.checkout-content .moneybank-link-container .unlink-container .error {
  padding: unset;
}

.checkout-content .moneybank-link-container .unlink-container .main {
  width: 100%;
  gap: 16px;
  display: flex;
  justify-content: space-between;
  color: #9d0229;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.checkout-content .moneybank-link-container .unlink-container .main .msg span {
  color: #7b7b7b;
}

.checkout-content .moneybank-link-container .unlink-container .main a {
  color: #9d0229;
  height: fit-content;
}

.checkout-content .moneybank-link-container .unlink-container .main i::before {
  font-weight: 600;
}

.checkout-content .moneybank-link-container .linked-container {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.checkout-content .moneybank-link-container.linked .unlink-container,
.checkout-content .moneybank-link-container .linked-container {
  display: none;
}

.checkout-content .moneybank-link-container.linked .linked-container {
  display: flex;
}

.checkout-content .moneybank-link-container .linked-container .moneyback-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkout-content .moneybank-link-container .linked-container .moneyback-info img {
  width: 40px;
  height: 40px;
}

.checkout-content .moneybank-link-container .linked-container .moneyback-info .info {
  display: flex;
  flex-direction: column;
}

.checkout-content .moneybank-link-container .linked-container .moneyback-info .info .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: inherit;
  font-family: inherit;
}

.checkout-content .moneybank-link-container .linked-container .moneyback-info .info .value {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #7b7b7b;
}

.checkout-content .moneybank-link-container .linked-container .status-info {
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background-color: #f6f6f6;
  min-width: 90px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #2fa84f;
}

.checkout-content .moneybank-link-container .linked-container .status-info i {
  width: 20px;
  height: 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-content .promotion-code-container {
  padding: unset;
  display: flex;
  flex-direction: column;
}

.checkout-content .promotion-code-container .input-container {
  display: flex;
  flex-direction: column;
}

.checkout-content .promotion-code-container .input-container .input-container-wrapper {
  position: relative;
  border-radius: 5px;
  padding: 8px 8px 8px 16px;
  border: 1px solid #cdcdcd;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkout-content .promotion-code-container .input-container input {
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding: 0 9.5px;
  flex-grow: 1;
  color: #3e3e3e;
}

.checkout-content .promotion-code-container .input-container input::placeholder {
  color: #e1e1e1;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.checkout-content .promotion-code-container .input-container button {
  width: 112px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #9d0229;
  background-color: #9d0229;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
}

.checkout-content .promotion-code-container .expand-content > *:not(:first-child) {
  margin-top: 12px;
}

.checkout-content .promotion-code-container .input-container button:hover {
  color: #9d0229;
  background-color: #ffffff;
}

.checkout-content .promotion-code-container .input-container.error .input-container-wrapper {
  border-color: #ea3d2f;
}

.checkout-content .promotion-code-container .input-container.error .error {
  display: flex;
}

.checkout-content .promotion-code-container .input-container .error {
  display: none;
  line-height: 15.6px;
}

.checkout-content .promotion-code-container .input-container .error i {
  width: 18px;
  height: 18px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-content .promotion-code-container .adandoned-offer {
  display: flex;
  flex-direction: column;
  margin-bottom: -5px;
  transform: translateY(-5px);
}

.checkout-content .promotion-code-container .adandoned-offer::before {
  content: "";
  margin-left: 27px;
  width: 11.313708498985px;
  height: 11.313708498985px;
  border: 1px solid #eceae6;
  background-color: #fbfaf7;
  transform: translateY(calc(50% + 1px)) rotate(45deg);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.checkout-content .promotion-code-container .adandoned-offer .offer-content {
  border: 1px solid #eceae6;
  background-color: #fbfaf7;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 5px;
}

.checkout-content .promotion-code-container .adandoned-offer .offer-content .offer-info {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.checkout-content .promotion-code-container .adandoned-offer .offer-content .offer-info .title {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
}

.checkout-content .promotion-code-container .adandoned-offer .offer-content .offer-info img {
  width: 42px;
  height: 42px;
}

.checkout-content .promotion-code-container .adandoned-offer .offer-content .code-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.checkout-content .promotion-code-container .adandoned-offer .offer-content .code-container .code {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  background-color: #ffffff;
  color: #7b7b7b;
  flex-grow: 1;
}

.checkout-content .promotion-code-container .adandoned-offer .offer-content .code-container .apply-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 88px;
  height: 40px;
  border: 1px solid #9d0229;
  color: #9d0229;
}

.checkout-content .promotion-code-container .adandoned-offer .offer-content .code-container .apply-btn:hover {
  background-color: #9d0229;
  color: #ffffff;
}

.checkout-content .promotion-code-container .code-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.checkout-content .promotion-code-container .code-list > div {
  width: 100%;
  height: 45px;
  padding: 0 12px 0 16px;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  background-color: #fbfaf7;
}

.checkout-content .promotion-code-container .code-list > div > span {
  color: #2fa84f;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.checkout-content .promotion-code-container .code-list > div > i {
  width: 20px;
  min-width: 20px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}

.checkout-content .delivery-method-container .title,
.checkout-content .bank-offer-container .title {
  padding: unset;
}

.checkout-content .bank-offer-container .info-container > .desc > span,
.checkout-content .promotion-code-container .code-list > div > span {
  font-weight: 400;
}

.checkout-content .bank-offer-container .info-container > .desc > span:last-child,
.checkout-content .promotion-code-container .code-list > div > span:last-child {
  font-size: 12px;
  line-height: 18px;
}

.offer-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.offer-list label.offer-option {
  margin: unset;
  cursor: pointer;
  font-weight: 400;
}

.offer-list .offer-option .option-container {
  border-radius: 5px;
  border: 1px solid #eceae6;
}

.offer-list .offer-option > label {
  display: none !important;
}

.offer-list .offer-option input:checked ~ .option-container {
  border-color: transparent;
  outline: 2px solid #9d0229;
}

.bank-offer-container > *:not(:first-child) {
  margin-top: 12px;
}

.bank-offer-container .hsbc-unlink-container {
  display: flex;
  flex-direction: column;
}

.bank-offer-container .hsbc-unlink-container .logo {
  min-width: 40px;
  width: 40px;
  height: 40px;
}

.bank-offer-container .hsbc-unlink-container .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bank-offer-container .hsbc-unlink-container .top,
.bank-offer-container .hsbc-unlink-container .bottom {
  padding: 12px 16px;
  display: flex;
  gap: 16px;
}

.bank-offer-container .hsbc-unlink-container .top {
  background-color: #fbfaf7;
  border-bottom: 1px solid #eceae6;
}

.bank-offer-container .hsbc-unlink-container .top .info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bank-offer-container .hsbc-unlink-container .top .info .info-deta {
  font-size: 14px;
  line-height: 21px;
}

.bank-offer-container .hsbc-unlink-container .top .info .info-deta span {
  font-weight: 600;
}

.bank-offer-container .hsbc-unlink-container .top .info .link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 24px;
  border-radius: 5px;
  border: 1px solid #9d0229;
  color: #ffffff;
  background-color: #9d0229;
  width: fit-content;
  font-weight: 600;
}

.bank-offer-container .hsbc-unlink-container .top .info .link-btn:hover {
  color: #9d0229;
  background-color: #ffffff;
}

.bank-offer-container .hsbc-unlink-container .bottom {
  background-color: #e7e1d0;
  align-items: center;
}

.bank-offer-container .hsbc-unlink-container .bottom .tips-group {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 18.2px;
}

.bank-offer-container .hsbc-unlink-container .bottom .tips-group .title {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: 700;
  text-align-last: left;
}

.bank-offer-container .hsbc-detail-container .top {
  border-radius: 5px 5px 0 0;
  background-color: #fbfaf7;
  border-bottom: 1px solid #eceae6;
  height: 58px;
  gap: 12px;
  display: flex;
  align-items: center;
  padding: 8px 16px;
}

.bank-offer-container .hsbc-detail-container .top img {
  width: auto;
  height: 42px;;
  min-height: 42px;
  /*width: 40px;
  min-width: 40px;
  height: auto;
  aspect-ratio: 1 / 1;*/
}

.bank-offer-container .hsbc-detail-container .top .desc {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: inherit;
  margin: unset;
  font-family: inherit;
}

.bank-offer-container .hsbc-detail-container .top .desc .tag {
  color: #3e3e3e;
  width: 65px;
  height: 18px;
  border-radius: 9px;
  background-color: #9d0229;
  border: 1px solid #9d0229;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  margin-top: 4px;
}

.bank-offer-container .hsbc-detail-container .main {
  padding: 0 24px;
}

.bank-offer-container .hsbc-detail-container .list-container {
  padding: 8px 0 16px;
  gap: 12px;
  display: flex;
  flex-direction: column;
}

.bank-offer-container .hsbc-detail-container .list-container .title-group {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.bank-offer-container .hsbc-detail-container .list-container .title-group .title {
  font-weight: 600;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align-last: left;
}

.bank-offer-container .hsbc-detail-container .list-container:not(:last-child) {
  border-bottom: 1px solid #eceae6;
}

.bank-offer-container .hsbc-detail-container .list-container .list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bank-offer-container .hsbc-detail-container .list-container > .line {
  gap: 8px;
  display: flex;
  padding: unset;
  margin: unset;
  text-align: left;
  color: #3e3e3e;
}

.bank-offer-container .hsbc-detail-container .list-container .line .icon {
  font-size: 14px;
  min-width: 16px;
  width: 16px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2fa84f;
}

.bank-offer-container .hsbc-detail-container .list-container .line .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bank-offer-container .hsbc-detail-container .list-container .line.error .icon i {
  color: #a4a4a4;
  font-size: 12px;
  width: 12px;
  height: 12px;
}

.bank-offer-container .hsbc-detail-container .list-container .line .desc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: unset;
}

.bank-offer-container .hsbc-detail-container .list-container .list-wrapper .form-radio .select {
  align-items: flex-start;
}

.bank-offer-container .hsbc-detail-container .list-container .list-wrapper .form-radio .select > input {
  min-width: 16px;
  width: 16px;
  height: 16px;
  margin: 2px 0;
}

.bank-offer-container .hsbc-detail-container .list-container .list-wrapper .form-radio .select > input:checked {
  background-color: #9d0229;
}

.bank-offer-container .hsbc-detail-container .list-container .list-wrapper .form-radio .select > input:checked::before {
  content: "\E837";
  font-family: fontello;
  color: #ffffff;
  transform: translate(5%, 10%);
  font-size: 7px;
  width: unset;
  height: unset;
}

.bank-offer-container .hsbc-detail-container .list-container .list-wrapper .form-radio .select > input:disabled {
  background-color: #eceae6;
  pointer-events: none;
}

.bank-offer-container .hsbc-detail-container .list-container .list-wrapper .form-radio .select > input:disabled ~ .desc .error {
  display: flex;
}

.bank-offer-container .hsbc-detail-container .list-container .list-wrapper .form-radio .desc {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: unset;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.bank-offer-container .hsbc-detail-container .list-container .list-wrapper .form-radio .desc .error {
  display: none;
  align-items: center;
  padding: unset;
}

.bank-offer-container .hsbc-detail-container .list-container .line.error .desc .tag strong,
.bank-offer-container .hsbc-detail-container .list-container .list-wrapper .form-radio .select > input:disabled ~ .desc .tag strong,
.bank-offer-container .hsbc-detail-container .list-container .list-wrapper .form-radio .desc .error span,
.bank-offer-container .hsbc-detail-container .list-container .list-wrapper .form-radio .desc .error i {
  color: #f3a72e;
}

.bank-offer-container .hsbc-detail-container .list-container .list-wrapper .form-radio .desc .error i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.bank-offer-container .hsbc-detail-container .list-container .desc .tag {
  color: #3e3e3e;
  width: fit-content;
  height: 22px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  padding: 0 8px;
  gap: 4px;
  background-color: #f6f6f6;
  border: 1px solid #eceae6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bank-offer-container .hsbc-detail-container .list-container .desc .tag strong {
  color: #9d0229;
  font-weight: 600;
}

.bank-offer-container .hsbc-detail-container .error {
  color: #f3a72e;
}

.products-list-container .products-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.products-list-container .products-list-wrapper:not(:first-child) {
  margin-top: 24px;
}

.products-list-container .add-btn {
  align-self: flex-end;
  cursor: pointer;
  height: 48px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #9d0229;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9d0229;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 24px;
}

.products-list-container .add-btn:hover {
  color: #ffffff;
  background-color: #9d0229;
}

.products-list-container .products-list {
  position: relative;
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 32px) / 3));
}

.products-list-container .products-list .product-tile {
  padding: 16px 0;
  border-radius: 5px;
  border: 1px solid #eceae6;
  gap: 8px;
  display: grid;
  grid-template-columns: 112px calc(100% - 120px);
}

.products-list-container .products-list .product-tile .highlight {
  width: fit-content;
  min-width: 96px;
  height: 28px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bca662;
  border-radius: 0 5px 5px 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
  grid-column-start: 1;
}

.products-list-container .products-list .product-tile .promotion-tag {
  width: fit-content;
  max-width: calc(100% - 16px);
  height: 26px;
  padding: 0 12px;
  border-radius: 5px;
  border: 1px solid #bca662;
  display: flex;
  align-items: center;
  margin: 1px 0 9px;
  grid-column-start: 2;
}

.products-list-container .products-list .product-tile .promotion-tag span {
  width: fit-content;
  max-width: 100%;
  height: 21px;
  color: #bca662;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.products-list-container .products-list .product-tile .image {
  width: 100%;
  align-self: auto;
  display: flex;
  flex-direction: column;
  grid-column-start: 1;
}

.products-list-container .products-list .product-tile .image img {
  margin-left: 16px;
  width: 96px;
  min-width: 96px;
  height: 122px;
  object-fit: contain;
  object-position: center center;
  margin-top: auto;
}

.products-list-container .products-list .product-tile .product-detail {
  width: 100%;
  padding-right: 16px;
  display: flex;
  flex-direction: column;
  grid-column-start: 2;
}

.products-list-container .products-list .product-tile .product-detail .name {
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.products-list-container .products-list .product-tile .product-detail .size {
  color: #7b7b7b;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 4px;
}

.products-list-container .products-list .product-tile .product-detail .footer {
  margin-top: auto;
  gap: 8px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.products-list-container .products-list .product-tile .product-detail .footer .price strong {
  display: block;
  color: #9d0229;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.products-list-container .products-list .product-tile .product-detail .footer .price span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: line-through;
}

.products-list-container .products-list .product-tile .product-detail .footer .add {
  position: relative;
  width: 36px;
  min-width: 36px;
  height: 36px;
}

.your-items-container .items-list .list-row .quantity .tips,
.products-list-container .products-list .product-tile .product-detail .footer .add .tips {
  position: absolute;
  top: calc(100% + 10px);
  right: -20px;
  background: #fbfaf7;
  filter: drop-shadow(1px 1px 1px #00000040);
  width: max-content;
  padding: 9px 18px 8px 14px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.your-items-container .items-list .list-row .quantity .tips {
  top: 50%;
  transform: translateY(100%);
  right: 13px;
}

.your-items-container .items-list .list-row .quantity .tips i,
.products-list-container .products-list .product-tile .product-detail .footer .add .tips i {
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: #9d0229;
  border-radius: 100%;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.your-items-container .items-list .list-row .quantity .tips i::before,
.products-list-container .products-list .product-tile .product-detail .footer .add .tips i::before {
  transform: translate(-5%, 0);
}

.your-items-container .items-list .list-row .quantity .tips::before,
.products-list-container .products-list .product-tile .product-detail .footer .add .tips::before {
  position: absolute;
  right: 28px;
  bottom: calc(100% - 1px);
  z-index: 1;
  content: "";
  border: 8px solid transparent;
  border-top-width: 0;
  border-bottom: 8px solid #fbfaf7;
}

.your-items-container .items-list .list-row .quantity .tips .msg,
.products-list-container .products-list .product-tile .product-detail .footer .add .tips .msg {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.your-items-container .items-list .list-row .quantity .tips .msg span,
.products-list-container .products-list .product-tile .product-detail .footer .add .tips .msg span {
  font-weight: 600;
}

.products-list-container .products-list .product-tile .product-detail .footer .add .tips .msg span {
  color: #9d0229;
  text-decoration: underline;
}

.products-list-container .products-list .product-tile .product-detail .footer .quantity-counter .value {
  background-color: unset;
}

.products-list-container .products-list .product-tile .product-detail .footer .quantity-counter {
  width: 94px;
}

.products-list-container .products-list .product-tile .product-detail .footer .quantity-counter:not(.editing) {
  display: none;
}

.products-list-container .products-list .product-tile.outOfStock .highlight {
  color: #ffffff;
  background-color: #a4a4a4;
  font-size: 14px;
  line-height: 21px;
}

.products-list-container .products-list .product-tile.outOfStock .image img {
  opacity: 0.3;
}

.products-list-container .products-list .product-tile.outOfStock .product-detail {
  opacity: 0.5;
}

.products-list-container .products-list .product-tile.outOfStock .product-detail .footer .add {
  display: none;
}

.myCart-content .swiper-container .swiper-slide .product-tile > img {
  background-color: rgba(255, 255, 255, 0.5);
}

.common-popup.free-gift-remind .popup-container {
  max-width: 820px;
}

.common-popup.free-gift-remind .popup-header {
  align-items: flex-start;
}

.common-popup.free-gift-remind .popup-header,
.free-gift-remind .popup-body {
  flex-direction: column;
  gap: 8px;
}

.free-gift-remind .popup-header .title-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.free-gift-remind .popup-header .subtitle {
  font-size: 16px;
  line-height: 20.8px;
  color: #7b7b7b;
}

.free-gift-remind .popup-body {
  padding: 0 24px 24px;
  overflow: visible;
}

.free-gift-remind .gift-reward-container {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}

.free-gift-remind .gift-reward-container .gift-reward-top > .title,
.free-gift-remind .gift-reward-container .gift-reward-main > .swiper-scrollbar-container {
  display: none;
}

.free-gift-remind .gift-reward-container .gift-reward-top > .category-tag {
  padding: 0 8px;
}

.free-gift-remind .gift-reward-container .gift-reward-main.active {
  padding-bottom: 8px;
  padding-top: 8px;
}

.free-gift-remind .gift-reward-container .gift-reward-main > .swiper-controller .previous,
.free-gift-remind .gift-reward-container .gift-reward-main > .swiper-controller .next {
  transform: unset;
}

.free-gift-remind .btn-container {
  padding: 16px 0;
}
.free-gift-remind .btn-container .checkout-btn {
  max-width: 165px;
  height: 45px;
  width: 100%;
  min-width: fit-content;
  padding: 0 8px;
}

.common-popup.change-delivery-method .popup-container {
  max-width: 467px;
  height: unset !important;
}

.change-delivery-method .popup-body .btn-container,
.cc-not-allowed-popup .popup-body .btn-container {
  justify-content: center;
  border: unset;
  padding: unset;
  margin: unset;
  width: 100%;
  position: unset;
}

.common-popup.cc-not-allowed-popup .popup-container {
  max-width: 532px;
  height: unset !important;
}

.common-popup.delivery-method-oos .popup-container {
  max-width: 562px;
}

.common-popup.delivery-method-oos .popup-container .popup-body {
  gap: 32px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.delivery-method-oos .popup-body .btn-container {
  justify-content: center;
}

.delivery-method-oos .popup-body .btn-container > * {
  flex-grow: 1;
}

@media screen and (max-width: 1280px) {
  .your-items-container .items-list .list-row {
    gap: 0 16px;
  }

  .your-items-container .items-list .list-row > .error {
    margin-left: 112px;
    width: calc(100% - 112px);
  }
}

.common-popup.save-to-cellar .popup-container {
  max-width: 600px;
}

.common-popup.save-to-cellar .popup-header {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.create-cellar-list .select-cellar-form,
.save-to-cellar .select-cellar-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-height: calc(100vh * 0.55);
  overflow-y: scroll;
}

.save-to-cellar .select-cellar-form .form-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.save-to-cellar .select-cellar-form .form-radio + .form-input {
  flex-basis: 100%;
  margin-left: 36px;
}

.save-to-cellar .select-cellar-form .form-row:first-child .form-radio:not(:only-child) input {
  visibility: hidden;
  position: absolute;
}

.save-to-cellar .select-cellar-form .form-row:first-child .form-radio:not(:only-child) + .form-input {
  margin-left: unset;
}

.common-popup.confirm-delete-item .popup-header {
  flex-direction: column;
  gap: 8px;
}
.common-popup.confirm-delete-item .popup-header i {
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #9d0229;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-popup.introduciotn-of-hde .popup-container {
  max-width: 980px;
  border-radius: 15px;
}
.common-popup.introduciotn-of-hde .popup-header .title-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.common-popup.introduciotn-of-hde .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.introduciotn-of-hde .hde-step-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.introduciotn-of-hde .hde-step-container .step-arrow-1 {
  align-self: center;
  margin-left: -35px;
  transform: translateY(-35px) rotate(-145deg);
}
.introduciotn-of-hde .hde-step-container .step-2 {
  margin-bottom: 46px;
}
.introduciotn-of-hde .hde-step-container .step-arrow-2 {
  transform: scaleX(-1) translateY(10px) rotate(35deg);
  margin-right: 20px;
}
.introduciotn-of-hde .extra-info {
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  padding: 16px;
  color: #7b7b7b;
  font-size: 12px;
  line-height: 18px;
  border-radius: 5px;
  margin-top: 12px;
}
.introduciotn-of-hde .extra-info .header {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
  font-weight: 600;
}
.introduciotn-of-hde .extra-info .header i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.introduciotn-of-hde .extra-info .info-row {
  display: flex;
}
.introduciotn-of-hde .extra-info .info-row::before {
  content: "\25CF";
  padding: 0 7px;
  font-size: 7px;
}

.create-cellar-list .select-cellar-form .form-group {
  gap: 16px;
}
.create-cellar-list .select-cellar-form .form-text {
  flex-basis: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.editMode .your-items-container .items-list .list-row .list-col .quantity-counter .value {
  pointer-events: none;
}

.editMode .your-items-container .items-list .list-row .list-col.quantity .tips,
.editMode .your-items-container .items-list .list-row .list-col .quantity-counter > *:not(.value),
.editMode .your-items-container .items-list .list-row .error,
.editMode .your-items-container .items-list .list-row.header .list-col:not(.selector) {
  display: none;
}
.editMode .tab-navbar,
.editMode .myCart-container .myCart-content > *:not(.your-items-container),
.editMode .myCart-container .checkout-content {
  opacity: 0.5;
  pointer-events: none;
}

.common-popup.cart-items-container-wrapper.editMode.checkout-popup {
  opacity: 1;
  pointer-events: auto;
}
.common-popup.cart-items-container-wrapper.editMode.checkout-popup .close-btn {
  display: unset !important;
}
.common-popup.cart-items-container-wrapper.editMode.checkout-popup .popup-body {
  display: flex !important;
  overflow: auto !important;
}

.editMode .create-cellar-list,
.editMode .save-to-cellar,
.editMode .confirm-delete-item {
  opacity: unset !important;
  pointer-events: unset !important;
  z-index: 8002 !important;
}

@media screen and (min-width: 769px) {
  .your-items-container .cart-items-container-wrapper .popup-header .close-btn {
    display: none;
  }

  .editMode .your-items-container .items-list .list-row .list-col .quantity-counter {
    border-color: transparent;
  }

  .editMode .your-items-container .items-list .list-row.header .edit-control {
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  .myCart-content .gift-reward-container .gift-reward-top .category-tag{
    display: flex !important;
  }
  .myCart-content .gift-reward-container .gift-reward-main-container {
    display: block !important;
  }
  .common-popup .popup-container .btn-container .create-list-btn .create-list-btn {
    display: none;
  }
}
@media screen and (max-width: 1024px) {  
  .my-cart-page {
    padding-top: unset;
  }
  .my-cart-page .cart-items-container-wrapper .popup-container .popup-header .close-btn {
    display: none;
  }
  .editMode .checkout-content .content-block {
    opacity: 0.5;
    pointer-events: none;
  }
  .editMode .checkout-content .promotion-wrapper-toggle,
  .editMode .checkout-content .chceckout-container {
    position: unset;
  }
  .tab-navbar {
    width: 100%;
    background-color: #ffffff;
    margin: unset;
    border: none;
  }
  .tab-navbar .tab-item {
    flex: 1;
    text-align: center;
    padding: 13px;
    font-size: 14px;
    line-height: 14px;
  }
  .tab-navbar.myCart .tab-item:first-child,
  .tab-navbar.myCellar .tab-item:nth-child(2),
  .tab-navbar.buyAgain .tab-item:nth-child(3) {
    color: inherit;
  }
  .tab-navbar.myCart ~ .myCart-container {
    display: flex;
    margin-top: 4px;
    padding-bottom: unset;
  }
  .tab-content.empty .empty-content {
    gap: 8px;
    margin-top: 8px;
  }
  .tab-content.show {
      display: flex;
    }
  .myCart-content .error-msg-container {
    margin: 8px 16px;
    padding: 8px 16px;
    order: -1;
  }
  .myCart-content .gift-reward-container,
  .myCart-content .your-items-container,
  .myCart-content .special-price {
    margin: unset;
  }
  .myCart-content {
    display: contents;
  }
  .myCart-content > * {
    order: 2;
  }
  .myCart-content .gift-reward-container .gift-reward-top {
    padding: 8px 20px 0;
    background-image: url("/_ui/desktop/theme-wine/revamped/v3/img/cart/gift-title-background-mb.png");
    background-position: right bottom;
  }
  .myCart-content .gift-reward-container .gift-reward-top .title {
    flex-direction: unset;
    pointer-events: all;
  }
  .myCart-content .gift-reward-container .gift-reward-top .toggle-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }
  .myCart-content .gift-reward-container .gift-reward-top .toggle-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .gift-reward-container .gift-reward-top .category-tag {
    gap: 10px;
  }
  .gift-reward-container .gift-reward-top .category-tag .tag-item {
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px 8px;
    padding: 8px 15px;
    min-height: 64px;
    position: relative;
    border-radius: 5px 5px 0 0;
    background: unset;
    color: #584739;
  }
  .gift-reward-container .gift-reward-top > .category-tag > .tag-item > img {
    filter: brightness(0) invert(27%) sepia(26%) saturate(487%) hue-rotate(345deg) brightness(93%) contrast(89%);
  }
  .gift-reward-container .gift-reward-top .category-tag .tag-item::before,
  .gift-reward-container .gift-reward-top .category-tag .tag-item::after {
    content: unset;
  }
  .gift-reward-container .gift-reward-top .category-tag .tag-item .amount {
    flex-basis: 100%;
    line-height: 20px;
    text-align: center;
    width: 0;
  }
  .gift-reward-container .gift-reward-top .category-tag .tag-item i {
    position: absolute;
    bottom: 8px;
    right: 16px;
    height: 20px;
  }
  .gift-reward-container .gift-reward-main {
    padding: 0 20px;
  }
  .gift-reward-container .gift-reward-main.active {
    padding-bottom: 18px;
  }
  .gift-reward-container .gift-reward-main > .swiper-container .swiper-slide .product-tile {
      width: 160px;
  }
  .gift-reward-container .gift-reward-main > .swiper-controller .previous,
  .gift-reward-container .gift-reward-main > .swiper-controller .next {
     display: none;
  }
  .checkout-content .content-block .delivery-list .error-msg {
    margin: 0;
  }
  .myCart-content .special-price {
    position: relative;
    border: none;
    order: 3;
  }
  .myCart-content .special-price > .top > .title {
    font-size: 16px;
    line-height: 24px;
  }
  .myCart-content .special-price .top {
    padding: 16px 44px 16px 20px;
  }
  .myCart-content .special-price .toggle-btn {
    position: absolute;
    right: 20px;
    top: 16px;
    width: 24px;
    height: 24px;
  }
  .checkout-content {
    display: contents;
  }
  .checkout-content > .content-block {
    order: 3;
    margin-bottom: unset;
  }
  .checkout-content .delivery-method-container {
    order: 1;
  }
  .checkout-content .promotion-wrapper-toggle {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #ebf7ee;
    padding: 12px 16px;
    position: sticky;
    bottom: 64px;
    z-index: 3;
  }
  .promotion-wrapper-toggle img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  .promotion-wrapper-toggle span {
    flex-grow: 1;
    font-size: 12px;
    line-height: 15.6px;
  }
  .promotion-wrapper-toggle i {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
  .promotion-content-wrapper .popup-container {
    padding: unset;
  }
  .promotion-content-wrapper .popup-container .popup-body {
    min-height: calc(100vh * 0.75);
    background-color: #f6f6f6;
    padding: unset;
    gap: 8px;
  }
  .promotion-content-wrapper .popup-container .popup-body .content-block > .title {
    pointer-events: none;
  }
  .promotion-content-wrapper .popup-container .popup-body .content-block > .title .tooltips,
  .promotion-content-wrapper .popup-container .popup-body .content-block > .title i {
    display: none;
  }
  .promotion-content-wrapper .popup-container .popup-body .content-block > .expand-content {
    display: flex !important;
  }
  .promotion-content-wrapper .popup-container .popup-body .e-Coupon-container .ecoupon-list .more-ecoupon .open-popup,
  .promotion-content-wrapper .popup-container .popup-body .e-Coupon-container .ecoupon-list.showAll .more-ecoupon {
    display: none;
  }
  .promotion-content-wrapper .popup-container .popup-body .e-Coupon-container .expand-content-wrapper .error,
  .promotion-content-wrapper .popup-container .popup-body .e-Coupon-container .ecoupon-list.showAll .ecoupon:nth-child(n + 4) {
    display: flex;
  }
  .promotion-content-wrapper .popup-container .popup-body .wrapper-tips {
    padding: 16px 20px;
    font-size: 13px;
    line-height: 19.5px;
  }
  .products-list-container:not(.empty) {
    padding: 24px;
  }
  .products-list-container .products-list {
    grid-template-columns: repeat(2, calc((100% - 16px) / 2));
  }
  .products-list-container .products-list .product-tile {
    background-color: #ffffff;
  }
  .buyAgain-container .buyAgain-block {
    padding: unset;
    background-color: unset;
  }
  .free-gift-remind .gift-reward-container .gift-reward-main > .swiper-scrollbar-container {
    display: block;
  }
  .free-gift-remind .gift-reward-container .gift-reward-top > .category-tag {
    padding: 0 20px;
  }
  .common-popup.checkout-mobile-popup .popup-container .popup-header {
    flex-direction: column-reverse;
    border-bottom: none;
    padding: 20px;
  }
  .common-popup.checkout-mobile-popup .popup-container .popup-header .title {
    line-height: 24px;
    text-align: center;
    width: 100%;
  }
  .common-popup.checkout-mobile-popup .popup-container .popup-header .subtitle {
    display: none;
  }
  .common-popup.checkout-mobile-popup .popup-container .popup-header .close-btn {
    position: unset;
    align-self: flex-end;
  }
  .checkout-mobile-popup .popup-body {
    padding: unset;
  }
  .create-cellar-list .select-cellar-form,
  .save-to-cellar .select-cellar-form {
    gap: unset;
    max-height: calc(100vh * 0.42);
  }
  .save-to-cellar .select-cellar-form .form-row.desktopOnly {
    display: none;
  }
  .save-to-cellar .select-cellar-form .form-row {
    padding: 0 20px;
    min-height: 48px;
    border-top: 1px solid #eceae6;
  }
  .save-to-cellar .select-cellar-form .form-row .custom-input.form-radio {
    width: 100%;
  }
  .save-to-cellar .select-cellar-form .form-row .custom-input.form-radio .select {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .checkout-mobile-popup .popup-body .btn-container {
    padding: 24px 20px 20px;
    width: 100%;
    margin: unset;
    border-top: unset;
  }
  .save-to-cellar .popup-body .btn-container {
    border-top: 1px solid #eceae6;
    gap: 24px;
  }
  .save-to-cellar .popup-body .btn-container .create-list-btn {
    border: none;
    height: auto;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #9d0229;
  }
  .save-to-cellar .popup-body .btn-container .create-list-btn i {
    border: 1px solid #eceae6;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .checkout-mobile-popup .popup-body .btn-container .close-btn {
    display: none;
  }
  .create-cellar-list .select-cellar-form .form-row {
    padding: 0 20px;
  }
  .common-popup.introduciotn-of-hde .popup-container {
    border-radius: 15px 15px 0 0;
  }
  .common-popup.introduciotn-of-hde .popup-body {
    gap: 16px;
    padding: 24px;
  }
  .common-popup.introduciotn-of-hde .popup-header .title-group {
    justify-content: center;
    white-space: pre-line;
  }
  .common-popup.introduciotn-of-hde .popup-container .popup-header {
    padding: 8px 24px;
  }
  .common-popup.introduciotn-of-hde .popup-container .popup-header .close-btn {
    position: absolute;
    top: 16px;
    right: 24px;
    width: 24px;
    height: 24px;
  }
  .common-popup.introduciotn-of-hde .description {
    text-align: center;
  }
  .introduciotn-of-hde .hde-step-container {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .introduciotn-of-hde .hde-step-container .step-arrow-1,
  .introduciotn-of-hde .hde-step-container .step-2,
  .introduciotn-of-hde .hde-step-container .step-arrow-2 {
    margin: unset;
  }
  .introduciotn-of-hde .hde-step-container .step-arrow-1 {
    transform: none;
  }
  .introduciotn-of-hde .hde-step-container .step-arrow-2 {
    transform: scaleX(-1);
  }
  .common-popup.cart-items-container-wrapper .title-container .hints,
  .common-popup.cart-items-container-wrapper .title-container .edit  {
    display: none;
  }
  .common-popup.cart-items-container-wrapper .popup-body,
  .common-popup.cart-items-container-wrapper .title-container {
    padding: unset;
  }
  .common-popup.cart-items-container-wrapper .title-container .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .common-popup.cart-items-container-wrapper .items-list {
    display: flex;
    flex-direction: column;
  }
  .common-popup.cart-items-container-wrapper .items-list .list-row.header {
    order: 2;
    padding: unset;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background-color: #ffffff;
    box-shadow: 2px -2px 5px 0px #cbcbcb66;
  }
  .common-popup.cart-items-container-wrapper .items-list .list-row.header .selector {
    margin: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    z-index: 3;
    width: 100%;
    padding: 18px 18px 34px;
  }
  .common-popup.cart-items-container-wrapper .items-list .list-row.header .select-count {
    display: block;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
  }
  .common-popup.cart-items-container-wrapper .items-list .list-row.header .select-count .count {
    font-weight: 600;
  }
  .common-popup.cart-items-container-wrapper .items-list .list-row.header .edit-control {
    position: unset;
    margin: unset;
    display: flex;
    gap: 12px;
    width: 100%;
  }
  .common-popup.cart-items-container-wrapper .items-list .list-row.header .edit-control > * {
    border: 1px solid #9d0229;
    height: 45px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }
  .common-popup.cart-items-container-wrapper .items-list .list-row.header .edit-control > * i {
    display: none;
  }
  .common-popup.cart-items-container-wrapper .items-list .list-row.header .edit-control .remove-btn {
    background-color: #9d0229;
    color: #ffffff;
  }
  .common-popup.cart-items-container-wrapper .items-list .list-row:not(.header):hover::before {
    content: unset;
  }
  .common-popup.cart-items-container-wrapper .items-list .list-row:not(.header) .list-col.quantity .quantity-counter {
    gap: 0.2em;
    padding: unset;
    border: none;
    width: auto;
    height: unset;
  }
  .common-popup.cart-items-container-wrapper .items-list .list-row:not(.header) .list-col.quantity .quantity-counter .value {
    font-size: unset;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    padding-bottom: 2px;
  }
  .common-popup.cart-items-container-wrapper .items-list .list-row:not(.header) .list-col.quantity .quantity-counter::before {
    content: "QTY:";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .myCart-content .your-items-container {
    padding: unset;
  }
  .your-items-container .title-container {
    padding: 12px 20px;
  }
  .your-items-container .items-list {
    padding: unset;
  }
  .your-items-container .items-list .list-row.header {
    margin: unset;
    padding: 0 16px;
    border: none;
  }
  .your-items-container .items-list .list-row.header .selector {
    grid-column: 1 / 3;
  }
  .your-items-container .items-list .list-row.header .list-col:not(.selector),
  .your-items-container .items-list .list-row .subtotal {
    display: none;
  }
  .your-items-container .items-list .list-row {
    grid-template-columns: 96px 1fr;
    gap: 0 12px;
    padding: 16px;
  }
  .your-items-container .items-list .list-row:not(.header) .list-col.quantity {
    grid-row: 2;
    grid-column: 2;
    padding: unset;
    min-height: unset;
    align-items: flex-start;
    margin-top: 12px;
  }
  .your-items-container .items-list .list-row .quantity .tips {
    top: 49px;
    transform: unset;
    right: unset;
    left: 0;
    max-width: calc(100vw - 140px);
  }
  .your-items-container .items-list .list-row .quantity .tips::before {
    left: 41px;
    right: unset;
  }
  .your-items-container .items-list .list-row:not(.header) .list-col.product {
    justify-content: flex-start;
    min-height: 98px;
  }
  .your-items-container .items-list .list-row .list-col .product-size {
    flex-grow: 1;
    margin: 2px 0 12px;
  }
  .your-items-container .items-list .list-row .list-col .product-name {
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .your-items-container .items-list .list-row .list-col .error {
    position: unset;
    transform: none;
    margin-top: 12px;
  }
  .your-items-container .items-list .list-row > .error {
    margin-top: 12px;
    grid-row: 3;
    grid-column: 1 / 3;
  }
  .your-items-container .title-container > .edit span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .products-list-container .products-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .products-list-container .products-list .product-tile {
    grid-template-columns: 112px calc(100% - 120px);
  }
  .products-list-container .add-btn {
    margin: 0 auto 24px;
  }
  .myCellar-container .myCellar-block {
    padding: unset;
  }
  .myCellar-container .myCellar-block > .title-container {
    padding: 24px;
  }
  .myCellar-container .myCellar-block .products-list-wrapper {
    margin-top: unset;
  }
  .myCellar-container .myCellar-block .products-list .product-tile {
    border-radius: unset;
    border: none;
    border-bottom: 1px solid #eceae6;
  }
  .common-popup.free-gift-remind .popup-container .popup-header {
    padding: 24px 24px 16px;
    gap: 16px;
    border: none;
  }
  .common-popup.free-gift-remind .popup-header .title-group {
    justify-content: center;
  }
  .common-popup.free-gift-remind .popup-header .title-group .close-btn {
    display: none;
  }
  .common-popup.free-gift-remind .popup-header .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
  }
  .myCart-content .gift-reward-container {
    margin-top: unset;
  }
  .free-gift-remind .popup-header .subtitle {
    width: calc(100% + 8px);
    text-align: center;
    background: #f6f6f6;
    padding: 8px 16px;
    margin: 0 -4px;
    font-size: 14px;
    line-height: 21px;
    color: #3e3e3e;
  }
  .free-gift-remind .popup-header .subtitle span {
    font-weight: 700;
  }
  .free-gift-remind
    .gift-reward-container
    .gift-reward-main
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .product-tile
    .product-detail
    > .footer
    > .add {
    transform: scale(0.714285714);
    transform-origin: right bottom;
  }
  .free-gift-remind .custom-input.form-check label {
    border: 1px solid #eceae6;
    padding: 24px 36px 24px 16px;
    width: 100%;
    border-radius: 5px;
    height: auto;
  }
  .free-gift-remind .custom-input.form-check label .form-check-input {
    left: unset;
    right: 16px;
    transform: scale(0.833333333) translateX(-26px);
  }
  .free-gift-remind .popup-body .btn-container {
    padding: unset;
    border: none;
  }
  .free-gift-remind .gift-reward-container {
      width: calc(100% + 48px);
      margin: 0 -24px;
  }
  .free-gift-remind .btn-container .checkout-btn {
    max-width: 100%;
  }
  .common-popup.delivery-method-oos .popup-container .popup-header {
    border: none;
  }
  .common-popup.delivery-method-oos .popup-container .popup-body {
    gap: 16px;
    padding-top: unset;
  }
  .tab-content.show {
    display: flex;
  }
  .common-popup.confirm-delete-item .popup-container .popup-header {
    padding: 24px 20px;
  }
  .confirm-delete-item .popup-body {
    padding-top: unset;
  }
  .confirm-delete-item .popup-body .btn-container {
    padding-top: unset;
    padding-bottom: 8px;
    flex-direction: column;
    border: none;
  }
}

@media screen and (max-width: 1024px) {  
  .checkout-content .content-block .delivery-list .delivery-item .item-detail .tooltip-btn {
    margin: 4px 2px;
  }
}