/* stylelint-disable declaration-no-important, property-no-vendor-prefix */
/* stylelint-disable selector-class-pattern, value-no-vendor-prefix */

.header_break {
    display: none;
}

/* ==========================================================================
   Fathers day
   ========================================================================== */

main {
    padding-top: 0;
}

.gift-cards__fathersday {
    text-align: center;
}

.gift-cards__promo {
    padding: 1.75em 0 0.5em;
}

.gift-wrap .gift-cards__promo {
    padding: 1.5em 0 2.5em;
}

.gift-cards__promo-headline {
    font-size: 2rem;
    margin: 0 auto 1.25rem;
    text-align: center;
}

.gift-cards__promo-headline strong {
    font-weight: 600;
}

.gift-cards__promo-link {
    display: inline-block;
    line-height: 10px;
    padding: 0 1rem;
}

.gift-wrap .gift-cards__promo-link {
    padding: 0;
}

a.gift-cards__promo-terms {
    color: inherit;
    font-style: normal;
    margin-left: 8px;
    white-space: nowrap;
}

a.gift-cards__promo-terms:hover {
    color: #0072ba;
}

.gift-cards__promo img {
    font-size: 1rem;
    line-height: 1rem;
}

.gift-cards__fathersday p {
    font-size: 0.825em;
    font-style: italic;
    line-height: 1.5;
    margin: 8px auto 14px;
    max-width: 52rem;
    padding: 0 10px;
    text-align: center;
}

.gift-cards__fathersday img {
    border: 1px solid #e5e4e3;
    height: auto;
    max-width: 1400px;
    width: 100%;
}

.gift-cards__fathersday .showsmall {
    display: none;
}

.card-preview-amount {
    padding: 0 10px;
    text-align: left;
}

.card-preview-amount .card-amount {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
}

.card-preview-amount strong {
    display: block;
}

.card-preview-amount .card-amount-currency {
    font-size: 1.563rem; /* 25px */
    font-weight: 800;
    margin-top: 4px;
}

#card-amount-bonus-display {
    color: #3b7d1a;
    padding: 0;
}

#card-amount-bonus-display p {
    display: flex;
    font-size: 1.125rem;
    line-height: 1;
    margin: 0;
    padding: 0;
}

#card-amount-bonus-display .bonus-value__container {
    display: flex;
}

#card-amount-bonus-display .bonus-plus {
    align-self: center;
    font-size: 1.563rem; /* 25px */
    font-weight: 800;
}

#card-amount-bonus-display p sup {
    font-size: 1.563rem; /* 25px */
    font-weight: 800;
    margin: 0 1px 0 6px;
    position: relative;
    top: 3px;
}

#card-amount-bonus-display .bonus-value {
    font-size: 2.75rem;
    font-weight: 600;
}

#card-amount-bonus-display .bonus-label__container {
    align-items: flex-start;
    display: flex;
    flex: 0 0 100px;
    flex-flow: column;
    font-size: 1rem;
    justify-content: center;
    margin: 4px 0 0 4px;
    max-width: 100px;
}

#card-amount-bonus-display .bonus-label {
    color: #3b7d1a;
    text-decoration: none;
}

#card-amount-bonus-display .bonus-label span {
    font-weight: 600;
}

#card-amount-bonus-display .bonus-link {
    font-size: 0.625rem; /* 10px */
    line-height: 1.3;
}

#card-amount-bonus-display .bonus-link:hover {
    color: #05629c;
}

/* ==========================================================================
   Gift Card header
   ========================================================================== */
.gift-p1 {
    display: flex;
}

.gift-p1__text {
    box-sizing: border-box;
    padding: 40px 40px 40px calc(50vw - 500px);
    line-height: 1.4em;
    width: 50%;
}



.gift-p1__text h1 {
    font-size: 24px;
    line-height: 1.4em;
    padding: 0 0 40px 0;
}

.gift-p1__text p {
    padding-bottom: 1em;
}

.gift-p1__img {
    background-color: #a2b2b9;
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 13% 100%);
    width: 50%;
}

.gift-p1 .btn-default,
.gift-p2 .btn-default,
.gift-p2 .btn-secondary {
    padding: .5em 2em;
    width: auto;
    white-space: nowrap;
}

.gift-p2 {
    background: #EAF0F4;
    line-height: 1.4em;;
}

.gift-p2 h2 {
    padding-bottom: 1em;
}

.gift-p2 p {
    padding-bottom: 1em;
}

.gift-p2-flex {
    display: flex;
    margin: 0 auto;
    width: 1060px;
    max-width: 100%;
}

.gift-physical {
    background-image: url('https://media.sweetwater.com/gift-cards/images/icon-mail.png');
    background-position: right 30px bottom;
    background-size: 250px;
    background-repeat: no-repeat;
    box-shadow: 1px 0 0 0 #D0DBE2;
    padding: 30px 250px 30px 30px;
}

.gift-bal {
    padding: 30px;
    width: 350px;
}

@media screen and (max-width: 1060px){
    .gift-p1__text {
        padding: 30px;
    }
    .gift-p1__img {
        background-position: 30%;
    }
}

@media screen and (max-width: 800px){
    .gift-p1, .gift-p2-flex {
        display: block;
    }
    .gift-p1__text, .gift-physical, .gift-bal {
        box-sizing: border-box;
        width: 100%;
    }
    .gift-physical {
        background: none;
        padding: 30px;
        box-shadow: 0 1px 0 0 #D0DBE2;
    }
    .gift-p1__img {
        width: 100%;
        padding-top: 40%;
        clip-path: polygon(0% 0%, 50% 15%, 100% 0, 100% 100%, 0% 100%);
        background-position: center;
        background-size: cover;
    }
    .gift-p1 .btn-default,
    .gift-p2 .btn-default,
    .gift-p2 .btn-secondary {
        box-sizing: border-box;
        width: 100%;
    }
}

.gift-cards__header::before {
    background: rgb(0, 37, 109);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.55;
    position: absolute;
    top: 0;
    width: 100%;
}

.gift-cards__header::after {
    background: #2f758f url('https://media.sweetwater.com/gift-cards/images/bkg-gift-hdr.jpg') no-repeat scroll center center /cover;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.gift-cards__header {
    color: #fff;
    padding: 5% 1.5em;
    position: relative;
    text-align: center;
}

.gift-cards .gift-cards__header h1 {
    color: #fff;
    display: inline-block;
    font-size: 55px;
    line-height: 55px;
    margin: 0;
    position: relative;
    text-shadow: 1px 1px 4px rgba(2, 89, 125, 0.4);
}

.gift-cards__header h1 span {
    display: block;
    font-size: 65px;
    font-weight: 600;
}


.gift-headline,
.gift-intro {
    text-align: center;
}

.gift-headline {
    margin: 40px 0 25px;
}

.gift-intro {
    font-size: 15px;
    line-height: 25px;
    padding: 0 1.5em;
}

.gift-wrap {
    margin: 0 auto;
    max-width: 900px;
}

.gift-card-detail .gift-wrap {
    max-width: 1400px;
    padding: 1.5em;
}

.gift-options {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

.gift-option {
    background: #eee;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    color: #333;
    display: inline-block;
    margin: 20px;
    position: relative;
    text-decoration: none;
    transform: scale(1);
    transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
    vertical-align: top;
    width: 50%;
}

.gift-option-modal {
    background: #eee;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    color: #333;
    display: inline-block;
    margin: 20px;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    width: 50%;
}

.gift-option:hover {
    background: #e3edf4;
    border-color: #8ab6d0;
    box-shadow: inset 0 0 40px rgba(85, 90, 96, 0.4);
    box-shadow: inset 0 0 80px rgba(21, 109, 161, 0.3);
    color: #333;
    text-decoration: none;
    transform: scale(1.012);
}

.no-touch .gift-option:hover img {
    transform: scale(1);
}

.no-touch .gift-option:hover + .gift-option,
.gift-option-mail:hover ~ .gift-option-email {
    opacity: 0.5;
}

.gift-option h2 {
    color: #333;
    font-size: 35px;
    margin: 15px 0 0;
}

.gift-option em {
    color: #333;
    display: block;
    font-size: 17px;
    font-style: normal;
    padding: 0 5px;
}

.gift-option img {
    display: block;
    margin: 20px auto 0;
    max-width: 310px;
    width: 100%;
}

.gift-user {
    font-size: 15px;
    margin: 40px 0;
    text-align: center;
}

.gift-user a {
    color: #217cb0;
}

.gift-terms-and-conditions {
    box-sizing: border-box;
    color: #717171;
    font-size: .8em;
    margin: 0 auto;
    max-width: 100%;
    padding: 30px 30px 0 30px;
    width: 1060px;
}

.gift-terms-and-conditions p {
    padding: .5em 0;
}

/* ==========================================================================
   Detail view
   ========================================================================== */

.crumbtrail {
    color: #999;
    font-family: 'Sweetwater', sans-serif;
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.crumbtrail a {
    color: #999;
    font-family: inherit;
    font-weight: 400;
    text-decoration: none;
}

.search-intro {
    border-bottom: 4px solid #eee;
    border-spacing: 0;
    margin: 5px auto 10px;
    padding-bottom: 10px;
}

.search-intro em {
    color: #888;
    font-style: normal;
}

h1.page-title {
    color: inherit;
    display: block;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.card-config {
    display: -webkit-flex;
    display: flex;
}

.card-preview,
.card-builder {
    margin: 15px 0;
    width: 50%;
}

.gift-disclaimer {
    margin-top: 1.5rem;
    margin-left: 1rem;
    font-size: 12px;
    line-height: 1.25rem
}

.card-preview-header {
    background: url('https://media.sweetwater.com/m/emails/template/egift/email-hero-new.jpg') no-repeat scroll center center /cover;
    border-bottom: 1px solid #ddd;
    margin: 0;
    min-height: 200px;
}

h2.card-preview-headline {
    background: #237fa7;
    color: #fff;
    display: block;
    font-size: 45px;
    font-weight: normal;
    margin: 0;
    padding: 10px;
    text-align: center;
}

.card-preview {
    border: 1px solid #ddd;
    margin-right: 1.5em;
}

.card-intro {
    align-items: center;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-evenly;
    margin: 0;
    padding: 25px 10px 10px;
    text-align: center;
    width: 100%;
}

.card-intro img {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    display: block;
    margin: 0 auto;
    max-width: 210px;
    width: 100%;
}

.card-logo {
    padding: 0 10px;
}

#card-amount-display {
    display: inline-block;
    font-size: 50px;
    font-weight: 600;
}

.card-intro strong {
    font-size: 20px;
    font-weight: 400;
    padding: 10px;
}

.gift-user-balance span.gift-card-number {
    color: #777 !important;
    display: block;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 10px 0 15px;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.card-message-format {
    font-family: inherit;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.card-message-preview {
    border-top: 1px solid #ddd;
    box-sizing: border-box;
    color: #333;
    font-size: 15px;
    margin: 20px auto;
    padding: 40px 20px 20px;
    width: 100%;
}

.input-group {
    align-items: center;
    display: -webkit-flex;
    display: flex;
    margin: 10px 0;
    min-width: 320px;
    position: relative;
}

.input-group:last-of-type {
    margin-top: 30px;
}

.input-group-addon__date-note {
    display: block;
    font-size: 12px;
    margin: 10px 0 0 10px;
}

.datepicker {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    padding: 0;
    position: absolute;
    top: 0;
}

.datepicker table {
    border-collapse: collapse;
}

.datepicker td,
.datepicker th {
    border: 1px solid #eee;
    border-collapse: collapse !important;
    border-radius: 0;
    font-size: 14px;
    height: 30px;
    text-align: center;
    width: 30px;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #ddd;
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker .datepicker-switch {
    border-bottom: 1px solid #ccc;
    border-right: 0;
    border-top: 0;
}

.datepicker .prev {
    border-bottom: 1px solid #ccc;
    border-left: 0;
    border-right: 1px solid #ccc;
    border-top: 0;
}

.datepicker .next {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 0;
    border-top: 0;
}

td.day.active {
    background-color: #c7deb7 !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: #c7deb7 !important;
    border: 1px solid #a2c987;
    color: #105100 !important;
    text-shadow: none;
}

.dow {
    border-bottom: 0 none;
    border-left: 0 none;
    border-right-color: #ddd !important;
    border-top-color: #ddd !important;
    font-weight: 600;
    text-transform: uppercase;
}

.datepicker tbody {
    border: 1px solid #ddd;
}

thead .dow {
    border-bottom: 1px solid #ccc;
    border-left: 0 none;
    border-right-color: #ccc !important;
    border-top-color: #ccc !important;
}

.dow:last-child {
    border-right: 0;
}

.table-condensed thead {
    background: #eee;
    color: #333;
}

.date {
    position: relative;
}

.bonus-bucks-error {
    max-width: 450px;
    margin: auto;
    background: #E13233;
    border-radius: 5px 5px 5px 5px;
    box-sizing: border-box;
    color: #fff;
    padding: 7px;
    text-align: center;
    width: 100%;
}

.bonus-bucks-error input {
    display: none;
}

.bonus-bucks-error button {
    text-decoration: underline;
    background: inherit;
    border: none;
    cursor: pointer;
}

.input-field-group .date input.error {
    border-radius: 5px;
}

.input-field-group .date div.error {
    background: #fff;
    color: #e13233;
    text-align: left;
}

.input-btns {
    display: -webkit-flex;
    display: flex;
}

.input-group .date input {
    padding: 10px 0 10px 45px;
    text-align: left;
    width: inherit;
}

.date::before {
    content: url('/shop/gift-cards/assets/calendar.svg');
    display: inline-block;
    left: 10px;
    position: absolute;
    top: 7px;
    width: 25px;
}

input[type='text'].error,
input[type='number'].error,
textarea.error {
    background: #fff2f2;
    border-color: #f09999;
    border-radius: 5px 5px 0 0;
}

.input-group div.error {
    background: #e13233;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    color: #fff;
    padding: 7px;
    text-align: center;
    width: 100%;
}

.input-group div.error a {
    color: #fff;
}

.input-group input,
.input-group textarea {
    -webkit-appearance: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    color: #595648;
    font-family: 'Sweetwater', sans-serif;
    font-size: 14px;
    padding: 10px;
    transition: all 0.3s ease;
    width: 100%;
}

#card-amount-msg {
    position: relative;
    top: -7px;
}

#card-amount-msg p {
    background: #ffda00;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    color: #3d3100;
    margin: 5px 0;
    padding: 7px;
    text-align: center;
    width: 100%;
}

.countdown {
    color: #999;
    display: block;
    margin-top: 5px;
}

.countdown.red {
    color: #e13233;
}

.input-group input:focus,
.input-group textarea:focus {
    background: #fffbe0;
    border-color: #e5d99c;
}

.input-group input.error:focus,
.input-group textarea.error:focus {
    background: #fff7f7;
    border-color: #e13233;
}

.input-field-group {
    position: relative;
    width: 80%;
}

.input-group.gift-card__button--submit #add-to-cart {
    margin-right: 0;
    max-width: 340px;
    min-width: 250px;
    width: 100%;
}

.input-group.update-cart,
.input-group.add-new-card {
    margin: 20px 0 0;
}

#add-new-card {
    background: #0072ba;
    border-color: #0072ba;
    padding: 10px;
    width: 355px;
}

#add-new-card:hover {
    background: #05629c;
    border-color: #05629c;
}

.btn-default,
input[type='submit'].btn-default,
a.btn-default {
    -webkit-appearance: none;
    background: #3b7d1a;
    border: 1px solid #3b7d1a;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Sweetwater', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
    padding: 10px 30px;
    text-decoration: none;
    transition: background 0.2s ease;
    text-align: center;
    width: 100%;
}

.input-group .btn-default:active {
    background: #316916;
}

.input-group .btn-default.btn-cancel {
    background: #f1f1f1;
    border-color: #ccc;
    color: #373a3c;
    text-decoration: none;
}

.input-group.cart-updated .btn-default.btn-cancel {
    display: inline-block;
    opacity: 1;
    transform: translate3d(0%, 0, 0);
    transition: opacity 1s ease;
}

.input-group .btn-default.btn-cancel:hover {
    background: #e6e6e6;
}

.input-group .btn-default.btn-cancel:active {
    background: #e1e1e1;
}

.input-group .btn-default:hover {
    background: #316916;
}

.btn-secondary,
input[type='submit'].btn-secondary,
a.btn-secondary {
    -webkit-appearance: none;
    background: #237FA7;
    border: 1px solid #237FA7;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Sweetwater', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
    padding: 10px 50px;
    text-decoration: none;
    transition: background 0.2s ease;
    text-align: center;
    width: 100%;
}


.input-group label {
    font-size: 16px;
    font-weight: 600;
}

.input-label-group {
    padding-right: 20px;
    text-align: right;
    width: 20%;
}

.card-social {
    border-top: 1px solid #ddd;
    display: none;
    margin: 20px 0 0 22%;
    padding: 20px 0;
}

.card-social strong {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.card-social a {
    border: 2px solid;
    border-radius: 100px;
    color: #333;
    display: inline-block;
    font-size: 20px;
    height: 20px;
    margin: 2px;
    padding: 10px;
    text-decoration: none;
}

/* ==========================================================================
   Gift Card Balance
   ========================================================================== */
.gift-card-balance .card-builder {
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
}

.gift-card-balance .input-field-group {
    width: 100%;
}

.input-field-group.input-balance {
    margin: 0 auto;
    max-width: 300px;
}

.gift-card-balance .gift-user-balance {
    font-size: 20px;
    margin: 0;
}

.gift-card-balance .gift-user-balance span {
    color: #4e7f00;
    font-size: 25px;
    font-weight: 700;
}

/* ==========================================================================
   Card popup
   ========================================================================== */
.card-overlay {
    background: rgba(0, 0, 0, 0.65);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.8s ease;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}

.card-open .card-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 300;
}

.card-popup-wrapper {
    align-items: center;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

.card-open .card-popup-wrapper {
    z-index: 301;
}

#card-popup {
    position: absolute;
}

.card-popup h1,
.choose-card {
    color: #333;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: center;
}

.choose-card {
    margin: 40px 0 0;
}

.card-popup {
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    max-width: 770px;
    opacity: 0;
    padding: 40px;
    pointer-events: all;
    position: relative;
    transform: translate3d(0, 120%, 0);
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: opacity, transform;
    transition-timing-function: ease;
    z-index: 301;
}

.card-open .card-popup {
    opacity: 1;
    transform: translate3d(0%, 0, 0);
    transition: opacity 0.5s ease;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: opacity, transform;
    transition-timing-function: ease;
}

#card-popup-close {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: 'sw-icons';
    font-size: 30px;
    line-height: 1;
    padding: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
}

#card-popup-close:hover {
    background: #eee;
    border-color: #e13233;
    color: #e13233;
}

@media all and (max-width: 1300px) {
    .card-intro {
        padding: 25px 10px 10px;
    }
}

@media all and (max-width: 1100px) {
    .card-preview h1 {
        font-size: 40px;
    }

    #card-amount-display {
        font-size: 2.1875rem; /* 35px */
    }

    #card-amount-bonus-display p sup {
        font-size: 1.25rem;
    }

    #card-amount-bonus-display .bonus-value {
        font-size: 2rem;
    }

    #card-amount-bonus-display .bonus-label__container {
        font-size: 0.875rem;
        max-width: 6em;
    }

    .btn-default {
        padding: 10px 20px;
    }

    #add-new-card {
        width: 295px;
    }
}

@media all and (max-width: 1050px) {
    .card-intro img {
        max-width: 120px;
    }

    .card-intro strong {
        font-size: 25px;
    }

    .gift-options {
        padding: 0 1em;
    }

    .gift-option {
        margin: 15px 8px;
    }
}

@media all and (max-width: 800px) {
    .gift-wrap {
        padding: 0 20px;
    }

    .gift-wrap * {
        box-sizing: border-box;
    }

    .gift-cards__fathersday .showsmall {
        display: inherit;
    }

    .gift-cards__fathersday .showlarge {
        display: none;
    }

    .input-group {
        min-width: inherit;
    }

    .card-intro {
        display: block;
    }

    .card-preview h1 {
        font-size: 30px;
    }

    .card-preview-amount .card-amount {
        justify-content: center;
    }

    #card-amount-bonus-display p {
        justify-content: center;
    }

    .card-logo,
    .card-amount {
        margin: 15px 0 0;
    }

    .card-intro img {
        max-width: 215px;
    }

    .card-message-preview {
        margin: 0 auto;
    }

    .card-config {
        display: block;
    }

    .card-preview-header {
        min-height: inherit;
    }

    .card-preview,
    .card-builder {
        width: 100%;
    }

    h1.page-title {
        font-size: 35px;
    }

    .gift-options {
        flex-direction: column;
    }

    .gift-option {
        margin: 10px auto;
        width: 95%;
    }

    .gift-cards h1 {
        font-size: 27px;
    }

    .date,
    .input-group input[type='submit'] {
        margin-left: 0;
    }
}

@media all and (max-width: 780px) {
    .input-group label {
        font-size: 13px;
        padding-right: 15px;
    }
}

@media all and (max-width: 650px) {
    .gift-cards .gift-cards__header h1 {
        font-size: 40px;
        line-height: 1;
        padding: 0 5px;
    }

    .gift-cards__header h1 span {
        font-size: 45px;
    }

    .gift-cards__promo-headline {
        font-size: 4.5vw;
    }

    .card-config {
        flex-direction: column;
    }

    .card-builder {
        order: -1;
    }

    .gift-cards h1 {
        font-size: 23px;
    }

    h1.page-title {
        font-size: 28px;
    }

    .gift-intro {
        margin-bottom: 25px;
    }
}

@media all and (max-width: 500px) {
    .gift-cards .gift-headline {
        margin: 1.5rem 0 1rem;
        padding: 0;
        text-align: left;
    }

    .gift-card-detail .gift-wrap {
        padding: 1em;
    }

    .gift-cards .gift-cards__promo {
        border-bottom: 1px solid #e5e4e3;
        padding: 1.75em 1em 1.5em;
    }

    .gift-wrap .gift-cards__promo {
        border-bottom: 0;
        padding: 0.5rem 0;
    }

    .gift-cards__promo a {
        padding: 0;
    }

    .gift-cards__promo-headline {
        font-size: 1.25rem;
        margin: 0 auto 0.75rem;
    }

    a.gift-cards__promo-terms {
        margin-left: 0;
    }

    .gift-intro {
        font-size: 0.875rem;
        line-height: 1.5;
        padding: 0;
        text-align: left;
    }

    .gift-cards__fathersday p {
        font-size: 0.75rem;
        padding: 0 20px 0 0;
        text-align: left;
    }

    .gift-options {
        padding: 0;
    }

    .gift-option {
        width: 100%;
    }

    .gift-user a {
        white-space: nowrap;
    }

    h2.card-preview-headline {
        font-size: 2.1875rem /* 35px */
    }

    .gift-option img {
        max-width: 200px;
    }

    .card-intro {
        display: block;
    }

    .card-intro img {
        max-width: 180px;
    }

    .card-popup {
        padding: 40px 0;
        width: 100%;
    }
}

@media (max-width: 400px) {
    h1.page-title {
        font-size: 24px;
    }

    .gift-card__button--submit .input-label-group,
    .update-cart .input-label-group,
    .add-new-card .input-label-group {
        display: none;
    }

    .input-group.update-cart {
        margin: 2rem 0 0;
    }

    .input-group.update-cart #update-cart {
        padding: 10px;
        width: 100%;
    }

    .input-group.update-cart .btn-cancel {
        margin-right: 0;
    }

    .input-group.add-new-card {
        margin: 1rem auto 0;
    }

    #add-new-card {
        width: 100%;
    }

    .gift-card__button--submit .input-field-group,
    .update-cart .input-field-group,
    .add-new-card .input-field-group {
        width: 100%;
    }
}
