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

.fourpillars-custom-brand-page #maincontent .column.main {
    padding-top: 0;
    background-color: #FFFFFF;
    color: #242525;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.34;
}

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

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

/** Tile-01 **/
.fourpillars-custom-brand-page .tile-01 .bg-header {
    position: relative;
    padding-top: 58%;
}

.fourpillars-custom-brand-page .tile-01 .bg-header::before {
    display: block;
    width: 100%;
    content: "";
}

.fourpillars-custom-brand-page .tile-01 .bg-header>.content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("/media/dscom/brandy/2020-12-14-fourpillars-header-mobile.jpg") center /cover no-repeat #FFFFFF;
}

/** Tile-02 **/
.fourpillars-custom-brand-page .tile-02 {
    background-color: #FFFFFF;
    padding: 60px 0 60px;
}

.fourpillars-custom-brand-page .tile-02 .block-container {
    margin: 0 35px;
}

.fourpillars-custom-brand-page .tile-02 .block-logo {
    margin: 0 auto 50px;
    width: 174px;
}

.fourpillars-custom-brand-page .tile-02 .block-info {
    color: #707070;
}

.fourpillars-custom-brand-page .tile-02 .block-info p {
    margin-bottom: 40px;
}

.fourpillars-custom-brand-page .tile-02 .block-info p:last-child {
    margin-bottom: 0;
}

/** Tile-03 **/
.fourpillars-custom-brand-page .tile-03 .bg-feature {
    position: relative;
    padding-top: 104%;
}

.fourpillars-custom-brand-page .tile-03 .bg-feature::before {
    display: block;
    width: 100%;
    content: "";
}

.fourpillars-custom-brand-page .tile-03 .bg-feature>.content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("/media/dscom/brandy/2020-12-14-fourpillars-feature-mobile.jpg") center /cover no-repeat #FFFFFF;
}

/** Tile-04 **/
.fourpillars-custom-brand-page .tile-04 {
    padding: 48px 0 60px;
}

.fourpillars-custom-brand-page .tile-04 .block-container {
    margin: 0 35px;
}

.fourpillars-custom-brand-page .tile-04 .title-carousel {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.fourpillars-custom-brand-page .tile-04 .dscom-products-carousel .product-image {
    display: block;
    margin: 0 auto;
}

.fourpillars-custom-brand-page .tile-04 .dscom-products-carousel img {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin: 0 auto 30px;
    width: auto;
}

.fourpillars-custom-brand-page .tile-04 .dscom-products-carousel .item:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.fourpillars-custom-brand-page .tile-04 .product-item-name {
    padding: 0 10px;
    height: 42px;
    overflow: hidden;
    font-family: "Roboto", "Lato", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.fourpillars-custom-brand-page .tile-04 .product-item-name a {
    color: #96938E;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.fourpillars-custom-brand-page .tile-04 .product-item-info,
.fourpillars-custom-brand-page .tile-04 .product-item-details {
    text-align: center;
    margin: 0 auto;
}

.fourpillars-custom-brand-page .tile-04 .price-box {
    margin: 7px 0 12px;
    text-align: center;
}

.fourpillars-custom-brand-page .tile-04 .price-box .price {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.fourpillars-custom-brand-page .tile-04 .tocart {
    transition: all 300ms ease-in-out;
    margin: 0 0 10px;
    border: 1px solid #242525;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 16px 32px;
    color: #242525;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.fourpillars-custom-brand-page .tile-04 .tocart:hover {
    cursor: pointer;
    outline: none;
    border: 1px solid #242525;
    background-color: #242525;
    color: #FFFFFF;
    font-weight: 700;
}

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

.fourpillars-custom-brand-page .tile-04 .navt-prev {
    display: block;
    border-top: 10px solid transparent;
    border-right: 18px solid #242525;
    border-bottom: 10px solid transparent;
    border-left: 0px solid transparent;
    width: 0;
    height: 0;
}

.fourpillars-custom-brand-page .tile-04 .navt-next {
    display: block;
    border-top: 10px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #242525;
    width: 0;
    height: 0;
}

/** Tile-05 **/
.fourpillars-custom-brand-page .tile-05 {
    padding: 0 0 30px;
}

.fourpillars-custom-brand-page .tile-05 .wr-info {
    margin: 0 15px;
    padding-top: 60px;
    text-align: center;
}

.fourpillars-custom-brand-page .tile-05 .wr-img {
    overflow: hidden;
}

.fourpillars-custom-brand-page .tile-05 .slick-slide {
    margin: 0;
}

.fourpillars-custom-brand-page .tile-05 .item img {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.fourpillars-custom-brand-page .tile-05 .item:hover img  {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.fourpillars-custom-brand-page .tile-05 .coctail-title {
    margin: 0 0 50px;
    color: #242525;
    font-family: "Roboto", "Lato", Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
}

.fourpillars-custom-brand-page .tile-05 .info-recepie {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 20px;
    min-height: 160px;
    font-size: 15px;
    font-style: italic;
    line-height: 1.56;
}

.fourpillars-custom-brand-page .tile-05 .info-recepie::after {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 40px);
    background-color: #242525;
    width: 80px;
    height: 1px;
    content: "";
}

.fourpillars-custom-brand-page .tile-05 .title-recepie {
    margin-bottom: 40px;
    color: #242525;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.fourpillars-custom-brand-page .tile-05 .desc-recepie {
    min-height: 86px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.48;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.fourpillars-custom-brand-page .fourpillars-carousel-1 .owl-nav {
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 21%;
    left: 0;
    width: 100%;
}

.fourpillars-custom-brand-page .fourpillars-carousel-1 .owl-nav [class*='owl-'] {
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    background: transparent;
    padding: 6px 8px !important;
    color: #FFF;
    font-size: 14px;
}

.fourpillars-custom-brand-page .fourpillars-carousel-1 .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

.fourpillars-custom-brand-page .fourpillars-carousel-1 .owl-nav [class*='owl-']:focus {
    outline: none;
}

.fourpillars-custom-brand-page .fourpillars-carousel-1 .owl-nav .owl-prev {
    margin-left: 0;
}

.fourpillars-custom-brand-page .fourpillars-carousel-1 .owl-nav .owl-next {
    float: right;
    margin-right: 0;
}

.fourpillars-custom-brand-page .fourpillars-carousel-1 .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.fourpillars-custom-brand-page .fourpillars-carousel-1 .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 10px auto;
    width: 100%;
    text-align: center;
}

.fourpillars-custom-brand-page .fourpillars-carousel-1 .owl-dots,
.fourpillars-custom-brand-page .fourpillars-carousel-2 .owl-dots {
    -webkit-tap-highlight-color: transparent;
    text-align: center;
}

.fourpillars-custom-brand-page .fourpillars-carousel-1 .owl-dots button:focus,
.fourpillars-custom-brand-page .fourpillars-carousel-2 .owl-dots button:focus {
    outline: none;
}

.fourpillars-custom-brand-page .fourpillars-carousel-1 .owl-dots .owl-dot,
.fourpillars-custom-brand-page .fourpillars-carousel-2 .owl-dots .owl-dot {
    zoom: 1;
    display: inline-block;
    *display: inline;
}

.fourpillars-custom-brand-page .fourpillars-carousel-1 .owl-dots .owl-dot span,
.fourpillars-custom-brand-page .fourpillars-carousel-2 .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    display: block;
    transition: opacity 200ms ease;
    margin: 5px 7px;
    border-radius: 50%;
    background: #96938E;
    width: 16px;
    height: 16px;
}

.fourpillars-carousel-1 .owl-dots .owl-dot.active span, .fourpillars-carousel-1 .owl-dots .owl-dot:hover span,
.fourpillars-carousel-3 .owl-dots .owl-dot.active span, .fourpillars-carousel-2 .owl-dots .owl-dot:hover span {
    background: #242525;
}

@media screen and (min-width: 376px) {
    .fourpillars-custom-brand-page .tile-01 .bg-header {
        padding-top: 42%;
    }

    .fourpillars-custom-brand-page .tile-01 .bg-header>.content {
        background: url("/media/dscom/brandy/2020-12-14-fourpillars-header.jpg") center /cover no-repeat #FFFFFF;
    }

    .fourpillars-custom-brand-page .tile-03 .bg-feature {
        padding-top: 32%;
    }

    .fourpillars-custom-brand-page .tile-03 .bg-feature>.content {
        background: url("/media/dscom/brandy/2020-12-14-fourpillars-feature.jpg") center /cover no-repeat #FFFFFF;
    }
}

@media screen and (min-width: 768px) {
    .fourpillars-custom-brand-page .tile-02 .block-row {
        display: flex;
        justify-content: space-between;
    }

    .fourpillars-custom-brand-page .tile-02 .block-logo {
        flex: 0 1 36%;
        align-self: center;
        margin: 0;
    }

    .fourpillars-custom-brand-page .tile-02 .block-info {
        flex: 0 1 58%;
        align-self: center;
        margin: 0;
    }

    .fourpillars-custom-brand-page .tile-05 .coctail-title {
        margin: 0 0 20px;
        min-height: 66px;
    }
}

@media screen and (min-width: 992px) {
    .fourpillars-custom-brand-page .tile-02 .block-container {
        max-width: 1140px;
    }

    .fourpillars-custom-brand-page .tile-04 .block-container {
        max-width: 1140px;
    }

    .fourpillars-custom-brand-page .tile-03 .bg-feature {
        padding-top: 42%;
    }
}

@media screen and (min-width: 1200px) {
    .fourpillars-custom-brand-page .tile-02 .block-container {
        margin: 0 auto;
    }

    .fourpillars-custom-brand-page .tile-04 .block-container {
        margin: 0 auto;
    }

    .fourpillars-custom-brand-page .tile-02 .block-logo {
        flex: 0 1 384px;
        align-self: center;
        margin: 0 100px 0 0;
        widows: 384px;
    }

    .fourpillars-custom-brand-page .tile-02 .block-info {
        flex: 0 1 656px;
        align-self: center;
        margin: 0;
    }

    .fourpillars-custom-brand-page .tile-05 {
        padding: 0 0 40px;
    }
}

@media screen and (min-width: 1400px) {
    .fourpillars-custom-brand-page .tile-03 .bg-feature {
        padding-top: 36%;
    }

    .fourpillars-custom-brand-page .tile-05 {
        padding: 0 0 60px;
    }

    .fourpillars-custom-brand-page .tile-05 .desc-recepie {
        margin: 0 40px;
    }
}
