
/*recipe landing*/
/*! CSS Used from: /component-assets/css/bundle.css */
body {
    background-color: #fff !important;
    background-image: none !important;
}
.ux2-wrapper .template-button-circle-solid {
    height: 47px;
    width: 47px;
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 50%;
    outline: 0;
    text-align: center;
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat 50% #dc1e1e;
    transition: opacity 0.2s linear;
    overflow: hidden;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ux2-wrapper .template-button-circle-solid:hover {
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat 50% #ac0f0f;
}
.ux2-wrapper .template-button-circle-solid:hover .template-border {
    animation-play-state: paused;
    display: none;
}
.ux2-wrapper .template-button-circle-solid:hover .template-border svg {
    opacity: 1;
    transform: scale(1);
    transition-timing-function: linear, cubic-bezier(0.19, 1, 0.22, 1);
}
.ux2-wrapper .template-button-circle-solid:hover .template-cross-icon {
    transform: translate3d(-50%, -50%, 0) scale(0.85) rotate(45deg);
}
.ux2-wrapper .template-button-circle-solid .template-border {
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    position: absolute;
}
.ux2-wrapper .template-button-circle-solid .template-border svg {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.2s linear, transform 0.4s cubic-bezier(0.95,.05,0.795,.035);
}
.ux2-wrapper .template-button-circle-solid .template-cross-icon {
    transition: transform 0.2s linear;
}
.ux2-wrapper .template-component-icon {
    position: relative;
    width: 100%;
    height: 100%;
    color: currentColor;
    fill: currentColor;
}
.ux2-wrapper .component-button-text-arrow {
    position: relative;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    background: none;
    color: #191919;
    overflow: hidden;
    height: 24px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    -ms-flex-align: center;
    align-items: center;
}
.ux2-wrapper .component-button-text-arrow:hover:not(.small-no-arrows) .arrow,
.ux2-wrapper .component-button-text-arrow:hover:not(.small-no-arrows) .label {
    color: #dc1e1e
}
.ux2-wrapper .component-button-text-arrow:hover:not(.small-no-arrows) .arrow.left {
    transform: translateX(80px);
}
.ux2-wrapper .component-button-text-arrow .border {
    display: none;
}
.ux2-wrapper .component-button-text-arrow .label {
    text-decoration: underline #dc1e1e;
    display: inline-block;
    position: relative;
    color: currentColor;
    vertical-align: middle;
    transition: transform 0.7s cubic-bezier(0.19,1,0.22,1), color 0.2s;
    margin-top: -0.375em;
}
.ux2-wrapper .component-button-text-arrow .arrow {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 0;
    vertical-align: middle;
    transition: transform 0.7s cubic-bezier(0.19,1,0.22,1);
    display: none;
}
.ux2-wrapper .component-button-text-arrow .arrow.left {
    left: -80px;
}
.ux2-wrapper .component-button-text-arrow .arrow,
.ux2-wrapper .component-button-text-arrow .arrow svg {
    height: 7px;
    width: 24px;
}
.ux2-wrapper .component-button-text-arrow .arrow svg {
    display: block;
    transform: scaleX(-1);
}
.ux2-wrapper .template-content-intro {
    padding-top: 0.1px;
    padding-bottom: 0.1px;
}
.ux2-wrapper .template-content-intro .tagline {
    display: block;
    padding-bottom: 0.5em;
}
.ux2-wrapper .template-content-intro .title {
    display: block;
    padding-top: 0 !important;
}
.ux2-wrapper .template-content-intro .title:not(:last-child) {
    padding-bottom: 0.33333em;
}
.ux2-wrapper .template-content-intro .description {
    color: dimgray;
}
.ux2-wrapper .template-button-drop-down {
    position: relative;
    height: 64px;
    padding: 0 24px;
    border: 0;
    font-size: 0;
    transition: border 0.2s linear, background 0.2s linear, color 0.2s linear;
    background: none;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background-color: #dc1e1e;
    border-radius: 8px;
}
.ux2-wrapper .template-button-drop-down:hover {
    background-color: #191919;
}
.ux2-wrapper .template-button-drop-down:hover .template-border {
    border-color: currentColor;
}
.ux2-wrapper .template-button-drop-down:hover .template-border .stroke {
    animation: dash-offset-button 3s linear infinite;
    stroke: currentColor;
}
.ux2-wrapper .template-button-drop-down:hover .template-menu-arrow-down {
    border-color: #dc1e1e;
}
.ux2-wrapper .template-button-drop-down:hover .template-menu-arrow-down .template-arrow-wrapper {
    transform: translateY(50%);
    transition: transform 0.6s cubic-bezier(0.19,1,0.22,1);
}
.ux2-wrapper .template-button-drop-down:after {
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    content: "";
    position: absolute;
    border: 1px solid #b9b7b2;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.2s linear, transform 0.4s cubic-bezier(0.95,.05,0.795,.035);
}
.ux2-wrapper .template-button-drop-down .template-border {
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    border-color: #b9b7b2;
}
.ux2-wrapper .template-button-drop-down .template-border svg {
    height: 100%;
    width: 100%;
    overflow: visible !important;
}
.ux2-wrapper .template-button-drop-down .template-border .stroke {
    stroke: #b9b7b2;
}
.ux2-wrapper .template-button-drop-down .template-label {
    display: inline-block;
    position: relative;
    margin-top: -0.375em;
    padding-top: 0;
    vertical-align: top;
    color: currentColor;
}
.ux2-wrapper .template-button-drop-down .template-menu-arrow-down {
    display: none;
    margin-left: 15px;
    border-color: #dc1e1e;
    vertical-align: top;
    color: #dc1e1e;
}
.ux2-wrapper .template-full-color-button {
    height: 64px;
    width: 192px;
    position: relative;
    padding: 0 85px 0 24px;
    border: 0;
    border-radius: 8px;
    outline: 0;
    text-align: left;
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat-x 50% #dc1e1e;
    transition: background 0.2s linear;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
.ux2-wrapper .template-full-color-button:hover {
    background-color: #191919;
    text-decoration: none;
}
.ux2-wrapper .template-full-color-button:hover .template-arrow-wrapper {
    transition: transform 0.6s cubic-bezier(0.19,1,0.22,1);
    transform: translateX(50%);
}
.ux2-wrapper .template-full-color-button .template-label {
    display: inline-block;
    position: relative;
    color: #fbf8f2;
}
.ux2-wrapper .template-full-color-button .template-label .template-label-text {
    padding-top: 2px;
    font-size: 20px;
}
.ux2-wrapper .template-full-color-button .template-icon {
    height: 100%;
    width: 64px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}
.ux2-wrapper .template-full-color-button .template-icon .template-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.ux2-wrapper .template-full-color-button .template-icon .template-line svg {
    height: 100%;
    width: 100%;
}
.ux2-wrapper .template-full-color-button .template-icon .template-line svg path {
    stroke: hsla(0, 0%, 100%, 0.35);
    stroke-width: 2px;
}
.ux2-wrapper .template-full-color-button .template-arrow-wrapper {
    height: 100%;
    width: 128px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
}
.ux2-wrapper .template-full-color-button .template-arrow-wrapper svg {
    color: #fff;
}
.ux2-wrapper .template-full-color-button .template-arrow {
    height: 64px;
    width: 64px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.ux2-wrapper .template-full-color-button .template-arrow svg {
    height: 7px;
    width: 24px;
    display: block;
    margin-top: -2px;
    transform: scaleX(-1);
}
.ux2-wrapper .button-circle {
    height: 45px;
    width: 45px;
    position: relative;
    padding: 0;
    border: 0;
    outline: 0;
    text-align: center;
    background: none;
    overflow: hidden;
    transition: opacity 0.2s linear;
    cursor: pointer;
    letter-spacing: normal;
}
.ux2-wrapper .button-circle:hover {
    background-color: transparent;
    border-color: transparent;
}
.ux2-wrapper .button-circle:hover.light:after {
    opacity: 1;
    border-color: #fbf8f2;
}
.ux2-wrapper .button-circle:hover:after {
    border-color: #1a1a1a;
    opacity: 1;
    transform: scale(1);
    transition-timing-function: linear, cubic-bezier(0.19, 1, 0.22, 1);
}
.ux2-wrapper .button-circle:hover.next .border-icon {
    animation: rotate-360-cw 5s linear infinite;
}
.ux2-wrapper .button-circle:hover.next .arrow-wrapper {
    transform: translateX(50%);
}
.ux2-wrapper .button-circle:hover .border-icon {
    animation: rotate-360-ccw 5s linear infinite;
    border-color: #1a1a1a;
}
.ux2-wrapper .button-circle:hover .border-icon svg {
    stroke: #1a1a1a;
}
.ux2-wrapper .button-circle:hover .arrow-wrapper {
    transform: translateX(-50%);
    transition: transform 0.6s cubic-bezier(0.19,1,0.22,1);
}
.ux2-wrapper .button-circle:hover .arrow svg {
    fill: #fff;
    color: #fff;
}
.ux2-wrapper .button-circle.is-disabled {
    pointer-events: none;
    opacity: 0;
}
.ux2-wrapper .button-circle:after {
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    content: "";
    position: absolute;
    border: 1px solid #dc1e1e;
    border-radius: 50%;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s linear, transform 0.4s cubic-bezier(0.95,.05,0.795,.035);
}
.ux2-wrapper .button-circle.next .arrow-wrapper {
    left: auto;
    right: 0;
}
.ux2-wrapper .button-circle.next .arrow svg {
    transform: scaleX(-1);
}
.ux2-wrapper .button-circle.light:after {
    opacity: 0;
    border-color: hsla(40, 53%, 97%, 0.6);
}
.ux2-wrapper .button-circle.light .border-icon svg {
    stroke: hsla(40, 53%, 97%, 0.8);
}
.ux2-wrapper .button-circle.light .arrow svg {
    fill: #fbf8f2;
}
.ux2-wrapper .button-circle.filled {
    border-radius: 50%;
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat 50% #dc1e1e;
}
.ux2-wrapper .button-circle .border-icon,
.ux2-wrapper .button-circle .border-icon svg {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    display: none;
    stroke: rgba(220, 30, 30, .8);
}
.ux2-wrapper .button-circle .arrow-wrapper {
    height: 100%;
    width: 200%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
}
.ux2-wrapper .button-circle .arrow {
    height: 45px;
    width: 45px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ux2-wrapper .button-circle .arrow svg {
    height: 7px;
    width: 24px;
    display: inline-block;
    color: #fff;
}
.ux2-component.template-featured-items {
    padding: 0 32px;
    overflow: hidden;
    margin: 64px;
}
.ux2-component.template-featured-items * {
    box-sizing: border-box;
}
.ux2-component.template-featured-items .section-title {
    text-align: center;
    padding-bottom: 40px;
    font-size: 45px;
}
@media(max-width:767px) {
    .ux2-component.template-featured-items {
        padding: 32px 32px 0;
        margin-top: 16px !important;
    }
    .ux2-component.template-featured-items .section-title {
        text-align: center;
        font-size: 35px;
    }
}
.ux2-component .featured-items-filter {
    text-align: center;
    margin-bottom: 64px;
    display: flex;
    justify-content: space-evenly;
}
@media(max-width:767px) {
    .ux2-component .featured-items-filter {
        margin-bottom: 32px;
    }
}
.ux2-wrapper .component-filter-seal {
    position: relative;
    display: inline-block;
    margin: 0 16px;
    cursor: pointer;
    color: rgba(26, 26, 26, .25);
    transition: color 0.3s linear;
    overflow: visible;
    vertical-align: text-top;
}
.ux2-wrapper .component-filter-seal * {
    box-sizing: border-box;
}
.ux2-wrapper .component-filter-seal a {
    display: block;
}
.ux2-wrapper .component-filter-seal .black-hover,
.ux2-wrapper .component-filter-seal .black-hover:hover,
.ux2-wrapper .component-filter-seal .red-hover {
    color: #1a1a1a;
}
.ux2-wrapper .component-filter-seal a.red-hover:focus .filter-item-icon {
    width: 55px;
    height: 55px;
    margin: auto auto 10px;
    filter: drop-shadow(0 0 1px #dc1e1e);
}
.ux2-wrapper .component-filter-seal:not(:first-child):not(:last-child) a.red-hover:focus .filter-item-icon {
    margin: auto -5px 10px;
}
.ux2-wrapper .component-filter-seal a.red-hover:focus {
    box-shadow: none;
    color: #dc1e1e;
}
.ux2-wrapper .component-filter-seal .red-hover:hover,
.ux2-wrapper .component-filter-seal .red-hover:hover .border-icon {
    color: #dc1e1e;
}
.ux2-wrapper .component-filter-seal .red-hover:hover .icon-type.large {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    transition: all 0.1s ease-in;
}
.ux2-wrapper .component-filter-seal .red-hover:hover+.title {
    color: #dc1e1e;
}
.ux2-wrapper .component-filter-seal.light {
    color: #fbf8f2;
}
.ux2-wrapper .component-filter-seal.light:hover {
    opacity: .4;
}
.ux2-wrapper .component-filter-seal.light .black-hover {
    color: #fbf8f2;
}
.ux2-wrapper .component-filter-seal:hover {
    color: #1a1a1a;
}
.ux2-wrapper .component-filter-seal:hover .filter-item-icon:before {
    border-width: 2px;
}
.ux2-wrapper .component-filter-seal:hover .filter-item-icon .border-icon {
    animation: rotate-360-cw 6s linear infinite;
}
.ux2-wrapper .component-filter-seal:hover .title {
    color: #dc1e1e;
}
.ux2-wrapper .component-filter-seal .filter-item-icon {
    height: 128px;
    width: 128px;
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 50%;
}
.ux2-wrapper .component-filter-seal .filter-item-icon:before {
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    content: "";
    position: absolute;
    border: 1px solid currentColor;
    border-radius: inherit;
}
.ux2-wrapper .component-filter-seal .filter-item-icon .border-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
.ux2-wrapper .component-filter-seal .filter-item-icon .border-icon svg {
    height: 100%;
    width: 100%;
}
.ux2-wrapper .component-filter-seal .title {
    color: white;
    transition: color 0.3s linear;
    width: 100%;
    max-width: 120px;
    display: inline-block;
}
.ux2-wrapper .featured-items-filter .component-filter-seal .title {
    color: #191919;
    text-decoration: underline #dc1e1e;
    transition: color 0.1s linear;
}
.ux2-wrapper .featured-items-filter .component-filter-seal:hover .title,
.ux2-wrapper .featured-items-filter .component-filter-seal:focus-within .title {
    color: #dc1e1e;
}
.ux2-wrapper .component-filter-seal .icon-copy {
    display: block;
    font: 600 21px / 1 DIN-Next-LT-Pro-Cond, sans-serif;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 0.3s linear, transform 0.3s cubic-bezier(0.55,.055,0.675,.19);
}
.ux2-wrapper .component-filter-seal .icon-copy,
.ux2-wrapper .component-filter-seal .icon-copy svg {
    height: 100%;
    width: 100%;
}
.ux2-wrapper .component-filter-seal .icon-copy text {
    color: currentColor;
}
.ux2-wrapper .component-filter-seal .icon-type {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    position: absolute;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.ux2-wrapper .component-filter-seal .icon-type.large {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.ux2-wrapper .component-filter-seal .icon-type.recipe-landing-fuel-icon-charcoal {
    background-image: url('/component-assets/images/type-icon/type-charcoal-filter-red.png') !important;
}
.ux2-wrapper .component-filter-seal .icon-type.recipe-landing-fuel-icon-gas {
    background-image: url('/component-assets/images/type-icon/type-gas-filter-red.png') !important;
}
.ux2-wrapper .component-filter-seal .icon-type.recipe-landing-fuel-icon-woodpellet {
    background-image: url('/component-assets/images/type-icon/type-wood-pellet-filter-red.png') !important;
}
.ux2-component.template-featured-items .component-filter-seal .filter-item-icon {
    width: 45px;
    height: 45px;
    margin: auto auto 20px;
}
.ux2-component.template-featured-items .component-filter-seal .filter-item-icon:before {
    display: none;
}
.ux2-component.template-featured-items .component-filter-seal .filter-item-icon .icon-type.large {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}
.ux2-component.template-featured-items .red.section-title.type-texture {
    text-transform: none;
    color: #191919;
    background-color: #191919;
    font-size: 62px;
}
@media(max-width:767px) {
    .ux2-wrapper .component-filter-seal {
        margin: 0 5px;
    }
    .ux2-wrapper .component-filter-seal .filter-item-icon {
        height: 64px;
        width: 64px;
        margin-bottom: 0;
    }
    .ux2-wrapper .component-filter-seal .icon-type {
        top: 15px;
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
    .ux2-wrapper .component-filter-seal .title,
    .ux2-wrapper .component-filter-seal svg {
        display: none;
    }
}
.ux2-component.template-grill-academy {
    width: 100%;
    background-size: cover;
    background-position: 50%;
    position: relative;
    background-image: none !important;
    background-color: #191919;
}
.ux2-component.template-grill-academy * {
    box-sizing: border-box;
}
.ux2-component.template-grill-academy .template-content-intro {
    position: relative;
}
.ux2-component.template-grill-academy .template-content-intro:after {
    content: "";
    display: block;
    height: 64px;
    width: 182px;
    background: url('/component-assets/images/grill-academy-logo.png') no-repeat 50%;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 64px;
}
.ux2-component.template-grill-academy .template-content-intro .description {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-family: 'din-next-lt-pro', sans-serif;
    max-width: 650px;
}
.ux2-component.template-grill-academy .content {
    max-width: 1248px;
    margin: 0 auto;
    padding: 128px 16px;
}
.ux2-component.template-grill-academy .blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 32px 0;
}
.ux2-component.template-grill-academy .block-item {
    width: calc(33.33333% - 21.333333333333332px);
    border-radius: 3px;
    min-height: 560px;
    background-color: #fff;
}
.ux2-component.template-grill-academy .block-item.full-background {
    border-radius: 0;
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-color: #fff;
}
.ux2-component.template-grill-academy .block-item.full-background .inner {
    background: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: none;
}
.ux2-component.template-grill-academy .block-item.full-background .inner:after {
    content: "";
    height: 37px;
    width: 30px;
    background-image: url('/component-assets/images/marker.png');
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translateX(-50%);
}
.ux2-component.template-grill-academy .block-item.full-background .button-wrapper {
    padding-left: 32px;
    background: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 128px;
    position: absolute;
    bottom: 0;
    -ms-flex-pack: center;
    justify-content: center;
}
.ux2-component.template-grill-academy .block-item .inner {
    border-radius: 0;
    padding: 55px 50px 0;
    text-align: left;
    background: #fff;
    border-bottom: 0 dashed dimgray;
    min-height: 0;
}
.ux2-component.template-grill-academy .block-item .button-wrapper {
    padding: 32px 32px 32px 50px;
    border-radius: 0;
    text-align: left;
    background: #fff;
}
.ux2-component.template-grill-academy .block-item .button-wrapper .template-full-color-button {
    padding: 0;
}
.ux2-component.template-grill-academy .block-item .button-wrapper .template-full-color-button .template-label {
    margin: 0 auto;
}
.ux2-component.template-grill-academy .block-item .title {
    font-family: 'weber-serif', sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 56px;
    color: #191919;
    text-transform: none;
    padding: 8px 0;
    margin: 0;
}
.ux2-component.template-grill-academy .block-item .subtitle {
    font-family: DIN-Next-LT-Pro, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #dc1e1e;
    text-transform: uppercase;
    margin-bottom: 0;
}
.ux2-component.template-grill-academy .block-item .copy {
    font-family: "din-next-lt-pro", sans-serif;
    font-weight: lighter;
    color: #191919;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}
@media(max-width:1023px) {
    .ux2-component.template-grill-academy .template-content-intro:after {
        display: none;
    }
    .ux2-component.template-grill-academy .blocks {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ux2-component.template-grill-academy .block-item {
        width: 100%;
        margin-bottom: 32px;
    }
    .ux2-component.template-grill-academy .block-item.full-background .button-wrapper {
        position: relative;
    }
    .ux2-component.template-grill-academy .block-item .inner {
        min-height: 350px;
    }
}
@media(max-width:767px) {
    .ux2-component.template-grill-academy .blocks:last-child {
        margin-bottom: 0;
    }
    .ux2-component.template-grill-academy .content {
        padding-top: 64px;
        padding-bottom: 0;
    }
}
.ux2-component.template-grill-skills .template-content-intro {
    text-align: center;
}
.ux2-wrapper .component-carousel-polaroid {
    position: relative;
    margin: 42.66667px auto 0;
    max-width: 700px;
}
.ux2-wrapper .component-carousel-polaroid .polaroid-carousel-list {
    position: relative;
    list-style: none;
    margin: 0 32px;
    padding: 0;
}
.ux2-wrapper .component-carousel-polaroid .polaroid-carousel-list:before {
    content: "";
    display: block;
    padding-top: 50%;
}
.ux2-wrapper .component-carousel-polaroid .carousel-polaroid-item {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    border: 1px solid #777;
    box-shadow: 0 0 8px rgba(0, 0, 0, .5);
}
.ux2-wrapper .component-carousel-polaroid .carousel-polaroid-item:nth-child(1n) {
    transform: rotate(3deg);
}
.ux2-wrapper .component-carousel-polaroid .carousel-polaroid-item:nth-child(2n) {
    transform: rotate(-3deg);
}
.ux2-wrapper .component-carousel-polaroid .carousel-polaroid-item:nth-child(3n) {
    transform: rotate(0);
}
.ux2-wrapper .component-carousel-polaroid .carousel-polaroid-item .background-img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.ux2-wrapper .component-carousel-polaroid .carousel-polaroid-item .background-img:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    background: linear-gradient(0deg,rgba(26,26,26,.2),rgba(26,26,26,0) 60%);
}
.ux2-wrapper .component-carousel-polaroid .carousel-polaroid-item .carousel-polaroid-item-content {
    position: absolute;
    right: 32px;
    bottom: 21.33333px;
    left: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
}
.ux2-wrapper .component-carousel-polaroid .carousel-polaroid-item .carousel-polaroid-item-content .title {
    position: absolute;
    bottom: 8%;
    left: 8%;
    right: 8%;
    color: #fbf8f2;
    text-decoration: none;
    font-family: 'din-next-lt-pro', sans-serif;
    font-weight: bold;
    font-size: 26px;
    text-align: left;
}
.ux2-wrapper .component-carousel-polaroid .carousel-polaroid-navigation {
    text-align: center;
    margin-top: 32px;
}
.ux2-wrapper .component-carousel-polaroid .carousel-polaroid-navigation .carousel-counter {
    font-family: DIN-Next-LT-Pro-Cond, sans-serif;
    font-weight: 600;
}
.ux2-wrapper .component-carousel-polaroid .carousel-polaroid-navigation .carousel-button-arrow {
    position: relative;
    padding: 7px 35px 5px 0;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    background: none;
    color: #1a1a1a;
    cursor: pointer;
    overflow: hidden;
    height: 24px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    -ms-flex-align: center;
    align-items: center;
    transition: color 0.4s cubic-bezier(0.19,1,0.22,1);
}
.ux2-wrapper .component-carousel-polaroid .carousel-polaroid-navigation .carousel-button-arrow:hover {
    color: #dc1e1e;
}
.ux2-wrapper .component-carousel-polaroid .carousel-polaroid-navigation .carousel-button-arrow:disabled {
    pointer-events: none;
    opacity: .4;
}
.ux2-wrapper .component-carousel-polaroid .carousel-polaroid-navigation .carousel-button-arrow .arrow {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
    vertical-align: middle;
    transition: transform 0.7s cubic-bezier(0.19,1,0.22,1);
}
.ux2-wrapper .component-carousel-polaroid .carousel-polaroid-navigation .carousel-button-arrow .arrow.left {
    left: 0;
    transform: rotate(180deg);
}
.ux2-wrapper .component-carousel-polaroid .carousel-polaroid-navigation .carousel-button-arrow .arrow.right {
    left: auto;
}
.ux2-wrapper .component-carousel-polaroid .carousel-polaroid-navigation .carousel-button-arrow .arrow,
.ux2-wrapper .component-carousel-polaroid .carousel-polaroid-navigation .carousel-button-arrow .arrow svg {
    height: 7px;
    width: 24px;
}
.ux2-wrapper .component-carousel-polaroid .carousel-polaroid-navigation .carousel-button-arrow .arrow svg {
    display: block;
    transform: scaleX(-1);
}
.ux2-component.template-hero-plp {
    height: 768px;
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fbf8f2;
    z-index: 2;
}
.ux2-component.template-hero-plp.wide .content-wrapper {
    max-width: 1344px;
}
.ux2-component.template-hero-plp .template-background-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: 50%;
    background-color: #191919;
    clip-path: none !important;
}
.ux2-component.template-hero-plp .content-wrapper {
    position: relative;
    max-width: 960px;
    padding-left: 32px;
    padding-right: 32px;
    z-index: 1;
    box-sizing: content-box;
}
.ux2-component.template-hero-plp .template-heading {
    color: currentColor;
}
.ux2-component.template-hero-plp .title {
    padding-bottom: 0.40625em;
}
.ux2-component.template-hero-plp .template-categories {
    margin-top: 64px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
.ux2-component.template-hero-plp .template-categories .filter-item-icon {
    height: 45px;
    width: 45px;
    margin: auto auto 10px;
}
.ux2-component.template-hero-plp .template-categories > .component-filter-seal {
    margin: 0 8px;
    transition: all 0.2s cubic-bezier(0.25,.25,0.75,.75);
    height: 125px;
    width: 125px;
}
.ux2-component.template-hero-plp .template-categories>.component-filter-seal:hover .title,
.ux2-component.template-hero-plp .template-categories>.component-filter-seal:focus-within .title {
    text-decoration: underline #dc1e1e;
}
.ux2-component.template-hero-plp .template-categories:hover > .component-filter-seal,
.ux2-component.template-hero-plp .template-categories:focus-within > .component-filter-seal {
    opacity: .4;
    transition: all 0.2s cubic-bezier(0.25,.25,0.75,.75);
}
.ux2-component.template-hero-plp .template-categories:hover>.component-filter-seal:hover,
.ux2-component.template-hero-plp .template-categories:focus-within>.component-filter-seal:focus-within {
    transition: all 0.2s cubic-bezier(0.25,.25,0.75,.75);
    opacity: 1;
}
.ux2-component.template-hero-plp .template-categories:focus-within>.component-filter-seal:focus-within a {
    box-shadow:none;
}
.ux2-component.template-hero-plp .template-categories .component-filter-seal:hover .title {
    color: #fbf8f2 !important;
}
@media(max-width:767px) {
    .ux2-component.template-hero-plp {
        height: 384px;
    }
    .ux2-component.template-hero-plp.height-auto {
        padding-top: 32px;
        min-height: 544px;
        height: auto;
    }
    .ux2-component.template-hero-plp .template-categories {
        margin-left: -32px;
        margin-right: -32px;
        padding-bottom: 64px;
    }
    .ux2-component.template-hero-plp .template-categories .filter-item-icon {
        height: 64px;
        width: 64px;
    }
}
.ux2-wrapper .component-recipe-card {
    display: inline-block;
    width: 100%;
    padding: 8px;
}
.ux2-wrapper .component-recipe-card * {
    box-sizing: border-box;
}
.ux2-wrapper .component-recipe-card .recipe-card-content {
    height: 320px;
    width: 100%;
    display: inline-block;
    position: relative;
    border-radius: 0;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
}
.ux2-wrapper .component-recipe-card .recipe-card-content:before {
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    background: linear-gradient(180deg,rgba(26,26,26,0),rgba(26,26,26,.75));
}
.ux2-wrapper .component-recipe-card .recipe-card-content .title {
    position: absolute;
    bottom: 8%;
    left: 8%;
    right: 8%;
    color: #fbf8f2;
    text-decoration: none;
    font-family: 'din-next-lt-pro', sans-serif;
    font-weight: bold;
    font-size: 26px;
}
.ux2-component.template-recipe-carousel-small-v2 * {
    box-sizing: border-box;
}
.ux2-component.template-recipe-carousel-small-v2 .background {
    position: absolute;
    top: 256px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000 no-repeat 50%;
    background-size: cover;
}
.ux2-component.template-recipe-carousel-small-v2 .template-block-content-wrapper {
    position: relative;
    text-align: center;
}
@media(max-width:767px) {
    .ux2-component.template-recipe-carousel-small-v2 .background {
        top: 204.8px;
    }
}
@media print {
    .ux2-component.template-recipe-carousel-small-v2 {
        display: none;
    }
}
.ux2-wrapper .component-carousel-recipes-v2 {
    position: relative;
}
.ux2-wrapper .component-carousel-recipes-v2 * {
    box-sizing: border-box;
}
.ux2-wrapper .component-carousel-recipes-v2 .button-circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #dc1e1e;
    border-radius: 360px;
    z-index: 1;
    box-shadow: 0 0 0 3pt #fff;
}
.ux2-wrapper .component-carousel-recipes-v2 .button-circle:hover {
    background-color: #191919;
}
.ux2-wrapper .component-carousel-recipes-v2 .button-circle.next {
    right: 80px;
}
.ux2-wrapper .component-carousel-recipes-v2 .button-circle.previous {
    left: 80px;
}
.ux2-wrapper .component-carousel-recipes-v2 .carousel-wrapper {
    margin-left: 96px;
    margin-right: 96px;
    max-width: 1536px;
    position: relative;
    margin-top: 32px;
    overflow: hidden;
    padding-bottom: 10px;
}
.ux2-wrapper .component-carousel-recipes-v2 .carousel-wrapper * {
    box-sizing: border-box;
}
@media(max-width:767px) {
    .ux2-wrapper .component-carousel-recipes-v2 .carousel-wrapper {
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        margin-top: 32px;
    }
    .ux2-wrapper .component-carousel-recipes-v2 .button-circle {
        display: none;
    }
}
@media print {
    .ux2-wrapper .component-carousel-recipes-v2 {
        display: none;
    }
}
.ux2-wrapper .component-carousel-recipes-v2 .carousel-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ux2-component.template-recipe-grid {
    box-sizing: border-box;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}
.ux2-component.template-recipe-grid * {
    box-sizing: border-box;
}
.ux2-component.template-recipe-grid .recipe-item {
    max-width: 384px;
    width: calc(33.33333% - 21.333333333333332px);
    height: 256px;
    margin-bottom: 32px;
    position: relative;
}
.ux2-component.template-recipe-grid .recipe-item:before {
    content: "";
    display: block;
    padding-top: 66.66667%;
}
.ux2-component.template-recipe-grid .recipe-item:focus {
    box-shadow: none;
    outline: 0;
}
.ux2-component.template-recipe-grid .recipe-item.broad-width {
    width: calc(50% - 21.333333333333332px);
    max-width: 576px;
    max-width: none;
}
.ux2-component.template-recipe-grid .recipe-item a {
    display: block;
}
.ux2-component.template-recipe-grid .recipe-item .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: 50%;
}
.ux2-component.template-recipe-grid .recipe-item .item-title {
    position: absolute;
    bottom: 8%;
    left: 8%;
    right: 8%;
    color: #fbf8f2;
    text-decoration: none;
    font-family: 'din-next-lt-pro', sans-serif;
    font-weight: bold;
    font-size: 26px;
    text-align: left;
}
@media(max-width:767px) {
    .ux2-component.template-recipe-grid .recipe-item {
        width: calc(50% - 16px);
    }
}
@media(max-width:479px) {
    .ux2-component.template-recipe-grid .recipe-item {
        width: 100%;
        max-width: none;
    }
}
.ux2-wrapper .template-button-line-top-bottom {
    position: relative;
    height: 64px;
    padding: 0 35px;
    margin-bottom: 32px;
    border: 0;
    background: none;
    overflow: visible;
    transform: translateZ(0);
    transition: all 0.2s linear;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important;
    border: 0;
    cursor: pointer;
    background-color: #dc1e1e;
    border-radius: 8px;
    color: #fff;
}
.ux2-wrapper .template-button-line-top-bottom:hover {
    background-color: #1a1a1a;
}
.ux2-wrapper .template-button-line-top-bottom:hover .template-label,
.ux2-wrapper .template-button-line-top-bottom:hover .template-line-bottom {
    color: #fff;
}
.ux2-wrapper .template-button-line-top-bottom:hover .template-line-bottom svg {
    color: #1a1a1a;
    stroke: #1a1a1a;
}
.ux2-wrapper .template-button-line-top-bottom:hover .template-line-bottom line {
    stroke: #1a1a1a;
}
.ux2-wrapper .template-button-line-top-bottom:focus {
    outline: none;
}
.ux2-wrapper .template-button-line-top-bottom .template-line-bottom {
    display: none;
    height: 32px;
    width: 1px;
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    transition: all 0.2s linear;
    color: #dc1e1e;
}
.ux2-wrapper .template-button-line-top-bottom .template-line-bottom svg {
    height: 100%;
    width: 100%;
    color: #dc1e1e;
    stroke: #dc1e1e;
    stroke-width: 2px;
    transition: all 0.2s linear;
}
.ux2-wrapper .template-button-line-top-bottom .template-line-bottom svg line {
    transition: all 0.2s linear;
    stroke: #dc1e1e;
    stroke-width: 2px;
}
.ux2-wrapper .template-button-line-top-bottom .template-label {
    font-size: 20px;
    display: inline-block;
    position: relative;
    color: #fff;
    transition: color 0.2s cubic-bezier(0.25,.25,0.75,.75);
}
.ux2-wrapper .template-button-line-top-bottom .template-label.template-sub-heading.h3 {
    font-size: 20px;
}
.ux2-wrapper .component-drop-down-button {
    position: relative;
    display: inline-block;
    font-weight: 600;
    min-width: 207px;
    white-space: nowrap;
}
.ux2-wrapper .component-drop-down-button .drop-down-list {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 0;
    background: #1a1a1a;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    transition: opacity 0.2s cubic-bezier(0.25,.25,0.75,.75), visibility 0 cubic-bezier(0.25,.25,0.75,.75) 0.2s;
}
.ux2-wrapper .component-drop-down-button .drop-down-item {
    display: -ms-flexbox;
    display: flex;
}
.ux2-wrapper .component-drop-down-button .drop-down-item:not(:first-child) {
    border-top: 0 dashed hsla(0, 0%, 41%, 0.75);
}
.ux2-wrapper .component-drop-down-button .drop-down-item-button {
    display: block;
    position: relative;
    width: 100%;
    padding: 23px 84px 21px 25px;
    border: 0;
    text-align: left;
    background: #333132;
    color: #fbf8f2;
    text-decoration: none;
    font-family: DIN-Next-LT-Pro, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.ux2-wrapper .component-drop-down-button .drop-down-item-button:hover {
    color: #dc1e1e;
}
.ux2-wrapper .component-drop-down-button .drop-down-item-button .label {
    margin-top: -0.375em;
    transition: color 0.2s cubic-bezier(0.25,.25,0.75,.75);
    color: currentColor;
}
.ux2-component.template-recipes-seasonal {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
.ux2-component.template-recipes-seasonal * {
    box-sizing: border-box;
}
.ux2-component.template-recipes-seasonal .template-block-content-wrapper {
    position: relative;
    text-align: center;
}
.ux2-component.template-recipes-seasonal .section-title.template-heading.h2 {
    text-transform: none;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0.125em;
    width: 90%;
    max-width: 800px;
}
.ux2-component.template-recipes-seasonal .background {
    position: absolute;
    background: #000 no-repeat 50%;
    background-size: cover;
    width: 100%;
}
.ux2-component.template-recipes-seasonal .background:before {
    content: "";
    display: block;
    padding-top: 37.5%;
}
.ux2-component.template-recipes-seasonal .template-block-recipe-grid-container {
    position: relative;
    box-sizing: border-box;
    max-width: 1312px;
    margin: 32px auto 0;
    padding: 0 16px;
    text-align: center;
}
.ux2-component.template-recipes-seasonal .template-block-recipe-grid-container .recipe-grid-title {
    padding: 64px 0 42.66667px;
}
.ux2-component.template-recipes-seasonal .template-block-recipe-grid-container .recipe-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0 96px;
}
@media(max-width:767px) {
    .ux2-component.template-recipes-seasonal .template-block-recipe-grid-container .recipe-grid {
        margin: 0;
    }
}
.ux2-component.template-register-app-v2 {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
}
.ux2-component.template-register-app-v2 .download-app {
    position: relative;
    padding: 160px;
}
.ux2-component.template-register-app-v2 .download-app:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    border: 1px dashed rgba(26, 26, 26, .25);
}
.ux2-component.template-register-app-v2 .app-image {
    position: absolute;
    top: -96px;
    right: 0;
    bottom: -64px;
    width: 30%;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}
.ux2-component.template-register-app-v2 .template-content-intro .description {
    padding-right: 32px;
    padding-bottom: 2.7em;
}
.ux2-component.template-register-app-v2 .template-register-app .download-app {
    padding-right: 30%;
}
@media(max-width:1023px) {
    .ux2-component.template-register-app-v2 {
        display: block;
    }
    .ux2-component.template-register-app-v2 .download-app {
        margin-bottom: 64px;
        padding-right: 40%;
    }
    .ux2-component.template-register-app-v2 .app-image {
        top: -48px;
        bottom: -32px;
    }
    .ux2-component.template-register-app-v2 .template-register-app .download-app {
        padding-left: 64px !important;
    }
}
.ux2-component.template-register-app-v2 .template-register-app {
    padding: 0;
}
.ux2-component.template-register-app-v2 .template-register-app.component-margin-top-large {
    width: 100%;
    max-width: none;
    margin: 64px 0 128px;
}
.ux2-component.template-register-app-v2 .template-register-app.component-margin-top-large .template-button-drop-down {
    background-color: #dc1e1e;
    color: white;
}
.ux2-component.template-register-app-v2 .template-register-app.component-margin-top-large .template-button-drop-down:hover, 
.ux2-component.template-register-app-v2 .template-register-app.component-margin-top-large .template-button-drop-down:focus {
    background-color: #191919;
}
.ux2-component.template-register-app-v2 .template-register-app .register-grill {
    display: none;
}
.ux2-component.template-register-app-v2 .template-register-app .app-image {
    top: 64px;
    right: 32px;
    bottom: 64px;
}
.ux2-component.template-register-app-v2 .template-register-app .download-app .tagline {
    font-size: 18px;
    font-family: 'din-next-lt-pro', sans-serif;
    padding-bottom: 32px;
}
.ux2-component.template-register-app-v2 .template-register-app .download-app .title {
    background-color: #fff;
    text-transform: none;
}
.ux2-component.template-register-app-v2 .template-register-app .download-app .description {
    color: #fff;
    font-family: 'din-next-lt-pro', sans-serif;
    font-size: 20px;
    line-height: 28px;
}
@media(max-width:767px) {
    .ux2-component.template-register-app-v2 {
        padding: 0;
    }
    .ux2-component.template-register-app-v2 .download-app {
        padding: 0 42% 84px 0;
        margin-bottom: 0;
    }
    .ux2-component.template-register-app-v2 .download-app:before {
        display: none;
    }
    .ux2-component.template-register-app-v2 .app-image {
        bottom: 84px;
        width: 36%;
        right: 0;
        top: -32px;
    }
    .ux2-component.template-register-app-v2 .template-register-app {
        max-width: 384px;
        padding: 0 16px;
    }
    .ux2-component.template-register-app-v2 .template-register-app.component-margin-top-large {
        margin-top: 64px;
        margin-bottom: 64px;
    }
    .ux2-component.template-register-app-v2 .template-register-app .app-image {
        bottom: 84px;
        width: 36%;
        right: 0;
        left: auto;
        top: -32px;
        position: absolute;
    }
    .ux2-component.template-register-app-v2 .template-register-app .download-app {
        padding: 0 42% 84px 0;
        margin-bottom: 0;
    }
    .ux2-component.template-register-app-v2 .template-register-app .component-drop-down-button .drop-down-list {
        width: auto;
    }
    .ux2-component.template-register-app-v2 .template-register-app.component-margin-top-large {
        padding: 0;
    }
    .ux2-component.template-register-app-v2 .template-register-app .download-app {
        padding: 32px !important;
    }
    .ux2-component.template-register-app .component-drop-down-button {
        width: 207px;
        margin: auto;
    }
    .ux2-component.template-register-app-v2 .template-register-app .app-image {
        max-width: 50vh;
        margin: auto;
    }
}
.ux2-component.template-register-app {
    position: relative;
    max-width: 1248px;
    margin: 0 auto;
    padding: 0 16px;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
}
.ux2-component.template-register-app .download-app {
    position: relative;
    padding-right: 25%;
    background-color: #191919
}
.ux2-component.template-register-app .download-app:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    border: 0;
}
.ux2-component.template-register-app .register-grill {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 384px;
    margin-left: 64px;
    padding: 4px;
    background: #dc1e1e url('/component-assets/images/base/texture/red-texture-bg.jpg') repeat 0 0;
    border-radius: 3px;
    color: #fbf8f2;
}
.ux2-component.template-register-app .register-grill:before {
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    content: "";
    position: absolute;
    border: 1px dashed hsla(40, 53%, 97%, 0.5);
    border-radius: 1px;
}
.ux2-component.template-register-app .register-grill .template-heading.h4 {
    color: #fbf8f2;
}
.ux2-component.template-register-app .register-grill .register-icon {
    height: 128px;
    width: 128px;
    position: absolute;
    left: 50%;
    top: -64px;
    border-radius: 50%;
    background: #dc1e1e url('/component-assets/images/base/texture/red-texture-bg.jpg') repeat 0 0;
    transform: translateX(-50%);
}
.ux2-component.template-register-app .register-grill .register-icon:before {
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    content: "";
    position: absolute;
    border: 1px solid currentColor;
    border-radius: inherit;
}
.ux2-component.template-register-app .register-grill .register-icon .icon-copy {
    position: absolute;
    display: block;
    font: 600 18px / 1 DIN-Next-LT-Pro-Cond, sans-serif;
    letter-spacing: 0.23em;
    text-transform: uppercase;
    opacity: 1;
    transform: scale(0.8);
}
.ux2-component.template-register-app .register-grill .register-icon .icon-copy,
.ux2-component.template-register-app .register-grill .register-icon .icon-copy svg {
    height: 100%;
    width: 100%;
}
.ux2-component.template-register-app .register-grill .register-icon .icon-copy text {
    color: currentColor;
}
.ux2-component.template-register-app .register-grill .register-icon .border-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
}
.ux2-component.template-register-app .register-grill .register-icon .pen-icon {
    height: 32px;
    width: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ux2-component.template-register-app .app-image {
    position: absolute;
    top: -96px;
    right: 8.3333%;
    bottom: -64px;
    width: 30%;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}
.ux2-component.template-register-app .template-content-intro .description {
    padding-right: 32px;
    padding-bottom: 2.7em;
}
.ux2-component.template-register-app .register-intro {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 96px 32px 32px;
}
.ux2-component.template-register-app .register-intro .template-heading.register-title {
    font-size: 24px;
    margin-bottom: 0;
}
.ux2-component.template-register-app .register-info {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 0;
    padding: 32px 0 0;
    border-top: 1px dashed hsla(40, 53%, 97%, 0.5);
}
.ux2-component.template-register-app .register-info.no-form {
    padding-top: 0;
}
.ux2-component.template-register-app .register-title {
    padding-bottom: 0.5em;
}
@media(max-width:1268px) {
    .ux2-component.template-register-app .download-app {
        padding-right: 22%;
    }
    .ux2-component.template-register-app .app-image {
        right: 4%;
        width: 32%;
    }
}
@media(max-width:1023px) {
    .ux2-component.template-register-app {
        display: block;
        max-width: 768px;
    }
    .ux2-component.template-register-app .download-app {
        margin-bottom: 64px;
        padding-right: 40%;
    }
    .ux2-component.template-register-app .register-grill {
        margin-left: 0;
        width: auto;
    }
    .ux2-component.template-register-app .register-intro {
        padding-bottom: 96px;
    }
    .ux2-component.template-register-app .app-image {
        top: -48px;
        bottom: -32px;
    }
}
@media(max-width:767px) {
    .ux2-component.template-register-app {
        max-width: 384px;
    }
    .ux2-component.template-register-app .download-app {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 128px;
        margin-bottom: 0;
    }
    .ux2-component.template-register-app .download-app:before {
        display: none;
    }
    .ux2-component.template-register-app .app-image {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        height: 100%;
        margin-bottom: 2.7em;
        width: 100%;
    }
    .ux2-component.template-register-app .app-image:before {
        content: "";
        display: block;
        padding-top: 100%;
    }
    .ux2-component.template-register-app .register-grill {
        width: auto;
        margin-left: 0;
    }
    .ux2-component.template-register-app .register-intro {
        padding: 80px 16px 30px;
    }
    .ux2-component.template-register-app .register-info {
        padding-top: 16px;
    }
    .ux2-component.template-register-app .template-button-drop-down {
        padding: 0;
        width: 100%;
    }
    .ux2-component.template-register-app .component-drop-down-button {
        -ms-flex-order: 3;
        order: 3;
    }
    .ux2-component.template-register-app .component-drop-down-button .drop-down-list {
        border: 0;
        margin: 0;
        list-style: none;
        padding: 0;
        width: 100%;
    }
    .ux2-component.template-register-app .component-drop-down-button .drop-down-item-button {
        width: auto;
    }
}
.ux2-wrapper .template-copy {
    font-family: DIN-Next-LT-Pro, sans-serif;
    font-weight: 100;
    margin: 0;
}
.ux2-wrapper .template-copy.serif {
    font-family: "weber-serif", sans-serif;
}
.ux2-wrapper .template-copy.c2 {
    font-size: 20px;
    line-height: 1.5;
    margin: -0.3em 0 -0.5em;
}
.ux2-wrapper .template-copy.c3 {
    font-size: 16px;
    line-height: 1.5;
    margin: -0.3125em 0 -0.4em;
}
@media(max-width:767px) {
    .ux2-wrapper .template-copy.c2 {
        font-size: 16px;
        line-height: 1.66667;
    }
    .ux2-wrapper .template-copy.c3 {
        font-size: 12px;
    }
}
.ux2-wrapper .template-heading {
    font-family: "weber-serif", sans-serif;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}
.ux2-wrapper .template-heading.sans {
    font-family: DIN-Next-LT-Pro-Cond, sans-serif;
}
.ux2-wrapper .template-heading.h1 {
    font-size: 96px;
    line-height: .91667;
    margin: -0.09375em 0 -0.1458333em;
}
.ux2-wrapper .template-heading.h2 {
    font-size: 56px;
    line-height: .9;
    margin: -0.089285em 0 -0.10714285em;
}
.ux2-wrapper .template-heading.h2.sans {
    margin: 0 0 -0.1785714285em;
    font-size: 52px;
    line-height: 56px;
    font-family: 'weber-serif', sans-serif;
    font-weight: bold;
}
.ux2-wrapper .template-heading.h3 {
    font-size: 32px;
    line-height: 1;
    margin: -0.125em 0 -0.1825em;
}
.ux2-wrapper .template-heading.h4 {
    font-size: 24px;
    line-height: 1.3333;
    margin: -0.25em 0 -0.3333em;
}
.ux2-wrapper .template-heading.regular {
    font-weight: 400;
}
.ux2-wrapper .template-heading.light {
    font-weight: 100;
}
.ux2-wrapper .template-heading.upper {
    text-transform: uppercase;
}
.ux2-wrapper .template-heading.red {
    color: #dc1e1e;
}
.ux2-wrapper .template-heading.white {
    color: #fbf8f2;
}
.ux2-wrapper .template-heading.h3.tagline.red {
    font-family: DIN-Next-LT-Pro, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #dc1e1e;
}
@media(max-width:1024px) {
    .ux2-wrapper .template-heading.h1 {
        font-size: 80px;
        line-height: 1;
    }
    .ux2-wrapper .template-heading.h2 {
        font-size: 48px;
        line-height: 1;
    }
    .ux2-wrapper .template-heading.h3 {
        font-size: 26px;
        line-height: 1;
    }
}
@media(max-width:767px) {
    .ux2-wrapper .template-heading.h1 {
        font-size: 48px;
        line-height: 1;
    }
    .ux2-wrapper .template-heading.h2 {
        font-size: 40px;
        line-height: 1;
    }
    .ux2-wrapper .template-heading.h3 {
        font-size: 24px;
        line-height: 1;
    }
    .ux2-wrapper .template-heading.h4 {
        font-size: 16px;
        line-height: 1;
    }
}
.ux2-wrapper .type-underlined {
    display: inline-block;
    position: relative;
    margin-top: 0.22em;
    font-size: 58.3333%;
    line-height: 1em;
    letter-spacing: 0.032em;
    font-style: normal;
    vertical-align: top;
}
.ux2-wrapper .type-underlined:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.03em;
    left: 0.05em;
    right: 0.05em;
    height: 0.07143em;
    min-height: 2px;
    background: currentColor;
    border-radius: 0.05em;
}
.ux2-wrapper .type-diagonal span {
    position: relative;
}
.backgroundcliptext .ux2-wrapper .type-texture {
    padding-top: 8px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}
@media screen and(min-width:1024px) {
    .backgroundcliptext .ux2-wrapper .type-texture {
        padding-top: 20px;
    }
}
.backgroundcliptext .ux2-wrapper .type-texture span {
    background: inherit;
}
.ux2-wrapper .type-texture.black {
    color: #1a1a1a;
}
.backgroundcliptext .ux2-wrapper .type-texture.black {
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat 50% #1a1a1a;
}
.ux2-wrapper .type-texture.white {
    color: #fbf8f2;
}
.backgroundcliptext .ux2-wrapper .type-texture.white {
    background: url('/component-assets/images/base/texture/texture-titles-black.png') repeat 50% #fbf8f2;
}
.ux2-wrapper .type-texture.red {
    color: #dc1e1e;
}
.backgroundcliptext .ux2-wrapper .type-texture.red {
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat 50% #dc1e1e;
}
@media(max-width:767px) {
    .ux2-wrapper .type-underlined:before {
        min-height: 1px;
    }
}
.ux2-wrapper .template-sub-heading {
    font-family: DIN-Next-LT-Pro-Cond, sans-serif;
    color: #1a1a1a;
    margin: 0;
}
.ux2-wrapper .template-sub-heading.h3,
.ux2-wrapper .template-sub-heading.h3-full {
    font-size: 24px;
    text-transform: none;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin: -0.1875em 0 -0.375em;
}
.ux2-wrapper .template-sub-heading.h3-full.gray {
    color: #fff;
}
.backgroundcliptext .ux2-wrapper .type-texture.h1 {
    font-size: 72px;
    text-transform: none;
}
@media(max-width:767px) {
    .ux2-wrapper .template-sub-heading.h3 {
        font-size: 13px;
    }
}
.ux2-wrapper .template-block-wrapper {
    margin-bottom: 64px;
    transform: translateZ(0);
}
.ux2-wrapper .template-block-wrapper.component-margin-top-small {
    margin-top: 64px;
}
.ux2-wrapper .template-block-wrapper.component-margin-top-large {
    margin-top: 192px;
}
.ux2-wrapper .template-block-wrapper.component-margin-bottom-none {
    margin-bottom: 0;
}
.ux2-wrapper .template-block-wrapper.component-margin-bottom-small {
    margin-bottom: 64px;
}
.ux2-wrapper .template-block-wrapper.component-margin-bottom-medium {
    margin-bottom: 128px;
}
.ux2-wrapper .template-block-wrapper.block-padding-medium {
    padding-left: 32px;
    padding-right: 32px;
}
@media(max-width:767px) {
    .ux2-wrapper .template-block-wrapper {
        margin-bottom: 32px;
    }
    .ux2-wrapper .template-block-wrapper.component-margin-bottom-none {
        margin-bottom: 0;
    }
    .ux2-wrapper .template-block-wrapper.component-margin-bottom-small {
        margin-bottom: 48px;
    }
    .ux2-wrapper .template-block-wrapper.component-margin-bottom-medium {
        margin-bottom: 64px;
    }
    .ux2-wrapper .template-block-wrapper.block-padding-medium {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.ux2-wrapper .template-block-content-wrapper {
    max-width: 1344px;
    margin-left: auto;
    margin-right: auto;
}
.ux2-wrapper .template-block-content-wrapper.small {
    max-width: 1216px;
}
.ux2-wrapper .template-bullets {
    font-size: 0;
    text-align: center;
    color: #191919;
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}
.ux2-wrapper .template-bullets .template-bullet-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    padding: 0;
}
.ux2-wrapper .template-bullets .template-bullet-button {
    position: relative;
    display: block;
    height: 8px;
    width: 8px;
    cursor: pointer;
    color: currentColor;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none;
}
.no-touchevents .ux2-wrapper .template-bullets .template-bullet-button:hover:before {
    border: 1px solid currentColor;
    background: currentColor;
}
.ux2-wrapper .template-bullets .template-bullet-button:before {
    display: block;
    height: 10px;
    width: 10px;
    margin: 0;
    content: "";
    border: 2px solid currentColor;
    border-radius: 50%;
    transition: border 0.2s linear;
}
.ux2-wrapper .template-bullets .template-bullet-button.is-active:before {
    border-width: 1px solid currentColor;
    padding: 0;
    background: currentColor;
    margin: 0;
}
@media(max-width:767px) {
    .ux2-wrapper .template-bullets .template-bullet-button {
        height: 12px;
        width: 12px;
    }
    .ux2-wrapper .template-bullets .template-bullet-button:before {
        height: 10px;
        width: 10px;
    }
}
.js-lazy-loading-item-hide {
    display: none !important;
}
.ux2-wrapper.template-content {
    overflow: hidden;
}
.ux2-wrapper .template-component-button {
    display: inline-block;
}
.ux2-wrapper .type-diagonal {
    font-size: 0.583333em;
    font-style: normal;
    position: relative;
}
.ux2-wrapper .type-diagonal.char-2 .template-letter {
    position: relative;
}
.ux2-wrapper .type-diagonal.char-2 .template-letter:first-child {
    top: -0.37em;
}
.ux2-wrapper .type-diagonal.char-2 .template-letter:nth-child(2) {
    top: -0.09em;
}
.ux2-wrapper .type-diagonal.char-3 .template-letter {
    position: relative;
}
.ux2-wrapper .type-diagonal.char-3 .template-letter:first-child {
    top: -0.48em;
}
.ux2-wrapper .type-diagonal.char-3 .template-letter:nth-child(2) {
    top: -0.24em;
}
.ux2-wrapper .template-component-promotion-gallery-detail {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: rgba(26, 26, 26, .8);
    z-index: 7;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    transition: visibility 0.2s, opacity 0.2s linear;
    padding: 64px 128px;
}
.ux2-wrapper .template-component-promotion-gallery-detail * {
    box-sizing: border-box;
}
.ux2-wrapper .template-component-promotion-gallery-detail .template-component-button {
    position: absolute;
    right: 32px;
    top: 32px;
}
.ux2-wrapper .template-component-promotion-gallery-detail .template-promotion-gallery-detail-wrapper {
    position: relative;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 1408px;
    background-color: #fff;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
    max-height: 700px;
    top: 50%;
    transform: translateY(-40%);
}
.ux2-wrapper .template-component-promotion-gallery-detail .template-promotion-gallery-detail-wrapper .js-product-shot {
    text-align: center;
    width: 100%;
}
.ux2-wrapper .template-component-promotion-gallery-detail .template-promotion-gallery-detail-wrapper .js-price {
    font-family: "weber-serif", sans-serif;
    font-size: 18px;
    color: #8c8c8c;
}
.ux2-wrapper .template-component-promotion-gallery-detail .template-promotion-gallery-detail-wrapper .content {
    width: 35%;
    min-width: 550px;
    padding: 32px 64px;
    background: #f9f6f0 url('/component-assets/images/body-bg.jpg') repeat 0 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow-y: auto;
}
.ux2-wrapper .template-component-promotion-gallery-detail .template-promotion-gallery-detail-wrapper .content h3 {
    font-size: 31px;
    margin: 32px 0 6.4px;
}
.ux2-wrapper .template-component-promotion-gallery-detail .template-promotion-gallery-detail-wrapper .content h2 {
    font-size: 55px;
    margin: 0 0 6.4px;
}
.ux2-wrapper .template-component-promotion-gallery-detail .template-promotion-gallery-detail-wrapper .content .description {
    font-size: 20px;
    color: dimgray;
    padding: 16px 0 32px;
}
.ux2-wrapper .template-component-promotion-gallery-detail .template-promotion-gallery-detail-wrapper .image {
    position: relative;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 66%;
    overflow: hidden;
}
.ux2-wrapper .template-component-promotion-gallery-detail .template-promotion-gallery-detail-wrapper .button-wrapper {
    display: block;
    position: absolute;
    bottom: 32px;
    right: 32px;
    width: 64px;
}
.ux2-wrapper .template-component-promotion-gallery-detail .template-promotion-gallery-detail-wrapper .button-wrapper .button-circle:not(:last-of-type) {
    margin-bottom: 16px;
}
.ux2-wrapper .template-component-promotion-gallery-detail .template-promotion-gallery-detail-wrapper .image-wrapper {
    width: 100%;
    height: 100%;
    white-space: nowrap;
    font-size: 0;
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}
@media(max-width:767px) {
    .ux2-wrapper .template-component-promotion-gallery-detail {
        padding: 16px;
    }
    .ux2-wrapper .template-component-promotion-gallery-detail .template-component-button {
        position: fixed;
        right: 32px;
        top: 32px;
    }
    .ux2-wrapper .template-component-promotion-gallery-detail .template-promotion-gallery-detail-wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: auto;
    }
    .ux2-wrapper .template-component-promotion-gallery-detail .template-promotion-gallery-detail-wrapper .content {
        width: 100%;
        min-width: 0;
        padding: 16px;
        overflow: auto;
    }
    .ux2-wrapper .template-component-promotion-gallery-detail .template-promotion-gallery-detail-wrapper .image-wrapper {
        max-height: 220px;
    }
    .ux2-wrapper .template-component-promotion-gallery-detail .template-promotion-gallery-detail-wrapper .image {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
    }
}
.ux2-wrapper .template-component-video-lightbox {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: rgba(26, 26, 26, .8);
    z-index: 7;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    transition: visibility 0.2s, opacity 0.2s linear;
}
.ux2-wrapper .template-component-video-lightbox .template-component-button {
    position: absolute;
    right: 32px;
    top: 32px;
}
.ux2-wrapper .template-component-video-lightbox .template-lightbox-video-wrapper {
    margin: 0 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    display: none;
}
.ux2-wrapper .template-component-video-lightbox .template-lightbox-video-wrapper .template-video {
    position: relative;
    width: 100%;
    height: auto;
}
.ux2-wrapper .template-component-video-lightbox .template-lightbox-video-wrapper .template-video:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.ux2-wrapper .template-component-video-lightbox .template-lightbox-video-wrapper .template-video iframe {
    position: absolute;
    top: 0;
    left: 0;
}
@media(max-width:767px) {
    .ux2-wrapper .template-component-video-lightbox .template-lightbox-video-wrapper {
        padding: 32px;
    }
}
@media(max-width:1024px) {
    .ux2-wrapper .template-component-video-lightbox .template-lightbox-video-wrapper {
        max-width: 640px;
    }
}
.play3-responsive-iframe {
    width: 100%;
    height: 100%;
}
@media only screen and(max-width:750px) {
    .play3-responsive-iframe {
        width: 100%;
        height: 100%;
    }
}
.template-button-hidden {
    background: transparent;
    border: none;
    pointer-events: none;
}
.ux2-wrapper .template-component-image-lightbox {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: rgba(26, 26, 26, .8);
    z-index: 7;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    transition: visibility 0.2s, opacity 0.2s linear;
}
.ux2-wrapper .template-component-image-lightbox * {
    box-sizing: border-box;
}
.ux2-wrapper .template-component-image-lightbox .template-component-button {
    position: absolute;
    right: 32px;
    top: 32px;
}
.ux2-wrapper .template-component-image-lightbox .template-lightbox-image-wrapper {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.ux2-wrapper .template-component-image-lightbox .template-lightbox-image-wrapper .template-image {
    position: relative;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: 50%;
    transform: scale(0);
    transition: transform 0.7s cubic-bezier(0.19,1,0.22,1);
}
.ux2-wrapper .template-component-image-lightbox .template-lightbox-image-wrapper .template-image:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.ux2-wrapper .template-component-image-lightbox .template-lightbox-image-wrapper .template-caption {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 960px;
    text-align: center;
    color: #fbf8f2;
    padding: 10px 0;
    height: auto;
    font: 18px "weber-serif", sans-serif;
    transform: scaleY(0);
    transition: transform 0.7s cubic-bezier(0.19,1,0.22,1);
    -ms-flex-order: 2;
    order: 2;
}
@media(max-width:767px) {
    .ux2-wrapper .template-component-image-lightbox .template-lightbox-image-wrapper {
        padding: 32px;
    }
}
@media(max-width:1024px) {
    .ux2-wrapper .template-component-image-lightbox .template-lightbox-image-wrapper {
        max-width: 640px;
    }
}
.ux2-wrapper .template-menu-arrow-down {
    height: 17px;
    width: 17px;
    display: inline-block;
    position: relative;
    border: 1px solid #fbf8f2;
    border-radius: 50%;
    overflow: hidden;
    transition: border 0.2s linear;
}
.ux2-wrapper .template-menu-arrow-down .template-arrow-wrapper {
    height: 200%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ux2-wrapper .template-menu-arrow-down .template-icon {
    height: 50%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ux2-wrapper .template-menu-arrow-down svg {
    height: 7px;
    width: 7px;
    display: block;
}
.ux2-wrapper .template-cross-icon {
    height: 17px;
    width: 17px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -1px;
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.ux2-wrapper .template-cross-icon:after,
.ux2-wrapper .template-cross-icon:before {
    height: 1px;
    width: 17px;
    top: 50%;
    left: 50%;
    content: "";
    position: absolute;
    background: #fff;
    transform: translate(-50%);
}
.ux2-wrapper .template-cross-icon:after {
    height: 17px;
    width: 1px;
    transform: translateY(-50%);
}
.ux2-wrapper .template-component-modal {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: rgba(26, 26, 26, .8);
    z-index: 7;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    transition: visibility 0.2s, opacity 0.2s linear;
}
.ux2-wrapper .template-component-modal * {
    box-sizing: border-box;
}
.ux2-wrapper .template-component-modal .template-component-button {
    position: absolute;
    right: 32px;
    top: 32px;
}
.ux2-wrapper .template-component-modal .template-modal-wrapper {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 960px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background: #f9f6f0;
}
.ux2-wrapper .template-component-modal .template-modal-wrapper:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    border: 1px dashed hsla(0, 0%, 41%, 0.5);
    border-radius: 4px;
    z-index: -1;
}
.ux2-wrapper .template-component-modal .template-modal-wrapper .template-image {
    position: relative;
    width: 50%;
    display: block;
    background-size: cover;
    background-position: 50%;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.ux2-wrapper .template-component-modal .template-modal-wrapper .template-image:before {
    content: "";
    display: block;
    padding-top: 80.35714%;
}
.ux2-wrapper .template-component-modal .template-modal-wrapper .template-text-wrapper {
    width: 50%;
    padding: 3rem 5rem;
}
.ux2-wrapper .template-component-modal .template-modal-wrapper .template-heading {
    color: #1a1a1a;
}
.ux2-wrapper .template-component-modal .template-modal-wrapper .template-copy {
    padding: 2rem 0;
    color: #1a1a1a;
}
@media(max-width:767px) {
    .ux2-wrapper .template-component-modal .template-modal-wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ux2-wrapper .template-component-modal .template-modal-wrapper .template-text-wrapper {
        padding: 3rem 2rem;
        width: 100%;
    }
    .ux2-wrapper .template-component-modal .template-modal-wrapper .template-image {
        position: relative;
        width: 100%;
    }
    .ux2-wrapper .template-component-modal .template-modal-wrapper .template-image:before {
        content: "";
        display: block;
        padding-top: 55.74913%;
    }
}
/*! CSS Used from: Embedded ; media=all */
@media all {
    .st0 {
        fill: #ED1C24;
    }
}
/*! CSS Used from: Embedded */
@media screen and(min-width: 768px) {
    .ux2-component.template-hero-plp.custom-hero-plp {
        height: auto;
        min-height: 0 !important;
    }
    .ux2-component.template-hero-plp.custom-hero-plp > .content-wrapper {
        padding-bottom: 120px;
        padding-top: 50px;
    }
}
/*! CSS Used from: Embedded */
.ux2-component.template-register-app .app-image {
    top: -13px;
    width: 46%;
}
.ux2-component.template-register-app-v2 .template-register-app .download-app {
    padding-right: 44%;
}
.ux2-component.template-register-app-v2 .template-register-app .download-app .template-button-drop-down .template-label {
    font-size: 20px;
}
.ux2-wrapper .template-block-wrapper.component-margin-top-small.template-recipe-carousel-small-v2 {
    margin-top: 0;
}
.ux2-wrapper .ux2-component.template-recipes-seasonal .template-block-recipe-grid-container {
    margin: 0 auto;
}
.ux2-component.template-recipes-seasonal .template-block-recipe-grid-container .recipe-grid-title {
    padding-top: 24px;
}
@media(max-width: 767px) {
    .ux2-wrapper .component-filter-seal {
        width: 88px;
    }
    .ux2-component.template-hero-plp .template-categories > .component-filter-seal {
        width: 66px;
    }
    .ux2-wrapper .component-filter-seal .filter-item-icon {
        margin-left: auto;
        margin-right: auto;
    }
    .ux2-component.template-recipes-seasonal .template-block-recipe-grid-container {
        margin: 0 auto;
    }
    .ux2-component.template-register-app-v2 .template-register-app.component-margin-top-large {
        margin-bottom: 0;
    }
    .ux2-component.template-recipes-seasonal .template-block-recipe-grid-container .recipe-grid-title {
        padding: 0 0 10px;
    }
    .ux2-wrapper .component-filter-seal .title {
        display: initial;
    }
    .ux2-wrapper .component-filter-seal #cat-charcoal.title {
        padding-left: 7px;
    }
    .ux2-wrapper .template-categories .component-filter-seal .title {
        color: white;
        font-size: 14px;
        letter-spacing: initial;
        line-height: 1.5em;
        display: block;
    }
    .ux2-component.template-recipes-seasonal .background {
        display: none;
    }
    .ux2-component.template-recipes-seasonal.hide-title .template-block-content-wrapper {
        display: none;
    }
    .ux2-component.template-register-app-v2 .template-register-app {
        max-width: initial;
    }
    .ux2-component.template-register-app-v2 {
        max-width: initial;
    }
    .ux2-component.template-register-app-v2 .template-register-app .download-app {
        width: 100%;
        text-align: center;
    }
    .ux2-component.template-register-app-v2 .template-register-app .app-image {
        width: 100%;
        position: initial;
        top: initial;
        bottom: initial;
        right: initial;
        left: initial;
    }
    .ux2-wrapper .template-heading.h4 {
        font-size: 20px;
    }
    .ux2-component.template-register-app .template-content-intro .description {
        padding-right: 0;
    }
}
.ux2-wrapper .recipe-landing-fuel-icon-gas {
    background-image: url('/component-assets/images/type-icon/type-gas-filter.png') !important;
}
.ux2-wrapper .recipe-landing-fuel-icon-charcoal {
    background-image: url('/component-assets/images/type-icon/type-charcoal-filter.png') !important;
}
.ux2-wrapper .recipe-landing-fuel-icon-woodpellet {
    background-image: url('/component-assets/images/type-icon/type-wood-pellet-filter.png') !important;
}
.ux2-wrapper .component-filter-seal .icon-type.large {
    top: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
    right: 20px !important;
}
/*! CSS Used from: Embedded */
@media(min-width: 1728px) {
    .ux2-wrapper .component-carousel-recipes-v2 .carousel-wrapper {
        margin: auto;
    }
}
/*! CSS Used from: Embedded */
.ux2-component.template-grill-academy .block-item.full-background .inner:after {
    display: none;
}
.ux2-component.template-grill-academy .template-content-intro:after {
    display: none;
}
.ux2-component .carousel-item {
    display: list-item;
    margin-right: 0;
    float: none;
}
.ux2-wrapper .component-drop-down-button.is-active .drop-down-list {
    opacity: 1;
    visibility: visible;
    transition-delay: 0, 0;
    z-index: 1;
}
.ux2-wrapper .component-drop-down-button.is-active .template-button-drop-down {
    background-color: #1a1a1a;
    color: #fff;
    border-bottom: 1px dashed hsla(0, 0%, 41%, 0.75);
}
.type-texture,
.template-full-color-button {
    background-image: none !important;
}
/*! CSS Used keyframes */
@keyframes dash-offset-button {
    to {
        stroke-dashoffset: -96;
    }
}
@keyframes rotate-360-cw {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes rotate-360-ccw {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-1turn);
    }
}
/*! CSS Used fontfaces */
@font-face {
    font-family: DIN-Next-LT-Pro-Cond;
    font-display: auto;
    src: url('/component-assets/fonts/din-next-lt-pro-cond-regular/2FFB96_0_0.woff2') format("woff2"), url('/component-assets/fonts/din-next-lt-pro-cond-regular/2FFB96_0_0.woff') format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: DIN-Next-LT-Pro-Cond;
    font-display: auto;
    src: url('/component-assets/fonts/din-next-lt-pro-cond-medium/2FFB96_1_0.woff2') format("woff2"), url('/component-assets/fonts/din-next-lt-pro-cond-medium/2FFB96_1_0.woff') format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: DIN-Next-LT-Pro-Cond;
    font-display: auto;
    src: url('/component-assets/fonts/din-next-lt-pro-cond-bold/DINNextLTPro-BoldCondensed.woff2') format("woff2"), url('/component-assets/fonts/din-next-lt-pro-cond-bold/DINNextLTPro-BoldCondensed.woff') format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "weber-serif";
    font-display: auto;
    src: url('/component-assets/fonts/weber-serif-regular/weber-serif-regular.woff2') format("woff2"), url('/component-assets/fonts/weber-serif-regular/weber-serif-regular.woff') format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "weber-serif";
    font-display: auto;
    src: url('/component-assets/fonts/weber-serif-light/weber-serif-light.woff2') format("woff2"), url('/component-assets/fonts/weber-serif-light/weber-serif-light.woff') format("woff");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "weber-serif";
    font-display: auto;
    src: url('/component-assets/fonts/weber-serif-bold/weber-serif-bold.woff2') format("woff2"), url('/component-assets/fonts/weber-serif-bold/weber-serif-bold.woff') format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: DIN-Next-LT-Pro;
    font-display: auto;
    src: url('/component-assets/fonts/din-next-lt-pro-light/DINNextLTPro-Light.woff2') format("woff2"), url('/component-assets/fonts/din-next-lt-pro-light/DINNextLTPro-Light.woff') format("woff");
    font-weight: 100;
    font-style: normal;
}

/*recipe category*/
/*! CSS Used from: /component-assets/css/bundle.css */
.ux2-wrapper .template-full-color-button {
    height: 64px;
    width: 100%;
    position: relative;
    padding: 0 85px 0 24px;
    border: 0;
    border-radius: 2px;
    outline: 0;
    text-align: left;
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat-x 50% #dc1e1e;
    transition: background 0.2s linear;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
.ux2-wrapper .template-full-color-button:hover {
    background-color: #ac0f0f;
    text-decoration: none;
}
.ux2-wrapper .template-full-color-button .template-label .template-label-text {
    padding-top: 2px;
}
.ux2-wrapper .button-circle {
    height: 64px;
    width: 64px;
    position: relative;
    padding: 0;
    border: 0;
    outline: 0;
    text-align: center;
    background: none;
    overflow: hidden;
    transition: opacity 0.2s linear;
    cursor: pointer;
    letter-spacing: normal;
}
.ux2-wrapper .button-circle:hover .arrow svg {
    fill: #1a1a1a;
    color: #1a1a1a;
}
.ux2-wrapper .button-circle .border-icon,
.ux2-wrapper .button-circle .border-icon svg {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    display: block;
    stroke: rgba(220, 30, 30, .8);
}
.ux2-wrapper .button-circle .arrow {
    height: 64px;
    width: 64px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ux2-wrapper .button-circle .arrow svg {
    height: 7px;
    width: 24px;
    display: inline-block;
    color: #dc1e1e;
}
.ux2-component.template-enhanced-filter {
    display: -ms-flexbox;
    display: flex;
    max-width: 1344px;
    width: 94%;
    margin: 0 auto;
}
.ux2-component.template-enhanced-filter * {
    box-sizing: border-box;
}
.ux2-component.template-enhanced-filter.template-block-wrapper {
    transform: none;
}
.ux2-component.template-enhanced-filter .template-enhanced-filter-sidebar {
    height: auto;
    width: 280px;
}
.ux2-component.template-enhanced-filter .template-enhanced-filter-content {
    height: auto;
    width: calc(100% - 280px);
    margin-left: 32px;
    overflow: hidden;
}
.ux2-component.template-enhanced-filter .enhanced-filter-section {
    position: relative;
    margin: 0 0 10.66667px;
    padding: 0.875rem 1.5rem 1.25rem;
    border: none;
    border-radius: 8px;
    background: url('/component-assets/images/base/texture/texture-titles-black.png') repeat 50% #dc1e1e;
}
.ux2-component.template-enhanced-filter .enhanced-filter-section:after {
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    content: "";
    position: absolute;
    border: 1px dashed hsla(40, 53%, 97%, 0.5);
    border-radius: 6px;
    pointer-events: none;
}
.ux2-component.template-enhanced-filter .enhanced-filter-section .template-heading {
    font-size: 24px;
    border-bottom: 1px dashed hsla(40, 53%, 97%, 0.5);
    padding: 10px 0 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.ux2-component.template-enhanced-filter .enhanced-filter-active-tags-container {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0 32px;
}
.ux2-component.template-enhanced-filter .enhanced-filter-active-tags {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(220, 30, 30, .85);
    display: block;
    -ms-flex: 1;
    flex: 1;
    font: 600 0.9375rem DIN-Next-LT-Pro-Cond, sans-serif;
    letter-spacing: 1px;
    max-height: 0;
    text-transform: uppercase;
}
.ux2-component.template-enhanced-filter .enhanced-filter-active-tags.is-open {
    margin: 1rem 0;
    max-height: 31.25rem;
}
.ux2-component.template-enhanced-filter .enhanced-filter-active-tags.is-open+.enhanced-filter-remove-filters {
    display: inline-block;
}
.ux2-component.template-enhanced-filter .enhanced-filter-active-tag {
    -ms-flex-align: center;
    align-items: center;
    background: #dc1e1e 50%;
    border: 1px solid #dc1e1e;
    border-radius: 4px;
    color: #f9f6f0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 25px;
    margin: 0.3125rem 0.5rem 0.3125rem 0;
    padding: 0 0.1875rem 0 0.625rem;
}
.ux2-component.template-enhanced-filter .enhanced-filter-active-tag-label {
    border-right: 1px solid #f9f6f0;
    opacity: 1;
    display: inline-block;
    padding: 0.1875rem 0.5rem 0 0;
    text-transform: none;
    font-size: 18px;
}
.ux2-component.template-enhanced-filter .enhanced-filter-remove-active-tag {
    height: 100%;
    width: 15px;
    display: inline-block;
    margin: 0 0.3125rem;
    overflow: hidden;
    position: relative;
}
.ux2-component.template-enhanced-filter .enhanced-filter-remove-active-tag:after,
.ux2-component.template-enhanced-filter .enhanced-filter-remove-active-tag:before {
    background: #f9f6f0;
    content: "";
    height: 2px;
    opacity: .95;
    position: absolute;
    top: 47%;
    transition: background-color 0.1s ease-in;
    width: 100%;
}
.ux2-component.template-enhanced-filter .enhanced-filter-remove-active-tag:before {
    left: 0;
    transform: rotate(-45deg);
}
.ux2-component.template-enhanced-filter .enhanced-filter-remove-active-tag:after {
    right: 0;
    transform: rotate(45deg);
}
.ux2-component.template-enhanced-filter .enhanced-filter-remove-active-tag:hover:after,
.ux2-component.template-enhanced-filter .enhanced-filter-remove-active-tag:hover:before {
    background: #191919;
    opacity: 1;
}
.ux2-component.template-enhanced-filter .enhanced-filter-remove-filters {
    color: #191919;
    display: none;
    -ms-flex: initial;
    flex: initial;
    font: 100 0.9375rem DIN-Next-LT-Pro-Cond, sans-serif;
    margin-top: 0.4375rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.25,.25,0.75,.75);
    vertical-align: middle;
    text-decoration: underline #dc1e1e;
    font-size: 20px;
    text-transform: none;
}
.ux2-component.template-enhanced-filter .enhanced-filter-remove-filters:hover {
    color: #dc1e1e;
}
.ux2-component.template-enhanced-filter .template-product-all-grills-results-container {
    position: relative;
}
.ux2-component.template-enhanced-filter .template-product-all-grills-results-container .filter-loading-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(40, 43%, 96%, 0.8);
    z-index: 30;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.ux2-component.template-enhanced-filter .template-product-all-grills-results-container .filter-loading-container .icon-container {
    margin-top: 2em;
}
.ux2-component.template-enhanced-filter .template-product-all-grills-results-container .filter-loading-container .icon-container span.template-icon:first-child svg path {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: loadingIcon;
    animation-delay: 0s;
}
.ux2-component.template-enhanced-filter .template-product-all-grills-results-container .filter-loading-container .icon-container span.template-icon:nth-child(2) svg path {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: loadingIcon;
    animation-delay: 0.33s;
}
.ux2-component.template-enhanced-filter .template-product-all-grills-results-container .filter-loading-container .icon-container span.template-icon:last-child svg path {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: loadingIcon;
    animation-delay: 0.66s;
}
.ux2-component.template-enhanced-filter .template-product-all-grills-results-container .filter-loading-container .icon-container svg {
    width: 75px;
}
.ux2-component.template-enhanced-filter .template-enhanced-filter-no-result {
    text-align: center;
    padding: 32px 0;
    border-top: 1px dashed #b9b7b2;
}
.ux2-component.template-enhanced-filter .is-hidden {
    display: none;
    opacity: 0;
    position: absolute !important;
    top: -9999px;
    left: -9999px;
    z-index: -1;
    min-height: 0;
}
.ux2-component.template-enhanced-filter .button-wrapper,
.ux2-component.template-enhanced-filter .template-button-open,
.ux2-component.template-enhanced-filter .template-component-button-wrapper {
    display: none;
}
@media(max-width:767px) {
    .ux2-component.template-enhanced-filter {
        display: block;
    }
    .ux2-component.template-enhanced-filter.template-block-wrapper {
        transform: none;
    }
    .ux2-component.template-enhanced-filter .template-component-button-wrapper {
        display: block;
        padding: 1.5rem 1.5rem 0.5rem;
        text-align: right;
    }
    .ux2-component.template-enhanced-filter .template-button-open {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 28px 24px 26px;
        margin: 0 0 32px;
        color: #fbf8f2;
        border-radius: 0;
        background: #dc1e1e;
        border: none;
    }
    .ux2-component.template-enhanced-filter .template-button-open:hover {
        cursor: pointer;
        background-color: #191919;
    }
    .ux2-component.template-enhanced-filter .template-button-open:after {
        top: 4px;
        bottom: 4px;
        left: 4px;
        right: 4px;
        content: "";
        position: absolute;
        border: 0 dashed hsla(40, 53%, 97%, 0.5);
        border-radius: 6px;
        pointer-events: none;
    }
    .ux2-component.template-enhanced-filter .template-button-open .button-label {
        font-family: 'din', sans-serif;
        font-size: 18px;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        letter-spacing: 0.05em;
        text-transform: none;
        line-height: 0;
        margin-top: 3px;
    }
    .ux2-component.template-enhanced-filter .template-button-open .icon-menu {
        height: auto;
        width: 30px;
    }
    .ux2-component.template-enhanced-filter .template-button-close {
        background: none;
        border: 1px solid #fbf8f2;
    }
    .ux2-component.template-enhanced-filter .template-button-close:hover {
        background: none;
    }
    .ux2-component.template-enhanced-filter .template-enhanced-filter-sidebar {
        width: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-y: scroll;
        z-index: 9999;
        background: url('/component-assets/images/base/texture/texture-titles-black.png') repeat 50% #dc1e1e;
        transform: translateX(100%);
        transition: transform 0.2s cubic-bezier(0.65,0,0.45,1);
    }
    .ux2-component.template-enhanced-filter .template-enhanced-filter-sidebar:before {
        content: "";
        background: linear-gradient(180deg,rgba(0,0,0,.3),transparent);
        position: absolute;
        height: 256px;
        width: 100%;
    }
    .ux2-component.template-enhanced-filter .template-enhanced-filter-content {
        width: 100%;
        margin-left: 0;
    }
    .ux2-component.template-enhanced-filter .enhanced-filter-section {
        border-radius: 0;
        background: none;
    }
    .ux2-component.template-enhanced-filter .enhanced-filter-section:after {
        border: none;
    }
    .ux2-component.template-enhanced-filter .button-wrapper {
        display: block;
        text-align: center;
    }
}
.ux2-component.template-filter-search {
    position: relative;
    padding: 20px 24px;
    margin: 0 0 10.66667px;
    border-radius: 0;
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat-x 50% #1a1a1a;
    background-image: none;
}
.ux2-component.template-filter-search:after {
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    content: "";
    position: absolute;
    border: 1px dashed hsla(40, 53%, 97%, 0.5);
    border-radius: 6px;
    pointer-events: none;
}
.ux2-component.template-filter-search fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.ux2-component.template-filter-search .input-search {
    color: #fbf8f2;
    font-family: DIN-Next-LT-Pro-Cond, sans-serif;
    font-size: 18px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em;
    margin: 3px 0 0;
    text-transform: uppercase;
    width: calc(100% - 40px);
    background: none;
    border: none;
    padding: 0;
}
.ux2-component.template-filter-search .input-search::-webkit-input-placeholder {
    color: hsla(40, 53%, 97%, 0.7);
}
.ux2-component.template-filter-search .input-search::-moz-placeholder {
    color: hsla(40, 53%, 97%, 0.7);
}
.ux2-component.template-filter-search .input-search:-ms-input-placeholder {
    color: hsla(40, 53%, 97%, 0.7);
}
.ux2-component.template-filter-search .input-search::placeholder {
    color: hsla(40, 53%, 97%, 0.7);
}
.ux2-component.template-filter-search .search-button {
    height: 100%;
    width: 56px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: 0;
    color: #fbf8f2;
    background: none;
}
.ux2-component.template-filter-search .search-button:hover {
    cursor: pointer;
}
.ux2-component.template-filter-search .search-button.is-disabled {
    pointer-events: none;
}
.ux2-component.template-filter-search .search-button svg {
    height: 24px;
    width: 24px;
    display: block;
    position: absolute;
    top: calc(50% - 13px);
    right: 28px;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu.is-open .enhanced-filter-menu-label-arrow {
    transform: rotate(180deg);
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu.is-open .enhanced-filter-menu-options {
    margin-bottom: 0.5rem;
    max-height: 1000px;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-label {
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0.25rem;
    padding: 0.75rem 0.9375rem;
    position: relative;
    text-decoration: none;
    background-color: rgba(26, 26, 26, .7);
    border-radius: 8px;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-label:hover .enhanced-filter-menu-label-arrow-wrapper {
    transform: translateY(50%);
    transition: transform 0.6s cubic-bezier(0.19,1,0.22,1);
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-label-text {
    position: relative;
    top: 0.0625rem;
    display: inline-block;
    -ms-flex: auto;
    flex: auto;
    font: 100 1.125rem DIN-Next-LT-Pro-Cond, sans-serif;
    color: #fbf8f2;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-label-arrow {
    height: 17px;
    width: 17px;
    border: 1px solid #fbf8f2;
    border-radius: 50%;
    color: #fbf8f2;
    display: inline-block;
    -ms-flex: none;
    flex: none;
    margin: 0;
    overflow: hidden;
    position: relative;
    transition: border 0.2s linear;
    vertical-align: top;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-label-arrow-wrapper {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    height: 200%;
    position: absolute;
    width: 100%;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-label-arrow-icon {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 50%;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-label-arrow-icon svg {
    height: 7px;
    width: 7px;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-options {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: hsla(40, 53%, 97%, 0.9);
    border-radius: 8px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s cubic-bezier(0.19,1,0.22,1);
    transform: translateZ(0);
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-option {
    border-bottom: 1px solid rgba(26, 26, 26, .2);
    display: block;
    margin: 0;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-option-input {
    display: none;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-option-input:checked~.enhanced-filter-menu-option-label-check-icon {
    border-color: #dc1e1e;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-option-input:checked~.enhanced-filter-menu-option-label-check-icon svg {
    stroke-dashoffset: 0;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-option-label {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #1a1a1a;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: DIN-Next-LT-Pro-Cond, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    padding: 0.875rem;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-option-label-content {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-option-label-check-icon {
    height: 18px;
    width: 18px;
    border: 1px solid #1a1a1a;
    border-radius: 2px;
    display: inline-block;
    -ms-flex: none;
    flex: none;
    margin: 0 0.0625rem 0 0.625rem;
    position: relative;
    transform: translateZ(0);
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-option-label-check-icon svg {
    top: 3px;
    bottom: auto;
    left: 2px;
    right: auto;
    height: 12px;
    width: 12px;
    pointer-events: none;
    position: absolute;
    fill: none;
    stroke: #1a1a1a;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    stroke-width: 2;
    transition: stroke-dashoffset 0.15s cubic-bezier(0.25,.46,0.45,.94) 50ms;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-option-label-check-icon.radio {
    height: 20px;
    width: 20px;
    border-radius: 50%;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-option-label-check-icon.radio svg {
    top: 4px;
    left: 3px;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-option-label-check-icon.is-checked {
    border-color: #dc1e1e;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-option-label-check-icon.is-checked svg {
    stroke-dashoffset: 0;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-option-label-text {
    position: relative;
    top: 0.125rem;
}
.ux2-wrapper .component-button-outline-textured {
    border: 1px solid #fbf8f2;
    border-radius: 0;
    color: #fbf8f2;
    cursor: pointer;
    min-width: 180px;
    padding: 18px 10px;
    position: relative;
    transition: all 0.15s ease;
}
.ux2-wrapper .component-button-outline-textured.red {
    background: #ac0f0f;
    border-color: #ac0f0f;
}
.ux2-wrapper .component-button-outline-textured:hover.red {
    border-color: #fbf8f2;
}
.ux2-wrapper .component-button-outline-textured:after {
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border: 0 dashed hsla(40, 53%, 97%, 0.5);
    border-radius: 6px;
    content: "";
    pointer-events: none;
    position: absolute;
}
.ux2-wrapper .component-button-outline-textured .button-label {
    display: block;
    font: 400 18px 'din', sans-serif;
    letter-spacing: 0.05em;
    margin-top: 3px;
    text-transform: none;
}
.ux2-wrapper .template-button-square-solid {
    height: 58px;
    width: 58px;
    background: repeat 50% #dc1e1e;
    border: 0 solid #dc1e1e;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    padding: 0;
    transition: all 0.4s ease-in;
}
.ux2-wrapper .template-button-square-solid.back-to-top {
    bottom: 65px;
    right: 25px;
    position: fixed;
    z-index: 9998;
}
.ux2-wrapper .template-button-square-solid:hover {
    background-color: #191919;
}
.ux2-wrapper .template-button-square-solid:hover .template-arrow-wrapper {
    opacity: 1;
}
.ux2-wrapper .template-button-square-solid:hover .template-arrow-wrapper svg {
    transform: translateX(-2px);
}
.ux2-wrapper .template-button-square-solid .template-arrow-wrapper {
    height: 34px;
    width: 34px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    vertical-align: middle;
    transition: opacity 0.4s ease-in;
}
.ux2-wrapper .template-button-square-solid .template-arrow-wrapper svg {
    transform: translateY(0);
    transition: transform 0.4s ease-in-out;
}
.ux2-wrapper .template-button-square-solid .template-arrow-wrapper.up {
    transform: rotate(90deg);
}
.ux2-component.template-hero-plp.height-xsmall {
    height: 280px;
}
.ux2-component.template-hero-plp .subtitle {
    padding-bottom: 1.23em;
}
@media(max-width:767px) {
    .ux2-component.template-hero-plp .subtitle {
        padding-bottom: 0;
    }
}
/*! CSS Used from: /component-assets/css/global.css */
.ux2-wrapper .template-component-breadcrumbs {
    display: -ms-flexbox;
    display: flex;
    max-width: 1344px;
    width: 94%;
    margin: 70px auto -64px;
}
.ux2-wrapper .template-component-breadcrumbs .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 8px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.ux2-wrapper .template-component-breadcrumbs .breadcrumb {
    display: flex;
    position: relative;
    color: #191919;
    font-family: 'din', sans-serif;
    font-size: 14px;
    padding: 0 18px 0 12px;
    text-transform: uppercase;
}
.ux2-wrapper .template-component-breadcrumbs .breadcrumb:first-child {
    display: none;
}
.ux2-wrapper .template-component-breadcrumbs .breadcrumb:nth-child(2) {
    padding-left: 0;
}
.ux2-wrapper .template-component-breadcrumbs .breadcrumb::before {
    background: url('https://weber-v2-assets.s3.amazonaws.com/sprites.view.svg') no-repeat;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    background-position: 60.78% 50.49%;
    width: 8px;
    height: 15px;
    margin-top: 1px;
    transform: scale(0.8);
}
.ux2-wrapper .template-component-breadcrumbs .breadcrumb:last-child::before {
    display: none;
}
.ux2-wrapper .template-component-breadcrumbs .breadcrumb .breadcrumb-link {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    position: relative;
}
.ux2-wrapper .template-component-breadcrumbs .breadcrumb .breadcrumb-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    margin: 2px 0 0;
    transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    opacity: 0;
    background-color: #d52b1e;
    max-width: 100%;
}
.ux2-wrapper .template-component-breadcrumbs .breadcrumb .breadcrumb-link:hover::after,
.ux2-wrapper .template-component-breadcrumbs .breadcrumb .breadcrumb-link:focus::after {
    width: 100%;
    opacity: 1;
}
.ux2-component.template-recipe-grid .template-content-intro {
    text-align: center;
}
.ux2-component.template-recipe-grid .grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 64px 0;
    text-align: left;
    width: 100%;
    list-style: none;
    margin: 0;
}
.ux2-component.template-recipe-grid .grid.recipe-grid-no-padding {
    padding: 0;
}
.ux2-component.template-recipe-grid .recipe-item {
    max-width: 384px;
    width: calc(33.33333% - 21.333333333333332px);
    height: 256px;
    margin-bottom: 32px;
    position: relative;
    border-radius: 3px;
}
.ux2-component.template-recipe-grid .recipe-item a:before {
    content: "";
    display: block;
    padding-top: 66.66667%;
}
.ux2-component.template-recipe-grid .recipe-item .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: 50%;
    border-radius: 0;
    background-color: #191919;
}
.ux2-component.template-recipe-grid .recipe-item .item-title {
    font-family: 'din', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 25px;
}
@media(max-width:767px) {
    .ux2-component.template-recipe-grid .grid {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding-bottom: 0;
    }
}
@media(max-width:479px) {
    .ux2-component.template-recipe-grid .grid {
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.ux2-wrapper .template-copy {
    font-family: 'din', sans-serif;
    font-weight: 100;
    margin: 0;
}
.ux2-wrapper .template-heading.h1 {
    font-size: 72px;
    line-height: 74px;
    font-family: "weber-serif", sans-serif;
    margin: -0.09375em 0 -0.1458333em;
}
.ux2-wrapper .template-heading-consolidated {
    display: block;
    margin: 0;
}
.ux2-wrapper .template-heading-consolidated .span-column {
    display: block;
}
.ux2-wrapper .template-sub-heading.h3-full {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin: -0.1875em 0 -0.375em;
}
.ux2-wrapper .ux2-hide-content {
    height: 1px;
    width: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
}
/*! CSS Used from: Embedded */
@media(min-width: 767px) {
    .ux2-component.template-hero-plp.height-xsmall {
        height: 400px;
    }
}
/*! CSS Used from: Embedded ; media=all */
@media all {
    .menu-line {
        fill: none;
        stroke: currentColor;
        stroke-linecap: square;
        stroke-miterlimit: 10;
    }
}
/*! CSS Used keyframes */
@keyframes loadingIcon {
    0% {
        fill: #dc1e1e;
    }
    33% {
        fill: #8c8c8c;
    }
    66% {
        fill: #8c8c8c;
    }
    to {
        fill: #dc1e1e;
    }
}
/*! CSS Used from: /component-assets/css/bundle.css */
.ux2-component.template-enhanced-filter .enhanced-filter-section {
    position: relative;
    padding: 13px 10px;
    margin: 0 0 10.66667px;
    border-radius: 4px 0 0 4px;
    background: #dc1e1e;
    background-image: none;
}
.ux2-component.template-enhanced-filter .enhanced-filter-section:after {
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    content: "";
    position: absolute;
    border: 0 dashed hsla(40, 53%, 97%, 0.5);
    border-radius: 6px;
    pointer-events: none;
}
.ux2-component.template-enhanced-filter .enhanced-filter-section .template-heading {
    font-size: 24px;
    padding: 10px 0;
    text-transform: none;
}
.ux2-component.template-enhanced-filter .button-wrapper,
.ux2-component.template-enhanced-filter .template-component-button-wrapper {
    display: none;
}
@media(max-width:767px) {
    .ux2-component.template-enhanced-filter .template-enhanced-filter-sidebar {
        width: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-y: scroll;
        z-index: 9999;
        background: #dc1e1e;
        transform: translateX(100%);
        transition: transform 0.2s cubic-bezier(0.65,0,0.45,1);
    }
    .ux2-component.template-enhanced-filter .template-enhanced-filter-sidebar.menu-open {
        transform: translateX(0);
    }
}
.ux2-component.template-filter-search {
    position: relative;
    padding: 13px 30px 13px 10px;
    margin: 0 0 10.66667px;
    border-radius: 4px 0 0 4px;
    background: #1a1a1a;
    background-image: none;
}
.ux2-component.template-filter-search:after {
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    content: "";
    position: absolute;
    border: 0 dashed hsla(40, 53%, 97%, 0.5);
    border-radius: 6px;
    pointer-events: none;
}
.ux2-component.template-filter-search .input-search {
    color: #fbf8f2;
    font-family: 'din', sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    letter-spacing: normal;
    margin: 3px 0 0;
    text-transform: none;
    width: calc(100% - 40px);
    background: none;
    border: none;
    padding: 0;
}
.ux2-component.template-filter-search .input-search:focus {
    outline: none;
}
.ux2-component.template-filter-search .search-button svg {
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-label {
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0.25rem;
    padding: 0.75rem 0.9375rem;
    position: relative;
    text-decoration: none;
    background-color: rgba(26, 26, 26, .7);
    border-radius: 4px;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-label:hover {
    background-color: #191919;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-label-text {
    position: relative;
    top: 0.0625rem;
    display: inline-block;
    -ms-flex: auto;
    flex: auto;
    font: 500 16px 'din', sans-serif;
    color: #fbf8f2;
    text-transform: none;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-options {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: hsla(40, 53%, 97%, 0.9);
    border-radius: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s cubic-bezier(0.19,1,0.22,1);
    transform: translateZ(0);
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-option {
    border-bottom: 0 solid rgba(26, 26, 26, .2);
    display: block;
    margin: 0;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-option-input {
    display: block;
    position: absolute;
    right: 20px;
    opacity: 0;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-option-input:checked~.enhanced-filter-menu-option-label-check-icon {
    border-color: #191919;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-option-input:checked~.enhanced-filter-menu-option-label-check-icon svg {
    stroke-dashoffset: 16px;
    background-color: #191919;
    border-radius: 50%;
    top: 3px;
    left: 3px;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-option:hover .enhanced-filter-menu-option-label-check-icon svg {
    background-color: #dc1e1e;
    border-radius: 50%;
    top: 3px;
    left: 3px;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-option-label {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #1a1a1a;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: 'din', sans-serif;
    font-size: 18px;
    text-transform: none;
    width: 100%;
    padding: 0.875rem;
}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-option:hover .enhanced-filter-menu-option-label .enhanced-filter-menu-option-label-text {
    color: #dc1e1e;
}
.ux2-wrapper .component-button-outline-textured .button-label {
    display: block;
    font: 400 18px DIN-Next-LT-Pro-Cond, sans-serif;
    letter-spacing: 0.05em;
    margin-top: 3px;
    text-transform: uppercase;
}
.type-texture {
    background-image: none !important;
}

/*recipe*/
/*! CSS Used from: /component-assets/css/reskin.css */
.ux2-wrapper .component-button-icon-text {
    white-space: nowrap;
    background: none;
    border: 0;
    padding: 0;
    color: inherit;
    transition: color 0.2s linear;
    text-decoration: none;
}
.ux2-wrapper .component-button-icon-text:hover {
    color: #dc1e1e;
}
.ux2-wrapper .component-button-icon-text:hover .print-icon {
    color: #fff;
}
.ux2-wrapper .component-button-icon-text .print-icon {
    color: #fff;
}
.ux2-wrapper .component-button-icon-text:hover .template-icon path {
    fill: #fbf8f2;
}
.ux2-wrapper .component-button-icon-text:hover .template-border-icon {
    opacity: 0;
}
.ux2-wrapper .component-button-icon-text:hover .template-border-icon circle {
    stroke: none;
}
.ux2-wrapper .component-button-icon-text:hover .template-icon-background {
    opacity: 1;
}
.ux2-wrapper .component-button-icon-text .template-icon-wrapper {
    height: 48px;
    width: 48px;
    display: inline-block;
    position: relative;
    margin-right: 16px;
    vertical-align: middle;
    background-size: auto 55.556%;
    background-position: 50%;
    direction: ltr;
}
.ux2-wrapper .component-button-icon-text .template-icon svg {
    height: 26px;
    width: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ux2-wrapper .component-button-icon-text .template-icon path {
    fill: currentColor;
}
.ux2-wrapper .component-button-icon-text .template-border-icon {
    transition: opacity 0.2s linear;
}
.ux2-wrapper .component-button-icon-text .template-border-icon,
.ux2-wrapper .component-button-icon-text .template-border-icon svg {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    display: block;
}
.ux2-wrapper .component-button-icon-text .template-border-icon circle {
    stroke: #b9b7b2 !important;
}
.ux2-wrapper .component-button-icon-text .template-icon-background {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 50%;
    background: url('/component-assets/images/base/texture/texture-titles-white.png') 50% no-repeat #dc1e1e;
    transition: background-color 0.2s linear;
}
.ux2-wrapper .component-button-icon-text:hover .template-icon-background {
    background-color: #191919;
}
.ux2-wrapper .template-button-circle-solid:focus {
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat 50% #ac0f0f;
    filter: drop-shadow(0px 0px 2px #000);
}
.ux2-wrapper .template-button-circle-solid:hover.template-facebook-share,
.ux2-wrapper .template-button-circle-solid:hover.template-twitter-share {
    background-color: #ac0f0f;
}
.ux2-wrapper .template-button-circle-solid.template-twitter-share {
    background-color: #00adf0;
    transition: background-color 0.2s linear;
    color: #fbf8f2;
}
.ux2-wrapper .template-button-circle-solid.template-facebook-share {
    background-color: #3b5a97;
    transition: background-color 0.2s linear;
    color: #fbf8f2;
}
.ux2-wrapper .template-button-circle-solid .template-facebook-icon,
.ux2-wrapper .template-button-circle-solid .template-facebook-icon svg {
    height: 21px;
    width: 9px;
}
.ux2-wrapper .template-button-circle-solid .template-twitter-icon,
.ux2-wrapper .template-button-circle-solid .template-twitter-icon svg {
    height: 18px;
    width: 22px;
}
.ux2-wrapper .product-title-price .template-sub-heading {
    margin: 0;
    padding-bottom: 0;
    cursor: pointer;
}
.ux2-wrapper .product-title-price .template-sub-heading.h1 {
    margin: 0;
    font-size: 24px;
    font-family: "din", sans-serif;
    font-weight: bold;
    line-height: 28px;
}
.ux2-wrapper .product-title-price .external__pricing__container--promotion {
    font: 400 18px "din", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ux2-wrapper .product-title-price .external__pricing__price--standard {
    color: #dc1e1e;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.ux2-wrapper .product-title-price .external__pricing__net-content {
    color: #b9b7b2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 10px;
}
.ux2-wrapper .product-title-price .external__pricing__price--strikethrough {
    color: #1a1a1a;
    text-decoration: line-through;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-flex: 0;
    -ms-flex-direction: row;
    flex-direction: row;
}
.ux2-component .external__pricing__container--promotion {
    font: 400 18px / 1em "weber-serif", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.ux2-component .external__pricing__ecotax,
.ux2-component .external__pricing__vat-hint {
    color: #b9b7b2;
}
.ux2-component .external__pricing__price--standard {
    color: #dc1e1e;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.ux2-component .external__pricing__net-content {
    color: #b9b7b2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 15px;
    margin-left: 10px;
}
.ux2-component .external__pricing__net-content:before {
    content: "(";} .ux2-component .external__pricing__net-content:after{content:")";
}
.ux2-component .external__pricing__price--strikethrough {
    width: 100%;
    color: #1a1a1a;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-flex: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    text-decoration: line-through;
}
.ux2-component .external__pricing__vat-hint {
    -ms-flex-order: 3;
    order: 3;
    padding-left: 5px;
    font-size: 0.9em;
}
.ux2-component .external__pricing__ecotax {
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
}
.ux2-wrapper .template-button-drop-down {
    position: relative;
    height: 64px;
    padding: 0 24px;
    border: 0;
    font-size: 0;
    transition: border 0.2s linear, background 0.2s linear, color 0.2s linear;
    background-color: #DC1E1E;
    border-radius: 8px;
    color: #fff;
    text-transform: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.ux2-wrapper .template-button-drop-down:hover {
    background-color: #191919;
    text-decoration: none;
}
.ux2-wrapper .template-button-drop-down .template-border {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    border-color: #b9b7b2;
}
.ux2-wrapper .template-button-drop-down .template-border svg {
    height: 100%;
    width: 100%;
    overflow: visible !important;
    display: none;
}
.ux2-wrapper .template-button-drop-down .template-menu-arrow-down {
    margin-left: 15px;
    border-color: #dc1e1e;
    vertical-align: top;
    color: #dc1e1e;
    display: none;
}
.ux2-wrapper .template-full-color-button {
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 2px;
    outline: 0;
    text-align: left;
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat-x 50% #dc1e1e;
    transition: background 0.2s linear;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    background: none;
}
.ux2-wrapper .template-full-color-button:hover {
    background-color: #ac0f0f;
    text-decoration: none;
    background: none;
}
.ux2-wrapper .template-full-color-button .template-label .template-label-text {
    padding-top: 2px;
    color: black;
    text-transform: none;
    font-family: "din", sans-serif;
    font-size: 16px;
    transition: color 0.1s linear;
}
.ux2-wrapper .template-full-color-button .template-label .template-label-text:hover {
    color: #DC1E1E;
}
.ux2-wrapper .template-full-color-button .template-icon {
    height: 100%;
    width: 64px;
    display: -ms-flexbox;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}
.ux2-wrapper .component-button-play {
    height: 128px;
    width: 128px;
    position: relative;
    margin: 0 auto;
    padding: 0;
    border: 0;
    outline: 0;
    text-align: center;
    background: none;
    overflow: visible;
}
.ux2-wrapper .component-button-play:hover {
    background-color: transparent;
}
.ux2-wrapper .component-button-play:hover .border-icon {
    animation: rotate-360-cw 5s cubic-bezier(0.25,.25,0.75,.75) infinite;
}
.ux2-wrapper .component-button-play:hover .border-icon svg {
    transform: scale(0.9);
}
.ux2-wrapper .component-button-play:hover.filled-red-hover .background {
    opacity: 1;
    visibility: visible;
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat 50% #191919;
}
.ux2-wrapper .component-button-play:hover.filled-red-hover:after {
    opacity: 0;
    visibility: hidden;
}
.ux2-wrapper .component-button-play:hover.filled-red-hover .play-icon {
    color: #fbf8f2;
}
.ux2-wrapper .component-button-play:after {
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    content: "";
    display: block;
    position: absolute;
    border: none;
    border-radius: 50%;
    opacity: 1;
    visibility: visible;
    transition: visibility 0.2s, opacity 0.2s linear;
}
.ux2-wrapper .component-button-play .background {
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    position: absolute;
    display: block;
    border-radius: 100%;
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat 50% #dc1e1e;
    transition: visibility 0.2s, opacity 0.2s linear, background-color 0.2s;
}
.ux2-wrapper .component-button-play .border-icon {
    color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: top 0.6s cubic-bezier(0.19,1,0.22,1), right 0.6s cubic-bezier(0.19,1,0.22,1), bottom 0.6s cubic-bezier(0.19,1,0.22,1), left 0.6s cubic-bezier(0.19,1,0.22,1);
}
.ux2-wrapper .component-button-play .border-icon,
.ux2-wrapper .component-button-play .border-icon svg {
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: transform 0.2s cubic-bezier(0.25,.25,0.75,.75);
    position: absolute;
}
.ux2-wrapper .component-button-play .play-icon {
    display: inline-block;
    padding: 1px 0 0 2px;
    position: relative;
    vertical-align: middle;
}
.ux2-wrapper .component-button-play .play-icon,
.ux2-wrapper .component-button-play .play-icon svg {
    height: 28px;
    width: 22px;
}
.ux2-wrapper .component-button-play .play-icon svg {
    display: block;
}
@media(max-width: 767px) {
    .ux2-wrapper .component-button-play {
        height: 78px;
        width: 78px;
    }
    .ux2-wrapper .component-button-play:hover .border-icon {
        animation: rotate-360-cw 5s cubic-bezier(0.25,.25,0.75,.75) infinite;
    }
    .ux2-wrapper .component-button-play .border-icon {
        top: -3px;
        bottom: -3px;
        left: -3px;
        right: -3px;
    }
    .ux2-wrapper .component-button-play:before {
        border-color: #fbf8f2;
    }
    .ux2-wrapper .component-button-play:after {
        top: 3px;
        bottom: 3px;
        left: 3px;
        right: 3px;
    }
    .ux2-wrapper .component-button-play .play-icon {
        padding: 1px 0 0 2px;
    }
    .ux2-wrapper .component-button-play .play-icon,
    .ux2-wrapper .component-button-play .play-icon svg {
        height: 18px;
        width: 14px;
    }
}
.ux2-wrapper .button-circle.is-disabled,
.ux2-wrapper .button-circle[disabled] {
    pointer-events: none;
    opacity: 0;
}
.ux2-wrapper .button-circle:after {
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    content: "";
    position: absolute;
    border: 1px solid #dc1e1e;
    border-radius: 50%;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s linear, transform 0.4s cubic-bezier(0.95,.05,0.795,.035);
    display: none;
}
.ux2-wrapper .button-circle .border-icon,
.ux2-wrapper .button-circle .border-icon svg {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    display: none;
    stroke: rgba(220, 30, 30, .8);
}
.ux2-wrapper .component-round-share-buttons {
    width: auto;
    position: relative;
    display: inline-block;
}
.ux2-wrapper .component-round-share-buttons .template-round-share-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: absolute;
    bottom: 100%;
    left: 0;
    font-size: 0;
    z-index: 5;
    margin: 0;
    padding: 0;
}
.ux2-wrapper .component-round-share-buttons .template-round-share-buttons .share-button-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: block;
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s cubic-bezier(0.25,.25,0.75,.75), visibility 0 cubic-bezier(0.25,.25,0.75,.75) 0.2s;
}
.ux2-component.template-featured-product-grid-v2 {
    position: relative;
    height: 555px;
    margin: auto;
}
.ux2-component.template-featured-product-grid-v2 * {
    box-sizing: border-box;
}
@media(max-width: 1024px) {
    .ux2-component.template-featured-product-grid-v2 {
        padding: 0;
    }
}
@media(max-width: 767px) {
    .ux2-component.template-featured-product-grid-v2 {
        padding: 0 32px;
    }
}
.ux2-component.template-featured-product-grid-v2 .template-content {
    width: 100%;
    margin: 0;
}
@media(max-width: 1024px) {
    .ux2-component.template-featured-product-grid-v2 .template-content {
        padding: 0;
        width: 100%;
    }
}
@media(max-width: 767px) {
    .ux2-component.template-featured-product-grid-v2 .template-content {
        display: none;
    }
}
.ux2-component.template-featured-product-grid-v2 .template-component-carousel-card-v2 {
    width: 100%;
    margin: 0;
    position: absolute;
}
@media(max-width: 1024px) {
    .ux2-component.template-featured-product-grid-v2 .template-component-carousel-card-v2 {
        width: 100%;
    }
}
@media(max-width: 767px) {
    .ux2-component.template-featured-product-grid-v2 .template-component-carousel-card-v2 {
        position: relative;
        left: auto;
        right: auto;
        margin: auto;
        width: 100%;
    }
}
.ux2-component.template-featured-product-grid-v2 .template-component-carousel-card-v2 .template-accessories-list-wrapper {
    overflow: visible;
    width: calc(100% - 128px) !important
}
.ux2-component.template-featured-product-grid-v2 .template-component-carousel-card-v2 .template-accessories-list-wrapper .previous {
    left: auto;
    right: 100%;
    transform: translate(100%, -50%);
}
.ux2-component.template-featured-product-grid-v2 .template-component-carousel-card-v2 .template-accessories-list-wrapper .next {
    left: 100%;
    right: auto;
    transform: translate(-100%, -50%);
}
.ux2-component.template-featured-product-grid-v2 .template-component-carousel-card-v2 .template-accessories-list-wrapper .template-accessories-overflow-hidden {
    width: calc(100% - 16px);
    margin-left: 8px;
    overflow: hidden;
}
.ux2-component.template-featured-product-grid-v2 .template-accessories-list {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    display: flex;
}
.ux2-component.template-featured-product-grid-v2 .template-accessories-list * {
    box-sizing: border-box;
}
@media(max-width: 767px) {
    .ux2-component.template-featured-product-grid-v2 .template-content {
        padding: 0 10px;
        width: 95%;
        margin-bottom: 32px;
    }
    .ux2-component.template-featured-product-grid-v2 .template-accessories-list {}
    .ux2-component.template-featured-product-grid-v2 .template-accessory-item {
        margin-bottom: 15px;
    }
    .ux2-component.template-featured-product-grid-v2 .template-component-carousel-card-v2 .template-accessories-list-wrapper {
        width: 100% !important;
        display: block;
    }
}
@media print {
    .ux2-component.template-featured-product-grid-v2 {
        display: none;
    }
}
.ux2-wrapper .template-content-intro-v2 {
    padding-bottom: 0.1px;
    width: 100%;
    text-align: center;
    position: relative;
}
.ux2-wrapper .template-content-intro-v2 .template-content-image {
    display: none;
}
.ux2-wrapper .template-content-intro-v2.template-bigger h3 {
    padding-top: 0.5em;
    font-size: 52px;
    text-transform: none;
}
.ux2-wrapper .template-content-intro-v2.template-bigger h2 {
    padding-top: 16px;
    font-size: 18px;
    font-family: "din", sans-serif;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.ux2-wrapper .template-content-intro-v2 .tagline {
    display: block;
    padding-bottom: 0.5em;
}
.ux2-wrapper .template-content-intro-v2 .title {
    display: block;
    padding-top: 0 !important;
}
.ux2-wrapper .template-content-intro-v2 .title:not(:last-child) {
    padding-bottom: 0.33333em;
}
@media(max-width: 767px) {
    .ux2-wrapper .template-content-intro-v2 {
        display: none;
    }
}
.ux2-wrapper .template-component-carousel-card-v2 {
    font-size: 0;
}
.ux2-wrapper .template-component-carousel-card-v2 * {
    box-sizing: border-box;
}
.ux2-wrapper .template-component-carousel-card-v2.no-controls .button-circle {
    display: none;
}
.ux2-wrapper .template-component-carousel-card-v2.no-controls .template-accessories-list {
    padding-right: 0;
}
.ux2-wrapper .template-component-carousel-card-v2 .template-accessories-list {
    max-width: 100%;
    min-width: 100%;
}
.ux2-wrapper .template-component-carousel-card-v2 .template-accessories-list-wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.ux2-wrapper .template-component-carousel-card-v2 .button-circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: #DC1E1E;
    border-radius: 360px;
}
.ux2-wrapper .template-component-carousel-card-v2 .button-circle:hover {
    background-color: #191919;
}
.ux2-wrapper .template-component-carousel-card-v2 .button-circle:hover .arrow svg {
    fill: white;
}
.ux2-wrapper .template-component-carousel-card-v2 .button-circle.previous {
    left: -32px;
}
.ux2-wrapper .template-component-carousel-card-v2 .button-circle.next {
    right: -32px;
}
.ux2-wrapper .template-component-carousel-card-v2 .template-accessories-list {
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 0;
    padding: 0;
}
.ux2-wrapper .template-component-carousel-card-v2 .template-accessory-item {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 425px;
    vertical-align: top;
    margin: 0 16px;
    padding-bottom: 1px;
    max-width: calc(33.33333333333% - 32px);
    overflow: hidden;
}
@media(max-width: 767px) {
    .ux2-wrapper .template-component-carousel-card-v2 .template-accessory-item {
        max-width: calc(50% - 32px);
    }
}
@media(max-width: 1320px) {
    .ux2-wrapper .template-component-carousel-card-v2 .template-accessory-item {
        max-width: calc(50% - 32px);
    }
}
.ux2-wrapper .template-component-carousel-card-v2 .template-accessory-inner-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 32px;
    border: none;
    background-color: #f5f5f5;
}
.ux2-wrapper .template-component-carousel-card-v2 .template-accessory-inner-item .template-image {
    position: relative;
    width: 100%;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.ux2-wrapper .template-component-carousel-card-v2 .template-accessory-inner-item .template-image:before {
    content: "";
    display: block;
    padding-top: 90%;
}
.ux2-wrapper .template-component-carousel-card-v2 .template-accessory-inner-item .template-component-button {
    z-index: 1;
}
.ux2-wrapper .template-component-carousel-card-v2 .template-product-set {
    position: relative;
}
.ux2-wrapper .template-component-carousel-card-v2 .template-product-set .template-image {
    padding-bottom: 55px;
    cursor: default;
    position: absolute;
    right: -25%;
    bottom: -25%;
}
.ux2-wrapper .template-component-carousel-card-v2 .template-product-set .template-product-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding-bottom: 1px;
    z-index: 1;
}
.ux2-wrapper .template-component-carousel-card-v2 .template-product-set .product-title-price {
    padding-bottom: 12px;
    padding-right: 8px;
}
.ux2-wrapper .template-component-carousel-card-v2 .template-product-set .template-sub-heading {
    cursor: auto;
}
.ux2-wrapper .template-component-carousel-card-v2 .template-product-set .template-component-button .template-sub-heading {
    border-bottom: #DC1E1E solid 1px;
    cursor: pointer;
}
.ux2-wrapper .template-component-carousel-card-v2 .template-bullets {
    display: block;
    padding-top: 24px;
    padding-bottom: 30px;
}
@media(max-width: 1024px) {
    .ux2-wrapper .template-component-carousel-card-v2 {
        width: 100%;
    }
}
@media(max-width: 1460px) {
    .ux2-wrapper .template-component-carousel-card-v2 .button-circle.previous {
        left: -16px;
    }
    .ux2-wrapper .template-component-carousel-card-v2 .button-circle.next {
        right: -16px;
    }
}
@media(max-width: 1024px) {
    .ux2-wrapper .template-component-carousel-card-v2 .template-accessory-item {
        width: 50%;
    }
}
@media(max-width: 767px) {
    .ux2-wrapper .template-component-carousel-card-v2 {
        padding: 0;
    }
    .ux2-wrapper .template-component-carousel-card-v2 .template-accessories-list-wrapper {
        width: 288px;
        position: relative;
        margin: 0 auto;
        overflow: visible;
        display: flex;
        max-width: 100%;
    }
    .ux2-wrapper .template-component-carousel-card-v2 .button-circle {
        display: none;
    }
    .ux2-wrapper .template-component-carousel-card-v2 .template-accessories-list {
        padding: 0;
    }
    .ux2-wrapper .template-component-carousel-card-v2 .template-accessories-list li {
        width: 100% !important;
        max-width: 100%;
        margin: 0;
        padding: 0;
        border: 8px solid white;
    }
    .ux2-wrapper .template-component-carousel-card-v2 .template-accessory-item {
        padding: 0 8px;
        margin-right: 0;
    }
    .ux2-wrapper .template-component-carousel-card-v2 .template-accessory-item:not(:first-child) {
        margin-left: 0;
    }
    .ux2-wrapper .template-component-carousel-card-v2 .template-accessory-inner-item {
        padding: 16px;
        width: 100%;
    }
    .ux2-wrapper .template-component-carousel-card-v2 .template-bullets {
        display: block;
        padding-top: 24px;
        padding-bottom: 30px;
    }
    .ux2-wrapper .template-component-carousel-card-v2 .template-accessory-inner-item .template-image {
        bottom: 0;
        right: 0;
        padding-bottom: 0;
        top: 50%;
    }
}
.ux2-wrapper .component-button-icon-breadcrumbs {
    white-space: nowrap;
    background: none;
    border: 0;
    padding: 0;
    color: inherit;
    transition: color 0.2s linear;
    text-decoration: none;
    cursor: pointer;
}
.ux2-wrapper .component-button-icon-breadcrumbs:hover .template-border-icon {
    opacity: 0;
}
.ux2-wrapper .component-button-icon-breadcrumbs:hover .template-border-icon circle {
    stroke: none;
}
.ux2-wrapper .component-button-icon-breadcrumbs:hover .template-icon-background {
    opacity: 1;
}
.ux2-wrapper .component-button-icon-breadcrumbs .breadcrumbs-item {
    font-family: 'din', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    text-decoration: none;
    position: relative;
    margin: 0 !important;
    transition: color 0.2s linear;
}
.ux2-wrapper .component-button-icon-breadcrumbs .breadcrumbs-item:after {
    content: "/";
    display: inline-block;
    position: relative;
    top: 1px;
    font-size: 16px;
    font-weight: bold;
    color: #dc1e1e;
    margin: 0 4px 0 8px;
}
.ux2-wrapper .component-button-icon-breadcrumbs .breadcrumbs-item:last-child:after {
    display: none;
}
.ux2-wrapper .component-button-icon-breadcrumbs .breadcrumbs-item:hover {
    color: #dc1e1e;
    text-decoration: none;
}
.ux2-wrapper .component-button-icon-breadcrumbs .template-icon-wrapper {
    display: none;
}
.ux2-wrapper .component-button-icon-breadcrumbs .template-icon svg {
    height: 26px;
    width: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ux2-wrapper .component-button-icon-breadcrumbs .template-border-icon {
    transition: opacity 0.2s linear;
}
.ux2-wrapper .component-button-icon-breadcrumbs .template-border-icon,
.ux2-wrapper .component-button-icon-breadcrumbs .template-border-icon svg {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    display: none;
}
.ux2-wrapper .component-button-icon-breadcrumbs .template-border-icon circle {
    stroke: #b9b7b2 !important;
}
.ux2-wrapper .component-button-icon-breadcrumbs .template-icon-background {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 50%;
    background: url('/component-assets/images/base/texture/texture-titles-white.png') 50% no-repeat #191919;
    opacity: 0;
    transition: opacity 0.2s linear;
}
.ux2-wrapper .component-button-icon-breadcrumbs .template-label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: currentColor;
}
.ux2-component.template-recipe-carousel-medium-v2 {
    margin-bottom: 0;
    min-height: 425px;
    background-color: #191919;
}
.ux2-component.template-recipe-carousel-medium-v2 * {
    box-sizing: border-box;
}
.ux2-component.template-recipe-carousel-medium-v2 .background {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000 no-repeat 50%;
    background-size: cover;
}
.ux2-component.template-recipe-carousel-medium-v2 .template-block-content-wrapper {
    position: absolute;
    text-align: left;
    width: 25%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ux2-component.template-recipe-carousel-medium-v2 .template-block-content-wrapper h2 {
    position: absolute;
    bottom: 100%;
    font-family: "weber-serif", serif;
    font-size: 44px;
}
.ux2-component.template-recipe-carousel-medium-v2 .template-block-content-wrapper h3 {
    top: 100%;
    padding-top: 0.33333em !important;
}
@media(max-width: 767px) {
    .ux2-component.template-recipe-carousel-medium-v2 .background {
        top: 204.8px;
    }
    .ux2-component.template-recipe-carousel-medium-v2 .template-block-content-wrapper {
        display: none;
    }
}
@media print {
    .ux2-component.template-recipe-carousel-medium-v2 {
        display: none;
    }
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 {
    position: relative;
    width: 100%;
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 * {
    box-sizing: border-box;
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-wrapper {
    margin-left: 96px;
    margin-right: 96px;
    max-width: 1536px;
    position: relative;
    margin-top: 32px;
    overflow: hidden;
    width: 66%;
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-wrapper * {
    box-sizing: border-box;
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-wrapper .carousel-item {
    display: inline;
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-wrapper .carousel-item:nth-child(1) {
    left: 0;
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-wrapper .carousel-item:nth-child(2) {
    left: 100%;
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-wrapper .carousel-item:nth-child(3) {
    left: 200%;
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-wrapper .carousel-item:nth-child(4) {
    left: 300%;
}
@media(max-width: 1024px) {
    .ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-wrapper {
        margin-left: 32px;
    }
}
@media(max-width: 767px) {
    .ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-wrapper {
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        margin-top: 32px;
    }
    .ux2-wrapper .component-carousel-recipes-twoSlot-v2 .button-circle {
        display: none;
    }
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-polaroid-navigation {
    font-family: "din", sans-serif;
    font-weight: 600;
    width: 66%;
    position: absolute;
    left: 96px;
    top: 50%;
}
@media(max-width: 1024px) {
    .ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-polaroid-navigation {
        left: 32px;
    }
}
@media(max-width: 767px) {
    .ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-polaroid-navigation {
        display: none;
    }
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-polaroid-navigation .arrow {
    border: none;
    height: 45px;
    width: 45px;
    cursor: pointer;
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-polaroid-navigation .arrow.button-circle {
    background-color: #DC1E1E;
    border-radius: 360px;
    box-shadow: 0 0 0 3pt #191919;
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-polaroid-navigation .arrow.button-circle:hover {
    background-color: #191919;
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-polaroid-navigation .arrow.button-circle:focus {
    background-color: #191919;
    filter:drop-shadow(0 0 2px #000);
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .arrow:hover svg {
    fill: white;
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-polaroid-navigation .js-button-previous {
    position: absolute;
    left: -16px;
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-polaroid-navigation .js-button-next {
    position: absolute;
    right: -16px;
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-polaroid-navigation .arrow.is-disabled {
    opacity: 0;
    display: none;
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-counter {
    color: #fff;
    display: none;
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .border-icon,
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .button-circle:after {
    display: none;
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .arrow svg {
    color: #fff;
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .arrow.next svg {
    color: #fff;
    transform: rotate(180deg);
}
@media print {
    .ux2-wrapper .component-carousel-recipes-twoSlot-v2 {
        display: none;
    }
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-list {
    height: 448px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-item .component-recipe-card .recipe-card-content {
    height: 320px;
    margin-top: 64px;
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-item .component-recipe-card .recipe-card-content:focus-within .recipe-card-background {
    opacity: .5;
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-item .component-recipe-card .recipe-card-content .recipe-card-background:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    background: linear-gradient(0deg,rgba(26,26,26,.2),rgba(26,26,26,0) 60%);
}
.ux2-wrapper .component-recipe-card .recipe-card-background {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-size: cover;
}
.ux2-wrapper .component-recipe-card .recipe-card-content {
    height: 320px;
    width: 100%;
    display: inline-block;
    position: relative;
    border-radius: 0;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
}
.ux2-component.template-recipe-hero-v2 {
    position: relative;
    width: 100%;
}
.ux2-component.template-recipe-hero-v2 * {
    box-sizing: border-box;
}
.ux2-component.template-recipe-hero-v2 .template-background-image {
    display: none;
    /*    position:absolute;
width:100%;
height:calc(100% - 80px);
min-height:704px;
background-size:cover;
background-position:50%;
background-color:#1a1a1a;
background-image:none!important;
clip-path:none!important;*/
}
@media print {
    .ux2-component.template-recipe-hero-v2 .template-background-image {
        display: none;
    }
}
.ux2-component.template-recipe-hero-v2 .component-button-icon-breadcrumbs {
    position: absolute;
    top: 40px;
    left: 40px;
    text-decoration: none;
    color: #fbf8f2;
    z-index: 7;
}
.ux2-component.template-recipe-hero-v2 .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*max-width:1280px;*/
    width: 100%;
    /*    padding:64px 32px 128px;
margin-left:auto;
margin-right:auto;*/
    margin-bottom: 0;
}
.ux2-component.template-recipe-hero-v2 .attributes-wrapper .attributes {
    padding: 0;
    margin: 0;
}
.ux2-component.template-recipe-hero-v2 .attributes-wrapper .attributes .attribute-item {
    display: inline-block;
    text-align: left;
    padding: 0;
}
.ux2-component.template-recipe-hero-v2 .attributes-wrapper .attributes .attribute-item .label {
    font-family: "din", sans-serif;
    color: #fbf8f2;
    font-size: 17px;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
    font-weight: 600;
}
.ux2-component.template-recipe-hero-v2 .attributes-wrapper .attributes .attribute-item .copy {
    font-family: "weber-serif", sans-serif;
    color: #fbf8f2;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}
.ux2-component.template-recipe-hero-v2 .attributes-wrapper.desktop {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
}
.ux2-component.template-recipe-hero-v2 .attributes-wrapper.desktop .attributes {
    margin: 0 auto;
    padding: 0 32px;
}
.ux2-component.template-recipe-hero-v2 .attributes-wrapper.desktop .attributes .attribute-item {
    display: block;
    max-width: none;
    text-align: left;
    border-bottom: 1px dashed #fff;
    padding: 0;
    margin-bottom: 12px;
}
.ux2-component.template-recipe-hero-v2 .attributes-wrapper.desktop .attributes .attribute-item .copy,
.ux2-component.template-recipe-hero-v2 .attributes-wrapper.desktop .attributes .attribute-item .label {
    display: inline-block;
    font-family: "din", sans-serif;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}
.ux2-component.template-recipe-hero-v2 .attributes-wrapper.desktop .attributes .attribute-item .label {
    margin-right: 8px;
}
.ux2-component.template-recipe-hero-v2 .attributes-wrapper.desktop .attributes .attribute-item:last-child {
    border: none;
    padding-right: 0;
}
.ux2-component.template-recipe-hero-v2 .attribute-wrapper.mobile {
    display: none;
}
.ux2-component.template-recipe-hero-v2 .left-block {
    position: relative;
    width: 40%;
    font-family: "weber-serif", sans-serif;
    color: #fbf8f2;
    padding: 64px 32px;
}
.ux2-component.template-recipe-hero-v2 .left-block .recipe-actions {
    display: none;
    list-style: none;
    margin: 21.33333px 0;
    padding: 0;
}
.ux2-component.template-recipe-hero-v2 .left-block .recipe-subtitle {
    font-size: 30px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
}
.ux2-component.template-recipe-hero-v2 .left-block .recipe-heading {
    font-family: "weber-serif", sans-serif;
    font-size: 62px;
    line-height: 62px;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 24px;
    color: white;
    padding-top: 64px;
    -webkit-font-smoothing: antialiased;
}
.ux2-component.template-recipe-hero-v2 .left-block .fuel-type {
    font-family: "din", sans-serif;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.ux2-component.template-recipe-hero-v2 .left-block .fuel-type .fuel-type-text {
    color: #ffad31;
    margin-left: 10px;
    margin-right: 10px;
}
.ux2-component.template-recipe-hero-v2 .left-block .fuel-type.nodifficulty {
    margin-top: 40px;
}
.ux2-component.template-recipe-hero-v2 .left-block .fuel-type .component-drop-down-button .template-menu-arrow-down {
    margin-left: 0;
    border-color: #fbf8f2;
    color: #fbf8f2;
    height: 24px;
    width: 24px;
}
.ux2-component.template-recipe-hero-v2 .left-block .fuel-type .component-drop-down-button .template-menu-arrow-down:hover .template-arrow-wrapper {
    transform: translateY(50%);
    transition: transform 0.6s cubic-bezier(0.19,1,0.22,1);
}
.ux2-component.template-recipe-hero-v2 .left-block .fuel-type .component-drop-down-button .template-button-drop-down {
    height: 0;
    padding: 0;
    outline: 0;
}
.ux2-component.template-recipe-hero-v2 .left-block .fuel-type .component-drop-down-button .drop-down-item-button {
    padding: 15px 54px 5px 25px;
}
.ux2-component.template-recipe-hero-v2 .right-block {
    width: 60%;
}
.ux2-component.template-recipe-hero-v2 .right-block .image {
    width: 100%;
    max-height: 576px;
    display: block;
    position: relative;
    background-size: cover;
    background-position: 50%;
}
.ux2-component.template-recipe-hero-v2 .right-block .image:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(26, 26, 26, 0.5) 0, rgba(26, 26, 26, 0) 100%)
}
.ux2-component.template-recipe-hero-v2 .right-block .image:before {
    content: "";
    display: block;
    padding-top: 200%;
}
/*.ux2-component.template-recipe-hero-v2 .right-block .image:after {
position:absolute;
content: "";
top:0;
left:0;
right:0;
bottom:0;
background-color: red;
}*/
.ux2-component.template-recipe-hero-v2 .right-block .share-attributes {
    position: absolute;
    top: 21.33333px;
    right: 21.33333px;
    z-index: 1;
}
.ux2-component.template-recipe-hero-v2 .right-block .share-attributes .template-social-share {
    margin-bottom: 21.33333px;
}
.ux2-component.template-recipe-hero-v2 .right-block .share-attributes .template-social-share:focus {
    background: url(/component-assets/images/base/texture/texture-titles-white.png) repeat 50% #ac0f0f;
    filter: drop-shadow(0px 0px 2px #000);
}
.ux2-component.template-recipe-hero-v2 .right-block .component-button-play,
.ux2-component.template-recipe-hero-v2 .right-block .recipe-image-video-icon {
    height: 70px;
    width: 70px;
}
.ux2-component.template-recipe-hero-v2 .right-block .recipe-image-video-icon {
    position: absolute;
    bottom: 24px;
    left: 32px;
    z-index: 1;
}
.ux2-component.template-recipe-hero-v2 .right-block .component-button-play {
    position: relative;
    bottom: 0;
    left: 0;
    top: auto;
    transform: translate(0, 0);
}
@media(max-width: 1023px) {
    .ux2-component.template-recipe-hero-v2 .left-block .recipe-heading {
        font-size: 42px;
        line-height: 48px;
    }
}
@media(max-width: 767px) {
    .ux2-component.template-recipe-hero-v2 .left-block {
        width: 47.36842%;
        padding-right: 32px;
    }
    .ux2-component.template-recipe-hero-v2 .left-block .recipe-heading {
        font-size: 32px;
        line-height: 38px;
        margin: 0 0 6px;
        padding-top: 0;
    }
    .ux2-component.template-recipe-hero-v2 .right-block {
        width: 52.63158%;
    }
    .ux2-component.template-recipe-hero-v2 .attribute-wrapper.mobile {
        display: block;
    }
    .ux2-component.template-recipe-hero-v2 .template-background-image {
        height: 100%;
    }
    .ux2-component.template-recipe-hero-v2 .fuel-type {
        margin-bottom: 10px;
    }
}
.ux2-component.template-recipe-hero-v2 .template-button-circle-solid-reversed .template-share-icon-wrapper {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -4px;
    height: 100%;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media(max-width: 767px) {
    .ux2-component.template-recipe-hero-v2 .component-button-icon-breadcrumbs {
        display: none;
    }
    .ux2-component.template-recipe-hero-v2 .content {
        padding: 16px;
    }
    .ux2-component.template-recipe-hero-v2 .left-block {
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        text-align: left;
        padding: 0 16px;
    }
    .ux2-component.template-recipe-hero-v2 .left-block .recipe-subtitle {
        padding-bottom: 0;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .ux2-component.template-recipe-hero-v2 .left-block .recipe-subtitle:after {
        display: none;
    }
    .ux2-component.template-recipe-hero-v2 .left-block .recipe-actions {
        display: -ms-flexbox;
        display: flex;
    }
    .ux2-component.template-recipe-hero-v2 .right-block {
        -ms-flex-order: 0;
        order: 0;
        width: 100%;
    }
    .ux2-component.template-recipe-hero-v2 .right-block .image {
        position: relative;
        margin-bottom: 30px;
    }
    .ux2-component.template-recipe-hero-v2 .right-block .image:before {
        content: "";
        display: block;
        padding-top: 55.55556%;
    }
    .ux2-component.template-recipe-hero-v2 .attributes-wrapper.desktop,
    .ux2-component.template-recipe-hero-v2 .right-block .component-round-share-buttons-reversed {
        display: none;
    }
    .ux2-component.template-recipe-hero-v2 .attribute-wrapper.mobile {
        display: block;
    }
    .ux2-component.template-recipe-hero-v2 .attribute-wrapper.mobile .attributes {
        display: -ms-flexbox;
        display: flex;
    }
    .ux2-component.template-recipe-hero-v2 .attribute-wrapper.mobile .attributes .attribute-item {
        width: 50%;
        text-align: center;
        list-style: none;
    }
    .ux2-component.template-recipe-hero-v2 .attribute-wrapper.mobile .attributes .attribute-item:first-child {
        margin-top: 5px;
    }
    .ux2-component.template-recipe-hero-v2 .attribute-wrapper.mobile .attributes .attribute-item .label {
        font-family: "din", sans-serif;
        color: #fbf8f2;
        font-size: 17px;
        margin: 0;
        text-transform: uppercase;
        padding-bottom: 10px;
        letter-spacing: 0.1em;
        font-weight: 600;
    }
    .ux2-component.template-recipe-hero-v2 .attribute-wrapper.mobile .template-round-share-buttons-reversed.template-round-share-buttons {
        padding-top: 10px;
    }
    .ux2-component.template-recipe-hero-v2 .attribute-wrapper.mobile .component-round-share-buttons-reversed .template-round-share-buttons-reversed {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: 60px;
    }
}
@media print {
    .ux2-component.template-recipe-hero-v2 {
        -webkit-print-color-adjust: exact !important;
        max-width: 100% !important;
    }
    .ux2-component.template-recipe-hero-v2 .component-button-icon-breadcrumbs {
        display: none;
    }
    .ux2-component.template-recipe-hero-v2 .content {
        padding: 0;
        max-width: 100%;
    }
    .ux2-component.template-recipe-hero-v2 .right-block .image {
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
    }
}
.ux2-wrapper .component-drop-down-button-alt {
    position: relative;
    display: block;
    white-space: nowrap;
}
.ux2-wrapper .component-drop-down-button-alt .component-button-label-wrapper {
    background-color: hsla(40, 53%, 97%, 0.3);
    border-radius: 18px;
    padding: 4px 8px;
    margin-bottom: 0;
    transition: margin 0.2s cubic-bezier(0.25,.25,0.75,.75), border-radius 0.2s cubic-bezier(0.25,.25,0.75,.75);
}
.ux2-wrapper .component-drop-down-button-alt .component-button-label-wrapper .template-icon-menu-arrow-down {
    padding: 6px 0 5px;
}
.ux2-wrapper .component-drop-down-button-alt:hover {
    cursor: pointer;
}
.ux2-wrapper .component-drop-down-button-alt .drop-down-list {
    display: inline-block;
    position: absolute;
    top: 100%;
    right: 0;
    list-style: none;
    padding: 0;
    background: hsla(40, 53%, 97%, 0.3);
    border-radius: 18px 0 18px 18px;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    transition: opacity 0.2s cubic-bezier(0.25,.25,0.75,.75), visibility 0 cubic-bezier(0.25,.25,0.75,.75) 0.2s;
}
.ux2-wrapper .component-drop-down-button-alt .drop-down-item:not(:first-child) {
    border-top: 1px dashed hsla(40, 53%, 97%, 0.4);
}
.ux2-wrapper .component-drop-down-button-alt .drop-down-item-button {
    display: block;
    position: relative;
    width: 100%;
    min-width: 240px;
    padding: 18px 16px 16px;
    margin: 0;
    border: 0;
    text-align: left;
    color: #fbf8f2;
    text-decoration: none;
    font-family: "din", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.ux2-wrapper .component-drop-down-button-alt .drop-down-item-button:hover {
    color: #dc1e1e;
}
.ux2-wrapper .component-drop-down-button-alt .drop-down-item-button .label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -0.375em;
    transition: color 0.2s cubic-bezier(0.25,.25,0.75,.75);
    color: currentColor;
}
.ux2-wrapper .component-drop-down-button-alt .template-menu-arrow-down {
    border: none;
    margin-left: 10px;
}
.ux2-wrapper .component-drop-down-button-alt .template-menu-arrow-down .template-arrow-wrapper,
.ux2-wrapper .component-drop-down-button-alt .template-menu-arrow-down .template-arrow-wrapper .template-icon {
    height: 100%;
}
.ux2-wrapper .component-drop-down-button-alt .template-menu-arrow-down .template-arrow-wrapper .template-icon .template-icon-menu-arrow-down {
    padding: 0;
}
.ux2-wrapper .component-drop-down-button .drop-down-list {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 0;
    background: #333132;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    transition: opacity 0.2s cubic-bezier(0.25,.25,0.75,.75), visibility 0 cubic-bezier(0.25,.25,0.75,.75) 0.2s;
}
.ux2-wrapper .component-drop-down-button .drop-down-item:not(:first-child) {
    border-top: none;
}
.ux2-wrapper .fuel-type .component-drop-down-button .down-facing-chevron:after {
    position: absolute;
    content: '▼';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    background-color: #dc1e1e;
    transition: background-color, 0.2s;
}
.ux2-wrapper .fuel-type .component-drop-down-button .down-facing-chevron:after {
    cursor: pointer;
    height: 25px;
    width: 25px;
}
.ux2-wrapper .fuel-type .component-drop-down-button .down-facing-chevron:hover:after,
.ux2-wrapper .fuel-type .component-drop-down-button:focus-within .down-facing-chevron:after {
    background-color: #191919;
}
.ux2-wrapper .fuel-type .component-drop-down-button:focus-within .down-facing-chevron:after {
    filter: drop-shadow(0 0 2px #000);
    background-color: #000;
}
.ux2-wrapper .fuel-type .component-drop-down-button:focus-within:after {
    background-color: #191919;
    filter: drop-shadow(0 0 2px #000);
}
.js-open-video-gallery {
    display: none;
}
.ux2-wrapper .template-button-circle-solid-reversed {
    height: 72px;
    width: 72px;
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 50%;
    display: block;
    color: #fbf8f2;
    outline: 0;
    text-align: center;
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat 50% hsla(40, 53%, 97%, 0.3);
    transition: background-color 0.2s linear;
    overflow: hidden;
    cursor: pointer;
}
.ux2-wrapper .template-button-circle-solid-reversed svg {
    fill: #fbf8f2;
}
.ux2-wrapper .template-button-circle-solid-reversed:hover {
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat 50% #dc1e1e;
}
.ux2-wrapper .template-button-circle-solid-reversed .template-share-icon-wrapper {
    display: inline-block;
    margin-left: -4px;
    color: #fbf8f2;
}
.ux2-wrapper .template-button-circle-solid-reversed .template-share-icon-wrapper svg {
    height: 33px;
    width: 33px;
}
@media(max-width: 767px) {
    .ux2-wrapper .template-button-circle-solid-reversed {
        height: 48px;
        width: 48px;
    }
    .ux2-wrapper .template-button-circle-solid-reversed .template-share-icon-wrapper svg {
        height: 28px;
        width: 28px;
    }
}
.ux2-wrapper .component-round-share-buttons-reversed {
    width: auto;
    position: relative;
    display: inline-block;
}
.ux2-wrapper .component-round-share-buttons-reversed .template-round-share-buttons-reversed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%) translateX(-100%);
    right: auto;
    font-size: 0;
    z-index: 5;
}
.ux2-wrapper .component-round-share-buttons-reversed .template-round-share-buttons-reversed .share-button-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: block;
    margin-right: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s cubic-bezier(0.25,.25,0.75,.75), visibility 0 cubic-bezier(0.25,.25,0.75,.75) 0.2s;
}
.ux2-component.template-recipe-split-block-v2 * {
    box-sizing: border-box;
}
.ux2-component.template-recipe-split-block-v2 .template-tab-bar {
    display: none;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 40px);
    margin: 0 auto 64px;
}
.ux2-component.template-recipe-split-block-v2 .template-tab-bar .tab-item {
    display: inline-block;
    position: relative;
    font-family: "din", sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: dimgray;
    cursor: pointer;
    padding: 0 4px;
    transition: color 0.2s cubic-bezier(0.25,.25,0.75,.75);
}
.ux2-component.template-recipe-split-block-v2 .template-tab-bar .tab-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #dc1e1e;
    transition: left 0.2s cubic-bezier(0.25,.25,0.75,.75), width 0.2s cubic-bezier(0.25,.25,0.75,.75);
}
.ux2-component.template-recipe-split-block-v2 .template-tab-bar .tab-item.active:after,
.ux2-component.template-recipe-split-block-v2 .template-tab-bar .tab-item:hover:after {
    left: 0;
    width: 100%;
}
.ux2-component.template-recipe-split-block-v2 .template-tab-bar .tab-item.active {
    color: #dc1e1e;
}
.ux2-component.template-recipe-split-block-v2 .slider-wrapper {
    width: calc(100% - 60px);
    position: relative;
    margin: 0 auto 128px;
    overflow: visible;
}
@media(max-width: 767px) {
    .ux2-component.template-recipe-split-block-v2 .slider-wrapper {
        margin-bottom: 0;
    }
}
.ux2-component.template-recipe-split-block-v2 .recipe-slide-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin: 0 auto;
    padding: 0;
    max-width: 1280px;
    width: 100% !important;
}
.ux2-component.template-recipe-split-block-v2 .recipe-slide-item {
    width: 100%;
    margin-right: 0;
    position: relative;
    max-width: 100vw;
    vertical-align: top;
}
.ux2-component.template-recipe-split-block-v2 .recipe-slide-item.ingredient {
    width: 42.10526%;
    height: auto;
    padding-right: 64px;
    margin-top: 0;
}
.ux2-component.template-recipe-split-block-v2 .recipe-slide-item.instruction {
    width: 57.89474%;
}
.ux2-component.template-recipe-split-block-v2 .template-ingredients-v2,
.ux2-component.template-recipe-split-block-v2 .template-instructions-v2 {
    width: 100%;
}
.ux2-component.template-recipe-split-block-v2.template-block-wrapper.component-margin-top-small {
    margin-top: 128px;
}
@media(max-width: 767px) {
    .ux2-component.template-recipe-split-block-v2 {
        margin-top: 21.33333px !important;
    }
    .ux2-component.template-recipe-split-block-v2 .slider-wrapper {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    .ux2-component.template-recipe-split-block-v2 .slider-wrapper .recipe-slide-item {
        padding: 0 20px;
        width: 100%;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .ux2-component.template-recipe-split-block-v2 .template-tab-bar {
        display: -ms-flexbox;
        display: flex;
    }
}
.ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app {
    position: relative;
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
    padding: 0;
    z-index: 2;
}
.ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app.component-margin-bottom-medium {
    margin-bottom: 0;
}
.ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app .h2 {
    font-size: 32px;
}
.ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app .download-app {
    position: relative;
    background-color: #f5f5f5;
    padding: 32px 64px 128px 32px;
    min-width: 255px;
}
.ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app .download-app:before {
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    border: 1px dashed rgba(26, 26, 26, .25);
}
.ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app .app-image {
    position: absolute;
    top: 32px;
    right: 16px;
    bottom: 16px;
    width: 30%;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}
.ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app .template-content-intro {
    width: 100%;
    font-family: "weber-serif", sans-serif;
    margin-bottom: 16px;
}
.ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app .template-content-intro .template-heading {
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 0;
    font-size: 26px;
    font-family: "din", sans-serif;
    font-weight: bold;
    line-height: 28px;
    background-color: #191919;
    text-transform: none;
}
.ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app .template-content-intro .template-heading.h2 {
    font: 400 18px "din", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
}
.ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app .template-content-intro .template-heading:after {
    content: "";
    position: absolute;
    top: 10px;
    left: -10px;
    right: 6px;
    height: 10px;
    z-index: -1;
    background: #f9f6f0;
    display: none;
}
.ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app .template-content-intro .description {
    padding: 0;
}
@media(max-width: 1268px) {
    .ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app .download-app {
        padding-right: 30%;
    }
}
@media(max-width: 1023px) {
    .ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app {
        display: block;
        max-width: 768px;
    }
    .ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app .download-app {
        margin-bottom: 64px;
        padding-right: 40%;
    }
    .ux2-wrapper .component-drop-down-button {
        position: absolute;
        bottom: 16px;
    }
}
@media(max-width: 1268px) {
    .ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app .template-content-intro {
        max-width: 100%;
    }
}
@media(max-width: 767px) {
    .ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app {
        max-width: 384px;
        padding: 0 16px;
    }
    .ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app .download-app {
        margin-bottom: 0;
        transform: translateX(-64px);
    }
    .ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app .download-app:before {
        display: none;
    }
    .ux2-wrapper .component-drop-down-button {
        position: relative;
    }
}
.ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app .register-grill {
    display: none;
}
.ux2-wrapper .template-ingredients-v2 {
    position: relative;
    background-color: #fff;
    padding: 32px;
    border: solid black 1px;
    border-left: solid black 10px;
}
.ux2-wrapper .template-ingredients-v2 * {
    box-sizing: border-box;
}
.ux2-wrapper .template-ingredients-v2:after {
    display: none;
    content: "";
    width: 100%;
    left: 0;
    height: 40px;
    position: absolute;
    top: -10px;
    background-position: 50%;
    background-repeat: space;
    background-image: url('/component-assets/images/notepad.svg');
}
.ux2-wrapper .template-ingredients-v2 .ingredient-heading {
    width: 100%;
    padding: 64px 0 32px !important;
}
.ux2-wrapper .template-ingredients-v2 .ingredient-category {
    font-family: "din", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #dc1e1e;
    font-size: 24px;
    margin: 32px 0 0;
    width: 100%;
}
.ux2-wrapper .template-ingredients-v2 .ingredient-list {
    border: 0;
    padding: 32px 0;
    margin: 0;
    list-style: none;
    width: 100%;
}
.ux2-wrapper .template-ingredients-v2 .ingredient-list:not(:last-child) {
    border-bottom: none;
}
.ux2-wrapper .template-ingredients-v2 .divider-line {
    display: none;
    border: 1px dashed #b9b7b2;
    margin: 0 0 32px;
}
.ux2-wrapper .template-ingredients-v2 .component-button-print-target {
    margin-bottom: 32px;
}
.ux2-wrapper .template-ingredients-v2 .ingredient-item {
    position: relative;
    font-family: "weber-serif", sans-serif;
    font-weight: 300;
    color: #1a1a1a;
    font-size: 20px;
    padding: 0 20px 32px 0;
}
.ux2-wrapper .template-ingredients-v2 .ingredient-item:hover {
    cursor: pointer;
}
.ux2-wrapper .template-ingredients-v2 .ingredient-item .ingredient-tick {
    height: 16px;
    width: 16px;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    opacity: 1;
    transform: rotate(0);
    transition: opacity 0.1s cubic-bezier(0.25,.25,0.75,.75), transform 0.1s cubic-bezier(0.25,.25,0.75,.75);
}
@media(max-width: 767px) {
    .ux2-wrapper .template-ingredients-v2 .ingredient-heading {
        display: none;
    }
}
.ux2-wrapper .component-button-cross {
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    background: none;
}
.ux2-wrapper .component-button-cross .template-icon-cross {
    height: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
}
.ux2-wrapper .component-button-cross .template-icon-cross:after,
.ux2-wrapper .component-button-cross .template-icon-cross:before {
    height: 1px;
    width: 100%;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #1a1a1a;
    transition: background-color 0.2s cubic-bezier(0.25,.25,0.75,.75);
}
.ux2-wrapper .component-button-cross .template-icon-cross:after {
    transform: rotate(90deg);
}
.ux2-wrapper .component-button-cross:hover .template-icon-cross {
    cursor: pointer;
}
.ux2-wrapper .component-button-cross:hover .template-icon-cross:after,
.ux2-wrapper .component-button-cross:hover .template-icon-cross:before {
    background-color: #dc1e1e;
}
.ux2-wrapper .component-button-print-target {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    background-color: transparent;
}
.ux2-wrapper .component-button-print-target .template-print-list-icon {
    height: 47px;
    width: 47px;
    min-width: 47px;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat 50% #dc1e1e;
    color: #fbf8f2;
}
.ux2-wrapper .component-button-print-target .template-print-list-icon svg {
    height: 30px;
    width: 30px;
}
.ux2-wrapper .component-button-print-target .button-title.template-heading {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 4px 0 0 12px !important;
    letter-spacing: normal;
    text-transform: none;
}
.ux2-component.template-related-assets {
    margin-top: 42.66667px;
}
.ux2-component.template-related-assets .template-related-assets-list {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.ux2-component.template-related-assets .template-heading {
    z-index: 1;
    pointer-events: none;
}
.ux2-component.template-related-assets .iframe-wrapper {
    border-radius: inherit;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.ux2-component.template-related-assets .component-button-play,
.ux2-component.template-related-assets .recipe-image-video-icon {
    height: 70px;
    width: 70px;
    position: absolute;
    bottom: 21.33333px;
    left: 21.33333px;
}
.ux2-component.template-related-assets .component-wistia-embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    z-index: 1;
}
.ux2-component.template-related-assets .template-button-circle-solid {
    position: absolute;
    top: -25px;
    right: -25px;
}
.ux2-component.template-related-assets .template-related-assets-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    width: calc(50% - 8px);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
}
.ux2-component.template-related-assets .template-related-assets-item:before {
    content: "";
    display: block;
    padding-top: 52.94118%;
}
.ux2-component.template-related-assets .template-related-assets-item .title {
    text-shadow: rgba(26, 26, 26, .4) 0 0 8px;
}
.ux2-wrapper .template-instructions-v2 {
    margin-top: 96px;
    position: relative;
}
.ux2-wrapper .template-instructions-v2 * {
    box-sizing: border-box;
}
.ux2-wrapper .template-instructions-v2 .recipe-actions {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -12px;
    right: 0;
}
.ux2-wrapper .template-instructions-v2 .recipe-actions .recipe-action {
    display: inline-block;
    margin-left: 16px;
}
.ux2-wrapper .template-instructions-v2 .instruction-list {
    border: 0;
    padding: 0;
    margin: 32px 0 0;
    list-style: none;
    counter-reset: li;
}
.ux2-wrapper .template-instructions-v2 .instruction-item {
    border-bottom: 0 dashed #b9b7b2;
    position: relative;
    padding: 16px 0 16px 32px;
    font-family: "din", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #1a1a1a;
}
.ux2-wrapper .template-instructions-v2 .instruction-item:before {
    counter-increment: li;
    content: counter(li, decimal-leading-zero);
    font-family: "weber-serif", sans-serif;
    font-weight: 700;
    color: #dc1e1e;
    font-size: 18px;
    text-decoration: underline;
    position: absolute;
    left: 0;
    top: 16px;
}
.ux2-wrapper .template-instructions-v2 .grill-skill-video-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: transparent;
    border: none;
}
.ux2-wrapper .template-instructions-v2 .grill-skill-video-button .background {
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    position: absolute;
    display: block;
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat 50%;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.2s, opacity 0.2s linear;
}
.ux2-wrapper .template-instructions-v2 .grill-skill-video-button .component-button-play .play-icon {
    margin-top: 16px;
}
.ux2-wrapper .template-instructions-v2 .grill-skill-video-button .component-button-play .background {
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat 50% #dc1e1e;
    opacity: 1;
    visibility: visible;
}
.ux2-wrapper .template-instructions-v2 .grill-skill-video-button:hover .background {
    opacity: .25;
    visibility: visible;
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat 50% #1a1a1a;
}
.ux2-wrapper .template-instructions-v2 .grill-skill-video-button:hover .component-button-play .background {
    opacity: 1;
    visibility: visible;
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat 50% #ac0f0f;
}
@media(max-width: 767px) {
    .ux2-wrapper .template-instructions-v2 {
        margin-top: 0;
    }
    .ux2-wrapper .template-instructions-v2 .desktop,
    .ux2-wrapper .template-instructions-v2 .instruction-heading {
        display: none;
    }

}
.ux2-component.template-register-app-v2 {
    position: relative;
    max-width: 1248px;
    margin: 0 auto;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
}
.ux2-component.template-register-app-v2 .download-app {
    position: relative;
    padding: 64px 42.66667px;
}
.ux2-component.template-register-app-v2 .template-register-app .download-app {
    padding-right: 40%;
}
@media(max-width: 1023px) {
    .ux2-component.template-register-app-v2 {
        display: block;
        max-width: 768px;
    }
}
.ux2-component.template-register-app-v2 .template-register-app.component-margin-top-large {
    margin-top: 64px;
    margin-bottom: 128px;
}
.ux2-component.template-register-app-v2 .template-register-app .app-image {
    right: 0;
}
@media(max-width: 767px) {
    .ux2-component.template-register-app-v2 {
        max-width: 384px;
        padding: 0 16px;
    }
}
.ux2-component.template-register-app .download-app {
    position: relative;
    padding-top: 64px;
    padding-right: 25%;
}
.ux2-component.template-register-app .download-app:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    border-top: 1px dashed rgba(26, 26, 26, .25);
    border-right: 1px dashed rgba(26, 26, 26, .25);
}
.ux2-component.template-register-app .register-grill .register-icon .icon-copy {
    position: absolute;
    display: block;
    font: 600 18px / 1 "din", sans-serif;
    letter-spacing: 0.23em;
    text-transform: uppercase;
    opacity: 1;
    transform: scale(0.8);
}
.ux2-wrapper .template-copy {
    font-family: "din", sans-serif;
    font-weight: 100;
    margin: 0;
}
.ux2-wrapper .template-heading.sans {
    font-family: "din", sans-serif;
}
.ux2-wrapper .template-heading.h3.sans {
    margin: -0.09375em 0 -0.21875em;
}
.ux2-wrapper .template-heading.h4 {
    font-size: 18px;
    line-height: 1.3333;
    margin: -0.25em 0 -0.3333em;
}
.ux2-wrapper .template-heading.preserve-accent {
    margin: 0;
    line-height: 1;
    padding-top: 10px !important;
}
.ux2-wrapper .type-underlined {
    ;
    /*    display:inline-block;
position:relative;
margin-top:.22em;
font-size:58.3333%;
line-height:1em;
letter-spacing:.032em;
font-style:normal;
vertical-align:top;*/
}
.ux2-wrapper .type-underlined:before {
    ;
    /*    content:"";
display:block;
position:absolute;
bottom:-.03em;
left:.05em;
right:.05em;
height:.07143em;
min-height:2px;
background:currentColor;
border-radius:.05em;*/
}
.backgroundcliptext .ux2-wrapper .type-texture.black {
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat 50% #191919;
}
.backgroundcliptext .ux2-wrapper .template-recipe-carousel-medium-v2 .type-texture.black {
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat 50% #fff;
}
.ux2-wrapper .template-sub-heading {
    font-family: "din", sans-serif;
    color: #1a1a1a;
    margin: 0;
}
.ux2-wrapper .template-sub-heading.h1 {
    font-size: 22px;
    font-weight: 400;
    margin: -0.181818em 0 -0.31818182em;
}
.ux2-wrapper .template-sub-heading.h3-full {
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin: -0.1875em 0 -0.375em;
}
@media(max-width: 767px) {
    .ux2-wrapper .template-sub-heading.h1 {
        font-size: 21px;
    }
}
.ux2-wrapper .template-bullets.light {
    color: #fbf8f2;
}
.ux2-wrapper .template-component-video-lightbox.template-component-gallery-lightbox .template-video {
    width: 100% !important;
}
.ux2-wrapper .template-component-video-lightbox.template-component-gallery-lightbox .template-video .iframe-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.ux2-wrapper .template-component-video-lightbox.template-component-gallery-lightbox .template-bullets {
    color: #fbf8f2;
}
.ux2-wrapper .template-component-video-lightbox.template-component-gallery-lightbox .template-lightbox-video-wrapper {
    width: calc(100% - 256px);
    position: relative;
}
.ux2-wrapper .template-component-video-lightbox.template-component-gallery-lightbox .button-circle {
    position: absolute;
}
.ux2-wrapper .template-component-video-lightbox.template-component-gallery-lightbox .button-circle.previous {
    left: -96px;
}
.ux2-wrapper .template-component-video-lightbox.template-component-gallery-lightbox .button-circle.next {
    right: -96px;
}
@media(max-width: 767px) {
    .ux2-wrapper .template-component-video-lightbox.template-component-gallery-lightbox .template-lightbox-video-wrapper {
        width: 100%;
        max-width: none;
    }
    .ux2-wrapper .template-component-video-lightbox.template-component-gallery-lightbox .button-circle {
        display: none;
    }
    .ux2-wrapper .template-component-video-lightbox.template-component-gallery-lightbox .iframe-drag-surface:after,
    .ux2-wrapper .template-component-video-lightbox.template-component-gallery-lightbox .iframe-drag-surface:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    .ux2-wrapper .template-component-video-lightbox.template-component-gallery-lightbox .iframe-drag-surface.horz:before {
        bottom: 65%;
    }
    .ux2-wrapper .template-component-video-lightbox.template-component-gallery-lightbox .iframe-drag-surface.horz:after {
        bottom: 10%;
        top: 55%;
        right: 20%;
    }
    .ux2-wrapper .template-component-video-lightbox.template-component-gallery-lightbox .iframe-drag-surface.vert:before {
        bottom: 10%;
        right: 60%;
    }
    .ux2-wrapper .template-component-video-lightbox.template-component-gallery-lightbox .iframe-drag-surface.vert:after {
        bottom: 40%;
        left: 60%;
    }
}
/*! CSS Used from: Embedded */
.ux2-component.template-recipe-hero-v2 {
    width: 100%;
    max-height: 576px;
    background-color: #1a1a1a;
    z-index: auto !important;
}
@media(max-width: 767px) {
    .ux2-component.template-recipe-hero-v2 {
        max-height: none;
    }
}
.ux2-component.template-related-assets .component-wistia-embed {
    z-index: 1;
}
.ux2-component.template-related-assets .template-button-circle-solid {
    z-index: 1;
}
.ux2-component.template-related-assets .template-related-assets-item .title {
    padding: 0 20px;
    text-align: center;
}
.ux2-component.template-recipe-hero-v2 .left-block .recipe-subtitle {
    font-size: 22px !important;
    letter-spacing: 1px;
    line-height: 28px;
}
.ux2-wrapper .template-heading.h3.mobile-only {
    display: none;
}
.ux2-wrapper .template-heading.red.mobile-only {
    display: none;
}
.ux2-wrapper .template-block-content-wrapper.small.mobile-only {
    display: none;
}
.ux2-wrapper .template-ingredients-v2 .ingredient-list {
    padding: 32px 0 0;
}
.ux2-wrapper .template-ingredients-v2 .divider-line {
    margin: 0;
}
.ux2-wrapper .template-ingredients-v2 .ingredient-heading.template-heading {
    padding: 32px 0 0 !important;
}
.ux2-wrapper .template-ingredients-v2 .component-button-print-target {
    margin-top: 32px;
    margin-bottom: 32px;
}
.ux2-wrapper .template-instructions-v2 {
    margin-top: 0;
}
@media(min-width: 768px) {
    .ux2-component.template-recipe-split-block-v2 .recipe-slide-item.ingredient {
        margin-top: -63px;
    }
}
@media(max-width: 767px) {
    .ux2-wrapper .component-drop-down-button-alt .template-menu-arrow-down .template-arrow-wrapper .template-icon {
        margin-top: 2px;
    }
    .ux2-wrapper .template-block-wrapper.component-margin-top-small.template-recipe-carousel-medium-v2 {
        margin-top: 0;
    }
    .ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-wrapper {
        width: 90%;
    }
    .ux2-wrapper .template-block-content-wrapper.small.mobile-only {
        display: block;
        width: 90%;
        text-align: center;
    }
    .backgroundcliptext .ux2-wrapper .template-block-content-wrapper.small.mobile-only .type-texture.white {
        background: url('/component-assets/images/base/texture/texture-titles-black.png') repeat 50% #000;
    }
    .ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-item .component-recipe-card .recipe-card-content {
        height: 250px;
    }
    .ux2-wrapper .template-heading.h4 {
        font-size: 22px;
    }
    .ux2-component.template-related-assets .template-related-assets-item {
        width: 100%;
    }
    .ux2-wrapper .template-heading.h3.mobile-only {
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }
    .ux2-wrapper .template-heading.red.mobile-only {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .ux2-component.template-featured-product-grid-v2 {
        width: auto;
    }
    .ux2-component.template-recipe-hero-v2 .attribute-wrapper.mobile .attributes .attribute-item.time-attribute {
        margin-top: 2px;
    }
    .ux2-wrapper .component-drop-down-button-alt .drop-down-item-button {
        padding: 18px 16px 8px;
    }
    .ux2-wrapper .component-drop-down-button-alt .drop-down-list {
        background: #1a1a1a;
    }
    .ux2-component.template-recipe-hero-v2 .attribute-wrapper.mobile .attributes .attribute-item .drop-down-list .label {
        font-size: 14px;
    }
    .ux2-component.template-recipe-hero-v2 .attribute-wrapper.mobile .attributes .attribute-item .label {
        padding-bottom: 0;
    }
    .ux2-wrapper .component-drop-down-button-alt .component-button-label-wrapper {
        padding: 4px 8px 2px;
    }
    .ux2-component.template-recipe-hero-v2 .content {
        position: relative;
        z-index: 2;
    }
    .ux2-component.template-recipe-split-block-v2 .template-tab-bar .tab-item {
        border-color: white;
        border-style: solid;
        border-width: 2px 2px 0 2px;
        border-radius: 5px;
        padding: 0.5rem 0.75rem;
    }
    .ux2-component.template-recipe-split-block-v2 .template-tab-bar .tab-item {
        background: rgba(255, 255, 255, .45);
    }
    .ux2-component.template-recipe-split-block-v2 .template-tab-bar .tab-item.active {
        background: white;
    }
    .ux2-component.template-recipe-split-block-v2 .template-tab-bar {
        justify-content: flex-end;
    }
    .ux2-component.template-recipe-split-block-v2.template-block-wrapper.component-margin-top-small {
        margin-top: 13px !important;
    }
    .ux2-component.template-recipe-split-block-v2 .template-tab-bar {
        margin-bottom: 40px;
    }
}
.ux2-component.template-recipe-hero-v2 .left-block .fuel-type .component-drop-down-button .template-menu-arrow-down {
    top: 4px;
}
.ux2-wrapper .component-drop-down-button {
    min-width: auto;
}
@media(max-width: 340px) {
    .ux2-wrapper .component-button-icon-text .template-icon-wrapper {
        margin-right: 8px;
    }
}
.fuel-type-step {
    display: none;
    /*! CSS Used from: globals.css p */
    font-family: "din", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
}
/*! CSS Used from: Embedded */
.ux2-wrapper .recipe-image-video-icon {
    width: 25%;
}
.ux2-wrapper .recipe-image-video-icon .component-button-play {
    height: 72px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
}
.ux2-wrapper .recipe-image-video-icon .play-icon,
.ux2-wrapper .recipe-image-video-icon .play-icon svg {
    height: 25px;
    width: 22px;
}
.ux2-component.template-related-assets .recipe-image-video-icon {
    height: 30px;
    width: 30px;
}
.ux2-wrapper .recipe-image-video-icon .component-button-play {
    height: 45px;
    width: 45px;
}
.ux2-wrapper .recipe-image-video-icon .play-icon,
.ux2-wrapper .recipe-image-video-icon .play-icon svg {
    height: 13px;
    width: 12px;
}
/*! CSS Used from: Embedded */
.ux2-wrapper .print-image,
.ux2-wrapper .weber-recipe-print-logo {
    display: none;
}
@media print {
    .ux2-component.template-recipe-hero-v2 .right-block .image,
    .ux2-component.block-explore-accessories-v2,
    .ux2-component.template-register-app-v2,
    .ux2-component.template-featured-product-grid-v2,
    .ux2-component.template-recipe-carousel-medium-v2,
    .fuel-type,
    .ux2-component.template-tab-bar,
    .recipe-actions,
    .template-heading.mobile-only,
    .component-button-print-target,
    .ux2-component.template-related-assets,
    .attribute-wrapper.mobile {
        display: none !important;
    }
    .ux2-wrapper .print-image {
        display: block;
        padding-left: 12px;
        margin-bottom: 15px;
    }
    .ux2-component.template-recipe-hero-v2 .content {
        align-items: inherit;
        display: inherit;
        flex-direction: inherit;
        justify-content: inherit;
    }
    .ux2-component.template-recipe-hero-v2 .left-block {
        align-items: inherit;
        display: block;
        flex-direction: inherit;
        justify-content: inherit;
        margin: 0;
        padding-right: 0;
        text-align: left;
        width: 60% !important;
    }
    .ux2-component.template-recipe-hero-v2 .left-block .recipe-heading {
        font-size: 24px;
        letter-spacing: 1px;
        margin: 0 0 5px;
        order: 1;
        padding: 0;
        text-align: left;
        width: 100%;
    }
    .ux2-component.template-recipe-hero-v2 .left-block .recipe-subtitle {
        font-family: "din", sans-serif;
        font-size: 15px;
        margin: 0;
        order: 2;
        padding: 0;
        text-align: left;
        white-space: nowrap;
        width: 100%;
    }
    .ux2-wrapper .weber-recipe-print-logo {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        width: 15%;
    }
    .ux2-wrapper .weber-recipe-print-logo img {
        margin: 0;
        padding: 0;
    }
    .ux2-component.template-recipe-hero-v2 .right-block {
        order: 3;
        width: 100% !important;
    }
    .ux2-component.template-recipe-hero-v2 .right-block .attributes,
    .ux2-component.template-recipe-hero-v2 .attributes-wrapper.print .attributes {
        display: flex !important;
        flex-wrap: inherit;
        margin: 0;
        justify-content: inherit;
        padding: 0;
    }
    .ux2-component.template-recipe-hero-v2 .attributes-wrapper.print .attributes {
        justify-content: space-evenly;
    }
    .ux2-component.template-recipe-hero-v2 .right-block .attributes .attribute-item,
    .ux2-component.template-recipe-hero-v2 .attributes-wrapper.print .attribute-item {
        padding: 10px 0;
        display: inherit;
        flex-direction: inherit;
        align-items: inherit;
        border-right: 0 !important;
    }
    .ux2-component.template-recipe-hero-v2 .right-block .attributes .copy,
    .ux2-component.template-recipe-hero-v2 .attributes-wrapper.print .attributes .label,
    .ux2-component.template-recipe-hero-v2 .attributes-wrapper.print .attributes .copy {
        font-size: 18px;
        padding-bottom: 0;
        text-transform: none;
        font-family: "weber-serif", sans-serif;
        letter-spacing: inherit;
        line-height: inherit;
    }
    .ux2-component.template-recipe-hero-v2 .attributes-wrapper.print .attributes .label {
        margin-right: 10px;
        color: #e01c1c !important;
        font-weight: normal;
    }
    .ux2-component .template-ingredients-v2,
    .ux2-component .template-instructions-v2 {
        border: 0;
        margin: 0;
        padding-left: 20px;
    }
    .ux2-component .template-ingredients-v2::before,
    .ux2-component .template-ingredients-v2::after {
        display: none;
    }
    .ux2-component.template-recipe-split-block-v2 .template-ingredients-v2 {
        background: none;
        border: 0;
    }
    .ux2-component .template-ingredients-v2 .template-heading,
    .ux2-component .template-instructions-v2 .instruction-heading {
        border: 0;
        color: #1a1a1a;
        font-family: 'DIN Condensed', 'Arial Narrow', Arial, Helvetica, sans-serif;
        font-size: 22px !important;
        font-weight: 800 !important;
        letter-spacing: 0.5px;
        margin: 0 !important;
        padding: 32px 0 0 !important;
        text-align: left;
        text-transform: uppercase;
        display: inherit;
    }
    .ux2-component .template-ingredients-v2 .template-heading::after,
    .ux2-component .template-instructions-v2 .instruction-heading::after {
        border-top: 1px solid #b9b7b2;
        content: '';
        display: block;
        font-weight: 300 !important;
        margin: 8px 0 8px -25px;
        width: calc(100% + 25px);
    }
    .ux2-component .template-ingredients-v2 .template-heading .type-underlined {
        display: none;
    }
    .ux2-component .template-ingredients-v2 .template-heading:not(:first-child) {
        padding: 15px 0 0 !important;
    }
    .ux2-component .template-ingredients-v2 .ingredient-item {
        padding: 3px 0;
        border-bottom: 1px dashed #e8e7e2;
        font-size: 17px;
        line-height: 21px;
    }
    .ux2-component .template-ingredients-v2 .ingredient-category {
        border: 0;
        font-family: "din", sans-serif;
        font-size: 15px;
        font-weight: 800;
        padding: 5px 15px;
    }
    .ux2-component.template-recipe-split-block-v2 .template-instructions-v2 {
        display: block;
        width: 56%;
        float: right;
    }
    .ux2-component .template-instructions-v2 .instruction-list {
        padding-left: 15px;
        margin-top: 0;
    }
    .ux2-component .template-instructions-v2 .instruction-item {
        font-size: 15px;
        line-height: 28px;
        padding: 5px 0 5px 35px;
    }
    .ux2-component .template-ingredients-v2 .border-bottom {
        display: none;
    }
    .ux2-component .recipe-slide-item.ingredient {
        width: 100% !important;
        margin: 0 !important;
    }
    .ux2-component .recipe-slide-item.instruction {
        width: 100% !important;
        margin: 0 !important;
    }
    .ux2-component .recipe-slide-item.ingredient .template-ingredients-v2,
    .ux2-component .recipe-slide-item.instruction .template-instructions-v2 {
        width: 100% !important;
        padding: 16px;
    }
    .ux2-component .recipe-slide-item.instruction .template-instructions-v2 .instruction-item:before {
        top: 0;
    }
    .ux2-component .recipe-slide-item.ingredient .template-ingredients-v2 .ingredient-category,
    .ux2-component .recipe-slide-item.ingredient .template-ingredients-v2 .ingredient-list {
        padding: 8px 0 0;
        margin-top: 0;
    }
    .ux2-wrapper .template-ingredients-v2 .ingredient-heading.template-heading:not(:first-child) {
        padding-top: 64px !important;
    }
    .ux2-component.template-recipe-split-block-v2 .recipe-slide-list {
        display: block;
    }
    .ux2-component.template-recipe-split-block-v2 .template-instructions-v2 {
        float: none;
    }
}
.ux2-wrapper .component-round-share-buttons-reversed .template-round-share-buttons-reversed.show-share-buttons .share-button-wrapper {
    opacity: 1;
    visibility: visible;
    transition-delay: 0, 0
}
.ux2-wrapper .component-round-share-buttons-reversed .template-round-share-buttons-reversed.show-share-buttons .share-button-wrapper:nth-of-type(2) {
    transition-delay: 0.15s, 0
}
.ux2-wrapper .component-round-share-buttons-reversed .template-round-share-buttons-reversed.show-share-buttons .share-button-wrapper:nth-of-type(3) {
    transition-delay: 0.3s, 0
}
.ux2-wrapper .component-round-share-buttons-reversed .template-round-share-buttons-reversed.show-share-buttons .share-button-wrapper:nth-of-type(4) {
    transition-delay: 0.45s, 0
}
.ux2-wrapper .component-drop-down-button.is-active .template-button-drop-down:hover {
    color: #dc1e1e
}
.ux2-wrapper .component-drop-down-button.is-active .template-button-drop-down .template-border {
    display: none
}
.ux2-wrapper .template-ingredients-v2 .ingredient-item.is-ticked {
    text-decoration: line-through
}
.ux2-wrapper .template-ingredients-v2 .ingredient-item.is-ticked .ingredient-tick {
    opacity: .3;
    transform: rotate(45deg)
}
.ux2-wrapper .template-component-video-lightbox.is-open {
    visibility: visible;
    opacity: 1;
    z-index: 100
}
.ux2-wrapper .template-component-video-lightbox.is-open .template-lightbox-video-wrapper {
    display: -ms-flexbox;
    display: flex
}
.ux2-wrapper .component-drop-down-button-alt.is-active .component-button-label-wrapper {
    border-radius: 18px 18px 0 0
}
.ux2-wrapper .component-drop-down-button-alt.is-active .drop-down-list {
    opacity: 1;
    visibility: visible;
    transition-delay: 0, 0;
    z-index: 1
}
body {
    background: white !important;
}/*! CSS Used from: https://www.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1613578650757/css/style.css */:focus
{
    outline: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media print {
    *,:after,:before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    ::-webkit-scrollbar {
        display: none;
    }
}
/*! CSS Used from: https://www.weber.com/on/demandware.static/-/Sites/en_US/v1613578650757/customScripts/css/bundle-20210125_03.css */
.ux2-component.template-recipe-hero-v2 .left-block .template-rating-chef-hats .template-chef-hat-icon svg {
    height: 24px;
    width: 24px;
}
.ux2-component.template-recipe-hero-v2 .left-block .recipe-difficulty {
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: "din", sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
}
.ux2-component.template-recipe-hero-v2 .left-block .recipe-difficulty .recipe-difficulty-text-easy {
    color: #90c744;
    margin-left: 10px;
    margin-right: 10px;
}
.ux2-component.template-recipe-hero-v2 .left-block .recipe-difficulty .recipe-difficulty-icons {
    padding-bottom: 15px;
}
.ux2-wrapper .template-rating-chef-hats {
    display: inline-block;
    margin-right: 17px;
    margin-top: 4px;
    font-size: 0;
    vertical-align: top;
}
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-1 .template-chef-hat-icon:first-of-type .hat-interior-fill {
    fill: #90c744;
}
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-1 .template-chef-hat-icon:first-of-type .hat-interior-lines {
    fill: none;
}
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-1 .template-chef-hat-icon:first-of-type .hat-outline,
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-1 .template-chef-hat-icon:nth-of-type(2) .hat-interior-lines,
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-1 .template-chef-hat-icon:nth-of-type(2) .hat-outline,
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-1 .template-chef-hat-icon:nth-of-type(3) .hat-interior-lines,
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-1 .template-chef-hat-icon:nth-of-type(3) .hat-outline {
    fill: #90c744;
}
.ux2-wrapper .template-rating-chef-hats .template-chef-hat-icon {
    display: inline-block;
}
.ux2-wrapper .template-rating-chef-hats .template-chef-hat-icon:not(:first-child) {
    margin-left: 4px;
}
.ux2-wrapper .template-rating-chef-hats .template-chef-hat-icon svg {
    height: 16px;
    width: 15px;
    display: block;
}
.ux2-component.template-recipe-hero-v2 .left-block .recipe-difficulty .recipe-difficulty-text-medium {
    color: #ffad31;
    margin-left: 10px;
    margin-right: 10px;
}
/*! CSS Used from: https://www.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1613578650757/css/style.css */
/*! CSS Used from: https://www.weber.com/on/demandware.static/-/Sites/en_US/v1613578650757/customScripts/css/bundle-20210125_03.css */
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-2 .template-chef-hat-icon:first-of-type .hat-interior-fill,
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-2 .template-chef-hat-icon:nth-of-type(2) .hat-interior-fill {
    fill: #ffad31;
}
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-2 .template-chef-hat-icon:first-of-type .hat-interior-lines,
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-2 .template-chef-hat-icon:nth-of-type(2) .hat-interior-lines {
    fill: none;
}
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-2 .template-chef-hat-icon:first-of-type .hat-outline,
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-2 .template-chef-hat-icon:nth-of-type(2) .hat-outline,
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-2 .template-chef-hat-icon:nth-of-type(3) .hat-interior-lines,
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-2 .template-chef-hat-icon:nth-of-type(3) .hat-outline {
    fill: #ffad31;
}
.ux2-component.template-recipe-hero-v2 .left-block .recipe-difficulty .recipe-difficulty-text-difficult {
    color: #dc1e1e;
    margin-left: 10px;
    margin-right: 10px;
}
/*! CSS Used from: https://www.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1613578650757/css/style.css */
/*! CSS Used from: https://www.weber.com/on/demandware.static/-/Sites/en_US/v1613578650757/customScripts/css/bundle-20210125_03.css */
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-3 .template-chef-hat-icon:first-of-type .hat-interior-fill,
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-3 .template-chef-hat-icon:nth-of-type(2) .hat-interior-fill,
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-3 .template-chef-hat-icon:nth-of-type(3) .hat-interior-fill {
    fill: #dc1e1e;
}
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-3 .template-chef-hat-icon:first-of-type .hat-interior-lines,
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-3 .template-chef-hat-icon:nth-of-type(2) .hat-interior-lines,
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-3 .template-chef-hat-icon:nth-of-type(3) .hat-interior-lines {
    fill: none;
}
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-3 .template-chef-hat-icon:first-of-type .hat-outline,
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-3 .template-chef-hat-icon:nth-of-type(2) .hat-outline,
.ux2-wrapper .template-rating-chef-hats.template-chef-hats-3 .template-chef-hat-icon:nth-of-type(3) .hat-outline {
    fill: #dc1e1e;
}
/*! CSS Used from: Embedded */
.ux2-component.template-recipe-hero-v2 .left-block .recipe-difficulty .recipe-difficulty-icons {
    padding-bottom: 0;
}
.ux2-wrapper .ux2-component .template-description-body {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
    font-family: "din", sans-serif;
    color: #1a1a1a;
}

/*skills landing*/
/*! CSS Used from: /component-assets/css/bundle.css */
.ux2-wrapper .component-divider-arrow .block-bottom-border,
.ux2-wrapper .component-divider-arrow .block-mask {
    height: 22%;
    width: 50%;
    position: absolute;
    pointer-events: none;
    left: 50%;
    bottom: 0;
    overflow: hidden;
}
.ux2-wrapper .component-divider-arrow .block-bottom-border.left,
.ux2-wrapper .component-divider-arrow .block-mask.left {
    left: 0;
}
.ux2-wrapper .component-divider-arrow .block-bottom-border.left .mask,
.ux2-wrapper .component-divider-arrow .block-mask.left .mask {
    left: auto;
    right: 0;
    transform-origin: 100% 0;
    transform: rotate(9.3deg);
}
.ux2-wrapper .component-divider-arrow .block-bottom-border .mask,
.ux2-wrapper .component-divider-arrow .block-mask .mask {
    height: 100%;
    width: 200%;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 0 0;
    transform: rotate(-9.3deg);
}
.ux2-wrapper .component-divider-arrow .block-bottom-border {
    height: calc(22% + 64px);
    bottom: -5px;
}
.ux2-wrapper .component-divider-arrow .block-bottom-border .mask {
    top: calc(100% - 5px);
    border-top: 1px solid #b9b7b2;
}
.ux2-wrapper .component-divider-arrow .block-bottom-border .mask:before {
    top: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    height: 1px;
    border-top: 1px dashed #b9b7b2;
    transform: translateZ(0);
}
@media(max-width:767px) {
    .ux2-wrapper .component-divider-arrow .block-bottom-border {
        height: calc(11% + 64px);
    }
}
.ux2-wrapper .button-circle[disabled] {
    pointer-events: none;
    opacity: .0;
}
.ux2-wrapper .template-title-wrapper .title {
    padding-top: 0 !important;
}
.ux2-component.template-hero-copypage {
    height: 576px;
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: 50%;
    background-color: #1a1a1a;
    color: #fbf8f2;
}
.ux2-component.template-hero-copypage .content-wrapper {
    position: relative;
    max-width: 960px;
    padding-left: 32px;
    padding-right: 32px;
    z-index: 1;
    box-sizing: content-box;
}
.ux2-component.template-hero-copypage .template-heading.description {
    color: currentColor;
    font-family: 'din', sans-serif;
    /*font-size:20px;*/
    line-height: 28px;
    font-weight: normal;
}
.ux2-component.template-hero-copypage .title {
    padding-bottom: 0.40625em;
}
.ux2-component.template-hero-copypage .description {
    padding-bottom: 2em;
}
@media(max-width:767px) {
    .ux2-component.template-hero-copypage {
        height: 384px;
    }
    .ux2-component.template-hero-copypage .description {
        display: none;
    }
}
@media print {
    .ux2-component.template-hero-copypage {
        display: none;
    }
}
.ux2-component.template-recipe-carousel-small * {
    box-sizing: border-box;
}
.ux2-component.template-recipe-carousel-small .template-block-content-wrapper {
    text-align: center;
}
.ux2-component.template-recipe-carousel-small .section-title {
    padding-bottom: 0.5em;
}
.ux2-component.template-recipe-carousel-small .block-content-wrapper-carousel {
    padding-left: 128px;
    padding-right: 128px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1536px;
    position: relative;
    margin-top: 64px;
}
@media(max-width:1024px) {
    .ux2-component.template-recipe-carousel-small .block-content-wrapper-carousel {
        padding-left: 64px;
        padding-right: 64px;
    }
    .ux2-wrapper .component-carousel-recipe .carousel-item {
        padding-left: 16px;
        padding-right: 16px;
    }
    .ux2-wrapper .component-carousel-recipe .carousel-recipe-wrapper .button-circle.next {
        right: -8px;
    }
    .ux2-wrapper .component-carousel-recipe .carousel-recipe-wrapper .button-circle.previous {
        left: -8px;
    }
}
@media(max-width:767px) {
    /*TODO*/
    .ux2-component.template-recipe-carousel-small .block-content-wrapper-carousel {
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        margin-top: 32px;
    }
}
@media print {
    .ux2-component.template-recipe-carousel-small {
        display: none;
    }
}
.ux2-wrapper .component-carousel-recipe {
    padding-bottom: 64px;
    position: relative;
}
.ux2-wrapper .component-carousel-recipe * {
    box-sizing: border-box;
}
.ux2-wrapper .component-carousel-recipe .button-circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-color: #dc1e1e;
    border-radius: 50%;
    box-shadow: 0 0 0 3pt #fff;
    z-index: 1;
}
.ux2-wrapper .component-carousel-recipe .button-circle:hover {
    background-color: #191919;
}
.ux2-wrapper .component-carousel-recipe .button-circle .arrow {
    width: 45px;
    height: 45px;
}
.ux2-wrapper .component-carousel-recipe .button-circle .arrow svg {
    color: #fff !important;
    fill: #fff !important;
}
.ux2-wrapper .component-carousel-recipe .button-circle .border-icon {
    display: none;
}
.ux2-wrapper .component-carousel-recipe .button-circle.next {
    right: 8px;
}
.ux2-wrapper .component-carousel-recipe .button-circle.previous {
    left: 8px;
}
.ux2-wrapper .component-carousel-recipe.dark .button-circle:after,
.ux2-wrapper .component-carousel-recipe.dark .button-circle:hover:after {
    border-color: #1a1a1a;
    display: none;
}
.ux2-wrapper .component-carousel-recipe.dark .button-circle .border-icon svg {
    stroke: #1a1a1a;
}
.ux2-wrapper .component-carousel-recipe.dark .button-circle .arrow svg {
    fill: #1a1a1a;
}
.ux2-wrapper .component-carousel-recipe .carousel-recipe-wrapper {
    width: 100%;
    overflow: hidden;
}
.ux2-wrapper .component-carousel-recipe .carousel-recipe {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    font-size: 0;
}
.ux2-wrapper .component-carousel-recipe .carousel-recipe li {
    width: 100%;
    display: inline-block;
    white-space: normal;
}
.ux2-wrapper .component-carousel-recipe .carousel-item {
    display: inline-block;
    width: 50%;
    padding-left: 32px;
    padding-right: 32px;
    float: none;
    margin-right: auto;
    transition: none;
}
.ux2-wrapper .component-carousel-recipe .carousel-item-background {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-size: cover;
}
.ux2-wrapper .component-carousel-recipe .carousel-item-content {
    height: 320px;
    width: 100%;
    display: inline-block;
    position: relative;
    border-radius: 2px;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
}
.ux2-wrapper .component-carousel-recipe .carousel-item-content:before {
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    background: linear-gradient(180deg,rgba(26,26,26,0),rgba(26,26,26,.75));
}
.ux2-wrapper .component-carousel-recipe .carousel-item-content a {
    display: block;
}
.ux2-wrapper .component-carousel-recipe .title.h4 {
    font-size: 20px;
    font-family: 'din', sans-serif;
    position: absolute;
    bottom: 30px;
    left: 24px;
    right: 90px;
    color: #fbf8f2;
    text-decoration: none;
}
.ux2-wrapper .component-carousel-recipe .template-bullets {
    display: block;
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    text-align: center;
}
@media(max-width:1024px) {
    .ux2-wrapper .component-carousel-recipe .carousel-item {
        width: 50%;
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media(max-width:767px) {
    .ux2-wrapper .component-carousel-recipe {
        overflow: hidden;
        padding-bottom: 32px;
    }
    .ux2-wrapper .component-carousel-recipe .button-circle {
        display: none;
    }
    .ux2-wrapper .component-carousel-recipe.mobile-large .carousel-item,
    .ux2-wrapper .component-carousel-recipe.mobile-large .carousel-recipe-wrapper {
        width: 90vw;
    }
    .ux2-wrapper .component-carousel-recipe .carousel-recipe-wrapper {
        height: 192px;
        width: 288px;
        position: relative;
        margin: 0 auto 20px;
        overflow: visible;
    }
    .ux2-wrapper .component-carousel-recipe .carousel-recipe {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
    }
    .ux2-wrapper .component-carousel-recipe .carousel-recipe li {
        width: auto;
        white-space: nowrap;
    }
    .ux2-wrapper .component-carousel-recipe .carousel-item {
        display: inline-block;
        width: 288px;
        padding: 0;
    }
    .ux2-wrapper .component-carousel-recipe .carousel-item-background {
        top: 0;
        bottom: 0;
        left: 8px;
        right: 8px;
        position: absolute;
        background-size: cover;
    }
    .ux2-wrapper .component-carousel-recipe .carousel-item-content {
        height: 160px;
        width: 100%;
        white-space: normal;
        padding: 0 8px;
    }
    .ux2-wrapper .component-carousel-recipe .carousel-item-content:before {
        top: 50%;
        bottom: 0;
        left: 8px;
        right: 8px;
    }
    .ux2-wrapper .component-carousel-recipe .template-bullets {
        display: block;
        bottom: 0;
    }
}
.ux2-component.template-recipe-grid .recipe-item .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: 50%;
    border-radius: 3px;
}
.ux2-component.template-recipe-grid .recipe-item .item-title {
    font-family: "weber-serif", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #fbf8f2;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 25px;
}
.ux2-wrapper .template-button-line-top-bottom {
    position: relative;
    height: 64px;
    padding: 0 35px;
    margin-bottom: 32px;
    border: 0;
    background: #dc1e1e;
    border-radius: 8px;
    overflow: visible;
    transform: translateZ(0);
    transition: all 0.2s linear;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important;
    border-bottom: 0 dashed #dc1e1e;
    border-top: 0 dashed #dc1e1e;
    cursor: pointer;
    color: #fff;
}
.ux2-wrapper .template-button-line-top-bottom:hover {
    border-color: #1a1a1a;
    background-color: #191919;
}
.ux2-wrapper .template-button-line-top-bottom .template-line-bottom {
    height: 32px;
    width: 1px;
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    transition: all 0.2s linear;
    color: #dc1e1e;
    display: none;
}
.ux2-wrapper .template-button-line-top-bottom .template-label {
    display: inline-block;
    position: relative;
    color: #fff;
    transition: color 0.2s cubic-bezier(0.25,.25,0.75,.75);
}
.ux2-component.template-story-filter * {
    box-sizing: border-box;
}
.ux2-component.template-story-filter .template-block-content-wrapper {
    text-align: center;
    max-width: 896px;
    padding-bottom: 64px;
}
.ux2-component.template-story-filter .template-heading.h4 {
    margin-bottom: 32px;
}
.ux2-component.template-story-filter .template-story-filters-list {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}
.ux2-component.template-story-filter .template-story-filters-list li {
    display: inline-block;
    margin: 0 5px 15px 0;
}
.ux2-component.template-story-filter .template-filter-button {
    display: inline-block;
    padding: 6px 12px 3px;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 5px;
    transition: background 0.2s cubic-bezier(0.25,.25,0.75,.75);
    overflow: visible;
    background: url('/component-assets/images/base/texture/texture_titles_white.png') repeat 50% #8c8c8c;
    color: #fff;
    position: relative;
    text-decoration: none;
    font-family: DIN-Next-LT-Pro-Cond, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.ux2-component.template-story-filter .template-filter-button:hover {
    background: url('/component-assets/images/base/texture/texture_titles_white.png') repeat 50% dimgray;
}
.ux2-component.template-story-filter .template-filter-button.is-active {
    background: url('/component-assets/images/base/texture/texture_titles_white.png') repeat 50% #dc1e1e;
}
.ux2-component.template-story-filter .template-filter-button.is-active:hover {
    background: url('/component-assets/images/base/texture/texture_titles_white.png') repeat 50% #ac0f0f;
}
.ux2-wrapper .template-heading.h3.tagline {
    font-size: 26px;
    line-height: 34px;
    margin: -0.125em 0 -0.1825em;
    text-transform: none !important;
}
.backgroundcliptext .ux2-wrapper .type-texture.red.section-title {
    text-transform: none;
    font-size: 26px;
    font-family: 'din', sans-serif;
}
.ux2-wrapper .template-sub-heading.h3,
.ux2-wrapper .template-sub-heading.h3-full {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin: -0.1875em 0 -0.375em;
}
.ux2-wrapper .template-bullets {
    font-size: 0;
    text-align: center;
    color: #555;
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}
.ux2-wrapper .template-bullets .template-bullet-button {
    position: relative;
    display: block;
    height: 10px;
    width: 10px;
    cursor: pointer;
    color: #191919;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none;
}
.no-touchevents .ux2-wrapper .template-bullets .template-bullet-button:hover:before {
    border: 2px solid currentColor;
    background: currentColor;
}
.ux2-wrapper .ux2-visually-hidden {
    opacity: 0;
    visibility: hidden;
}
body {
    background-color: #fff !important;
    background-image: none !important;
}

/*skills category*/
/*! CSS Used from: /component-assets/css/bundle.css */
.ux2-component.template-hero-copypage .template-heading {
    color: currentColor;
}
.ux2-component.template-hero-copypage .subtitle {
    padding-bottom: 1.23em;
}
@media(max-width:767px) {
    .ux2-component.template-hero-copypage .subtitle {
        padding-bottom: 0;
    }
}
.ux2-component.template-recipe-grid .recipe-item .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: 50%;
    border-radius: 0;
}
.ux2-component.template-recipe-grid .recipe-item:focus-within .image:after,
.ux2-component.template-recipe-grid .recipe-item:focus .image:after {
    content:'';
    filter: drop-shadow(0 0 1px #000);
    position:absolute;
    top: 0;
    bottom:0;
    left:0;
    right:0;
    background-color: #00000025
}
.ux2-component.template-recipe-grid .recipe-item:focus-within a,
.ux2-component.template-recipe-grid .recipe-item:focus a {
    filter: none;
    box-shadow:none;
}
.ux2-component.template-recipe-grid .recipe-item .item-title {
    font-family: "din", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #fbf8f2;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 25px;
}
.ux2-component.template-story-filter .template-filter-button {
    display: inline-block;
    padding: 6px 12px 3px;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 5px;
    transition: background 0.2s cubic-bezier(0.25,.25,0.75,.75);
    overflow: visible;
    background: #8c8c8c;
    color: #fff;
    position: relative;
    text-decoration: none;
    font-family: DIN-Next-LT-Pro-Cond, sans-serif;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.1em;
}
.ux2-component.template-story-filter .template-filter-button:hover {
    background: #191919;
}
.ux2-component.template-story-filter .template-filter-button.is-active {
    background: #dc1e1e;
}
.ux2-component.template-story-filter .template-filter-button.is-active:hover {
    background: #191919;
}
.ux2-wrapper .template-heading.sans {
    font-family: 'din', sans-serif;
}
.ux2-wrapper .template-heading.h1 {
    font-size: 72px;
    line-height: 74px;
    margin: -0.09375em 0 -0.1458333em;
    background-image: none !important;
    text-transform: capitalize !important;
}
.ux2-wrapper .template-heading.h2 {
    font-size: 52px;
    line-height: 56px;
    margin: -0.089285em 0 -0.10714285em;
    text-transform: none !important;
    font-family: weberserif, sans-serif;
}
.ux2-wrapper .template-heading.h4 {
    font-size: 26px;
    line-height: 34px;
    margin: -0.25em 0 -0.3333em;
    text-transform: none !important;
}
.ux2-wrapper .template-sub-heading {
    font-family: 'din', sans-serif;
    color: #1a1a1a;
    margin: 0;
}
/*! CSS Used from: Embedded */
.ux2-component.template-hero-copypage .component-button-icon-breadcrumbs {
    position: absolute;
    top: 40px;
    left: 40px;
    text-decoration: none;
}
.ux2-component.template-hero-copypage .component-button-icon-breadcrumbs {
    color: #fbf8f2;
    z-index: 7;
}
@media(max-width: 767px) {
    .ux2-component.template-hero-copypage .component-button-icon-breadcrumbs {
        display: none;
    }
}
.component-divider-arrow {
    display: none;
}

/*skills*/
/*! CSS Used from: /component-assets/css/bundle.css */
.ux2-component.template-author-header {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.ux2-component.template-author-header * {
    box-sizing: border-box;
}
@media(max-width:767px) {
    .ux2-component.template-author-header {
        display: block;
    }
}
@media print {
    .ux2-component.template-author-header {
        -webkit-print-color-adjust: exact;
    }
    .ux2-component.template-author-header .component-story-share-buttons {
        display: none;
    }
}
.ux2-wrapper .template-content-intro.template-centered {
    text-align: center;
    margin-bottom: 32px;
}
.ux2-wrapper .template-content-intro.template-bigger h2 {
    padding-top: 16px;
    font-size: 56px;
}
.ux2-wrapper .product-title-price .template-price {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #b9b7b2;
}
.ux2-wrapper .product-title-price .template-price.template-regular {
    font-weight: 400;
    font-size: 18px;
}
.ux2-wrapper .product-title-price .external__pricing__container--promotion {
    font: 400 18px / 1em "weber-serif", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ux2-wrapper .template-button-drop-down {
    position: relative;
    height: 64px;
    padding: 0 24px;
    border: 0;
    font-size: 0;
    transition: border 0.2s linear, background 0.2s linear, color 0.2s linear;
    background: none;
    color: #1a1a1a;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.ux2-wrapper .template-button-drop-down:hover {
    border-color: #dc1e1e;
    color: #dc1e1e;
    text-decoration: none;
}
.ux2-wrapper .template-button-drop-down.template-full-fill:hover {
    border-radius: 2px;
    color: #fbf8f2;
    background: url('/component-assets/images/base/texture/texture-titles-white.png') 50% no-repeat #ac0f0f;
}
.ux2-wrapper .template-button-drop-down.template-full-fill:hover .template-border,
.ux2-wrapper .template-button-drop-down.template-full-fill:hover:after {
    display: none;
}
.ux2-wrapper .component-button-scroll-indicator {
    height: 46px;
    width: 46px;
    display: block;
    position: relative;
    border: 0;
    outline: 0;
    padding: 0;
    background: none;
    color: #fff;
}
.ux2-wrapper .component-button-scroll-indicator:hover .border:before {
    animation: transform-x-50 1s cubic-bezier(0.25,.25,0.75,.75) infinite;
}
.ux2-wrapper .component-button-scroll-indicator:hover .border:after {
    animation: transform-x-50-reverse 1s cubic-bezier(0.25,.25,0.75,.75) infinite;
}
.ux2-wrapper .component-button-scroll-indicator:hover .arrow-wrapper {
    transform: translateY(50%);
    transition: transform 0.8s cubic-bezier(0.19,1,0.22,1);
}
.ux2-wrapper .component-button-scroll-indicator .border {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    overflow: hidden;
}
.ux2-wrapper .component-button-scroll-indicator .border:after,
.ux2-wrapper .component-button-scroll-indicator .border:before {
    height: 46px;
    width: 92px;
    content: "";
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19,1,0.22,1);
}
.ux2-wrapper .component-button-scroll-indicator .border:before {
    top: 0;
    right: 0;
    border-top: 1px dashed currentColor;
}
.ux2-wrapper .component-button-scroll-indicator .border:after {
    bottom: 0;
    left: 0;
    border-bottom: 1px dashed currentColor;
}
.ux2-wrapper .component-button-scroll-indicator .icon {
    top: -7px;
    bottom: -7px;
    left: 0;
    right: 0;
    display: block;
    position: absolute;
    overflow: hidden;
}
.ux2-wrapper .component-button-scroll-indicator .arrow-wrapper {
    height: 200%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0;
}
.ux2-wrapper .component-button-scroll-indicator .arrow {
    height: 50%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: rotate(-90deg);
}
.ux2-wrapper .component-button-scroll-indicator .arrow svg {
    height: 7px;
    width: 24px;
    display: block;
    margin-top: -2px;
}
.ux2-component.template-content-items .template-block-content-wrapper {
    font-size: 0;
    text-align: center;
}
.ux2-component.template-content-items .content-items {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-align: left;
}
.ux2-component.template-content-items .content-items-item {
    width: 33.33%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0 16px;
    vertical-align: top;
}
.ux2-component.template-content-items .content-items-item:first-child {
    margin: 0 16px 0 0;
}
.ux2-component.template-content-items .content-items-item:last-child {
    margin: 0 0 0 16px;
}
.ux2-component.template-content-items .content-items-item figure {
    margin: 0 0 25px;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
.ux2-component.template-content-items .content-items-item figure:before {
    content: "";
    display: block;
    padding-top: 58.59375%;
}
.ux2-component.template-content-items .content-items-item .item-image {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
}
.ux2-component.template-content-items .content-items-item .title {
    padding: 0 0 25px;
    margin: -3px 0 -4px;
    font: 700 26px / 34px "weber-serif", sans-serif;
    letter-spacing: 0.032em;
    text-transform: none;
    color: #1a1a1a;
    display: block;
    text-decoration: none;
}
.ux2-component.template-content-items .content-items-item .template-copy {
    padding-top: 35px;
    padding-bottom: 50px;
    color: #191919;
    font-family: 'din', sans-serif;
    font-size: 18px;
    line-height: 28px;
}
.ux2-component.template-content-items .content-items-item p.template-copy {
    padding: 0 0 25px;
}
@media(max-width:767px) {
    .ux2-component.template-content-items .template-block-content-wrapper {
        text-align: left;
    }
    .ux2-component.template-content-items .content-items {
        display: block;
    }
    .ux2-component.template-content-items .content-items-item {
        width: 100%;
        margin: 0;
    }
    .ux2-component.template-content-items .content-items-item:first-child,
    .ux2-component.template-content-items .content-items-item:last-child {
        margin: 0;
    }
    .ux2-component.template-content-items .content-items-item:not(:first-child) {
        margin-top: 16px;
    }
    .ux2-component.template-content-items .content-items-item .title {
        padding-top: 16px;
    }
    .ux2-component.template-content-items .content-items-item .template-copy {
        padding-top: 20px;
        padding-bottom: 32px;
    }
}
.ux2-component.template-content-static {
    position: relative;
}
.ux2-component.template-content-static.has-sidebar {
    z-index: 1;
}
.ux2-component.template-content-static .template-block-content-wrapper {
    display: -ms-flexbox;
    display: flex;
}
@media print {
    .ux2-component.template-content-static .template-block-content-wrapper {
        -webkit-print-color-adjust: exact !important;
        margin: 0 !important;
        width: 100%;
        max-width: none !important;
    }
}
.ux2-component.template-content-static .content {
    width: 100%;
    padding-left: 64px;
    color: #191919;
    border-left: 0 dashed #b9b7b2;
    font-size: 18px;
    line-height: 28px;
    font-family: 'din', sans-serif;
}
.ux2-component.template-content-static .content .content-block p {
    font-size: 18px;
    line-height: 28px;
    font-family: 'din', sans-serif;

}
@media print {
    .ux2-component.template-content-static .content {
        padding-left: 0;
    }
}
@media(max-width:1024px) {
    .ux2-wrapper .return-button {
        display: none;
    }
    .ux2-component.template-content-static .content {
        padding-left: 32px;
    }
}
@media(max-width:767px) {
    .ux2-wrapper .return-button {
        display: none;
    }
    .ux2-component.template-content-static .template-block-content-wrapper {
        display: block;
    }
    .ux2-component.template-content-static .content {
        width: 100%;
        padding-top: 32px;
        padding-left: 0;
        border-left: none;
    }
}
.ux2-component.template-sidebar-nav {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 256px;
    padding-right: 32px;
    padding-left: 32px;
    position: relative;
    border-left: 1px dashed #b9b7b2;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
@media print {
    .ux2-component.template-sidebar-nav {
        display: none;
    }
}
.ux2-component.template-sidebar-nav .sidebar-header-mobile {
    display: none;
}
.ux2-component.template-sidebar-nav .sidebar-nav {
    position: relative;
    left: 0;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ux2-component.template-sidebar-nav .sidebar-nav:not(.sub-nav) {
    height: auto;
    transition: height 0.3s cubic-bezier(0.645,.045,0.355,1);
}
.ux2-component.template-sidebar-nav .sidebar-nav-item:not(:first-child) {
    margin-top: 23px;
}
@media(max-width:1024px) {
    .ux2-component.template-sidebar-nav {
        padding-right: 16px;
    }
}
@media(max-width:767px) {
    .ux2-component.template-sidebar-nav {
        width: 100%;
        padding: 0;
        border-left: none;
        border-right: 0;
    }
    .ux2-component.template-sidebar-nav .sidebar-wrapper-mobile {
        border: 1px dashed #b9b7b2;
    }
    .ux2-component.template-sidebar-nav .return-button {
        display: none;
    }
    .ux2-component.template-sidebar-nav .nav-indicator {
        padding: 2rem;
        display: inline-block;
        border-right: 1px dashed #b9b7b2;
    }
    .ux2-component.template-sidebar-nav .nav-indicator.is-open svg {
        transform: rotate(270deg);
    }
    .ux2-component.template-sidebar-nav .nav-indicator svg {
        height: 0.7rem;
        width: 1.4rem;
        transform: rotate(90deg);
        color: #dc1e1e;
    }
    .ux2-component.template-sidebar-nav .nav-header-title {
        padding-left: 2rem;
        font: 600 17px / 1 DIN-Next-LT-Pro-Cond, sans-serif;
        letter-spacing: 0.12em;
        text-decoration: none;
        color: #1a1a1a;
        cursor: pointer;
        transition: color 0.2s cubic-bezier(0.25,.25,0.75,.75);
        text-transform: uppercase;
    }
    .ux2-component.template-sidebar-nav .sidebar-header-mobile {
        display: block;
        border-bottom: 1px dashed #b9b7b2;
    }
    .ux2-component.template-sidebar-nav .sidebar-nav {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        position: relative;
    }
    .ux2-component.template-sidebar-nav .sidebar-nav:not(.sub-nav) {
        padding: 0 2rem;
    }
    .ux2-component.template-sidebar-nav .sidebar-nav .sidebar-nav-item:not(.sub-item):first-child {
        padding-top: 1.5rem;
    }
    .ux2-component.template-sidebar-nav .sidebar-nav .sidebar-nav-item:not(.sub-item):last-child {
        padding-bottom: 1.5rem;
    }
}
.ux2-wrapper .component-story-share-buttons .content-share {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    height: 64px;
    border: 1px dashed #b9b7b2;
    box-sizing: border-box;
    font-size: 0;
    margin: 0;
    padding: 0;
}
.ux2-wrapper .component-story-share-buttons .content-share li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 64px;
    height: 64px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: background-color 0.2s cubic-bezier(0.25,.25,0.75,.75);
    cursor: pointer;
}
.ux2-wrapper .component-story-share-buttons .content-share li a {
    height: 20px;
    width: 20px;
    display: inline-block;
}
.ux2-wrapper .component-story-share-buttons .content-share li:not(:first-child) {
    border-left: 1px dashed #b9b7b2;
}
.ux2-wrapper .component-story-share-buttons .content-share li svg {
    height: 20px;
    width: 20px;
    position: absolute;
}
.ux2-wrapper .component-story-share-buttons .content-share li path {
    fill: #b9b7b2;
    transition: fill 0.2s cubic-bezier(0.25,.25,0.75,.75);
}
.ux2-wrapper .component-story-share-buttons .content-share li:hover {
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat 50% #dc1e1e;
}
.ux2-wrapper .component-story-share-buttons .content-share li:hover path {
    fill: #fbf8f2;
}
@media(max-width:767px) {
    .ux2-wrapper .component-story-share-buttons {
        margin-top: 32px;
    }
    .ux2-wrapper .component-story-share-buttons .content-share {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto;
        width: auto;
        height: 64px;
    }
    .ux2-wrapper .component-story-share-buttons .content-share:after,
    .ux2-wrapper .component-story-share-buttons .content-share:before {
        display: none;
    }
}
.ux2-wrapper .button-circle.is-disabled {
    pointer-events: none;
    opacity: .0;
}
.ux2-component.block-explore-accessories {
    position: relative;
}
.ux2-component.block-explore-accessories * {
    box-sizing: border-box;
}
.ux2-component.block-explore-accessories .template-content {
    position: relative;
    max-width: 1408px;
    padding: 0 96px;
    margin: 0 auto 48px;
}
.ux2-component.block-explore-accessories .template-content .template-heading {
    padding-bottom: 0 !important;
}
@media(max-width:767px) {
    .ux2-component.block-explore-accessories {
        padding: 0;
    }
    .ux2-component.block-explore-accessories .template-content {
        padding: 0 32px;
    }
}
@media print {
    .ux2-component.block-explore-accessories {
        display: none;
    }
}
.ux2-wrapper .template-component-carousel-card {
    padding: 0 32px;
    font-size: 0;
}
.ux2-wrapper .template-component-carousel-card * {
    box-sizing: border-box;
}
.ux2-wrapper .template-component-carousel-card .template-accessories-list-wrapper {
    position: relative;
    max-width: 1344px;
    margin: 0 auto;
}
.ux2-wrapper .template-component-carousel-card .button-circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.ux2-wrapper .template-component-carousel-card .button-circle.previous {
    left: -32px;
}
.ux2-wrapper .template-component-carousel-card .button-circle.next {
    right: -32px;
}
.ux2-wrapper .template-component-carousel-card .template-accessories-inner-wrapper {
    overflow: hidden;
    padding: 0 64px;
}
.ux2-wrapper .template-component-carousel-card .template-accessories-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 0;
}
.ux2-wrapper .template-component-carousel-card .template-accessory-item {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    max-width: 384px;
    vertical-align: top;
    margin-right: 32px;
    padding-bottom: 1px;
}
.ux2-wrapper .template-component-carousel-card .template-accessory-inner-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: 16px;
    border: 1px dashed rgba(26, 26, 26, .25);
}
.ux2-wrapper .template-component-carousel-card .template-accessory-inner-item .template-image {
    position: relative;
    width: 100%;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.ux2-wrapper .template-component-carousel-card .template-accessory-inner-item .template-image:before {
    content: "";
    display: block;
    padding-top: 90%;
}
.ux2-wrapper .template-component-carousel-card .template-accessory-inner-item .template-component-button {
    width: 100%;
}
.ux2-wrapper .template-component-carousel-card .template-product-set {
    position: relative;
}
.ux2-wrapper .template-component-carousel-card .template-product-set .template-image {
    padding-bottom: 55px;
    cursor: default;
}
.ux2-wrapper .template-component-carousel-card .template-product-set .template-product-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding-bottom: 1px;
}
.ux2-wrapper .template-component-carousel-card .template-product-set .product-title-price {
    padding-bottom: 12px;
    padding-right: 8px;
}
.ux2-wrapper .template-component-carousel-card .template-product-set .template-sub-heading {
    cursor: auto;
}
.ux2-wrapper .template-component-carousel-card .template-bullets {
    display: none;
}
.ux2-wrapper .template-component-carousel-card .button-wrapper .template-component-button {
    display: inline-block;
    background: #dc1e1e;
    border-radius: 5px;
    margin-top: 16px;
    border: none;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: -12px;
}
.ux2-wrapper .template-component-carousel-card .button-wrapper .template-component-button .template-button-drop-down {
    color: #fbf8f2;
    width: 100%;
}
.ux2-wrapper .template-component-carousel-card .button-wrapper .template-component-button .template-border {
    display: none;
}
.ux2-wrapper .template-component-carousel-card .button-wrapper .template-component-button .template-label {
    margin-bottom: 0;
    pointer-events: none;
    text-decoration: none !important;
}
.ux2-wrapper .template-component-carousel-card .button-wrapper .template-component-button:hover {
    border-radius: 5px;
    color: #fbf8f2;
}
.ux2-wrapper .template-component-carousel-card .button-wrapper .template-component-button .template-full-fill:hover,
.ux2-wrapper .template-component-carousel-card .button-wrapper .template-component-button:hover {
    background: #191919;
}
.ux2-wrapper .template-component-carousel-card .template-bullets {
    padding-top: 32px;
}
@media(max-width:1024px) {
    .ux2-wrapper .template-component-carousel-card .template-accessory-item {
        width: 50%;
    }
    .ux2-wrapper .template-component-carousel-card .template-accessory-item:nth-child(2n) {
        margin-right: 128px;
    }
}
@media(max-width:767px) {
    .ux2-wrapper .template-component-carousel-card {
        padding: 0;
    }
    .ux2-wrapper .template-component-carousel-card .template-accessories-list-wrapper {
        width: 288px;
        position: relative;
        margin: 0 auto;
        overflow: visible;
    }
    .ux2-wrapper .template-component-carousel-card .button-circle {
        display: none;
    }
    .ux2-wrapper .template-component-carousel-card .template-accessories-list {
        padding: 0;
    }
    .ux2-wrapper .template-component-carousel-card .template-accessories-list li {
        width: 288px;
    }
    .ux2-wrapper .template-component-carousel-card .template-accessory-item {
        padding: 0 8px;
        margin-right: 0;
    }
    .ux2-wrapper .template-component-carousel-card .template-accessory-item:nth-child(2) {
        margin-right: 0;
    }
    .ux2-wrapper .template-component-carousel-card .template-accessory-item:not(:first-child) {
        margin-left: 0;
    }
    .ux2-wrapper .template-component-carousel-card .template-accessories-inner-wrapper {
        overflow: hidden;
        padding: 0;
    }
    .ux2-wrapper .template-component-carousel-card .template-accessory-inner-item {
        padding: 16px;
        width: 288px;
    }
    .ux2-wrapper .template-component-carousel-card .template-bullets {
        display: block;
        padding-top: 24px;
        padding-bottom: 30px;
    }
}
@media(max-width:1460px) {
    .ux2-wrapper .template-component-carousel-card .button-circle.previous {
        left: -16px;
    }
    .ux2-wrapper .template-component-carousel-card .button-circle.next {
        right: -16px;
    }
}
@media print {
    .block-explore-accessories {
        display: none !important;
    }
}
.ux2-component.template-related-posts {
    padding: 40px 0;
}
.ux2-component.template-related-posts .template-block-content-wrapper {
    font-size: 0;
}
.ux2-component.template-related-posts .block-title {
    display: inline-block;
    margin: 0 0 5px;
    padding: 0;
}
.ux2-component.template-related-posts .copy-wrapper {
    padding: 16px 0;
}
.ux2-component.template-related-posts .content-items {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
}
.ux2-component.template-related-posts .content-items-item {
    width: 33.33%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0 16px;
    vertical-align: top;
}
.ux2-component.template-related-posts .content-items-item:first-child {
    margin: 0 16px 0 0;
}
.ux2-component.template-related-posts .content-items-item:last-child {
    margin: 0 0 0 16px;
}
.ux2-component.template-related-posts .content-items-item figure {
    margin: 0;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
.ux2-component.template-related-posts .content-items-item figure:before {
    content: "";
    display: block;
    padding-top: 58.59375%;
}
.ux2-component.template-related-posts .content-items-item figure img {
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}
.ux2-component.template-related-posts .content-items-item .title {
    display: block;
    text-decoration: none;
    padding-top: 8px;
    margin: -3px 0 -4px;
    font: 700 22px / 1 "weber-serif", sans-serif;
    letter-spacing: 0.032em;
    text-transform: uppercase;
    color: #1a1a1a;
}
.ux2-component.template-related-posts .content-items-item .title:hover {
    color: #dc1e1e;
    text-decoration: underline;
}
@media(max-width:767px) {
    .ux2-component.template-related-posts .template-block-content-wrapper {
        text-align: left;
    }
    .ux2-component.template-related-posts .content-items {
        display: block;
    }
    .ux2-component.template-related-posts .content-items-item {
        width: 100%;
        margin: 0;
    }
    .ux2-component.template-related-posts .content-items-item:first-child,
    .ux2-component.template-related-posts .content-items-item:last-child {
        margin: 0;
    }
    .ux2-component.template-related-posts .content-items-item:not(:first-child) {
        margin-top: 16px;
    }
    .ux2-component.template-related-posts .content-items-item .title {
        padding: 8px 0;
    }
}
@media print {
    .ux2-component.template-related-posts {
        display: none;
    }
}
.ux2-wrapper .template-copy {
    font-family: DIN-Next-LT-Pro, sans-serif;
    font-weight: 400;
    margin: 0;
}
.ux2-wrapper .template-heading.h1 {
    font-size: 72px;
    line-height: 74px;
    margin: -0.09375em 0 -0.1458333em;
    background-image: none !important;
    text-transform: capitalize !important;
}
.ux2-wrapper .template-heading.h4 {
    font-size: 24px;
    line-height: 1.3333;
    margin: -0.25em 0 -0.3333em;
}
.ux2-wrapper .template-heading.h5 {
    font-size: 18px;
    line-height: 1.2222;
    margin: -0.222em 0 -0.27778em;
}
@media(max-width:767px) {
    .ux2-wrapper .template-heading.h4,
    .ux2-wrapper .template-heading.h5 {
        font-size: 16px;
        line-height: 1;
    }
    .ux2-wrapper .template-block-content-wrapper.medium-mobile {
        max-width: 320px;
    }
}
.ux2-wrapper .template-bullets .bullet-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    padding: 0;
}
.ux2-wrapper .template-bullets .bullet-button {
    position: relative;
    display: block;
    height: 8px;
    width: 8px;
    cursor: pointer;
    color: currentColor;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none;
}
.no-touchevents .ux2-wrapper .template-bullets .bullet-button:hover:before {
    border: 1px solid currentColor;
    background: currentColor;
}
.ux2-wrapper .template-bullets .bullet-button:before {
    display: block;
    height: 8px;
    width: 8px;
    margin: 0;
    content: "";
    border: 1px solid currentColor;
    border-radius: 50%;
    transition: border 0.2s linear;
}
.ux2-wrapper .template-bullets .bullet-button.is-active:before {
    border-width: 1px solid currentColor;
    padding: 0;
    background: currentColor;
    margin: 0;
}
@media(max-width:767px) {
    .ux2-wrapper .template-bullets .bullet-button {
        height: 12px;
        width: 12px;
    }
    .ux2-wrapper .template-bullets .bullet-button:before {
        height: 10px;
        width: 10px;
    }
}
/*! CSS Used from: Embedded */
.ux2-component.template-gallery-grill-skills .content-items-item p.template-copy {
    padding: 0 0 25px;
}
/*! CSS Used keyframes */
@keyframes transform-x-50 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(50%);
    }
}
@keyframes transform-x-50-reverse {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
/*! CSS Used from: /component-assets/css/reskin-blog.css */
.ux2-wrapper .template-component-icon {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    fill: currentColor;
}
.ux2-wrapper .component-button-scroll-indicator .border {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: #dc1e1e;
    border-radius: 50%;
    transition: background-color 0.1s;
}
.ux2-wrapper .return-button:hover .component-button-scroll-indicator .border {
    background-color: #191919;
}
.ux2-wrapper .component-button-scroll-indicator .border:before {
    top: 0;
    right: 0;
    border-top: 0 dashed currentColor;
}
.ux2-wrapper .component-button-scroll-indicator .border:after {
    bottom: 0;
    left: 0;
    border-bottom: 0 dashed currentColor;
}
.ux2-wrapper .component-button-scroll-indicator .arrow {
    height: 50%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: rotate(-90deg);
    color: #fff;
    fill: #fff;
}
.ux2-component.template-sidebar-nav {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 256px;
    padding-right: 32px;
    padding-left: 32px;
    position: relative;
    border-left: 0 dashed #b9b7b2;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.ux2-component.template-sidebar-nav .return-button {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 64px;
    color: #dc1e1e;
    margin-bottom: 80px;
    text-decoration: none;
}
.ux2-component.template-sidebar-nav .return-button .component-button-scroll-indicator {
    display: inline-block;
    color: currentColor;
    vertical-align: middle;
    transform: rotate(90deg) scale(0.9);
}
.ux2-component.template-sidebar-nav .return-button .indicator-label {
    position: relative;
    top: 1px;
    text-transform: none;
    color: #191919;
    display: inline-block;
    font-size: 18px;
    font-family: din, sans-serif;
    font-weight: 600;
    margin-left: 12px;
}
.ux2-component.template-sidebar-nav .return-button .indicator-label:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 3px;
    left: 0;
    background-color: #dc1e1e;
    visibility: hidden;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all 0.3s cubic-bezier(0.645,.045,0.355,1) 0s;
}
.ux2-component.template-sidebar-nav .return-button:hover .indicator-label:before,
.ux2-component.template-sidebar-nav .return-button:focus .indicator-label:before {
    visibility: visible;
    transform: scaleX(1);
}
.ux2-component.template-sidebar-nav .sidebar-nav-item a {
    position: relative;
    font: 600 20px / 1 DIN-Next-LT-Pro-Cond, sans-serif;
    letter-spacing: 0.12em;
    color: #1a1a1a;
    cursor: pointer;
    text-transform: uppercase;
}
.ux2-component.template-sidebar-nav .sidebar-nav-item a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #dc1e1e;
    visibility: hidden;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all 0.3s cubic-bezier(0.645,.045,0.355,1) 0s;
}
.ux2-component.template-sidebar-nav .sidebar-nav-item a:hover {
    /*color:#dc1e1e;*/
    text-decoration: none;
}
.ux2-component.template-sidebar-nav .sidebar-nav-item a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}
@media(max-width:767px) {
    .ux2-component.template-sidebar-nav .nav-header-title {
        padding-left: 2rem;
        font: 600 17px / 1 'din', sans-serif;
        letter-spacing: 0.12em;
        text-decoration: none;
        color: #1a1a1a;
        cursor: pointer;
        transition: color 0.2s cubic-bezier(0.25,.25,0.75,.75);
        text-transform: uppercase;
    }
}
.ux2-wrapper .component-story-share-buttons .content-share {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    height: 64px;
    border: 0 dashed #b9b7b2;
    box-sizing: border-box;
    font-size: 0;
    margin: 0;
    padding: 0;
}
.ux2-wrapper .component-story-share-buttons .content-share li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 45px;
    height: 45px;
    margin: 8px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: background-color 0.2s cubic-bezier(0.25,.25,0.75,.75);
    cursor: pointer;
    background-color: #dc1e1e;
    border-radius: 50%;
}
.ux2-wrapper .component-story-share-buttons .content-share li:not(:first-child) {
    border-left: 0 dashed #b9b7b2;
}
.ux2-wrapper .component-story-share-buttons .content-share li svg {
    height: 20px;
    width: 20px;
}
.ux2-wrapper .component-story-share-buttons .content-share li path {
    fill: #fff;
    transition: fill 0.2s cubic-bezier(0.25,.25,0.75,.75);
}
.ux2-wrapper .component-story-share-buttons .content-share li:hover {
    background: #191919;
}
/*! CSS Used from: https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/css/global.css */
*,
*::before,
*::after {
    box-sizing: border-box;
}
figure,
section {
    display: block;
}
h2,
h3 {
    margin-top: 0;
    margin-bottom: 10px;
}
a {
    color: #444;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #1e1e1e;
    text-decoration: underline;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
h2,
h3,
.h4,
.h5 {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.2;
}
h2 {
    font-size: 2.625rem;
}
h3 {
    font-size: 1.625rem;
}
.h4 {
    font-size: 1.125rem;
}
.h5 {
    font-size: 1rem;
}
.small {
    font-size: 80%;
    font-weight: 400;
}
@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    img {
        page-break-inside: avoid;
    }
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
a:focus {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    outline: none;
}
h2,
h3 {
    color: #191919;
}
h2 {
    font-family: "weberserif", sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 40px;
    letter-spacing: 0;
}
@media(min-width: 768px) {
    h2 {
        font-size: 42px;
        line-height: 48px;
    }
}
h3 {
    font-family: "din", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
}
@media(min-width: 768px) {
    h3 {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0;
    }
}
.h4 {
    font-family: "din", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
}
.h5 {
    font-family: "din", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}
/*! CSS Used from: /component-assets/css/reskin-blog.css */
.ux2-component.template-related-posts .template-related-posts-header {
    text-align: center;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 32px;
}
.ux2-component.template-related-posts .content-items-item .writer {
    padding-top: 8px;
    font-family: din, sans-serif;
    color: #191919;
    font-size: 18px;
}
.ux2-component.template-related-posts .content-items-item .title {
    display: block;
    text-decoration: none;
    padding-top: 8px;
    margin: -3px 0 -4px;
    font: 700 26px "din", sans-serif;
    letter-spacing: 0.032em;
    text-transform: none;
    color: #1a1a1a;
}
.ux2-wrapper .template-heading.h4 {
    font-size: 24px;
    line-height: 1.3333;
    margin: -0.25em 0 32px;
    width: 100%;
    text-align: center;
}
.ux2-wrapper .template-heading.upper {
    text-transform: none;
}
.backgroundcliptext .ux2-wrapper .type-texture {
    background-image: none !important;
}
.ux2-wrapper .product-title-price .template-sub-heading.h1 {
    margin: 0;
    font-size: 24px;
    font-family: "din", sans-serif;
    font-weight: bold;
    line-height: 28px;
}
.ux2-wrapper .product-title-price .external__pricing__container--promotion {
    font: 400 18px "din", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ux2-wrapper .template-full-color-button {
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 2px;
    outline: 0;
    text-align: left;
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat-x 50% #dc1e1e;
    transition: background 0.2s linear;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    background: none;
}
.ux2-wrapper .template-full-color-button:hover {
    background-color: #ac0f0f;
    text-decoration: none;
    background: none;
}
.ux2-wrapper .template-full-color-button .template-label .template-label-text {
    padding-top: 2px;
    color: black;
    text-transform: none;
    font-family: "din", sans-serif;
    font-size: 16px;
    transition: color 0.1s linear;
}
.ux2-wrapper .button-circle[disabled] {
    pointer-events: none;
    opacity: 0;
}
.ux2-wrapper .button-circle:after {
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    content: "";
    position: absolute;
    border: 1px solid #dc1e1e;
    border-radius: 50%;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s linear, transform 0.4s cubic-bezier(0.95,.05,0.795,.035);
    display: none;
}
.ux2-component.block-explore-accessories {
    position: relative;
    height: 682px;
    margin: auto;
}
@media(max-width: 1024px) {
    .ux2-component.block-explore-accessories {
        padding: 0;
    }
}
@media(max-width: 767px) {
    .ux2-component.block-explore-accessories {
        padding: 0 32px;
    }
}
.ux2-component.block-explore-accessories .template-content {
    width: 100%;
    margin: 0;
}
@media(max-width: 1024px) {
    .ux2-component.block-explore-accessories .template-content {
        padding: 0;
        width: 100%;
    }
}
@media(max-width: 767px) {
    .ux2-component.block-explore-accessories .template-content {
        display: none;
    }
}
.ux2-component.block-explore-accessories .template-component-carousel-card {
    width: 100%;
    margin: 0 0 0 -32px;
    position: absolute;
    padding: 0;
}
@media(max-width: 1024px) {
    .ux2-component.block-explore-accessories .template-component-carousel-card {
        width: 100%;
    }
}
@media(max-width: 767px) {
    .ux2-component.block-explore-accessories .template-component-carousel-card {
        position: relative;
        left: auto;
        right: auto;
        margin: auto;
        width: 100%;
    }
}
.ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper {
    overflow: visible;
    width: 100% !important;
}
.ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .previous {
    left: auto;
    right: calc(100% - 58px);
    transform: translate(100%, -50%);
}
.ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .next {
    left: calc(100% - 58px);
    right: auto;
    transform: translate(-100%, -50%);
}
.ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .template-accessories-overflow-hidden {
    width: calc(100% - 16px);
    margin-left: 8px;
    overflow: hidden;
}
.ux2-component.block-explore-accessories .template-accessories-list {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    display: flex;
}
.ux2-component.block-explore-accessories .template-accessories-list * {
    box-sizing: border-box;
}
@media(max-width: 767px) {
    .ux2-component.block-explore-accessories .template-content {
        padding: 0 10px;
        width: 95%;
        margin-bottom: 32px;
    }
    .ux2-component.block-explore-accessories .template-accessory-item {
        margin-bottom: 15px;
    }
    .ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper {
        width: 100% !important;
        display: block;
    }
}
.ux2-wrapper .template-component-carousel-card {
    font-size: 0;
}
.ux2-wrapper .template-component-carousel-card .template-accessories-list {
    max-width: 100%;
    min-width: 100%;
}
.ux2-wrapper .template-component-carousel-card .template-accessories-list-wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.ux2-wrapper .template-component-carousel-card .button-circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: #DC1E1E;
    border-radius: 360px;
    box-shadow: 0 0 0 4pt #fff;
}
.ux2-wrapper .template-component-carousel-card .button-circle:hover {
    background-color: #191919;
}
.ux2-wrapper .template-component-carousel-card .button-circle:hover .arrow svg {
    fill: white;
}
.ux2-wrapper .template-component-carousel-card .template-accessories-list {
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 0;
    padding: 0;
}
.ux2-wrapper .template-component-carousel-card .template-accessory-item {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 520px;
    vertical-align: top;
    margin: 0 16px;
    padding-bottom: 1px;
    max-width: calc(33.33333333333% - 32px);
    overflow: hidden;
}
@media(max-width: 767px) {
    .ux2-wrapper .template-component-carousel-card .template-accessory-item {
        max-width: calc(50% - 32px);
    }
}
@media(max-width: 1320px) {
    .ux2-wrapper .template-component-carousel-card .template-accessory-item {
        max-width: calc(50% - 32px);
    }
    .ux2-wrapper .product-title-price .template-sub-heading.h1 {
        font-size: 20px;
    }
    .ux2-wrapper .product-title-price .external__pricing__container--promotion {
        font-size: 16px;
    }
    .ux2-wrapper .template-component-carousel-card .template-accessory-item.template-product-set .template-image {
        position: absolute;
        padding: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 50%;
    }
    .ux2-wrapper .template-component-carousel-card .template-product-set .template-product-data {
        top: 50%;
        position: absolute;
        left: 16px;
        right: 16px;
    }
    .ux2-wrapper .template-component-carousel-card .template-accessory-inner-item .template-component-button {
        z-index: 1;
        position: absolute;
        bottom: 16px;
        padding: 0;
        margin: 0;
        left: 16px;
        right: 16px;
        width: calc(100% - 32px);
    }
    .ux2-wrapper .template-component-carousel-card .template-accessory-item.template-product-set {
        width: calc(25% - 8px) !important;
        margin: 0 4px;
        height: 425px;
    }
    .ux2-wrapper .template-component-carousel-card .template-accessory-item.template-product-set:nth-child(4n) {
        margin-right: 132px;
    }
    .ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .previous {
        left: 16px;
        right: auto;
        transform: none;
    }
    .ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .next {
        left: auto;
        right: 16px;
        transform: none;
    }
    .ux2-component.block-explore-accessories {
        height: 555px;
    }
}
@media(max-width: 1024px) {
    .ux2-wrapper .template-component-carousel-card .template-accessory-item.template-product-set {
        width: calc(50% - 32px) !important;
        margin: 0 16px;
        height: 425px;
    }
    .ux2-wrapper .template-component-carousel-card .template-accessory-item.template-product-set:nth-child(4n) {
        margin-right: 16px;
    }
    .ux2-wrapper .template-component-carousel-card .template-accessory-item.template-product-set:nth-child(2n) {
        margin-right: 144px;
    }
    .ux2-wrapper .template-component-carousel-card .template-product-set .template-product-data {
        left: 32px;
        right: 32px;
    }
}
@media(max-width:767px) {
    .ux2-wrapper .template-component-carousel-card .template-accessory-item.template-product-set {
        width: calc(100% - 16px) !important;
        margin: 0 16px;
        height: 425px;
    }
    .ux2-wrapper .template-component-carousel-card .template-accessory-item.template-product-set:nth-child(4n) {
        margin-right: 16px;
    }
    .ux2-wrapper .template-component-carousel-card .template-accessory-item.template-product-set:nth-child(2n) {
        margin-right: 16px;
    }
    .ux2-wrapper .template-component-carousel-card .template-product-set .template-product-data {
        left: 32px;
        right: 32px;
    }
    .ux2-wrapper .template-component-carousel-card .template-accessory-inner-item .template-component-button {
        max-width: 240px;
        margin: auto;
    }
}
.ux2-wrapper .template-component-carousel-card .template-accessory-inner-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 16px 32px 32px;
    border: none;
    background-color: #f5f5f5;
}
.ux2-wrapper .template-component-carousel-card .template-accessory-inner-item .template-component-button {
    z-index: 1;
    position: absolute;
    bottom: 32px;
    left: 32px;
    right: 32px;
    width: calc(100% - 64px);
}
.ux2-wrapper .template-component-carousel-card .template-product-set {
    position: relative;
    width: calc(25% - 32px) !important;
}
.ux2-wrapper .template-component-carousel-card .template-product-set:nth-child(4n) {
    margin-right: 144px;
}
.ux2-wrapper .template-component-carousel-card .template-product-set .template-image {}
.ux2-wrapper .template-component-carousel-card .template-product-set .template-product-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding-bottom: 1px;
    z-index: 1;
}
.ux2-wrapper .template-component-carousel-card .template-product-set .product-title-price {
    padding-bottom: 0;
    padding-right: 8px;
}
.ux2-wrapper .template-component-carousel-card .template-product-set .product-title-price p {
    margin: 0;
}
.ux2-wrapper .template-component-carousel-card .template-product-set .template-component-button .template-sub-heading {
    border-bottom: #DC1E1E solid 0;
    cursor: pointer;
}
.ux2-wrapper .template-component-carousel-card .template-bullets {
    display: block;
    padding-top: 24px;
    padding-bottom: 30px;
}
@media(max-width: 1024px) {
    .ux2-wrapper .template-component-carousel-card {
        width: 100%;
    }
}
@media(max-width: 767px) {
    .ux2-wrapper .template-component-carousel-card .template-accessories-list-wrapper {
        width: 288px;
        position: relative;
        margin: 0 auto;
        overflow: visible;
        display: flex;
        max-width: 100%;
    }
    .ux2-wrapper .template-component-carousel-card .template-accessories-list li {
        width: 100% !important;
        max-width: 100%;
        margin: 0;
        padding: 0;
        border: 8px solid white;
    }
    .ux2-wrapper .template-component-carousel-card .template-accessory-inner-item {
        padding: 16px;
        width: 100%;
    }
    .ux2-wrapper .template-component-carousel-card .template-accessory-inner-item .template-image {
        bottom: 0;
        right: 0;
        padding-bottom: 0;
        top: 50%;
    }
}
@media(max-width: 767px) {
    .ux2-component.block-explore-accessories {
        width: auto;
    }
}
@media print {
    .ux2-component.block-explore-accessories-v2,
    .ux2-component.block-explore-accessories {
        display: none !important;
    }
}

/*blog landing*/
/*! CSS Used from: /component-assets/css/bundle.css */
.ux2-wrapper .template-button-drop-down.template-red {
    border-color: currentColor;
    color: #fff;
    background-color: #dc1e1e;
    border-radius: 4px;
}
.ux2-wrapper .template-button-drop-down.template-red:hover {
    border-color: currentColor;
    color: #fff;
    background-color: #191919;
}
.ux2-wrapper .template-button-drop-down.template-red .template-border,
.ux2-wrapper .template-button-drop-down.template-red:after {
    border-color: currentColor;
    display: none;
}
.ux2-wrapper .template-button-drop-down.template-red .template-border .stroke {
    stroke: currentColor;
}
.ux2-wrapper .template-button-drop-down.template-small {
    height: 40px;
}
.ux2-wrapper .template-button-drop-down.template-small .template-label {
    text-decoration: none;
    padding-top: 3px;
}
.ux2-wrapper .template-button-drop-down.template-full-fill:hover {
    border-radius: 2px;
    color: #fff;
    background: #191919;
}
.ux2-wrapper a.template-full-color-button .template-icon {
    display: none;
}
.ux2-wrapper .template-bloggers-carousel-outer-wrapper .button-circle {
    height: 45px;
    width: 45px;
    background-color: #dc1e1e;
    transition: background-color 0.2s;
    border-radius: 50%;
}
.ux2-wrapper .template-bloggers-carousel-outer-wrapper .button-circle .border-icon {
    display: none;
}
.ux2-wrapper .template-bloggers-carousel-outer-wrapper .button-circle:after {
    display: none;
}
.ux2-wrapper .template-bloggers-carousel-outer-wrapper .button-circle:hover {
    background-color: #191919;
}
.ux2-wrapper .template-bloggers-carousel-outer-wrapper .button-circle .arrow {
    height: 45px;
    width: 45px;
}
.ux2-wrapper .template-bloggers-carousel-outer-wrapper .button-circle .arrow svg {
    color: #fff;
    fill: #fff;
}
.ux2-wrapper .template-bloggers-carousel-outer-wrapper .button-circle:hover .arrow svg {
    color: #fff;
    fill: #fff;
}
.default-input {
    height: 40px;
    padding: 0.25em 10px 0;
    border: 1px solid hsla(0, 0%, 41%, 0.5);
    border-radius: 2px;
    outline: 0;
    font: 400 16px / 1em din, sans-serif;
    color: dimgray;
    background: none;
    transition: border 0.2s cubic-bezier(0.25,.25,0.75,.75);
}
.default-input:focus {
    border-color: #fbf8f2;
}
.ux2-component.template-hero-copypage .content-wrapper {
    position: relative;
    max-width: 960px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    z-index: 1;
    box-sizing: content-box;
}
.ux2-wrapper .template-button-line-top-bottom {
    position: relative;
    height: 64px;
    padding: 0 35px;
    margin-bottom: 32px;
    border: 0;
    background: none;
    overflow: visible;
    transform: translateZ(0);
    transition: all 0.2s linear;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important;
    border-bottom: 1px dashed #dc1e1e;
    border-top: 1px dashed #dc1e1e;
    cursor: pointer;
}
.ux2-wrapper .template-button-line-top-bottom:hover {
    border-color: #1a1a1a;
}
.ux2-wrapper .template-button-line-top-bottom:hover .template-label,
.ux2-wrapper .template-button-line-top-bottom:hover .template-line-bottom {
    color: #1a1a1a;
}
.ux2-wrapper .template-button-line-top-bottom .template-line-bottom {
    height: 32px;
    width: 1px;
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    transition: all 0.2s linear;
    color: #dc1e1e;
}
.ux2-wrapper .template-button-line-top-bottom .template-label {
    display: inline-block;
    position: relative;
    color: #dc1e1e;
    transition: color 0.2s cubic-bezier(0.25,.25,0.75,.75);
}
.ux2-component.template-story-article-grid * {
    box-sizing: border-box;
}
.ux2-component.template-story-article-grid .template-block-content-wrapper {
    padding: 0 16px;
    max-width: 1280px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ux2-component.template-story-article-grid .template-block-content-wrapper .template-button-line-top-bottom {
    margin: 0 auto;
}
.ux2-component.template-story-article-grid .template-block-content-wrapper .default-grid {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.ux2-component.template-story-article-grid .template-heading.h4 {
    width: 100%;
    display: block;
    padding-left: 32px;
    margin-bottom: 32px;
}
.ux2-component.template-story-article-grid .template-article {
    padding: 0 32px;
    margin-bottom: 64px;
    display: block;
}
.ux2-component.template-story-article-grid .template-article a {
    display: block;
    text-decoration: none;
}
.ux2-component.template-story-article-grid .template-article.large {
    width: 60%;
}
.ux2-component.template-story-article-grid .template-article.small {
    width: 40%;
}
.ux2-component.template-story-article-grid .template-article .article-img {
    height: 306px;
    width: 100%;
    border-radius: 4px;
    display: block;
    margin: 0 0 32px;
    min-height: 306px;
    max-height: 306px;
}
.ux2-component.template-story-article-grid .template-article .article-img img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
}
.ux2-component.template-story-article-grid .template-article .article-category,
.ux2-component.template-story-article-grid .template-article .article-title {
    display: block;
    font-family: "weber-serif", sans-serif;
    font-weight: 500;
    font-size: 25px;
    margin: 0;
}
.ux2-component.template-story-article-grid .template-article .article-category {
    color: #dc1e1e;
    font-size: 20px;
    margin-bottom: 5px;
}
.ux2-component.template-story-article-grid .template-article .article-title {
    color: #1a1a1a;
    line-height: 1.2;
}
@media(max-width:767px) {
    .ux2-component.template-story-article-grid .template-block-content-wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ux2-component.template-story-article-grid .template-heading {
        padding-left: 0;
    }
    .ux2-component.template-story-article-grid .template-article {
        padding: 0;
        margin-bottom: 32px;
    }
    .ux2-component.template-story-article-grid .template-article.large,
    .ux2-component.template-story-article-grid .template-article.small {
        width: 100%;
    }
    .ux2-component.template-story-article-grid .template-article .article-category {
        font-size: 16px;
    }
    .ux2-component.template-story-article-grid .template-article .article-title {
        font-size: 19px;
    }
}
.ux2-component.template-story-article {
    padding: 0 16px;
}
.ux2-component.template-story-article * {
    box-sizing: border-box;
}
.ux2-component.template-story-article .template-block-content-wrapper {
    max-width: 1216px;
}
.ux2-component.template-story-article .template-article-header {
    margin-bottom: 64px;
    text-align: center;
}
.ux2-component.template-story-article .template-article-header .template-heading.h3 {
    margin-bottom: 16px;
}
.ux2-component.template-story-article .article {
    display: -ms-flexbox;
    display: flex;
    padding-left: 192px;
    position: relative;
}
.ux2-component.template-story-article .article.is-inverted {
    padding-right: 40%;
    padding-left: 0;
}
.ux2-component.template-story-article .article.is-inverted .article-content {
    left: auto;
    right: 0;
}
.ux2-component.template-story-article .article-image {
    position: relative;
    display: block;
    width: 100%;
    background: no-repeat 50%;
    background-size: cover;
    border-radius: 4px;
}
.ux2-component.template-story-article .article-image:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.ux2-component.template-story-article .article-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 384px;
    padding: 64px 55px;
    border-radius: 2px;
    text-align: center;
    background: url('/component-assets/images/base/texture/texture_titles_white.png') repeat 50% #00696f;
    color: #fbf8f2;
    z-index: 1;
}
.ux2-component.template-story-article .article-content:before {
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    content: "";
    position: absolute;
    border: 1px dashed hsla(40, 53%, 97%, 0.5);
}
.ux2-component.template-story-article .article-content.is-red,
.ux2-component.template-story-article .article-content.is-red:after {
    background: url('/component-assets/images/base/texture/texture_titles_white.png') repeat 50% #dc1e1e;
}
.ux2-component.template-story-article .article-content.is-green,
.ux2-component.template-story-article .article-content.is-green .round-button:after {
    background: #191919;
}
.ux2-component.template-story-article .article-content .article-category {
    display: block;
    font-size: 28px;
    text-align: center;
    font-family: "weber-serif", sans-serif;
}
.ux2-component.template-story-article .article-content .article-title {
    display: block;
    font-size: 30px;
    font-family: "weber-serif", sans-serif;
    margin: 16px 0;
    line-height: 1.1;
}
.ux2-component.template-story-article .round-button {
    height: 64px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border: 0;
    background: none;
    color: #fbf8f2;
    text-decoration: none;
    margin: 16px auto 0;
    max-width: 260px;
    width: 100%;
}
.ux2-component.template-story-article .round-button .template-sub-heading {
    color: #fbf8f2;
    z-index: 3;
}
.ux2-component.template-story-article .round-button:before {
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    content: "";
    position: absolute;
    border: 1px solid currentColor;
    border-radius: 50px;
    background: url('/component-assets/images/base/texture/texture_titles_white.png') repeat 50% #1a1a1a;
}
.ux2-component.template-story-article .round-button:after {
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    content: "";
    position: absolute;
    border: 1px solid currentColor;
    border-radius: 50px;
    transition: transform 0.2s cubic-bezier(0.25,.25,0.75,.75);
    background: url('/component-assets/images/base/texture/texture_titles_white.png') repeat 50% #dc1e1e;
}
.ux2-component.template-story-article .round-button .border-icon {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    transition: opacity 0.2s cubic-bezier(0.25,.25,0.75,.75);
    opacity: .4;
}
.ux2-component.template-story-article .round-button .border-icon svg {
    height: 100%;
    width: 100%;
    display: block;
}
.ux2-component.template-story-article .round-button .border-icon .stroke {
    stroke: currentColor;
}
.ux2-component.template-story-article .round-button:hover:after {
    transform: scale(0);
}
.ux2-component.template-story-article .round-button:hover .border-icon {
    opacity: 1;
}
.ux2-component.template-story-article .round-button:hover .border-icon .stroke {
    animation: dash-offset-button 3s linear infinite;
}
.ux2-component.template-story-article .article-content.is-green .round-button:after {
    background-color: #dc1e1e;
}
@media(max-width:479px) {
    .ux2-component.template-story-article .article-image {
        position: relative;
    }
    .ux2-component.template-story-article .article-image:before {
        content: "";
        display: block;
        padding-top: 75%;
    }
}
@media(max-width:767px) {
    .ux2-component.template-story-article .article {
        padding-left: 0;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ux2-component.template-story-article .article.is-inverted {
        padding-right: 0;
    }
    .ux2-component.template-story-article .template-article-header {
        margin-bottom: 32px;
    }
    .ux2-component.template-story-article .article-content-wrapper {
        padding: 0 16px;
        margin-top: -32px;
    }
    .ux2-component.template-story-article .article-content {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        position: relative;
        transform: translateX(0);
        padding: 32px 16px;
    }
}
.ux2-component.template-story-bloggers * {
    box-sizing: border-box;
}
.ux2-component.template-story-bloggers .template-block-content-wrapper {
    max-width: 1280px;
}
.ux2-component.template-story-bloggers .template-bloggers-header {
    max-width: 704px;
    margin: 0 auto 64px;
    text-align: center;
}
.ux2-component.template-story-bloggers .template-bloggers-header .template-heading {
    margin-bottom: 50px;
    font-size: 62px;
    line-height: 62px;
}
.ux2-component.template-story-bloggers .template-bloggers-header .template-copy {
    font-size: 20px;
    line-height: 28px;
    margin: -0.208333em 0 -0.416667em;
    font-family: "din", sans-serif;
    font-weight: bold;
}
.ux2-component.template-story-bloggers .template-bloggers-carousel-outer-wrapper {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.ux2-component.template-story-bloggers .template-bloggers-carousel-wrapper {
    height: 225px;
    width: 100%;
    overflow: hidden;
}
.ux2-component.template-story-bloggers .js-button-next,
.ux2-component.template-story-bloggers .js-button-previous {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ux2-component.template-story-bloggers .js-button-previous {
    left: -128px;
}
.ux2-component.template-story-bloggers .js-button-next {
    right: -128px;
}
.ux2-component.template-story-bloggers .template-bloggers-carousel {
    height: 225px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
    margin: 0;
    padding: 0;
}
.ux2-component.template-story-bloggers .template-blogger {
    display: inline-block;
    width: 192px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #b9b7b2;
    cursor: pointer;
    list-style: none;
}
.ux2-component.template-story-bloggers .template-blogger:hover,
.ux2-component.template-story-bloggers .template-blogger:hover .blogger-author-link {
    color: #dc1e1e;
}
.ux2-component.template-story-bloggers .template-blogger:hover .blogger-image-wrapper {
    height: 147.2px;
    width: 147.2px;
}
.ux2-component.template-story-bloggers .template-blogger:hover .blogger-image {
    border: 0 solid #dc1e1e;
    -webkit-filter:grayscale(0);
    filter:grayscale(0);
}
.ux2-component.template-story-bloggers .template-blogger:hover .border-icon {
    animation: rotate-360-cw 5s cubic-bezier(0.25,.25,0.75,.75) infinite;
}
.ux2-component.template-story-bloggers .template-blogger:hover .border-icon circle {
    stroke: #dc1e1e;
}
.ux2-component.template-story-bloggers .template-blogger.is-active,
.ux2-component.template-story-bloggers .template-blogger.is-active .blogger-author-link {
    color: #dc1e1e;
}
.ux2-component.template-story-bloggers .template-blogger.is-active .blogger-image-wrapper {
    height: 192px;
    width: 192px;
}
.ux2-component.template-story-bloggers .template-blogger.is-active .blogger-image {
    border: 0 solid #dc1e1e;
    -webkit-filter:grayscale(0);
    filter:grayscale(0);
}
.ux2-component.template-story-bloggers .template-blogger.is-active .border-icon circle {
    stroke: #dc1e1e;
}
.ux2-component.template-story-bloggers .template-blogger .blogger-author-link {
    border-color: transparent;
    color: #555555;
    display: block;
    text-decoration: none;
}
.ux2-component.template-story-bloggers .template-blogger .blogger-image-wrapper {
    height: 128px;
    width: 128px;
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    transition: width 0.7s cubic-bezier(0.19,1,0.22,1), height 0.7s cubic-bezier(0.19,1,0.22,1);
}
.ux2-component.template-story-bloggers .template-blogger .blogger-image {
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    margin: 0;
    display: block;
    position: absolute;
    border: 0 solid currentColor;
    border-radius: 50%;
    transition: border 0.2s cubic-bezier(0.25,.25,0.75,.75), -webkit-filter 0.2s cubic-bezier(0.25,.25,0.75,.75);
    transition: border 0.2s cubic-bezier(0.25,.25,0.75,.75), filter 0.2s cubic-bezier(0.25,.25,0.75,.75);
    transition: border 0.2s cubic-bezier(0.25,.25,0.75,.75), filter 0.2s cubic-bezier(0.25,.25,0.75,.75), -webkit-filter 0.2s cubic-bezier(0.25,.25,0.75,.75);
    background-size: cover;
    background-position: 50%;
    -webkit-filter:grayscale(1);
    filter:grayscale(1);
}
.ux2-component.template-story-bloggers .template-blogger .border-icon,
.ux2-component.template-story-bloggers .template-blogger .border-icon svg {
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}
.ux2-component.template-story-bloggers .template-blogger .border-icon circle {
    stroke: #b9b7b2;
    transition: stroke 0.2s cubic-bezier(0.25,.25,0.75,.75);
}
.ux2-component.template-story-bloggers .template-blogger .blogger-image-wrapper .border-icon {
    display: none;
}
.ux2-component.template-story-bloggers .template-blogger .blogger-name {
    margin: 10px 0 0;
    font: 400 20px / 1 DIN-Next-LT-Pro-Cond, sans-serif;
    text-align: center;
    transition: color 0.2s;
    color: currentColor;
}
.ux2-component.template-story-bloggers .template-bloggers-content {
    display: none;
    max-width: 960px;
    margin: 0 auto;
    border-top: 0 dashed #b9b7b2;
    visibility: hidden;
    opacity: 0;
    padding: 0 16px;
}
.ux2-component.template-story-bloggers .template-bloggers-content.is-active {
    visibility: visible;
    opacity: 1;
    display: -ms-flexbox;
    display: flex;
}
.ux2-component.template-story-bloggers .template-bloggers-content .template-detail {
    padding: 64px 64px 48px 0;
    border-right: 0 dashed #b9b7b2;
}
.ux2-component.template-story-bloggers .template-bloggers-content .blogger-detail-title {
    padding-bottom: 25px;
    position: initial;
}
.ux2-component.template-story-bloggers .template-bloggers-content blockquote {
    margin: 0;
}
.ux2-component.template-story-bloggers .template-bloggers-content .content-intro {
    margin: -0.25em 0 -0.3125em;
    padding: 0 0 32px;
    font: bold 26px / 34px "din", sans-serif;
    color: #191919;
    position: initial;
}
.ux2-component.template-story-bloggers .template-bloggers-content .content {
    margin: -0.25em 0 -0.333em;
    padding: 0;
    font: 100 20px / 28px "din", sans-serif;
    color: #191919;
}
.ux2-component.template-story-bloggers .template-bloggers-content a.template-full-color-button {
    background-image: none;
    background-color: #dc1e1e;
    text-decoration: none;
    width: auto;
    padding: 0 32px;
    border-radius: 8px;
}
.ux2-component.template-story-bloggers .template-bloggers-content a.template-full-color-button:hover {
    background-color: #191919;
}
.ux2-component.template-story-bloggers .template-bloggers-content .article-highlight {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 320px;
    padding: 64px 0 0 64px;
}
.ux2-component.template-story-bloggers .template-bloggers-content .thumbnail {
    height: 192px;
    width: 256px;
    display: block;
    position: relative;
    margin-bottom: 23px;
    border-radius: 3px;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
}
.ux2-component.template-story-bloggers .template-bloggers-content .article-highlight-category {
    font-family: "din", sans-serif;
    font-weight: bold;
    color: #dc1e1e;
    line-height: 1;
    font-size: 20px;
}
.ux2-component.template-story-bloggers .template-bloggers-content .article-highlight-title {
    font-family: "weber-serif", sans-serif;
    font-weight: bold;
    line-height: 34px;
    color: #191919;
    font-size: 26px;
}
.ux2-component.template-story-bloggers .template-bloggers-content .article-highlight-title:hover {
    text-decoration: underline #dc1e1e;
}
@media(max-width:1268px) {
    .ux2-component.template-story-bloggers .template-bloggers-carousel-wrapper {
        height: 225px;
        width: 80%;
        margin: 0 auto;
        overflow: hidden;
    }
    .ux2-component.template-story-bloggers .js-button-previous {
        left: 7.68px;
    }
    .ux2-component.template-story-bloggers .js-button-next {
        right: 7.68px;
    }
    .ux2-component.template-story-bloggers .template-blogger {
        width: 153.6px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .ux2-component.template-story-bloggers .template-blogger.is-active {
        color: #dc1e1e;
    }
    .ux2-component.template-story-bloggers .template-blogger.is-active .blogger-image-wrapper {
        height: 153.6px;
        width: 153.6px;
    }
    .ux2-component.template-story-bloggers .template-blogger.is-active .blogger-image {
        border-width: 0;
        -webkit-filter:grayscale(0);
        filter:grayscale(0);
    }
    .ux2-component.template-story-bloggers .template-blogger.is-active .border-icon circle {
        stroke: #dc1e1e;
    }
    .ux2-component.template-story-bloggers .template-blogger .blogger-image-wrapper {
        height: 128px;
        width: 128px;
        position: relative;
        margin: 0 auto;
        border-radius: 50%;
        overflow: hidden;
        transition: width 0.7s cubic-bezier(0.19,1,0.22,1), height 0.7s cubic-bezier(0.19,1,0.22,1);
    }
}
@media(max-width:767px) {
    .ux2-component.template-story-bloggers .template-bloggers-header {
        margin-bottom: 32px;
    }
    .ux2-component.template-story-bloggers .template-bloggers-header .template-heading {
        margin-bottom: 15px;
    }
    .ux2-component.template-story-bloggers .template-bloggers-header .template-copy {
        padding: 0 32px;
    }
    .ux2-component.template-story-bloggers .template-bloggers-content {
        width: 100%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px;
        border: 0;
    }
    .ux2-component.template-story-bloggers .template-bloggers-content .template-detail {
        padding: 32px 0 48px;
        border-top: 0 dashed #b9b7b2;
        border-right: 0;
    }
    .ux2-component.template-story-bloggers .template-bloggers-content .template-detail .content,
    .ux2-component.template-story-bloggers .template-bloggers-content .template-detail .content-intro {
        font-size: 16px;
    }
    .ux2-component.template-story-bloggers .template-bloggers-content .article-highlight {
        width: 100%;
        padding: 0;
    }
    .ux2-component.template-story-bloggers .template-bloggers-content .thumbnail {
        width: 100%;
    }
    .ux2-component.template-story-bloggers .template-bloggers-carousel-wrapper {
        height: 120px;
        width: 96px;
        margin: 0 auto;
        overflow: visible;
    }
    .ux2-component.template-story-bloggers .template-bloggers-carousel {
        height: 120px;
        overflow: visible;
    }
    .ux2-component.template-story-bloggers .template-blogger {
        width: 96px;
    }
    .ux2-component.template-story-bloggers .template-blogger:hover {
        color: #dc1e1e;
    }
    .ux2-component.template-story-bloggers .template-blogger:hover .blogger-image-wrapper {
        height: 96px;
        width: 96px;
    }
    .ux2-component.template-story-bloggers .template-blogger:hover .blogger-image {
        border-width: 0;
        -webkit-filter:grayscale(0);
        filter:grayscale(0);
    }
    .ux2-component.template-story-bloggers .template-blogger:hover .border-icon {
        animation: rotate-360-cw 5s cubic-bezier(0.25,.25,0.75,.75) infinite;
    }
    .ux2-component.template-story-bloggers .template-blogger:hover .border-icon circle {
        stroke: #dc1e1e;
    }
    .ux2-component.template-story-bloggers .template-blogger.is-active {
        width: 96px;
    }
    .ux2-component.template-story-bloggers .template-blogger.is-active .blogger-image-wrapper {
        height: 96px;
        width: 96px;
    }
    .ux2-component.template-story-bloggers .template-blogger .blogger-image-wrapper {
        height: 64px;
        width: 64px;
    }
    .ux2-component.template-story-bloggers .template-blogger .blogger-name {
        font-size: 12px;
    }
    .ux2-component.template-story-bloggers .js-button-next,
    .ux2-component.template-story-bloggers .js-button-previous {
        display: none;
    }
}
.ux2-component.template-story-top-article {
    padding: 0 32px;
}
.ux2-component.template-story-top-article * {
    box-sizing: border-box;
}
.ux2-component.template-story-top-article .template-block-content-wrapper {
    max-width: none;
}
.ux2-component.template-story-top-article .template-top-article-header {
    text-align: center;
    max-width: 1024px;
    margin: 0 auto 64px;
}
.ux2-component.template-story-top-article .template-top-article-header .h1 {
    font-size: 52px;
    line-height: 52px;
    text-transform: none;
    position: absolute;
    padding: 0 64px 0 0;
    width: 40%;
    right: 0;
    text-align: left;
    bottom: 60%
}
.ux2-component.template-story-top-article .template-top-article-header .template-heading.h3 {
    margin-bottom: 16px;
}
.ux2-component.template-story-top-article .article-top-image {
    position: relative;
    display: block;
    width: 50%;
    background: no-repeat 50%;
    background-size: cover;
    border-radius: 0;
}
.ux2-component.template-story-top-article .article-top-image:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.ux2-component.template-story-top-article .article-top-content {
    position: absolute;
    width: 40%;
    max-width: none;
    padding: 8px 64px 64px 0;
    text-align: left;
    color: #1a1a1a;
    z-index: 1;
    margin: 0;
    right: 0;
    top: 40%;
}
.ux2-component.template-story-top-article .article-top-content:before {
    display: none;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    content: "";
    position: absolute;
    border: 1px dashed hsla(0, 0%, 41%, 0.5);
}
.ux2-component.template-story-top-article .article-top-content .article-content {
    display: block;
    font-size: 20px;
    font-family: "din", sans-serif;
    margin: 16px 0;
    line-height: 26px;
}
.ux2-component.template-story-top-article .round-button {
    height: 64px;
    width: 100%;
    max-width: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border: 0;
    background: #dc1e1e;
    color: #fff;
    text-decoration: none;
    margin: 0;
    border-radius: 8px;
}
.ux2-component.template-story-top-article .round-button:hover {
    background-color: #191919;
}
.ux2-component.template-story-top-article .round-button .template-sub-heading {
    color: #fff;
    z-index: 3;
}
.ux2-component.template-story-top-article .round-button:before {
    display: none;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    content: "";
    position: absolute;
    border: 1px solid currentColor;
    border-radius: 50px;
    background: url('/component-assets/images/base/texture/texture_titles_white.png') repeat 50% #1a1a1a;
}
.ux2-component.template-story-top-article .round-button:after {
    display: none;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    content: "";
    position: absolute;
    border: 1px solid #8c8c8c;
    border-radius: 50px;
    transition: transform 0.2s cubic-bezier(0.25,.25,0.75,.75);
    background: url('/component-assets/images/base/texture/texture_titles_white.png') repeat 50% #ebe7c9;
}
.ux2-component.template-story-top-article .round-button .border-icon {
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    transition: opacity 0.2s cubic-bezier(0.25,.25,0.75,.75);
    opacity: .4;
}
.ux2-component.template-story-top-article .round-button .border-icon svg {
    height: 100%;
    width: 100%;
    display: block;
}
.ux2-component.template-story-top-article .round-button .border-icon .stroke {
    stroke: currentColor;
}
.ux2-component.template-story-top-article .round-button:hover .template-sub-heading {
    color: #fbf8f2;
    z-index: 3;
}
.ux2-component.template-story-top-article .round-button:hover:after {
    transform: scale(0);
}
.ux2-component.template-story-top-article .round-button:hover .border-icon {
    opacity: 1;
}
.ux2-component.template-story-top-article .round-button:hover .border-icon .stroke {
    animation: dash-offset-button 3s linear infinite;
}
@media(max-width:479px) {
    .ux2-component.template-story-top-article .article-top-image {
        position: relative;
    }
    .ux2-component.template-story-top-article .article-top-image:before {
        content: "";
        display: block;
        padding-top: 75%;
    }
}
@media(max-width:767px) {
    .ux2-component.template-story-top-article .article-content-wrapper {
        padding: 0 16px;
    }
    .ux2-component.template-story-top-article .article-top-content {
        padding: 32px 16px;
        margin: -32px auto 32px;
    }
    .ux2-component.template-story-top-article .article-top-image {
        width: 100%;
    }
    .ux2-component.template-story-top-article .template-top-article-header .h1 {
        position: relative;
        width: 100%;
        text-align: center;
        padding: 8px;
    }
    .ux2-component.template-story-top-article .article-top-content {
        position: relative;
        width: 100%;
        text-align: center;
    }
    .ux2-component.template-story-top-article .round-button {
        margin: auto;
    }
}
.ux2-component.template-story-weber-id {
    padding: 0 16px;
    display: none;
}
.ux2-component.template-story-weber-id * {
    box-sizing: border-box;
}
.ux2-component.template-story-weber-id .template-heading.h3 {
    margin-bottom: 10px;
}
.ux2-component.template-story-weber-id .template-icon-wrapper {
    height: 30px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
}
.ux2-component.template-story-weber-id .template-block-content-wrapper {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 64px 0;
    border-radius: 0;
    background: #191919;
    overflow: hidden;
    max-width: 1216px;
}
.ux2-component.template-story-weber-id .template-block-content-wrapper:after,
.ux2-component.template-story-weber-id .template-block-content-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
}
.ux2-component.template-story-weber-id .template-block-content-wrapper:before {
    left: 0;
    width: 351px;
    background: none;
}
.ux2-component.template-story-weber-id .template-block-content-wrapper:after {
    right: 0;
    width: 461px;
    background: none;
}
.ux2-component.template-story-weber-id .template-line {
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    position: absolute;
    border: 1px dashed hsla(40, 53%, 97%, 0.3);
    display: none;
}
.ux2-component.template-story-weber-id .template-content {
    position: relative;
    padding: 0 64px;
    z-index: 1;
}
.ux2-component.template-story-weber-id .template-content .template-copy {
    color: #fff;
    margin-bottom: 40px;
}
.ux2-component.template-story-weber-id .template-content.content-right {
    border-left: 0 dashed hsla(40, 53%, 97%, 0.3);
}
.ux2-component.template-story-weber-id .template-input-label {
    color: #dc1e1e;
    font: 600 16px din, sans-serif;
    display: block;
    margin: 0 0 5px;
    width: 100%;
}
.ux2-component.template-story-weber-id .template-input-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
}
.ux2-component.template-story-weber-id .template-input-wrapper .default-input {
    color: #fff;
    width: 100%;
}
.ux2-component.template-story-weber-id .template-input-wrapper .default-input::-webkit-input-placeholder {
    color: #fff;
}
.ux2-component.template-story-weber-id .template-input-wrapper .default-input::-moz-placeholder {
    color: #fff;
}
.ux2-component.template-story-weber-id .template-input-wrapper .default-input:-ms-input-placeholder {
    color: #fff;
}
.ux2-component.template-story-weber-id .template-input-wrapper .default-input:-moz-placeholder {
    color: #fff;
}
.ux2-component.template-story-weber-id .template-input-wrapper .template-component-button {
    min-width: 104px;
    margin-left: 8px;
}
@media(max-width:1024px) {
    .ux2-component.template-story-weber-id {
        padding: 0 16px;
    }
    .ux2-component.template-story-weber-id .template-block-content-wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 32px 0;
    }
    .ux2-component.template-story-weber-id .template-content {
        padding: 0 32px;
    }
    .ux2-component.template-story-weber-id .template-content.content-right {
        padding: 16px 32px;
    }
    .ux2-component.template-story-weber-id .template-input-wrapper {
        display: block;
    }
    .ux2-component.template-story-weber-id .template-input-wrapper .template-component-button {
        min-width: 104px;
        margin: 15px 0 0;
        width: 100%;
    }
    .ux2-component.template-story-weber-id .template-input-wrapper .template-component-button .template-button-drop-down {
        width: 100%;
    }
    .ux2-component.template-story-weber-id .default-input {
        width: 100%;
        display: block;
    }
}
.ux2-wrapper .template-copy {
    font-family: din, sans-serif;
    font-weight: 100;
    margin: 0;
}
.ux2-wrapper .template-copy.c1 {
    font-size: 24px;
    line-height: 1.3333;
    margin: -0.208333em 0 -0.416667em;
}
@media(max-width:767px) {
    .ux2-wrapper .template-copy.c1 {
        font-size: 16px;
        line-height: 1.375;
    }
    .ux2-wrapper .template-heading.h3 {
        font-size: 24px;
        line-height: 1;
        position: relative !important;
    }
}
.ux2-wrapper .type-underlined {}
/*! CSS Used from: Embedded */
img[data-sizes="auto"] {
    display: block;
    width: 100%;
}
/*! CSS Used from: Embedded */
@media screen and(min-width: 768px) and(max-width: 1200px) {
    .ux2-component.template-story-weber-id .template-input-wrapper {
        display: block;
    }
    .ux2-component.template-story-weber-id .template-input-wrapper .template-component-button {
        margin: 15px 0 0;
        min-width: 104px;
        width: 100%;
    }
    .ux2-component.template-story-weber-id .template-component-button .template-button-drop-down {
        width: 100%;
    }
}
/*! CSS Used from: Embedded */
.recaptcha-needed-submit:disabled {
    opacity: .5;
    pointer-events: none;
}
/*! CSS Used fontfaces */
@font-face {
    font-family: "din";
    src: url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-Light.woff") format("woff"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-Light.woff2") format("woff2"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-Light.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "din";
    src: url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-Regular.woff") format("woff"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-Regular.woff2") format("woff2"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "din";
    src: url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-Medium.woff") format("woff"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-Medium.woff2") format("woff2"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "din";
    src: url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-Bold.woff") format("woff"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-Bold.woff2") format("woff2"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "din";
    src: url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-LightItalic.woff") format("woff"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-LightItalic.woff2") format("woff2"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-LightItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 100;
}
@font-face {
    font-family: "din";
    src: url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-Italic.woff") format("woff"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-Italic.woff2") format("woff2"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-Italic.ttf") format("truetype");
    font-style: italic;
    font-weight: 400;
}
@font-face {
    font-family: "din";
    src: url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-BoldItalic.woff") format("woff"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-BoldItalic.woff2") format("woff2"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-BoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 700;
}
@font-face {
    font-family: "din";
    src: url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-MediumItalic.woff") format("woff"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-MediumItalic.woff2") format("woff2"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/DINNextLTPro-MediumItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 500;
}
@font-face {
    font-family: "FontAwesome";
    src: url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/fontawesome-webfont.eot#iefix&v=4.7.0") format("embedded-opentype"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "weberserif";
    src: url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/WeberSerif-Light.woff") format("woff"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/WeberSerif-Light.woff2") format("woff2"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/WeberSerif-Light.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "weberserif";
    src: url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/WeberSerif-Regular.woff") format("woff"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/WeberSerif-Regular.woff2") format("woff2"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/WeberSerif-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "weberserif";
    src: url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/WeberSerif-Bold.woff") format("woff"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/WeberSerif-Bold.woff2") format("woff2"), url("https://development.weber.com/on/demandware.static/Sites-US-Site/-/en_US/v1614605326468/fonts/WeberSerif-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

/*blog category*/
/*! CSS Used from: /component-assets/css/bundle.css */
.ux2-component.template-hero-copypage .content-wrapper {
    position: relative;
    max-width: 960px;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    z-index: 1;
    box-sizing: content-box;
}
.ux2-wrapper .template-button-line-top-bottom {
    border-radius: 8px;
    position: relative;
    height: 64px;
    padding: 0 35px;
    margin-bottom: 32px;
    border: 0;
    background: #dc1e1e;
    overflow: visible;
    transform: translateZ(0);
    transition: all 0.2s linear;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important;
    cursor: pointer;
}
.ux2-wrapper .template-button-line-top-bottom:hover {
    background-color: #191919;
}
.ux2-wrapper .template-button-line-top-bottom .template-line-bottom svg line {
    display: none;
    transition: all 0.2s linear;
    stroke: #dc1e1e;
    stroke-width: 2px;
}
.ux2-component.template-story-article-grid .template-block-content-wrapper .default-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.ux2-component.template-story-article-grid .template-article .article-img img {
    height: 100%;
    width: 100%;
    border-radius: 0;
    object-fit: cover;
}
.ux2-component.template-story-article-grid .template-article .article-category,
.ux2-component.template-story-article-grid .template-article .article-title {
    display: block;
    font-family: "weber-serif", sans-serif;
    font-weight: bold;
    font-size: 42px;
    line-height: 48px;
    margin: 0;
}
.ux2-component.template-story-article-grid .template-article:hover h3.article-title {
    text-decoration: #dc1e1e underline;
}
.ux2-component.template-story-article-grid .template-article .article-category {
    color: #dc1e1e;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: 'din', sans-serif;
    line-height: 26px;
}

.ux2-component.template-story-article-grid .template-article p.article-title {
    color: #191919 !important;
    font-size: 20px !important;
    line-height: 28px;
    font-family: 'din', sans-serif;
    margin-top: 8px;
}
.ux2-component.template-story-article {
    padding: 0;
}
.ux2-component.template-story-article .template-block-content-wrapper {
    max-width: none;
    width: 100%;
}
.ux2-component.template-story-article .template-article-header {
    margin: auto auto 64px;
    text-align: center;
    max-width: 1216px;
}
.ux2-component.template-story-article .article {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #191919;
    padding-left: 40%;
    min-height: 520px;
}
.ux2-component.template-story-article .article-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 40%;
    padding: 64px 55px;
    border-radius: 2px;
    text-align: center;
    background: url('/component-assets/images/base/texture/texture_titles_white.png') repeat 50% #00696f;
    color: #fbf8f2;
    z-index: 1;
}
.ux2-component.template-story-article .article-content:before {
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    content: "";
    position: absolute;
    border: 0 dashed hsla(40, 53%, 97%, 0.5);
}
.ux2-component.template-story-article .article-content.is-red,
.ux2-component.template-story-article .article-content.is-red:after {
    background: #191919;
}
.ux2-component.template-story-article .article-content .article-category {
    color: white;
    font-weight: bold;
    display: block;
    font-size: 52px;
    text-align: left;
    font-family: "weber-serif", sans-serif;
}
.ux2-component.template-story-article .article-content .article-title {
    text-align: left;
    display: block;
    font-size: 18px;
    font-family: "din", sans-serif;
    margin: 16px 0;
    line-height: 28px;
}
.ux2-component.template-story-article .round-button {
    height: 64px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border: 0;
    background: none;
    color: #fbf8f2;
    text-decoration: none;
    margin: 0;
    max-width: 200px;
    width: 100%;
}
.ux2-component.template-story-article .round-button:before {
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    content: "";
    position: absolute;
    border: 0 solid currentColor;
    border-radius: 8px;
    background: #1a1a1a;
}
.ux2-component.template-story-article .round-button:after {
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    content: "";
    position: absolute;
    border: 0 solid currentColor;
    border-radius: 8px;
    transition: opacity 0.2s cubic-bezier(0.25,.25,0.75,.75);
    background: #dc1e1e;
}
.ux2-component.template-story-article .round-button .border-icon {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    transition: opacity 0.2s cubic-bezier(0.25,.25,0.75,.75);
    opacity: .4;
    display: none;
}
.ux2-component.template-story-article .round-button:hover:after {
    opacity: 0;
}
@media(max-width:767px) {
    .ux2-component.template-story-article .article-content-wrapper {
        padding: 0 16px;
        margin-top: 0;
    }
}
.ux2-component.template-story-filter .template-filter-button {
    display: inline-block;
    padding: 6px 12px 3px;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 5px;
    transition: background 0.2s cubic-bezier(0.25,.25,0.75,.75);
    overflow: visible;
    background: #8c8c8c;
    color: #fff;
    position: relative;
    text-decoration: none;
    font-family: DIN-Next-LT-Pro-Cond, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.ux2-component.template-story-filter .template-filter-button.is-active {
    background: #dc1e1e;
    filter:drop-shadow(0 0 2px black);
}
.ux2-wrapper .template-heading.h1 {
    font-size: 72px;
    line-height: .91667;
    margin: -0.09375em 0 -0.1458333em;
    text-transform: none;
}
.ux2-wrapper .template-heading.h3 {
    font-size: 20px;
    line-height: 28px;
    margin: -0.125em 0 -0.1825em;
    font-family: din, sans-serif;
    text-transform: uppercase;
    position: absolute;
    bottom: 100%;
    width: 100%;
}
.ux2-wrapper .content-block .template-heading.h3 {
    position: initial;
}
.ux2-wrapper .type-underlined:before {
    content: "";
    display: none;
    position: absolute;
    bottom: -0.03em;
    left: 0.05em;
    right: 0.05em;
    height: 0.07143em;
    min-height: 2px;
    background: currentColor;
    border-radius: 0.05em;
}
.backgroundcliptext .ux2-wrapper .type-texture.white {
    background: #fff;
}
.ux2-component .component-divider-arrow {
    display: none;
}
body {
    background-image: none !important;
    background-color: #fff !important;
}

/*blog*/
/*! CSS Used from: /component-assets/css/bundle.css */
.ux2-component.template-author-header .author-section-link {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none;
}
.ux2-component.template-author-header .author-section-link:hover .name {
    text-decoration: underline;
    color: #dc1e1e;
}
.ux2-component.template-author-header .author-image {
    height: 80px;
    width: 80px;
    border: 0 dashed #8c8c8c;
    border-radius: 50%;
    padding: 0;
    margin-right: 10px;
}
.ux2-component.template-author-header .author-image img {
    height: 100%;
    width: 100%;
    background-color: #dc1e1e;
    border-radius: 50%;
    object-fit: cover;
}
.ux2-component.template-author-header .author-copy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 0;
}
.ux2-component.template-author-header .author-copy .sub-title {
    color: #191919;
    font-family: din, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
.ux2-component.template-author-header .author-copy .name {
    font-family: "din", sans-serif;
    font-weight: 700;
    color: #191919;
    text-transform: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 26px;
    text-decoration: underline #dc1e1e;
    transition: color 0.2s;
}
.ux2-wrapper .component-button-scroll-indicator .border {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: #dc1e1e;
    border-radius: 50%;
    transition: background-color 0.1s;
}
.ux2-wrapper .return-button:hover .component-button-scroll-indicator .border {
    background-color: #191919;
}
.ux2-wrapper .component-button-scroll-indicator .arrow {
    height: 50%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: rotate(-90deg);
    color: #fff;
    fill: #fff;
}
.ux2-component.template-content-static .content .content-block {
    margin-bottom: 32px;
}
@media print {
    .ux2-component.template-content-static .content .content-block {
        margin-bottom: 10px;
    }
}
.ux2-component.template-content-static .content .content-block.spacer-margin-medium {
    margin-bottom: 32px !important;
}
@media(max-width:767px) {
    .ux2-component.template-content-static .content .content-block {
        margin-bottom: 48px;
    }
}
.ux2-wrapper .component-story-share-buttons .content-share li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 45px;
    height: 45px;
    margin: 8px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: background-color 0.2s cubic-bezier(0.25,.25,0.75,.75);
    cursor: pointer;
    background-color: #dc1e1e;
    border-radius: 50%;
}
.ux2-component.template-inset-content {
    *zoom: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}
.ux2-component.template-inset-content * {
    box-sizing: border-box;
}
.ux2-component.template-inset-content:after,
.ux2-component.template-inset-content:before {
    display: table;
    content: "";
    line-height: 0;
}
.ux2-component.template-inset-content:after {
    clear: both;
}
.ux2-component.template-inset-content.template-block-wrapper {
    margin-bottom: 0;
}
.ux2-component.template-inset-content .template-inset-copy {
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 -32px;
    max-width: 100%;
    color: #191919;
    font-family: 'din', sans-serif;
    font-size: 18px;
}
.ux2-component.template-inset-content .template-inset-copy img {
    max-width: 100%;
}
@media screen and(min-width:960px) {
    .ux2-component.template-inset-content {
        *zoom: 1;
        display: block;
    }
    .ux2-component.template-inset-content:after,
    .ux2-component.template-inset-content:before {
        display: table;
        content: "";
        line-height: 0;
    }
    .ux2-component.template-inset-content:after {
        clear: both;
    }
}
.ux2-component.template-hero-copypage {
    clip-path: none !important;
    height: 576px;
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: 50%;
    background-color: #1a1a1a;
    color: #fbf8f2;
}
.ux2-component.template-block-story-detail-metadata {
    border: 0 dashed #b9b7b2;
    border-left: none;
    border-right: none;
    margin-top: 64px;
    max-width: 1216px;
    margin-left: auto;
    margin-right: auto;
}
.ux2-component.template-block-story-detail-metadata .content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ux2-component.template-block-story-detail-metadata .content-wrapper .content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.ux2-component.template-block-story-detail-metadata .content-wrapper .tag-label {
    font-family: "weber-serif", sans-serif;
    color: #555555;
    display: inline-block;
    padding: 0 24px 0 16px;
    font-size: 18px;
}
.ux2-component.template-block-story-detail-metadata .content-wrapper .tags-list {
    display: inline-block;
}
.ux2-component.template-block-story-detail-metadata .content-wrapper .tags {
    margin: 0 8px;
    font-family: din, sans-serif;
    text-transform: none;
    font-weight: 600;
    display: inline-block;
    color: #191919;
    font-size: 18px;
}
.ux2-component.template-block-story-detail-metadata .content-wrapper .tags a {
    color: #dc1e1e;
    display: inline-block;
    text-decoration: none;
}
.ux2-component.template-block-story-detail-metadata .content-wrapper .tags a:hover {
    text-decoration: #dc1e1e underline;
    color: #dc1e1e;
}
.ux2-component.template-block-story-detail-metadata .content-share {
    width: 256px;
    height: 64px;
    box-sizing: border-box;
    font-size: 0;
    margin: 0 auto;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ux2-component.template-block-story-detail-metadata .content-share li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 25%;
    height: 64px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: background-color 0.2s cubic-bezier(0.25,.25,0.75,.75);
    cursor: pointer;
}
.ux2-component.template-block-story-detail-metadata .content-share li svg {
    height: 20px;
    width: 20px;
    vertical-align: middle;
}
.ux2-component.template-block-story-detail-metadata .content-share li path {
    fill: #b9b7b2;
    transition: fill 0.2s cubic-bezier(0.25,.25,0.75,.75);
}
.ux2-component.template-block-story-detail-metadata .content-share li:hover path {
    fill: dimgray;
}
@media(max-width:767px) {
    .ux2-component.template-block-story-detail-metadata {
        margin-top: 20px;
        padding: 16px;
    }
    .ux2-component.template-block-story-detail-metadata .content-wrapper {
        display: block;
    }
}
@media print {
    .ux2-component.template-block-story-detail-metadata {
        display: none;
    }
}
.ux2-wrapper .template-heading.h1 {
    font-size: 72px;
    line-height: 74px;
    margin: -0.09375em 0 -0.1458333em;
}
.ux2-wrapper .template-heading.h4 {
    font-size: 24px;
    line-height: 1.3333;
    margin: -0.25em 0 -0.3333em;
    width: 100%;
}
.ux2-wrapper .template-heading.h5 {
    font-size: 18px;
    line-height: 1.2222;
    margin: -0.222em 0 -0.27778em;
    text-transform: none;
    font-family: 'din', sans-serif;
}
.ux2-wrapper .template-heading-consolidated .subtitle {
    color: #fff;
}
.ux2-wrapper .rich-content p {
    line-height: 1.5;
    margin: 0 0 1.5em;
    font-size: 18px;
    font-family: din, sans-serif;
    font-weight: 100;
}
.ux2-wrapper .rich-content p a {
    color: #dc1e1e;
    position: relative;
    text-decoration: none;
}
.ux2-wrapper .rich-content p a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #dc1e1e;
    visibility: hidden;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all 0.3s ease-in-out 0s;
}
.ux2-wrapper .rich-content p a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}
.ux2-wrapper .rich-content a {
    color: #dc1e1e;
    position: relative;
    text-decoration: none;
}
.ux2-wrapper .rich-content a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #dc1e1e;
    visibility: hidden;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all 0.3s ease-in-out 0s;
}
.ux2-wrapper .rich-content a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}
.ux2-wrapper .template-block-wrapper.template-story-weber-id {
    background-color: #191919;
    padding: 32px;
}
.ux2-wrapper .template-block-wrapper.template-story-weber-id #subscribe-newsletter {
    display: flex;
    flex-direction: column;
}
.ux2-wrapper .template-block-wrapper.template-story-weber-id #subscribe-newsletter .template-input-label {
    color: #fff;
    font-size: 26px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: 'weber-serif', sans-serif;
}
.ux2-wrapper .template-block-wrapper.template-story-weber-id #subscribe-newsletter .template-component-button button {
    background-color: #dc1e1e;
    transition: background-color 0.2s;
    border: 0;
    margin-top: 8px;
}
.ux2-wrapper .template-block-wrapper.template-story-weber-id #subscribe-newsletter .template-component-button button:hover {
    background-color: #191919;
}
.ux2-wrapper .template-block-wrapper.template-story-weber-id #subscribe-newsletter .template-component-button button .template-border {
    display: none;
}
.ux2-wrapper .template-block-wrapper.template-story-weber-id #subscribe-newsletter .template-component-button button .template-label {
    color: #fff;
}
.ux2-wrapper .template-block-wrapper.template-story-weber-id #subscribe-newsletter .default-input {
    width: 100%;
    margin-right: 32px;
}
.ux2-wrapper .template-block-wrapper.template-story-weber-id .template-icon-wrapper svg {
    display: none;
}
.ux2-wrapper .template-block-wrapper.template-story-weber-id .template-copy {
    color: #fff;
}
.ux2-wrapper .template-component-video-lightbox.is-open {
    visibility: visible;
    opacity: 1;
}
.ux2-wrapper .template-component-video-lightbox.is-open .template-lightbox-video-wrapper {
    display: block;
    margin-top: 128px;
}
/*! CSS Used from: Embedded */
@media screen and(min-width: 768px) {
    .ux2-component.template-content-static .content.has-sidebar {
        width: calc(100% - 256px);
    }
}
.backgroundcliptext .ux2-wrapper .type-texture {
    background-image: none !important;
}
/*! CSS Used from: /component-assets/css/bundle.css */
.ux2-wrapper .template-button-circle-solid:hover.template-social-share .template-border {
    display: block;
    animation: rotate-360-cw 5s cubic-bezier(0.25,.25,0.75,.75) infinite;
}
.ux2-wrapper .template-button-circle-solid .template-share-icon-wrapper {
    display: inline-block;
    margin-top: 10px;
    color: #8c8c8c;
    height: 15px;
    width: 20px;
}
.ux2-wrapper .template-button-circle-solid .template-share-icon-wrapper,
.ux2-wrapper .template-button-circle-solid .template-share-icon-wrapper svg {
    height: 15px;
    width: 20px;
}
.ux2-wrapper .template-button-circle-solid.template-social-share {
    background-color: transparent;
}
.ux2-wrapper .template-button-circle-solid.template-social-share:after {
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 50%;
    content: "";
    border: 1px solid #8c8c8c;
    position: absolute;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.2s linear, transform 0.4s linear;
}
.ux2-wrapper .template-button-circle-solid.template-social-share .template-border {
    display: block;
    overflow: visible;
}
.ux2-wrapper .template-button-circle-solid.template-social-share .template-border svg {
    overflow: visible;
    opacity: 1;
    transform: scale(1.1);
    color: #8c8c8c;
}
.ux2-wrapper .template-button-circle-solid.template-social-share:hover:after {
    opacity: 1;
    transform: scale(1);
    border-color: #dc1e1e;
}
.ux2-wrapper .template-button-circle-solid.template-social-share:hover svg {
    color: #dc1e1e;
}
@media print {
    .ux2-component.template-content-static .template-heading {
        display: none;
    }
}
.ux2-component.template-inline-recipe .recipe-overview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 64px 64px 128px;
    background: url('/component-assets/images/recipe/recipe-bg.jpg') no-repeat 50%;
    background-size: cover;
}
.ux2-component.template-inline-recipe .recipe-overview * {
    box-sizing: border-box;
}
.ux2-component.template-inline-recipe .recipe-overview .left-block {
    width: 50%;
    font-family: "weber-serif", sans-serif;
    color: #fbf8f2;
    padding-right: 25px;
}
.ux2-component.template-inline-recipe .recipe-overview .left-block * {
    box-sizing: border-box;
}
.ux2-component.template-inline-recipe .recipe-overview .left-block .recipe-subtitle {
    font-size: 18px;
    font-style: italic;
    margin-top: 0;
}
.ux2-component.template-inline-recipe .recipe-overview .left-block .recipe-subtitle span {
    font-style: normal;
}
.ux2-component.template-inline-recipe .recipe-overview .left-block .recipe-heading {
    font-family: "weber-serif", sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}
.ux2-component.template-inline-recipe .recipe-overview .right-block {
    width: 50%;
}
.ux2-component.template-inline-recipe .recipe-overview .right-block * {
    box-sizing: border-box;
}
.ux2-component.template-inline-recipe .recipe-overview .right-block .image {
    height: 224px;
    width: 100%;
    display: block;
    border-radius: 3px;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 15px;
}
.ux2-component.template-inline-recipe .recipe-overview .right-block .template-social-share {
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat 50% #dc1e1e;
    border: none;
}
.ux2-component.template-inline-recipe .recipe-overview .right-block .template-social-share .template-border,
.ux2-component.template-inline-recipe .recipe-overview .right-block .template-social-share:after {
    display: none;
}
.ux2-component.template-inline-recipe .recipe-overview .right-block .template-social-share:hover .template-share-icon {
    color: #fbf8f2;
}
.ux2-component.template-inline-recipe .recipe-overview .right-block .template-share-icon-wrapper {
    color: #fbf8f2;
    margin-top: 0;
}
.ux2-component.template-inline-recipe .recipe-overview .right-block .template-social-share {
    margin-right: 16px;
}
.ux2-component.template-inline-recipe .recipe-overview .right-block .button-label {
    color: #fbf8f2;
    font-size: 16px;
    transition: color 0.2s linear;
    margin: 0;
}
.ux2-component.template-inline-recipe .recipe-overview .attributes {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px 0 0;
}
.ux2-component.template-inline-recipe .recipe-overview .attributes .attribute-item {
    max-width: 192px;
    width: 100%;
    border-right: 0 dashed #b9b7b2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0;
}
.ux2-component.template-inline-recipe .recipe-overview .attributes .attribute-item:last-child {
    border: none;
}
.ux2-component.template-inline-recipe .recipe-overview .attributes .title {
    font-family: DIN-Next-LT-Pro-Cond, sans-serif;
    color: #fbf8f2;
    font-size: 17px;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
    font-weight: 600;
}
.ux2-component.template-inline-recipe .recipe-overview .attributes .copy {
    font-family: "weber-serif", sans-serif;
    color: #fbf8f2;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    margin: 0;
}
.ux2-wrapper .component-round-share-buttons .template-round-share-buttons.show-share-buttons .share-button-wrapper {
    opacity: 1;
    visibility: visible;
    transition-delay: 0, 0;
}
.ux2-wrapper .component-round-share-buttons .template-round-share-buttons.show-share-buttons .share-button-wrapper:nth-of-type(2) {
    transition-delay: 0.15s, 0;
}
.ux2-wrapper .component-round-share-buttons .template-round-share-buttons.show-share-buttons .share-button-wrapper:nth-of-type(3) {
    transition-delay: 0.3s, 0;
}
.ux2-wrapper .component-round-share-buttons .template-round-share-buttons.show-share-buttons .share-button-wrapper:nth-of-type(4) {
    transition-delay: 0.45s, 0;
}
.ux2-wrapper .component-round-share-buttons .template-round-share-buttons.show-share-buttons .share-button-wrapper:nth-of-type(5) {
    transition-delay: 0.6s, 0;
}
@media print {
    .ux2-component.template-inline-recipe .recipe-overview {
        page-break-after: always;
        page-break-before: always;
        -webkit-print-color-adjust: exact;
        padding: 32px !important;
    }
    .ux2-component.template-inline-recipe .recipe-overview .left-block .recipe-heading {
        margin: 0;
    }
    .ux2-component.template-inline-recipe .recipe-overview .right-block .image {
        -webkit-print-color-adjust: exact !important;
        height: 90% !important;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
    }
    .ux2-component.template-inline-recipe .recipe-overview .attributes {
        -ms-flex-flow: row !important;
        flex-flow: row !important;
        padding: 0 !important;
        margin: 10px 0 !important;
    }
    .ux2-component.template-inline-recipe .recipe-overview .attributes .attribute-item {
        border-right: 0 dashed #b9b7b2 !important;
        border-bottom: none !important;
        max-width: none !important;
    }
    .ux2-component.template-inline-recipe .recipe-overview .attributes .attribute-item:last-child {
        border: none !important;
    }
}
@media(max-width:767px) {
    .ux2-component.template-inline-recipe .recipe-overview .left-block .recipe-heading {
        font-size: 40px;
    }
    .ux2-component.template-inline-recipe .recipe-overview .attributes {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ux2-component.template-inline-recipe .recipe-overview .attributes .attribute-item {
        border-right: none;
        border-bottom: 1px dashed #b9b7b2;
    }
}
@media(max-width:1023px) {
    .ux2-component.template-inline-recipe .recipe-overview {
        padding: 32px 32px 128px;
    }
    .ux2-component.template-inline-recipe .recipe-overview .right-block {
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        min-height: 320px;
    }
    .ux2-component.template-inline-recipe .recipe-overview .left-block {
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }
    .ux2-component.template-inline-recipe .recipe-overview .attributes {
        -ms-flex-order: 3;
        order: 3;
    }
}
@media(max-width:1268px) {
    .ux2-component.template-inline-recipe .recipe-overview .right-block .component-round-share-buttons {
        margin-left: 5px;
    }
}
.ux2-wrapper .component-round-share-buttons .share-button:hover .button-label {
    color: #dc1e1e;
}
.ux2-wrapper .component-round-share-buttons .button-label {
    font-family: DIN-Next-LT-Pro-Cond, sans-serif;
    text-transform: uppercase;
    color: #8c8c8c;
    margin: 0 10px;
    font-size: 18px;
    position: relative;
    width: auto;
    text-align: left;
    transition: color 0.2s linear;
}
.ux2-wrapper .template-ingredients {
    position: relative;
    margin-top: -64px;
    background: #fff;
    padding: 3px;
    border-radius: 0;
    border: 0 solid #b9b7b2;
}
.ux2-wrapper .template-ingredients * {
    box-sizing: border-box;
}
.ux2-wrapper .template-ingredients:before {
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #b9b7b2;
    border-radius: 3px;
    pointer-events: none;
}
.ux2-wrapper .template-ingredients:after {
    width: calc(100% - 15px);
    left: 7px;
    height: 64px;
    position: absolute;
    top: -32px;
    background-position: 50%;
    background-repeat: space;
    background-image: url('/component-assets/images/notepad.png');
}
.ux2-wrapper .template-ingredients .border-bottom {
    position: absolute;
    bottom: -3px;
    height: 2px;
    width: 99%;
    left: 50%;
    border: 0 solid #b9b7b2;
    border-top: none;
    transform: translateX(-50%);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #d2d1cf;
    display: none;
}
.ux2-wrapper .template-ingredients .ingredient-heading {
    width: 100%;
    padding: 55px 0 32px 32px !important;
    border-bottom: 0 dashed #dc1e1e;
}
.ux2-wrapper .template-ingredients .ingredient-list {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}
.ux2-wrapper .template-ingredients .ingredient-list:last-child .ingredient-item:last-child {
    border-bottom: none;
}
.ux2-wrapper .template-ingredients .ingredient-item {
    font-family: din, sans-serif;
    font-weight: lighter;
    color: #1a1a1a;
    font-size: 18px;
    padding: 20px 50px;
    border-bottom: 0 dashed #b9b7b2;
}
.ux2-wrapper .template-ingredients .ingredient-category {
    padding-left: 32px;
}
@media print {
    .ux2-wrapper .template-ingredients {
        margin-top: 0;
        -webkit-print-color-adjust: exact;
        margin-bottom: 64px;
    }
    .ux2-wrapper .template-ingredients .template-heading {
        display: block !important;
    }
    .ux2-wrapper .template-ingredients:after {
        display: none;
    }
    .ux2-wrapper .template-ingredients .ingredient-item {
        padding: 10px 50px;
    }
}
@media(max-width:767px) {
    .ux2-wrapper .template-ingredients .ingredient-item {
        font-size: 16px;
        line-height: 1.66667;
        padding-left: 22px;
        border-bottom: 1px solid #b9b7b2;
    }
    .ux2-wrapper .template-ingredients .ingredient-heading {
        padding: 35px 0 16px 22px !important;
    }
}
.ux2-wrapper .template-instructions {
    margin-top: 96px;
}
.ux2-wrapper .template-instructions * {
    box-sizing: border-box;
}
.ux2-wrapper .template-instructions .instruction-heading {
    font-family: quickpen, sans-serif;
    font-size: 56px;
    text-align: center;
    color: #1a1a1a;
    padding-bottom: 32px;
    width: 100%;
}
.ux2-wrapper .template-instructions .instruction-list {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}
.ux2-wrapper .template-instructions .instruction-item {
    border-top: 0 dashed #b9b7b2;
    position: relative;
    padding: 20px 64px;
    font-family: din, sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #1a1a1a;
}
.ux2-wrapper .template-instructions .instruction-item .indicator-label {
    font-family: "weber-serif", sans-serif;
    font-weight: 700;
    color: #1a1a1a;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 20px;
}
@media print {
    .ux2-wrapper .template-instructions {
        margin-top: 0;
    }
    .ux2-wrapper .template-instructions .instruction-heading {
        padding-bottom: 0;
        font-size: 32px;
    }
    .ux2-wrapper .template-instructions .instruction-item {
        border: none;
        padding: 10px 64px;
    }
}
@media(max-width:767px) {
    .ux2-wrapper .template-instructions .instruction-item {
        font-size: 16px;
        line-height: 1.66667;
        padding-right: 0;
    }
}
.ux2-wrapper .type-underlined {
    color: #dc1e1e;
    display: inline-block;
    margin-top: 0.22em;
    font-size: 58.3333%;
    line-height: 1em;
    letter-spacing: 0.032em;
    font-style: normal;
    vertical-align: top;
}
.ux2-wrapper .type-underlined:after {
    content: "";
    display: block;
    bottom: -0.03em;
    left: 0.05em;
    right: 0.05em;
    height: 0.07143em;
    min-height: 2px;
    background: currentColor;
    border-radius: 0.05em;
}
@media(max-width:767px) {
    .ux2-wrapper .type-underlined:after {
        min-height: 1px;
    }
}
.ux2-wrapper .template-block-wrapper.spacer-margin-medium {
    margin-bottom: 32px !important;
}
/*! CSS Used from: Embedded */
@media print {
    .ux2-component.template-inline-recipe:after {
        content: "";
        display: table;
        clear: both;
    }
    .ux2-component.template-inline-recipe .recipe-overview {
        padding: 0 !important;
        page-break-after: inherit;
    }
    .ux2-component.template-inline-recipe .recipe-overview .left-block {
        width: 100%;
    }
    .ux2-component.template-inline-recipe .recipe-overview .right-block {
        display: none;
    }
    .ux2-component.template-inline-recipe .recipe-overview .attributes {
        margin: 0 !important;
    }
    .ux2-component.template-inline-recipe .recipe-overview .attributes .title {
        font-size: 18px;
        padding-bottom: 0;
        text-transform: none;
        font-family: "weber-serif", sans-serif;
        letter-spacing: inherit;
        line-height: inherit;
        margin-right: 10px;
        color: #e01c1c !important;
    }
    .ux2-component.template-inline-recipe .recipe-overview .attributes .title:after {
        content: ":";
        color: #e01c1c !important;
    }
    .ux2-component.template-inline-recipe .recipe-overview .attributes .copy {
        font-size: 18px;
        line-height: inherit;
    }
    .ux2-component.template-inline-recipe .recipe-overview .left-block .recipe-heading {
        font-size: 24px;
    }
    .ux2-component.template-inline-recipe .recipe-overview .attributes .attribute-item {
        padding: 10px 0;
        display: inherit;
        flex-direction: inherit;
        align-items: inherit;
        border-right: 0 !important;
    }
    .ux2-wrapper .template-ingredients {
        margin-bottom: 16px;
        border: 0;
        border-radius: 0;
        width: 40%;
        float: left;
        margin-top: 16px;
    }
    .ux2-wrapper .template-instructions {
        width: 56%;
        float: right;
        margin-top: 16px;
        margin-left: 0;
    }
    .ux2-wrapper .template-ingredients:before {
        border: 0;
        height: inherit;
        width: inherit;
        position: inherit;
        left: inherit;
        top: inherit;
        transform: none;
        border-radius: 0;
    }
    .ux2-wrapper .template-ingredients .template-heading.red {
        font-size: 22px;
        margin: 0 !important;
        padding: 0 0 16px !important;
        font-family: "weber-serif", sans-serif;
        font-weight: normal;
    }
    .ux2-wrapper .template-instructions .instruction-heading {
        font-size: 22px;
        font-family: "weber-serif", sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        text-align: left;
    }
    .ux2-wrapper .template-ingredients .template-heading .type-underlined {
        display: none;
    }
    .ux2-wrapper .template-ingredients .ingredient-item {
        padding: 3px 0;
        border-bottom: 0 dashed #e8e7e2;
        font-size: 17px;
        line-height: 21px;
    }
    .ux2-wrapper .template-ingredients .ingredient-heading {
        border-bottom: 0;
    }
    .ux2-wrapper .template-instructions .instruction-item .indicator-label {
        top: 0;
    }
    .ux2-wrapper .template-instructions .instruction-item {
        padding: 0 32px 10px;
    }
}
.ux2-component.template-inline-recipe .template-ingredients .ingredient-item {
    list-style: none;
}
/*! CSS Used from: Embedded */
.ux2-component.template-content-static .component-carousel-hero-type {
    padding-bottom: 30px;
    background: none;
    height: auto;
}
.ux2-component.template-content-static .component-carousel-hero-type .carousel-wrapper {
    position: relative;
    background: #1a1a1a;
}
.ux2-component.template-content-static .component-carousel-hero-type .carousel-wrapper:before {
    content: "";
    display: block;
    padding-top: 53.84615%;
}
.ux2-wrapper .component-carousel-hero-type {
    height: 100%;
    width: 100%;
    position: relative;
    background-color: #1a1a1a;
    color: #fff;
    overflow: hidden;
}
.ux2-wrapper .component-carousel-hero-type .content-wrapper {
    -ms-flex: none;
    flex: none;
}
.ux2-wrapper .component-carousel-hero-type.alternate-layout .content-wrapper {
    text-align: left;
    position: absolute;
    bottom: 40px;
    left: 32px;
    right: 232px;
    padding: 0 !important;
    margin: 0 !important;
}
.ux2-wrapper .component-carousel-hero-type.alternate-layout .content-wrapper .template-heading {
    font-size: 24px !important;
}
.ux2-wrapper .component-carousel-hero-type.alternate-layout .content-wrapper .template-heading p {
    font-size: 24px !important;
}
.ux2-wrapper .component-carousel-hero-type .carousel-hero-list {
    height: 100%;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
}
.ux2-wrapper .component-carousel-hero-type .carousel-hero-item {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
    background-color: #1a1a1a;
    overflow: hidden;
}
.ux2-wrapper .component-carousel-hero-type .carousel-hero-item:first-of-type {
    z-index: 5;
}
.ux2-wrapper .component-carousel-hero-type .carousel-hero-item img {
    width: 100%
};
@media(max-width:1024px) {
    .ux2-wrapper .component-carousel-hero-type.is-small .carousel-hero-item .content-wrapper {
        padding-left: 96px;
        padding-right: 96px;
    }
    .ux2-wrapper .component-carousel-hero-type.is-small .carousel-hero-item .title {
        font-size: 48px;
    }
}
@media(max-width:767px) {
    .ux2-wrapper .component-carousel-hero-type.is-small .carousel-hero-item .content-wrapper {
        padding-left: 32px;
        padding-right: 32px;
    }
    .ux2-wrapper .component-carousel-hero-type.is-small .carousel-hero-item .title {
        font-size: 26px;
    }
}
@media(max-width:767px) {
    .ux2-wrapper .hero-carousel-item-content-center .content-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.ux2-wrapper .hero-carousel-item-content-center {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.ux2-wrapper .hero-carousel-item-content-center .content-wrapper {
    max-width: 480px;
}
.ux2-wrapper .hero-carousel-item-content-center .title {
    padding-bottom: 4px;
    font-size: 60px;
}
.ux2-wrapper .hero-carousel-item-content-center .component-button-play {
    height: 96px;
    width: 96px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ux2-wrapper .hero-carousel-item-content-center .media-data {
    padding-left: 128px;
}
.ux2-wrapper .hero-carousel-item-content-center .time {
    position: relative;
    color: #fbf8f2;
}
@media(max-width:767px) {
    .ux2-wrapper .hero-carousel-item-content-center .content-wrapper {
        padding-left: 16px;
        padding-right: 16px;
        right: 0 !important;
    }
}
.ux2-wrapper .component-button-play:after {
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    content: "";
    display: block;
    position: absolute;
    border: 0 solid #fbf8f2;
    border-radius: 50%;
    opacity: 1;
    visibility: visible;
    transition: visibility 0.2s, opacity 0.2s linear;
}
.ux2-wrapper .component-button-play .background {
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    position: absolute;
    display: block;
    border-radius: 100%;
    background: url('/component-assets/images/base/texture/texture-titles-white.png') repeat 50% #dc1e1e;
    transition: background-color 0.2s, visibility 0.2s, opacity 0.2s linear;
    background-image: none;
}
.ux2-wrapper .component-button-play .border-icon {
    display: none;
    color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: top 0.6s cubic-bezier(0.19,1,0.22,1), right 0.6s cubic-bezier(0.19,1,0.22,1), bottom 0.6s cubic-bezier(0.19,1,0.22,1), left 0.6s cubic-bezier(0.19,1,0.22,1);
}
.ux2-wrapper .component-button-play .border-icon,
.ux2-wrapper .component-button-play .border-icon svg {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: transform 0.2s cubic-bezier(0.25,.25,0.75,.75);
    position: absolute;
}
.ux2-wrapper .carousel-hero-list {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}
.ux2-wrapper .carousel-hero-item {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}
.ux2-wrapper .template-heading,
.ux2-wrapper .template-heading p {
    font-family: "weber-serif", sans-serif;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}
.ux2-wrapper .content-block .component-carousel-hero-type.alternate-layout.buttons-bottom.is-small {
    overflow: visible;
}
.ux2-wrapper .content-block .component-carousel-hero-type.alternate-layout.buttons-bottom.is-small .bullet-item {
    display: inline;
    margin: 8px 4px 4px;
}
.ux2-wrapper .content-block .component-carousel-hero-type.alternate-layout.buttons-bottom.is-small .bullet-item .bullet-button {
    height: 10px;
    width: 10px;
    border: solid 2px #191919;
    border-radius: 50%;
    padding: 0;
    margin-top: 8px;
}
.ux2-wrapper .content-block .component-carousel-hero-type.alternate-layout.buttons-bottom.is-small .bullet-item .bullet-button.is-active {
    background-color: #191919;
}
.ux2-wrapper .content-block .component-carousel-hero-type.alternate-layout.buttons-bottom.is-small .bullet-item .bullet-button:hover {
    background-color: #191919;
}
.ux2-wrapper .content-block .component-carousel-hero-type.alternate-layout.buttons-bottom.is-small .template-bullets {
    width: fit-content;
    margin: auto;
}
.ux2-wrapper .content-block .component-carousel-hero-type.alternate-layout.buttons-bottom.is-small .carousel-wrapper {
    overflow: hidden;
}
.ux2-wrapper .content-block .component-carousel-hero-type.alternate-layout.buttons-bottom.is-small .button-circle {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: none;
    transition: background-color 0.2s;
}
.ux2-wrapper .content-block .component-carousel-hero-type.alternate-layout.buttons-bottom.is-small .button-circle.previous {
    left: -22px;
}
.ux2-wrapper .content-block .component-carousel-hero-type.alternate-layout.buttons-bottom.is-small .button-circle.next {
    right: -22px;
}
.ux2-wrapper .content-block .component-carousel-hero-type.alternate-layout.buttons-bottom.is-small .button-circle .border-icon {
    display: none;
}
.ux2-wrapper .content-block .component-carousel-hero-type.alternate-layout.buttons-bottom.is-small .button-circle .arrow {
    height: 45px;
    width: 45px;
}
.ux2-wrapper .content-block .component-carousel-hero-type.alternate-layout.buttons-bottom.is-small .button-circle:after {
    display: none;
}
.ux2-wrapper .content-block .component-carousel-hero-type.alternate-layout.buttons-bottom.is-small .button-circle:hover {
    background-color: #191919;
}
.ux2-wrapper .content-block .component-carousel-hero-type.alternate-layout.buttons-bottom.is-small .button-circle:focus {
    background-color: #191919;
    filter: drop-shadow(0 0 2px black);
}
.ux2-component.template-recipe-carousel-small .background {
    display: none;
    position: absolute;
    top: 256px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000 no-repeat 50%;
    background-size: cover;
}
.ux2-component.template-recipe-carousel-small .block-content-wrapper-carousel {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1536px;
    position: relative;
    margin-top: 64px;
}
@media(max-width:767px) {
    .ux2-component.template-recipe-carousel-small .background {
        top: 204.8px;
    }
}
.ux2-wrapper .component-carousel-recipe .button-circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #dc1e1e;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: background-color 0.2s;
    z-index: 1;
    box-shadow: 0 0 0 3pt #fff;
}
.ux2-wrapper .component-carousel-recipe .button-circle:hover.light:after {
    display: none;
}
.ux2-wrapper .component-carousel-recipe .button-circle.next {
    right: -8px;
}
.ux2-wrapper .component-carousel-recipe .button-circle.previous {
    left: -8px;
}
.ux2-wrapper .component-carousel-recipe .carousel-item {
    transition: none;
    float: none;
    margin: 0;
    display: inline-block;
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
}
.ux2-wrapper .component-carousel-recipe .carousel-item-content {
    height: 320px;
    width: 100%;
    display: inline-block;
    position: relative;
    border-radius: 0;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
}
.ux2-wrapper .component-carousel-recipe .title {
    font-family: 'din', sans-serif;
    position: absolute;
    bottom: 30px;
    padding-left: 24px;
    padding-right: 24px;
    left: 0;
    right: 0;
    color: #fbf8f2;
    text-decoration: none;
}
@media(max-width:1024px) {
    .ux2-wrapper .component-carousel-recipe .carousel-item {
        width: 50%;
        padding-left: 4px;
        padding-right: 4px;
    }
    .ux2-wrapper .component-carousel-recipe .title {
        font-size: 16px;
    }
    .ux2-wrapper .component-carousel-recipe .button-circle.next {
        right: -45px;
    }
    .ux2-wrapper .component-carousel-recipe .button-circle.previous {
        left: -45px;
    }
}
@media(max-width:767px) {
    /*.ux2-wrapper .component-carousel-recipe.mobile-large .carousel-item,.ux2-wrapper .component-carousel-recipe.mobile-large .carousel-recipe-wrapper{width:90vw;*/
    .ux2-wrapper .component-carousel-recipe .carousel-recipe-wrapper {
        height: 192px;
        width: 320px;
        position: relative;
        margin: 0 auto 20px;
        overflow: visible;
    }
    .ux2-wrapper .component-carousel-recipe .carousel-item {
        display: inline-block;
        width: 320px;
        padding: 0;
    }
    .ux2-wrapper .content-block .component-carousel-hero-type.alternate-layout.buttons-bottom.is-small .template-bullets {
        padding: 0;
    }
    .ux2-wrapper .content-block .component-carousel-hero-type.alternate-layout.buttons-bottom.is-small .button-circle.next {
        display: none;
    }
    .ux2-wrapper .content-block .component-carousel-hero-type.alternate-layout.buttons-bottom.is-small .button-circle.previous {
        display: none;
    }
}
.ux2-wrapper .custom-newsletter-template {
    display: none !important;
}
/*! CSS Used from: Embedded */
@media print {
    .ux2-component.template-content-static .component-carousel-hero-type {
        display: none;
    }
}
.ux2-wrapper .template-block-wrapper.component-margin-bottom-none {
    margin-bottom: 0;
}
.ux2-wrapper .template-block-wrapper {
    margin-bottom: 64px;
    transform: translateZ(0);
}
.register-page {
    padding: 5em 0;
    font-family: DIN-Next-LT-Pro, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2.5em;
    min-height: calc(720px - 10em);
    background-position: center top;
    background-repeat: no-repeat;
}
.container:after,
.container:before,
.full-width-container:after,
.full-width-container:before {
    display: table;
    content: " ";
}
*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.container:after {
    clear: both;
}
.register-page .register-page-left {
    color: #fff;
    width: calc(50% - 8em);
}
.register-page .register-page-right {
    background: #fff;
    width: 50%;
    padding: 2.5em;
}
.emarsys-newsletter-content {
    color: #1f1f1f;
}
.ux2-wrapper .rich-content li,
.ux2-wrapper .rich-content p {
    line-height: 1.5;
    margin: 0 0 1.5em;
    font-size: 20px;
    font-family: DIN-Next-LT-Pro, sans-serif;
    font-weight: 100;
}
.ux2-wrapper .rich-content li a,
.ux2-wrapper .rich-content p a {
    color: #dc1e1e;
    position: relative;
    text-decoration: none;
}
.ux2-wrapper .rich-content li a:before,
.ux2-wrapper .rich-content p a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #dc1e1e;
    visibility: hidden;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all 0.3s ease-in-out 0s;
}
fieldset,
legend {
    border: 0;
    padding: 0;
}
.form-row.form-row-multi {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: -1.25em;
}
.register-page .register-page-right .form-row-multi .form-row {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.form-row.form-row-multi .form-row.form-row-50 {
    width: calc(50% - 1.25em);
}
.form-row.form-row-multi .form-row {
    margin-right: 1.25em;
}
.form-row:first-child {
    margin-top: 0 !important;
}
.register-page .register-page-right .form-row .label {
    font-size: 1.75em;
    line-height: 1.5em;
    font-weight: 300;
}
.form-row .label {
    font-size: 1.25em;
    line-height: 1.5em;
    display: block;
    padding: 0;
    margin: 0;
    color: #7f8888;
    font-weight: 400;
}
.form-row .field {
    display: block;
}
.form-row .field,
.form-row .label,
.meta-nav .flyout-ctr {
    position: relative;
}
.required-indicator {
    color: #ed1c23;
}
.input-search,
.input-text,
textarea {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dedede;
    color: #2b2c31;
    padding: calc(0.75em + 2px) 1em;
    position: relative;
    transition: border-color 0.2s, background-color 0.2s;
    width: 100%;
    -webkit-appearance: none;
}
.input-search,
.input-text,
.selector,
select,
textarea {
    background-color: #f6f6f5;
    font-family: 'DIN Condensed', 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    font-weight: 300;
    -webkit-transition: border-color 0.2s, background-color 0.2s;
    margin: 0;
    display: block;
    vertical-align: middle;
    text-transform: none;
}
input {
    line-height: normal;
}
.form-row {
    display: block;
}
.form-checkbox-wrapper {
    display: inline-block;
    width: 24px;
    height: 12px;
    position: relative;
    padding-left: calc(20px + 0.5em);
    cursor: pointer;
}
.form-row {
    margin: 1em 0;
    font-size: 1em;
    line-height: 1.5em;
}
.selector,
select {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #2b2c31;
    cursor: pointer;
    height: 3em;
    position: relative;
    text-indent: calc(1em - 1px);
    transition: border-color 0.2s, background-color 0.2s;
}

.selector,
.selector span,
select,
textarea {
    width: 100% !important;
}
select.custom-emarsys-field:before {
    content: '▼';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}
.register-page .weberid-subscribe .weberid-subscribe-hint p {
    font-size: 0.9375em;
    line-height: 1.5em;
}
.form-row.form-row-button {
    margin-top: 2em;
    margin-bottom: 0;
    margin-right: -2em;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-row.form-row-button .button,
.form-row.form-row-button button {
    margin-bottom: 1em;
    margin-right: 2em;
}
.button[disabled],
.button[disabled]:hover {
    cursor: default;
    opacity: .4;
    background-color: #ed1c23;
    border-color: #ed1c23;
}
.form-row-button button {
    min-width: 11.5em;
}
.button,
button,
input[type=button] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #ed1c23;
    background: url('../images/texture_titles_white.png') center center repeat-x #ed1c23;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.15em;
    width: auto;
    font-family: 'DIN Condensed', 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
    padding: calc(1.25em - 2px) 1.5em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: background 0.2s cubic-bezier(0.25,.25,0.75,.75) 0s;
    transition: background 0.2s cubic-bezier(0.25,.25,0.75,.75) 0s;
    -webkit-appearance: none;
}
@media(max-width: 767px) {
    .register-page .register-page-left {
        width: calc(100% +(2 * 20px));
        padding: 2.5em 20px;
    }
}
@media(max-width: 767px) {
    .register-page .register-page-right {
        width: calc(100% +(2 * 20px));
        padding-left: 20px;
        padding-right: 20px;
    }
}

{
    # consolidated sheet updates and fixes #
}
.ux2-wrapper .template-recipe-grid .template-heading.h3.tagline.red {
    position: relative;
    font-size: 26px;
    line-height: 34px;
    margin: -0.125em 0 -0.1825em;
    text-transform: none !important;
    font-family: "weber-serif", sans-serif;
    font-weight: 700;
}
.ux2-wrapper .template-recipe-grid .template-heading.h2 {
    font-size: 52px;
    line-height: 56px;
    text-transform: none !important;
}
.ux2-component.template-story-filter .template-story-filters-list .template-filter-button.is-active {
    filter: none;
}
.ux2-wrapper .template-recipe-grid .template-button-line-top-bottom .template-label {
    color: #fff;
}
.ux2-component.template-recipe-grid ~ .ux2-component.template-recipe-carousel-small .block-content-wrapper-carousel {
    padding-left: 128px;
    padding-right: 128px;
}
.ux2-component.template-recipe-grid ~ .ux2-component.template-recipe-carousel-small .h3 {
    position: relative;
}
.ux2-component.template-story-article-grid .template-heading.h4 {
    text-align: left;
}
.ux2-component.template-story-article-grid .default-grid .template-button-line-top-bottom .template-sub-heading {
    font-size: 16px;
    color: #fff;
    font-family: DIN-Next-LT-Pro-Cond, sans-serif;
}
.ux2-component.template-enhanced-filter .enhanced-filter-section .template-heading {
    position: relative;
}
.ux2-component.template-story-article .round-button .template-sub-heading,
.ux2-component.template-story-top-article .round-button .template-sub-heading {
    font-family: DIN-Next-LT-Pro-Cond, sans-serif;
}
.ux2-component.template-recipe-carousel-medium-v2 .recipe-card-content .template-heading {
    width: auto;
    text-align: left;
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-wrapper .carousel-item {
    position: initial;
}
.ux2-wrapper .component-button-print-target .button-title.template-heading {
    position: relative;
}
.ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app .template-content-intro .template-heading .type-diagonal.char-2 .template-letter:first-child,
.ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app .template-content-intro .template-heading .type-diagonal.char-2 .template-letter:nth-child(2) {
    top: auto;
    font-size: 20px;
}
.ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app .template-content-intro .template-heading.h2 {
    font-size: 20px;
}
.ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app .template-button-drop-down .template-label {
    font-size: 18px;
    text-transform: none;
}
.ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app .template-button-drop-down {
    background-color: #DC1E1E;
    color: #fff;
}
.ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app .template-button-drop-down:hover {
    background-color: #191919;
    color: #fff;
}
.ux2-component.template-recipe-carousel-medium-v2 .template-heading.h2 {
    text-transform: capitalize !important;
}
.ux2-component.template-recipe-carousel-medium-v2 .type-underlined {
    font-size: inherit;
    vertical-align: inherit;
}
.ux2-component.template-recipe-carousel-medium-v2 .type-underlined:after {
    display: none;
}
@media(max-width: 767px) {
    .ux2-wrapper .template-block-content-wrapper.small.mobile-only .type-underlined {
        font-size: inherit;
        vertical-align: inherit;
    }
    .ux2-wrapper .template-block-content-wrapper.small.mobile-only .type-underlined:after {
        display: none;
    }
}
.ux2-component.template-recipe-carousel-medium-v2 .template-block-content-wrapper {
    padding-right: 16px;
}
.ux2-wrapper .recipe-slide-list .template-heading.h3 {
    font-size: 32px;
    position: relative;
    text-transform: uppercase;
    font-family: "weber-serif", sans-serif;
}
.ux2-wrapper .recipe-slide-list .template-heading.h3 .type-underlined {
    font-size: inherit;
    vertical-align: inherit;
    color: #000;
}
.ux2-wrapper .recipe-slide-list .template-heading.h3 .type-underlined:after {
    display: none;
}
.ux2-component.template-enhanced-filter .enhanced-filter-section .template-heading {
    border-bottom: 1px dashed hsla(40, 53%, 97%, 0.5);
    font-size: 24px;
    padding: 10px 0;
    text-transform: none;
    margin-bottom: 20px;
    font-family: "weber-serif", sans-serif;
    font-weight: 700;
}
@media(max-width: 767px) {
    .ux2-component.template-recipe-grid .recipe-item {
        width: calc(50% - 16px);
    }
    .ux2-component.template-enhanced-filter .template-component-button-wrapper {
        display: block;
        padding: 1.5rem 1.5rem 0.5rem;
        text-align: right;
    }
    .ux2-component.template-enhanced-filter .enhanced-filter-section {
        border-radius: 0;
        background: none;
    }
    .ux2-component.template-enhanced-filter .button-wrapper {
        display: block;
        text-align: center;
    }
}
@media(max-width: 480px) {
    .template-enhanced-filter-content .ux2-component.template-recipe-grid .recipe-item {
        width: 100%;
    }
}
.ux2-component.template-hero-copypage .component-button-icon-breadcrumbs .breadcrumbs-item:after {
    /*display: inline;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
}
.ux2-component.template-hero-copypage .component-button-icon-breadcrumbs .breadcrumbs-item {
    text-align: center;
}
.ux2-component.template-block-wrapper.has-sidebar .template-sidebar-nav .return-button .component-button-scroll-indicator {
    margin: 0;
}
.ux2-component.template-block-wrapper.has-sidebar .template-sidebar-nav .return-button .indicator-label {
    left:auto;
}
@media(max-width: 767px) {
    .ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app .app-image {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 0;
        margin: 0;
        width: 100%;
        display: block;
    }
    .ux2-component.template-recipe-split-block-v2 .template-register-app-v2 .template-register-app .download-app {
        transform: none;
    }
    .ux2-component.template-register-app .component-drop-down-button {
        bottom: auto;
        margin-top: 16px;
    }
    .ux2-component.template-sidebar-nav {
        width: 100%;
        padding: 0;
        border-left: none;
        border-right: 0;
    }
    .ux2-component.template-block-wrapper.has-sidebar .template-sidebar-nav .return-button {
        margin-bottom: 20px;
    }
}
.template-story-article .template-article-header .type-underlined {
    font-size: inherit;
    vertical-align: inherit;
}
.template-story-article .template-article-header .type-underlined:after {
    display: none;
}
.template-inline-recipe .template-ingredients .ingredient-heading {
    position: relative;
    font-size: 32px;
    font-family: "weber-serif", sans-serif;
    font-weight: 700;
}
.ux2-wrapper .content-block .component-carousel-hero-type.alternate-layout.buttons-bottom.is-small .bullet-item {
    display: inline-block;
}
.ux2-wrapper .content-block .component-carousel-hero-type.alternate-layout.buttons-bottom.is-small .bullet-item .bullet-button:before {
    display: none;
}
.ux2-wrapper .content-block .component-carousel-hero-type.alternate-layout.buttons-bottom.is-small .button-circle:hover .arrow svg {
    color: #fff;
    fill: #fff;
}

@media(max-width: 767px) {
    .ux2-component.template-sidebar-nav .is-closed.sidebar-nav:not(.sub-nav) {
        display: none;
    }
    .ux2-component.template-hero-copypage .content-wrapper {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    .ux2-component.template-hero-copypage .content-wrapper .template-heading.h1 {
        font-size: 48px;
        line-height: 1;
    }
    .ux2-component.template-hero-copypage {
        height: 384px;
    }
    .ux2-component.template-recipe-grid ~ .ux2-component.template-recipe-carousel-small .block-content-wrapper-carousel {
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        margin-top: 32px;
    }
    .ux2-component.template-recipe-grid ~ .ux2-component.template-recipe-carousel-small .block-content-wrapper-carousel .carousel-item-content {
        height: 160px;
        width: 100%;
        white-space: normal;
        padding: 0 8px;
    }
    .ux2-component.template-story-article .template-block-content-wrapper .article {
        padding-left: 0;
    }
    .ux2-component.template-story-article .template-block-content-wrapper .article .article-content {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        position: relative;
        transform: translateX(0);
        padding: 32px 16px;
    }
}
.ux2-component.template-inline-recipe .recipe-overview .right-block .template-button-circle-solid .template-share-icon-wrapper svg {
    height: 25px;
    top: -4px;
}
.ux2-component.template-related-posts .content-items-item img {
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}
.ux2-component.template-related-posts .content-items-item div:first-child:before {
    content: "";
    display: block;
    padding-top: 58.59375%;
}
.ux2-component.template-related-posts .content-items-item div:first-child {
    margin: 0;
    background-size: cover;
    background-position: 50%;
    position: relative;
}

.ux2-component.template-featured-recipe .block-content-wrapper {
    position: relative;
    padding: 288px 64px 64px;
    color: #fbf8f2;
}

.ux2-component.template-featured-recipe .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: 50%;
    z-index: -1;
    border-radius: 3px;
}

.ux2-component.template-featured-recipe {
    position: relative;
    max-width: 1248px;
    margin: 0 auto;
    padding: 0 16px;
    z-index: 999;
    margin-top: 64px;
}

.ux2-component.template-featured-recipe .block-content-wrapper .white {
    color: #fbf8f2;
    text-decoration:none!important;
}

.ux2-component.template-featured-recipe a:hover {
    color: #fbf8f2;
    text-decoration:none!important;
}

.ux2-component.template-recipes-seasonal .template-content-intro {
    margin-bottom: 32px;
}

.ux2-component.template-recipe-carousel-small-v2 .template-heading.h4:first-child {
    margin-top: 32px;
}

.ux2-component.template-recipe-carousel-small-v2 .button-circle .arrow svg {
    color: #ffffff;
    fill: #ffffff;
}

.ux2-wrapper .component-recipe-card .recipe-card-content .title {
    left: 0;
    right: 0;
    padding: 0 8%;
}

.ux2-wrapper .component-carousel-polaroid .carousel-polaroid-navigation .carousel-button-arrow .arrow svg {
    color: #000;
    fill: #000;
}
.ux2-wrapper .component-carousel-polaroid .carousel-polaroid-navigation .carousel-button-arrow .arrow.next svg {
    margin-top: 4px;
}

.ux2-wrapper .component-carousel-polaroid .carousel-polaroid-navigation .carousel-button-arrow .arrow.previous svg {
    margin-top: -4px;
}
.ux2-component.template-block-wrapper.block-explore-accessories {
    background: white;
    height: auto;
}
.ux2-component.template-block-wrapper.block-explore-accessories .template-component-carousel-card {
    position: initial;
    margin: 0;
}
.ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .button-circle.previous {
    right: auto;
    left: -32px;
}
.ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .button-circle.next {
    right: -32px;
    left: auto;
}
.ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .button-circle .arrow svg {
    color: white;
}
.ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .template-accessories-inner-wrapper .template-accessories-list .template-accessory-item .template-accessory-inner-item {
    justify-content: space-between;
    border: 0;
}
.ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .template-accessories-inner-wrapper .template-accessories-list .template-accessory-item .template-accessory-inner-item .template-component-button,
.ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .template-accessories-inner-wrapper .template-accessories-list .template-accessory-item .template-accessory-inner-item .template-image,
.ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .template-accessories-inner-wrapper .template-accessories-list .template-accessory-item .template-accessory-inner-item .template-product-data {
    position: initial;
    width: 100%;
    display: block;
    margin: 16px auto 0;
}
.ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .template-accessories-inner-wrapper .template-accessories-list .template-accessory-item .template-accessory-inner-item .template-image {
    max-height: 50%;
}
.ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .template-accessories-inner-wrapper .template-accessories-list .template-accessory-item {
    margin-right: 16px;
    height: auto;
}
.ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .template-accessories-inner-wrapper .template-accessories-list .template-accessory-item .product-title-price .template-sub-heading.h1 {
    margin: 0;
    font-size: 24px;
    font-family: "din", sans-serif;
    font-weight: bold;
    line-height: 28px;
}
.ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .template-accessories-inner-wrapper .template-accessories-list .template-accessory-item:nth-child(4n) {
    margin-right: 144px;
}
@media (max-width: 1320px) {
.ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .button-circle.previous {
    right: auto;
    left: -16px;
}
.ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .button-circle.next {
    right: -16px;
    left: auto;
}
.ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .template-accessories-inner-wrapper .template-accessories-list .template-accessory-item:nth-child(4n) {
    margin-right: 64px;
}
}
@media (max-width: 1024px){
.ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .template-accessories-inner-wrapper .template-accessories-list .template-accessory-item:nth-child(2n) {
    margin-right: 144px;
}
}
@media (max-width: 767px){
.ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .template-accessories-inner-wrapper .template-accessories-list .template-accessory-item:nth-child(2n) {
    margin-right: 16px;
}
.ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .template-accessories-inner-wrapper .template-accessories-list .template-accessory-item {
    width: calc(100% - 32px)!important;
    height: 512px;
    margin-left: 16px;
}
.ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .template-accessories-inner-wrapper .template-accessories-list .template-accessory-item .template-accessory-inner-item {
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
}
}

.ux2-wrapper .ux2-component.template-block-wrapper .content-block.custom-content-block .template-content-wrapper .template-heading.h3 {
    position: relative;
}


.ux2-component.template-hero-plp .content-wrapper .template-categories > .component-filter-seal {
    margin-bottom: 64px;
}
.ux2-component.template-hero-plp .template-categories .component-filter-seal .filter-item-icon {
    height: 128px;
    width: 128px;
}
.ux2-wrapper .ux2-component.template-hero-plp .template-categories .component-filter-seal .icon-type {
    top: 25px;
    bottom: 25px;
    left: 25px;
    right: 25px;
}
@media (max-width: 767px){
    .ux2-component.template-hero-plp .template-categories .component-filter-seal .filter-item-icon {
        width: 64px;
        height: 64px;
    }
    .ux2-wrapper .ux2-component.template-hero-plp .template-categories .component-filter-seal .icon-type {
        top: 15px;
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
    .ux2-component.template-hero-plp .content-wrapper .template-categories > .component-filter-seal {
        margin-bottom: 16px;
    }
}
.ux2-wrapper .ux2-component.template-featured-recipe {
    margin-top: 64px;
}
.ux2-component.template-recipes-seasonal .section-title.template-heading.h2 {
    display: none;
}
.ux2-wrapper .template-block-recipe-grid-container .template-button-line-top-bottom.load-more {
    border-radius: 8px;
    position: relative;
    height: 64px;
    padding: 0 35px;
    margin-bottom: 32px;
    border: 0;
    background: #dc1e1e;
    overflow: visible;
    transform: translateZ(0);
    transition: all 0.2s linear;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important;
    cursor: pointer;
}
.ux2-wrapper .template-block-recipe-grid-container .template-button-line-top-bottom.load-more:hover {
    background: #1a1a1a;
}
.ux2-wrapper .template-button-line-top-bottom .template-label.template-sub-heading.h3,
.ux2-wrapper .template-button-line-top-bottom:hover .template-label.template-sub-heading.h3 {
    color: white;
}

