<!-- =========================================================
     W PRODUCTION – NÁVRAT NA HLAVNÝ WEB W RENT
========================================================= -->

<a
    class="wpParentLink"
    href="https://www.wrent.sk/"
    target="_self"
    aria-label="Späť na hlavný web W RENT"
>

    <span class="wpParentLink__arrow" aria-hidden="true">
        ←
    </span>

    <span class="wpParentLink__content">

        <small>SPÄŤ NA HLAVNÝ WEB</small>

        <img
            src="/user/documents/upload/Logo W rent Baliace technológie FLAT SK.png"
            alt="W RENT – baliace technológie"
        >

    </span>

</a>


<style>

/* =========================================================
   W PRODUCTION – PARENT LINK
========================================================= */

.wpParentLink,
.wpParentLink * {
    box-sizing: border-box;
}


/* =========================================================
   DESKTOP
========================================================= */

.wpParentLink {

    position: fixed;
    z-index: 99999;

    top: 50%;
    right: 0;

    display: flex;
    align-items: center;

    gap: 14px;

    width: 238px;
    min-height: 108px;

    padding: 16px 20px 16px 15px;

    color: #151515 !important;

    background: rgba(255,255,255,.97);

    border: 1px solid #e4e4e6;
    border-right: 0;

    border-radius: 22px 0 0 22px;

    box-shadow:
        0 16px 45px rgba(0,0,0,.12);

    text-decoration: none !important;

    transform: translateY(-50%);

    transition:
        width .25s ease,
        box-shadow .25s ease,
        transform .25s ease;

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}


/* ČERVENÝ DETAIL */

.wpParentLink::before {

    content: "";

    position: absolute;

    top: 22px;
    left: 0;

    width: 3px;
    height: 64px;

    background: #e30613;

    border-radius: 0 3px 3px 0;
}


/* =========================================================
   HOVER
========================================================= */

.wpParentLink:hover {

    width: 250px;

    color: #151515 !important;

    background: #ffffff;

    box-shadow:
        0 20px 55px rgba(0,0,0,.17);

    text-decoration: none !important;
}


/* =========================================================
   ŠÍPKA
========================================================= */

.wpParentLink__arrow {

    display: flex;

    width: 43px;
    height: 43px;

    flex: 0 0 43px;

    align-items: center;
    justify-content: center;

    color: #ffffff;

    background: #e30613;

    border-radius: 50%;

    font-family:
        Arial,
        sans-serif;

    font-size: 22px;
    font-weight: 700;

    line-height: 1;

    transition:
        transform .25s ease,
        background .25s ease;
}


.wpParentLink:hover
.wpParentLink__arrow {

    transform: translateX(-4px);

    background: #151515;
}


/* =========================================================
   OBSAH
========================================================= */

.wpParentLink__content {

    display: flex;

    min-width: 0;

    flex: 1;

    flex-direction: column;

    align-items: flex-start;
    justify-content: center;
}


/* =========================================================
   MALÝ NADPIS
========================================================= */

.wpParentLink__content small {

    display: block;

    margin: 0 0 9px;

    color: #77777c;

    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;

    font-size: 9px;

    font-weight: 800;

    line-height: 1;

    letter-spacing: .13em;

    white-space: nowrap;
}


/* =========================================================
   W RENT LOGO
========================================================= */

.wpParentLink__content img {

    display: block;

    width: 145px;
    max-width: 100%;

    height: auto;
    max-height: 47px;

    margin: 0;

    object-fit: contain;
    object-position: left center;
}


/* =========================================================
   TELEFÓN
========================================================= */

@media (max-width: 767px) {

    .wpParentLink {

        top: auto;

        right: 12px;
        bottom: 14px;

        width: 215px;

        min-width: 0;
        min-height: 72px;

        gap: 10px;

        padding:
            10px
            14px
            10px
            10px;

        border: 1px solid #e4e4e6;

        border-radius: 999px;

        transform: none;

        box-shadow:
            0 10px 35px rgba(0,0,0,.15);
    }


    .wpParentLink::before {
        display: none;
    }


    .wpParentLink:hover {

        width: 215px;

        transform: none;
    }


    .wpParentLink__arrow {

        width: 44px;
        height: 44px;

        flex-basis: 44px;

        font-size: 21px;
    }


    .wpParentLink__content small {

        margin-bottom: 6px;

        font-size: 7px;

        letter-spacing: .10em;
    }


    .wpParentLink__content img {

        width: 122px;

        max-height: 34px;
    }

}


/* =========================================================
   VEĽMI MALÉ TELEFÓNY
========================================================= */

@media (max-width: 380px) {

    .wpParentLink {

        right: 9px;
        bottom: 10px;

        width: 198px;

        min-height: 66px;

        padding:
            9px
            12px
            9px
            9px;
    }


    .wpParentLink:hover {
        width: 198px;
    }


    .wpParentLink__arrow {

        width: 40px;
        height: 40px;

        flex-basis: 40px;
    }


    .wpParentLink__content img {
        width: 112px;
    }

}

</style>