.upsell-popup {
  background: rgba(0, 0, 0, 0.672);
  cursor: pointer;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0;
  padding: 15px;
  transition: all 0.4s;
  visibility: hidden;
}
@media screen and (max-width: 989px) {
  .upsell-popup {
    align-items: normal;
    padding: 0;
  }
}
.upsell-popup__wrapper {
  background: #fff;
  border-radius: 10px;
  cursor: auto;
  max-height: 100%;
  max-width: 938px;
  overflow: auto;
  padding: 44px 48px 30px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 989px) {
  .upsell-popup__wrapper {
    margin-top: auto;
    max-height: 853px;
    max-height: 90%;
    max-width: none;
    min-height: 600px;
    padding: 13px 11px;
    transform: translateY(100%);
    transition: all 0.4s;
    width: 100%;
  }
}
.upsell-popup__title {
  color: #474747;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 44px;
  text-align: center;
}
@media screen and (max-width: 989px) {
  .upsell-popup__title {
    display: none;
  }
}
.upsell-popup .upsell-current-prod {
  display: none;
}
@media screen and (max-width: 989px) {
  .upsell-popup .upsell-current-prod {
    align-items: center;
    display: flex;
    gap: 0 34px;
    justify-content: center;
    margin-bottom: 53px;
    position: relative;
  }
  .upsell-popup .upsell-current-prod:after {
    background: #ccc;
    bottom: -15px;
    content: "";
    display: block;
    height: 1px;
    left: -11px;
    position: absolute;
    width: calc(100% + 22px);
  }
  .upsell-popup .upsell-current-prod .image {
    height: 110px;
    width: 82px;
  }
  .upsell-popup .upsell-current-prod .image img {
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .upsell-popup .upsell-current-prod .title,
  .upsell-popup .upsell-current-prod .variant {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 6px;
  }
  .upsell-popup .upsell-current-prod .variant {
    font-weight: 400;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .upsell-popup .upsell-current-prod {
    justify-content: flex-start;
  }
}
.upsell-popup__close {
  height: 18px;
  position: absolute;
  right: 22px;
  top: 20px;
  width: 18px;
}
@media screen and (max-width: 989px) {
  .upsell-popup__close {
    height: 14px;
    left: 50%;
    top: 6px;
    transform: translateX(-50%);
  }
}
.upsell-popup__close svg {
  height: 100%;
  width: 100%;
}
.upsell-popup__close svg:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 989px) {
  .upsell-popup__close svg:nth-of-type(2) {
    display: block;
  }
  .upsell-popup__close svg:first-of-type {
    display: none;
  }
}
.upsell-popup .mob-title {
  display: none;
}
@media screen and (max-width: 989px) {
  .upsell-popup .mob-title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 36px;
  }
}
.upsell-popup__content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}
@media screen and (max-width: 767px) {
  .upsell-popup__content {
    gap: 8px;
  }
}
.upsell-popup__ctas {
  align-items: center;
  display: flex;
  gap: 0 12px;
  margin-top: 26px;
}
@media screen and (max-width: 989px) {
  .upsell-popup__ctas {
    display: grid;
    gap: 0 12px;
    grid-template-columns: 1fr 1.5fr;
    margin-top: 23px;
  }
}
.upsell-popup__cancel,
.upsell-popup__submit {
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  line-height: 30px;
  transition: all 0.4s;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 10px 10px;
  text-align: center;
}
@media screen and (max-width: 989px) {
  .upsell-popup__cancel,
  .upsell-popup__submit {
    font-size: 14px;
    line-height: 16px;
    padding: 18px 3px;
  }
}
@media screen and (max-width: 375px) {
  .upsell-popup__cancel,
  .upsell-popup__submit {
    font-size: 13px;
  }
}
.upsell-popup__submit {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
@media screen and (min-width: 989px) {
  .upsell-popup__submit:hover {
    background: #181818;
  }
}
.upsell-popup__cancel {
  border: 1px solid #707070;
  color: #000;
}
@media screen and (min-width: 989px) {
  .upsell-popup__cancel:hover {
    background: #efefef;
  }
}
.upsell-popup .upsell-item-popup {
  cursor: pointer;
  display: flex;
  gap: 0 20px;
  width: calc(50% - 6px);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 2px solid #efefef;
  border-radius: 13px;
  position: relative;
}
.upsell-popup .upsell-item-popup.disabled {
  opacity: 0.7;
  pointer-events: none !important;
}
.upsell-popup .upsell-item-popup.disabled .swiper-button-next,
.upsell-popup .upsell-item-popup.disabled .swiper-button-prev {
  display: none;
}
@media screen and (max-width: 989px) {
  .upsell-popup .upsell-item-popup {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .upsell-popup .upsell-item-popup {
    gap: 0 11px;
    width: 100%;
  }
}
.upsell-popup .upsell-item-popup .checkmark-element {
  align-items: center;
  background: #0071e3;
  border-radius: 50%;
  display: flex;
  height: 20px;
  width: 20px;
  justify-content: center;
  opacity: 0;
  position: absolute;
  right: -6px;
  top: -6px;
  visibility: hidden;
 
}

.upsell-popup .upsell-item-popup .checkmark-element svg {
  height: 15px;
  width: 15px;
}

@media screen and (max-width: 989px) {
  .upsell-popup .upsell-item-popup .checkmark-element {
  right: -4px;
  top: -4px;
  height: 17px;
  width: 17px;
  }
  .upsell-popup .upsell-item-popup .checkmark-element svg {
  height: 12px;
  width: 12px;
}
}

.upsell-popup .upsell-item-popup.checked {
  border-color: #0071e3;
}
.upsell-popup .upsell-item-popup.checked .checkmark-element {
  opacity: 1;
  visibility: visible;
}
.upsell-popup .upsell-item-popup .swiper {
  border-radius: 13px;
  max-width: 192px;
  min-width: 192px;
  width: 100%;
}
@media screen and (max-width: 989px) {
  .upsell-popup .upsell-item-popup .swiper {
    border-radius: 8px;
    max-width: 150px;
    min-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .upsell-popup .upsell-item-popup .swiper {
    max-width: 192px;
    min-width: 192px;
  }
}
@media screen and (max-width: 375px) {
  .upsell-popup .upsell-item-popup .swiper {
    max-width: 160px;
    min-width: 160px;
  }
}
.upsell-popup .upsell-item-popup .swiper .absolute-img:before {
  padding-top: 133.334%;
}
.upsell-popup .upsell-item-popup .swiper .upsell-popup-button-swiper {
  width: 16px;
}
.upsell-popup
  .upsell-item-popup
  .swiper
  .upsell-popup-button-swiper.swiper-button-next {
  right: 0;
}
.upsell-popup
  .upsell-item-popup
  .swiper
  .upsell-popup-button-swiper.swiper-button-prev {
  left: 0;
}
.upsell-popup .upsell-item-popup .swiper .upsell-popup-button-swiper:after {
  color: #000;
  font-size: 16px;
}
.upsell-popup .upsell-item-popup .select-wrap {
  position: relative;
  width: 100%;
}
.upsell-popup .upsell-item-popup .select-wrap:after {
  background: url(/cdn/shop/files/chevron.svg?v=1732295267);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 13px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
}
.upsell-popup .upsell-item-popup__select {
  -webkit-appearance: none !important;
  border: 1px solid #585858;
  border-radius: 7px;
  color: #000;
  cursor: pointer;
  display: block;
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  height: auto;
  line-height: 15px;
  line-height: 1 !important;
  max-width: 100%;
  overflow: hidden !important;
  padding: 13px 33px 13px 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.upsell-popup .upsell-item-popup__content {
  display: flex;
  flex-direction: column;
  padding: 20px 10px 10px 0;
  width: 100%;
}
.upsell-popup .upsell-item-popup__content .title {
  color: #161616;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 6px;
}
.upsell-popup .upsell-item-popup__content .stamped-product-reviews-badge {
  display: inline-flex;
}
.upsell-popup
  .upsell-item-popup__content
  .stamped-product-reviews-badge
  .stamped-badge,
.upsell-popup
  .upsell-item-popup__content
  .stamped-product-reviews-badge
  .stamped-badge-starrating,
.upsell-popup .upsell-item-popup__content .stamped-product-reviews-badge i {
  color: #deb019 !important;
  display: inline-flex;
}
.upsell-popup
  .upsell-item-popup__content
  .stamped-product-reviews-badge
  i:before {
  font-size: 12px !important;
}
.upsell-popup
  .upsell-item-popup__content
  .stamped-product-reviews-badge
  .stamped-badge-caption {
  color: #707070;
  font-size: 7px;
  line-height: 9px;
}
.upsell-popup .upsell-popup__footer {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 989px) {
  .upsell-popup .upsell-popup__footer {
    margin-top: 42px;
  }
}
.upsell-popup .upsell-popup__footer div {
  align-items: center;
  display: flex;
  gap: 0 10px;
  justify-content: space-between;
}
.upsell-popup .upsell-popup__footer span {
  font-size: 13px;
  line-height: 15px;
}
.upsell-popup .upsell-popup__footer .pretotal span {
  color: #616161;
}
.upsell-popup .upsell-popup__footer .pretotal span.value {
  text-decoration: line-through;
}
.upsell-popup .upsell-popup__footer .sale span {
  color: #e53434;
}
.upsell-popup .upsell-popup__footer .total span {
  color: #000;
}
.upsell-popup .select-wrap {
  margin-top: 20px;
}
.upsell-popup .product-prices {
  align-items: center;
  display: flex;
  gap: 0 8px;
  margin-top: 20px;
  white-space: nowrap;
}
.upsell-popup .product-prices .compare,
.upsell-popup .product-prices .origin {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
}
.upsell-popup .product-prices .compare {
  color: #8f8f8f;
  text-decoration: line-through;
}
.upsell-popup .product-prices .compare:not(.show-item) {
  display: none;
}
.upsell-popup .product-prices .origin.has-compare {
  color: #e72e34;
}
body.show-product-upsell-popup {
  overflow: hidden;
}
body.show-product-upsell-popup .upsell-popup.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 989px) {
  body.show-product-upsell-popup .upsell-popup__wrapper {
    transform: translateY(0);
  }
}
