.block-hero {
position: relative;
text-align: center;
}
.block-hero .hero-image {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.block-hero .hero-image.logo-bg {
right: calc(50% + 8.333rem);
top: 2.944rem;
}
.block-hero .hero-image.logo-bg img {
width: auto;
height: auto;
float: right;
}
.block-hero.subpage .hero-image:after {
background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 14.18%, rgba(0, 0, 0, 0) 103.09%);
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.block-hero .hero-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.block-hero:not(.subpage) img {
object-position: center top;
}
.block-hero .hero-wrapper {
position: relative;
}
.block-hero:not(.subpage) .hero-wrapper {
padding: 9.278rem 0 5rem;
}
.block-hero.subpage .hero-wrapper {
padding: 14.444rem 0 2.944rem;
}
.block-hero .logo {
margin-bottom: 4.608rem;
}
.block-hero h1, .block-hero h2, .block-hero h3, .block-hero h4, .block-hero h5, .block-hero h6,
.block-hero .h1, .block-hero .h2, .block-hero .h3, .block-hero .h4, .block-hero .h5, .block-hero .h6 {
margin: 0;
}
.block-hero h1 > span {
display: block;
}
.block-hero.subpage .title {
font-weight: var(--font-weight-extra-bold);
}
.block-hero .subtitle {
margin-top: 0.278rem;
font-weight: var(--font-weight-medium);
}
@media only screen and (min-width: 992px) {
.block-hero .subtitle {
font-size: 2.722rem;
}
}
.block-hero .slogan {
position: relative;
margin-top: 1.167rem;
width: 33.778rem;
text-align: center;
}
.block-hero.subpage .slogan {
margin-top: 0.444rem;
}
.block-hero .slogan:before {
content: "";
background: var(--color-primary);
width: 100%;
height: 0.056rem;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.block-hero .slogan .btn {
cursor: text;
position: relative;
line-height: 1.889rem;
border: none;
padding: 0 1.111rem;
user-select: auto;
}
.block-hero .slogan .btn:hover {
color: var(--bs-btn-color);
background: var(--bs-btn-bg);
} @media only screen and (max-width: 767px) {
.block-hero .container {
padding: 0;
}
.block-hero .hero-image.logo-bg {
display: none;
}
.block-hero:not(.subpage) img {
object-position: 75% top;
}
.block-hero:not(.subpage) .hero-wrapper {
padding: 8.933rem 0 2.075rem;
}
.block-hero .logo {
margin-bottom: 1.408rem;
}
.block-hero .logo img {
height: 12.059rem;
}
.block-hero h1 {
font-size: var(--font-size-h2-mobile);
line-height: var(--line-height-h2-mobile);
}
.block-hero .subtitle {
font-size: 1.617rem;
line-height: 1.98rem;
}
.block-hero .slogan {
margin-top: 0.835rem;
width: 22.216rem;
}
.block-hero .slogan .btn {
line-height: 1.756rem;
padding: 0 0.977rem;
font-size: 1.085rem;
} .block-hero.subpage .hero-wrapper {
padding: 20.133rem 0 2.379rem;
}
.block-hero.subpage .title {
font-size: 2.533rem;
line-height: 2.667rem;
}
.block-hero.subpage .slogan {
margin-top: 0.731rem;
}
}.block-jump-marks {
padding: 4.5rem 0 5.722rem;
}
.block-jump-marks .headline {
width: 93%;
}
.block-jump-marks .txt-img-text {
margin-top: 2.444rem;
}
.block-jump-marks .jump-marks-container {
margin-top: 4.611rem;
display: flex;
justify-content: space-between;
gap: 1.944rem;
}
.block-jump-marks .jump-marks-container:not(.few-items) {
align-items: center;
}
.block-jump-marks .jump-marks-container .jump-marks-item {
border: 0.056rem solid var(--bs-white);
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
justify-content: flex-end;
padding: 0.618rem 0.5rem;
flex: 1;
box-sizing: border-box;
min-height: 9.556rem;
transition: all 0.3s ease;
color: var(--bs-white);
font-size: 1rem;
line-height: 1.556rem;
}
.block-jump-marks .jump-marks-container .jump-marks-item:hover {
background-color: var(--color-primary);
}
.block-jump-marks .jump-marks-logo {
flex: 1.7;
}
.block-jump-marks .jump-marks-logo img {
width: 14.278rem;
}
.block-jump-marks .jump-marks-container .jump-marks-item .title_btn {
display: block;
color: var(--color-primary);
font-weight: var(--font-weight-bold);
text-transform: uppercase;
}
.block-jump-marks .jump-marks-container .jump-marks-item:hover .title_btn {
color: var(--bs-white);
}
.block-jump-marks .jump-marks-container .jump-marks-item .description {
margin-bottom: 0.222rem;
}
.block-jump-marks .jump-marks-container .jump-marks-item:hover .icon-arrow-bottom {
filter: brightness(2);
} .block-jump-marks .jump-marks-container.few-items {
gap: 2.722rem;
}
.block-jump-marks .jump-marks-container.few-items .jump-marks-item {
padding: 1.269rem;
}
.block-jump-marks .jump-marks-container.few-items .jump-marks-item .title_btn {
font-size: 1.333rem;
margin-bottom: 0.833rem;
}
.block-jump-marks .jump-marks-container.few-items .jump-marks-item .title_btn > span {
display: block;
} @media only screen and (max-width: 991px) and (min-width: 768px) {
.block-jump-marks .jump-marks-logo {
flex: 1.2;
}
.block-jump-marks .jump-marks-container {
gap: 0.5rem;
}
}
@media only screen and (max-width: 767px) {
.block-jump-marks {
padding: 3.733rem 0 5.333rem;
}
.block-jump-marks .headline {
width: 100%;
}
.block-jump-marks .headline .title {
margin-right: -0.4rem;
}
.block-jump-marks .txt-img-text {
margin-top: 1.733rem;
}
.block-jump-marks .jump-marks-container {
margin: 1.933rem auto 0;
gap: 1.6rem !important;
flex-direction: column;
width: 80%;
}
.block-jump-marks .jump-marks-container.few-items .jump-marks-item .title_btn {
font-size: 1.28rem;
line-height: 1.493rem;
margin-bottom: 0.237rem;
}
.block-jump-marks .jump-marks-container .jump-marks-item {
padding: 1rem 0.833rem 0.833rem !important;
min-height: inherit;
width: 100%;
}
}.block-media-with-parallax {
position: relative;
height: 33.444rem;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: center;
padding: 3rem 0;
}
.block-media-with-parallax.ceWithImg {
height: 35.389rem;
}
.block-media-with-parallax.titletop {
justify-content: flex-start;
padding-top: 9.5rem;
}
.block-media-with-parallax.titlemoreTop {
justify-content: flex-start;
padding-top: 5.333rem;
}
.block-media-with-parallax .media-with-parallax {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
z-index: -1;
will-change: transform;
}
.block-media-with-parallax .media-with-parallax .media {
object-fit: cover;
width: 100%;
height: 100vh;
mix-blend-mode: multiply;
}
.block-media-with-parallax .media-with-parallax-wrapper {
position: relative;
}
.block-media-with-parallax .title {
margin: 0;
}
.block-media-with-parallax.titlemiddle .title {
margin: 1.111rem 0 0;
} @media only screen and (max-width: 767px) {
.block-media-with-parallax {
height: 30.933rem;
justify-content: flex-start;
padding: 4.867rem 0 3.6rem !important;
}
.block-media-with-parallax.ceWithImg {
height: 31.067rem;
}
.block-media-with-parallax.titlemiddle .title {
margin: 0;
}
}.block-text-teasers {
--bloc-txt-teaser-m-l: 2.778rem;
padding: 3.833rem 0 6.444rem;
}
.block-text-teasers .text-teasers-logo {
margin-right: -6rem;
margin-top: 1.833rem;
}
.block-text-teasers .text-teasers-text {
margin-top: 2.333rem;
}
.text-teasers-container {
margin-top: 2.556rem;
}
.text-teasers-container .text-teasers-item {
min-height: 11.111rem;
margin-bottom: 1.667rem;
}
.text-teasers-container .text-teasers-item:last-child {
margin-bottom: 0 !important;
}
.text-teasers-container .text-teasers-item .logo_teaser {
margin-top: 1.167rem;
max-width: 11.889rem;
}
.text-bg .text-teasers-item .text_teaser {
font-size: 0.889rem;
line-height: 1.444rem;
}
.text-bg .text-teasers-item .text_teaser p:last-child {
margin-bottom: 0;
}
.text-bg .text-teasers-item .text_teaser a {
text-decoration: underline;
color: inherit;
}
.text-bg .text-teasers-item .text_teaser a:hover {
text-decoration: none;
}
.text-teasers-container .text-teasers-item .btn {
margin-top: 0.778rem;
} .block-text-teasers.withImg {
padding: 4.278rem 0 2.444rem;
}
.withImg .text-teasers-container {
margin-top: 4.111rem;
}
.withImg .text-teasers-container .text-teasers-item {
margin-bottom: 2.444rem;
}
.withImg .text-teasers-item .title_teaser {
width: 80%;
} .block-text-teasers.bg-light-gray {
padding: 4.333rem 0 4.056rem;
color: var(--bs-black);
}
.bg-light-gray .text-teasers-container .text-teasers-item {
margin-bottom: 2.444rem;
}
.bg-light-gray .text-teasers-item .title_teaser {
color: var(--bs-black);
width: 80%;
} .block-text-teasers.withTextHeadline {
padding: 6.5rem 0 8.056rem;
}
.withTextHeadline .text-teasers-container {
margin-top: 2.444rem;
}
.withTextHeadline .text-teasers-container .text-teasers-item {
margin-bottom: 7.278rem;
}
.withTextHeadline .text-teasers-item .logo_teaser {
margin-top: 0.722rem;
}
.withTextHeadline .text-teasers-item .title_teaser,
.withTextHeadline .text-teasers-item .text_teaser,
.withTextHeadline .text-teasers-item .btn {
margin-left: var(--bloc-txt-teaser-m-l);
}
.withTextHeadline .text-teasers-item .text_teaser {
width: 90%;
} @media only screen and (max-width: 1439px) and (min-width: 1200px) {
.block-text-teasers .text-teasers-logo {
margin-right: 0;
}
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
.block-text-teasers.withImg {
background-position: 61% top !important;
background-size: auto 100% !important;
}
.block-text-teasers .text-teasers-logo {
margin-right: 0;
}
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
.block-text-teasers.withImg {
background-position: 63% top !important;
background-size: auto 100% !important;
}
.bg-light-gray .text-teasers-item .title_teaser {
font-size: 1.3rem;
}
.block-text-teasers .text-teasers-logo {
margin-right: 0;
}
}
@media only screen and (max-width: 767px) {
.block-text-teasers {
--bloc-txt-teaser-m-l: 0;
padding: 3.733rem 0;
}
.block-text-teasers.withTextHeadline {
padding: 3.733rem 0 7.307rem;
}
.block-text-teasers.withImg {
padding: 3.733rem 0;
background-position: 70% top !important;
background-size: auto 40% !important;
}
.block-text-teasers .text-teasers-text {
margin-top: 1.507rem;
}
.text-teasers-container {
margin-top: 0;
}
.withTextHeadline .text-teasers-container {
margin-top: 1.467rem;
}
.withTextHeadline .text-teasers-item .logo_teaser {
margin: 0 auto 2.933rem;
}
.withTextHeadline .text-teasers-item .text_teaser {
width: 100%;
}
.text-bg .text-teasers-item .text_teaser {
font-size: 1rem;
line-height: 1.8rem;
}
.text-teasers-container .text-teasers-item .btn {
margin: 2.133rem auto 0;
display: table;
}
.withTextHeadline .text-teasers-container .text-teasers-item {
margin-bottom: 7.733rem;
}
.text-teasers-container .text-teasers-item .logo_teaser {
margin: 1.167rem auto;
}
.bg-light-gray .text-teasers-item .title_teaser {
width: 100%;
}
.block-text-teasers .text-teasers-logo {
margin: 2.507rem auto;
}
}.nav-tabs {
--bs-nav-tabs-border-width: 0;
--bs-nav-tabs-border-radius: 0;
--bs-nav-tabs-link-active-color: var(--bs-white);
--bs-nav-tabs-link-active-bg: transparent;
--bs-nav-link-color: var(--color-white-opacity-40);
--bs-nav-link-hover-color: var(--color-primary);
border: none;
}
.nav-tabs .nav-link {
font-family: var(--font-family-secondary);
font-size: var(--font-size-base);
font-weight: var(--font-weight-extra-bold);
line-height: 1.944rem;
letter-spacing: 0;
text-transform: none;
margin: 3px 3px;
padding: 2px;
box-shadow: none !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
border-color: var(--color-primary);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
border-bottom: 0.222rem solid var(--color-primary);
} .nav-pills {
--bs-nav-pills-border-radius: 0;
--bs-nav-pills-link-active-color: var(--bs-black);
--bs-nav-pills-link-active-bg: var(--color-primary);
}
.nav-pills .nav-link {
font-size: 1rem;
line-height: 1.667rem;
letter-spacing: 0;
padding: 0.222rem  0.222rem 0.222rem;
display: inline-block;
margin-bottom: 0.778rem;
box-shadow: none !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
font-weight: var(--font-weight-bold);
}
.nav-pills .nav-link:hover {
color: var(--bs-nav-pills-link-active-color);
background-color: var(--bs-nav-pills-link-active-bg);
font-weight: var(--font-weight-bold);
} @media only screen and (max-width: 767px) {
.nav-tabs .nav-link {
font-size: 0.807rem;
line-height: 1.568rem;
}
}.block-tab-slider {
background: url(//www.meat2000.de/wp-content/themes/meat2000_theme/assets/img/overlay-X.png) repeat-x center top;
background-size: inherit;
background-color: var(--bs-white);
padding: 5.222rem 0 7.889rem;
}
.block-tab-slider .tab-slider-text {
margin-top: 2.333rem;
}
.block-tab-slider .tab-slider-container {
position: relative;
margin-top: 3.167rem;
}
.block-tab-slider .nav-tabs {
display: flex;
overflow-x: auto;
flex-wrap: nowrap;
margin-bottom: 0.833rem;
}
.block-tab-slider .nav-tabs::-webkit-scrollbar {
display: none;
}
.block-tab-slider .nav-tabs .nav-item {
flex: none;
}
.block-tab-slider .nav-tabs .nav-item:not(:last-child) {
margin-right: 1.344rem;
}
.block-tab-slider .nav-tabs .nav-item.itemVisible.first {
background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 77.84%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.block-tab-slider .nav-tabs .nav-item.itemVisible.last {
background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 77.84%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.block-tab-slider .nav-tabs .nav-item:first-child,
.block-tab-slider .nav-tabs .nav-item:last-child,
.block-tab-slider .nav-tabs .nav-item.itemVisible.first:hover,
.block-tab-slider .nav-tabs .nav-item.itemVisible.last:hover {
background: none !important;
-webkit-background-clip: inherit !important;
-webkit-text-fill-color: inherit !important;
}
.block-tab-slider .nav-tabs .nav-item:first-child,
.block-tab-slider .nav-tabs .nav-item:last-child {
background: none !important;
-webkit-background-clip: inherit !important;
-webkit-text-fill-color: inherit !important;
}
.block-tab-slider .tab-content {
background: var(--bs-white);
}
.tab-slider-container .tab-slider-image {
height: 28.693rem;
margin-bottom: 1.196rem;
}
.tab-slider-container .tab-slider-image.desktop {
display: block;
}
.tab-slider-container .tab-slider-image.mobile {
display: none;
}
.tab-slider-container .tab-slider-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.tab-slider-container .nav-arrow {
position: absolute;
top: 17.778rem;
padding: 0;
min-width: inherit;
width: 2.778rem;
height: 2.611rem;
}
.tab-slider-container .left-arrow {
left: -4.167rem;
}
.tab-slider-container .right-arrow {
right: -4.167rem;
} @media only screen and (max-width: 1439px) and (min-width: 768px) {
.tab-slider-container .left-arrow {
left: 1.167rem;
}
.tab-slider-container .right-arrow {
right: 1.167rem;
}
}
@media only screen and (max-width: 767px) {
.block-tab-slider {
padding: 3.733rem 0 5.067rem;
}
.block-tab-slider .tab-slider-text {
margin-top: 1.24rem;
}
.block-tab-slider .tab-slider-container {
margin-top: 1.226rem;
}
.block-tab-slider .nav-tabs {
margin-bottom: 0.806rem;
}
.block-tab-slider .nav-tabs .nav-item:not(:last-child) {
margin-right: 1.288rem;
}
.block-tab-slider .nav-tabs .nav-item.itemVisible.first,
.block-tab-slider .nav-tabs .nav-item.itemVisible.last {
background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.4) 100%, rgba(255, 255, 255, 0) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.tab-slider-container .tab-slider-image {
height: 23.267rem;
margin-bottom: 2.667rem;
}
.tab-slider-container .tab-slider-image.desktop {
display: none;
}
.tab-slider-container .tab-slider-image.mobile {
display: block;
}
.tab-slider-container .left-arrow {
left: 0.733rem;
}
.tab-slider-container .right-arrow {
right: 0.733rem;
}
.tab-slider-container .nav-arrow {
top: 12.707rem;
width: 2.667rem;
height: 2.507rem;
line-height: 2.507rem;
}
.tab-slider-container .tab-slider-logo {
margin-top: 0.333rem;
}
}.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;
} @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;
}
}.block-full-width-image {
height: 33.556rem;
}
.block-full-width-image img {
width: 100%;
height: 100%;
object-fit: cover;
} @media only screen and (max-width: 767px) {
.block-full-width-image {
height: 31.067rem;
}
}