@import url('/css/delivery-page.css?v=2');

.delivery-quick-nav > a > i:first-child {
    width: 44px;
    height: 44px;
    font-size: 1rem;
}

.delivery-promo {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    justify-content: initial;
    margin-bottom: 1rem;
    padding: 1rem 1.15rem;
    border: 1px solid #e4c45d;
    border-left: 4px solid #d7a900;
    border-radius: .45rem;
    background: #fff3c4;
    color: #18372b;
    text-align: left;
}

.delivery-promo-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f4cf55;
    color: #604900;
    font-size: 1rem;
}

.delivery-promo-copy,
.delivery-promo-copy > span,
.delivery-promo-copy > small,
.delivery-promo-copy > strong {
    display: block;
}

.delivery-promo-copy > small {
    margin-bottom: .18rem;
    color: #2f7d38;
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
    white-space: nowrap;
}

.delivery-promo-copy > strong {
    color: #18372b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.22rem;
    font-weight: 400;
    line-height: 1.15;
}

.delivery-promo-copy > span {
    margin-top: .2rem;
    color: #647168;
    font-size: .78rem;
}

.delivery-promo-copy b {
    display: inline-block;
    margin: 0 .15rem;
    padding: .08rem .38rem;
    border-radius: .2rem;
    background: #e7f3e5;
    color: #2f7d38;
    font-size: .72rem;
    letter-spacing: .08em;
}

.delivery-promo > a {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .72rem .9rem;
    border-radius: .28rem;
    background: #2f7d38;
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
    white-space: nowrap;
}

.delivery-promo > a:hover {
    background: #18372b;
    color: #fff;
    text-decoration: none;
}

.delivery-hero-split {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    align-items: stretch;
    min-height: 600px;
    background: var(--delivery-green-dark);
}

.delivery-hero-split .delivery-hero-content {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: none;
    padding: clamp(2.5rem, 5vw, 5rem);
}

.delivery-hero-media {
    align-self: stretch;
    min-height: 420px;
    overflow: hidden;
}

.delivery-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.delivery-paths {
    margin-bottom: 4.5rem;
    padding: clamp(2rem, 5vw, 4rem);
    border-radius: .5rem;
    background: #f5f1e8;
}

.delivery-paths > header {
    max-width: 780px;
    margin-bottom: 2rem;
}

.delivery-paths h2 {
    margin: 0;
    color: var(--delivery-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: 1.03;
    letter-spacing: -.035em;
    text-transform: none;
}

.delivery-paths > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.delivery-paths article {
    padding: 1.6rem;
    border: 1px solid var(--delivery-line);
    border-radius: .42rem;
    background: rgba(255,255,255,.8);
}

.delivery-path-icon,
.delivery-town-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-bottom: 1.15rem;
    border-radius: 50%;
    background: #e8f3e7;
    color: #2f7d38;
}

.delivery-paths article:nth-child(2) .delivery-path-icon {
    background: #faeaf2;
    color: #d23887;
}

.delivery-paths h3 {
    margin: 0 0 .6rem;
    color: var(--delivery-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.85rem;
    text-transform: none;
}

.delivery-paths article > p:not(.delivery-kicker) {
    color: #5d6962;
    line-height: 1.65;
}

.delivery-paths a {
    color: #2f7d38;
    font-weight: 700;
}

.delivery-town-finder,
.delivery-product-finder {
    display: grid;
    grid-template-columns: minmax(230px, .7fr) 1.3fr;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    border: 1px solid var(--delivery-line);
    border-top: 4px solid #49b947;
    border-radius: .42rem;
    background: var(--delivery-paper);
}

.delivery-town-finder label,
.delivery-product-finder label {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0;
}

.delivery-town-icon {
    flex: 0 0 auto;
    margin: 0;
}

.delivery-town-finder strong,
.delivery-town-finder small,
.delivery-product-finder strong,
.delivery-product-finder small {
    display: block;
}

.delivery-town-finder small,
.delivery-product-finder small {
    color: #68756d;
    font-size: .75rem;
}

.delivery-town-finder > div {
    display: grid;
    grid-template-columns: 1fr auto;
}

.delivery-town-finder input,
.delivery-product-finder input {
    width: 100%;
    min-height: 48px;
    padding: .75rem .9rem;
    border: 1px solid #bdcbc0;
    border-radius: .25rem 0 0 .25rem;
    background: #fff;
}

.delivery-town-finder button {
    padding: .75rem 1rem;
    border: 0;
    border-radius: 0 .25rem .25rem 0;
    background: #d23887;
    color: #fff;
    font-weight: 700;
}

.delivery-town-finder > p,
.delivery-product-finder > p {
    grid-column: 2;
    margin: -.8rem 0 0;
    color: #536159;
    font-size: .82rem;
}

.delivery-town-finder > p strong {
    color: #2f7d38;
}

.delivery-zone.is-match {
    border-color: #d23887;
    box-shadow: 0 0 0 3px rgba(210,56,135,.15);
}

.delivery-ship2store-note {
    display: flex;
    gap: .8rem;
    margin-top: 1rem;
    padding: 1.1rem 1.25rem;
    border-left: 4px solid #d23887;
    border-radius: .25rem;
    background: rgba(255,255,255,.08);
    color: #dce8df;
}

.delivery-ship2store-note i {
    color: #f4a0c7;
}

.delivery-ship2store-note p {
    margin: 0;
}

.delivery-ship2store-note a {
    color: #fff;
    font-weight: 700;
}

.delivery-product-finder {
    grid-template-columns: minmax(230px, .7fr) 1.3fr;
    border-top-color: #d23887;
}

.delivery-product-finder label > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #faeaf2;
    color: #d23887;
}

.delivery-product-finder input {
    border-radius: .25rem;
}

@media (max-width: 900px) {
    .delivery-hero-split {
        grid-template-columns: 1fr;
    }

    .delivery-hero-media {
        order: -1;
        min-height: 0;
        aspect-ratio: 4 / 3;
    }
}

@media (max-width: 700px) {
    .delivery-paths > div,
    .delivery-town-finder,
    .delivery-product-finder {
        grid-template-columns: 1fr;
    }

    .delivery-town-finder > p,
    .delivery-product-finder > p {
        grid-column: 1;
        margin-top: 0;
    }
}

@media (max-width: 650px) {
    .delivery-promo {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
        padding: .9rem;
    }

    .delivery-promo > a {
        grid-column: 1 / -1;
        justify-content: center;
    }
}

@media (max-width: 450px) {
    .delivery-town-finder > div {
        grid-template-columns: 1fr;
        gap: .5rem;
    }

    .delivery-town-finder input,
    .delivery-town-finder button {
        border-radius: .25rem;
    }
}
