/** Shopify CDN: Minification failed

Line 22:12 Expected identifier but found whitespace
Line 22:27 Unexpected ","

**/
.courses{margin:40px auto}
.courses .section-header--content{color:#fff}
.courses.text-left .product-card-info{
  text-align:left
  
}

.courses #product-grid{}
.courses #product-grid{overflow:visible!important;justify-content: center; margin: 0 auto;
    flex-wrap: wrap;
    justify-items: center;margin: 0 auto !important;
    align-items: flex-start;}
.isotope .isotope-item {
  transition-property: opacity !important;
}
hiddenStyle: { opacity: 0 },
visibleStyle: { opacity: 1 }
.filter-options button{

    background-color: #FFFFFF;

    border-color: #E4E7EB;
color:#191b1f;    font-size: 0.875rem;
    line-height: 1.25rem;    padding-top: 0.5rem;
    padding-bottom: 0.5rem;    padding-left: 1rem;
    padding-right: 1rem;
border-width: 1px;
    border-radius: 9999px;    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    max-width: 200px;    cursor: pointer;
}

.filter-options button.active{border-color:#717680}
.filter-options button:hover,.filter-options button.active{
  background-color:#E4E7EB
}
.filter-options {
display:flex;
    gap: 1rem;;flex-wrap: wrap;justify-content: center;
    margin: 2rem auto;
}
.courses.text-right .product-card-info{
  text-align:right
  
}
.new_style .product-card{
flex-direction:row;
      margin: 16px 0;
    padding: 16px;position:relative;
    justify-content: center;

}
/* .courses #product-grid li{position:relative;
                padding:10px;} */



.courses #product-grid li {
  width: 208px; /* Default width for desktop */
  margin-bottom: 20px; /* Add spacing between items */
  position:relative;
  height:350px;padding:10px;
}

/* Two-column layout on mobile */
@media (max-width: 768px) {
  .courses #product-grid li {
    width: calc(50% - 10px); 
    height:400px;
  }
}



.courses #product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Ensures centering */
}





.product-card .product-featured-image{margin-bottom:10px!important}
.product-card .product-card-info a{    opacity: 1;
    font-size: 1rem;}

.new_style .product-featured-image{z-index:1!important;overflow:visible!important;}


.new_style  .product-card .product-card-info{flex:auto;text-align:left}
.new_style  .product-card .product-card-info em{font-style:normal;display:block;margin-bottom:8px}
.new_style  .product-card .product-card-info em ,.new_style  .product-card .product-card-info p{
  font-size:0.9em
}
.new_style  .product-card .product-card-info a{font-size: 1.2rem;
    font-weight: 600;text-align:left!important;margin-bottom:0.8rem}

.new_style  .product-card:after{
      content: '';
    position: absolute;
    top: 0;
    right: 15px;
    width: calc(100% - 105px);
    height: 100%;
    border-radius: 3px;
    box-shadow: 0 0 0 0 transparent;
    background-color: rgba(255, 255, 255, 0);
    z-index: 0;
    transition: all 250ms ease-out;
}
.new_style  .product-card:hover .product-card-info,.new_style  .product-card:hover .product-card-info a{color:#000;z-index:2}
.new_style  .product-card:hover:after {
    box-shadow: 0px 1px 1px 1px rgba(210, 214, 213, 0.5);
    background-color: #fff;
}
.new_style .product-card .product-featured-image-link img{height:208px;position:static!important; width:100%!important }
.bk-img .bk-wrapper {
    position: relative;
    float: left;
    z-index: 1;
    perspective: 1400px;    width: 160px;
}
.bk-img .bk-book {
    position: absolute;
    width: 100%;
    height: 215px;
    transform-style: preserve-3d;
    transition: transform 0.5s;
  z-index:1;
}
.bk-img .bk-book > div, .bk-img .bk-front > div {
    display: block;
    position: absolute;
}
.bk-img .bk-front, .bk-img .bk-back, .bk-img .bk-front > div {
    width: 150px;
    height: 215px;
}
.bk-img .bk-front {
    transform-style: preserve-3d;
    transform-origin: 0% 50%;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 20px);
    z-index: 10;
}
.bk-img .bk-front:after {
        content: '';
      position: absolute;
      top: 1px;
      bottom: 1px;
      left: -1px;
      width: 1px;
}
.bk-img .bk-front > div{
   z-index: 1;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      border-radius: 0 3px 3px 0;
      box-shadow: inset 4px 0 10px rgba(0, 0, 0, 0.1);
}
.bk-img .bk-cover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 3px;
    background: rgba(0, 0, 0, 0.06);
    /* box-shadow: 1px 0 3px rgba(255, 255, 255, 0.1); */
}
.bk-img  .bk-back {
    -webkit-transform: rotate3d(0, 1, 0, -180deg) translate3d(0, 0, 20px);
    transform: rotate3d(0, 1, 0, -180deg) translate3d(0, 0, 20px);
    /* box-shadow: 5px 7px 15px rgba(0, 0, 0, 0.3); */
    border-radius: 3px 0 0 3px;
    opacity: 0;
    transition: opacity 250ms ease-out;}
.bk-img .bk-back:after {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 3px;
    background: rgba(0, 0, 0, 0.06);
    box-shadow: 1px 0 3px rgba(255, 255, 255, 0.1);
}

 .bk-left,
  .bk-right {
    width: 40px;
    left: -20px;
  }
.new_style  .product-card:hover .product-primary-image{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
      background-color: #fff;
}

.new_style  .product-card:hover .bk-book{
        -webkit-transform: rotate3d(0, 1, 0, 25deg);
      transform: rotate3d(0, 1, 0, 25deg);
}

 .new_style  .product-card:hover  .bk-back {
      opacity: 1;
    }

.bk-img .bk-left {
    height: 215px;
    transform: rotate3d(0, 1, 0, -90deg);
}

.bk-img .bk-left, .bk-img .bk-right {
    width: 40px;
    left: -20px;
}

.course-text-with-icons .rte.text-size-regular {
font-size:17px;max-width:800px;margin:0 auto 60px;
  
}

.course-text-with-icons .rte.text-size-regular p{line-height:30px;}

.section-video .row{max-width:85%;margin: 0 auto}
.course-text-with-icons{padding:0!important}

#main-content .courses-product-info .image-with-text__content--inner p.subheading{
      text-transform: uppercase;
    font-size: .6875rem;
    letter-spacing: .1em;
    opacity: .6;
    margin-bottom: 10px;
}
#main-content .courses-product-info .image-with-text__content--inner  h3.h3{
      font-size: calc(var(--font-heading-scale)* 1.75rem);
    line-height: calc(var(--font-heading-line-height-scale)* 2.125rem);
    font-weight: var(--font-body-medium-weight, 500);

    color: var(--color-body);
  
}
#main-content .courses-product-info .image-with-text__content--inner .rte{font-size:15px}

@media only screen and (max-width: 767px) {

  .course-text-with-icons .text-with-icons__inner{justify-content:center!important}
}