/** Shopify CDN: Minification failed

Line 220:10 Expected identifier but found whitespace
Line 220:12 Unexpected "{"
Line 220:22 Expected ":"
Line 290:10 Expected identifier but found whitespace
Line 290:12 Unexpected "{"
Line 290:22 Expected ":"
Line 296:10 Expected identifier but found whitespace
Line 296:12 Unexpected "{"
Line 296:22 Expected ":"
Line 303:10 Expected identifier but found whitespace
... and 2 more hidden warnings

**/

 


  .custom-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: right 0.3s ease-in-out;
}

.custom-drawer.active {
  right: 0;
}

.drawer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.custom-drawer.active .drawer-overlay {
  opacity: 1;
}


h2.verified-heading.text-center {
    font-size: 1.8rem;
}

.custom-drawer-trigger {
    display: flex;
    align-items: center;
    gap: 3px;
    background: #0f0f0f;
    color: white !important;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 15px;
    text-decoration: underline;
    margin: 10px 0;
    width: max-content;
}


.verified-icon1 {
    width: 80px!important;
    height: 80px!important;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 2;
    object-fit: contain;
}

.verified-icon{
width:45px !important;
height:45px !important;
position:absolute;
left:5px;
top:5px;
z-index:2;
object-fit:contain;
}


.verified-section h2, .verified-section h3{

    font-weight: 700;
}


a.btn-learn-more {
    text-decoration: underline;
    font-weight: 600;
}


.drawer-header h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin-bottom:0;
}

.drawer-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 470px;
  max-width: 90%;
  height: 100%;
  background: white;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

.custom-drawer.active .drawer-content {
  transform: translateX(0);
}

.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

img.Verified-badge {
    border-radius: 10px;
    margin-bottom: 15px;
}


.drawer-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.drawer-body {
  padding: 0 20px;
  overflow-y: auto;
  height: calc(100% - 70px);
}

@media (max-width:768px){
.sku-share-container {
    flex-direction: column;
    align-items: SELF-START !IMPORTANT;
}
}

 
  .trufairs-popup-btn {
   text-decoration:underline;
   cursor:pointer;
  }

  .trufairs-popup-trigger {
    margin-bottom: 10px;
}

.sales-points {
   
    margin: 6px 0;
     
}

  .trufairs-popup-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
  }

  .trufairs-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .trufairs-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .trufairs-modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .trufairs-modal-content {
    position: relative;
    background-color: #f9f9f9;
    padding: 50px;
    border-radius: 8px;
    max-width: 700px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  }

  .trufairs-modal-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: {{ settings.title_color }};
    text-align: center;
  }

  .trufairs-modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 28px;
    font-weight: bold;
    border: none;
    background: none;
    cursor: pointer;
    color: #999;
    transition: color 0.2s;
  }

  .trufairs-modal-close:hover {
    color: #333;
  }

  .trufairs-section {
    margin-bottom: 35px;
  }

  .trufairs-section:last-child {
    margin-bottom: 0;
  }

  .trufairs-section-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 15px;
        justify-content: center;
  }

 


.trufairs-section-border {
 padding: 0 10px;
    border-radius: 20px;
    padding-left: 15px;

}



.trufairs-border-green {
    border-left: 8px solid #27ae60;
   
}


  .trufairs-border-green {
     border-left: 8px solid #27ae60;
  }

  .trufairs-border-orange {
     border-left: 8px solid #f39c12;
  }

  .trufairs-border-red {
     border-left: 8px solid #e74c3c;
  }

  .trufairs-section-title {
    font-size: 24px;
    font-weight: 700;
    color: {{ settings.section_title_color }};
    margin: 0;
  }

  .trufairs-section-text {
    line-height: 1.8;
    color: {{ settings.text_color }};
    margin: 12px 0;
    font-size: 14px;
    text-align: justify;
  }

  .trufairs-policy-link {
    color: {{ settings.link_color }};
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s;
    display: inline-block;
    margin-top: 12px;
  }

  .trufairs-policy-link:hover {
    text-decoration: underline;
  }

  @media (max-width: 600px) {
    .trufairs-modal-content {
      margin: 20px;
      max-width: 100%;
      padding: 30px 20px;
    }

.trufairs-modal-close{
top:0px;
}


    .trufairs-modal-title {
      font-size: 24px;
      margin-bottom: 30px;
    }

    .trufairs-section-header {
      gap: 15px;
    }

 

    .trufairs-section-title {
      font-size: 18px;
    }

    .trufairs-section-text {
      font-size: 13px;
    }
  }


  @media (max-width:768px){
.verified-icon1{
width:50px !important;
height:50px !important;
 
}

}
 .shopify-back-to-top-btn {
    position: fixed;
    right: 30px;
    bottom: 130px;
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.shopify-back-to-top-btn.btt-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.shopify-back-to-top-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 107, 107, 0.4);
    background: linear-gradient(45deg, #ff5252, #d63031);
}

.shopify-back-to-top-btn:active {
    transform: translateY(-2px);
}

.shopify-back-to-top-btn .btt-arrow-icon {
    width: 24px;
    height: 24px;
    fill: white;
    transition: transform 0.3s ease;
}

.shopify-back-to-top-btn:hover .btt-arrow-icon {
    transform: translateY(-2px);
}

@keyframes btt-pulse {
    0% { box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3); }
    50% { box-shadow: 0 8px 25px rgba(255, 107, 107, 0.6); }
    100% { box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3); }
}

.shopify-back-to-top-btn.btt-pulse {
    animation: btt-pulse 2s infinite;
}

@media (max-width: 768px) {
    .shopify-back-to-top-btn {
        width: 45px;
        height: 45px;
        right: 20px;
        bottom: 95px;
    }
    
    .shopify-back-to-top-btn .btt-arrow-icon {
        width: 20px;
        height: 20px;
    }
}