.gst-shipping-card {
    --gst-accent: #ff5a00;
    --gst-bg: #fff8f2;
    font-family: inherit;
    background: linear-gradient(135deg,#fff 0%,var(--gst-bg) 100%);
    border: 1px solid rgba(0,0,0,.07);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(0,0,0,.08);
    overflow: hidden;
    margin: 0 0 18px;
    color: #161616
}

.gst-top {
    display: flex;
    min-height: 198px;
    position: relative
}

.gst-copy {
    width: 58%;
    padding: 16px 18px 10px 16px;
    position: relative;
    z-index: 2
}

.gst-headline {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -.35px
}

.gst-highlight {
    font-size: 27px;
    font-weight: 900;
    line-height: 1.08;
    color: var(--gst-accent);
    margin: 2px 0 20px;
    text-transform: none
}

.gst-countdown-label {
    font-size: 13px;
    color: #555;
    margin-bottom: 8px
}

.gst-countdown {
    display: flex;
    gap: 8px
}

.gst-timebox {
    background: #fff;
    border: 1px solid color-mix(in srgb,var(--gst-accent) 28%,#eee);
    border-radius: 12px;
    padding: 9px 8px 8px;
    min-width: 66px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,.04)
}

.gst-timebox strong {
    display: block;
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
    color: #111;
    font-variant-numeric: tabular-nums
}

.gst-timebox span {
    display: block;
    font-size: 10px;
    color: #555;
    margin-top: 5px
}

.gst-visual {
    width: 41%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.gst-visual:before {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: radial-gradient(circle,color-mix(in srgb,var(--gst-accent) 15%,transparent) 0%,transparent 68%)
}

.gst-truck {
    width: 118px;
    color: var(--gst-accent);
    position: absolute;
    top: -6px;
    right: 14px;
    filter: drop-shadow(0 10px 14px rgba(255,90,0,.18))
}

.gst-speedlines {
    position: absolute;
    top: 40px;
    left: 2px;
    width: 55px
}

.gst-speedlines i {
    display: block;
    height: 6px;
    border-radius: 6px;
    background: var(--gst-accent);
    margin: 7px 0
}

.gst-speedlines i:nth-child(1) {
    width: 35px
}

.gst-speedlines i:nth-child(2) {
    width: 48px
}

.gst-speedlines i:nth-child(3) {
    width: 28px
}

.gst-box-art {
    position: absolute;
    right: 14px;
    bottom: 18px;
    width: 125px;
    height: 89px;
    background: linear-gradient( 105deg, #d7a86e, #b77b3d);
    border-radius: 5px;
    box-shadow: 0 13px 22px rgba(82, 46, 18, .22);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #1c1c1c;
    transform: rotate( 351deg);
}

.gst-box-art:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 53%;
    width: 12px;
    background: rgba(255,255,255,.13)
}

.gst-box-logo {
    width: 30px;
    height: 30px;
    border: 3px solid #111;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 900;
    position: relative;
    z-index: 2
}

.gst-box-text {
    font-size: 10px;
    font-weight: 800;
    line-height: 1.05;
    position: relative;
    z-index: 2
}

.gst-box-text b {
    color: #000000;
}

.gst-benefits {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    background: #fff;
    border-top: 1px solid rgba(0,0,0,.06);
    padding: 13px 10px
}

.gst-benefit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 4px 8px;
    min-width: 0
}

.gst-benefit+.gst-benefit {
    border-left: 1px solid #eee
}

.gst-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    color: #5a2d10
}

.gst-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linejoin: round;
    stroke-linecap: round
}

.gst-benefit b,.gst-benefit small {
    display: block
}

.gst-benefit b {
    font-size: 12px;
    line-height: 1.1
}

.gst-benefit small {
    font-size: 10px;
    color: #777;
    margin-top: 3px;
    white-space: nowrap
}

.gst-after-note {
    font-size: 11px;
    margin-top: 10px;
    color: #777
}

.gst-hidden {
    display: none!important
}

@media(max-width: 1199px) {
    .gst-headline {
        font-size:19px
    }

    .gst-highlight {
        font-size: 23px
    }

    .gst-copy {
        padding-left: 18px
    }

    .gst-timebox {
        min-width: 58px
    }

    .gst-truck {
        width: 103px
    }

    .gst-box-art {
        width: 110px;
        height: 78px
    }

    .gst-benefit {
        gap: 6px;
        padding: 4px
    }

    .gst-icon {
        width: 29px;
        height: 29px;
        flex-basis: 29px
    }
}

@media(max-width: 767px) {
    .gst-shipping-card {
        border-radius:12px
    }

    .gst-top {
        min-height: 245px
    }

    .gst-copy {
        width: 62%;
        padding: 20px 10px 16px 16px
    }

    .gst-visual {
        width: 38%
    }

    .gst-headline {
        font-size: 17px
    }

    .gst-highlight {
        font-size: 21px;
        margin-bottom: 14px
    }

    .gst-countdown {
        gap: 5px
    }

    .gst-timebox {
        min-width: 52px;
        padding: 8px 5px
    }

    .gst-timebox strong {
        font-size: 21px
    }

    .gst-truck {
        width: 92px;
        right: 6px
    }

    .gst-box-art {
        right: 6px;
        width: 96px;
        height: 68px
    }

    .gst-benefits {
        padding: 10px 5px
    }

    .gst-benefit {
        display: block;
        text-align: center
    }

    .gst-benefit+.gst-benefit {
        border-left: 1px solid #eee
    }

    .gst-icon {
        display: block;
        margin: 0 auto 5px
    }

    .gst-benefit small {
        white-space: normal
    }
}
