
.vaniseo-trust-wrap{
  --vtb-gold:#d3a228;
  --vtb-gold-dark:#b68512;
  --vtb-cream:#f7f4ef;
  --vtb-cream-deep:#efebe5;
  --vtb-text:#6b7080;
  --vtb-heading:#c89822;
  --vtb-border:#e4dfd9;
  margin:24px 0;
  font-family:inherit;
}
.vaniseo-payment-banner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  background:linear-gradient(180deg,#fff 0%, #fbfaf7 100%);
  border:1px solid var(--vtb-border);
  border-radius:18px;
  padding:16px 20px;
  box-shadow:0 10px 26px rgba(145,124,74,.06);
  margin-bottom:24px;
}
.vaniseo-payment-banner__left{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.vaniseo-payment-banner__icon{
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:radial-gradient(circle at top,#f2d57f 0%, var(--vtb-gold) 70%);
  color:#fff;
  box-shadow:0 8px 20px rgba(211,162,40,.28);
}
.vaniseo-payment-banner__icon svg{
  width:22px;
  height:22px;
}
.vaniseo-payment-banner__text{
  color:#717688;
  font-size:16px;
  line-height:1.5;
}
.vaniseo-payment-banner__methods{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.vaniseo-pay-badge{
  min-width:58px;
  height:34px;
  padding:0 10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:9px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.03em;
  border:1px solid rgba(0,0,0,.06);
  background:#fff;
  color:#495161;
  box-shadow:0 4px 10px rgba(0,0,0,.05);
}
.vaniseo-pay-badge--cb{background:#f9f6f0;color:#a26d00;}
.vaniseo-pay-badge--visa{background:#f6f8ff;color:#1a3ea8;}
.vaniseo-pay-badge--mastercard{background:#fff7f2;color:#b84f12;}
.vaniseo-pay-badge--amex{background:#eef8ff;color:#0079c1;}
.vaniseo-pay-badge--paypal{background:#f4f8ff;color:#1443a2;min-width:72px;}

.vaniseo-trust-grid{
  display:grid;
  gap:32px;
}
.vaniseo-trust-wrap.columns-desktop-1 .vaniseo-trust-grid{grid-template-columns:repeat(1,minmax(0,1fr));}
.vaniseo-trust-wrap.columns-desktop-2 .vaniseo-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.vaniseo-trust-wrap.columns-desktop-3 .vaniseo-trust-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.vaniseo-trust-wrap.columns-desktop-4 .vaniseo-trust-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
.vaniseo-trust-wrap.columns-desktop-5 .vaniseo-trust-grid{grid-template-columns:repeat(5,minmax(0,1fr));}

.vaniseo-trust-card{
  position:relative;
  text-align:center;
  padding-top:126px;
}
.vaniseo-trust-card__circle{
  width:285px;
  height:285px;
  max-width:100%;
  margin:0 auto;
  border-radius:999px;
  background:
    radial-gradient(circle at 50% 40%, #f5f2ed 0%, #f0ede8 68%, #ede8e2 100%);
  border:5px solid #f5f1ec;
  box-shadow:
    inset 0 0 0 5px #ece8e2,
    0 10px 30px rgba(178,168,150,.1);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--vtb-gold);
  position:relative;
  z-index:2;
}
.vaniseo-trust-card__icon{
  width:128px;
  height:128px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.vaniseo-icon-made .vaniseo-trust-card__icon{
  width:150px;
  height:150px;
}
.vaniseo-trust-card__icon svg{
  width:100%;
  height:100%;
}
.vaniseo-trust-card__content{
  margin:-40px auto 0;
  width:calc(100% - 12px);
  min-height:238px;
  background:linear-gradient(180deg,#faf9f7 0%, #f7f5f2 100%);
  border:1px solid var(--vtb-border);
  border-radius:22px;
  padding:56px 24px 28px;
  box-shadow:0 10px 30px rgba(92,87,74,.05);
}
.vaniseo-trust-card__badge{
  position:absolute;
  top:250px;
  left:50%;
  transform:translateX(-50%);
  width:54px;
  height:54px;
  border-radius:999px;
  background:linear-gradient(180deg,#dab03d 0%,#c7961f 100%);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 22px rgba(199,150,31,.28);
  z-index:3;
}
.vaniseo-trust-card__badge svg{
  width:26px;
  height:26px;
}
.vaniseo-trust-card__title{
  margin:0 0 16px;
  color:var(--vtb-heading);
  font-size:28px;
  line-height:1.08;
  font-weight:700;
  letter-spacing:.015em;
}
.vaniseo-trust-card__line{
  color:var(--vtb-text);
  font-size:18px;
  line-height:1.38;
}
.vaniseo-trust-card__line + .vaniseo-trust-card__line{
  margin-top:8px;
}
.vaniseo-trust-card__line--strong{
  color:#616776;
  font-size:22px;
  font-weight:600;
}
.vaniseo-trust-wrap.auto-product-gallery{
  margin-top:22px;
}
.woocommerce-product-gallery .vaniseo-trust-wrap.auto-product-gallery .vaniseo-payment-banner{
  margin-top:10px;
}

/* Tablet */
@media (max-width: 1200px){
  .vaniseo-trust-wrap.columns-tablet-1 .vaniseo-trust-grid{grid-template-columns:repeat(1,minmax(0,1fr));}
  .vaniseo-trust-wrap.columns-tablet-2 .vaniseo-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .vaniseo-trust-wrap.columns-tablet-3 .vaniseo-trust-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .vaniseo-trust-card__circle{
    width:240px;
    height:240px;
  }
  .vaniseo-trust-card{
    padding-top:108px;
  }
  .vaniseo-trust-card__content{
    min-height:220px;
    padding-top:50px;
  }
  .vaniseo-trust-card__badge{
    top:210px;
  }
  .vaniseo-trust-card__title{
    font-size:24px;
  }
}

@media (max-width: 980px){
  .vaniseo-payment-banner{
    flex-direction:column;
    align-items:flex-start;
  }
  .vaniseo-payment-banner__methods{
    justify-content:flex-start;
  }
}

/* Mobile */
@media (max-width: 767px){
  .vaniseo-trust-wrap.columns-mobile-1 .vaniseo-trust-grid{grid-template-columns:repeat(1,minmax(0,1fr));}
  .vaniseo-trust-wrap.columns-mobile-2 .vaniseo-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .vaniseo-trust-card__circle{
    width:210px;
    height:210px;
  }
  .vaniseo-trust-card{
    padding-top:94px;
  }
  .vaniseo-trust-card__badge{
    top:186px;
    width:48px;
    height:48px;
  }
  .vaniseo-trust-card__content{
    min-height:auto;
    padding:50px 18px 24px;
  }
  .vaniseo-trust-card__title{
    font-size:21px;
  }
  .vaniseo-trust-card__line{
    font-size:16px;
  }
  .vaniseo-trust-card__line--strong{
    font-size:20px;
  }
  .vaniseo-payment-banner__text{
    font-size:14px;
  }
}
