.burchda-purchase-media,.burchda-purchase-media *{box-sizing:border-box}.burchda-purchase-media{display:grid;gap:var(--purchase-media-gap, 14px);width:100%;margin:16px 0 4px}.burchda-purchase-media__payment,.burchda-purchase-media__gift{display:block;width:100%;overflow:hidden;text-decoration:none;background:#fff;border:1px solid #dfe5e0;border-radius:10px}.burchda-purchase-media__payment{min-height:0;padding:0}.burchda-purchase-media__payment--has-image{min-height:0;padding:0;background:transparent;border:0}.burchda-purchase-media__payment-image{display:block;width:100%;max-width:none;height:auto;margin:0;object-fit:contain}.burchda-purchase-media__payment-placeholder{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:58px;padding:10px 14px}.burchda-purchase-media__chips{display:flex;flex-wrap:wrap;gap:5px}.burchda-purchase-media__chips span{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:3px 7px;color:#42634d;font-size:8px;font-weight:800;line-height:1;letter-spacing:.5px;background:#f1f7f3;border:1px solid #cfddd3;border-radius:4px}.burchda-purchase-media__payment-placeholder strong{color:#6a746d;font-size:10px;font-weight:650;line-height:1.35;text-align:right}.burchda-purchase-media__gift{color:#21452c}.burchda-purchase-media__gift-image{display:block;width:100%;height:auto}.burchda-purchase-media__gift-placeholder{display:grid;grid-template-columns:56px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;column-gap:16px;min-height:190px;padding:24px;background:radial-gradient(circle at 88% 14%,rgba(255,202,73,.36),transparent 26%),linear-gradient(135deg,#edf8ef,#dcefe1);border:1px dashed #74a682}.burchda-purchase-media__gift-icon{grid-row:1 / 3;display:flex;align-items:center;justify-content:center;width:56px;height:56px;color:#2f7443;background:#ffffffc7;border-radius:50%}.burchda-purchase-media__gift-icon svg{width:30px;height:30px}.burchda-purchase-media__gift-placeholder strong{align-self:end;color:#183c24;font-size:18px;font-weight:750;line-height:1.25}.burchda-purchase-media__gift-placeholder>span:last-child{align-self:start;margin-top:5px;color:#55715d;font-size:12px;line-height:1.45}@media screen and (max-width:749px){.burchda-purchase-media{margin-top:12px}.burchda-purchase-media__payment{padding:0}.burchda-purchase-media__payment-placeholder{align-items:flex-start;flex-direction:column;gap:7px;padding:9px 10px}.burchda-purchase-media__payment-placeholder strong{text-align:left}.burchda-purchase-media__gift-placeholder{min-height:150px;padding:18px}.burchda-purchase-media__gift-placeholder strong{font-size:16px}}.burchda-assurance{display:block;margin:22px 0 0;color:#17221a}.burchda-assurance,.burchda-assurance *{box-sizing:border-box}.burchda-assurance__triggers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.burchda-assurance__trigger{display:grid;grid-template-columns:28px minmax(0,1fr) 18px;align-items:center;gap:8px;min-width:0;min-height:64px;padding:11px 12px;color:#17221a;font:inherit;text-align:left;background:#fff;border:1px solid #dfe5e0;border-radius:10px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.burchda-assurance__trigger:hover{border-color:#9bc8a8;box-shadow:0 5px 16px #19462712}.burchda-assurance__trigger[aria-expanded=true]{background:#eff8f1;border-color:#54a96d;box-shadow:inset 0 0 0 1px #54a96d}.burchda-assurance__trigger:focus-visible{outline:3px solid rgba(84,169,109,.35);outline-offset:2px}.burchda-assurance__icon,.burchda-assurance__panel-icon{display:flex;align-items:center;justify-content:center;color:#2f7443}.burchda-assurance__icon svg{width:24px;height:24px;color:currentColor;fill:currentColor;stroke:currentColor}.burchda-assurance__title{min-width:0;color:#17221a;font-size:12px;font-weight:750;line-height:1.25}.burchda-assurance__chevron{position:relative;width:18px;height:18px;border-radius:50%;background:#edf1ee;transition:background-color .2s ease,transform .2s ease}.burchda-assurance__chevron:before{content:"";position:absolute;top:5px;left:6px;width:5px;height:5px;border-right:1.5px solid #314138;border-bottom:1.5px solid #314138;transform:rotate(45deg)}.burchda-assurance__trigger[aria-expanded=true] .burchda-assurance__chevron{background:#54a96d;transform:rotate(180deg)}.burchda-assurance__trigger[aria-expanded=true] .burchda-assurance__chevron:before{border-color:#fff}.burchda-assurance__panels{margin-top:8px}.burchda-assurance__panel{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:start;gap:12px;padding:15px 17px;color:#4f5a53;background:#f4f8f5;border:1px solid #dce9df;border-left:3px solid #54a96d;border-radius:9px;animation:burchda-assurance-reveal .2s ease both}.burchda-assurance__panel[hidden]{display:none}.burchda-assurance__panel-icon svg{width:25px;height:25px;color:currentColor;fill:currentColor;stroke:currentColor}.burchda-assurance__panel strong{display:block;margin:0 0 3px;color:#17221a;font-size:13px;font-weight:750;line-height:1.35}.burchda-assurance__content{color:#667069;font-size:12px;line-height:1.55}.burchda-assurance__content p{margin:0}@keyframes burchda-assurance-reveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:749px){.burchda-assurance{margin-top:18px}.burchda-assurance__triggers{gap:5px}.burchda-assurance__trigger{grid-template-columns:1fr;justify-items:center;gap:5px;min-height:86px;padding:10px 6px;text-align:center}.burchda-assurance__title{font-size:10px}.burchda-assurance__chevron{width:16px;height:16px}.burchda-assurance__chevron:before{top:4px;left:5px}.burchda-assurance__panel{padding:13px 14px}}@media(prefers-reduced-motion:reduce){.burchda-assurance__trigger,.burchda-assurance__chevron,.burchda-assurance__panel{transition:none;animation:none}}
/*# sourceMappingURL=/cdn/shop/t/7/compiled_assets/styles.css.map?subset=AAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAABA */
