:root {
    --gold: #947640;
    --gold-dark: #644e26;
    --gold-light: #d3a964;
    --gold-gradient: linear-gradient(45deg, #7c672b, #e2ca62);
    --font-syncopate: "Syncopate", sans-serif;
    --bs-border-color: #e1e1e1cc;
}

/* COLOR */
.text-primary { color: var(--gold-light) !important; }
.text-gold { color: var(--gold) !important; }
.text-gold-dark { color: var(--gold-dark) !important; }


/* FONTS */
.syncopate-regular {
    font-family: "Syncopate", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.syncopate-bold {
    font-family: "Syncopate", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.letter-spacing-1 { letter-spacing: 0.1rem; }
.letter-spacing-2 { letter-spacing: 0.2rem; }
.letter-spacing-3 { letter-spacing: 0.3rem; }
.letter-spacing-4 { letter-spacing: 0.4rem; }

/* BUTTONS */
.btn {
    border-radius: 100px;
    cursor: pointer;
}
.btn-primary {
    background: var(--gold-gradient);
    border: none;
    color: white;
}
.btn.btn-arrow {
    border: 2px solid var(--bs-extra-dark);
    background-color: white;
    color: var(--bs-extra-dark);
    position: relative;
    background: var(--gold-gradient-btn);
    &::after {
        content: "";
        position: absolute;
        left: calc(100% + 1px);
        height: 100%;
        aspect-ratio: 1;
        border: inherit;
        border-radius: inherit;
        background-color: white;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.96 3.835 18.126 0v3.08H0v1.51h18.126v3.08l3.834-3.835Z' fill='%23000'/%3E%3C/svg%3E");
        background-size: 60%;
        background-position: center;
        background-repeat: no-repeat;
        transition: all .4s ease;
    }
}
.btn.btn-arrow:hover::after {
    border-color: white;
    filter: invert(1);
}
.btn.btn-light.btn-arrow {
    border-color: white;
    color: white;
}
.btn.btn-light.btn-arrow:hover::after {
    border-color: black;
    background-color: transparent;
    filter: invert(1);
}

/* BORDERS */
@media (min-width: 768px) {
    .border-md { border: 1px solid var(--bs-border-color); }
    .border-top-md { border-top: 1px solid var(--bs-border-color); }
    .border-bottom-md { border-bottom: 1px solid var(--bs-border-color); }
    .border-start-md { border-left: 1px solid var(--bs-border-color); }
    .border-end-md { border-right: 1px solid var(--bs-border-color); }
}
@media (min-width: 992px) {
    .border-lg { border: 1px solid var(--bs-border-color); }
    .border-top-lg { border-top: 1px solid var(--bs-border-color); }
    .border-bottom-lg { border-bottom: 1px solid var(--bs-border-color); }
    .border-start-lg { border-left: 1px solid var(--bs-border-color); }
    .border-end-lg { border-right: 1px solid var(--bs-border-color); }
}
@media (min-width: 1200px) {
    .border-xl { border: 1px solid var(--bs-border-color); }
    .border-top-xl { border-top: 1px solid var(--bs-border-color); }
    .border-bottom-xl { border-bottom: 1px solid var(--bs-border-color); }
    .border-start-xl { border-left: 1px solid var(--bs-border-color); }
    .border-end-xl { border-right: 1px solid var(--bs-border-color); }
}

/* IMAGES */
.img-contain {
    object-fit: contain;
}
.img-cover {
    object-fit: cover;
}

/* HEADER */
.header-top__icon-section > li:nth-child(n + 2) {
    display: none !important;
}
.header .custom-logo-link {
    width: 200px;
}
.header .custom-logo-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
    filter: invert(1);
}
.header-middle__right .search .search-input {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
.header-middle__right .search button svg,
.btn-icon.btn-search-mobile svg {
    filter: invert(1);
}
.btn-icon.btn-search-mobile svg {
    width: 12px;
}
.header-bottom {
    margin: 1rem 0;
    border: none;
}
.header-bottom .header-menu:last-child a {
    background: white;
    color: #000;
    border-radius: 100px;
    opacity: 1;
}

.mobile-menu__bar .custom-logo-link img {
    display: none;
}
.mobile-menu__bar,
.mobile-menu__header {
    background: var(--bs-extra-dark);
}
@media (max-width: 991.98px) {
    .header-top {
        background-color: var(--bs-extra-dark)
    }
    .header-middle {
        min-height: 70px;
        height: auto;
    }
    .header .custom-logo-link {
        width: 130px;
        height: 60px;
    }
}
@media (min-width: 992px) {
    .header-top {
        height: 50px;
    }
    .header-middle {
        height: 80px;
    }
    .header .custom-logo-link {
        width: 350px;
        height: 70px;
    }
}

/* HERO */
.section-hero .glide__arrows .glide__arrow {
    border: 1px solid #fff;
    padding: 1.5rem;
    background-size: 1.5rem;
    &:hover {
        background-color: #000;
        filter: invert(1);
    }
}
.section-hero .glide__bullets .glide__bullet {
    opacity: 1;
    &::after {
        background-color: #fff;
        border-radius: 5px;
        transition: width .4s ease;
    }
}
.section-hero .glide__bullets .glide__bullet--active {
    width: auto;
}
.section-hero .glide__bullets .glide__bullet--active::after {
    width: 40px;
}
.section-hero .slider-hero .heading-block-title {
    font-family: 'Syncopate';
    font-size: 3rem;
}
@media (min-width: 768px) {
    .section-hero .heading-block-title {
        font-size: 3.2rem;
    }
}

.section-products .fm-menu button.fm-control {
    border-radius: 50rem;
}

/* FOOTER */
@media (min-width: 992px) {
    .footer__links-container {
        flex-wrap: nowrap
    }
}

/* SPECIALS */
.star-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 480'%3E%3Cpath d='M480 240A240 240 0 0 1 240 0 240 240 0 0 1 0 240a240 240 0 0 1 240 240 240 240 0 0 1 240-240Z' fill='%23232428' /%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.rotation-coin,
.rotation-coin::after {
    width: 100px;
    height: 100px;
    position: relative;
}
.rotation-coin svg,
.rotation-coin::before,
.rotation-coin::after {
    --translateX: -16px;
    content: "";
    position: absolute;
    top: -4px;
    left: 4px;
    width: 100px;
    height: 100px;
    border: 4px solid var(--bs-extra-dark);
    border-radius: 50rem;
    display: block;
    background-color: white;
    animation: rotationCoin 3.5s ease-in-out 0.1s infinite alternate-reverse;
    will-change: transform;
}
.rotation-coin::after {
    --translateX: 16px;
    left: -8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 480'%3E%3Cpath d='M480 240A240 240 0 0 1 240 0 240 240 0 0 1 0 240a240 240 0 0 1 240 240 240 240 0 0 1 240-240Z' fill='%23232428' /%3E%3C/svg%3E");
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}
.rotation-coin svg {
    z-index: 2;
    width: 70px;
    height: 70px;
    border: none;
    background-color: none;
    top: 12px;
    left: 20px;
}
@keyframes rotationCoin {
    0% {
        transform: rotate3d(0,1,0,-45deg);
    }
    100% {
        transform: rotate3d(0,1,0,45deg) translateX(var(--translateX));
    }
}

.coin-column-animation {
    display: flex;
    flex-direction: column-reverse;
}
.coin-column-animation .coin{
    width: 100px;
    height: 100px;
    position: relative;
    margin-bottom: -70px;
    animation: coinColumnAnimation 2s ease-in-out calc(0.2s * var(--coin)) infinite alternate-reverse;

    &::before,
    &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        border: 4px solid var(--bs-extra-dark);
        border-radius: 100px;
        background-color: white;
        transform: scaleY(70%);
    }
    &::before {
        transform: scaleY(70%) translateY(15px);
    }
    &::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 480'%3E%3Cpath d='M480 240A240 240 0 0 1 240 0 240 240 0 0 1 0 240a240 240 0 0 1 240 240 240 240 0 0 1 240-240Z' fill='%23232428' /%3E%3C/svg%3E");
        background-size: 70%;
        background-position: center;
        background-repeat: no-repeat;
    }
    &:nth-last-child(n + 2)::after {
        background-color: #eaeaea;
    }
}
@keyframes coinColumnAnimation {
    100% { transform: translateY(40%); }
}

/* DROPDOWN */
.dropdown-list {
    .item {
        background-color: var(--bs-extra-dark);
        color: white;
        width: 100%;
        padding: 2rem;
        border-radius: 0 20px 20px 20px;
        transition: 1s;
        margin-bottom: 1rem;
        cursor: pointer;
        .question {
            display: flex;
            justify-content: start;
            align-items: center;
            transition: 1s;
            .title {
                width: calc(100% - 2rem);
                margin: 0;
                color: var(--bs-primary);
            }
            .dropdown {
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 330 330'%3E%3Cpath d='M250.606,154.389l-150-149.996c-5.857-5.858-15.355-5.858-21.213,0.001 c-5.857,5.858-5.857,15.355,0.001,21.213l139.393,139.39L79.393,304.394c-5.857,5.858-5.857,15.355,0.001,21.213 C82.322,328.536,86.161,330,90,330s7.678-1.464,10.607-4.394l149.999-150.004c2.814-2.813,4.394-6.628,4.394-10.606 C255,161.018,253.42,157.202,250.606,154.389z' fill='%23fff'/%3E%3C/svg%3E");
                width: 1.4rem;
                height: 1.4rem;
                transform: rotate(90deg);
                transition: 1s;
            }
        }
        .answer {
            overflow: hidden;
            max-height: 0;
            transition: 1s ease-in;
            overflow-y: scroll;
            p {
                margin: 0;
            }
        }
        &.active {
            cursor: auto;
            .dropdown {
                transform: rotate(270deg);
            }
            .answer {
                max-height: 300px;
            }
        }
    }
}