/** Shopify CDN: Minification failed

Line 25:14 Expected ")" to end URL token
Line 26:16 Expected ")" to end URL token
Line 26:102 Expected ")" to end URL token
Line 26:169 Expected ")" to end URL token
Line 26:239 Expected ")" to end URL token

**/
@charset 'UTF-8';
/* Slider */
.slick_teva_carousel_-loading .slick_teva_carousel_-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick_teva_carousel_';
    font-weight: normal;
    font-style: normal;

   /* src: url('./slick_teva_carousel_.eot'); */
  src: url({{ 'slick_teva_carousel_.eot' | asset_url }});
    src: url({{ 'slick_teva_carousel_.eot?#iefix' | asset_url }}) format('embedded-opentype'), url({{ 'slick_teva_carousel_.woff' | asset_url }}) format('woff'), url({{ 'slick_teva_carousel_.ttf' | asset_url }}) format('truetype'), url({{ 'slick_teva_carousel_.svg#slick_teva_carousel_' | asset_url }}) format('svg');
}
/* Arrows */
.slick_teva_carousel_-prev,
.slick_teva_carousel_-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  opacity: 0.75;
  z-index: 999;
}
.slick_teva_carousel_-prev:hover,
.slick_teva_carousel_-prev:focus,
.slick_teva_carousel_-next:hover,
.slick_teva_carousel_-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick_teva_carousel_-prev:hover:before,
.slick_teva_carousel_-prev:focus:before,
.slick_teva_carousel_-next:hover:before,
.slick_teva_carousel_-next:focus:before
{
    opacity: 1;
}
.slick_teva_carousel_-prev.slick_teva_carousel_-disabled:before,
.slick_teva_carousel_-next.slick_teva_carousel_-disabled:before
{
    opacity: .25;
}

/* OLD CODE START
.slick_teva_carousel_-prev:before,
.slick_teva_carousel_-next:before
{
    font-family: 'slick_teva_carousel_';
    font-size: 40px;
    line-height: 1;
z-index: 999;
    opacity: 1;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick_teva_carousel_-prev
{
    left: 5px;
}
[dir='rtl'] .slick_teva_carousel_-prev
{
    right: 5px;
    left: auto;
}
.slick_teva_carousel_-prev:before
{
    content: '←';
  
}
[dir='rtl'] .slick_teva_carousel_-prev:before
{
    content: '→';
}

.slick_teva_carousel_-next
{
    right: 5px;
}
[dir='rtl'] .slick_teva_carousel_-next
{
    right: auto;
    left: 5px;
}
.slick_teva_carousel_-next:before
{
   content: '→';
   
}
[dir='rtl'] .slick_teva_carousel_-next:before
{
    content: '←';
}

OLD CODE END*/

/* new code start */

.slick_teva_carousel_-prev:before,
.slick_teva_carousel_-next:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
  opacity: 1;

  /* Remove text-based styles */
  font-family: unset;
  font-size: unset;
  color: unset;
  line-height: unset;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Left arrow */
.slick_teva_carousel_-prev {
  left: 5px;
}
[dir='rtl'] .slick_teva_carousel_-prev {
  right: 5px;
  left: auto;
}
.slick_teva_carousel_-prev:before {
  /* ORIGINAL background-image: url("data:image/svg+xml;utf8,<svg width='52' height='51' viewBox='0 0 52 51' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M50.8789 25.4492C50.8789 39.4531 39.4531 50.8789 25.4297 50.8789C11.4258 50.8789 0 39.4531 0 25.4492C0 11.4258 11.4258 0 25.4297 0C39.4531 0 50.8789 11.4258 50.8789 25.4492ZM21.5039 15.5859L13.1641 24.1406C12.7148 24.5898 12.5781 24.9609 12.5781 25.4297C12.5781 25.8789 12.7148 26.25 13.1641 26.6992L21.5039 35.2734C21.8164 35.625 22.1875 35.8008 22.6758 35.8008C23.5547 35.8008 24.2188 35.1367 24.2188 34.2188C24.2188 33.7695 24.043 33.2812 23.6914 32.9883L19.2383 28.7305L17.5 27.0703L21.3086 27.1875H36.6992C37.6562 27.1875 38.4375 26.3867 38.4375 25.4297C38.4375 24.4531 37.6562 23.6523 36.6992 23.6523H21.3086L17.5 23.7891L19.2383 22.1289L23.6914 17.8711C24.043 17.5781 24.2188 17.1094 24.2188 16.6602C24.2188 15.7617 23.5547 15.0586 22.6758 15.0586C22.1875 15.0586 21.8164 15.2344 21.5039 15.5859Z' fill='%233F3F3F'/></svg>"); */
 /* V1 background-image: url("data:image/svg+xml;utf8,<svg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='15' cy='15' r='15' transform='rotate(-180 15 15)' fill='%23747474'/><path d='M17.1887 21L18 20.261L13.4535 15L18 9.739L17.1887 9L12.3211 14.6305L12 15L12.3211 15.3695L17.1887 21Z' fill='white'/></svg>"); */
 /* V2 background-image: url("data:image/svg+xml;utf8,<svg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='15' cy='15' r='14.5' transform='rotate(-180 15 15)' fill='white' stroke='%23747474'/><path d='M17.1887 21L18 20.261L13.4535 15L18 9.739L17.1887 9L12.3211 14.6305L12 15L12.3211 15.3695L17.1887 21Z' fill='%235BB947'/></svg>"); */
background-image: url("data:image/svg+xml;utf8,<svg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.57361e-06 18C2.44269e-06 8.05887 8.05888 -2.44269e-06 18 -1.57361e-06C27.9411 -7.04529e-07 36 8.05887 36 18C36 27.9411 27.9411 36 18 36C8.05887 36 7.04529e-07 27.9411 1.57361e-06 18Z' fill='white'/><path d='M12.4415 18.584C11.8555 18 11.8535 17.054 12.4355 16.466L19.3925 9.444C19.6855 9.148 20.0715 9 20.4575 9C20.8395 9 21.2215 9.145 21.5135 9.435C22.1025 10.018 22.1055 10.967 21.5225 11.556L15.6184 17.516L21.5594 23.438C22.1454 24.022 22.1474 24.9721 21.5624 25.559C20.9784 26.146 20.0264 26.147 19.4414 25.562L12.4415 18.584Z' fill='%23747474'/></svg>");



}
[dir='rtl'] .slick_teva_carousel_-prev:before {
  /* Optional: flip direction for RTL if needed */
  transform: scaleX(-1);
}

/* Right arrow */
.slick_teva_carousel_-next {
  right: 5px;
}
[dir='rtl'] .slick_teva_carousel_-next {
  right: auto;
  left: 5px;
}
.slick_teva_carousel_-next:before {
  
  /* ORIGINAL background-image: url("data:image/svg+xml;utf8,<svg width='52' height='51' viewBox='0 0 52 51' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M50.8789 25.4492C50.8789 39.4531 39.4531 50.8789 25.4297 50.8789C11.4258 50.8789 0 39.4531 0 25.4492C0 11.4258 11.4258 0 25.4297 0C39.4531 0 50.8789 11.4258 50.8789 25.4492ZM26.7773 16.6602C26.7773 17.1094 26.9531 17.5781 27.3242 17.8711L31.7578 22.1289L33.4961 23.7891L29.707 23.6523H14.3164C13.3594 23.6523 12.5781 24.4531 12.5781 25.4297C12.5781 26.3867 13.3594 27.1875 14.3164 27.1875H29.707L33.5156 27.0703L31.7578 28.7305L27.3242 32.9883C26.9531 33.2812 26.7773 33.7695 26.7773 34.2188C26.7773 35.1367 27.4414 35.8008 28.3398 35.8008C28.8281 35.8008 29.1797 35.625 29.5117 35.2734L37.8516 26.6992C38.2812 26.25 38.4375 25.8789 38.4375 25.4297C38.4375 24.9609 38.2812 24.5898 37.8516 24.1406L29.5117 15.5859C29.1797 15.2344 28.8281 15.0586 28.3398 15.0586C27.4414 15.0586 26.7773 15.7617 26.7773 16.6602Z' fill='%233F3F3F'/></svg>"); */
/* V1  background-image: url("data:image/svg+xml;utf8,<svg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='15' cy='15' r='15' fill='%23747474'/><path d='M12.8113 9L12 9.739L16.5465 15L12 20.261L12.8113 21L17.6789 15.3695L18 15L17.6789 14.6305L12.8113 9Z' fill='white'/></svg>"); */
/* v2 background-image: url("data:image/svg+xml;utf8,<svg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='15' cy='15' r='14.5' fill='white' stroke='%23747474'/><path d='M12.8113 9L12 9.739L16.5465 15L12 20.261L12.8113 21L17.6789 15.3695L18 15L17.6789 14.6305L12.8113 9Z' fill='%235BB947'/></svg>"); */
background-image: url("data:image/svg+xml;utf8,<svg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M36 18C36 27.9411 27.9411 36 18 36C8.05887 36 0 27.9411 0 18C0 8.05887 8.05887 0 18 0C27.9411 0 36 8.05887 36 18Z' fill='white'/><path d='M23.5585 17.416C24.1445 18 24.1465 18.946 23.5645 19.534L16.6075 26.556C16.3145 26.852 15.9285 27 15.5425 27C15.1605 27 14.7785 26.855 14.4865 26.565C13.8975 25.982 13.8945 25.033 14.4775 24.444L20.3816 18.484L14.4406 12.562C13.8546 11.978 13.8526 11.0279 14.4376 10.441C15.0216 9.854 15.9736 9.853 16.5586 10.438L23.5585 17.416Z' fill='%23747474'/></svg>");


}
[dir='rtl'] .slick_teva_carousel_-next:before {
  /* Optional: flip direction for RTL if needed */
  transform: scaleX(-1);
}

/* new code end */

/* Dots */
.slick_teva_carousel_-dotted.slick_teva_carousel_-slider
{
    margin-bottom: 30px;
}

.slick_teva_carousel_-dots
{
    position: absolute;
    bottom: 5px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
  
}
.slick_teva_carousel_-dots li
{
 
  
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
  

    cursor: pointer;
}
.slick_teva_carousel_-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick_teva_carousel_-dots li button:hover,
.slick_teva_carousel_-dots li button:focus
{
    outline: none;
}
.slick_teva_carousel_-dots li button:hover:before,
.slick_teva_carousel_-dots li button:focus:before
{
    opacity: 1;
}
.slick_teva_carousel_-dots li button:before
{
    font-family: 'slick_teva_carousel_';
    font-size: 40px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: 1;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick_teva_carousel_-dots li.slick_teva_carousel_-active button:before
{
    opacity: .75;
    color: #5cba47;
}

@media only screen and (max-width: 1029px) {
  .slick_teva_carousel_-dots {
    position: relative;
    bottom: 0;
    
  }
  .slick_teva_carousel_-dots li button:before
{
    opacity: 1;
    color: black;}
}