.products-tab-with-illustration {
    padding: 6.5rem 0 2.833rem;
}
.products-tab-with-illustration .products-tab-text {
    margin-top: 2.333rem;
}
.products-tab-with-illustration .products-tab-text p:last-of-type {
    margin: 0;
}

.products-tab-with-illustration-container .cow-svg {
    margin-top: 2.056rem;
}

.products-tab-with-illustration-container .nav-cow {
    display: block;
    column-count: 3;
    column-gap: 8rem;
    list-style: none;
    padding: 0;
    margin: 4.167rem 0 0;
}
.tabContent-cow.tab-content .tab-title {
    padding: 1.333rem 0 1.111rem;
}
.tabContent-cow.tab-content .cowContent {
    padding: 2.389rem 0 5.061rem;
    font-size: 0.889rem;
    line-height: 1.444rem;
}
.tabContent-cow.tab-content .cowContent .cowDetail-logo {
    display: flex;
    gap: 2.4rem;
    align-items: center;
    margin-top: 2.722rem;
}
.tabContent-cow.tab-content .cowContent .cowDetail-logo img {
    max-height: 4.05rem;
}


.cow-svg svg .cut:hover {
    cursor: pointer;
}
.cow-svg svg .cut:hover > g path,
.cow-svg svg .cut.active > g path {
    fill: #cda26b;
    mask: none;
}
.cow-svg svg .cut:hover > path,
.cow-svg svg .cut.active > path {
    fill: #000;
}
.cow-svg svg .cut[id="7"]:hover > path,
    .cow-svg svg .cut[id="7"].active > path {
    fill: #cda26b;
}
.cow-svg svg .cut[id="7"].active > g path,
    .cow-svg svg .cut[id="7"].active > g path {
    fill: #000;
    stroke: transparent;
}


.further-cuts-container {
    padding: 0 0 3.944rem;
}
.further-cuts-container .title {
    border-bottom: 0.111rem solid var(--color-primary);
    margin-bottom: 3.889rem;
}
.further-cuts-container .further-cuts {
    text-align: center;
    font-family: var(--font-family-secondary);
    letter-spacing: 0;
    line-height: 1.167rem;
}
.further-cuts-container .further-cuts img {
    max-height: 8.833rem;
    margin-bottom: 0.722rem;
}
.further-cuts-container .further-cuts .subtitle {
    font-weight: var(--font-weight-extra-bold);
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.8;
}
.further-cuts-container .further-cuts .seemore {
    font-size: 12px;
    text-transform: none;
    opacity: 0.5;
}
.further-cuts-container .nav-cuts.row {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}
.further-cuts-container .nav-cuts .nav-item.active {
    display: none;
}

/* Responsive */
@media only screen and (max-width: 1439px) and (min-width: 992px) {
    .products-tab-with-illustration-container .nav-cow {
        column-gap: 3rem;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .products-tab-with-illustration-container .nav-cow {
        column-gap: 2rem;
    }
}

@media only screen and (max-width: 767px) {
    .products-tab-with-illustration {
        padding: 3.733rem 0 10.733rem;
    }
    .products-tab-with-illustration.productsTabClick {
        padding-bottom: 2.8rem;
    }
    .products-tab-with-illustration .products-tab-text {
        margin-top: 1.067rem;
    }
    .products-tab-with-illustration-container .cow-svg {
        margin-top: 3.267rem;
    }
    .products-tab-with-illustration-container .cow-svg svg {
        width: 100%;
        height: auto;
    }
    .products-tab-with-illustration-container .nav-cow {
        display: none;
    }

    #nav-cow-select {
        position: relative;
        margin-top: 4.667rem;
        width: 100%;
        font-size: 1.333rem;
        text-transform: uppercase;
        color: var(--bs-black);
    }
    #nav-cow-select .select-selected {
        cursor: pointer;
        border: 1px solid var(--color-primary);
        padding: 0.8rem 2.8rem 0.8rem 1.767rem;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="23" viewBox="0 0 22 23" fill="none"><path d="M17.4173 8.75003L11.0007 15.1667L4.58398 8.75003" stroke="%23CDA26B" stroke-width="2.5872" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        background-position: calc(100% - 1.033rem) center;
        background-repeat: no-repeat;
        background-color: var(--bs-white);
        margin-bottom: 0.267rem;
    }
    #nav-cow-select .select-selected.focus {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M18.2563 6.73975L6.73633 18.2597" stroke="%23CDA26B" stroke-width="1.92" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.73633 6.73975L18.2563 18.2597" stroke="%23CDA26B" stroke-width="1.92" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    }
    #nav-cow-select .select-items {
        display: none;
        background-color: var(--bs-white);
        border: 1px solid var(--color-primary);
        width: 100%;
        padding: 0.733rem 0.533rem 0.733rem 0;
    }
    #nav-cow-select .select-items.select-show {
        display: block;
    }
    #nav-cow-select .select-items ul {
        list-style: none;
        padding: 0;
        margin: 0;
        max-height: 25.333rem;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: var(--bs-black) transparent;
        scroll-behavior: smooth;
    }
    #nav-cow-select .select-items ul::-webkit-scrollbar {
        width: 0.4rem;
    }
    #nav-cow-select .select-items ul::-webkit-scrollbar-track {
        background: transparent;
    }
    #nav-cow-select .select-items ul::-webkit-scrollbar-thumb {
        background-color: var(--bs-black);
        border-radius: 2rem;
        border: none;
    }
    #nav-cow-select .select-items ul::-webkit-scrollbar-thumb:hover {
        background-color: var(--bs-black);
    }
    #nav-cow-select .select-items li {
        padding: 0.467rem 1rem;
        margin-bottom: 0.2rem;
        cursor: pointer;
    }
    #nav-cow-select .select-items li:hover,
    #nav-cow-select .select-items li.active {
        background-color: var(--color-primary);
    }
    
    
    .tabContent-cow, .further-cuts-container {
        display: none;
    }
    .tabContent-cow.tab-content .tab-title {
        display: none;
    }
    .tabContent-cow.tab-content .cowContent {
        padding: 3.933rem 0 0;
        font-size: 1rem;
        line-height: 1.8rem;
    }
    .cowDetail-image {
        text-align: center;
        margin-bottom: 2.28rem;
    }
    .cowDetail-image img {
        max-height: 14.453rem;
    }
    .tabContent-cow.tab-content .cowContent .cowDetail-logo {
        justify-content: center;
        margin-top: 3.267rem;
        gap: 2.304rem;
    }
    .further-cuts-container .title {
        margin-bottom: 1.333rem;
    }
    .further-cuts-container .title * {
        font-size: 1.2rem;
        line-height: 1.493rem;
    }
    .further-cuts-container {
        padding: 3.712rem 0 4.933rem;
    }
}