.pbx-section{--pbx-border: #1c404c;--pbx-seal: #ffd500;--pbx-autoship: #fff9db;--pbx-green: #10c83d;--pbx-green-dark: #06982b;--pbx-text: #111111;--pbx-muted: #666666;--pbx-light: #f5f5f5;width:100%;padding:40px 0;background:#fff;font-family:Inter,Helvetica,Arial,sans-serif}.pbx-section *,.pbx-section *:before,.pbx-section *:after{box-sizing:border-box}.pbx-inner{width:100%;max-width:1200px;margin:0 auto;padding:0 15px;display:grid;grid-template-columns:1fr;gap:42px}.pbx-card{position:relative;width:100%;padding:38px 15px 22px;background:#fff;border:2px solid var(--pbx-border);border-radius:14px;text-align:center}.pbx-card--highlight{box-shadow:0 10px 32px #0000001a}.pbx-card__badge{position:absolute;top:-17px;left:50%;transform:translate(-50%);min-width:130px;padding:7px 20px;border-radius:999px;color:#fff;font-size:14px;font-weight:700;line-height:1;white-space:nowrap}.pbx-card__title{margin:0 0 5px;color:#000;font-size:27px;font-weight:800;line-height:1.1;text-transform:uppercase}.pbx-card__subtitle{margin:0 0 12px;color:#000;font-size:17px;font-weight:600;line-height:1.35}.pbx-card__media{position:relative;width:100%;min-height:215px;margin:0 0 10px;display:flex;align-items:center;justify-content:center}.pbx-card__img{display:block;width:auto;max-width:230px;max-height:240px;object-fit:contain}.pbx-card__seal{position:absolute;top:-2px;right:3%;width:96px;height:96px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--pbx-seal);clip-path:polygon(50% 0%,61% 10%,73% 3%,79% 15%,92% 12%,93% 25%,100% 32%,92% 42%,100% 50%,92% 58%,100% 68%,93% 75%,92% 88%,79% 85%,73% 97%,61% 90%,50% 100%,39% 90%,27% 97%,21% 85%,8% 88%,7% 75%,0% 68%,8% 58%,0% 50%,8% 42%,0% 32%,7% 25%,8% 12%,21% 15%,27% 3%,39% 10%);transform:rotate(4deg);color:#000}.pbx-card__seal-price{font-size:18px;font-weight:800;line-height:1}.pbx-card__seal-label{margin-top:3px;font-size:10px;font-weight:600}.pbx-card__pricerow{margin:4px 0 15px}.pbx-card__regular{display:flex;justify-content:center;align-items:center;gap:5px;color:#666;font-size:14px}.pbx-card__regular-price{text-decoration:line-through;text-decoration-color:#e00000;text-decoration-thickness:1.5px}.pbx-card__final-price{display:block;margin-top:4px;color:#222;font-size:32px;font-weight:800;line-height:1.1}.pbx-card__form{width:100%;text-align:left}.pbx-option{position:relative;display:block;width:100%;margin:0 0 9px;overflow:hidden;border:1.5px solid #d5d5d5;border-radius:7px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.pbx-option--autoship{background:var(--pbx-autoship)}.pbx-option--onetime{background:#f5f5f5}.pbx-option--selected{border-color:#234e3c;box-shadow:0 0 0 1px #234e3c}.pbx-option__radio{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.pbx-option__head{width:100%;padding:11px 10px;display:flex;align-items:center;gap:8px}.pbx-option__radio-visual{position:relative;flex:0 0 19px;width:19px;height:19px;border:1.5px solid #a9a9a9;border-radius:4px;background:#fff}.pbx-option__radio:checked~.pbx-option__head .pbx-option__radio-visual{border-color:#55705b;background:#55705b}.pbx-option__radio:checked~.pbx-option__head .pbx-option__radio-visual:after{content:"";position:absolute;left:5px;top:2px;width:6px;height:10px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.pbx-option__label{flex:1;display:flex;align-items:center;flex-wrap:wrap;gap:7px;padding-left:2px;color:#000;font-size:14px;font-weight:700;line-height:1.2}.pbx-option__price{flex:0 0 auto;color:#000;font-size:14px;font-weight:800;white-space:nowrap}.pbx-option__pill{display:inline-flex;align-items:center;padding:3px 8px;border-radius:5px;background:#13494b;color:#fff;font-size:10px;font-weight:700;line-height:1.1;white-space:nowrap}.pbx-option__bullets{display:flex;flex-direction:column;gap:8px;padding:0 10px 12px 38px}.pbx-bullet{width:100%;display:flex;align-items:center;gap:6px;color:#000;font-size:12px;line-height:1.3}.pbx-bullet__check{flex:0 0 12px}.pbx-bullet__text{flex:1}.pbx-bullet__value{margin-left:auto;color:#666;text-decoration:line-through;white-space:nowrap}.pbx-bullet__free{color:#0aa42d;font-weight:800;white-space:nowrap}.pbx-card.is-onetime .pbx-option__bullets{opacity:.55}.pbx-card__freeship{margin:7px 0 13px;display:flex;align-items:center;justify-content:center;gap:7px;color:#222;font-size:14px;font-weight:600}.pbx-card__freeship-icon{width:21px;height:auto}.pbx-cta{width:100%;min-height:58px;padding:12px 20px;display:flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;background:linear-gradient(90deg,var(--pbx-green-dark),var(--pbx-green));color:#fff;cursor:pointer;transition:transform .15s ease,filter .15s ease,box-shadow .15s ease}.pbx-cta:hover{filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 5px 12px #00000021}.pbx-cta:active{transform:translateY(0)}.pbx-cta:disabled{opacity:.6;cursor:not-allowed}.pbx-cta__text{color:#fff;font-size:20px;font-weight:800;line-height:1}.pbx-cta__icon{flex:0 0 19px}.pbx-card__guarantee{margin:9px 0 0;display:flex;justify-content:center;align-items:center;gap:5px;color:#000;font-size:12px;font-weight:500;text-align:center}.pbx-card__guarantee-icon{flex:0 0 14px}.pbx-card__payments{width:100%;margin:17px 0 0;display:flex;justify-content:center}.pbx-card__payments img{display:block;width:auto;max-width:200px;max-height:32px;object-fit:contain}.pbx-card__cutoff{margin-top:17px;padding-top:12px;border-top:1px solid #68806c}.pbx-card__cutoff p{margin:0;color:#000;font-size:13px;line-height:1.45;text-align:center}.pbx-cutoff-date{padding:2px 4px;background:var(--pbx-seal);font-weight:800}.pbx-cutoff-time{color:#d70000;font-weight:700;font-variant-numeric:tabular-nums}@media screen and (max-width:390px){.pbx-card{padding-left:11px;padding-right:11px}.pbx-card__title{font-size:24px}.pbx-card__subtitle{font-size:15px}.pbx-card__seal{right:0;width:84px;height:84px}.pbx-card__seal-price{font-size:16px}.pbx-option__head{padding-left:8px;padding-right:8px}.pbx-option__label,.pbx-option__price{font-size:13px}.pbx-option__bullets{padding-left:34px}}@media screen and (min-width:990px){.pbx-section{padding:55px 0}.pbx-inner{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:start}.pbx-card{padding:40px 18px 25px}.pbx-card--highlight{transform:translateY(-5px)}.pbx-card__title{font-size:30px}.pbx-card__subtitle{min-height:30px;font-size:19px}.pbx-card__media{min-height:240px}.pbx-card__img{max-width:250px;max-height:250px}.pbx-card__seal{width:118px;height:118px}.pbx-card__seal-price{font-size:24px}.pbx-card__seal-label{font-size:12px}.pbx-card__final-price{font-size:37px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/buybox-tiers.css.map */
