/** Shopify CDN: Minification failed

Line 176:11 Expected identifier but found whitespace
Line 176:18 Unexpected ";"

**/
vt-wishlist-page {
  text-align: center;
}
vt-wishlist-page .wishlist-header {
  display: flex;
  align-items: center;
  justify-content: center;
}
vt-wishlist-page .wishlist-row-first {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
vt-wishlist-page .bulk-wishlist-to-cart {
  cursor: pointer;
  padding: 5px 3rem;
  margin: 10px;
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
  display: flex;
  align-items: center;
  justify-content: center;
}
vt-wishlist-page .compare-at-price{
  text-decoration: line-through;
}
vt-wishlist-page .product-details {
  padding: 10px;
  max-width: 100%;
  text-align:left;
}
vt-wishlist-page select.variantoptions {
  max-width: 100%;
  font-size: 17px;
  margin: 0 0 10px;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:100%;
  position: relative;
}
select.variantoptions.select-hide {
  visibility: hidden;
  opacity: 0;
}
vt-wishlist-page .wishlist-loader .spinner{
  stroke: #000;
  animation: rotator 1.4s linear infinite;
}
vt-wishlist-page .spinner{
  max-width:100px;
  width:100px;
}
vt-wishlist-page .vendor {
  margin-bottom: 9px;
  /* font-size: 14px;
  text-transform: uppercase; */
}
vt-wishlist-page .w-product-card .image, vt-wishlist-page .w-product-card figure {
  background-color: #00000005;
  border-radius: 16px;
  cursor:pointer;
}
vt-wishlist-page img{
  mix-blend-mode: multiply;
}
vt-wishlist-page .product-title {
  font-weight: 600;
  font-size: 15.75px;
  margin-bottom:3px;
}
vt-wishlist-page .wishlist-loader{
  display: flex;
  align-items: center;
  justify-content: center;
}
vt-wishlist-page  .w-product-card {
  position: relative;
}
vt-wishlist-page .remove-wishlist {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  padding: 10px;
  z-index: 100;
  background-color: none;
  cursor: pointer;
}
vt-wishlist-page .remove-wishlist svg {
  width: 15px;
  height: 15px;
}
vt-wishlist-page .loading-overlay__spinner {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
vt-wishlist-page .loading-overlay__spinner .spinner{
  animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
vt-wishlist-page .path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}
vt-wishlist-page form{
  position: relative;
}
vt-wishlist-page .view-cart-btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
}
vt-wishlist-page .vt-wishlist-product-grid{
  display: grid;
  grid-gap: 2em 1em;
  grid-template-columns: repeat(4, 1fr);
}
vt-wishlist-page .image.image-square {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
/* vt-wishlist-page .image.image-portrait{
  position: relative;
  /* padding-top: 120%; */
  overflow: hidden;
} */
vt-wishlist-page .image.image-square img, vt-wishlist-page .image.image-portrait img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center center;
}
vt-wishlist-page .image.image-square img{
  object-fit: contain;
  max-height: 100%;
}
vt-wishlist-page .image.image-portrait img{
  min-height: 100%;
}
vt-wishlist-page .hidden{
  display: none;
}
vt-wishlist-page .quick-add__submit, vt-wishlist-page .view-cart-btn{
  padding: 5px 20px;
  width: 100%;
}
vt-wishlist-page .price-container {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 13.125px;
}

vt-wishlist-page .compare-at-price {
  margin-left: 10px;
}
vt-wishlist-page .vt-wishlist-product-grid{
  grid-template-columns: repeat(var(--wishlist-page-desktop-columns), 1fr);
}
vt-wishlist-page .wishlist-row-first.bulk-hide, vt-wishlist-page .hide_vendor, vt-wishlist-page .hide_form {
  display: none;
  opacity: 0;
}
figure.product-item__image-figure {
    padding-top: 120%;
  position:relative;
}
.w-product-card a {
    z-index: 97;
  cursor:pointer;
}
.css-slide img {
    opacity: 0;
      position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.css-slide.css-slide-active img{
    opacity: 1;
}
p.guest-customer-msg a {
    text-decoration: underline;
    font-weight: bold;
}
a.product-title-anchor {
    margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  vt-wishlist-page .vt-wishlist-product-grid{
    display: grid;
    grid-gap: 2em 1em;
    grid-template-columns: repeat(1, 1fr);
    grid-template-columns: repeat( var(--wishlist-page-mobile-columns), minmax(auto, calc(var(--wishlist-page-mobile-column-percent) - 0.5em)) );
  }
}
@media screen and (min-width: 768px) and (max-width:1024px) {
  vt-wishlist-page .vt-wishlist-product-grid{
    display: grid;
    grid-gap: 2em 1em;
    grid-template-columns: repeat(2, 1fr);
  }
}