/** Shopify CDN: Minification failed

Line 20:2 Unexpected "{"
Line 20:3 Expected identifier but found "%"
Line 36:2 Unexpected "{"
Line 36:3 Expected identifier but found "%"
Line 43:15 Expected identifier but found "{"
Line 43:16 Unexpected "{"
Line 43:28 Expected ":"
Line 43:33 Expected ":"
Line 43:49 Expected identifier but found "{"
Line 43: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 %}

p.title.body{text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 2px;}
  .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 %}
.tabs .tablinks svg{height: 100px;
    width: 100px;}
 .product-desc{
     text-align: center;
    max-width: 600px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 10px 0 0 0;
    }
  .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);
      }
.tabs .tablinks svg{transition:all 0.3s linear;}
.tabs .tablinks.active svg{filter: drop-shadow(2px 4px 6px var(--gradient-base-accent-3));transition:all 0.3s linear;}
/* .tabs .tablinks.active {box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;} */


/*custom css file*/

/* .product-tab-wrapper .tabs .product-title-image{height: 170px; width: 170px; display: flex;align-items: center;justify-content: center;margin: 0 10px;cursor: pointer;} */
.product-tab-wrapper .product-title-image .product-title .tab-icon-iamge img {transition: all 0.3s ease;}
.product-tab-wrapper .product-title-image:hover .product-title .tab-icon-iamge img{filter: brightness(0) invert(1);}
.product-tab-wrapper .product-title-image:nth-child(1) .tablinks::after{background: #e1ffd9;}
.product-tab-wrapper .product-title-image:nth-child(2) .tablinks::after{background: #ffdedc;}
.product-tab-wrapper .product-title-image:nth-child(3) .tablinks::after{background: #dff1ff;}
.product-tab-wrapper .product-title-image:nth-child(4) .tablinks::after{background: #fbf9c9;}
.product-tab-wrapper .product-title-image:nth-child(5) .tablinks::after{background: #ffd8ed;}
.product-tab-wrapper .product-title-image:nth-child(6) .tablinks::after{background: #e1e9fc;}

.product-tab-wrapper .product-title-image:nth-child(1):hover .tablinks::after,
.product-tab-wrapper .product-title-image:nth-child(2):hover .tablinks::after,
.product-tab-wrapper .product-title-image:nth-child(3):hover .tablinks::after,
.product-tab-wrapper .product-title-image:nth-child(4):hover .tablinks::after,
.product-tab-wrapper .product-title-image:nth-child(5):hover .tablinks::after,
.product-tab-wrapper .product-title-image:nth-child(6):hover .tablinks::after{background: var(--color-icon);}
.tabs .tablinks:hover{color: var(--gradient-base-accent-1);}
.product-tab-wrapper .product-title-image .tablinks.active::after{background: var(--color-icon);}
.product-tab-wrapper .product-title-image .tablinks.active .tab-icon-iamge img{filter: brightness(0) invert(1);}
.tabs .tablinks.active{color: var(--gradient-base-accent-1);}
.product-tab-wrapper .title-wrapper-with-link{margin-bottom: 50px;}
.product-tab-wrapper .collection .tabs .product-title-image{margin: 15px 0;}
.product-tab-wrapper .collection .tabs .product-title-image:not(:last-child){margin-right: 10px;}
@media screen and (min-width: 1541px) and (max-width: 1919px){
  .product-tab-wrapper .page-full-width.page-full-width_spacing .row{margin: 0 var(--page-full-width-spacing);}
}
@media screen and (min-width: 1541px){
  .product-tab-wrapper .page-full-width.page-full-width_spacing .row{margin: 0 calc(var(--page-full-width-spacing) + 8rem);}
}




