/** Shopify CDN: Minification failed

Line 140:1 Expected "}" to go with "{"

**/
.patchd-hero {
    position: relative;
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.patchd-hero-image {
    display: block;
    width: 100%;
    height: auto;
}

.patchd-hero-image--mobile {
    display: none;
}

.patchd-hero-overlay {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    max-width: 520px;
    z-index: 10;
}

.patchd-hero-badge {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #22345a;
    margin-bottom: 24px;
}

.patchd-hero-overlay {
    text-shadow: 0 1px 2px rgba(255,255,255,.75);
}

.patchd-hero-overlay h1 {
    margin: 0;
    font-size: 58px;
    line-height: 1.05;
    font-weight: 700;
    color: #16325c;
}

.patchd-hero-description {
    margin: 24px 0 36px;
    font-size: 22px;
    line-height: 1.6;
    color: #555;
    max-width: 500px;
}

.patchd-hero-button {
    display: inline-block;
    padding: 22px 42px;
    background: #d52b1e;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    transition: all .25s ease;
}

.patchd-hero-button:hover {
    background: #b61f15;
    transform: translateY(-2px);
}

@media screen and (max-width: 749px) {

   .patchd-hero-image--desktop {
    display: none;
}

.patchd-hero-image--mobile {
    display: block;
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: center 22%;
    order: 2;
}

   .patchd-hero {
    position: relative;
}

.patchd-hero-overlay {
    position: absolute;
    top: 4%;
    left: 7%;
    right: 7%;
    transform: none;
    max-width: none;
    padding: 0;
    z-index: 10;
}

    .patchd-hero-image {
        order: 2;
    }

   .patchd-hero-overlay h1 {
    font-size: 32px;
    line-height: 1.1;
}
    .patchd-hero-description {
    font-size: 16px;
    line-height: 1.5;
    margin: 14px 0 14px;
    max-width: 240px;
}
    .patchd-hero-button {
    display: inline-block;
    width: auto;
    padding: 10px 18px;
    font-size: 14px;
    font-weight:700;
    text-align: center;
}

/* Fix mobile menu appearing behind hero */
.patchd-hero,
.patchd-hero-overlay {
    z-index: 1;
}

header-drawer,
.menu-drawer,
.menu-drawer-container {
    z-index: 999;
}