/** Shopify CDN: Minification failed

Line 119:6 Unexpected "{"
Line 119:15 Expected ":"

**/
.iwp {
  display: flex;
  flex-direction: column;
}

.iwp__item {
  position: relative;
}

.iwp__media {
  display: block;
}

.iwp__image {
  width: 100%;
  display: block;
}

.iwp__card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 343px;
  width: 100%;
}

.iwp__media img {
  width: 100%;
}

.iwp__card .product-card {
    padding: 8px;
    background: white;
    border-radius: 8px;
}
.iwp__card .product-card--standard .product-card__media :is(.media,.flickity-viewport,.product-card__model) {
    border-radius: 4px;
}
.iwp .product-card__content {
    padding-top: 16px;
    padding-bottom: 8px;
}

.iwp .quick-add {
  display: none;
}

.iwp .product-card__title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.iwp .product-card__details {
    gap: 4px;
}

.iwp .price__regular,
.iwp .price {
    color: #4C4C4C;
    font-size: 14px;
}

.iwp .product-card__bottom {
    padding-top: 12px;
}

.iwp .swatches--variant .color-swatch.with-image {
    width: 38px;
    height: 44px;
}

.swatches.swatches--square.swatches--variant {
    gap: 8px;
}

.iwp .badges .badge {
    padding: 3px 8px;
    font-size: 10px;
    line-height: 14px;
    background: #586872;
    font-weight: 400;
}

.iwp .badges {
    inset-block-start: 8px;
    inset-inline-start: 8px;
}

.iwp .iwp__produts-rating {
    position: absolute;
    right: 20px;
    top: 16px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    padding: 4px 12px;
    z-index: 1;
}

.iwp .iwp__produts-rating-value p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    margin: 0;
}


.iwp-{{ section.id }} .iwp .quick-view__button{
    top: 40px;
}

@media (min-width: 768px) {
  .iwp .badges .badge {
    padding: 4px 12px;
    font-size: 12px;
    line-height: 16px;
}

  .iwp {
    flex-direction: row;
  }

  .iwp__item {
  position: relative;
  width: 50%;
}

  .iwp__card {
    max-width: 200px;
  }

  .iwp .product-card__details {
    gap: 4px;
    flex-direction: column;
}
}

@media (min-width: 1024px) {
  .iwp__card {
    max-width: 318px;
  }
}
