.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}/*# sourceMappingURL=glide.core.min.css.map */

.woocommerce-product-showcase-widget {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding-left: 120px;
}

.woocommerce-product-showcase-widget .product-info {
    max-width: 557px;
    margin: 0 auto;
    width: 100%;
    flex: 1;
}



.woocommerce-product-showcase-widget .glide__slide img {
    max-width: 557px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

.woocommerce-product-showcase-widget .thumbnails {
  width: 72px;
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce-product-showcase-widget .thumbnails .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.woocommerce-product-showcase-widget .thumbnails .thumbnail {
    width: 72px; /* Adjust the width as needed */
    height: 72px; /* Adjust the height as needed */
    overflow: hidden;
    margin-bottom: 8px;
    border-radius: 15px;
}

.woocommerce-product-showcase-widget .thumbnails .more-images,
.woocommerce-product-showcase-widget .thumbnails .more-videos {
    width: 72px; /* Adjust the width as needed */
    height: 72px; /* Adjust the height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    margin-bottom: 8px;
    cursor: pointer;
    border-radius: 15px;
    flex-direction: column;
    background-size: cover;
    background-position: center;
}



.modal {
  font-family: "Acumin Pro";
  font-weight: 300;
}
  
  .modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .modal__container {
    background-color: #fff;
    padding: 30px;
    width: 85%;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
    margin-top: 50px;
    max-height: calc(100vh - 150px);
  }
  
  .modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
  }
  
  .modal__close {
    background: transparent !important;
    border: 0;
    border-width: 0 !important;
    padding: 0 0 !important;
    position: absolute;
    right: 23px;
    top: 38px;
  }

  .modal-thumbnail {
    cursor: pointer;
  }

  

  .modal__close:hover {
    background: transparent !important;
  }
  
  .modal__header .modal__close:before { content: "\2715"; }
  
  .modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(70,70,70,.8);
  }
  
  .modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0,0,0,.8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
  }
  
  .modal__btn:focus, .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  
  .modal__btn-primary {
    background-color: #00449e;
    color: #fff;
  }

  .modal__inner-wrapper {
    display: none;
    align-items: flex-start;
  }

  .modal__inner-wrapper.active {
    display: flex;
  }

  .modal__thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 336px;
    width: 100%;
  }

  .modal__thumbnails--videos {
    flex-direction: column;
  }

  .modal-thumbnail-wrapper {
    display: flex;
    font-size: 15px;
  }

  .modal-thumbnail-wrapper img {
    min-width: 105px !important;
    height: 61px !important;
    object-fit: cover;
  }

  .modal-thumbnail-wrapper .modal-thumbnail {
    position: relative;
  }

  .modal-thumbnail-wrapper .modal-thumbnail svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .modal-thumbnail-title {
    margin-left: 14px;
    line-height: normal;
  }

  .modal__thumbnails img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    transition: opacity 0.3s;
  }

  .modal__thumbnails img:hover {
    opacity: 0.7;
  }
  
  .modal__images {
    flex: 1;
    text-align: center;
    padding: 0 0 0 30px;
  }

  .modal__images img:not(.cover-photo) {
    max-width: 75%;
    max-height: 68vh;
  }

  .modal-image {
    display: none;
  }

  .modal-image.active {
    display: block;
  }
  

  .modal__tabs {
    border-bottom: 2px solid #DDDCDB;
    margin-top: 5px;
  }

  .more-videos {
    text-align: center;
    background-size: cover;
    background-position: center;
    font-size: 10px;
    color: #fff;
    position: relative;
  }

  .more-videos:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(70,70,70,0.8);
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .more-images:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(70,70,70,0.8);
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .more-videos span {
    display: flex;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
}

.more-videos span svg {
  position: relative;
  left: 1px;
}


.more-images span {
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    margin-bottom: -5px;
}

.more-videos div {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.more-images {
    position: relative;
}

.more-images div {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 10px;

}

  .modal__tab {
    border-width: 0 !important;
    padding: 0 0 4px 0 !important;
    margin-right: 45px !important;
    background: transparent !important;
    color: #000;
    font-size: 19px;
    display: inline-block;
    position: relative;
    bottom: -1px;
    cursor: pointer;
    line-height: 1.25;
}

.modal__tab:hover,
.modal__tab:focus {
    border-bottom: 3px solid #000 !important;
}

  .modal__tab.active {
    border-bottom: 3px solid #000 !important;
  }

  .modal-thumbnail-img-wrapper {
    position: relative;
  }

  .modal-thumbnail-img-wrapper svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .modal-thumbnail-wrapper:hover img {
    opacity: 0.7;
  }

  .modal-thumbnail-wrapper:hover .modal-thumbnail-title {
    color: #1A6BB5;
  }

  
  
  /**************************\
    Demo Animation Style
  \**************************/
  @keyframes mmfadeIn {
      from { opacity: 0; }
        to { opacity: 1; }
  }
  
  @keyframes mmfadeOut {
      from { opacity: 1; }
        to { opacity: 0; }
  }
  
  @keyframes mmslideIn {
    from { transform: translateY(15%); }
      to { transform: translateY(0); }
  }
  
  @keyframes mmslideOut {
      from { transform: translateY(0); }
      to { transform: translateY(-10%); }
  }
  
  .micromodal-slide {
    display: none;
  }
  
  .micromodal-slide.is-open {
    display: block;
  }
  
  .micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
  }
  
  .micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
  }
  
  .micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
  }
  
  .micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
  }
  
  .micromodal-slide .modal__container,
  .micromodal-slide .modal__overlay {
    will-change: transform;
  }

  .modal__overlay {
    z-index: 99;
  }




  .video-container {
    position: relative;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.video-wrapper {
    position: relative;
    padding-top: 56.24%; /* Aspect ratio (658/1170 * 100%) */
}

.cover-photo, .showcase-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.showcase-video {
    display: none;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    cursor: pointer;
    display: none;
    border-width: 0 !important;
    padding: 0 0 !important;
    display: block;
}

.play-button svg {
    fill: white;
    width: 76px;
    height: 76px;
}

.video-label {
    text-align: left;
    font-family: "Acumin Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 275;
    margin-top: 16px;
    margin-bottom: 2.5rem;
}

.modal__close-mobile {
  display: none;
}

.modal__reset-zoom {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  margin-top: 51px;
  display: none;
}

@media (max-width: 1170px) {
    .video-container {
        width: 100%;
    }
    
    .modal__thumbnails {
      max-width: 240px;
    }
}

@media (max-width: 850px) {
  .modal__inner-wrapper.active {
    flex-direction: column-reverse;
  }

  .modal__images {
    width: 100%;
    padding: 30px 0 0 0;
  }

  .modal__thumbnails {
    width: 100%;
    max-width: none;
    flex-direction: row;
    margin-top: 2.5rem;
  }

  .modal-thumbnail-wrapper {
    width: calc(50% - 6px);

  }

  .play-button svg {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 768px) {
  .woocommerce-product-showcase-widget {
    padding-left: 0;
    flex-direction: column-reverse;
  }

  .woocommerce-product-showcase-widget .thumbnails {
    position: static;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-right: 50px;
    padding-top: 27px;
    gap: 2px;
  }

  .woocommerce-product-showcase-widget .thumbnails .thumbnail {
    border-radius: 0;
    margin-bottom: 14px;
  }

  .woocommerce-product-showcase-widget .product-info {
    max-width: 100%;
    padding-right: 40px;
  }

  .woocommerce-product-showcase-widget .glide__slide img {
    max-width: 100%;
    aspect-ratio: 1;
  }

  .custom-product-links {
    text-align: left !important;
  }
}

@media (min-width: 651px) {
  .modal-image {
    background: none !important;
  }
}

@media (max-width: 650px) {


  .modal-thumbnail-wrapper {
    width: 52px;
    height: 52px;
  }

  .modal__container {
    width: 100%;
    height: 100%;
    margin-top: 0;
    max-height: none;
  }

  .modal__overlay {
    top: 72px;
    transition: top 0.3s;
  }

  body.scrolled .modal__overlay {
    top: 54px;
  }

  .modal-image:not(.video-container) {
    background-position: 50% 50%;
    overflow: hidden;
    cursor: zoom-in;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .modal-image:not(.video-container) img {
    max-width: 100% !important;
    opacity: 0;
  }

  .modal__container {
    padding: 0 0;
  }

  .modal__images {
    padding: 0 30px;
  }

  .modal__tabs {
    background: #CBDDED;
    padding: 3px 11px;
    border-bottom-width: 0;
  }

  body .modal__tab.active {
    border-bottom: 0 !important;
    color: #1A6BB5;
  }

  .modal__tab {
    padding: 0 0 4px 0 !important;
    font-size: 15px;
    margin-right: 12px !important;
  }

  .modal__close > svg {
    display: none;
  }

  .modal__close-mobile {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
    background: transparent !important;
    border: 0;
    border-width: 0 !important;
    padding: 0 0 !important;
    margin: 23px 23px 19px 10px;
  }

  .modal__thumbnails img {
    min-width: 52px !important;
    width: 52px;
    height: 52px !important;
  }

  .modal__thumbnails {
    gap: 8px;
    margin-top: 72px;
    padding-right: 30px;
  }

  .modal__thumbnails-wrapper {
    overflow-x: scroll;
    width: 100%;
  }

  .video-label {
    display: none;
  }

  .modal-thumbnail-title {
    display: none;
  }

  .modal__reset-zoom {
    display: block;
  }
}
