
@font-face {
    font-family: 'LuckiestGuy-Regular';
    src: url('../../fonts/LuckiestGuy-Regular.woff2') format('woff2'),
         url('../../fonts/LuckiestGuy-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.luckiestguy {
    font-family: 'LuckiestGuy-Regular' !important;
}
/* Header */
#safari-bundle .header {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url(../../images/safari-bundle/headline-back.jpg);
	background-image: -webkit-image-set(url("../../images/safari-bundle/headline-back.jpg") 1x, url("../../images/safari-bundle/headline-back@2x.jpg") 2x);
}
#safari-bundle .header .header-main .main {
    width: 36em;
    margin-top: 2em;
    margin-bottom: 3em;
}

#safari-bundle .header .header-left,
#safari-bundle .header .header-right {
    width: 40%;
}
#safari-bundle .header .header-left .giraffe {
    bottom: -6.5%;
    right: -51%;
}
#safari-bundle .header .header-left .leaf-left {
    height: 100%;
    width: auto;
}
#safari-bundle .header .header-right .products {
    width: 17em;
    margin-left: 23%;
}
#safari-bundle .header .header-right .leaf-right {
    width: 15em;
    right: -44%
}

/* Body */
#safari-bundle .body {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url(../../images/safari-bundle/body-back.jpg);
	background-image: -webkit-image-set(url("../../images/safari-bundle/body-back.jpg") 1x, url("../../images/safari-bundle/body-back@2x.jpg") 2x);
    margin-bottom: -50px;
}
#safari-bundle .body .body-inner {
    margin-top: 3em;
    margin-bottom: 15em;
}
#safari-bundle .body .products {
    gap: 4em;
    margin-top: 4em;
}
#safari-bundle .body .products .row {
    gap: 7em;
}
#safari-bundle .body .products .product .button {
    height: 40px;
    width: 11em;
    margin-left: 5em;
    font-size: 1.2em;
    border-radius: 35px;
    padding-top: 0.1em;
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
    #safari-bundle .body .products .product .button {
        padding-top: 0.3em;
    }
}
#safari-bundle .body .products .product .button:hover {
    color: white;
    text-decoration: none;
}



@media screen and (max-width: 767px){

    /* Header */
    #safari-bundle .header {
        background-image: url(../../images/safari-bundle/headline-back-m.jpg);
        background-image: -webkit-image-set(url("../../images/safari-bundle/headline-back-m.jpg") 1x, url("../../images/safari-bundle/headline-back-m@2x.jpg") 2x);
    }
    #safari-bundle .header .header-inner{
        width: 100%;
    }
    #safari-bundle .header .header-main {
        width: 100%;
        margin-bottom: -4%;
        margin-top: 8%;
    }
    #safari-bundle .header .header-main .main {
        width: 87%;
        margin: 0;
    }
    #safari-bundle .header .header-main .leaf-right {
        top: -7.2%;
        width: 15%;
    }
    #safari-bundle .header .header-main .leaf-bottom {
        bottom: 5%;
    }
    

    /* Body */
    #safari-bundle .body {
        background-image: url(../../images/safari-bundle/body-back-m.jpg);
        background-image: -webkit-image-set(url("../../images/safari-bundle/body-back-m.jpg") 1x, url("../../images/safari-bundle/body-back-m@2x.jpg") 2x);
        margin-bottom: 0;
        width: 100%;
    }
    #safari-bundle .body .body-inner {
        width: 100%;
        margin-bottom: 9em;
    }
    #safari-bundle .body .body-inner .main-text {
        width: 100%;
    }
    #safari-bundle .body .body-inner .main-text img {
        width: 85%;
    }
    #safari-bundle .body .products {
        gap: 0;
        margin-top: 0;
        width: 100%;
    }
    #safari-bundle .body .products .first-row,
    #safari-bundle .body .products .second-row {
        flex-direction: column;
    }
    #safari-bundle .body .products .second-row {
        margin-top: -4em;
    }
    #safari-bundle .body .products .row {
        gap: 4em;
    }
    #safari-bundle .body .products .product {
        width: 100%;
    }
    #safari-bundle .body .products .product img {
        width: 85%;
    }
    #safari-bundle .body .products .product .button {
        height: 2.2em;
        width: 10em;
        margin-left: 0;
        font-size: 1em;
        border-radius: 35px;
    }
    /* Safari Only */
@supports (background: -webkit-named-image(i)) {
    #safari-bundle .body .products .product .button {
        padding-top: 0.4em;
    }
}
}