.shop-the-look {
  font-family: "Roboto", sans-serif; }
  .shop-the-look .products-expanded-block {
    text-align: -webkit-right; }
  .shop-the-look .open-modal {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 32px;
    width: 135px;
    border-radius: 100px;
    padding: 8px 17px;
    text-transform: uppercase;
    color: #000 !important;
    background-color: #fff;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    letter-spacing: -0.5px;
    font-size: 13px;
    font-weight: 700;
    line-height: 17.25px; }
    @media (max-width: 768.98px) {
      .shop-the-look .open-modal {
        font-size: 11px;
        line-height: 12.65px;
        height: 28px;
        width: 110px;
        padding: 7px 14px;
        min-width: 110px; } }
  .shop-the-look .choose-size:not([disabled])::before,
  .shop-the-look .add-to-cart-STL:not([disabled])::before,
  .shop-the-look .open-modal:not([disabled])::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #fff, transparent);
    transition: left 1s ease; }
  .shop-the-look .add-to-cart-STL:not([disabled])::before {
    background: linear-gradient(to right, #000, transparent); }
  .shop-the-look .choose-size:not([disabled]):hover::before,
  .shop-the-look .add-to-cart-STL:not([disabled]):hover::before,
  .shop-the-look .open-modal:not([disabled]):hover::before {
    left: 100%; }
  .shop-the-look .stl-dark {
    color: #fff !important;
    background-color: #000 !important; }
  .shop-the-look .stl-dark:not([disabled])::before {
    background: linear-gradient(to right, #000, transparent); }
  .shop-the-look .image-container-stl {
    overflow: hidden; }
    .shop-the-look .image-container-stl .tile-image-stl {
      background-color: #ebe9e3;
      transition: opacity 0.3s ease-in-out; }
      .shop-the-look .image-container-stl .tile-image-stl[data-packshot="true"] {
        padding: 10% 8%; }
    .shop-the-look .image-container-stl .tile-hover-image-stl {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      visibility: hidden; }
    .shop-the-look .image-container-stl .image-button-prev-stl,
    .shop-the-look .image-container-stl .image-button-next-stl {
      background: none;
      color: inherit;
      border: none;
      padding: 0;
      font: inherit;
      cursor: pointer;
      outline: inherit;
      cursor: pointer;
      position: absolute;
      top: calc(50% - 8px);
      height: 16px;
      width: 16px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
    .shop-the-look .image-container-stl .image-button-next-stl {
      right: 15px;
      transform: rotate(-90deg); }
      .shop-the-look .image-container-stl .image-button-next-stl img {
        height: 100%;
        width: 100%; }
    .shop-the-look .image-container-stl .image-button-prev-stl {
      left: 15px;
      transform: rotate(90deg); }
      .shop-the-look .image-container-stl .image-button-prev-stl img {
        height: 100%;
        width: 100%; }
    .shop-the-look .image-container-stl .colors-stl {
      position: absolute;
      right: 0;
      bottom: 0;
      font-size: 24px;
      padding: 1rem;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 11px;
      letter-spacing: -0.03em;
      text-transform: uppercase;
      color: #8d8d8d !important;
      opacity: 56%; }
  .shop-the-look .image-container-gallery-stl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    transition: transform 0.5s ease-in-out; }
    .shop-the-look .image-container-gallery-stl .image-block-stl {
      height: 100%;
      min-width: 100%; }
  .shop-the-look .modal .content {
    z-index: 1050;
    overflow: inherit;
    display: block;
    position: fixed;
    inset: auto 0px 0px auto;
    width: 100%;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    /* transform: translateY(calc(100% + 3vw)); */
    transition: transform 0.3s ease-in-out 0s; }
    @media (max-width: 768.98px) {
      .shop-the-look .modal .content {
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 14px; } }
  .shop-the-look .modal .modal-content {
    border-radius: 0.5rem;
    background-color: #ebe9e3;
    overflow: hidden; }
    .shop-the-look .modal .modal-content .modal-header {
      -ms-flex-align: center;
          align-items: center; }
    .shop-the-look .modal .modal-content .chose-size {
      color: black;
      background-color: white;
      font-weight: 700;
      font-size: 11px; }
    .shop-the-look .modal .modal-content .close-modal {
      opacity: 100%; }
      .shop-the-look .modal .modal-content .close-modal span {
        font-weight: 300;
        font-size: 28px !important;
        line-height: 28px; }
    .shop-the-look .modal .modal-content .modal-title {
      font-weight: 700;
      font-size: 16px; }
  .shop-the-look .modal .modal-body-container {
    transition: transform 0.5s ease-in-out; }
  .shop-the-look .modal .button-stl {
    position: absolute;
    top: calc(50% - 40px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: #fff; }
    @media (max-width: 768.98px) {
      .shop-the-look .modal .button-stl {
        width: 30px;
        height: 30px; } }
    .shop-the-look .modal .button-stl img {
      width: 30px;
      height: 30px; }
  .shop-the-look .modal .button-prev-stl {
    left: 16px;
    transform: rotate(90deg); }
  .shop-the-look .modal .button-next-stl {
    right: 16px;
    transform: rotate(-90deg); }
  .shop-the-look .modal .product {
    border: 1px solid #cbcbcb;
    outline: none !important;
    margin: 0 !important;
    border-right: none;
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    min-width: 25%; }
    @media (max-width: 1199.98px) {
      .shop-the-look .modal .product {
        min-width: 33.33%; } }
    @media (max-width: 991.98px) {
      .shop-the-look .modal .product {
        min-width: 50%; } }
    @media (max-width: 768.98px) {
      .shop-the-look .modal .product {
        min-width: 80%; } }
    .shop-the-look .modal .product .product-img-container {
      height: 349px;
      display: block;
      position: relative;
      border-bottom: 1px solid #cbcbcb; }
      .shop-the-look .modal .product .product-img-container img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .shop-the-look .modal .product:last-of-type {
      border-right: 1px solid #cbcbcb; }
    .shop-the-look .modal .product .product-footer {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      gap: 6px;
      height: 60px;
      font-size: 13px;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      margin: 16px 20px; }
      .shop-the-look .modal .product .product-footer .choose-size {
        background-color: white;
        color: black !important;
        font-weight: 700;
        font-size: 11px;
        border: none;
        overflow: hidden;
        line-height: 12.65px;
        width: 110px;
        height: 38px;
        min-width: 110px;
        letter-spacing: -0.02rem;
        border-radius: 100px; }
      .shop-the-look .modal .product .product-footer .add-to-cart-STL {
        background-color: black;
        color: white !important;
        font-weight: 700;
        border: none;
        overflow: hidden;
        font-size: 11px;
        line-height: 12.65px;
        width: 110px;
        height: 38px;
        min-width: 110px;
        letter-spacing: -0.02rem;
        border-radius: 100px; }
      .shop-the-look .modal .product .product-footer .add-to-cart-STL:disabled {
        background-color: #cbcbcb; }
      .shop-the-look .modal .product .product-footer .product-data {
        font-weight: 500;
        -ms-flex-direction: column;
            flex-direction: column;
        text-align: -webkit-left;
        line-height: 14.95px; }
        @media (max-width: 768.98px) {
          .shop-the-look .modal .product .product-footer .product-data {
            font-size: 11px;
            line-height: 12.65px; } }
    .shop-the-look .modal .product .product-sizes-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (minmax(calc(100% / 6 - 10px), 1fr))[auto-fit];
          grid-template-columns: repeat(auto-fit, minmax(calc(100% / 6 - 10px), 1fr));
      -ms-grid-rows: auto;
          grid-template-rows: auto;
      -ms-flex-align: start;
          align-items: flex-start;
      margin: 12px; }
    .shop-the-look .modal .product .size-title {
      opacity: 57%;
      padding-left: 10px; }
    .shop-the-look .modal .product .size-detail {
      background-color: #ebe9e3;
      top: 0;
      left: 0;
      transform: translateY(calc(-100% - 17px));
      position: absolute;
      border-top: 1px solid #cbcbcb;
      width: calc(100% + 40px);
      margin: 0 -20px; }
    .shop-the-look .modal .product .size-container {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (minmax(calc(100% / 6 - 10px), 1fr))[auto-fit];
          grid-template-columns: repeat(auto-fit, minmax(calc(100% / 6 - 10px), 1fr));
      -ms-grid-rows: auto;
          grid-template-rows: auto;
      gap: 10px;
      width: 100%; }
    .shop-the-look .modal .product .size-selector {
      height: 38px;
      border: none;
      background-color: #ebe9e3;
      outline: 1px solid #cbcbcb;
      margin-top: 1px;
      margin-left: 1px;
      font-size: 11px;
      font-weight: 500;
      color: #1e1e1e; }
      .shop-the-look .modal .product .size-selector[selected="selected"] {
        background-color: #e4e1d7; }
      .shop-the-look .modal .product .size-selector:disabled {
        opacity: 0.5; }
    .shop-the-look .modal .product .product-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      width: 100%;
      height: 10px;
      padding-top: 15px; }
    .shop-the-look .modal .product .close-size {
      border: none;
      background-color: #ebe9e3;
      height: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      padding-right: 20px;
      opacity: 100%; }
      .shop-the-look .modal .product .close-size span {
        color: #1e1e1e !important;
        opacity: 0.5; }
  @media (max-width: 768.98px) {
    .shop-the-look .modal .product-solo {
      min-width: 100% !important; } }
  .shop-the-look .colors {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 24px;
    padding: 2rem;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    opacity: 56%; }
  .shop-the-look .display-none-stl {
    display: none !important; }
