/* Gift Cards */

.card-gift {
    background: #F8F7EC;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 96px;
    position: relative;
    margin: 0 12px;
    height: auto;
}

.slider-gifts {
    margin: 0 -12px;
}

.slider-gifts .slick-track {
    display: flex;
}

.card-gift-img {
    height: 246px;
}

.card-gift-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-gift .card-gift-header {
    margin-top: 20px;
	padding: 0 24px;
}

.card-gift-content {
    margin-top: 8px;
    padding: 0 24px;
}

.card-gift-bottom {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
	padding: 0 24px;
}

.card-gift-btn {
    margin-bottom: 24px;
	width: 100%;
}

.card-gift-content ul {
    margin-top: 8px;
}

.arrow-block {
    position: relative;
}

@media (min-width: 576px) {
    .arrow-block + .arrow-block:before {
        font-family: 'icomoon';
        content: "\e903";
        position: absolute;
        width: 72px;
        height: 24px;
        font-size: 24px;
        top: 108px;
        color: #5F3316;
        left: 0;
        transform: translateX(-50%);
    }
}

.gift-steps {
    justify-content: center;
}

.round-image-block.arrow-block img {
    height: 240px;
}

.gift-modal .content ul, .card-gift-content ul {
    list-style: disc;
    padding-left: 25px;
    margin-top: 8px;
}

.gifts-btn-container {
    text-align: center;
	margin-top: 24px;
}