/** Shopify CDN: Minification failed

Line 136:6 Unexpected "-"
Line 139:4 Expected ":"
Line 143:4 Expected ":"
Line 314:10 Unexpected "-"
Line 323:7 Unexpected "-"

**/
.halo-popup {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    height: auto;
    z-index: 102;
    width: 100%;
    max-width: calc(100% - 30px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: #fff;
    box-shadow: 0 6px 27px #0003;
    transition: opacity .3s, transform .35s ease, visibility .35s ease;
    transform: translate3d(calc(-50% - 10px), -50%, 0);
}

@media (min-width: 768px) {
    .halo-popup {
        max-width: 720px;
    }
}

#halo-recently-viewed-popup .recently-viewed-icon, .halo-notification-popup, .halo-newsletter-popup, #halo-button-popup {
    background-color: #fff !important;
}

.halo-notification-popup {
    position: initial;
    width: 100%;
    max-width: 100%;
    transition: transform .6s ease, visibility .6s ease;
    overflow: visible;
    box-shadow: 0 2px 5px #0000001f;
}

.halo-notification-popup.is-active {
    transform: translateZ(0) !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

@media screen and (min-width: 551px) {
    .halo-notification-popup {
        max-width: 368px !important;
        bottom: 15px;
    }
}

.halo-notification-popup.halo-popup-right {
    transform: translate3d(100px, 0, 0);
}

@media screen and (min-width: 551px) {
    .halo-notification-popup.halo-popup-right {
        left: auto;
        right: 15px;
        transform: translate3d(1000px, 0, 0);
    }
}

.halo-notification-popup.halo-popup-left {
    transform: translate3d(-100px, 0, 0);
}

@media screen and (min-width: 551px) {
    .halo-notification-popup.halo-popup-left {
        left: 15px;
        transform: translate3d(-1000px, 0, 0);
    }
}

.footbar-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  line-height: 0;
  transition: all .3s ease;
  --font-weight-normal: 400;
  --font-body-size: 14px;
  --body-letter-spacing: 0;
  --body-line-height: 16px;
}

.sticky-toolbar-mobile .footbar-fixed {
  bottom: 60px;
}

@media (min-width: 551px) {
  .footbar-fixed {
    left: 15px;
    right: auto;
    bottom: 15px;
  }
}

.footbar-fixed .footbar-fixed-left, .footbar-fixed .footbar-fixed-right {
  line-height: 22px;
  display: inline-block;
}

.footbar-fixed-left {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s ease;
}

@media (min-width: 1025px) {
  .footbar-fixed-left {
    position: fixed;
    left: 15px;
    right: auto;
    bottom: 15px;
    z-index: 10;
    width: auto;
  }
}

.halo - notification - popup {
	position: initial;
	width: 100 %;
	max - width: 100 %;
	transition: transform .6 s ease,
		visibility .6 s ease;
	overflow: visible;
	box - shadow: 0 2 px 5 px #0000001f
}

.halo-notification-popup .customPopup-close {
	width: 28px;
	height: 28px;
	padding: 7px;
	background: var(--color-text);
	top: -1px;
	right: 0;
    position: absolute;
}

.halo-notification-popup .customPopup-close svg {
	fill: var(--color-white)
}

.product-suggest {
	font-size: 0;
	letter-spacing: 0;
	overflow: hidden
}

.product-suggest .product-image {
	display: inline-block;
	vertical-align: top;
	width: 75px;
	height: 100px;
	position: relative;
	overflow: hidden;
	padding: 10px 0 10px 10px
}

.product-suggest .product-image svg {
	display: block;
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 24px;
	fill: var(--color-white);
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

.product-suggest .product-image img {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.product-suggest .product-info {
	padding: 14px 35px 9px 19px;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 75px)
}

.product-suggest .product-info .text {
	margin-bottom: 6px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	color: var(--color-text2);
	font-weight: var(--font-weight-normal);
	font-size: var(--font-body-size);
	line-height: calc(var(--font-body-size) + 8px);
	letter-spacing: var(--body-letter-spacing)
}

.product-suggest .product-info .product-name {
	display: inline;
	color: var(--color-text);
	font-size: var(--font-body-size);
	line-height: var(--body-line-height)
}

.product-suggest .product-info .info {
	display: inline
}

.product-suggest .product-info .text .word {
	font-weight: var(--font-weight-normal);
	color: var(--color-text2);
	display: inline;
	font-size: var(--font-body-size)
}

.product-suggest .product-info .time {
	display: block;
	letter-spacing: var(--body-letter-spacing);
	color: var(--color-text2);
	margin-top: 7px
}

.halo-notification-popup.is-active {
	transform: translateZ(0) !important;
	opacity: 1;
	visibility: visible;
	pointer-events: auto
}

.halo-notification-popup.halo-popup-left {
	transform: translate3d(-100px, 0, 0)
}

.halo-notification-popup.halo-popup-right {
	transform: translate3d(100px, 0, 0)
}

notification-popup {
  border-radius: 6px;
}

@media (max-width: 767px) {
	.halo-notification-popup {
		display: none
	}

	.halo-notification-popup.show_someone_purchase_mobile {
		display: block
	}
}

@media screen and (min-width: 551px) {
	.halo-notification-popup {
		max-width: 368px !important;
		bottom: 15px;
	}

	.halo-notification-popup .customPopup-close {
		top: 10px;
		right: 10px;
      
	}

	.halo-notification-popup.halo-popup-left {
		left: 15px;
		transform: translate3d(-1000px, 0, 0)
	}

	.halo-notification-popup.halo-popup-right {
		left: auto;
		right: 15px;
		transform: translate3d(1000px, 0, 0)
	}
}

@media screen and (min-width: 1025px) {
	.product-suggest .product-image:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 3;
		opacity: 0;
		visibility: hidden;
		background: # 0000004 d;
		transition: var (--anchor - transition)
	}

	.product - suggest.product - image: hover: before,
	.product - suggest.product - image: hover svg {
		opacity: 1;
		visibility: visible
	}
}

@media(min - width: 768 px) and(max - width: 1024 px) {

	.halo - notification - popup.halo - popup - left,
	.halo - notification - popup.halo - popup - right {
		transform: translate3d(-100 px, 0, 0)
	}
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/component-someone-purchase.css.map?v=64083373364020061741739333278 */