/* BoostSante Product Trust */
.single-product .summary .bspt-trust,
.single-product .summary .bspt-confidence,
.single-product .summary .bspt-trust *,
.single-product .summary .bspt-confidence *{box-sizing:border-box}

.bspt-trust{
 width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;
 margin:22px 0 0;padding:4px 0;border-top:1px solid #ece8e1;border-bottom:1px solid #ece8e1;
 background:#fff
}
.bspt-trust-item{
 min-width:0;display:flex;align-items:center;gap:11px;padding:15px 13px
}
.bspt-trust-item:nth-child(odd){border-right:1px solid #ece8e1}
.bspt-trust-item:nth-child(-n+2){border-bottom:1px solid #ece8e1}
.bspt-icon{
 width:34px;height:34px;flex:0 0 34px;display:flex;align-items:center;justify-content:center;
 border-radius:50%;background:#f6f2eb;color:#171717
}
.bspt-icon svg,.bspt-confidence-icon svg{
 width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.45;
 stroke-linecap:round;stroke-linejoin:round
}
.bspt-trust-copy{display:block;min-width:0}
.bspt-trust-copy strong{
 display:block;margin:0 0 2px;font-size:11px;line-height:1.25;font-weight:600;color:#171717
}
.bspt-trust-copy small{
 display:block;font-size:9.5px;line-height:1.35;font-weight:400;color:#8a847c
}

.bspt-confidence{
 position:relative;width:100%;margin:20px 0 0;padding:20px 20px 18px;
 border:1px solid #ebe5dc;border-radius:15px;
 background:linear-gradient(145deg,#fbfaf7 0%,#f7f3ed 100%);overflow:hidden
}
.bspt-confidence:after{
 content:"";position:absolute;right:-55px;top:-70px;width:145px;height:145px;border-radius:50%;
 background:rgba(204,187,163,.16);pointer-events:none
}
.bspt-confidence-head{
 position:relative;z-index:1;display:flex;align-items:center;gap:9px;margin-bottom:15px
}
.bspt-mini-mark{display:block;width:18px;height:1px;background:#9a8062}
.bspt-confidence-head h3{
 margin:0!important;padding:0!important;font-family:inherit!important;font-size:13px!important;
 line-height:1.2!important;font-weight:600!important;letter-spacing:.01em!important;color:#171717!important
}
.bspt-confidence-row{
 position:relative;z-index:1;display:grid;grid-template-columns:35px 1fr;gap:11px;
 align-items:start;padding:13px 0;border-top:1px solid rgba(52,45,37,.08)
}
.bspt-confidence-icon{
 width:35px;height:35px;display:flex;align-items:center;justify-content:center;
 border-radius:10px;background:#fff;color:#1a1a1a;border:1px solid #ece6de
}
.bspt-confidence-row strong{
 display:block;margin:1px 0 3px;font-size:11px;line-height:1.3;font-weight:600;color:#1a1a1a
}
.bspt-confidence-row p{
 margin:0!important;padding:0!important;font-size:10px!important;line-height:1.5!important;color:#77716a!important
}
.bspt-support-copy a{
 display:inline-flex;align-items:center;gap:6px;margin-top:7px;
 font-size:9.5px;font-weight:600;color:#171717!important;text-decoration:none!important;
 border-bottom:1px solid #a58d70;padding-bottom:2px
}
.bspt-support-copy a span{transition:transform .2s ease}
.bspt-support-copy a:hover span{transform:translateX(3px)}

/* Refine standard WooCommerce purchase controls without changing functionality */
.single-product .summary form.cart{margin-bottom:0}
.single-product .summary .quantity input.qty{border-radius:10px}
.single-product .summary .single_add_to_cart_button{
 min-height:48px;border-radius:10px!important;transition:transform .2s ease,opacity .2s ease!important
}
.single-product .summary .single_add_to_cart_button:hover{transform:translateY(-1px)}
.single-product .summary .woocommerce-variation-price{margin-bottom:12px}

/* Avoid theme/global overflow */
.bspt-trust,.bspt-confidence{max-width:100%;overflow-x:hidden}
.bspt-trust svg,.bspt-confidence svg{display:block;max-width:100%}

@media(max-width:767px){
 .bspt-trust{margin-top:18px}
 .bspt-trust-item{padding:13px 9px;gap:8px}
 .bspt-icon{width:31px;height:31px;flex-basis:31px}
 .bspt-icon svg{width:15px;height:15px}
 .bspt-trust-copy strong{font-size:10px}
 .bspt-trust-copy small{font-size:8.5px}
 .bspt-confidence{margin-top:16px;padding:17px 16px 14px;border-radius:13px}
}
@media(max-width:390px){
 .bspt-trust{grid-template-columns:1fr}
 .bspt-trust-item:nth-child(odd){border-right:0}
 .bspt-trust-item:nth-child(-n+3){border-bottom:1px solid #ece8e1}
 .bspt-trust-item{padding:11px 8px}
}
@media(prefers-reduced-motion:reduce){
 .bspt-support-copy a span,.single-product .summary .single_add_to_cart_button{transition:none!important}
}

.bspt-animate{opacity:0;transform:translateY(7px);transition:opacity .42s ease,transform .42s ease}
.bspt-animate.bspt-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.bspt-animate{opacity:1!important;transform:none!important}}
