.trust-block{margin:1.2rem 0}.trust-rating{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;margin-bottom:.6rem}.trust-stars{position:relative;display:inline-block;font-size:1.7rem;line-height:1;white-space:nowrap;font-family:Arial,sans-serif}.trust-stars__empty{color:rgba(var(--color-foreground),.22)}.trust-stars__full{position:absolute;top:0;left:0;overflow:hidden;color:#f5a623;white-space:nowrap}.trust-rating__text{font-size:1.4rem;font-weight:600;color:rgba(var(--color-foreground),.85)}.trust-social{display:flex;align-items:center;gap:.8rem;padding:.7rem 1rem;border:1px solid rgba(var(--color-foreground),.1);border-radius:999px;width:fit-content;max-width:100%;font-size:1.3rem;color:rgba(var(--color-foreground),.85);background:rgba(var(--color-foreground),.02)}.trust-social__avatars{display:inline-flex;align-items:center}.trust-social__avatars span{width:2.4rem;height:2.4rem;border-radius:50%;border:2px solid rgb(var(--color-background));margin-left:-.8rem;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:#fff}.trust-social__avatars span:first-child{margin-left:0}.trust-social__avatars span:nth-child(1){background:#6c8ae4}.trust-social__avatars span:nth-child(2){background:#e4a06c}.trust-social__avatars span:nth-child(3){background:#74c69d}.trust-social__check{color:#1d9bf0;font-weight:700}.trust-social strong{font-weight:700}.trust-benefits{list-style:none;margin:1.4rem 0;padding:0;display:flex;flex-direction:column;gap:1.2rem}.trust-benefits li{display:flex;align-items:flex-start;gap:1.1rem}.trust-benefits__icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:3.4rem;height:3.4rem;border-radius:50%;background:rgba(var(--color-foreground),.05);color:rgb(var(--color-foreground))}.trust-benefits__icon svg{width:1.9rem;height:1.9rem}.trust-benefits__body{display:flex;flex-direction:column;gap:.1rem;padding-top:.2rem}.trust-benefits__title{font-size:1.45rem;font-weight:700;line-height:1.3;color:rgb(var(--color-foreground))}.trust-benefits__text{font-size:1.3rem;line-height:1.4;color:rgba(var(--color-foreground),.65)}.trust-urgency{display:flex;flex-direction:column;gap:.4rem;margin:1.2rem 0}.trust-urgency__viewers{display:flex;align-items:center;gap:.6rem;font-size:1.3rem;font-weight:600;color:rgba(var(--color-foreground),.85)}.trust-urgency__dot{width:.9rem;height:.9rem;border-radius:50%;background:#e63946;position:relative;flex:0 0 auto}.trust-urgency__dot:after{content:"";position:absolute;top:-.3rem;right:-.3rem;bottom:-.3rem;left:-.3rem;border-radius:50%;border:2px solid rgba(230,57,70,.5);animation:trust-pulse 1.6s ease-out infinite}@keyframes trust-pulse{0%{transform:scale(.6);opacity:1}to{transform:scale(1.6);opacity:0}}.trust-urgency__trending{font-size:1.3rem;color:rgba(var(--color-foreground),.7)}.trust-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.4rem 0;padding:1.4rem 0;border-top:1px solid rgba(var(--color-foreground),.1);border-bottom:1px solid rgba(var(--color-foreground),.1)}.trust-badge{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem}.trust-badge__icon{display:inline-flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground))}.trust-badge__icon svg{width:2.6rem;height:2.6rem}.trust-badge__title{font-size:1.2rem;font-weight:600;line-height:1.25;color:rgba(var(--color-foreground),.9)}.trust-guarantee{display:flex;align-items:center;gap:.9rem;padding:1rem 1.2rem;margin:1.2rem 0;border-radius:1rem;background:#74c69d1f;border:1px solid rgba(116,198,157,.35);font-size:1.35rem;line-height:1.4;color:rgba(var(--color-foreground),.9)}.trust-guarantee__icon{flex:0 0 auto;display:inline-flex;color:#2f7d57}.trust-guarantee__icon svg{width:2.2rem;height:2.2rem}.trust-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem;align-items:center}.trust-bar__item{display:flex;align-items:center;gap:1rem;justify-content:center;text-align:left}.trust-bar__icon{flex:0 0 auto;display:inline-flex;color:rgb(var(--color-foreground))}.trust-bar__icon svg{width:2.8rem;height:2.8rem}.trust-bar__text{display:flex;flex-direction:column;line-height:1.25}.trust-bar__title{font-size:1.4rem;font-weight:700;color:rgb(var(--color-foreground))}.trust-bar__subtitle{font-size:1.2rem;color:rgba(var(--color-foreground),.65)}@media screen and (max-width:749px){.trust-bar{grid-template-columns:repeat(2,1fr);gap:1.4rem 1rem}.trust-bar__icon svg{width:2.4rem;height:2.4rem}.trust-bar__title{font-size:1.25rem}.trust-bar__subtitle{font-size:1.1rem}}.product__info-container .price--large .price-item{font-size:2.8rem;font-weight:700;letter-spacing:-.02em}.product__info-container .price__sale .price-item--regular s{font-size:1.8rem;opacity:.55;font-weight:500}.trust-save{display:inline-flex;align-items:center;gap:.8rem;margin:.8rem 0 .2rem;flex-wrap:wrap}.trust-save__pct{display:inline-block;padding:.4rem 1rem;border-radius:.6rem;background:#e63946;color:#fff;font-size:1.4rem;font-weight:800;letter-spacing:.02em;line-height:1.2}.trust-save__amt{font-size:1.35rem;font-weight:600;color:#2f7d57}.product-form__submit{min-height:5.4rem;font-size:1.6rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:var(--buttons-radius, .6rem);box-shadow:0 .4rem 1.2rem rgba(var(--color-foreground),.12);transition:transform .12s ease,box-shadow .18s ease,filter .18s ease}.product-form__submit:not([disabled]):hover{filter:brightness(1.05);box-shadow:0 .6rem 1.8rem rgba(var(--color-foreground),.2)}.product-form__submit:not([disabled]):active{transform:translateY(1px);box-shadow:0 .2rem .6rem rgba(var(--color-foreground),.16)}.product-form__buttons .shopify-payment-button{margin-top:.6rem}.product__price--hidden{display:none!important}.sale-pricebox{position:relative;margin:1.4rem 0;padding:1.6rem 1.8rem;border-radius:1rem;background:rgba(var(--color-foreground),.04);border:1px solid rgba(var(--color-foreground),.08)}.sale-pricebox__head{display:inline-block;font-size:1.15rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#b08442;margin-bottom:.8rem}.sale-pricebox__rows{display:flex;flex-direction:column;gap:.3rem}.sale-pricebox__row{display:flex;align-items:baseline;gap:.8rem}.sale-pricebox__reg-label,.sale-pricebox__sale-label{font-size:1.35rem;color:rgba(var(--color-foreground),.7)}.sale-pricebox__reg{font-size:1.5rem;color:rgba(var(--color-foreground),.55);text-decoration:line-through}.sale-pricebox__sale{font-size:2.8rem;font-weight:800;letter-spacing:-.02em;color:rgb(var(--color-foreground))}.sale-pricebox__circle{position:absolute;top:50%;right:1.6rem;transform:translateY(-50%);width:7rem;height:7rem;border-radius:50%;background:#b89968;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;line-height:1.1;box-shadow:0 .4rem 1rem #b8996866}.sale-pricebox__circle-spar{font-size:1.1rem;font-weight:700;letter-spacing:.06em}.sale-pricebox__circle-amt{font-size:1.3rem;font-weight:800}.trust-instock{display:flex;align-items:center;gap:.7rem;font-size:1.35rem;font-weight:600;color:rgba(var(--color-foreground),.8)}.trust-instock__dot{width:1rem;height:1rem;border-radius:50%;background:#3aa76d;box-shadow:0 0 0 .4rem #3aa76d2e;flex:0 0 auto}.trust-mini{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem;margin:1.6rem 0 .4rem;padding-top:1.4rem;border-top:1px solid rgba(var(--color-foreground),.1)}.trust-mini__item{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.trust-mini__icon{display:inline-flex;color:rgba(var(--color-foreground),.75)}.trust-mini__icon svg{width:2rem;height:2rem}.trust-mini__label{font-size:1.05rem;line-height:1.25;color:rgba(var(--color-foreground),.65)}.product__media-wrapper{position:relative}.product__bestseller-badge{position:absolute;top:1.4rem;left:1.4rem;z-index:2;padding:.7rem 1.6rem;border-radius:999px;background:#b89968;color:#fff;font-size:1.15rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 .3rem .9rem #b8996866}.prodrev__heading{font-size:2.4rem;font-weight:700;margin:0 0 2rem}.prodrev{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,3fr);gap:2.4rem;align-items:start}.prodrev__summary{display:flex;flex-direction:column;align-items:flex-start;gap:.6rem}.prodrev__big{font-size:4.6rem;font-weight:800;line-height:1}.prodrev__stars{font-size:1.9rem}.prodrev__caption{font-size:1.3rem;color:rgba(var(--color-foreground),.65);margin:.2rem 0 .6rem}.prodrev__write{display:inline-block;padding:1rem 1.6rem;border:1px solid rgb(var(--color-foreground));border-radius:.6rem;font-size:1.2rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;color:rgb(var(--color-foreground));transition:background .18s ease,color .18s ease}.prodrev__write:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.prodrev__list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.prodrev__card{border:1px solid rgba(var(--color-foreground),.1);border-radius:1rem;padding:1.6rem;background:rgb(var(--color-background))}.prodrev__card-stars{font-size:1.4rem;color:#f5a623}.prodrev__meta{display:flex;align-items:center;gap:.8rem;margin:.8rem 0 .4rem;flex-wrap:wrap}.prodrev__name{font-size:1.3rem;font-weight:700}.prodrev__verified{display:inline-flex;align-items:center;gap:.3rem;font-size:1.1rem;color:#3aa76d}.prodrev__verified svg{width:1.3rem;height:1.3rem}.prodrev__text{font-size:1.3rem;line-height:1.5;color:rgba(var(--color-foreground),.8)}.prodrev__text p{margin:0}.prodrev__seeall-wrap{text-align:center;margin-top:2rem}.prodrev__seeall{font-size:1.35rem;font-weight:600;text-decoration:underline;color:rgb(var(--color-foreground))}@media screen and (max-width:989px){.prodrev,.prodrev__list{grid-template-columns:1fr}}@media screen and (max-width:749px){.trust-stars{font-size:1.5rem}.trust-badges{gap:.6rem}.trust-badge__title{font-size:1.1rem}.trust-badge__icon svg{width:2.2rem;height:2.2rem}.product__info-container .price--large .price-item,.sale-pricebox__sale{font-size:2.4rem}.sale-pricebox__circle{width:6rem;height:6rem;right:1.2rem}.trust-mini{gap:.5rem}.trust-mini__label{font-size:.95rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-trust-custom.css.map */
