@import url(https://fonts.googleapis.com/css2?family=Afacad:wght@600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Alexandria:wght@200;300;400;600;700&family=Inter:wght@400;700&family=Unbounded:wght@400;500;600;700&display=swap);

.site-msg.information {
    background-color: var(--wg-dark)
}

.site-msg.information .close,
.site-msg.information .text {
    color: var(--wg-white);
    font-family: var(--wg-font-poppins);
    font-weight: 500
}

.header-bottom {
    background-color: var(--wg-gold)
}

.navigation-in ul li a {
    color: var(--wg-white);
    font-family: var(--wg-font-poppins);
    font-weight: 400;
    text-transform: none
}

.next-to-carousel-banners {
    padding-left: 0
}

:root {
    --wg-gold: #b48336;
    --wg-cta: #710912;
    --wg-cta-hover: #8c0b16;
    --wg-dark: #0d0d0d;
    --wg-white: #fff;
    --wg-ink: #1a1a1a;
    --wg-muted: #5b5b5b;
    --wg-cream: #f7f3ec;
    --b2b-border: #d7d7d7;
    --b2b-program-bg: #f7f7f7;
    --template-font: "Alexandria", sans-serif;
    --template-headings-font: "Unbounded", sans-serif;
    --wg-font-display: "Unbounded", sans-serif;
    --wg-font-body: "Alexandria", sans-serif;
    --wg-container: 1280px;
    --wg-radius: 0px;
    --cookies-notice-button-hover: #710912;
    --cookies-notice-background: #710912
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Unbounded, sans-serif
}

body,
html {
    font-family: Alexandria, sans-serif;
    overflow-x: clip
}

.site-msg {
    background-color: var(--wg-cta);
    color: var(--wg-white)
}

.in-index #content-wrapper.container {
    width: 100%
}

.wg-container {
    box-sizing: border-box;
    margin-inline: auto;
    max-width: var(--wg-container);
    padding-inline: 20px
}

.wg-section-title {
    color: var(--wg-ink);
    font-family: var(--wg-font-display);
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 600;
    line-height: 1.15;
    margin: 0 0 32px;
    text-align: center
}

.wg-btn {
    align-items: center;
    background: var(--wg-cta);
    border: 0;
    border-radius: 0;
    color: var(--wg-white);
    cursor: pointer;
    display: inline-flex;
    font-family: var(--wg-font-body);
    font-size: 20px;
    font-weight: 600;
    justify-content: center;
    letter-spacing: -.2px;
    line-height: 1;
    padding: 16px 28px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s ease, transform .2s ease
}

.wg-btn:hover {
    background: var(--wg-cta-hover);
    transform: translateY(-1px)
}

.wg-btn:active,
.wg-btn:focus,
.wg-btn:hover {
    color: var(--wg-white)
}

.wg-block,
.wg-block * {
    box-sizing: border-box
}

.basic-description p span,
.category-perex>p,
.category__secondDescription>p,
.wg-block p {
    text-align: justify
}

.wg-b2b-card__text {
    text-align: center !important
}

.in-index .banners-content.body-banners .col-sm-12 {
    width: 100%
}

.partners__wrapper {
    padding: 50px 0
}

.slick-slider {
    padding: 0 30px
}

.slick-slider .slick-arrow {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #fff;
    height: 25px;
    margin-top: -12px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 25px
}

.slick-slider .slick-arrow:before {
    color: #000;
    font-size: 18px;
    margin: 0 !important
}

.slick-slider .slick-prev {
    font-size: 0;
    left: 0
}

.slick-slider .slick-prev:before {
    content: "\e90f";
    font-family: shoptet
}

.slick-slider .slick-next {
    font-size: 0;
    padding-left: 2px;
    right: 0
}

.slick-slider .slick-next:before {
    content: "\e910";
    font-family: shoptet
}

.slick-slider .image {
    align-items: center;
    display: flex;
    justify-content: center
}

.slick-slider img {
    max-width: 120px !important
}

@media (min-width:768px) {
    .in-index .products-wrapper {
        margin: 0
    }

    .type-index #header {
        margin-bottom: 0
    }
}

@media (max-width:767px) {

    .in-index .content-wrapper.container,
    .in-index .content-wrapper.container .row>div {
        padding: 0
    }

    .wg-btn {
        font-size: 16px
    }

    .product-slider-navigation.navigation-next {
        right: 12px
    }

    .product-slider-navigation.navigation-prev {
        left: 12px
    }

    .content-wrapper.container .row {
        margin-left: 0;
        margin-right: 0
    }
}

.row.banners-row>.col-sm-8,
.wg-hero {
    width: 100%
}

.wg-hero {
    display: flex;
    justify-content: center;
    min-height: 560px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.wg-hero__bg {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
    z-index: 0
}

.wg-hero__inner {
    max-width: 1180px;
    padding: 170px 24px;
    position: relative;
    z-index: 2
}

.wg-hero__title {
    color: var(--wg-white);
    font-family: var(--wg-font-display);
    font-size: clamp(34px, 3.8vw, 50px);
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 28px
}

.wg-hero__title span {
    color: var(--wg-gold)
}

.wg-hero__subtitle {
    color: var(--wg-white);
    font-family: var(--wg-font-body);
    font-size: clamp(13px, 1.2vw, 22px);
    font-weight: 300;
    line-height: 1.35;
    margin: 0 auto;
    max-width: 900px;
    text-align: center !important
}

@media (max-width:1200px) {
    .wg-hero__inner {
        padding: 100px 24px
    }
}

@media (max-width:767px) {
    .wg-hero {
        min-height: 400px
    }
}

@media (max-width:640px) {
    .wg-hero {
        min-height: 420px
    }

    .wg-hero__inner {
        padding: 56px 18px
    }
}

.row.banners-row>.col-sm-4 {
    width: 100%
}

.wg-signpost {
    margin-top: -250px;
    padding: 0
}

.wg-signpost__grid {
    display: grid;
    gap: 16px;
    grid-template-areas: "eshop degu  club" "eshop b2b   b2b";
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1.6fr;
    min-height: 540px
}

.wg-tile {
    background: var(--wg-dark);
    border-radius: var(--wg-radius);
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 220px;
    overflow: hidden;
    position: relative;
    text-decoration: none
}

.wg-tile--eshop {
    grid-area: eshop
}

.wg-tile--degu {
    grid-area: degu
}

.wg-tile--club {
    grid-area: club
}

.wg-tile--b2b {
    grid-area: b2b
}

.wg-tile__bg {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    transition: transform .4s ease;
    width: 100%;
    z-index: 0
}

.wg-tile:after {
    background: linear-gradient(180deg, rgba(14, 16, 6, 0) 35%, rgba(14, 16, 6, .78));
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1
}

.wg-tile:hover .wg-tile__bg {
    transform: scale(1.05)
}

.wg-tile__label {
    color: var(--wg-white);
    font-family: var(--wg-font-body);
    font-size: clamp(16px, 1.4vw, 28px);
    font-weight: 600;
    line-height: 1.1;
    padding: 28px 30px;
    position: relative;
    z-index: 2
}

@media (max-width:767px) {
    .wg-signpost {
        margin-top: -150px
    }

    .wg-signpost__grid {
        grid-template-areas: "eshop eshop" "degu  club" "b2b   b2b";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto
    }

    .wg-tile {
        min-height: 180px
    }

    .wg-tile__label {
        padding: 15px
    }
}

.wg-intro {
    background-image: url(/user/documents/upload/main-banner-bottom/mb-bottom.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 56px 0 150px;
    text-align: center
}

.wg-intro__text {
    color: var(--wg-ink);
    font-family: var(--wg-font-body);
    font-size: clamp(16px, 1.3vw, 22px);
    font-weight: 300;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 1050px;
    text-align: center !important
}

@media (max-width:767px) {
    .wg-intro {
        padding: 56px 0 120px
    }
}

@media (max-width:500px) {
    .wg-intro {
        padding: 56px 0 50px
    }
}

.wg-services {
    padding: 64px 0
}

.wg-services__grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, 1fr)
}

.wg-svc {
    background: var(--wg-dark);
    border-radius: var(--wg-radius);
    color: var(--wg-white);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 480px;
    overflow: hidden;
    position: relative
}

.wg-svc__bg {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
    z-index: 0
}

.wg-svc:after {
    background: linear-gradient(180deg, rgba(14, 16, 6, 0) 18%, rgba(14, 16, 6, .55) 48%, rgba(14, 16, 6, .92));
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1
}

.wg-svc__body {
    padding: 26px 24px 28px;
    position: relative;
    z-index: 2
}

.wg-svc__title {
    color: #fff;
    font-family: var(--wg-font-display);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.15;
    margin: 0 0 12px
}

.wg-svc__text {
    color: hsla(0, 0%, 100%, .88);
    display: -webkit-box;
    font-family: var(--wg-font-body);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.45 !important;
    margin: 0 0 18px;
    text-align: left !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    min-height: 5.8em;
    overflow: hidden
}

.wg-svc .wg-btn {
    font-size: 14px;
    padding: 12px 22px
}

@media (max-width:1024px) {
    .wg-services__grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:767px) {
    .wg-svc__title {
        font-size: 18px
    }
}

@media (max-width:560px) {
    .wg-services__grid {
        grid-template-columns: 1fr
    }

    .wg-svc {
        min-height: 420px
    }
}

.wg-about {
    padding: 64px 0
}

.wg-about__inner {
    align-items: stretch;
    background: #0d0d0d;
    border-radius: var(--wg-radius);
    display: grid;
    gap: 40px;
    grid-template-columns: 1.4fr 1fr;
    overflow: hidden
}

.wg-about .wg-container {
    position: relative
}

.wg-about__text {
    padding: 56px clamp(24px, 4vw, 64px) 100px
}

.wg-about__kicker {
    color: var(--wg-white);
    font-family: var(--wg-font-display);
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 14px
}

.wg-about__subtitle {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px
}

.wg-about__body,
.wg-about__subtitle {
    color: var(--wg-white);
    font-family: var(--wg-font-body)
}

.wg-about__body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 28px
}

.wg-about__media {
    min-height: 360px;
    position: relative
}

.wg-about__media img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.wg-about-award {
    bottom: -80px;
    left: 104px;
    position: absolute
}

@media (max-width:900px) {
    .wg-about__inner {
        gap: 0;
        grid-template-columns: 1fr
    }

    .wg-about__media {
        min-height: 300px;
        order: -1
    }

    .wg-about__media img {
        object-position: center top
    }

    .wg-about-award {
        left: 30px
    }
}

@media (max-width:767px) {
    .wg-about__subtitle {
        font-size: 16px
    }

    .wg-about__body {
        font-size: 14px
    }
}

@media (max-width:500px) {
    .wg-about__media {
        min-height: 350px;
        order: -1
    }

    .wg-about-award {
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 70%
    }
}

.wg-vintners {
    padding: 64px 0
}

.wg-vintners__grid {
    display: grid;
    gap: 16px;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr
}

.wg-vintner {
    background: var(--wg-dark);
    border-radius: var(--wg-radius);
    color: var(--wg-white);
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 226px;
    overflow: hidden;
    position: relative;
    text-decoration: none
}

.wg-vintner--tall {
    grid-row: span 2;
    min-height: 471px
}

.wg-vintner__bg {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    transition: transform .4s ease;
    width: 100%;
    z-index: 0
}

.wg-vintner:hover .wg-vintner__bg {
    transform: scale(1.05)
}

.wg-vintner:after {
    background: linear-gradient(180deg, rgba(14, 16, 6, 0) 45%, rgba(14, 16, 6, .8));
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1
}

.wg-vintner__body {
    padding: 22px 24px;
    position: relative;
    z-index: 2
}

.wg-vintner__body:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='29' fill='none' viewBox='0 0 18 29'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M3.6 29 0 25.375 10.8 14.5 0 3.625 3.6 0 18 14.5z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 50%;
    content: "";
    height: 30px;
    position: absolute;
    right: 30px;
    transform: translateY(50%);
    width: 30px
}

.wg-vintner__name {
    color: #fff;
    font-family: var(--wg-font-body);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 4px
}

.wg-vintner__region {
    color: hsla(0, 0%, 100%, .85);
    font-family: var(--wg-font-body);
    font-size: 15px;
    font-weight: 200;
    margin: 0
}

.wg-vintners__more {
    margin-top: 32px;
    text-align: center
}

@media (max-width:767px) {
    .wg-vintners__grid {
        grid-template-columns: 1fr 1fr
    }

    .wg-vintner--tall {
        grid-row: span 1;
        min-height: 226px
    }

    .wg-vintner__name {
        font-size: 18px
    }
}

@media (max-width:460px) {
    .wg-vintners__grid {
        grid-template-columns: 1fr
    }
}

.benefitBanner.position--benefitHomepage {
    align-items: flex-end;
    background-image: url(/user/documents/upload/benefits-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    gap: 15px;
    justify-content: center;
    padding: 100px 0
}

.position--benefitHomepage .benefitBanner__item {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    margin: 0
}

.position--benefitHomepage .benefitBanner__picture {
    height: auto;
    margin: 0
}

.position--benefitHomepage .benefitBanner__item:first-child .benefitBanner__picture {
    flex: 0 0 70px;
    max-width: 70px
}

.position--benefitHomepage .benefitBanner__item:nth-child(2) .benefitBanner__picture {
    flex: 0 0 20px;
    max-width: 20px
}

.position--benefitHomepage .benefitBanner__item:nth-child(3) .benefitBanner__picture {
    flex: 0 0 65px;
    max-width: 65px
}

.position--benefitHomepage .benefitBanner__img {
    max-height: none
}

.position--benefitHomepage .benefitBanner__content {
    padding: 0
}

.position--benefitHomepage .benefitBanner__title {
    color: #fff;
    display: block;
    font-family: var(--wg-font-body);
    font-size: 18px;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.25px;
    line-height: normal;
    margin: 0;
    text-align: center
}

@media (max-width:992px) {
    .position--benefitHomepage .benefitBanner {
        align-items: center;
        justify-content: center
    }

    .position--benefitHomepage .benefitBanner__item {
        flex: 0 0 30%;
        width: 30%
    }

    .position--benefitHomepage .benefitBanner__item:first-child .benefitBanner__picture {
        flex: 0 0 50px;
        max-width: 50px
    }

    .position--benefitHomepage .benefitBanner__item:nth-child(2) .benefitBanner__picture {
        flex: 0 0 15px;
        max-width: 15px
    }

    .position--benefitHomepage .benefitBanner__item:nth-child(3) .benefitBanner__picture {
        flex: 0 0 40px;
        max-width: 40px
    }

    .position--benefitHomepage .benefitBanner__title {
        font-size: 14px
    }
}

@media (max-width:500px) {
    .position--benefitHomepage .benefitBanner {
        flex-direction: column;
        gap: 20px
    }

    .position--benefitHomepage .benefitBanner__item {
        flex: 0 0 100%;
        width: 100%
    }

    .position--benefitHomepage .benefitBanner__content {
        width: 80%
    }
}

.benefitBanner.position--benefitProduct {
    background-image: url(/user/documents/upload/benefits-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: none;
    padding: 70px calc(50vw - 50%);
    width: auto
}

.benefitBanner.position--benefitProduct .benefitBanner__item {
    align-items: center;
    flex: 0 0 calc(20% - 8px);
    flex-direction: column;
    margin: 0;
    width: calc(20% - 8px)
}

.benefitBanner.position--benefitProduct .benefitBanner__picture {
    height: auto;
    margin: 0 0 25px
}

.benefitBanner.position--benefitProduct .benefitBanner__img {
    max-height: none
}

.benefitBanner.position--benefitProduct .benefitBanner__content {
    padding: 0
}

.benefitBanner.position--benefitProduct .benefitBanner__title {
    color: #fff;
    display: block;
    font-family: var(--wg-font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.25px;
    line-height: normal;
    margin: 0 0 5px;
    text-align: center
}

.benefitBanner.position--benefitProduct .benefitBanner__data {
    color: #fff;
    font-family: var(--wg-font-body);
    font-weight: 300;
    text-align: center
}

@media (max-width:992px) {
    .benefitBanner.position--benefitProduct {
        flex-wrap: wrap
    }

    .benefitBanner.position--benefitProduct .benefitBanner {
        align-items: center;
        justify-content: center
    }

    .benefitBanner.position--benefitProduct .benefitBanner__item {
        flex: 0 0 30%;
        width: 30%
    }

    .benefitBanner.position--benefitProduct .benefitBanner__title {
        font-size: 14px
    }

    .benefitBanner.position--benefitProduct .benefitBanner__data {
        font-size: 12px
    }
}

@media (max-width:500px) {
    .benefitBanner.position--benefitProduct .benefitBanner {
        flex-direction: column;
        gap: 20px
    }

    .benefitBanner.position--benefitProduct .benefitBanner__item {
        display: flex !important;
        flex: 0 0 100%;
        width: 100%
    }

    .benefitBanner.position--benefitProduct .benefitBanner__content {
        width: 80%
    }
}

.ratings {
    display: none
}

.ratings.ready {
    display: block
}

body:not(.in-index, .in-o-nas) .ratings {
    margin-top: 30px
}

.ratings {
    background: var(--wg-gold);
    border: 0;
    color: var(--wg-white);
    margin: 0;
    padding: 64px 0
}

.ratings .container {
    align-items: center;
    display: flex;
    gap: 30px
}

.ratings .container:after,
.ratings .container:before {
    display: none
}

.ratings * {
    box-sizing: border-box
}

.ratings .r-header {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    width: 35%
}

.ratings .r-info,
.ratings .r-number {
    display: none
}

.ratings .review-left__title {
    color: var(--wg-white);
    font-family: var(--wg-font-body);
    font-size: clamp(18px, 1.4vw, 22px);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 8px
}

.ratings .review-left__link {
    color: var(--wg-white);
    font-family: var(--wg-font-body);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    text-decoration: underline;
    text-underline-offset: 4px
}

.ratings .review-left__link:hover {
    color: var(--wg-dark)
}

.ratings .r-bottom {
    display: flex;
    gap: 20px;
    padding: 0;
    width: 65%
}

.ratings .review {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    padding: 20px;
    width: calc(33.33333% - 13.33333px)
}

.review .top:before {
    display: none
}

.review__card-avatar {
    background-image: url(/user/documents/upload/avatar.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
    height: 60px;
    width: 60px
}

.ratings .review .top {
    display: none
}

.ratings .review .skore.stars {
    flex-basis: 100%;
    order: -1
}

.ratings .review .autor {
    color: var(--wg-ink);
    font-family: var(--wg-font-body);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2
}

.ratings .review .datum {
    color: var(--wg-muted);
    font-family: var(--wg-font-body);
    font-size: 13px;
    line-height: 1.2
}

.ratings .review__card-bottom {
    align-items: center;
    display: flex;
    gap: 10px
}

.ratings .review .datum:not(:empty):before {
    color: var(--wg-muted);
    content: "•";
    margin-right: 8px
}

.ratings .review .textove-hodnoceni {
    color: var(--wg-muted);
    font-family: var(--wg-font-body);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0
}

@media (max-width:992px) {
    .ratings {
        padding: 48px 0
    }

    .ratings .container {
        flex-direction: column;
        gap: 32px;
        padding: 0 15px
    }

    .ratings .r-bottom,
    .ratings .r-header {
        width: 100%
    }

    .ratings .r-header {
        align-items: center;
        flex-direction: column
    }

    .ratings .review-left__title {
        font-size: 22px;
        text-align: center
    }

    .ratings .review {
        width: calc(50% - 10px)
    }

    .r-bottom .review:nth-child(n+3) {
        display: none
    }
}

@media (max-width:768px) {
    .ratings .review {
        max-width: 500px;
        width: 80%
    }

    .ratings .r-bottom {
        justify-content: center
    }
}

@media (max-width:600px) {
    .ratings {
        padding: 40px 0
    }

    .ratings .r-bottom {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 16px
    }

    .ratings .review {
        width: 100%
    }
}

.in-index .banners-content.body-banners {
    margin: 0
}

.in-index .banners-content>div {
    padding: 0
}

.wg-winebar {
    background: var(--wg-dark);
    padding: 64px 0
}

.wg-winebar__inner {
    align-items: center;
    display: grid;
    gap: 48px;
    grid-template-columns: 1fr 1fr
}

.wg-winebar__title {
    color: var(--wg-white);
    font-family: var(--wg-font-display);
    font-size: clamp(26px, 3vw, 50px);
    font-weight: 600;
    line-height: 1.12;
    margin: 0 0 24px
}

.wg-winebar__title span {
    color: var(--wg-gold)
}

.wg-winebar__lead {
    color: var(--wg-white);
    font-family: var(--wg-font-body);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.55;
    margin: 0 0 28px
}

.wg-winebar__info {
    display: grid;
    gap: 14px
}

.wg-winebar__hours {
    color: var(--wg-white);
    font-family: var(--wg-font-serif);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    white-space: pre-line
}

.wg-winebar__hours-title,
.wg-winebar__phone-title {
    color: #c28d39;
    font-weight: 700
}

.wg-winebar__hours-days {
    font-weight: 900
}

.wg-winebar__phone {
    font-size: 18px;
    margin: 0;
    white-space: pre-line
}

.wg-winebar__note,
.wg-winebar__phone {
    color: var(--wg-white);
    font-family: var(--wg-font-body);
    font-weight: 300
}

.wg-winebar__note {
    font-size: 17px;
    margin: 6px 0 0
}

.wg-winebar__media {
    aspect-ratio: 590/732;
    border-radius: var(--wg-radius);
    min-height: 460px;
    overflow: hidden;
    position: relative
}

.wg-winebar__media img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%
}

@media (max-width:900px) {
    .wg-winebar__inner {
        gap: 32px;
        grid-template-columns: 1fr
    }

    .wg-winebar__media {
        aspect-ratio: 1/.5;
        min-height: none;
        width: 100%
    }
}

@media (max-width:500px) {
    .wg-winebar__media {
        aspect-ratio: auto;
        min-height: 320px
    }
}

.welcome-wrapper {
    margin: 0
}

.welcome-wrapper .welcome {
    background: transparent;
    box-shadow: none;
    padding: 0
}

.wg-photo {
    aspect-ratio: 1443/814;
    overflow: hidden;
    position: relative;
    width: 100%
}

.wg-photo__img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%
}

#footer {
    background-color: #000
}

body:not(.in-index, .type-product) #footer {
    margin-top: 0
}

#footer *,
.contact-box ul li>span:before,
.socialky ul:before {
    color: #fff !important
}

body:has(.type-product) .custom-footer__banner64 {
    display: block
}

.custom-footer__contact .container {
    background-color: #000
}

.footer-bottom .container {
    border: 0
}

#footer .container.footer-rows:after {
    background-image: url(/user/documents/upload/footer-icon.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 72px;
    margin: 0 auto;
    width: 65px
}

.custom-footer__contact .container {
    align-items: flex-start;
    display: grid;
    gap: 15px;
    grid-template-columns: 35% 40% 25%;
    grid-template-rows: auto auto;
    padding: 0 15px
}

.custom-footer__contact h3 span {
    font-size: 20px;
    text-align: left
}

.custom-footer__contact h3 p {
    font-family: Alexandria, sans-serif;
    font-size: 14px
}

.custom-footer__newsletter {
    grid-column: 2;
    grid-row: 1/3;
    margin: 0 !important;
    padding: 0 !important
}

.custom-footer__newsletter .container {
    display: flex;
    flex-direction: column;
    padding: 0
}

.custom-footer__newsletter .container:after,
.custom-footer__newsletter .container:before {
    display: none
}

.custom-footer__newsletter .newsletter-header,
.custom-footer__newsletter .subscribe-form {
    padding: 0;
    width: 100%
}

.custom-footer__newsletter .form-control {
    color: #000
}

.form-group.consents label {
    font-size: 12px
}

.custom-footer__contact .pageElement__heading {
    grid-column: 1;
    grid-row: 1;
    padding: 0
}

.custom-footer__contact .contact-box {
    grid-column: 1;
    grid-row: 2;
    padding: 0
}

.custom-footer__contact .contact-box ul {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: flex-end
}

.contact-box ul li {
    margin-bottom: 0;
    padding: 0
}

.contact-box li a {
    font-size: 14px
}

.custom-footer__contact .socialky {
    border: 0;
    grid-column: 3;
    grid-row: 1/3;
    padding: 0 !important
}

.socialky:before {
    display: none
}

.socialky ul {
    align-items: flex-start;
    flex-direction: column
}

.socialky ul:before {
    font-family: Unbounded, sans-serif;
    line-height: 1.5
}

.custom-footer__newsletter .container {
    width: auto
}

.custom-footer__articles,
.custom-footer__banner2221 {
    flex: 0 0 100% !important;
    float: none !important;
    max-width: 100% !important;
    text-align: center;
    width: 100% !important
}

.custom-footer__articles ul,
.custom-footer__banner2221 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 30px;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    max-width: 900px;
    padding: 0
}

.custom-footer__articles ul li,
.custom-footer__banner2221 ul li {
    margin: 0;
    padding: 0
}

.custom-footer__contact .socialky ul {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px 16px
}

.custom-footer__contact .socialky ul:before {
    flex: 0 0 100%
}

.custom-footer__contact .socialky .social-icon-list {
    flex: 0 0 auto
}

.socialky ul {
    justify-content: flex-start !important
}

.socialky ul li {
    margin-top: 5px
}

@media (max-width:991px) {
    .socialky ul {
        justify-content: center !important
    }
}

@media (max-width:1200px) {
    .custom-footer__contact .contact-box ul {
        align-items: flex-start;
        flex-direction: column
    }
}

@media (max-width:992px) {
    .custom-footer__contact .container {
        gap: 24px 30px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto
    }

    .custom-footer__contact .pageElement__heading {
        grid-column: 1;
        grid-row: 1
    }

    .custom-footer__contact .contact-box {
        grid-column: 1;
        grid-row: 2
    }

    .custom-footer__newsletter {
        grid-column: 2;
        grid-row: 1/3
    }

    .custom-footer__contact .contact-box ul {
        justify-content: flex-start
    }

    .custom-footer__contact .socialky {
        border: 0;
        grid-column: 1/3;
        grid-row: 3
    }

    .socialky ul {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 14px 24px
    }
}

@media (max-width:767px) {
    .custom-footer__contact .container {
        gap: 28px;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        text-align: center
    }

    .custom-footer__newsletter {
        order: -1
    }

    .custom-footer__contact .contact-box,
    .custom-footer__contact .pageElement__heading,
    .custom-footer__contact .socialky,
    .custom-footer__newsletter {
        grid-column: 1;
        grid-row: auto
    }

    .custom-footer__contact .contact-box ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center
    }

    .custom-footer__contact h3 span {
        text-align: center
    }

    .socialky ul {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px 24px;
        justify-content: center
    }

    .custom-footer__newsletter .container {
        width: 100%
    }

    #footer .container.footer-rows:after {
        margin-top: 24px
    }
}

.siteCookies__button {
    background-color: #b48336;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    transition: all .3s ease-in-out
}

.siteCookies__form {
    background-color: #fff !important
}

.cookiesSetting__button,
.cookiesSetting__button:hover {
    background-color: #710912;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 900
}

.cookiesSetting__button--green {
    background-color: #7a2a16
}

.cookiesSetting__button--green:hover,
.siteCookies__button:hover {
    background-color: #b48336;
    color: #fff
}

.cookiesSetting__uncheckLink,
.siteCookies__link {
    border: 2px solid #710912;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 50px;
    max-width: 300px;
    transition: all .3s ease-in-out
}

.siteCookies--center .siteCookies__links {
    bottom: 14px
}

.cookiesSetting__uncheckLink:hover,
.siteCookies__link:hover {
    background: #7a2a16;
    border: 2px solid #710912;
    border-radius: 0;
    color: #fff
}

.cookies-policy__perex,
.cookiesSetting__perex {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 2rem
}

#cboxContent.cookiesDialog,
.cookiesSetting__data,
.cookiesSetting__item__status,
.siteCookies--center .siteCookies__form {
    border-radius: 0
}

@media (min-width:500px) {

    #cboxContent.cookiesDialog:before,
    .siteCookies.siteCookies--center:before {
        background-color: #c28d39;
        background-image: url(/user/documents/upload/logo.png);
        background-position: left 20px center;
        background-repeat: no-repeat;
        background-size: auto 40px;
        content: "";
        display: block !important;
        height: 75px;
        width: 100%
    }

    #cboxContent.cookiesDialog {
        margin-top: 0
    }

    .cookiesDialog #cboxClose {
        background: transparent !important;
        color: #fff;
        right: 15px;
        top: 15px
    }

    .siteCookies.siteCookies--center {
        box-shadow: 0 0 2rem hsla(0, 0%, 100%, .2)
    }

    .cookies-policy__heading,
    .cookiesSetting__title {
        color: #000;
        display: block;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 3rem;
        margin-top: 0;
        text-align: left;
        text-transform: none
    }
}

@media (min-width:500px) and (max-width:767px) {

    html:has(#colorbox[style*="display: block"] .cookiesDialog),
    html:has(#colorbox[style*="display: block"] .cookiesSetting__form) {
        overflow: hidden
    }

    body:has(#colorbox[style*="display: block"] .cookiesDialog),
    body:has(#colorbox[style*="display: block"] .cookiesSetting__form) {
        overflow: hidden
    }

    #colorbox:has(.cookiesDialog),
    #colorbox:has(.cookiesSetting__form) {
        height: 100% !important;
        left: 50% !important;
        max-height: 90vh !important;
        position: fixed !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important
    }

    #colorbox:has(.cookiesDialog) #cboxWrapper,
    #colorbox:has(.cookiesSetting__form) #cboxWrapper {
        display: flex;
        flex-direction: column;
        height: auto !important;
        max-height: 90vh !important
    }

    #colorbox:has(.cookiesDialog) #cboxContent,
    #colorbox:has(.cookiesSetting__form) #cboxContent {
        display: flex;
        flex-direction: column;
        height: auto !important;
        max-height: 90vh !important
    }

    #colorbox:has(.cookiesDialog) #cboxLoadedContent,
    #colorbox:has(.cookiesSetting__form) #cboxLoadedContent {
        height: auto !important;
        max-height: 90vh !important;
        overflow-x: hidden;
        overflow-y: auto !important
    }

    #cboxContent.cookiesDialog:before {
        flex-shrink: 0
    }
}

@media (min-width:768px) {
    .siteCookies--center {
        width: 670px
    }

    #cboxContent.cookiesDialog {
        height: 625px !important
    }

    #cboxWrapper:has(.cookiesDialog),
    #colorbox:has(.cookiesDialog) {
        height: 612px !important
    }
}

@media (max-width:500px) {

    .cookiesSetting__uncheckLink,
    .siteCookies__link {
        max-width: none
    }
}

.subcategories.with-image:not(.is-expanded)>li:nth-child(n+13) {
    display: none
}

.subcategories-more {
    background: var(--wg-cta);
    border: 0;
    border-radius: var(--wg-radius);
    color: var(--wg-white);
    cursor: pointer;
    display: block;
    font-family: var(--wg-font-body);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .2px;
    line-height: 1;
    margin: 28px auto 0;
    padding: 14px 32px;
    text-transform: uppercase;
    transition: background-color .2s ease, transform .2s ease
}

.subcategories-more:hover {
    background: var(--wg-cta-hover);
    transform: translateY(-1px)
}

.in-b2b #content h1,
.in-b2b .breadcrumbs {
    display: none
}

.in-b2b #content-wrapper {
    width: 100%
}

.in-b2b .ratings {
    margin: 0 !important
}

@media (max-width: 767px) {
    .in-b2b .content-wrapper.container {
        padding-left: 0;
        padding-right: 0;
    }
}

.wg-b2b-hero {
    background: var(--wg-dark);
    color: var(--wg-white)
}

.wg-b2b-hero__band {
    align-items: center;
    aspect-ratio: 1440/322;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%
}

.wg-b2b-hero__band-bg {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
    z-index: 0
}

.wg-b2b-hero__band-title {
    color: var(--wg-white);
    font-family: var(--wg-font-display);
    font-size: clamp(20px, 2.6vw, 34px);
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 2
}

.wg-b2b-hero__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 72px;
    padding-top: 40px;
    text-align: center
}

.wg-b2b-hero__kicker {
    color: var(--wg-white);
    font-family: var(--wg-font-body);
    font-size: clamp(12px, .85vw, 15px);
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 144.098%;
    margin: 0 0 14px;
    text-transform: uppercase
}

.wg-b2b-hero__title {
    color: var(--wg-white);
    font-family: var(--wg-font-display);
    font-size: clamp(19px, 2.4vw, 29px);
    font-weight: 500;
    line-height: 1.18;
    margin: 0 0 42px;
    max-width: 1100px
}

.wg-b2b-hero__sep,
.wg-b2b-hero__title span {
    color: var(--wg-gold)
}

.wg-b2b-hero__sep {
    background-image: url(/user/documents/upload/b2b/b2b-mb-icon.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 72px;
    margin: 0 0 42px;
    width: 65px
}

.wg-b2b-hero__lead {
    color: var(--wg-white);
    font-family: var(--wg-font-body);
    font-size: clamp(12px, 1vw, 22px);
    font-weight: 300;
    letter-spacing: -.3px;
    line-height: 1.4;
    margin: 0 0 34px;
    max-width: 920px;
    text-align: center !important
}

.wg-b2b-program {
    background: var(--wg-white);
    padding: 72px 0
}

.wg-b2b-program__grid {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr)
}

.wg-b2b-card {
    align-items: center;
    background: var(--b2b-program-bg);
    border: 1px solid var(--b2b-border);
    border-radius: var(--wg-radius);
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 25px 20px;
    text-align: center
}

.wg-b2b-card__icon {
    background-color: var(--wg-gold);
    height: 56px;
    margin-bottom: 25px;
    transition: all .3s ease-in-out;
    width: 56px
}

.wg-b2b-card:first-child .wg-b2b-card__icon {
    -webkit-mask: url(/user/documents/upload/b2b/b2b-program1.png) center/contain no-repeat;
    mask: url(/user/documents/upload/b2b/b2b-program1.png) center/contain no-repeat
}

.wg-b2b-card:nth-child(2) .wg-b2b-card__icon {
    -webkit-mask: url(/user/documents/upload/b2b/b2b-program2.png) center/contain no-repeat;
    mask: url(/user/documents/upload/b2b/b2b-program2.png) center/contain no-repeat
}

.wg-b2b-card:nth-child(3) .wg-b2b-card__icon {
    -webkit-mask: url(/user/documents/upload/b2b/b2b-program3.png) center/contain no-repeat;
    mask: url(/user/documents/upload/b2b/b2b-program3.png) center/contain no-repeat
}

.wg-b2b-card__title {
    color: var(--wg-dark);
    font-family: var(--wg-font-body);
    font-size: clamp(13px, 1vw, 17px);
    font-weight: 700;
    letter-spacing: -.3px;
    line-height: 1.15;
    margin: 0 0 5px
}

.wg-b2b-card__text {
    color: var(--wg-muted);
    font-family: var(--wg-font-body);
    font-size: clamp(11px, .7vw, 14px);
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    max-width: 280px
}

.wg-b2b-card:hover {
    background: var(--wg-gold);
    border-color: var(--wg-gold);
    box-shadow: var(--b2b-card-shadow);
    padding: 25px 20px
}

.wg-b2b-card:hover .wg-b2b-card__icon {
    background-color: var(--wg-white)
}

.wg-b2b-card:hover .wg-b2b-card__text,
.wg-b2b-card:hover .wg-b2b-card__title {
    color: var(--wg-white)
}

.wg-b2b-includes {
    background: var(--wg-gold);
    background-image: url(/user/documents/upload/b2b/b2b-partners-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 72px 0
}

.wg-b2b-includes .wg-section-title {
    color: var(--wg-white)
}

.wg-b2b-includes__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr)
}

.wg-b2b-feature {
    align-items: center;
    background: var(--wg-white);
    border-radius: var(--wg-radius);
    box-shadow: var(--b2b-card-shadow);
    display: flex;
    gap: 20px;
    padding: 30px 32px
}

.wg-b2b-feature__icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: 0 0 auto;
    height: 70px;
    width: 70px
}

.wg-b2b-feature:first-child .wg-b2b-feature__icon {
    background-image: url(/user/documents/upload/b2b/b2b-partner1.png)
}

.wg-b2b-feature:nth-child(2) .wg-b2b-feature__icon {
    background-image: url(/user/documents/upload/b2b/b2b-partner2.png)
}

.wg-b2b-feature:nth-child(3) .wg-b2b-feature__icon {
    background-image: url(/user/documents/upload/b2b/b2b-partner3.png)
}

.wg-b2b-feature:nth-child(4) .wg-b2b-feature__icon {
    background-image: url(/user/documents/upload/b2b/b2b-partner4.png)
}

.wg-b2b-feature__title {
    color: var(--wg-ink);
    font-family: var(--wg-font-body);
    font-size: clamp(13px, 1vw, 17px);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 8px
}

.wg-b2b-feature__text {
    color: var(--wg-muted);
    font-family: var(--wg-font-body);
    font-size: clamp(11px, .7vw, 14px);
    font-weight: 400;
    line-height: 1.4;
    margin: 0
}

.wg-b2b-process {
    background: var(--wg-white);
    padding: 72px 0
}

.wg-b2b-process__list {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.wg-b2b-step {
    align-items: center;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 16px;
    padding: 0 8px;
    position: relative;
    text-align: center;
    width: 25%
}

.wg-b2b-step:not(:last-child):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='30' fill='none' viewBox='0 0 60 30'%3E%3Cpath fill='%23c28d39' d='M59.414 16.142a2 2 0 0 0 0-2.828L46.686.586a2 2 0 1 0-2.828 2.828l11.314 11.314-11.314 11.314a2 2 0 1 0 2.828 2.828zM0 14.728v2h58v-4H0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 158px 25px;
    content: "";
    height: 30px;
    position: absolute;
    right: -50%;
    top: 36px;
    transform: translateY(-50%);
    width: 100%
}

.wg-b2b-step:before {
    display: none
}

.wg-b2b-step__icon {
    background: var(--wg-gold);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    border-radius: 50%;
    height: 72px;
    position: relative;
    width: 72px;
    z-index: 1
}

.wg-b2b-step:first-child .wg-b2b-step__icon {
    background-image: url(/user/documents/upload/b2b/b2b-spoluprace1.png)
}

.wg-b2b-step:nth-child(2) .wg-b2b-step__icon {
    background-image: url(/user/documents/upload/b2b/b2b-spoluprace2.png)
}

.wg-b2b-step:nth-child(3) .wg-b2b-step__icon {
    background-image: url(/user/documents/upload/b2b/b2b-spoluprace3.png)
}

.wg-b2b-step:nth-child(4) .wg-b2b-step__icon {
    background-image: url(/user/documents/upload/b2b/b2b-spoluprace4.png)
}

.wg-b2b-step__icon svg {
    height: 38px;
    width: 38px
}

.wg-b2b-step__title {
    color: var(--wg-ink);
    font-size: clamp(13px, 1vw, 17px);
    font-weight: 700;
    line-height: 1.15
}

.wg-b2b-step__text,
.wg-b2b-step__title {
    font-family: var(--wg-font-body);
    margin: 0
}

.wg-b2b-step__text {
    color: var(--wg-muted);
    font-size: clamp(11px, .7vw, 14px);
    font-weight: 400;
    line-height: 1.35
}

.wg-block.wg-b2b-cta {
    background-image: url(/user/documents/upload/b2b/b2b-form-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0
}

.wg-b2b-cta__title {
    color: #fff;
    margin-bottom: 15px
}

.wg-block.wg-b2b-cta p {
    display: none
}

.wg-block.wg-b2b-cta .wg-b2b-cta__subtitle {
    color: #fff;
    display: block;
    font-family: var(--wg-font-body);
    font-size: clamp(15px, 1.1vw, 22px);
    font-weight: 300;
    letter-spacing: -.3px;
    line-height: 144.098%;
    margin-bottom: 50px;
    text-align: center
}

.wg-b2b-cta #formContact {
    background-color: #c28d39;
    padding: 30px
}

.wg-b2b-cta #formContact a,
.wg-b2b-cta #formContact label,
.wg-b2b-cta #formContact span {
    color: #fff
}

.wg-b2b-gallery {
    background: var(--wg-white);
    padding: 72px 0
}

.wg-b2b-gallery__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr)
}

.wg-b2b-gallery__item {
    border-radius: var(--wg-radius);
    margin: 0;
    overflow: hidden
}

.wg-b2b-gallery__item img {
    aspect-ratio: 1/1.5;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

@media (max-width:1024px) {
    .wg-b2b-process__list {
        flex-wrap: wrap;
        gap: 40px 24px
    }

    .wg-b2b-step {
        flex: 1 1 40%;
        max-width: none
    }

    .wg-b2b-step:not(:last-child):after,
    .wg-b2b-step:not(:last-child):before {
        display: none
    }
}

@media (max-width:880px) {
    .wg-b2b-program__grid {
        grid-template-columns: 1fr;
        margin-inline: auto;
        max-width: 460px
    }

    .wg-b2b-card--accent {
        padding: 40px 28px
    }
}

@media (max-width:760px) {

    .wg-b2b-gallery__grid,
    .wg-b2b-includes__grid {
        grid-template-columns: 1fr
    }

    .wg-b2b-gallery__grid {
        margin-inline: auto;
        max-width: 460px
    }
}

@media (max-width:520px) {
    .wg-b2b-hero__band {
        aspect-ratio: 1.5/1
    }

    .wg-b2b-hero .wg-btn {
        line-height: 1.5
    }

    .wg-b2b-step {
        flex: 1 1 100%
    }

    .wg-b2b-feature {
        flex-direction: column;
        gap: 14px
    }

    .wg-b2b-feature__body>* {
        text-align: center
    }
}

.in-o-nas #content h1,
.in-o-nas .breadcrumbs {
    display: none
}

.in-o-nas #content-wrapper {
    width: 100%
}

.wg-onas-hero {
    aspect-ratio: 1/.26;
    background: url(/user/documents/upload/o-nas/o-nas-bg.png) bottom/cover no-repeat;
    color: var(--wg-white);
    overflow: hidden;
    position: relative
}

.wg-onas-hero__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 120px;
    padding-top: 100px;
    position: relative;
    text-align: center;
    z-index: 2
}

.wg-onas-hero__title {
    color: var(--wg-white);
    font-family: var(--wg-font-display);
    font-size: clamp(32px, 5vw, 60px);
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 24px
}

.wg-onas-hero__title span {
    color: var(--wg-gold)
}

.wg-onas-hero__sep {
    background-image: url(/user/documents/upload/b2b/b2b-mb-icon.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 72px;
    width: 65px
}

.wg-onas-story {
    background: var(--wg-white);
    padding: 72px 0
}

.wg-onas-story__title {
    color: var(--wg-ink);
    font-family: var(--wg-font-display);
    font-size: clamp(24px, 2.8vw, 36px);
    font-weight: 600;
    line-height: 1.15;
    margin: 0 0 20px
}

.wg-onas-story__title:after {
    background: var(--wg-gold);
    content: "";
    display: block;
    height: 3px;
    margin-top: 20px;
    width: 90px
}

.wg-onas-story__grid {
    align-items: start;
    display: grid;
    gap: 48px;
    grid-template-columns: 1.4fr 1fr
}

.wg-onas-story__text {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.wg-onas-story__lead {
    font-size: clamp(14px, 1.1vw, 18px);
    font-weight: 700;
    line-height: 1.6
}

.wg-onas-story__lead,
.wg-onas-story__text p {
    color: var(--wg-ink);
    font-family: var(--wg-font-body);
    margin: 0
}

.wg-onas-story__text p {
    font-size: clamp(13px, 1vw, 16px);
    font-weight: 400;
    line-height: 1.7
}

.wg-onas-story__media {
    position: sticky;
    top: 24px
}

.wg-onas-story__media img {
    border-radius: var(--wg-radius);
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%
}

.wg-onas-usp {
    background-image: url(/user/documents/upload/benefits-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--wg-white);
    padding: 100px 0
}

.wg-onas-usp__grid,
.wg-onas-usp__item {
    align-items: center;
    display: flex;
    gap: 15px;
    justify-content: center
}

.wg-onas-usp__item {
    flex: 1 1 0;
    flex-direction: column;
    margin: 0;
    padding: 0 12px
}

.wg-onas-usp__icon {
    background-color: var(--wg-gold);
    height: 72px
}

.wg-onas-usp__item:first-child .wg-onas-usp__icon {
    -webkit-mask: url(https://cdn.myshoptet.com/usr/eshop.winegurmet.cz/user/banners/benefit-1.png?6a39821a) center/contain no-repeat;
    mask: url(https://cdn.myshoptet.com/usr/eshop.winegurmet.cz/user/banners/benefit-1.png?6a39821a) center/contain no-repeat;
    width: 70px
}

.wg-onas-usp__item:nth-child(2) .wg-onas-usp__icon {
    -webkit-mask: url(https://cdn.myshoptet.com/usr/eshop.winegurmet.cz/user/banners/benefit-2.png?6a39821a) center/contain no-repeat;
    mask: url(https://cdn.myshoptet.com/usr/eshop.winegurmet.cz/user/banners/benefit-2.png?6a39821a) center/contain no-repeat;
    width: 20px
}

.wg-onas-usp__item:nth-child(3) .wg-onas-usp__icon {
    -webkit-mask: url(https://cdn.myshoptet.com/usr/eshop.winegurmet.cz/user/banners/benefit-3.png?6a39821a) center/contain no-repeat;
    mask: url(https://cdn.myshoptet.com/usr/eshop.winegurmet.cz/user/banners/benefit-3.png?6a39821a) center/contain no-repeat;
    width: 65px
}

.wg-onas-usp__text {
    color: #fff;
    font-family: var(--wg-font-body);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -.25px;
    line-height: normal;
    margin: 0;
    max-width: 320px;
    text-align: center !important
}

@media (max-width:992px) {
    .wg-onas-hero {
        aspect-ratio: 1/.4
    }

    .wg-onas-usp__item {
        flex: 0 0 30%;
        width: 30%
    }

    .wg-onas-usp__item:first-child .wg-onas-usp__icon {
        width: 50px
    }

    .wg-onas-usp__item:nth-child(2) .wg-onas-usp__icon {
        width: 15px
    }

    .wg-onas-usp__item:nth-child(3) .wg-onas-usp__icon {
        width: 40px
    }

    .wg-onas-usp__text {
        font-size: 14px
    }

    .wg-onas-story__grid {
        gap: 32px;
        grid-template-columns: 1fr
    }

    .wg-onas-story__media {
        max-width: 460px;
        position: static
    }
}

@media (max-width:767px) {
    .wg-onas-hero {
        aspect-ratio: 1/.6
    }

    .in-o-nas .content-wrapper.container {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:500px) {
    .wg-onas-hero {
        aspect-ratio: 1
    }

    .wg-onas-usp__grid {
        flex-direction: column;
        gap: 20px
    }

    .wg-onas-usp__item {
        flex: 0 0 100%;
        width: 100%
    }
}

.in-wineclub #content h1,
.in-wineclub .breadcrumbs {
    display: none
}

.in-wineclub #content-wrapper {
    width: 100%
}

.in-wineclub .ratings {
    margin: 0 !important
}

.wg-wc {
    --wc-border: hsla(0, 0%, 5%, .12);
    --wc-card-shadow: 0 14px 34px hsla(0, 0%, 5%, .08)
}

.in-wineclub .content-inner article {
    position: relative;
    z-index: 100
}

@media (max-width: 767px) {
    .in-wineclub .content-wrapper.container {
        padding-left: 0;
        padding-right: 0;
    }
}


.wg-wc-hero {
    aspect-ratio: 1445/650;
    background-image: url(/user/documents/upload/wineclub/wineclub-bg-main1.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--wg-white)
}

.wg-wc-hero__bg,
.wg-wc-hero__tear {
    display: none
}

.wg-wc-hero__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 96px;
    padding-top: 85px;
    position: relative;
    text-align: center;
    z-index: 2
}

.wg-wc-hero__logo {
    color: #c28d39;
    font-family: var(--wg-font-display);
    font-size: clamp(46px, 6.8vw, 76px);
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 70px
}

.wg-wc-hero__kicker {
    color: #fff;
    font-family: var(--wg-font-body);
    font-size: clamp(11px, 1vw, 17px);
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 144%;
    margin: 0 0 12px;
    text-transform: uppercase
}

.wg-wc-hero__title {
    color: #fff;
    font-family: var(--wg-font-display);
    font-size: clamp(20px, 2.7vw, 34px);
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 40px;
    max-width: 1100px
}

.wg-wc-hero__title span {
    color: var(--wg-gold)
}

.wg-wc-hero__sep {
    background-image: url(/user/documents/upload/b2b/b2b-mb-icon.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 72px;
    margin-bottom: 40px;
    width: 65px
}

.wg-wc-hero__lead {
    color: #fff;
    font-family: var(--wg-font-body);
    font-size: clamp(12px, 1vw, 22px);
    font-weight: 300;
    line-height: 1.4;
    line-height: 144%;
    margin: 0 0 34px;
    max-width: 920px;
    text-align: center !important
}

.wg-wc-benefits {
    background: var(--wg-white);
    padding: 50px 0
}

.wg-wc-benefits__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr)
}

.wg-wc-benefit {
    align-items: center;
    background: var(--b2b-program-bg);
    border: 1px solid var(--b2b-border);
    border-radius: var(--wg-radius);
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 34px 26px;
    text-align: center
}

.wg-wc-benefit:hover {
    background: var(--wg-gold);
    border-color: var(--wg-gold)
}

.wg-wc-benefit__icon {
    background-color: var(--wg-gold);
    height: 50px;
    margin-bottom: 15px;
    transition: all .3s ease-in-out;
    width: 50px
}

.wg-wc-benefit:first-child .wg-wc-benefit__icon {
    -webkit-mask: url(/user/documents/upload/wineclub/wineclub-clenstvi1.png) center/contain no-repeat;
    mask: url(/user/documents/upload/wineclub/wineclub-clenstvi1.png) center/contain no-repeat
}

.wg-wc-benefit:nth-child(2) .wg-wc-benefit__icon {
    -webkit-mask: url(/user/documents/upload/wineclub/wineclub-clenstvi2.png) center/contain no-repeat;
    mask: url(/user/documents/upload/wineclub/wineclub-clenstvi2.png) center/contain no-repeat
}

.wg-wc-benefit:nth-child(3) .wg-wc-benefit__icon {
    -webkit-mask: url(/user/documents/upload/wineclub/wineclub-clenstvi3.png) center/contain no-repeat;
    mask: url(/user/documents/upload/wineclub/wineclub-clenstvi3.png) center/contain no-repeat
}

.wg-wc-benefit:nth-child(4) .wg-wc-benefit__icon {
    -webkit-mask: url(/user/documents/upload/wineclub/wineclub-clenstvi4.png) center/contain no-repeat;
    mask: url(/user/documents/upload/wineclub/wineclub-clenstvi4.png) center/contain no-repeat
}

.wg-wc-benefit:nth-child(5) .wg-wc-benefit__icon {
    -webkit-mask: url(/user/documents/upload/wineclub/wineclub-clenstvi5.png) center/contain no-repeat;
    mask: url(/user/documents/upload/wineclub/wineclub-clenstvi5.png) center/contain no-repeat
}

.wg-wc-benefit:nth-child(6) .wg-wc-benefit__icon {
    -webkit-mask: url(/user/documents/upload/wineclub/wineclub-clenstvi6.png) center/contain no-repeat;
    mask: url(/user/documents/upload/wineclub/wineclub-clenstvi6.png) center/contain no-repeat
}

.wg-wc-benefit:hover .wg-wc-benefit__icon {
    background-color: var(--wg-white)
}

.wg-wc-benefit__title {
    color: var(--wg-dark);
    font-family: var(--wg-font-body);
    font-size: clamp(15px, .85vw, 20px);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 5px
}

.wg-wc-benefit:hover .wg-wc-benefit__title {
    color: var(--wg-white)
}

.wg-wc-benefit__text {
    color: var(--wg-muted);
    font-family: var(--wg-font-body);
    font-size: clamp(12px, .85vw, 14px);
    font-weight: 400;
    line-height: 1.4;
    margin: 0
}

.wg-wc-benefit:hover .wg-wc-benefit__text {
    color: var(--wg-white)
}

#p-detail-tabs,
body:not(.type-product) .custom-footer__banner64 {
    display: none
}

.custom-footer__banner64 {
    background-color: #fff;
    width: 100% !important
}

.wg-wc-gallery {
    background: var(--wg-gold);
    padding: 72px 0
}

.wg-wc-gallery .wg-section-title {
    color: var(--wg-white)
}

.wg-wc-gallery__grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, 1fr)
}

.wg-wc-shot {
    margin: 0
}

.wg-wc-shot img {
    border-radius: var(--wg-radius);
    display: block;
    height: 190px;
    object-fit: cover;
    width: 100%
}

.wg-wc-shot figcaption {
    color: #e6ca9d;
    font-family: var(--wg-font-body);
    font-size: clamp(14px, 1vw, 22px);
    font-weight: 600;
    line-height: 1.2;
    margin-top: 14px;
    text-align: center
}

.wg-wc-gallery__more {
    margin-top: 40px;
    text-align: center
}

.wg-wc-link {
    align-items: center;
    color: var(--wg-white);
    display: inline-flex;
    font-family: var(--wg-font-body);
    font-size: clamp(14px, 1vw, 22px);
    font-weight: 700;
    gap: 12px;
    text-decoration: underline;
    text-underline-offset: 6px;
    transition: all .3s ease-in-out
}

.wg-wc-link:after {
    background-color: currentColor;
    content: "";
    display: inline-block;
    height: 18px;
    -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='23' fill='none' viewBox='0 0 13 23'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M12.483 12.778 2.496 23 0 20.445 8.739 11.5 0 2.555 2.496 0l9.987 10.222c.331.34.517.799.517 1.278 0 .48-.186.939-.517 1.278' clip-rule='evenodd'/%3E%3C/svg%3E") center /contain no-repeat;
    mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='23' fill='none' viewBox='0 0 13 23'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M12.483 12.778 2.496 23 0 20.445 8.739 11.5 0 2.555 2.496 0l9.987 10.222c.331.34.517.799.517 1.278 0 .48-.186.939-.517 1.278' clip-rule='evenodd'/%3E%3C/svg%3E") center /contain no-repeat;
    width: 24px
}

.wg-wc-link:hover {
    color: #e6ca9d
}

.wg-wc-process {
    background: var(--wg-white);
    padding: 72px 0
}

.wg-wc-process__list {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.wg-wc-step {
    align-items: center;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 0;
    max-width: 300px;
    padding: 0 8px;
    position: relative;
    text-align: center
}

.wg-wc-step:not(:last-child):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='30' fill='none' viewBox='0 0 60 30'%3E%3Cpath fill='%23c28d39' d='M59.414 16.142a2 2 0 0 0 0-2.828L46.686.586a2 2 0 1 0-2.828 2.828l11.314 11.314-11.314 11.314a2 2 0 1 0 2.828 2.828zM0 14.728v2h58v-4H0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 158px 25px;
    content: "";
    height: 30px;
    position: absolute;
    right: -50%;
    top: 36px;
    transform: translateY(-50%);
    width: 100%
}

.wg-wc-step:before {
    display: none
}

.wg-wc-step__icon {
    align-items: center;
    background: var(--wg-gold);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    border-radius: 50%;
    color: var(--wg-white);
    display: flex;
    height: 72px;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
    width: 72px;
    z-index: 1
}

.wg-wc-step:first-child .wg-wc-step__icon {
    background-image: url(/user/documents/upload/wineclub/wineclub-club1.png)
}

.wg-wc-step:nth-child(2) .wg-wc-step__icon {
    background-image: url(/user/documents/upload/wineclub/wineclub-club2.png)
}

.wg-wc-step:nth-child(3) .wg-wc-step__icon {
    background-image: url(/user/documents/upload/wineclub/wineclub-club3.png)
}

.wg-wc-step__icon .wg-wc-step__title {
    color: var(--wg-ink);
    font-family: var(--wg-font-body);
    font-size: clamp(15px, 1vw, 20px);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 5px
}

.wg-wc-step__text {
    color: var(--wg-muted);
    font-family: var(--wg-font-body);
    font-size: clamp(12px, .85vw, 15px);
    font-weight: 400;
    line-height: 1.35;
    margin: 0
}

.wg-wc-band {
    background: var(--wg-dark);
    color: var(--wg-white);
    overflow: hidden;
    position: relative
}

.wg-wc-band__bg {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
    z-index: 0
}

.wg-wc-band__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 72px;
    padding-top: 72px;
    position: relative;
    text-align: center;
    z-index: 2
}

.wg-wc-band .wg-section-title {
    color: #fff
}

.wg-wc-band__subtitle {
    color: #fff;
    font-family: var(--wg-font-body);
    font-size: clamp(14px, 1vw, 20px);
    font-weight: 300;
    line-height: 1.4;
    margin: 0 0 30px;
    max-width: 900px
}

.wg-wc-faq {
    background: var(--wg-white);
    padding: 72px 0
}

.wg-wc-faq__inner {
    max-width: 900px
}

.wg-wc-faq__list {
    margin-top: 8px
}

.wg-wc-faq__item {
    border-bottom: 1px solid var(--wc-border)
}

.wg-wc-faq__q {
    align-items: center;
    color: var(--wg-ink);
    cursor: pointer;
    display: flex;
    font-family: var(--wg-font-body);
    font-size: clamp(14px, 1.2vw, 21px);
    font-weight: 700;
    gap: 16px;
    justify-content: space-between;
    line-height: 1.3;
    list-style: none;
    padding: 22px 4px
}

.wg-wc-faq__q::-webkit-details-marker {
    display: none
}

.wg-wc-faq__q:after {
    border-bottom: 2px solid var(--wg-muted);
    border-right: 2px solid var(--wg-muted);
    content: "";
    flex: 0 0 auto;
    height: 13px;
    transform: rotate(45deg);
    transition: transform .25s ease;
    width: 13px
}

.wg-wc-faq__item[open] .wg-wc-faq__q:after {
    transform: rotate(-135deg)
}

.wg-wc-faq__a {
    color: var(--wg-muted);
    font-family: var(--wg-font-body);
    font-size: clamp(13px, 1vw, 19px);
    font-weight: 400;
    line-height: 1.5;
    max-width: 760px;
    padding: 0 4px 24px
}

.wg-wc-join {
    background: var(--wg-dark);
    color: var(--wg-white);
    padding: 72px 0;
    position: relative
}

.wg-wc-join__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 28px;
    position: relative;
    text-align: center;
    z-index: 1
}

.wg-wc-join__title {
    color: #fff
}

.wg-wc-join__title span {
    color: var(--wg-gold)
}

.wg-wc-join__contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 40px;
    justify-content: center
}

.wg-wc-join__contact {
    align-items: center;
    color: var(--wg-white);
    display: inline-flex;
    font-family: var(--wg-font-body);
    font-size: clamp(14px, 1.1vw, 17px);
    font-weight: 600;
    gap: 12px;
    text-decoration: none
}

.wg-wc-join__contact svg {
    color: var(--wg-gold);
    height: 22px;
    width: 22px
}

.wg-wc-join__contact:hover {
    color: var(--wg-gold)
}

@media (max-width:1024px) {

    .wg-wc-benefits__grid,
    .wg-wc-gallery__grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .wg-wc-process__list {
        flex-wrap: wrap;
        gap: 40px 24px
    }

    .wg-wc-step {
        flex: 1 1 40%;
        max-width: none
    }

    .wg-wc-step:not(:last-child):after,
    .wg-wc-step:not(:last-child):before {
        display: none
    }
}

@media (max-width:600px) {

    .wg-wc-benefits__grid,
    .wg-wc-gallery__grid {
        grid-template-columns: 1fr !important;
        margin-inline: auto;
        max-width: 420px
    }

    .wg-wc-step {
        flex: 1 1 100%
    }
}

.in-vinne-zazitky #content h1,
.in-vinne-zazitky .breadcrumbs { display: none }

.in-vinne-zazitky #content-wrapper { width: 100% }

.in-vinne-zazitky .ratings { margin: 0 !important }
.in-vinne-zazitky .ratings {
    margin: 0 !important
}
 
.wg-exp-hero {
    background: var(--wg-dark);
    color: var(--wg-white)
}
 
.wg-exp-hero__band {
    align-items: center;
    aspect-ratio: 1280/560;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%
}
 
.wg-exp-hero__band-bg {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
    z-index: 0
}

.wg-exp-hero__band:after {
    background: linear-gradient(180deg, rgba(13, 13, 13, .35) 0%, rgba(13, 13, 13, .8) 100%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1
}
 
.wg-exp-hero__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 56px;
    padding-top: 56px;
    position: relative;
    text-align: center;
    z-index: 2
}
 
.wg-exp-hero__title {
    color: var(--wg-white);
    font-family: var(--wg-font-display);
    font-size: clamp(20px, 2.6vw, 32px);
    font-weight: 500;
    line-height: 1.18;
    margin: 0;
    max-width: 900px
}
 
.wg-exp-hero__title span {
    color: var(--wg-gold)
}
 
.wg-exp-hero__sep {
    background-image: url(/user/documents/upload/zazitky/zazitky-mb-icon.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 64px;
    margin: 28px 0;
    width: 58px
}
 
.wg-exp-hero__lead {
    color: var(--wg-white);
    font-family: var(--wg-font-body);
    font-size: clamp(12px, 1vw, 20px);
    font-weight: 300;
    letter-spacing: -.3px;
    line-height: 1.5;
    margin: 0 0 34px;
    max-width: 780px;
    text-align: center !important
}
 
.wg-exp-audience {
    background: var(--wg-white);
    padding: 72px 0
}
 
.wg-exp-audience__lead {
    color: var(--wg-muted);
    font-family: var(--wg-font-body);
    font-size: clamp(12px, .9vw, 17px);
    font-weight: 300;
    line-height: 1.55;
    margin: -12px auto 40px;
    max-width: 760px;
    text-align: center !important
}
 
.wg-exp-audience__grid {
    align-items: stretch;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr)
}
 
.wg-exp-card {
    align-items: center;
    background: var(--b2b-program-bg);
    border: 1px solid var(--b2b-border);
    border-radius: var(--wg-radius);
    display: flex;
    flex-direction: column;
    padding: 25px 20px;
    text-align: center;
}
 
.wg-exp-card__icon {
    background-color: var(--wg-gold);
    height: 56px;
    margin-bottom: 25px;
    width: 56px
}
 
.wg-exp-card:first-child .wg-exp-card__icon {
    -webkit-mask: url(/user/documents/upload/zazitky/zazitky-pro1.png) center/contain no-repeat;
    mask: url(/user/documents/upload/zazitky/icon-zazitky1.png) center/contain no-repeat
}
 
.wg-exp-card:nth-child(2) .wg-exp-card__icon {
    -webkit-mask: url(/user/documents/upload/zazitky/zazitky-pro2.png) center/contain no-repeat;
    mask: url(/user/documents/upload/zazitky/icon-zazitky3.png) center/contain no-repeat
}
 
.wg-exp-card:nth-child(3) .wg-exp-card__icon {
    -webkit-mask: url(/user/documents/upload/zazitky/zazitky-pro3.png) center/contain no-repeat;
    mask: url(/user/documents/upload/zazitky/icon-zazitky2.png) center/contain no-repeat
}
 
.wg-exp-card__title {
    color: var(--wg-dark);
    font-family: var(--wg-font-body);
    font-size: clamp(13px, 1vw, 17px);
    font-weight: 700;
    letter-spacing: -.3px;
    line-height: 1.15;
    margin: 0 0 5px
}
 
.wg-exp-card__text {
    color: var(--wg-muted);
    font-family: var(--wg-font-body);
    font-size: clamp(11px, .7vw, 14px);
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    max-width: 280px;
    text-align: center !important
}
 
.wg-exp-card:hover {
    background: var(--wg-gold);
    border-color: var(--wg-gold)
}
 
.wg-exp-card:hover .wg-exp-card__icon {
    background-color: var(--wg-white)
}
 
.wg-exp-card:hover .wg-exp-card__text,
.wg-exp-card:hover .wg-exp-card__title {
    color: var(--wg-white)
}

.wg-exp-formats {
    background: var(--wg-gold);
    padding: 72px 0
}
 
.wg-exp-formats__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr)
}

.wg-exp-formats .wg-section-title {
  color: var(--wg-white);
}
 
.wg-exp-format {
    align-items: center;
    background: var(--wg-white);
    border: 1px solid var(--b2b-border);
    border-radius: var(--wg-radius);
    display: flex;
    gap: 20px;
    padding: 30px 32px
}
 
.wg-exp-format__title {
    color: var(--wg-ink);
    font-family: var(--wg-font-body);
    font-size: clamp(13px, 1vw, 17px);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 8px
}
 
.wg-exp-format__text {
    color: var(--wg-muted);
    font-family: var(--wg-font-body);
    font-size: clamp(11px, .7vw, 14px);
    font-weight: 400;
    line-height: 1.45;
    margin: 0;
    text-align: left !important
}
 
.wg-block.wg-exp-claim {
    background: var(--wg-dark);
    padding: 56px 0
}
 
.wg-exp-claim__inner {
    text-align: center
}
 
.wg-block.wg-exp-claim .wg-exp-claim__text {
    color: var(--wg-white);
    font-family: var(--wg-font-display);
    font-size: clamp(16px, 1.8vw, 26px);
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    text-align: center !important
}
 
.wg-exp-claim__text span {
    color: var(--wg-gold);
    display: block
}
 
.wg-exp-themes {
    background: var(--wg-white);
    padding: 72px 0
}
 
.wg-exp-themes__lead {
    color: var(--wg-muted);
    font-family: var(--wg-font-body);
    font-size: clamp(12px, .9vw, 17px);
    font-weight: 300;
    line-height: 1.55;
    margin: -12px auto 32px;
    max-width: 760px;
    text-align: center !important
}
 
.wg-exp-themes__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}
 
.wg-exp-theme {
    background: var(--wg-white);
    border: 1px solid var(--wg-gold);
    border-radius: var(--wg-radius);
    color: var(--wg-ink);
    font-family: var(--wg-font-body);
    font-size: clamp(11px, .75vw, 14px);
    font-weight: 400;
    letter-spacing: 1px;
    padding: 12px 22px;
    text-transform: uppercase;
}

.wg-exp-theme::before {
    display: none;
} 
 
.wg-exp-theme:hover {
    background: var(--wg-gold);
    color: var(--wg-white)
}
 
.wg-exp-theme--more {
    background: transparent;
    border-color: var(--b2b-border);
    border-style: dashed;
    color: var(--wg-muted);
    letter-spacing: 0;
    text-transform: none
}
 
.wg-exp-theme--more:hover {
    background: transparent;
    color: var(--wg-muted)
}
 
.wg-exp-stats {
    border-top: 1px solid var(--b2b-border);
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 56px;
    padding-top: 40px
}
 
.wg-exp-stat {
    text-align: center
}
 
.wg-exp-stat__number {
    color: var(--wg-cta);
    display: block;
    font-family: var(--wg-font-display);
    font-size: clamp(22px, 2.2vw, 34px);
    font-weight: 600;
    letter-spacing: -.5px;
    line-height: 1.15
}
 
.wg-exp-stat__label {
    color: var(--wg-muted);
    display: block;
    font-family: var(--wg-font-body);
    font-size: clamp(10px, .7vw, 13px);
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 8px;
    text-transform: uppercase
}
 
.wg-exp-includes {
    background: var(--wg-gold);
    padding: 72px 0
}
 
.wg-exp-includes .wg-section-title {
    color: var(--wg-white)
}
 
.wg-exp-includes__list {
    display: grid;
    gap: 0 48px;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    margin: 0 auto;
    max-width: 920px;
    padding: 0
}
 
.wg-exp-include {
    border-bottom: 1px solid hsla(0, 0%, 100%, .35);
    color: var(--wg-white);
    font-family: var(--wg-font-body);
    font-size: clamp(12px, .85vw, 16px);
    font-weight: 400;
    line-height: 1.5;
    padding: 16px 0 16px 38px;
    position: relative
}
 
.wg-exp-include:before {
    border-bottom: 2px solid var(--wg-white);
    border-left: 2px solid var(--wg-white);
    content: "";
    height: 8px;
    left: 4px;
    position: absolute;
    top: 22px;
    transform: rotate(-45deg);
    width: 14px
}
 
.wg-exp-gallery {
    background: var(--wg-white);
    padding: 72px 0
}
 
.wg-exp-gallery__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 0.5fr 0.5fr;
}
 
.wg-exp-gallery__item {
    border-radius: var(--wg-radius);
    margin: 0;
    overflow: hidden
}
 
.wg-exp-gallery__item img {
    aspect-ratio: 1/1.5;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}
 
.wg-block.wg-exp-cta {
    background-image: url(/user/documents/upload/zazitky/zazitky-form-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0
}
 
.wg-exp-cta__title {
    color: var(--wg-white);
    margin-bottom: 15px
}
 
.wg-block.wg-exp-cta p {
    display: none
}
 
.wg-block.wg-exp-cta .wg-exp-cta__subtitle {
    color: var(--wg-white);
    display: block;
    font-family: var(--wg-font-body);
    font-size: clamp(15px, 1.1vw, 22px);
    font-weight: 300;
    letter-spacing: -.3px;
    line-height: 1.44;
    margin-bottom: 50px;
    text-align: center !important
}
 
.wg-exp-cta #formContact {
    background-color: #c28d39;
    padding: 30px
}
 
.wg-exp-cta #formContact a,
.wg-exp-cta #formContact label,
.wg-exp-cta #formContact span {
    color: var(--wg-white)
}
 
@media (max-width:1024px) {
    .wg-exp-formats__grid {
        grid-template-columns: 1fr
    }
}
 
@media (max-width:880px) {
    .wg-exp-audience__grid {
        grid-template-columns: 1fr;
        margin-inline: auto;
        max-width: 460px
    }
 
    .wg-exp-includes__list {
        grid-template-columns: 1fr;
        max-width: 460px
    }
}
 
@media (max-width:760px) {
    .wg-exp-gallery__grid {
        grid-template-columns: 1fr;
        margin-inline: auto;
        max-width: 460px;
        grid-template-rows: repeat(4, 0.5fr);
    }
 
    .wg-exp-stats {
        gap: 28px;
        grid-template-columns: 1fr
    }
    
    .in-vinne-zazitky .content-wrapper.container {
        padding-left: 0;
        padding-right: 0
    }
}
 
@media (max-width:520px) {
    .wg-exp-hero__band {
        aspect-ratio: 1/1.15
    }
 
    .wg-exp-hero .wg-btn {
        line-height: 1.5
    }
 
    .wg-exp-hero__sep {
        height: 48px;
        margin: 20px 0;
        width: 44px
    }
 
    .wg-exp-format {
        flex-direction: column;
        gap: 14px
    }
 
    .wg-exp-format__body>* {
        text-align: center !important
    }
}

.in-wine-bar-degusto #content h1,
.in-wine-bar-degusto .breadcrumbs { display: none }
.in-wine-bar-degusto #content-wrapper { width: 100% }
.in-wine-bar-degusto #header::after {
    display: none;
}

.in-wine-bar-degusto .ratings {
    margin: 0 !important
}

@media (max-width: 767px) {
    .in-wine-bar-degusto .content-wrapper.container {
        padding-left: 0;
        padding-right: 0;
    }
}