.add-gift {
  cursor: pointer;
}

.container-cart .woocommerce-message {
  text-align: left !important;
}
.container-cart .woocommerce-message a {
  color: black;
  text-decoration: underline;
}

.gift-in-cart-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000 !important;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}

@media all and (min-width: 1000px) {
  .gift-in-cart-popup-overlay {
    overflow: hidden;
  }
}
#gift-in-cart-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  max-width: 100%;
  width: 900px !important;
  z-index: 999999999;
  padding: 20px;
  border-radius: 6px;
}
@media (max-width: 768px) {
  #gift-in-cart-popup {
    padding: 20px 12px;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
#gift-in-cart-popup .gift-in-cart-product .add-to-cart-wrapper a {
  width: 100%;
  gap: 3px;
  background: transparent;
  border: 1px solid #111;
  color: #111;
}
@media (max-width: 768px) {
  #gift-in-cart-popup .gift-in-cart-product .add-to-cart-wrapper a {
    margin-top: 20px;
  }
}
#gift-in-cart-popup .gift-in-cart-product .add-to-cart-wrapper a:focus, #gift-in-cart-popup .gift-in-cart-product .add-to-cart-wrapper a:hover, #gift-in-cart-popup .gift-in-cart-product .add-to-cart-wrapper a:active {
  border: 1px solid #5378ab;
  background: #5378ab;
  color: #fff;
}
#gift-in-cart-popup #gift-in-cart-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #gift-in-cart-popup #gift-in-cart-popup-close {
    top: 8px;
    right: 14px;
  }
}
#gift-in-cart-popup .gift-in-cart-message {
  color: #000;
  font-family: "rationaldisplay-book";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
  background: transparent;
}
#gift-in-cart-popup .gift-in-cart-message .message-check {
  margin-right: 8px;
}
#gift-in-cart-popup .gift-in-cart-buttons {
  margin-bottom: 0;
  gap: 16px;
}
@media (max-width: 575px) {
  #gift-in-cart-popup .gift-in-cart-buttons {
    flex-direction: column;
  }
}
#gift-in-cart-popup .gift-in-cart-buttons .btn {
  display: flex;
  width: 100%;
  height: 44px;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 50px;
  text-align: center;
  font-family: "rationaldisplay-book";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
#gift-in-cart-popup .gift-in-cart-buttons #gift-in-cart-go-to-cart {
  border: 1px solid #FC634F;
  border-radius: 6px;
  background: var(--Vibrant-Chic, #FC634F);
  color: #fff;
}
#gift-in-cart-popup .gift-in-cart-buttons #gift-in-cart-go-to-cart:hover, #gift-in-cart-popup .gift-in-cart-buttons #gift-in-cart-go-to-cart:focus {
  background-color: #fff;
  color: #111;
}
#gift-in-cart-popup .gift-in-cart-buttons #gift-in-cart-continue-shopping {
  background-color: transparent;
  color: #000;
  border-radius: 6px;
  border: 1px solid var(--Darker-Peach-Bliss, #F0CAC1);
}
#gift-in-cart-popup .gift-in-cart-buttons #gift-in-cart-continue-shopping:hover, #gift-in-cart-popup .gift-in-cart-buttons #gift-in-cart-continue-shopping:focus {
  background-color: #111;
  color: #fff;
  background: var(--Vibrant-Chic, #F0CAC1);
}
#gift-in-cart-popup .gift-in-cart-products-heading h3 {
  color: #111;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #gift-in-cart-popup .gift-in-cart-products-heading h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#gift-in-cart-popup #gift-in-cart-products-list {
  gap: 20px;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #gift-in-cart-popup #gift-in-cart-products-list {
    overflow-x: scroll;
    gap: 12px;
    display: flex !important;
  }
}
#gift-in-cart-popup #gift-in-cart-products-list .gift-in-cart-product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  #gift-in-cart-popup #gift-in-cart-products-list .gift-in-cart-product {
    gap: 0;
    min-width: 164px;
  }
}
#gift-in-cart-popup #gift-in-cart-products-list .gift-in-cart-product .img-cross {
  background: var(--Healing-Haze, #F2F5F8);
  width: 100%;
  margin-bottom: 20px;
  border-radius: 0;
  border: none !important;
  aspect-ratio: 234/288;
  -o-object-fit: contain;
     object-fit: contain;
}
#gift-in-cart-popup #gift-in-cart-products-list .gift-in-cart-product .bottom-bar {
  display: flex;
  justify-content: space-between;
}
#gift-in-cart-popup #gift-in-cart-products-list .gift-in-cart-product .bottom-bar .product-name-cross,
#gift-in-cart-popup #gift-in-cart-products-list .gift-in-cart-product .bottom-bar .price-cross {
  color: #111;
  font-family: "rationaldisplay-book";
  margin-bottom: 4px;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
#gift-in-cart-popup #gift-in-cart-products-list .gift-in-cart-product .product-slogan-cross {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #111;
  font-family: "rationaldisplay-book";
  margin-bottom: 0;
}
#gift-in-cart-popup #gift-in-cart-products-list .gift-in-cart-product .gift-in-cart-products-list-cross-btn {
  margin-top: 20px;
  display: flex;
  width: 234px;
  height: 44px;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #000;
  font-family: "rationaldisplay-book";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  background: #fff;
  text-transform: none;
}
#gift-in-cart-popup #gift-in-cart-products-list .gift-in-cart-product .gift-in-cart-products-list-cross-btn:hover, #gift-in-cart-popup #gift-in-cart-products-list .gift-in-cart-product .gift-in-cart-products-list-cross-btn:focus {
  background: #000;
  color: #fff;
}
@media all and (max-width: 1000px) {
  #gift-in-cart-popup #gift-in-cart-products-list .gift-in-cart-product .gift-in-cart-products-list-cross-btn {
    width: 150px;
    display: flex;
    flex-direction: column;
    gap: 0;
    line-height: 16px;
    font-size: 13px;
  }
  #gift-in-cart-popup #gift-in-cart-products-list .gift-in-cart-product .img-cross {
    width: 100%;
  }
}

#gift-in-cart-popup #gift-in-cart-popup-close {
  position: absolute;
  top: 30px !important;
  right: 20px;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
#gift-in-cart-popup #gift-in-cart-popup-close svg {
  width: 100% !important;
  height: 100% !important;
}
#gift-in-cart-popup .gift-in-cart-message {
  width: 93%;
  color: #fff;
  background: #13AB86 !important;
  padding: 12px 12px 12px 18px;
  border-radius: 6px;
  text-align: left;
}
@media (max-width: 992px) {
  #gift-in-cart-popup .gift-in-cart-message {
    width: 88%;
  }
}
#gift-in-cart-popup .gift-in-cart-products-heading {
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  /* 100% */
}/*# sourceMappingURL=gift-in-cart-popup.css.map */