body, html {
    height: 100%;
    scroll-behavior: smooth;
}

#center-animation canvas {
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity .8s ease, -webkit-transform 1.4s ease;
    transition: opacity .8s ease, transform 1.4s ease;
}

#center-animation {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0
}

.navbar {
    font-size: 1.125rem;
    padding: 2rem 4rem;
}

.footer, .navbar {
    background-color: transparent !important;
}

.panel-block {
    background-color: white !important;
}

#logo {
    max-height: 7rem !important;
}

.is-gold {
    background-color: #daa520 !important;
}

.has-text-gold {
    color: #daa520 !important;
}

.button.is-gold:hover {
    background-color: #cc9b1e !important;
}

.product.image img {
    width: 320px !important;
}

.product-launching-soon.image img {
    width: 150px !important;
}

.not-available {
    text-decoration: line-through;
}

.card-equal-height {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-equal-height .card-footer {
    margin-top: auto;
}

.title.custom-title {
    font-size: 100px !important;
    font-weight: bold;
}

a.scroller {
    position: absolute;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #daa520;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

a.scroller:hover {
    opacity: .5;
}

a.scroller {
    padding-top: 80px;
}

a.scroller span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 3px solid #daa520;
    border-bottom: 3px solid #daa520;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

a.scroller.up span {
    border-left: 3px solid #daa520;
    border-top: 3px solid #daa520;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.scroller span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

a.scroller span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

a.scroller span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.custom-hero-body {
    padding: 22.5rem !important;
}