[data-theme='glossybox'] .strip-banner.stripBanner {
  color: black;

  span {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.4px;
  }

  &:hover {
    background-color: #e64361;
  }
}

[data-theme='glossybox'] .customWidgetMargin {
  margin-bottom: 20px;
  margin-top: 20px;
}

[data-theme='glossybox'] .associated-products .product-data {
  display: flex;
  flex-direction: column;
}

[data-theme='glossybox'] .associated-products .product-data .product-item-title {
  order: 1;
}


[data-theme='glossybox'] .associated-products .product-data a {
  flex-direction: column;
  margin-top: 0;
  order: 3;
}

[data-theme='glossybox'] .associated-products .product-data .product-item-price-wrapper {
  order: 2;
}