.gift-card {
    font-family: "pangram-regular";
    color: #1f1c35;
}

.gift-card-cover {
    width: 100%;
    height: 465px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 46.24em) {
    .gift-card-cover {
        background-position: center 0px;
        height: 375px;
    }
}

@media (min-width: 81.25em) {
    .gift-card-cover {
        background-position: center calc(-0.07 * 100vw);
    }
}

.gift-card-container {
    height: auto;
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f7fb), to(#dde1ed));
    background-image: -webkit-linear-gradient(bottom, #f6f7fb, #dde1ed);
    background-image: -o-linear-gradient(bottom, #f6f7fb, #dde1ed);
    background-image: linear-gradient(to top, #f6f7fb, #dde1ed);
    position: relative;
}

@media (max-width: 46.24em) {
    .gift-card-container {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
}

.gift-card-content {
    position: absolute;
    top: -80px;
    left: calc(50% - (938px/2));
    max-width: 938px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    padding: 43px 58px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
}

.gift-card-content h2 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: bold;
    color: #1f1c35;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 46.24em) {
    .gift-card-content h2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 24px;
    }
}

@media (max-width: 46.24em) {
    .gift-card-content {
        position: static;
        padding: 24px 0;
    }
}

.gift-card-content-text {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    padding: 0 119px;
}

.gift-card-content-text p {
    margin-bottom: 23px;
}

.gift-card-content-text p:first-child {
    font-weight: bold;
}

@media (max-width: 46.24em) {
    .gift-card-content-text {
        padding: 0 24px;
    }
}

.gift-card-players-container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 58px;
}

@media (max-width: 46.24em) {
    .gift-card-players-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 24px;
    }
}

.gift-card-player-card {
    width: 193px;
    height: 151px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.18);
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gift-card-player-card:hover {
    background-color: #2f2063;
    color: white;
}

.gift-card-player-card:hover .gift-card-player-validation-circle {
    border-color: white;
}

@media (max-width: 46.24em) {
    .gift-card-player-card {
        margin-bottom: 24px;
        width: 175px;
        height: 140px;
    }
}

.gift-card-player-card--selected {
    background-color: #2f2063;
    color: white;
}

.gift-card-player-card--selected .gift-card-player-validation-circle {
    border-color: white;
}

.gift-card-player-card--selected .gift-card-player-validation-circle .fa-check {
    display: inline;
}

.gift-card-player-info {
    height: 75%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    position: relative;
}

.gift-card-player-info p {
    margin: 0;
}

.gift-card-player-info p:last-child {
    font-size: 16px;
    font-weight: bold;
}

.gift-card-player-info:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -4px;
    background-color: white;
    height: 8px;
    width: 8px;
    border-radius: 50%;
}

.gift-card-player-info:after {
    content: "";
    position: absolute;
    bottom: -4px;
    right: -4px;
    background-color: white;
    height: 8px;
    width: 8px;
    border-radius: 50%;
}

.gift-card-player-validation {
    border-top: dashed 1px rgba(0, 0, 0, 0.18);
    width: 100%;
    height: 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.gift-card-player-validation-circle {
    height: 18px;
    width: 18px;
    border: solid 1px #1f1c35;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.gift-card-player-validation-circle .fa-check {
    color: white;
    height: 60%;
    width: 60%;
    display: none;
}

.gift-card-games {
    font-size: 14px;
    width: 350px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 58px;
}

@media (max-width: 46.24em) {
    .gift-card-games {
        width: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 24px;
    }
}

.gift-card-game-unit {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gift-card-game-unit:hover {
    font-weight: bold;
}

.gift-card-unit--selected {
    font-weight: bold;
}

.gift-card-unit--selected .gift-card-player-validation-circle {
    background-color: #2f2063;
}

.gift-card-unit--selected .gift-card-player-validation-circle .fa-check {
    display: inline;
}

.gift-card-games-validation .gift-card-player-validation-circle {
    margin-right: 6px;
}

.gift-card-shipping {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 33px;
}

@media (max-width: 46.24em) {
    .gift-card-shipping {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 24px;
    }
}

.gift-card-shipping-mode {
    height: 91px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.18);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gift-card-shipping-mode:hover {
    opacity: .8;
}

.gift-card-shipping-mode--selected {
    background-color: #35266d;
    color: white;
}

.gift-card-shipping-mode--selected:hover {
    opacity: 1;
}

.gift-card-shipping-mode--selected .gift-card-player-validation-circle {
    border-color: white;
}

.gift-card-shipping-mode--selected .gift-card-player-validation-circle .fa-check {
    display: inline;
}

.gift-card-shipping-validation {
    margin: 0 20px;
}

.gift-card-shipping-text p {
    margin: 0;
    margin-bottom: 12px;
}

.gift-card-shipping-text span {
    font-weight: bold;
}

.gift-card-cta {
    margin: 0 auto;
    max-width: 288px;
    height: 45px;
    font-family: "pangram-regular";
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    background-color: #bca292;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.19);
    border-radius: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding: 0 12px;
}

.gift-card-cta:hover {
    opacity: .8;
}

@media (max-width: 46.24em) {
    .gift-card-cta {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 75vw;
    }
}

.gift-card-error {
    font-family: 'pangram-regular';
    text-align: center;
    color: #fb6a69;
    font-size: 12px;
    display: inline;
    width: 100%;
    position: absolute;
    left: 0;
    visibility: visible;
}

.gift-card-step {
    position: absolute;
    height: 1px;
    width: 1px;
    padding-top: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: -100px;
}

// WEBPACK FOOTER //
// ./src/styles/GiftCard.css
