/**
 * PDP Image Gallery Improvements - Feature Experiment: Sprint 6 Test 9
 *
 * Temporary experiment file for PDP image gallery enhancements.
 * This implementation is intended only for experimentation purposes
 * and should be removed once the experiment is completed or finalized.
 *
 * Features:
 * - Mobile pinch-to-zoom
 * - Mobile double-tap zoom
 * - Mobile image pan while zoomed
 * - Desktop hover zoom
 * - Swiper interaction handling during zoom
 * - Auto reset on slide change
 */
/* stylelint-disable scss/dollar-variable-pattern */
/* stylelint-enable scss/dollar-variable-pattern */
/* correction for product tile hover border*/
.video_player-play_pause {
    width: 90px;
    height: 90px;
}

.video_player-play_pause_icon {
    width: 100%;
    height: 100%;
}

.pdp-video:not(.video_player--paused) .video_player-play_pause {
    top: unset;
    right: 0;
    bottom: 0;
    left: unset;
    width: 36px;
    height: 36px;
}
.pdp-video:not(.video_player--paused) .video_player-play_pause_icon--hide {
    width: 100%;
    height: 100%;
}
.pdp-video:not(.video_player--paused) .video_player--can_play .video_player-play_pause_icon {
    opacity: 1;
    transition: none;
}

.pdp-swiper_wrapper--thumbs .pdp-swiper_thumb_video_icon {
    width: 36px;
    height: 36px;
}

@media (max-width: 1919.98px) {
    .video_player--can_play .video_player-play_pause_icon {
        opacity: 1;
    }
}
