/******* Desigual Logos ********/
@-webkit-keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.product-set-looks-image {
  position: -webkit-sticky;
  position: sticky;
  top: 68px; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .product-set-looks-image .embed-responsive {
      position: relative !important;
      top: auto !important; } }
  @media (max-width: 991.98px) {
    .product-set-looks-image {
      max-height: calc(100vh - 148px); } }
  @media (min-width: 576px) {
    .product-set-looks-image {
      top: 89px; } }
  @media (min-width: 992px) {
    .product-set-looks-image {
      position: relative;
      top: auto; }
      .product-set-looks-image .embed-responsive {
        position: -webkit-sticky;
        position: sticky;
        top: 89px; } }

.set-item.product-detail .price .price-discount {
  position: absolute;
  left: 1rem;
  top: 1rem; }

.set-item .details-actions {
  max-width: 21rem; }

.set-item .image-product {
  width: 153px; }
  @media (min-width: 576px) {
    .set-item .image-product {
      width: 188px; } }
  @media (min-width: 992px) {
    .set-item .image-product {
      width: 153px; } }
  @media (min-width: 1200px) {
    .set-item .image-product {
      width: 188px; } }
