@import '../../../../../../node_modules/cbm-lc-styles/_conf.scss';

.cbm-photoGallery__slide360 {
  .cbm-photoGallery__navigation {
    position: absolute;
    text-align: center;
    top: 50%;
    right: 0;
    margin-top: -90px;
    width: 90px;
    z-index: 30;

    @include respond-to-mobile() {
      top: 5px;
      left: 0;
      right: auto;
      width: 100%;
      margin-top: 0;
      margin-left: 5px;
      text-align: left;
    }
  }

  .cbm-photoGallery__btn {
    display: inline-block;
    width: 68px;
    height: 68px;
    margin: 5px;
    cursor: pointer;
    border-radius: 50%;
    border: 5px solid white;
    background: $color-blue center center no-repeat;
    background-size: 150% 150%;
    transition: background-color 350ms ease;

    @include respond-to-mobile() {
      width: 40px;
      height: 40px;
      border-width: 2px;

      &:last-child {
        margin-left: 0;
      }
    }

    &:not(.cbm--active):hover {
      background-color: $color-blue-hover;
    }

    &.cbm--active {
      opacity: 0.6;
      cursor: auto;
    }

    &--outside {
      background-image: url('./outside/icon-360-outside-90.png');
    }

    &--inside {
      background-image: url('./inside/icon-360-inside-90.png');
    }
  }
}

.cbm-photoGallery__thumbnail--360 {
  &::before {
    content: '';
    display: inline-block !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6) url('./thumbnail-360.png') center center no-repeat;
    background-size: contain;
  }
}
