payment-methods-drawer,payment-methods-drawer *{font-family:inherit}.payment-methods-drawer__trigger{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 0;font-size:1.4rem;color:rgb(var(--color-foreground));text-underline-offset:.3rem;cursor:pointer;transition:opacity .2s ease;background:transparent;border:none}.payment-methods-drawer__trigger:hover{opacity:.7}.payment-methods-drawer__trigger-icon{font-size:1.6rem;font-weight:600}payment-methods-drawer{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:950!important;opacity:0;visibility:hidden;pointer-events:none;transition:visibility var(--drawer-transition-duration) var(--drawer-transition-timing-function)}payment-methods-drawer.is-visible{pointer-events:all;opacity:1;visibility:visible;background-color:transparent}payment-methods-drawer:before{content:"";display:block;position:fixed;top:0;right:0;bottom:0;left:0;height:100vh;background-color:#00000080;z-index:950!important;opacity:0;visibility:visible;transition:opacity var(--drawer-transition-duration) var(--drawer-transition-timing-function)}payment-methods-drawer.is-visible:before{opacity:1}payment-methods-drawer .payment-methods__inner{background-color:rgb(var(--color-background));display:flex;flex-direction:column;width:36rem;max-width:100%;height:100%;position:fixed;inset-block-start:0;inset-block-end:0;inset-inline-end:0;inset-inline-start:auto;z-index:1000!important;transform:translate(100%);transition:transform var(--drawer-transition-duration) var(--drawer-transition-timing-function),visibility var(--drawer-transition-duration) var(--drawer-transition-timing-function);overflow-y:auto}[dir=rtl] payment-methods-drawer .payment-methods__inner{inset-inline-end:auto;inset-inline-start:0;transform:translate(-100%)}payment-methods-drawer.is-visible .payment-methods__inner{transform:translate(0)}@media screen and (min-width: 750px){payment-methods-drawer{z-index:9999!important}payment-methods-drawer:before{z-index:9999!important}payment-methods-drawer .payment-methods__inner{z-index:10000!important}payment-methods-drawer.is-visible~.shopify-section-group-header-group .section-header,payment-methods-drawer.is-visible~* .section-header,body:has(payment-methods-drawer.is-visible) .section-header,body:has(payment-methods-drawer.is-visible) #shopify-section-header{z-index:1!important}payment-methods-drawer.is-visible~.shopify-section-group-header-group .section-announcement-bar,payment-methods-drawer.is-visible~* .section-announcement-bar,body:has(payment-methods-drawer.is-visible) .section-announcement-bar{z-index:1!important}body:has(payment-methods-drawer.is-visible) .header.is-sticky{z-index:1!important}payment-methods-drawer.is-visible~* [class*=header],payment-methods-drawer.is-visible~* [id*=header],body:has(payment-methods-drawer.is-visible) [class*=header],body:has(payment-methods-drawer.is-visible) [id*=header]{z-index:1!important}payment-methods-drawer.is-visible~* .is-sticky,body:has(payment-methods-drawer.is-visible) .is-sticky{z-index:1!important}body:has(payment-methods-drawer.is-visible) .section-header{z-index:1!important}body:has(payment-methods-drawer.is-visible) .section-announcement-bar{z-index:1!important}}.payment-methods-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:2.4rem 1.6rem 2rem;border-bottom:1px solid rgba(var(--color-foreground),.08)}.payment-methods-drawer__heading{margin:0;font-size:1.8rem;font-weight:600;color:rgb(var(--color-foreground))}.payment-methods-drawer__close{color:rgb(var(--color-link));background:none;border:none;width:2.4rem;height:2.4rem;padding:0;cursor:pointer;transition:opacity .2s ease}.payment-methods-drawer__close:hover{opacity:.7}.payment-methods-drawer__close svg{display:block;width:100%;height:100%}.payment-methods-drawer__content{flex:1;overflow-y:auto;padding:0 1.6rem 2.4rem}.payment-tabs__nav{display:flex;gap:0;margin-bottom:2rem;border-bottom:1px solid rgba(var(--color-foreground),.08);overflow-x:auto;-webkit-overflow-scrolling:touch}.payment-tabs__trigger{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1.2rem 2rem;background:transparent;border:none;border-bottom:3px solid transparent;color:rgba(var(--color-foreground),.6);font-size:1.4rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex:1;min-width:fit-content}.payment-tabs__trigger:hover{color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.02)}.payment-tabs__trigger.active{color:rgb(var(--color-foreground));border-bottom-color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.03);font-weight:600}.payment-tabs__trigger svg{width:2rem;height:2rem}.payment-tabs__trigger img{width:2.4rem;height:auto}.payment-tabs__pix-text{font-weight:600}.payment-tab__panel{display:none}.payment-tab__panel.active{display:block;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.payment-installments__table{width:100%;border-collapse:collapse;margin-bottom:2rem}.payment-installments__row{border-bottom:1px solid rgba(var(--color-foreground),.08);transition:background-color .2s ease}.payment-installments__row:last-child{border-bottom:none}.payment-installments__row:hover{background:rgba(var(--color-foreground),.02)}.payment-installments__row--highlight{background:rgba(var(--color-success, 34, 139, 34),.05)}.payment-installments__row--highlight:hover{background:rgba(var(--color-success, 34, 139, 34),.08)}.payment-installments__row td{padding:1.2rem 1rem;vertical-align:middle}.payment-installments__info{display:flex;align-items:center;gap:.8rem}.payment-installments__number{font-size:1.4rem;color:rgb(var(--color-foreground));font-weight:500}.payment-installments__badge{display:inline-block;padding:.2rem .6rem;background:rgba(var(--color-success, 34, 139, 34),.1);color:rgb(var(--color-success, 34, 139, 34));font-size:1.1rem;font-weight:600;border-radius:.3rem;text-transform:uppercase}.payment-installments__total{text-align:right;font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground))}.payment-method__price-display{padding:2rem;background:rgba(var(--color-foreground),.03);border-radius:.8rem;margin-bottom:2rem;border:1px solid rgba(var(--color-foreground),.05)}.payment-method__price,.payment-method__price-discount{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.payment-method__price:last-child,.payment-method__price-discount:last-child{margin-bottom:0}.payment-method__price-label{font-size:1.6rem;font-weight:600;color:rgba(var(--color-foreground),.8)}.payment-method__price-value{font-size:2.4rem;font-weight:700;color:rgb(var(--color-foreground))}.payment-method__discount-badge{display:inline-block;padding:.4rem .8rem;background:rgb(var(--color-success, 34, 139, 34));color:#fff;font-size:1.2rem;font-weight:600;border-radius:.4rem;margin-left:.8rem}.payment-method__info-title{margin:0 0 1rem;font-size:1.6rem;font-weight:600;color:rgb(var(--color-foreground))}.payment-method__info-text{margin:0 0 1rem;font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.75)}.payment-method__info-note{margin:0;padding:1rem;background:rgba(var(--color-warning, 255, 193, 7),.1);color:rgb(var(--color-foreground));font-size:1.3rem;border-radius:.4rem;border-left:3px solid rgb(var(--color-warning, 255, 193, 7))}.payment-methods__footer{padding:2rem 1.6rem;border-top:1px solid rgba(var(--color-foreground),.08);background:rgba(var(--color-foreground),.01)}.payment-methods__security{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(var(--color-foreground),.08)}.payment-methods__cards{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.payment-methods__security svg,.payment-methods__cards svg{width:2.4rem;height:2.4rem;flex-shrink:0;color:rgb(var(--color-success, 34, 139, 34))}.payment-methods__security-text,.payment-methods__cards-text{flex:1}.payment-methods__security-text strong,.payment-methods__cards-text strong{display:block;margin-bottom:.4rem;font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground))}.payment-methods__security-text span,.payment-methods__cards-text span,.payment-methods-card-2{display:block;font-size:1.3rem;line-height:1.5;color:rgba(var(--color-foreground),.7)}.payment-methods__cards-logos{display:flex;gap:.8rem;margin-top:1rem;flex-wrap:wrap;align-items:center}.payment-methods__cards-logos img{height:2.4rem;width:auto;border-radius:.4rem;border:1px solid rgba(var(--color-foreground),.1);background:#fff;padding:.2rem}@media screen and (max-width: 749px){payment-methods-drawer .payment-methods__inner{max-width:100%;width:100%}.payment-method__price-value{font-size:2rem}.payment-methods-drawer__header{padding:2rem 1.6rem 1.5rem}.payment-tabs__trigger{padding:1rem 1.5rem;font-size:1.3rem}.payment-installments__row td{padding:1rem .8rem}.payment-installments__number,.payment-installments__total{font-size:1.3rem}.payment-methods__footer{padding:1.5rem 1.6rem}.payment-methods__security,.payment-methods__cards{gap:.8rem}.payment-methods__cards-logos{gap:.6rem}.payment-methods__cards-logos img{height:2rem}}@media screen and (min-width: 990px){.payment-methods-drawer__header{padding:2rem 3.6rem}payment-methods-drawer .payment-methods__inner{width:60rem}.payment-methods-drawer__content{padding:0 3.6rem 2.4rem}}:root{--color-success: 34, 139, 34;--color-warning: 255, 193, 7}
/*# sourceMappingURL=/cdn/shop/t/17/assets/component-payment-methods-drawer.css.map */
