/* GoJD product shipping & receiving bottom sheet — 2026-08-29 */
.gojd-shipping-trigger{width:100%;min-height:44px;margin:2px 0 10px;padding:7px 0;border:0;background:transparent;display:grid;grid-template-columns:30px minmax(0,1fr) auto 18px;align-items:center;gap:8px;color:#242424;font:inherit;text-align:left;cursor:pointer}
.gojd-shipping-trigger-icon{width:28px;height:28px;border:1px solid #e3e6eb;border-radius:50%;display:grid;place-items:center;background:#fff;color:#d00000}.gojd-shipping-trigger-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.gojd-shipping-trigger-copy{display:flex;flex-direction:column;min-width:0;gap:2px}.gojd-shipping-trigger-copy strong{font-size:11.5px;line-height:1.2;font-weight:800}.gojd-shipping-trigger-copy small{font-size:10px;line-height:1.25;color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gojd-shipping-trigger-cost{font-size:10px;font-weight:800;color:#1e7a46;background:#eefaf3;border:1px solid #d9f0e2;border-radius:999px;padding:4px 7px;white-space:nowrap}.gojd-shipping-trigger-arrow{display:grid;place-items:center;color:#6b6b6b}.gojd-shipping-trigger-arrow svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}.gojd-shipping-trigger:hover .gojd-shipping-trigger-arrow svg{transform:translateX(2px)}.gojd-shipping-trigger:focus-visible{outline:2px solid #e50914;outline-offset:3px;border-radius:6px}

.gojd-ship-sheet{max-height:min(88vh,790px)}.gojd-ship-sheet-scroll{max-height:calc(min(88vh,790px) - 83px)}.gojd-ship-header-back{width:34px;height:34px;border:1px solid #e1e1e1;border-radius:50%;background:#fff;display:grid;place-items:center;cursor:pointer;flex:0 0 auto}.gojd-ship-header-back[hidden]{display:none}.gojd-ship-header-back svg{width:18px;height:18px;fill:none;stroke:#222;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.gojd-ship-sheet-header>div{flex:1;min-width:0}.gojd-ship-content{display:block}.gojd-ship-intro{padding:3px 2px 12px}.gojd-ship-intro strong{display:block;font-size:14px;line-height:1.25;margin-bottom:4px}.gojd-ship-intro p{font-size:11.5px;line-height:1.45;color:#626262;margin:0}
.gojd-ship-address-card{width:100%;border:1px solid #e5e5e5;background:#fff;border-radius:14px;padding:12px;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;text-align:left;color:#1d1d1f;cursor:pointer;margin-bottom:12px}.gojd-ship-address-card:hover{border-color:#d6d6d6;background:#fdfdfd}.gojd-ship-address-card.has-address{border-color:#dedede}.gojd-ship-address-icon{width:34px;height:34px;border-radius:10px;background:#fff2f2;color:#d10d17;display:grid;place-items:center;flex:0 0 auto}.gojd-ship-address-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.gojd-ship-address-card>span:nth-child(2){display:flex;flex-direction:column;min-width:0}.gojd-ship-address-card small{font-size:9.5px;color:#7a7a7a;line-height:1.2}.gojd-ship-address-card strong{font-size:12.5px;line-height:1.25;margin-top:2px}.gojd-ship-address-card em{font-style:normal;font-size:9.5px;line-height:1.35;color:#686868;margin-top:3px}.gojd-ship-address-change{display:flex;align-items:center;gap:2px;font-size:10px;font-weight:800;color:#b10c15;white-space:nowrap}.gojd-ship-address-change svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.gojd-ship-cep{border:1px solid #e8e8e8;border-radius:14px;padding:11px 12px;margin-bottom:12px;background:#fafafa}.gojd-ship-cep>label{display:block;font-size:10.5px;font-weight:800;margin-bottom:7px}.gojd-ship-cep>div{display:flex;gap:7px}.gojd-ship-cep input{height:39px;flex:1;min-width:0;border:1px solid #d9d9d9;border-radius:10px;padding:0 11px;background:#fff;color:#191919;font:inherit;font-size:12px;outline:none}.gojd-ship-cep input:focus{border-color:#e50914;box-shadow:0 0 0 2px rgba(229,9,20,.08)}.gojd-ship-cep button{height:39px;border:0;border-radius:10px;padding:0 15px;background:#191919;color:#fff;font:inherit;font-size:10.5px;font-weight:800;cursor:pointer}.gojd-ship-cep button:disabled{opacity:.55;cursor:default}.gojd-ship-cep>small{display:block;margin-top:6px;font-size:9.5px;color:#737373}
.gojd-ship-receive-list{display:grid;gap:8px}.gojd-ship-receive-card{width:100%;min-height:72px;border:1px solid #e7e7e7;border-radius:13px;padding:10px;background:#fff;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;text-align:left;color:#1d1d1f;cursor:pointer;transition:border-color .16s,box-shadow .16s,background .16s}.gojd-ship-receive-card:hover{border-color:#d7d7d7}.gojd-ship-receive-card.selected{border-color:#e50914;background:#fffafa;box-shadow:0 0 0 1px rgba(229,9,20,.08)}.gojd-ship-receive-icon{width:36px;height:36px;border-radius:10px;background:#f5f6f7;display:grid;place-items:center;color:#222}.gojd-ship-receive-card.selected .gojd-ship-receive-icon{background:#fff0f1;color:#d20d17}.gojd-ship-receive-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.gojd-ship-receive-copy{display:flex;flex-direction:column;min-width:0}.gojd-ship-receive-copy strong{font-size:12px;line-height:1.2}.gojd-ship-receive-copy small{font-size:9.5px;line-height:1.35;color:#727272;margin-top:3px}.gojd-ship-receive-copy em{font-style:normal;font-size:8.5px;line-height:1.25;color:#8a5a00;margin-top:4px}.gojd-ship-receive-price{display:flex;flex-direction:column;align-items:flex-end;gap:3px;white-space:nowrap}.gojd-ship-receive-price>small{font-size:8.5px;color:#8a8a8a}.gojd-ship-cost{font-size:10.5px;font-weight:850;color:#282828}.gojd-ship-cost.free{color:#18864b}.gojd-ship-cost.muted{color:#777;font-weight:700}
.gojd-ship-carriers{margin-top:10px;border-top:1px solid #ededed;padding-top:10px;display:grid;gap:7px}.gojd-ship-subtitle{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-bottom:1px}.gojd-ship-subtitle strong{font-size:11.5px}.gojd-ship-subtitle span{font-size:9px;color:#777}.gojd-ship-carrier{width:100%;min-height:50px;border:1px solid #e8e8e8;border-radius:11px;background:#fafafa;padding:8px 10px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;text-align:left;cursor:pointer;color:#222}.gojd-ship-carrier.selected{border-color:#e50914;background:#fff8f8}.gojd-ship-carrier>span:first-child{display:flex;flex-direction:column}.gojd-ship-carrier strong{font-size:11px}.gojd-ship-carrier small{font-size:9px;color:#777;margin-top:2px}.gojd-ship-message{font-size:10px;line-height:1.4;border-radius:10px;padding:8px 10px;margin-top:10px}.gojd-ship-message.info{background:#f5f7fa;color:#4d5664}.gojd-ship-message.success{background:#eef9f2;color:#23643e}.gojd-ship-message.error{background:#fff1f1;color:#a10e16}.gojd-ship-footnote{font-size:9px;line-height:1.4;color:#7d7d7d;margin:10px 2px 0}

.gojd-ship-address-list{display:grid;gap:8px}.gojd-ship-address-option{position:relative;border:1px solid #e6e6e6;border-radius:13px;background:#fff;overflow:hidden}.gojd-ship-address-option.selected{border-color:#e50914;background:#fffafa}.gojd-ship-address-option>button:first-child{width:100%;border:0;background:transparent;padding:11px 48px 11px 12px;display:grid;grid-template-columns:1fr 18px;align-items:center;gap:8px;text-align:left;cursor:pointer;color:#222}.gojd-ship-address-option>button:first-child>span:first-child{display:flex;flex-direction:column}.gojd-ship-address-option small{font-size:9px;color:#777}.gojd-ship-address-option strong{font-size:11.5px;margin-top:2px}.gojd-ship-address-option em{font-style:normal;font-size:9px;color:#707070;line-height:1.35;margin-top:2px}.gojd-ship-address-radio{width:16px;height:16px;border:1.5px solid #b8b8b8;border-radius:50%;position:relative}.gojd-ship-address-option.selected .gojd-ship-address-radio{border-color:#e50914}.gojd-ship-address-option.selected .gojd-ship-address-radio:after{content:"";position:absolute;inset:3px;border-radius:50%;background:#e50914}.gojd-ship-address-edit{position:absolute;right:8px;top:8px;width:30px;height:30px;border:1px solid #e2e2e2;border-radius:50%;background:#fff;display:grid;place-items:center;cursor:pointer}.gojd-ship-address-edit svg{width:14px;height:14px;fill:none;stroke:#555;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.gojd-ship-add-address,.gojd-ship-empty-address button,.gojd-ship-login-needed button{min-height:42px;border:0;border-radius:11px;background:#171717;color:#fff;font:inherit;font-size:10.5px;font-weight:800;padding:0 15px;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}.gojd-ship-add-address{width:100%;margin-top:10px}.gojd-ship-add-address svg,.gojd-ship-empty-address button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.gojd-ship-empty-address,.gojd-ship-login-needed{min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:22px}.gojd-ship-empty-address h3,.gojd-ship-login-needed h3{font-size:15px;margin:10px 0 5px}.gojd-ship-empty-address p,.gojd-ship-login-needed p{font-size:10.5px;line-height:1.45;color:#6d6d6d;max-width:330px;margin:0 0 14px}
.gojd-ship-address-form{display:grid;gap:10px}.gojd-ship-address-form label{display:flex;flex-direction:column;gap:5px;font-size:9.5px;font-weight:800;color:#444}.gojd-ship-address-form input{height:42px;border:1px solid #dedede;border-radius:10px;background:#fff;padding:0 11px;font:inherit;font-size:11px;color:#202020;outline:none}.gojd-ship-address-form input:focus{border-color:#e50914;box-shadow:0 0 0 2px rgba(229,9,20,.08)}.gojd-ship-form-two{display:grid;grid-template-columns:1fr 1fr;gap:9px}.gojd-ship-form-two.city{grid-template-columns:minmax(0,1fr) 82px}.gojd-ship-save-address{height:44px;border:0;border-radius:11px;background:#d00000;color:#fff;font:inherit;font-size:11.5px;font-weight:850;cursor:pointer;margin-top:4px}.gojd-ship-save-address:disabled{opacity:.55}

.gojd-ship-sheet .gojd-pay-sheet-handle,.gojd-ship-sheet .gojd-pay-sheet-header{touch-action:none}.gojd-ship-sheet.is-dragging{transition:none!important;cursor:grabbing!important;user-select:none;-webkit-user-select:none}.gojd-ship-sheet.is-snapping{transition:transform .26s cubic-bezier(.22,.8,.22,1)!important}.gojd-ship-sheet-root.is-closing .gojd-pay-sheet{transition:transform .28s cubic-bezier(.4,0,.8,.2)!important}.gojd-ship-sheet-root.is-closing .gojd-pay-sheet-backdrop{opacity:0!important;transition:opacity .24s ease!important}

@media(max-width:768px){
  .gojd-shipping-trigger{grid-template-columns:29px minmax(0,1fr) auto 16px;gap:7px;margin:1px 0 8px;min-height:43px;padding:6px 0}.gojd-shipping-trigger-copy strong{font-size:11px}.gojd-shipping-trigger-copy small{font-size:9.5px}.gojd-shipping-trigger-cost{font-size:9px;padding:3px 6px}.gojd-ship-sheet{width:100%;max-height:90vh;border-radius:22px 22px 0 0}.gojd-ship-sheet-scroll{max-height:calc(90vh - 82px);padding:13px 14px calc(24px + env(safe-area-inset-bottom,0px))}.gojd-ship-sheet-header{padding:14px 16px 12px}.gojd-ship-sheet-header h2{font-size:18px}.gojd-ship-address-card{grid-template-columns:34px minmax(0,1fr) auto;padding:10px;gap:8px}.gojd-ship-address-change{font-size:9px}.gojd-ship-receive-card{grid-template-columns:36px minmax(0,1fr) auto;padding:9px;gap:8px}.gojd-ship-receive-copy strong{font-size:11.5px}.gojd-ship-receive-copy small{font-size:9px}.gojd-ship-cost{font-size:10px}.gojd-ship-form-two{grid-template-columns:1fr 1fr}
}

/* GoJD proximity selectors — lojas em km + 3 shoppings por CEP — 2026-08-29 */
.gojd-ship-local-options{margin:0 0 2px;padding:10px;border:1px solid #ededee;border-radius:13px;background:#fafafa;display:grid;gap:7px}
.gojd-ship-local-options.shopping{background:#fcfcfc}
.gojd-ship-local-option{width:100%;min-height:58px;border:1px solid #e5e5e7;border-radius:11px;background:#fff;padding:8px 10px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:9px;text-align:left;color:#202124;cursor:pointer;transition:border-color .16s,background .16s,box-shadow .16s}
.gojd-ship-local-option:hover{border-color:#d4d4d7}
.gojd-ship-local-option.selected{border-color:#e50914;background:#fff8f8;box-shadow:0 0 0 1px rgba(229,9,20,.06)}
.gojd-ship-local-rank{width:22px;height:22px;border-radius:50%;background:#f1f2f4;color:#555;display:grid;place-items:center;font-size:9px;font-weight:850}
.gojd-ship-local-option.selected .gojd-ship-local-rank{background:#e50914;color:#fff}
.gojd-ship-local-copy{display:flex;flex-direction:column;min-width:0}
.gojd-ship-local-copy strong{font-size:11px;line-height:1.25;font-weight:850;color:#222}
.gojd-ship-local-copy small{margin-top:2px;font-size:8.8px;line-height:1.35;color:#75767b;white-space:normal}
.gojd-ship-local-meta{display:flex;flex-direction:column;align-items:flex-end;gap:3px;white-space:nowrap}
.gojd-ship-local-meta b{font-size:10px;color:#26272b}
.gojd-ship-local-meta em{font-style:normal;font-size:9px;font-weight:800;color:#18864b}
@media(max-width:768px){
  .gojd-ship-local-options{padding:8px;gap:6px}
  .gojd-ship-local-option{grid-template-columns:22px minmax(0,1fr) auto;padding:8px;gap:7px}
  .gojd-ship-local-copy strong{font-size:10.5px}
  .gojd-ship-local-copy small{font-size:8.5px}
}


/* GoJD current-location CEP action — desktop + mobile — 2026-08-29 */
.gojd-ship-cep-row{display:flex;gap:7px}
.gojd-ship-use-location{width:100%;height:38px!important;margin-top:8px;border:1px solid #d8d8da!important;border-radius:10px!important;padding:0 12px!important;background:#fff!important;color:#252525!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;font-size:10.5px!important;font-weight:800!important;cursor:pointer!important}
.gojd-ship-use-location:hover{border-color:#c5c5c8!important;background:#f7f7f8!important}
.gojd-ship-use-location svg{width:16px;height:16px;fill:none;stroke:#d10d17;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.gojd-ship-use-location:disabled{opacity:.55;cursor:default!important}
@media(max-width:768px){
  .gojd-ship-use-location{height:40px!important;font-size:10.5px!important}
}


/* Desktop: endereço à esquerda e cálculo de CEP à direita — 2026-08-29 */
.gojd-ship-top-grid{display:block}
@media(min-width:769px){
  .gojd-ship-top-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;align-items:stretch;margin-bottom:12px}
  .gojd-ship-top-grid .gojd-ship-address-card{margin-bottom:0;height:100%;min-height:126px}
  .gojd-ship-top-grid .gojd-ship-cep{margin-bottom:0;height:100%;min-height:126px;display:flex;flex-direction:column;justify-content:center}
  .gojd-ship-top-grid .gojd-ship-cep>small{margin-top:7px}
}


/* GoJD shipping desktop reference modal — 2026-09-02 */
@media(min-width:769px){
  .gojd-ship-sheet-root .gojd-pay-sheet-backdrop{background:rgba(18,20,22,.48)!important;backdrop-filter:blur(1.5px)!important;-webkit-backdrop-filter:blur(1.5px)!important}
  .gojd-ship-sheet-root .gojd-ship-sheet{top:50%!important;bottom:auto!important;left:50%!important;width:min(468px,calc(100vw - 48px))!important;max-height:min(86vh,590px)!important;border-radius:12px!important;box-shadow:0 18px 55px rgba(0,0,0,.24)!important;transform:translate(-50%,-47%) scale(.985)!important;opacity:0!important;transition:transform .22s ease,opacity .18s ease!important;overflow:hidden!important}
  .gojd-ship-sheet-root.is-open .gojd-ship-sheet{transform:translate(-50%,-50%) scale(1)!important;opacity:1!important}
  .gojd-ship-sheet-root.is-closing .gojd-ship-sheet{transform:translate(-50%,-47%) scale(.985)!important;opacity:0!important}
  .gojd-ship-sheet .gojd-pay-sheet-handle{display:none!important}
  .gojd-ship-sheet .gojd-pay-sheet-header{min-height:71px;padding:20px 27px 12px!important;border-bottom:0!important;cursor:default!important;align-items:flex-start!important}
  .gojd-ship-sheet .gojd-pay-sheet-header h2{font-size:15px!important;line-height:1.2!important;font-weight:850!important;letter-spacing:-.01em!important;margin:0 0 5px!important;color:#17191c!important}
  .gojd-ship-sheet .gojd-pay-sheet-header p{font-size:9px!important;line-height:1.3!important;color:#676d73!important;margin:0!important}
  .gojd-ship-sheet .gojd-pay-sheet-close{width:24px!important;height:24px!important;border:0!important;border-radius:5px!important;background:transparent!important;margin-top:-3px!important;color:#333!important}
  .gojd-ship-sheet .gojd-pay-sheet-close:hover{background:#f4f5f6!important}
  .gojd-ship-sheet .gojd-pay-sheet-close svg{width:15px!important;height:15px!important;stroke-width:1.7!important}
  .gojd-ship-sheet .gojd-pay-sheet-scroll{max-height:calc(min(86vh,590px) - 71px)!important;padding:0 27px 22px!important;overflow:auto!important}
  .gojd-ship-reference-main{display:block}
  .gojd-ship-reference-cep{border:0!important;border-radius:0!important;background:transparent!important;padding:0!important;margin:0 0 13px!important;height:auto!important;min-height:0!important;display:block!important}
  .gojd-ship-reference-cep>label{font-size:10px!important;line-height:1.2!important;font-weight:850!important;color:#222!important;margin:0 0 7px!important}
  .gojd-ship-reference-cep-line{display:grid!important;grid-template-columns:minmax(0,1.5fr) 74px 138px!important;gap:8px!important;align-items:center!important}
  .gojd-ship-reference-cep-line input{height:34px!important;border:1px solid #dfe3e7!important;border-radius:6px!important;background:#fff!important;padding:0 12px!important;font-size:10px!important;color:#333!important;box-shadow:none!important}
  .gojd-ship-reference-cep-line input:focus{border-color:#ff1824!important;box-shadow:0 0 0 2px rgba(255,24,36,.07)!important}
  .gojd-ship-reference-cep-line>button{height:34px!important;border:1px solid #dfe3e7!important;border-radius:6px!important;background:#fff!important;color:#191b1e!important;padding:0 9px!important;font-size:8.8px!important;font-weight:800!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;white-space:nowrap!important;margin:0!important;width:auto!important}
  .gojd-ship-reference-cep-line>button[data-action="calculate"]{color:#f3131b!important;border-color:#e6e8eb!important}
  .gojd-ship-reference-cep-line .gojd-ship-use-location svg{width:14px!important;height:14px!important;stroke:#222!important}
  .gojd-ship-cep-help{display:flex;align-items:center;gap:7px;min-height:23px;font-size:8.5px;color:#777}
  .gojd-ship-cep-help a,.gojd-ship-saved-address-link{border:0!important;background:transparent!important;color:#f3131b!important;font:750 8.5px/1 inherit!important;padding:0!important;height:auto!important;text-decoration:none;cursor:pointer}
  .gojd-ship-saved-address-link{margin-left:auto!important}
  .gojd-ship-zip-label{display:block!important;margin:1px 0 0!important;font-size:8px!important;color:#68717a!important}
  .gojd-ship-reference-options{display:grid!important;gap:7px!important}
  .gojd-ship-reference-options>.gojd-ship-receive-card{min-height:58px!important;border:1px solid #e1e4e7!important;border-radius:7px!important;padding:7px 10px!important;background:#fff!important;display:grid!important;grid-template-columns:35px minmax(0,1fr) 78px 50px 19px!important;gap:9px!important;align-items:center!important;box-shadow:none!important;transition:border-color .15s,background .15s!important}
  .gojd-ship-reference-options>.gojd-ship-receive-card:hover{border-color:#cfd4d8!important}
  .gojd-ship-reference-options>.gojd-ship-receive-card.selected{border-color:#ff1824!important;background:#fff!important;box-shadow:0 0 0 1px rgba(255,24,36,.04)!important}
  .gojd-ship-reference-options .gojd-ship-receive-icon{width:31px!important;height:31px!important;border-radius:7px!important;background:#f6f7f8!important;color:#202327!important}
  .gojd-ship-reference-options .gojd-ship-receive-card.selected .gojd-ship-receive-icon{background:#fff0f1!important;color:#f3131b!important}
  .gojd-ship-reference-options .gojd-ship-receive-icon svg{width:17px!important;height:17px!important;stroke-width:1.7!important}
  .gojd-ship-reference-options .gojd-ship-receive-copy strong{font-size:9.5px!important;line-height:1.22!important;font-weight:850!important;color:#202124!important}
  .gojd-ship-reference-options .gojd-ship-receive-copy small{font-size:7.9px!important;line-height:1.3!important;color:#71767c!important;margin-top:2px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .gojd-ship-reference-options .gojd-ship-receive-copy em{font-size:7.3px!important;margin-top:2px!important}
  .gojd-ship-receive-estimate,.gojd-ship-reference-options .gojd-ship-receive-price{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:2px!important;white-space:nowrap!important}
  .gojd-ship-receive-estimate small,.gojd-ship-reference-options .gojd-ship-receive-price>small{font-size:7.2px!important;color:#737a81!important;line-height:1!important}
  .gojd-ship-receive-estimate b{font-size:8.5px!important;line-height:1.2!important;color:#24272a!important;font-weight:800!important}
  .gojd-ship-reference-options .gojd-ship-cost{font-size:9px!important;line-height:1.2!important;font-weight:850!important;color:#25282b!important}
  .gojd-ship-reference-options .gojd-ship-cost.free{color:#08a94f!important}
  .gojd-ship-radio{width:16px;height:16px;border:1.5px solid #c6ccd1;border-radius:50%;display:grid;place-items:center;justify-self:end;background:#fff}
  .gojd-ship-receive-card.selected .gojd-ship-radio{border-color:#ff1824}
  .gojd-ship-receive-card.selected .gojd-ship-radio i{width:8px;height:8px;border-radius:50%;background:#ff1824;display:block}
  .gojd-ship-reference-options .gojd-ship-carriers,.gojd-ship-reference-options .gojd-ship-local-options{grid-column:1/-1;margin:0 0 1px!important;padding:8px!important;border-radius:8px!important;gap:5px!important}
  .gojd-ship-reference-options .gojd-ship-local-option{min-height:45px!important}
  .gojd-ship-reference-footer{border-top:1px solid #eceeef;margin-top:11px;padding-top:11px}
  .gojd-ship-confirm{width:100%;height:35px;border:0;border-radius:6px;background:#f3131b;color:#fff;font:850 10px/1 inherit;cursor:pointer;transition:filter .15s,transform .12s}
  .gojd-ship-confirm:hover:not(:disabled){filter:brightness(.96)}
  .gojd-ship-confirm:active:not(:disabled){transform:translateY(1px)}
  .gojd-ship-confirm:disabled{opacity:.45;cursor:not-allowed}
  .gojd-ship-reference-main>.gojd-ship-message{font-size:8.3px!important;padding:6px 8px!important;margin:8px 0 0!important;border-radius:6px!important}
  .gojd-ship-reference-main>.gojd-ship-footnote{display:none!important}
  .gojd-ship-sheet .gojd-ship-address-list,.gojd-ship-sheet .gojd-ship-address-form,.gojd-ship-sheet .gojd-ship-empty-address,.gojd-ship-sheet .gojd-ship-login-needed{font-size:11px}
}
