/** Shopify CDN: Minification failed

Line 28:35 Unexpected "/"

**/
.trust-badge {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0;
  /* background: #e3dddd; */
/* background-color: rgba(116, 192, 68, 0.8); */
background-color: #1c2d59;
  
}

.trust-badge p {
  margin: 0;
  font-size: 12px;
  /* color: #666; */
  color: white;
  font-weight: 600;
  letter-spacing: 0.5px;
}


 Logos inside button next to text */
.checkout-with-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
}

.checkout-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.checkout-text {
  font-weight: 600;
}

.checkout-trust-logos {
  display: flex;
  gap: 4px;
  align-items: center;
}

.trust-logo {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: contain;
}


.cart__trust-features {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color:#1c2d59; /* Dark blue background */
  color: white;
  padding: 12px 30px;
  /* margin-top: 15px; */
  /* border-radius: 0 0 8px 8px;  Rounded bottom corners */ 
  gap: 15px;
}

.trust-feature {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 500;
  flex: 1;
  justify-content: center;
}

.trust-icon {
  font-size: 14px;
}

.trust-text {
  white-space: nowrap;
}

/* Responsive adjustments for smaller devices */
@media (max-width: 768px) {
  .cart__trust-features {
    padding: 10px 15px;
    gap: 10px;
  }
  
  .trust-feature {
    font-size: 10px;
  }
  
  .trust-icon {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .cart__trust-features {
    padding: 8px 12px;
    gap: 6px;
  }
  
  .trust-feature {
    font-size: 8px;
    gap: 3px;
  }
  
  .trust-icon {
    font-size: 11px;
  }
}


.d-mobile-stcky{
  display: none;
}
/* .d-desktop{
  display: none;
} */

@media (max-width: 768px) {
  .d-mobile-stcky{
  display: block;
    position: fixed;
    bottom: 0;
    background: white;
    z-index: 2;
    width: 100%;
    right:0;
}

  .subtotal-button-container{
    padding: 10px;
  }

  .d-desktop{
    display: none;
  }
}



form.cart__drawer-form {
        max-height: 100% !important;
  height: 100%;

  .drawer-footer{
    margin-top: auto;
  }

}



