@font-face {
  font-family: 'Bebas Neue Cyrillic';
  src: local('Bebas Neue Cyrillic'), local('BebasNeueCyrillic'),
       url('/wp-content/themes/eirwen/fonts/bebasneuecyrillic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
    box-sizing: border-box;
}

.accordion-item {
    font-family: "Roboto Condensed", sans-serif;
    border-bottom: 1px solid #ECECEC;
}

.accordion-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 40px 24px 12px;
    cursor: pointer;
    position: relative;
}

.accordion-item-title {
    font-family: 'Bebas Neue Cyrillic';
    font-size: 22px;
    color: #121212;
}

.accordion-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.accordion-icon::before,
.accordion-icon::after {
    content: "";
    position: absolute;
    background-color: #000;
    transition: all 0.3s ease;
}

.accordion-icon::before {
    width: 14px;
    height: 2px;
}

.accordion-icon::after {
    width: 2px;
    height: 14px;
}

.accordion-top-active .accordion-icon::after {
    transform: scaleY(0);
    transition: .3s;
}

.accordion-bottom {
    max-height: 0;
    overflow: hidden;
    transition: .3s;
}

.accordion-bottom-wrap {
    margin-bottom: 40px;
    /* padding-top: .8em; */
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.accordion-item-text {
    color: #344054;
    line-height: 1.3;
    font-size: 18px;
    /* max-width: 600px; */
}

.descriptors-list {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.descriptors-item {
    padding: 4px 12px 4px 4px;
    background-color: #F3F5F9;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.descriptors-item img {
    width: 32px;
    height: 32px;
    display: block;
    flex-shrink: 0;
}

.descriptors-item span {
    font-size: 16px;
}

.tasting-scales {}

.scales {}

.scales .scale {
    display: flex;
    align-items: center;
    gap: 25px;
}

.scales .scale:not(:last-child) {
    margin-bottom: 16px;
}

.scales .scale .scale-label {
    display: block;
    max-width: 110px;
    width: 100%;
    color: #121212;
    font-size: 18px;
}

.scale-dots {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.scale-dots .dot {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1.5px solid #D0D5DD;
}

.scale-dots .dot.is-filled {
    background: #121212;
    border-color: #121212;
}

.scale-info {
    width: 13.5px;
    height: 13.5px;
    border-radius: 50%;
    background-color: #D0D5DD;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.brew-methods {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.brew-label {
    color: #121212;
    font-size: 18px;
    flex-shrink: 0;
}

.brew-methods-list {
    display: flex;
}

.brew-row {
    display: flex;
    align-items: center;
}

.brew-methods-item img {
    width: 38px;
    height: auto;
    display: block;
}



.tippy-box[data-theme~='bubble'] {
    background: transparent;
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    padding: 0;
}

.tippy-box[data-theme~='bubble'] .tippy-content {
    padding: 0;
}

.tip-box {
    position: relative;
    padding: 13px 35px 13px 18px;
    max-width: 205px;
    background-color: #F3F5F9;
    border-radius: 12px;
    font-family: "Roboto Condensed", sans-serif;
}

.tip-box p {
    margin: 0;
    font-size: 12px;
    line-height: normal;
    color: #344054;
    max-width: 170px;
}

.tip-box button {
    position: absolute;
    top: 10px;
    right: 12px;
    background: none;
    border: 0;
    cursor: pointer;
    color: #2e384d;
}

.taste-wheel {
    width: 100%;
    height: 100%;
    max-width: 420px;
}

.wheel-sector {
    color: #fff;
}

.fruits-sector {
    color: #6C00FF;
    transform: rotate(0);
}

.berries-sector {
    transform: rotate(45deg);
}

.berries-sector {
    transform: rotate(45deg);
}

.fermentation-sector {
    transform: rotate(90deg);
}

.chocolate-sector {
    transform: rotate(135deg);
}

.spices-sector {
    transform: rotate(180deg);
}

.caramelisation-sector {
    color: #F6913C;
    transform: rotate(225deg);
}

.floral-sector {
    transform: rotate(270deg);
}

.citrus-sector {
    color: #F7C5C2;
    transform: rotate(315deg);
}

.wheel-labels {
    font-family: "Source Serif 4", serif;
    font-size: 14px;
    color: #121212;
    /* letter-spacing: -0.9px; */
    letter-spacing: -0.064em;
}

.specs {
    background: #F3F5F9;
    border-radius: 12px;
    padding: 22px 22px 32px;
    font-family: "Roboto", sans-serif;
    /* max-width: 782px; */
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 90px;
}

.specs-col {}

.spec {
    padding: 12px 0 18px;
    border-bottom: 1px solid #AEB0B2;
    /* display: flex; */
    display: grid;
    grid-template-columns: 145px 1fr;
    gap: 11px;
}

.spec-label {
    color: #AEB0B2;
    font-size: 16px;
    display: block;
    line-height: normal;
}

.spec-value {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}


.acc-swiper {
    margin-bottom: 12px;
    /* max-width: 780px; */
    /* margin-left: unset; */
    /* margin-right: unset; */
}

.acc-swiper .acc-swiper-list .acc-item {
    /* max-width: 380px; */
    aspect-ratio: 1/1;
    border-radius: 12px;
}

.acc-swiper .acc-swiper-list .acc-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.slider-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.slider-arrows .nav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F5F9;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.slider-arrows .nav-button.swiper-button-disabled {
    opacity: .5;
}

.slider-arrows .nav-button.swiper-button-lock {
    display: none;
}

.acc-title {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 24px;
    line-height: 1.3;
    color: #121212;
}

.acc-subtitle {
    line-height: 1.3;
    font-size: 18px;
    color: #121212;
}

.acc-list-dot {
    list-style: disc;
    line-height: 1.3;
    font-size: 18px;
    padding-left: 22px;
    color: #121212;
}

.acc-list-dot b {
    font-weight: 600;
    color: #121212;
}

.acc-list-dot:has(b) {
    color: #344054;
}

.acc-video{
    margin-bottom: 24px;
}

.acc-video .player {}

:root {
    --plyr-color-main: #fff;
    --plyr-video-control-background: #fff;
    --plyr-video-control-background-hover: #fff;
    --plyr-video-control-color: #fff;
}

.plyr--video {
    border-radius: 24px;
}

.plyr__control--overlaid svg {
    fill: rgb(101 101 101);
}


.receipes {
    font-family: "Roboto Condensed", sans-serif;
}

.receipes-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 24px;
}

.receipes-title {
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Bebas Neue Cyrillic';
    color: #121212;
    margin: 0;
}

.recipe-select {
    position: relative;
    min-width: 185px;
    font-family: "Roboto Condensed", sans-serif;
}

.recipe-select__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 8px 16px;
    background: #121212;
    color: #fff;
    border: 0;
    border-radius: 42px;
    cursor: pointer;
    font-family: "Roboto Condensed", sans-serif;
}

.recipe-select__value {
    font-size: 18px;
    line-height: 20px;
    text-align: left;
}

.recipe-select__check {
    width: 11px;
    opacity: 1;
}

.recipe-select__check path{
    fill: #fff;
}

.recipe-select__panel {
    position: absolute;
    inset: calc(100% + 10px) auto auto 0;
    min-width: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(9, 15, 26, .15);
    padding: 8px;
    display: none;
    z-index: 30;
}

.recipe-select.is-open .recipe-select__panel {
    display: block;
}

.recipe-select__option {
    font-size: 16px;
    line-height: 1.15;
    padding: 8px;
    border-radius: 42px;
    cursor: pointer;
    color: #121212;
}

.recipe-select__option:hover {
    background: #F3F5F9;
}

.recipe-select__option.is-selected {
    background: #F3F5F9;
    position: relative;
}

.recipe-select__option.is-selected::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    translate: 0 -50%;
    width: 11px;
    height: 11px;
    background: url('/wp-content/themes/eirwen/assets/css/mini_lending/images/checkmark.svg') no-repeat center/contain;
}

.recipe-select-proxy {
    min-width: 185px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 16px;
    margin: 20px 0 24px;
    background: #121212;
    color: #fff;
    border: 0;
    border-radius: 63px;
    font-family: "Roboto Condensed", sans-serif;
}

.recipe-select-proxy__value {
    font-size: 18px;
    line-height: 20px;
}

/* .acc-list-num {
    list-style: decimal;
    line-height: 1.3;
    font-size: 18px;
    padding-left: 32px;
    color: #121212;
    list-style-position: outside;
} */

.acc-list-num {
    list-style: none;
    counter-reset: num;
    margin-top: 40px !important;
}

.acc-list-num li {
    counter-increment: num;
    position: relative;
    padding-left: 32px;
    line-height: 1.3;
    font-size: 18px;
    color: #121212;
}

.acc-list-num li:not(:last-child) {
    margin-bottom: 30px;
}

.acc-list-num li::before {
    content: counter(num);
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #F3F5F9;
    color: #121212;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    border-radius: 50%;
}



.how-to-brew-top {
    margin-bottom: 24px;
}

.how-to-brew-title {
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Bebas Neue Cyrillic';
    color: #121212;
}

.how-to-brew-img img {
    width: 100%;
    max-width: 766px;
}

.standalone {
    padding: 30px 0;
}


@media screen and (max-width: 768px) {

    .brew-methods-list {
        display: flex;
        flex-direction: column;
        gap: 5px;
        min-width: 0;
    }

    .brew-row--scroll {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;
        min-width: 0;
        width: 100%;
        padding-bottom: 6px;

        scrollbar-gutter: stable;
    }

    .accordion-bottom-wrap {
        gap: 32px;
    }

    .specs {
        grid-template-columns: 1fr;
        column-gap: 0 !important;
    }

    .receipes-title {
        font-size: 30px;
    }

    .how-to-brew-title {
        font-size: 30px;
    }
    
}


@media screen and (max-width: 375px) {

    .spec {
        grid-template-columns: 125px 1fr;
    }
}

.accordion-item-image{
    width: 24px;
}