/** Shopify CDN: Minification failed

Line 17:2 Unexpected "{"
Line 17:3 Expected identifier but found "%"
Line 33:2 Unexpected "{"
Line 33:3 Expected identifier but found "%"
Line 36:15 Expected identifier but found "{"
Line 36:16 Unexpected "{"
Line 36:28 Expected ":"
Line 36:33 Expected ":"
Line 36:49 Expected identifier but found "{"
Line 36:50 Unexpected "{"
... and 27 more hidden warnings

**/
  .tabs .tablinks .tab-count { display: none; visibility: hidden; }
  {% if section.settings.enable_tab_count %}  
  .tabs .tablinks .tab-count {
    font-size: 60%;
    width: 25px;
    height: 25px;
    position: relative;
    top: -15px;
    left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: visible; 
    border-radius: 50%;
    background-color: var(--color-base-accent-2);
    color: var(--color-base-background-1);
    }
  {% endif %}

  .product-tab-wrapper {
    margin-top:{{ margin_top }}px; margin-bottom:{{ margin_bottom }}px;
  padding-top:{{ padding_top }}px; padding-bottom:{{ padding_bottom }}px;
  }

  {% if section.settings.show_background_image %}
   .product-tab-wrapper {
    background-image: url({{ section.settings.background_image | img_url: 'master' }});
    background-repeat:repeat;background-position:center center; background-size: cover;
  }
  {% endif %}

  .product-tab-wrapper .dt-sc-overlay:before {
    background: {{ section.settings.background_color }};
    opacity: {{ section.settings.overlay_transparency }};
  }
  .product-tab-wrapper .collection .grid__item > .media .image-block-heading {
    background: none;
  }
  .product-tab-wrapper .collection .grid__item > .media .image-block-heading:before {
    content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0;
    background: {{ section.settings.image_block_background_color }};
    opacity: {{ section.settings.image_block_overlay_transparency }};
    z-index: -1;
  }
  .product-tab-wrapper .collection .grid__item > .media .image-block-heading > *:not(.button) {
    color: var(--color-foreground);
      }
 .product-tab-wrapper .collection .grid__item > .media .image-block-heading > .button {
    color: var(--color-base-background-1);
      }
  .product-tab-wrapper .collection .grid__item > .media .image-block-heading:not(.color-text) > .button:not(:hover) {
    background-color: var(--color-foreground);
      color: var(--color-base-background-1);
        box-shadow: 0 0 0 .2rem var(--color-foreground);
          }
  .product-tab-wrapper .collection .grid__item > .media .image-block-heading.color-inverse > .button:not(:hover) {
    color: var(--color-base-outline-button-labels);
    }

/* custom css */
.product-tab-wrapper .collection .swiper-wrapper{ list-style: none;margin-top: 2rem; }
.product-tab-wrapper .collection .swiper-button-next{ right: -65px; margin-top: 0;}
.product-tab-wrapper .collection .swiper-button-prev{ left: -65px;margin-top: 0; }

/* home-product-tab-2 */
.product-tab-wrapper.home-product-tab-2 .collection .card-wrapper .card__information .price{ display: none; }
.product-tab-wrapper.home-product-tab-2 .collection .card-wrapper .quick-add{ display: none; }
.product-tab-wrapper.home-product-tab-2 .collection .card-wrapper .product-icons{ display: none; }
.product-tab-wrapper.home-product-tab-2 .collection .card-wrapper .badge{ display: none; }
.product-tab-wrapper.home-product-tab-2 .collection .grid{ gap: 5rem;margin-top: 3rem; }

/* media responsive */
@media screen and (min-width:1200px) and (max-width:1540px){
  .product-tab-wrapper .collection .swiper-button-next{ right: -40px; }
  .product-tab-wrapper .collection .swiper-button-prev{ left: -40px; }

  /* home-product-tab-2 */
  .product-tab-wrapper.home-product-tab-2 .collection .grid{ gap: 3rem; }
  .product-tab-wrapper.home-product-tab-2 .page-full-width.page-full-width_spacing .row{ margin: 0 calc( var(--page-full-width-spacing) / 2); }
  .product-tab-wrapper.home-product-tab-2 .card__information .card__heading{ font-size: 2rem; }
}
@media screen and (min-width:1024px) and (max-width:1199px){
  .product-tab-wrapper .collection .swiper-button-next{ right: -40px; }
  .product-tab-wrapper .collection .swiper-button-prev{ left: -40px; }

  /* home-product-tab-2 */
  .product-tab-wrapper.home-product-tab-2 .collection .grid > .grid__item:only-child .tabs_container .dt-sc-column.five-column{ grid-template-columns: repeat(3,1fr); }
  .product-tab-wrapper.home-product-tab-2 .collection .grid{ gap: 3rem; }
    .product-tab-wrapper.home-product-tab-2 .collection .grid > .grid__item{ margin-bottom: 0; }
}
@media screen and (min-width:750px) and (max-width:1023px){
  .product-tab-wrapper .collection .swiper-button-next{ right: calc(50% - 45px);top: calc( 100% + 40px); }
  .product-tab-wrapper .collection .swiper-button-prev{ left: calc(50% - 45px); top: calc( 100% + 40px); }
  .product-tab-wrapper .title-wrapper-with-link{ margin-bottom: 3rem; text-align: center; }

  /* home-product-tab-2 */
    .product-tab-wrapper.home-product-tab-2 .collection .grid > .grid__item:only-child .tabs_container .dt-sc-column.five-column{ grid-template-columns: repeat(3,1fr); }
  .product-tab-wrapper.home-product-tab-2 .collection .grid{ gap: 3rem; }
}
@media screen and (min-width:567px) and (max-width:749px){
  .product-tab-wrapper .collection .swiper-button-next{ right: calc(50% - 45px);top: calc( 100% + 40px); }
  .product-tab-wrapper .collection .swiper-button-prev{ left: calc(50% - 45px); top: calc( 100% + 40px); }
  .product-tab-wrapper .title-wrapper-with-link{ margin-bottom: 3rem; text-align: center; }

  /* home-product-tab-2 */
  .product-tab-wrapper.home-product-tab-2 .collection .grid > .grid__item:only-child .tabs_container .dt-sc-column.five-column{ grid-template-columns: repeat(2,1fr); }
  .product-tab-wrapper.home-product-tab-2 .collection .grid > .grid__item{ margin-bottom: 0; }
  .product-tab-wrapper.home-product-tab-2 .collection .grid{ gap: 3rem; }
}
@media screen and (min-width:320px) and (max-width:566px){
  .product-tab-wrapper .collection .swiper-button-next{ right: calc(50% - 45px);top: calc( 100% + 40px); }
  .product-tab-wrapper .collection .swiper-button-prev{ left: calc(50% - 45px); top: calc( 100% + 40px); }
  .product-tab-wrapper .title-wrapper-with-link{ margin-bottom: 3rem;text-align: center; }

  /* home-product-tab-2 */
  .product-tab-wrapper.home-product-tab-2 .collection .grid{ gap: 3rem; }
  .product-tab-wrapper.home-product-tab-2 .collection .grid > .grid__item:only-child .tabs_container .dt-sc-column.five-column{ grid-template-columns: repeat(1,1fr); }
    .product-tab-wrapper.home-product-tab-2 .collection .grid > .grid__item{ margin-bottom: 0; }
}

