@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');

@font-face {
    font-family: 'Futura Medium';
    src: url("../fonts/Futura.ttc")
}

.wkd-custom-brand-page #maincontent {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.wkd-custom-brand-page #maincontent .column.main {
    padding-top: 0;
}

.wkd-custom-brand-page .breadcrumbs {
    display: none;
}

.wkd-custom-brand-page .dscom-custom-brand {
    background-color: #FFFFFF;
    color: #707070;
    font-family: 'Futura Medium', sans-serif;
    font-size: 16px;
    line-height: 1.34;
}

.wkd-custom-brand-page .dscom-custom-brand img {
    display: block;
    width: 100%;
    height: auto;
}

/** Tile-01 **/
.wkd-custom-brand-page .tile-01 .wrap-top-banner {
    margin-bottom: 60px
}

/** Tile-02 **/
.wkd-custom-brand-page .tile-02 .block-container {
    max-width: 924px;
    margin: 0 auto 60px;
    color: #707070;
}

.wkd-custom-brand-page .tile-02 .top-info {
    margin-right: 15px;
    margin-left: 15px;
}

.wkd-custom-brand-page .tile-02 .top-title {
    margin-bottom: 36px;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
}

.wkd-custom-brand-page .tile-02 .top-title .pink-text {
    color: #FF8EDC;
}

.wkd-custom-brand-page .tile-02 .top-text {
    font-size: 22px;
    font-weight: 400;
}

/** Tile-03 **/
.wkd-custom-brand-page .tile-03 .title-tile {
    margin-right: 15px;
    margin-bottom: 36px;
    margin-left: 15px;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.wkd-custom-brand-page .tile-03 .coctail-title {
    margin-bottom: 30px;
    font-family: 'Oswald', sans-serif;
    font-size: 70px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.wkd-custom-brand-page .tile-03 .wkd-carousel-cocktail .wr-img {
    margin: 0 3px;
}

.wkd-custom-brand-page .tile-03 .wkd-carousel-cocktail .wr-info {
    padding: 30px 15px 30px;
    overflow: hidden;
    background-color: #FFFFFF;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.32;
}

.wkd-custom-brand-page .wkd-carousel-cocktail .wr-info.blue {
    color: #00ABCF;
}
.wkd-custom-brand-page .wkd-carousel-cocktail .wr-info.ginger {
    color: #FFA300;
}
.wkd-custom-brand-page .wkd-carousel-cocktail .wr-info.pink {
    color: #FF76B5;
}
.wkd-custom-brand-page .wkd-carousel-cocktail .wr-info.lemon {
    color: #B0D132;
}

.wkd-custom-brand-page .wkd-carousel-cocktail .wr-info .content,
.wkd-custom-brand-page .wkd-carousel-cocktail .wr-info .info-recepie {
    height: 96px;
    overflow: hidden;
}

.wkd-custom-brand-page .wkd-carousel-cocktail .wr-info .cups {
    display: block;
    margin: 18px 0;
    text-transform: uppercase;
}

.wkd-custom-brand-page .wkd-carousel-cocktail .info-recepie {
    margin-bottom: 28px;
}

.wkd-custom-brand-page .wkd-carousel-cocktail .buy-yours {
    display: inline-block;
    padding: 12px 26px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

.wkd-custom-brand-page .wkd-carousel-cocktail .buy-yours.blue {
    background-color: #00ABCF;
}
.wkd-custom-brand-page .wkd-carousel-cocktail .buy-yours.ginger {
    background-color: #FFA300;
}
.wkd-custom-brand-page .wkd-carousel-cocktail .buy-yours.pink {
    background-color: #FF76B5;
}
.wkd-custom-brand-page .wkd-carousel-cocktail .buy-yours.lemon {
    background-color: #B0D132;
}

.wkd-custom-brand-page .wkd-carousel-cocktail .slick-dots {
    position: static;
    margin: 0 0 35px;
}

.wkd-custom-brand-page .wkd-carousel-cocktail .slick-dots {
    -webkit-tap-highlight-color: transparent;
    text-align: center;
}

.wkd-custom-brand-page .wkd-carousel-cocktail .slick-dots button::before {
    font-size: 30px;
    color: black;
    opacity: 0.30;
}

.wkd-custom-brand-page .wkd-carousel-cocktail .slick-dots .slick-active button::before {
    content: "\e639";
    opacity: 0.85;
}

.wkd-custom-brand-page .tile-03 .wkd-carousel-cocktail .slick-arrow {
    z-index: 1;
    top: 20%;
    background: transparent;
}

.wkd-custom-brand-page .tile-03 .wkd-carousel-cocktail .slick-prev {
    left: 20px;
}

.wkd-custom-brand-page .tile-03 .wkd-carousel-cocktail .slick-next {
    right: 20px;
}

.wkd-custom-brand-page .tile-03 .wkd-carousel-cocktail .slick-prev::before {
    display: block;
    width: 40px;
    height: 40px;
    transform: rotate(-45deg);
    border-top: 1px solid #333;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #333;
    background: transparent;
    content: ""
}

.wkd-custom-brand-page .tile-03 .wkd-carousel-cocktail .slick-next::before {
    display: block;
    width: 40px;
    height: 40px;
    transform: rotate(135deg);
    border-top: 1px solid #333;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #333;
    background: transparent;
    content: ""
}

/** Tile-04 **/
.wkd-custom-brand-page .tile-04 .block-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0;
}

.wkd-custom-brand-page .tile-04 .title-carousel {
    margin: 0 15px 20px;
    font-size: 34px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.wkd-custom-brand-page .tile-04 .brandy-products-slick .product-item {
    width: 320px;
    margin: 0 auto;
    text-align: center;
}

.wkd-custom-brand-page .tile-04 .brandy-products-slick .product-item-info {
    margin: 0 auto 20px;
}

.wkd-custom-brand-page .tile-04 .brandy-products-slick img {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.wkd-custom-brand-page .tile-04 .brandy-products-slick .product-item:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.wkd-custom-brand-page .tile-04 .product-item-name {
    height: 44px;
    padding: 0 10px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 400;
}

.wkd-custom-brand-page .tile-04 .product-item-link {
    color: #4C4D4F;
    font-weight: 400;
    text-decoration: none;
}

.wkd-custom-brand-page .tile-04 .price-box .price {
    color: #4C4D4F;
    font-size: 14px;
    font-weight: 800;
}

.wkd-custom-brand-page .tile-04 .tocart {
    margin: 0 0 20px;
    padding: 14px 26px;
    border: 1px solid #4C4D4F;
    border-radius: 1px;
    background-color: #FFFFFF;
    color: #4C4D4F;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 300ms ease-in-out;
}

.wkd-custom-brand-page .tile-04 .tocart:hover {
    border: 1px solid #00ABCF;
    outline: none;
    background-color: #00ABCF;
    color: #FFFFFF;
    font-weight: 800;
    cursor: pointer;
}

.wkd-custom-brand-page .tile-04 .tocart:focus {
    outline: none;
}

.wkd-custom-brand-page .tile-04 .brandy-products-slick .slick-dots {
    position: static;
    margin: 0 0 35px;
}

.wkd-custom-brand-page .tile-04 .brandy-products-slick .slick-dots {
    -webkit-tap-highlight-color: transparent;
    text-align: center;
}

.wkd-custom-brand-page .tile-04 .brandy-products-slick .slick-dots button::before {
    font-size: 30px;
    color: #00ABCF;
    opacity: 0.3;
    content: "\e639";
}

.wkd-custom-brand-page .tile-04 .brandy-products-slick .slick-dots .slick-active button::before {
    opacity: 0.85;
}

.wkd-custom-brand-page .tile-04 .brandy-products-slick .slick-arrow {
    z-index: 1;
    top: 48%;
    background: transparent;
}

.wkd-custom-brand-page .tile-04 .brandy-products-slick .slick-arrow:active,
.wkd-custom-brand-page .tile-04 .brandy-products-slick .slick-arrow:focus,
.wkd-custom-brand-page .tile-04 .brandy-products-slick .slick-arrow:visited {
    outline: none;
    border: none;
    box-shadow: none;
}

.wkd-custom-brand-page .tile-04 .brandy-products-slick .slick-prev {
    left: 20px;
}

.wkd-custom-brand-page .tile-04 .brandy-products-slick .slick-next {
    right: 20px;
}

.wkd-custom-brand-page .tile-04 .brandy-products-slick .slick-prev::before {
    display: block;
    width: 40px;
    height: 40px;
    transform: rotate(-45deg);
    border-top: 1px solid #333;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #333;
    background: transparent;
    content: ""
}

.wkd-custom-brand-page .tile-04 .brandy-products-slick .slick-next::before {
    display: block;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    background: transparent;
    content: ""
}

/** Tile-05 **/
.wkd-custom-brand-page .tile-05 .wr-social {
    margin-bottom: 30px;
}

.wkd-custom-brand-page .tile-05 .link-instagram {
    background-color: #FF006C;
}

.wkd-custom-brand-page .tile-05 .link-twitter {
    background-color: #1DA1F2;
}

.wkd-custom-brand-page .tile-05 .link-social {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wkd-custom-brand-page .tile-05 .link-social a {
    color: #FFFFFF;
    text-decoration: none;
}

.wkd-custom-brand-page .tile-05 .link-social a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media screen and (min-width: 768px) {
    .wkd-custom-brand-page .tile-03 .title-tile {
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
        text-align: center;
    }

    .wkd-custom-brand-page .tile-04 .title-carousel {
        margin: 0 auto 30px;
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {

    .wkd-custom-brand-page .tile-02 .top-title {
        font-size: 40px;
    }

    .wkd-custom-brand-page .tile-03 .title-tile {
        margin-bottom: 50px;
        font-size: 38px;
    }

    .wkd-custom-brand-page .tile-03 .wkd-carousel-cocktail {
        margin-bottom: 30px;
    }

    .wkd-custom-brand-page .tile-03 .wkd-carousel-cocktail .slick-slide {
        margin: 0;
    }

    .wkd-custom-brand-page .tile-04 .title-carousel {
        font-size: 46px;
    }

    .wkd-custom-brand-page .tile-04 .btn-cart {
        margin: 0 0 50px;
    }

    .wkd-custom-brand-page .tile-04 .brandy-products-slick {
        overflow: visible;
    }

    .wkd-custom-brand-page .tile-04 .brandy-products-slick .slick-prev {
        left: -40px;
    }

    .wkd-custom-brand-page .tile-04 .brandy-products-slick .slick-next {
        right: -40px;
    }

    .wkd-custom-brand-page .tile-05 .link-instagram {
        width: 50%;
        float: left;
    }

    .wkd-custom-brand-page .tile-05 .link-twitter {
        width: 50%;
        margin-left: 50%;
    }

}

@media screen and (min-width: 1200px) {

    .wkd-custom-brand-page .tile-03 .wkd-carousel-cocktail .wr-info {
        padding: 30px 50px 30px;
    }
}
