
/*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 'conduit', 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-wood-pellet,
.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-wrapper .component-filter-seal .icon-type.recipe-landing-fuel-icon-electric {
    background-image: url('/component-assets/images/type-icon/type-electric-filter-red-2.png') !important;
}
.ux2-wrapper .component-filter-seal .icon-type.recipe-landing-fuel-icon-griddle {
    background-image: url('/component-assets/images/type-icon/type-griddle-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: 'conduit', 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: 'conduit', 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: 'conduit', 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: 'conduit', 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: 'conduit', 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: 'conduit', 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: 'conduit', 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: 'conduit', 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: 'conduit', 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: 'conduit', 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: 'conduit', 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 'conduit', 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: 'conduit', sans-serif;
    font-weight: 100;
    margin: 0;
}
.ux2-wrapper .template-copy.serif {
    font-family: "conduit", 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: "conduit", sans-serif;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}
.ux2-wrapper .template-heading.sans {
    font-family: 'conduit', 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: 'conduit', 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: 'conduit', 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: 'conduit', 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;
    line-height: normal;
}
@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: "conduit", 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 "conduit", 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 'conduit', 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;
    white-space: nowrap;
}
.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 'conduit', 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: 'conduit', 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: 'conduit', 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 'conduit', 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: 'conduit', 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 'conduit', 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: 'conduit', 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;
    opacity:1!important;
}
.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: 'conduit', 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: 'conduit', sans-serif;
    font-weight: 100;
    margin: 0;
}
.ux2-wrapper .template-heading.h1 {
    font-size: 72px;
    line-height: 74px;
    font-family: "conduit", 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: 'conduit', 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 'conduit', 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: 'conduit', 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 'conduit', 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: 'conduit', sans-serif;
    font-weight: bold;
    line-height: 28px;
}
.ux2-wrapper .product-title-price .external__pricing__container--promotion {
    font: 400 18px 'conduit', 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 "conduit", 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: 'conduit', 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: 'conduit', 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: 'conduit', 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: "conduit", 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: 'conduit', 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: 'conduit', 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: "conduit", 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: 'conduit', 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: "conduit", 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: "conduit", 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: 'conduit', 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: 'conduit', 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: 'conduit', 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: 'conduit', 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: "conduit", 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: 'conduit', 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 'conduit', 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: 'conduit', 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: "conduit", 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: 'conduit', 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: "conduit", 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 'conduit', sans-serif;
    letter-spacing: 0.23em;
    text-transform: uppercase;
    opacity: 1;
    transform: scale(0.8);
}
.ux2-wrapper .template-copy {
    font-family: 'conduit', sans-serif;
    font-weight: 100;
    margin: 0;
}
.ux2-wrapper .template-heading.sans {
    font-family: 'conduit', 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: 'conduit', 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;
}
@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: 'conduit', 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: 'conduit', 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: "conduit", 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: 'conduit', '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: 'conduit', 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: 'conduit', 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: 'conduit', 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: 'conduit', 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: 'conduit', 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: "conduit", 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: 'conduit', 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: 'conduit', 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;
    width: 100%;
}
.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: 'conduit', 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: 'conduit', 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: 'conduit', sans-serif;
}
.ux2-wrapper .template-heading.h1 {
    font-size: 72px;
    line-height: 74px;
    margin: -0.09375em 0 -0.1458333em;
    background-image: none !important;
}
.ux2-wrapper .template-heading.h2 {
    font-size: 52px;
    line-height: 56px;
    margin: -0.089285em 0 -0.10714285em;
    text-transform: none !important;
    font-family: 'conduit', 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: 'conduit', 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 "conduit", 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 "conduit", 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: 'conduit', 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: 'conduit', sans-serif;
}
.ux2-component.template-content-static .content .content-block p {
    font-size: 18px;
    line-height: 28px;
    font-family: 'conduit', 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 'conduit', 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 "conduit", 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: 'conduit', 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;
}
.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: 'conduit', 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 'conduit', 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 'conduit', 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: 'conduit', 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: 'conduit', 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: 'conduit', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
}
.h5 {
    font-family: 'conduit', 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: 'conduit', 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 'conduit', 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: 'conduit', sans-serif;
    font-weight: bold;
    line-height: 28px;
}
.ux2-wrapper .product-title-price .external__pricing__container--promotion {
    font: 400 18px 'conduit', 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: 'conduit', 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 'conduit', 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: "conduit", 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: "conduit", sans-serif;
}
.ux2-component.template-story-article .article-content .article-title {
    display: block;
    font-size: 30px;
    font-family: "conduit", 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: 'conduit', 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 'conduit', 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 'conduit', 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 'conduit', 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: 'conduit', 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: "conduit", 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;
    width: 100%;
}
.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: 'conduit', 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 'conduit', 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: 'conduit', 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: "conduit", 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: 'conduit', 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: 'conduit', 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: "conduit", sans-serif;
}
.ux2-component.template-story-article .article-content .article-title {
    text-align: left;
    display: block;
    font-size: 18px;
    font-family: 'conduit', 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: 'conduit', 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: 'conduit', 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: 'conduit', sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
.ux2-component.template-author-header .author-copy .name {
    font-family: 'conduit', 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: 'conduit', 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: "conduit", 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: 'conduit', 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: 'conduit', 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: 'conduit', 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: 'conduit', 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: "conduit", 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: "conduit", 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: 'conduit', 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: "conduit", 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: 'conduit', 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: 'conduit', 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: 'conduit', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #1a1a1a;
}
.ux2-wrapper .template-instructions .instruction-item .indicator-label {
    font-family: "conduit", 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: "conduit", 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: "conduit", sans-serif;
        font-weight: normal;
    }
    .ux2-wrapper .template-instructions .instruction-heading {
        font-size: 22px;
        font-family: "conduit", 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: "conduit", 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: 'conduit', 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: 'conduit', 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: 'conduit', 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: 'conduit', '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: 'conduit', '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: "conduit", 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: 'conduit', 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: 'conduit', 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: "conduit", 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: "conduit", 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: "conduit", 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;
}
.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: 'conduit', 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;
}

.ux2-wrapper .ux2-component.template-hero-plp .template-heading-consolidated .template-heading.h3 {
    position: relative;
}
.ux2-component.template-featured-recipe .block-content-wrapper a:before {
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.ux2-component.template-recipe-grid .template-block-recipe-grid-container .recipe-grid .recipe-item {
    margin-right: 0;
}

.ux2-component.template-recipe-carousel-small .block-content-wrapper-carousel .carousel-item .template-heading.h4 {
    text-align: left;
}

/*! CSS Used from: /component-assets/css/bundle.css */
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-full-color-button{height:64px;position:relative;padding: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 .2s linear;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;text-decoration:none;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-full-color-button:hover{background-color:#ac0f0f;text-decoration:none;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-full-color-button .template-label{display:inline-block;position:relative;color:#fbf8f2;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-full-color-button .template-label .template-label-text{padding-top:2px;color:white;}
/*.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-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 .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-full-color-button .template-icon .template-line{position:absolute;top:0;bottom:0;left:0;right:0;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-full-color-button .template-icon .template-line svg{height:100%;width:100%;}*/
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-full-color-button .template-magnifier-wrapper{height:100%;color:#fbf8f2;padding:20px;transform:scaleX(-1);}
.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 .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-button-play:hover{background-color:transparent;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-button-play:hover .border-icon{animation:rotate-360-cw 5s cubic-bezier(.25,.25,.75,.75) infinite;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-button-play:hover .border-icon svg{transform:scale(.9);}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-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% #ac0f0f;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-button-play:hover.filled-red-hover:after{opacity:0;visibility:hidden;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-button-play:hover.filled-red-hover .play-icon{color:#fbf8f2;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-button-play:after{top:5px;bottom:5px;left:5px;right:5px;content:"";display:block;position:absolute;border:1px solid #fbf8f2;border-radius:50%;opacity:1;visibility:visible;transition:visibility .2s,opacity .2s linear;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-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 .2s,opacity .2s linear;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-button-play .border-icon{color:#fff;top:0;bottom:0;left:0;right:0;transition:top .6s cubic-bezier(.19,1,.22,1),right .6s cubic-bezier(.19,1,.22,1),bottom .6s cubic-bezier(.19,1,.22,1),left .6s cubic-bezier(.19,1,.22,1);}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-button-play .border-icon,.ux2-wrapper .component-button-play .border-icon svg{top:0;bottom:0;left:0;right:0;transition:transform .2s cubic-bezier(.25,.25,.75,.75);position:absolute;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-button-play .play-icon{display:inline-block;padding:1px 0 0 2px;position:relative;vertical-align:middle;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-button-play .play-icon,.ux2-wrapper .component-button-play .play-icon svg{height:28px;width:22px;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-button-play .play-icon svg{display:block;}
@media (max-width:767px){
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-button-play{height:78px;width:78px;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-button-play:hover .border-icon{animation:rotate-360-cw 5s cubic-bezier(.25,.25,.75,.75) infinite;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-button-play .border-icon{top:-3px;bottom:-3px;left:-3px;right:-3px;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-button-play:before{border-color:#fbf8f2;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-button-play:after{top:3px;bottom:3px;left:3px;right:3px;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-button-play .play-icon{padding:1px 0 0 2px;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-button-play .play-icon,.ux2-wrapper .component-button-play .play-icon svg{height:18px;width:14px;}
}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .button-circle{height:64px;width:64px;position:relative;padding:0;border:0;outline:0;text-align:center;background:none;overflow:hidden;transition:opacity .2s linear;cursor:pointer;letter-spacing:normal;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .button-circle:hover{background-color:transparent;border-color:transparent;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .button-circle:hover.light:after{opacity:1;border-color:#fbf8f2;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .button-circle:hover:after{border-color:#1a1a1a;opacity:1;transform:scale(1);transition-timing-function:linear,cubic-bezier(.19,1,.22,1);}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .button-circle:hover.next .border-icon{animation:rotate-360-cw 5s linear infinite;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .button-circle:hover.next .arrow-wrapper{transform:translateX(50%);}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .button-circle:hover .border-icon{animation:rotate-360-ccw 5s linear infinite;border-color:#1a1a1a;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .button-circle:hover .border-icon svg{stroke:#1a1a1a;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .button-circle:hover .arrow-wrapper{transform:translateX(-50%);transition:transform .6s cubic-bezier(.19,1,.22,1);}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .button-circle:hover .arrow svg{fill:#1a1a1a;color:#1a1a1a;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .button-circle[disabled]{pointer-events:none;opacity:.2;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-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 .2s linear,transform .4s cubic-bezier(.95,.05,.795,.035);}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .button-circle.next .arrow-wrapper{left:auto;right:0;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .button-circle.next .arrow svg{transform:scaleX(-1);}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .button-circle.light:after{opacity:0;border-color:hsla(40,53%,97%,.6);}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .button-circle.light .border-icon svg{stroke:hsla(40,53%,97%,.8);}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .button-circle.light .arrow svg{fill:#fbf8f2;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .button-circle.filled{border-radius:50%;background:url(/component-assets/images/base/texture/texture-titles-white.png) repeat 50% #dc1e1e;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-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 .ux2-component.template-promotion-recipe .template-recipe-wrapper .button-circle .arrow-wrapper{height:100%;width:200%;position:absolute;top:0;left:0;font-size:0;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-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 .ux2-component.template-promotion-recipe .template-recipe-wrapper .button-circle .arrow svg{height:7px;width:24px;display:inline-block;color:#dc1e1e;}
.ux2-component.template-promotion-recipe .template-recipe-wrapper{max-width:1344px;margin:0 auto;}
.ux2-component.template-promotion-recipe .recipe-wrapper{background-color:#fff;}
.ux2-component.template-promotion-recipe.template-grill-on .recipe-carousel-wrapper,.ux2-component.template-promotion-recipe.template-grill-on .recipe-carousel-wrapper .recipe-carousel-item{position:relative;}
.ux2-component.template-promotion-recipe.template-grill-on .recipe-carousel-wrapper .recipe-carousel-item:before,.ux2-component.template-promotion-recipe.template-grill-on .recipe-carousel-wrapper:before{content:"";display:block;padding-top:68.75%;}
.ux2-component.template-promotion-recipe.template-grill-on .template-carousel-promotion-recipe .template-full-color-button .template-magnifier{transform:rotate(-90deg);}
@media (min-width:480px){
.ux2-component.template-promotion-recipe.template-grill-on .recipe-carousel-wrapper,.ux2-component.template-promotion-recipe.template-grill-on .recipe-carousel-wrapper .recipe-carousel-item{position:relative;}
.ux2-component.template-promotion-recipe.template-grill-on .recipe-carousel-wrapper .recipe-carousel-item:before,.ux2-component.template-promotion-recipe.template-grill-on .recipe-carousel-wrapper:before{content:"";display:block;padding-top:55%;}
}
@media (min-width:1025px){
.ux2-component.template-promotion-recipe.template-grill-on .recipe-carousel-wrapper,.ux2-component.template-promotion-recipe.template-grill-on .recipe-carousel-wrapper .recipe-carousel-item{position:relative;}
.ux2-component.template-promotion-recipe.template-grill-on .recipe-carousel-wrapper .recipe-carousel-item:before,.ux2-component.template-promotion-recipe.template-grill-on .recipe-carousel-wrapper:before{content:"";display:block;padding-top:39.28571%;}
}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail{display:none;padding:0 128px 64px;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail *{box-sizing:border-box;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .information-wrapper{display:-ms-flexbox;display:flex;margin-bottom:89.6px;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .information-wrapper .information-content{width:50%;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .information-wrapper .information-content:first-child{padding-right:32px;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .information-wrapper .information-content:last-child{padding-left:32px;padding-top:64px;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .information-wrapper .information-content .handwriting{text-align:center;color:#dc1e1e;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .information-wrapper .text{display:inline-block;width:100%;vertical-align:top;padding:32px 0 0;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .information-wrapper .text li{padding-bottom:21px;list-style:none;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .information-wrapper .text li:not(:first-child){padding-top:25px;border-top:1px dashed #686868;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .information-wrapper .text li p{display:block;margin:0;font:100 20px/1.6 'conduit',sans-serif;color:#1a1a1a;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad{padding:3px;margin-top:-64px;border-radius:5px;background:#fbf8f2;position:relative;max-width:576px;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad .notepad-rings{height:41.6px;position:absolute;left:0;right:0;top:-16px;padding:0 20px;overflow-y:hidden;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad .notepad-rings .ring-wrapper{-ms-flex-negative:0;flex-shrink:0;-ms-flex-positive:0;flex-grow:0;position:relative;display:inline-block;height:32px;width:15px;margin:0 3px 10px;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad .notepad-rings .ring-wrapper .ring{position:relative;margin:0 auto;height:32px;z-index:2;width:1px;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad .notepad-rings .ring-wrapper .ring span{position:relative;z-index:5;border-radius:3px;display:inline-block;width:1px;background:linear-gradient(180deg,#f7f7f7,#7e7e7e 75%,#c2c2c2);height:100%;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad .notepad-rings .ring-wrapper .ring:before{border-radius:3px;content:"";position:absolute;top:0;bottom:0;left:-1px;right:-1px;z-index:1;background:linear-gradient(180deg,#bababa,#5a5a5a 75%,#bababa);}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad .notepad-rings .ring-wrapper:before{height:7px;width:7px;content:"";display:block;position:absolute;bottom:-2.5px;left:50%;margin-left:-3.5px;background-color:#202224;border-radius:50%;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad .notepad-rings .ring-wrapper:after{height:15px;width:15px;content:"";display:block;position:absolute;bottom:-6.5px;left:50%;margin-left:-7.5px;border:1px solid #c8c6c1;border-radius:50%;z-index:1;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad .notepad-inner{border:1px solid #c8c6c1;border-radius:2px;background:#f9f6f0 url(/component-assets/component-assets/images/body-bg.jpg) repeat 0 0;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad header{padding:60px 32px 32px 40px;border-bottom:1px dashed #dc1e1e;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad .info{padding:29px 32px 27px 37px;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad .info ul{display:-ms-flexbox;display:flex;border:0;padding:0;margin:0;list-style:none;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad .info-item{width:50%;font-size:0;color:dimgray;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad .info-item .icon-wrapper{height:48px;width:48px;display:inline-block;position:relative;vertical-align:middle;opacity:.75;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad .info-item .border-icon{transition:opacity .2s cubic-bezier(.25,.25,.75,.75);}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad .info-item .border-icon,.ux2-wrapper .component-promotion-recipe-detail .notepad .info-item .border-icon svg{display:block;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad .info-item .border-icon circle{stroke:currentColor;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad .info-item .icon svg{height:22px;width:22px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad .info-item .user-simple-icon svg{height:20px;width:20px;color:dimgray;fill:dimgray;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad .info-item .label{position:relative;margin-left:10px;vertical-align:middle;color:currentColor;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad .notepad-content{position:relative;height:auto;padding:2px 0 0;font-size:0;color:dimgray;overflow:hidden;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad .notepad-content ul{border:0;padding:0;margin:0;list-style:none;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad .notepad-content li{font:100 20px/2 'conduit',sans-serif;padding:10px 30px;border-bottom:1px dashed #b9b7b2;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad .notepad-content li:last-child{border-bottom:0;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad .notepad-content li span.medium{font-family:"conduit",sans-serif;font-weight:700;text-transform:uppercase;color:#1a1a1a;font-size:22px;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .button-wrapper{max-width:570px;margin:0 auto;text-align:center;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .recipe-video{margin-top:64px;position:relative;background-size:cover;background-position:50%;z-index:0;cursor:pointer;color:#fbf8f2;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .recipe-video:before{content:"";display:block;padding-top:56.25%;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .recipe-video .component-button-play{height:96px;width:96px;position:absolute;left:24px;bottom:24px;z-index:1;transition:opacity .2s cubic-bezier(.25,.25,.75,.75),visibility 0ms;}
@media (max-width:767px){
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail{padding:0 16px 16px;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .information-wrapper{-ms-flex-direction:column;flex-direction:column;margin-bottom:16px;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .information-wrapper .information-content{width:100%;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .information-wrapper .information-content:first-child{padding-right:0;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .information-wrapper .information-content:last-child{padding-left:0;padding-top:64px;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .recipe-video{position:relative;margin-top:32px;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .recipe-video:before{content:"";display:block;padding-top:56.25%;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .recipe-video .component-button-play{height:78px;width:78px;left:14px;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail .notepad{margin-top:-32px;max-width:100%;}
}
.ux2-wrapper .template-carousel-promotion-recipe{position:relative;}
.ux2-wrapper .template-carousel-promotion-recipe *{box-sizing:border-box;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-wrapper{background-color:#1a1a1a;border-radius:3px;overflow:hidden;position:relative;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-wrapper:before{content:"";display:block;padding-top:47.82609%;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-wrapper .button-circle{position:absolute;top:50%;transform:translateY(-50%);z-index:1;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-wrapper .button-circle.previous{left:32px;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-wrapper .button-circle.next{right:32px;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel{position:absolute;top:0;left:0;bottom:0;width:100%;white-space:nowrap;font-size:0;border:0;padding:0;margin:0;list-style:none;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-item{position:relative;display:inline-block;width:100%;height:100%;background-size:cover;background-position:50%;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-item:before{content:"";display:block;padding-top:47.82609%;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-item:after{top:3px;bottom:3px;left:3px;right:3px;content:"";position:absolute;border:1px dashed hsla(40,53%,97%,.5);border-radius:1px;z-index:0;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-item .gradient: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 .template-carousel-promotion-recipe .recipe-carousel-item .inner-item{top:0;bottom:0;left:128px;right:128px;position:absolute;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;padding:0;text-align:center;white-space:normal;z-index:1;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-item .h2{width:100%;font-size:66px;margin-bottom:32px!important;}
.ux2-wrapper .template-carousel-promotion-recipe .template-full-color-button{width:auto;min-width:260px;}
.ux2-wrapper .template-carousel-promotion-recipe .template-full-color-button .template-magnifier-wrapper{height:77px;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-thumbs{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;position:absolute;bottom:-66px;left:0;right:0;font-size:0;text-align:center;margin-top:-64px;visibility:visible;opacity:1;transition:visibility .5s,opacity .5s linear;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-thumbs .carousel-thumb{position:relative;width:100%;max-width:265px;display:inline-block;vertical-align:top;margin:0 10px;background:#1a1a1a 50%;background-size:cover;border-radius:3px;transition:transform .25s cubic-bezier(.55,.055,.675,.19);cursor:pointer;overflow:hidden;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-thumbs .carousel-thumb:before{content:"";display:block;padding-top:50%;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-thumbs .carousel-thumb .text{top:0;bottom:0;left:0;right:0;position:absolute;font-size:18px;color:#fff;font-family:'conduit',sans-serif;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .2s cubic-bezier(.55,.055,.675,.19);}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-thumbs .carousel-thumb .arrow{height:7px;width:23px;position:absolute;display:block;color:#8c8c8c;bottom:13px;left:50%;margin-left:-11.5px;transform:rotate(90deg) translateX(115%);transition:transform .25s cubic-bezier(.55,.055,.675,.19);}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-thumbs .carousel-thumb .arrow svg{height:100%;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-thumbs .carousel-thumb .gradient{top:40%;bottom:0;left:0;right:0;content:"";position:absolute;z-index:0;opacity:0;background:linear-gradient(180deg,rgba(26,26,26,0),rgba(26,26,26,.75));transition:opacity .2s cubic-bezier(.55,.055,.675,.19);}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-thumbs .carousel-thumb:hover{transform:translateY(-32px);}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-thumbs .carousel-thumb:hover .gradient{opacity:1;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-thumbs .carousel-thumb:hover:after{opacity:1;background-color:rgba(26,26,26,0);}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-thumbs .carousel-thumb.is-active{transform:translateY(-32px);}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-thumbs .carousel-thumb.is-active .arrow{transform:rotate(90deg) translateX(0);}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-thumbs .carousel-thumb.is-active .gradient,.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-thumbs .carousel-thumb.is-active .text{opacity:1;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-thumbs .carousel-thumb.is-active:after{opacity:1;background-color:rgba(26,26,26,0);}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-thumbs .carousel-thumb:after{top:3px;bottom:3px;left:3px;right:3px;content:"";position:absolute;border:1px dashed hsla(40,53%,97%,.5);border-radius:1px;z-index:0;opacity:0;transition:opacity .2s cubic-bezier(.55,.055,.675,.19);}
.ux2-wrapper .template-carousel-promotion-recipe .template-bullets{margin:0;padding:20px 0;}
@media (max-width:767px){
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-wrapper{position:relative;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-wrapper:before{content:"";display:block;padding-top:86.95652%;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-wrapper .button-circle{display:none;top:5%;transform:translateX(0);}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-wrapper .button-circle.previous{left:16px;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-wrapper .button-circle.next{right:16px;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-item .inner-item{top:0;bottom:0;left:64px;right:64px;position:absolute;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;padding:0;text-align:center;white-space:normal;z-index:1;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-item .h2{font-size:25px;margin-bottom:16px;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-thumbs{display:none;}
}
@media print{
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-wrapper .button-circle{display:none;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-item{background-repeat:no-repeat!important;background-size:40%!important;height:auto;width:100%;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-item .h2{-webkit-text-fill-color:#fff;font-size:3rem;margin:0;padding:0;text-align:left;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-item .h2{font-size:4rem;}
.ux2-wrapper .template-carousel-promotion-recipe .recipe-carousel-thumbs,.ux2-wrapper .template-carousel-promotion-recipe .template-full-color-button{display:none;}
}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-heading{font-family:"conduit",sans-serif;font-weight:700;color:#1a1a1a;margin:0;-webkit-font-smoothing:antialiased;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-heading.handwriting{font-family:quickpen,sans-serif;font-weight:400;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-heading.h2{font-size:56px;line-height:.9;margin:-.089285em 0 -.10714285em;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-heading.h3{font-size:32px;line-height:1;margin:-.125em 0 -.1825em;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-heading.upper{text-transform:uppercase;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-heading.red{color:#dc1e1e;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-heading.white{color:#fbf8f2;}
@media (max-width:1024px){
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-heading.h2{font-size:48px;line-height:1;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-heading.h3{font-size:26px;line-height:1;}
}
@media (max-width:767px){
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-heading.h2{font-size:40px;line-height:1;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-heading.h2.handwriting{line-height:1;font-size:28px;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-heading.h3{font-size:24px;line-height:1;}
}
.backgroundcliptext .ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-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 .ux2-component.template-promotion-recipe .template-recipe-wrapper .type-texture{padding-top:20px;}
}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .type-texture.red{color:#dc1e1e;}
.backgroundcliptext .ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .type-texture.red{position:relative;background:url(/component-assets/images/base/texture/texture-titles-white.png) repeat 50% #dc1e1e;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-sub-heading{font-family:'conduit',sans-serif;color:#1a1a1a;margin:0;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-sub-heading.regular{font-weight:400;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-sub-heading.h3-full{
    font-size:16px;
    text-transform:uppercase;
    letter-spacing:.1em;
    font-weight:600;
    margin:-.1875em 0 -.375em;
    width:100%;
    text-align:center;
}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-bullets{font-size:0;text-align:center;color:#555;border:0;padding:0;margin:0;list-style:none;}
/*! CSS Used from: Embedded */
@media (max-width: 767px){
.component-promotion-recipe-detail .notepad .info ul{display:inherit;}
}
.component-promotion-recipe-detail .notepad .info-item{width:50%;}
@media (max-width: 767px){
.component-promotion-recipe-detail .notepad .info-item{width:100%;}
}
@font-face{font-family:quickpen;font-display:auto;src:url(/component-assets/fonts/quickpen/quickpen.woff2) format("woff2"),url(/component-assets/fonts/quickpen/quickpen.woff) format("woff");font-weight:400;font-style:normal;}

.ux2-component.template-promotion-recipe.template-grill-on .template-carousel-promotion-recipe .template-full-color-button.is-active .template-magnifier{transform:rotate(90deg);}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .component-promotion-recipe-detail.is-active{display:block;}
.ux2-wrapper .ux2-component.template-promotion-recipe .template-recipe-wrapper .template-carousel-promotion-recipe .recipe-carousel-thumbs.is-disabled{visibility:hidden;opacity:0;}

@media (min-width:767px){
.ux2-component.template-recipe-split-block-v2 .recipe-slide-list {
    transform: none!important;
    cursor: initial!important;
    touch-action: none!important;
    user-select: auto!important;
    pointer-events: none;
}
.ux2-component.template-recipe-split-block-v2 .recipe-slide-item {
    pointer-events: none;
}
.ux2-component.template-recipe-split-block-v2 .recipe-slide-item * {
    pointer-events: auto;
}
}

.ux2-component.template-recipe-grid .grid {
    justify-content: initial;
}
.ux2-component.template-recipe-grid .recipe-item {
    margin-right: 21.333333333333332px;
}
@media(max-width:1023px) {
    .ux2-component.template-recipe-grid .recipe-item {
        width: calc(50% - 21.333333333333332px);
    }
}
@media (max-width: 767px) {
    .ux2-component.template-recipe-grid .grid {
        justify-content: space-around;
    }
    .ux2-component.template-recipe-grid .recipe-item {
        margin-right: 0;
    }
}

.ux2-component.template-block-wrapper .template-block-content-wrapper .content .content-block.custom-button-wrapper .button-wrapper .template-full-color-button .template-label .template-label-text {
    color: white;
}

.ux2-component.template-recipe-grid .remove-margin-right .recipe-item {
    margin-right: 0;
}


/*! CSS Used from: https://www.weber.com/on/demandware.static/-/Sites/en_AU/v1658412314798/customScripts/css/bundle-20211022_02.css */
.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;}
.ux2-component.template-content-static .content .content-image{margin-left:0;position:relative;width:100%;}
.ux2-component.template-content-static .content .content-image img{border-radius:3px;max-width:100%;height:auto;width:100%;}
.ux2-component.template-content-static .content .content-image img,
.ux2-component.template-content-static.blog .content .template-inset-asset .content-product-image img,
.ux2-component.template-content-static .content .content-block.image-copy img
{aspect-ratio:4/3;object-fit: contain;}
.ux2-component.template-content-static .content .content-block .image-content img {width:100%; aspect-ratio:4/3}
.ux2-component.template-content-static .content .spacer-margin-small .content-image img{object-fit: contain;height: 100px;}
@media (max-width:767px){
.ux2-component.template-content-static .content .content-block{margin-bottom:48px;}
}
.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-asset{margin:0 auto 32px;max-width:310px;height:100%;width:100%;}
.ux2-component.template-inset-content .template-inset-asset.is-image{max-width:100%;}
.ux2-component.template-inset-content .content-image{margin:0;position:relative;}
.ux2-component.template-inset-content .template-inset-copy{-ms-flex:1;flex:1;margin:0 0 -32px;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-inset-content .template-inset-asset{float:left;margin:0 32px 10px 0;}
.ux2-component.template-inset-content .template-inset-asset.is-image{max-width:310px;}
.ux2-component.template-inset-content.inset-right .template-inset-asset{float:right;margin:0 0 10px 32px;}
}
.ux2-wrapper .rich-content p{line-height:1.5;margin:0 0 1.5em;font-size:20px;font-family:'conduit',sans-serif;font-weight:100;}
.ux2-wrapper .template-block-wrapper{margin-bottom:64px;transform:translateZ(0);}
.ux2-wrapper .template-block-wrapper.component-margin-bottom-none{margin-bottom:0;}
@media (max-width:767px){
.ux2-wrapper .template-block-wrapper{margin-bottom:32px;}
.ux2-wrapper .template-block-wrapper.component-margin-bottom-none{margin-bottom:0;}
}

/*! CSS Used from: https://www.weber.com/on/demandware.static/-/Sites/en_AU/v1658412314798/customScripts/css/bundle-20211022_02.css */
.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-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-asset{margin:0 auto 32px;max-width:310px;height:100%;width:100%;}
.ux2-component.template-inset-content .content-quote{border:3px solid #dc1e1e;border-width:3px 0;color:#dc1e1e;font:600 48px 'conduit',sans-serif;margin:0;padding:30px 0;}
.ux2-component.template-inset-content .template-inset-copy{-ms-flex:1;flex:1;margin:0 0 -32px;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-inset-content .template-inset-asset{float:left;margin:0 32px 10px 0;}
}
.ux2-wrapper .rich-content p{line-height:1.5;margin:0 0 1.5em;font-size:20px;font-family:'conduit',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 .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 .3s ease-in-out 0s;}
.ux2-wrapper .rich-content a:hover:before{visibility:visible;transform:scaleX(1);}
.ux2-wrapper .template-block-wrapper{margin-bottom:64px;transform:translateZ(0);}
.ux2-wrapper .template-block-wrapper.component-margin-bottom-none{margin-bottom:0;}
@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-recipe-carousel-small-v2 .component-carousel-recipes-v2 .component-recipe-card .recipe-card-content .title {
    left: 0;
    right: 0;
}

.ux2-component.template-hero-plp.custom-hero-plp .content-wrapper .template-categories {
    padding-left: 0;
}

@media (max-width: 767px) {
    .ux2-component.template-recipe-hero-v2 .left-block .fuel-type .component-drop-down-button .template-button-drop-down {
        position: absolute;
    }
    .ux2-wrapper .fuel-type .component-drop-down-button {
        bottom: auto;
        width: 100%;
        padding-top: 32px;
        margin-top: 8px;
    }
    .ux2-wrapper .fuel-type .component-drop-down-button .down-facing-chevron:after,
    .ux2-wrapper .fuel-type .component-drop-down-button .down-facing-chevron:hover:after {
        content: '▼';
        font-size: 10px;
        text-align: center;
        background-color: #dc1e1e;
        position: absolute;
        width: 100%;
        height: 31px;
        top: 0;
        border-radius: 18px;
    }
    .ux2-wrapper .fuel-type .component-drop-down-button .drop-down-list {
        position: relative;
        width: 100%;
        height: 0;
        border-radius: 0 0 18px 18px;
        overflow: hidden;
        transition: height 0.2s, opacity 0.2s;
        background-color: #dc1e1e;
    }
    .ux2-wrapper .fuel-type .component-drop-down-button.is-active {
        padding-top: 16px;
    }
    .ux2-wrapper .fuel-type .component-drop-down-button.is-active .drop-down-list {
        padding-bottom: 8px;
        height: initial;
        background-color: #333132;
    }
    .ux2-component.template-recipe-hero-v2 .left-block .fuel-type .component-drop-down-button .drop-down-item-button {
        border-radius: 18px;
    }
    .ux2-wrapper .fuel-type .component-drop-down-button.is-active .down-facing-chevron:after {
        background-color: #333132;
        height: 32px;
        z-index: 5;
        content: '▲';
    }
}

@media (max-width: 767px){
    .ux2-wrapper .template-hero-plp .template-heading.h4.description{
        font-size: 16px;
    }
}

@media (min-width: 767px) {
    .ux2-component.template-story-article article.article {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        padding-right: 60%;
    }
    .ux2-component.template-story-article article.article.is-inverted {
        padding-right: 0;
        padding-left: 60%;
    }
    .ux2-component.template-story-article article.article.is-inverted .article-image {
        left: auto;
        right: 40%;
    }
    .ux2-component.template-story-article article.article .article-image {
        width: 60%;
        height: 100%;
        position: absolute;
        left: 40%;
    }
    .ux2-component.template-story-article article.article .article-image:before {
        padding: 0;
    }
    .ux2-component.template-story-article .template-article-header .template-heading.h3 {
        left: 0;
    }
    .ux2-component.template-story-article article.article .article-content {
        position: relative;
        transform: none;
        width: 100%;
    }
}
.ux2-component.template-story-article .article-content .article-category {
    line-height: 1;
}

/*! CSS Used from: https://www.weber.com/on/demandware.static/-/Sites/en_AU/v1659337026657/customScripts/css/bundle-20211022_02.css */
.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 .2s cubic-bezier(.25,.25,.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;}
.ux2-wrapper .component-story-share-buttons .content-share li path{fill:#b9b7b2;transition:fill .2s cubic-bezier(.25,.25,.75,.75);}
.ux2-wrapper .component-story-share-buttons .content-share li:hover{background:url(https://www.weber.com/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-component.template-video-callout{color:#fbf8f2;}
.ux2-component.template-video-callout .template-heading.title{text-align:center;margin-bottom:56px;}
.ux2-component.template-video-callout .template-video-container{height:768px;width:100%;position:relative;background-color:#000;background-size:cover;background-position:50%;color:#fff;}
.ux2-component.template-video-callout .component-youtube-player{top:0;bottom:0;left:0;right:0;position:absolute;opacity:.001;}
.ux2-component.template-video-callout .corner-gradient{height:100%;width:auto;position:absolute;top:0;left:0;max-height:768px;}
.ux2-component.template-video-callout .video-content{position:absolute;top:0;left:0;padding-top:80px;transition:opacity .2s cubic-bezier(.25,.25,.75,.75),visibility 0ms;z-index:1;}
.ux2-component.template-video-callout .tagline{display:inline-block;padding:0 20px 12px 64px;border-bottom:1px dashed hsla(40,53%,97%,.3);color:currentColor;}
.ux2-component.template-video-callout .template-heading.title{max-width:384px;margin-top:26px;margin-left:64px;color:currentColor;text-align:left;}
.ux2-component.template-video-callout .component-button-play{left:50%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);transition:opacity .2s cubic-bezier(.25,.25,.75,.75),visibility 0ms;z-index:10!important;}
@media (max-width:1024px){
.ux2-component.template-video-callout .template-video-container{height:640px;}
}
@media (max-width:767px){
.ux2-component.template-video-callout .template-video-container{position:relative;height:auto;}
.ux2-component.template-video-callout .template-video-container:before{content:"";display:block;padding-top:56.25%;}
.ux2-component.template-video-callout .video-content{padding-top:26px;}
.ux2-component.template-video-callout .tagline{padding:0 0 0 32px;border-bottom:0;}
.ux2-component.template-video-callout .template-heading.title{display:none;}
}
.ux2-component.template-video-detail{box-sizing:border-box;overflow:hidden;font-family:'conduit',sans-serif;}
.ux2-component.template-video-detail .component-block{margin-bottom:32px;}
.ux2-component.template-video-detail .content-container{max-width:1344px;width:94%;margin:0 auto;}
.ux2-component.template-video-detail .video-post-date{margin:5px 0;color:dimgray;}
.ux2-component.template-video-detail .related-video-container,.ux2-component.template-video-detail .video-info{display:block;width:100%;}
.ux2-component.template-video-detail .video-headings .template-heading.h4{margin:5px 0;}
.ux2-component.template-video-detail .video-headings .component-story-share-buttons,.ux2-component.template-video-detail .video-info .template-video-callout{margin-top:0;}
.ux2-component.template-video-detail .video-info .template-video-container{position:relative;max-width:100%;height:auto;}
.ux2-component.template-video-detail .video-info .template-video-container:before{content:"";display:block;padding-top:56.25%;}
.ux2-component.template-video-detail .video-info .template-video-container .video-content{display:none;}
.ux2-component.template-video-detail .related-video-container{padding-top:2em;}
.ux2-component.template-video-detail .related-video-container ul{border-top:none;}
.ux2-component.template-video-detail .related-video-container ul li{width:100%;padding:0 0 1em;}
@media screen and (min-width:560px){
.ux2-component.template-video-detail .video-info{width:100%;}
.ux2-component.template-video-detail .video-info .video-headings{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;}
.ux2-component.template-video-detail .related-video-container ul{-ms-flex-pack:start;justify-content:start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
.ux2-component.template-video-detail .related-video-container ul li{width:33.33333%;padding:0 5px;}
}
@media (min-width:1025px){
.ux2-component.template-video-detail .related-video-container,.ux2-component.template-video-detail .video-info{vertical-align:top;float:left;}
.ux2-component.template-video-detail .video-info{float:right;width:70%;padding-left:3em;}
.ux2-component.template-video-detail .related-video-container{width:29%;padding:1.5em 2em 0;border-top:none;}
.ux2-component.template-video-detail .related-video-container ul{padding-top:3em;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.ux2-component.template-video-detail .related-video-container ul li{width:100%;padding:0;}
}
.ux2-wrapper .template-copy{font-family:'conduit',sans-serif;font-weight:100;margin:0;}
.ux2-wrapper .template-copy.c2{font-size:20px;line-height:1.5;margin:-.3em 0 -.5em;}
@media (max-width:767px){
.ux2-wrapper .template-copy.c2{font-size:16px;line-height:1.66667;}
}
.ux2-wrapper .template-heading.regular{font-weight:400;}
.ux2-wrapper .template-sub-heading{font-family:'conduit',sans-serif;color:#1a1a1a;margin:0;}
.ux2-wrapper .template-sub-heading.h3-full{font-size:16px;text-transform:uppercase;letter-spacing:.1em;font-weight:600;margin:-.1875em 0 -.375em;}


/*! CSS Used from: https://www.weber.com/on/demandware.static/-/Sites/en_AU/v1659337026657/customScripts/css/bundle-20211022_02.css */
.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 .2s cubic-bezier(.25,.25,.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;}
.ux2-wrapper .component-story-share-buttons .content-share li path{fill:#b9b7b2;transition:fill .2s cubic-bezier(.25,.25,.75,.75);}
.ux2-wrapper .component-story-share-buttons .content-share li:hover{background:url(https://www.weber.com/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-component.template-video-callout{color:#fbf8f2;}
.ux2-component.template-video-callout .template-heading.title{text-align:center;margin-bottom:56px;}
.ux2-component.template-video-callout .template-video-container{height:768px;width:100%;position:relative;background-color:#000;background-size:cover;background-position:50%;color:#fff;}
.ux2-component.template-video-callout .component-youtube-player{top:0;bottom:0;left:0;right:0;position:absolute;opacity:.001;}
.ux2-component.template-video-callout .corner-gradient{height:100%;width:auto;position:absolute;top:0;left:0;max-height:768px;}
.ux2-component.template-video-callout .video-content{position:absolute;top:0;left:0;padding-top:80px;transition:opacity .2s cubic-bezier(.25,.25,.75,.75),visibility 0ms;z-index:1;}
.ux2-component.template-video-callout .tagline{display:inline-block;padding:0 20px 12px 64px;border-bottom:1px dashed hsla(40,53%,97%,.3);color:currentColor;}
.ux2-component.template-video-callout .template-heading.title{max-width:384px;margin-top:26px;margin-left:64px;color:currentColor;text-align:left;}
.ux2-component.template-video-callout .component-button-play{left:50%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);transition:opacity .2s cubic-bezier(.25,.25,.75,.75),visibility 0ms;z-index:10!important;}
@media (max-width:1024px){
.ux2-component.template-video-callout .template-video-container{height:640px;}
}
@media (max-width:767px){
.ux2-component.template-video-callout .template-video-container{position:relative;height:auto;}
.ux2-component.template-video-callout .template-video-container:before{content:"";display:block;padding-top:56.25%;}
.ux2-component.template-video-callout .video-content{padding-top:26px;}
.ux2-component.template-video-callout .tagline{padding:0 0 0 32px;border-bottom:0;}
.ux2-component.template-video-callout .template-heading.title{display:none;}
}
.ux2-component.template-video-detail{box-sizing:border-box;overflow:hidden;font-family:'conduit',sans-serif;}
.ux2-component.template-video-detail .component-block{margin-bottom:32px;}
.ux2-component.template-video-detail .content-container{max-width:1344px;width:94%;margin:0 auto;}
.ux2-component.template-video-detail .video-post-date{margin:5px 0;color:dimgray;}
.ux2-component.template-video-detail .related-video-container,.ux2-component.template-video-detail .video-info{display:block;width:100%;}
.ux2-component.template-video-detail .video-headings .template-heading.h4{margin:5px 0;}
.ux2-component.template-video-detail .video-headings .component-story-share-buttons,.ux2-component.template-video-detail .video-info .template-video-callout{margin-top:0;}
.ux2-component.template-video-detail .video-info .template-video-container{position:relative;max-width:100%;height:auto;}
.ux2-component.template-video-detail .video-info .template-video-container:before{content:"";display:block;padding-top:56.25%;}
.ux2-component.template-video-detail .video-info .template-video-container .video-content{display:none;}
.ux2-component.template-video-detail .related-video-container{padding-top:2em;}
.ux2-component.template-video-detail .related-video-container ul{border-top:none;}
.ux2-component.template-video-detail .related-video-container ul li{width:100%;padding:0 0 1em;}
@media screen and (min-width:560px){
.ux2-component.template-video-detail .video-info{width:100%;}
.ux2-component.template-video-detail .video-info .video-headings{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;}
.ux2-component.template-video-detail .related-video-container ul{-ms-flex-pack:start;justify-content:start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
.ux2-component.template-video-detail .related-video-container ul li{width:33.33333%;padding:0 5px;}
}
@media (min-width:1025px){
.ux2-component.template-video-detail .related-video-container,.ux2-component.template-video-detail .video-info{vertical-align:top;float:left;}
.ux2-component.template-video-detail .video-info{float:right;width:70%;padding-left:3em;}
.ux2-component.template-video-detail .related-video-container{width:29%;padding:1.5em 2em 0;border-top:none;}
.ux2-component.template-video-detail .related-video-container ul{padding-top:3em;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.ux2-component.template-video-detail .related-video-container ul li{width:100%;padding:0;}
}
.ux2-wrapper .template-copy{font-family:'conduit',sans-serif;font-weight:100;margin:0;}
.ux2-wrapper .template-copy.c2{font-size:20px;line-height:1.5;margin:-.3em 0 -.5em;}
@media (max-width:767px){
.ux2-wrapper .template-copy.c2{font-size:16px;line-height:1.66667;}
}
.ux2-wrapper .template-heading.regular{font-weight:400;}
.ux2-wrapper .template-sub-heading{font-family:'conduit',sans-serif;color:#1a1a1a;margin:0;}
.ux2-wrapper .template-sub-heading.h3-full{font-size:16px;text-transform:uppercase;letter-spacing:.1em;font-weight:600;margin:-.1875em 0 -.375em;}


/*! CSS Used from: https://www.weber.com/on/demandware.static/-/Sites/en_AU/v1659337026657/customScripts/css/bundle-20211022_02.css */
.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(https://www.weber.com/component-assets/images/base/texture/texture-titles-white.png) repeat 50% #dc1e1e;transition:opacity .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(https://www.weber.com/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(.19,1,.22,1);}
.ux2-wrapper .template-button-circle-solid:hover .template-cross-icon{transform:translate3d(-50%,-50%,0) scale(.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(.9);transition:opacity .2s linear,transform .4s cubic-bezier(.95,.05,.795,.035);}
.ux2-wrapper .template-button-circle-solid .template-cross-icon{transition:transform .2s linear;}
.ux2-wrapper .template-component-icon{position:relative;width:100%;height:100%;color:currentColor;fill:currentColor;}
.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(.25,.25,.75,.75) infinite;}
.ux2-wrapper .component-button-play:hover .border-icon svg{transform:scale(.9);}
.ux2-wrapper .component-button-play:hover.filled-red-hover .background{opacity:1;visibility:visible;background:url(https://www.weber.com/component-assets/images/base/texture/texture-titles-white.png) repeat 50% #ac0f0f;}
.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 .background{top:1px;bottom:1px;left:1px;right:1px;position:absolute;display:block;border-radius:100%;background:url(https://www.weber.com/component-assets/images/base/texture/texture-titles-white.png) repeat 50% #dc1e1e;transition:visibility .2s,opacity .2s linear;}
.ux2-wrapper .component-button-play .border-icon{color:#fff;top:0;bottom:0;left:0;right:0;transition:top .6s cubic-bezier(.19,1,.22,1),right .6s cubic-bezier(.19,1,.22,1),bottom .6s cubic-bezier(.19,1,.22,1),left .6s cubic-bezier(.19,1,.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 .2s cubic-bezier(.25,.25,.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(.25,.25,.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 .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-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:.875rem 1.5rem 1.25rem;border:none;border-radius:8px;background:url(https://www.weber.com/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%,.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%,.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;}
.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 .9375rem 'conduit',sans-serif;letter-spacing:1px;max-height:0;text-transform:uppercase;}
.ux2-component.template-enhanced-filter .enhanced-filter-remove-filters{border-bottom:1px dashed #dc1e1e;color:#dc1e1e;display:none;-ms-flex:initial;flex:initial;font:100 .9375rem 'conduit',sans-serif;margin-top:.4375rem;text-decoration:none;text-transform:uppercase;transition:all .3s cubic-bezier(.25,.25,.75,.75);vertical-align:middle;}
.ux2-component.template-enhanced-filter .enhanced-filter-remove-filters:hover{border-color:#1a1a1a;color:#1a1a1a;text-decoration:none;}
.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%,.8);z-index:30;opacity:0;visibility:hidden;transition:all .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:.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:.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{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 .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:8px;background:url(https://www.weber.com/component-assets/images/base/texture/texture-titles-black.png) repeat-x 50% #dc1e1e;}
.ux2-component.template-enhanced-filter .template-button-open:hover{cursor:pointer;}
.ux2-component.template-enhanced-filter .template-button-open:after{top:4px;bottom:4px;left:4px;right:4px;content:"";position:absolute;border:1px dashed hsla(40,53%,97%,.5);border-radius:6px;pointer-events:none;}
.ux2-component.template-enhanced-filter .template-button-open .button-label{font-family:'conduit',sans-serif;font-size:18px;font-weight:400;-webkit-font-smoothing:antialiased;letter-spacing:.05em;text-transform:uppercase;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-enhanced-filter-sidebar{width:100%;position:fixed;top:0;bottom:0;left:0;right:0;overflow-y:scroll;z-index:9999;background:url(https://www.weber.com/component-assets/images/base/texture/texture-titles-black.png) repeat 50% #dc1e1e;transform:translateX(100%);transition:transform .2s cubic-bezier(.65,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:8px;background:url(https://www.weber.com/component-assets/images/base/texture/texture-titles-white.png) repeat-x 50% #1a1a1a;}
.ux2-component.template-filter-search:after{top:4px;bottom:4px;left:4px;right:4px;content:"";position:absolute;border:1px dashed hsla(40,53%,97%,.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:'conduit',sans-serif;font-size:18px;font-weight:400;-webkit-font-smoothing:antialiased;letter-spacing:.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%,.7);}
.ux2-component.template-filter-search .input-search::-moz-placeholder{color:hsla(40,53%,97%,.7);}
.ux2-component.template-filter-search .input-search:-ms-input-placeholder{color:hsla(40,53%,97%,.7);}
.ux2-component.template-filter-search .input-search::placeholder{color:hsla(40,53%,97%,.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-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:.25rem;padding:.75rem .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 .6s cubic-bezier(.19,1,.22,1);}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-label-text{position:relative;top:.0625rem;display:inline-block;-ms-flex:auto;flex:auto;font:100 1.125rem 'conduit',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 .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%,.9);border-radius:8px;max-height:0;overflow:hidden;transition:max-height .2s cubic-bezier(.19,1,.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-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:'conduit',sans-serif;font-size:18px;text-transform:uppercase;width:100%;padding:.875rem;}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-option-label.has-icon{padding:.5rem .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-input-icon{height:36px;width:36px;display:inline-block;margin-right:14px;background-size:contain;background-repeat:no-repeat;background-position:0;}
.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 .0625rem 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 .15s cubic-bezier(.25,.46,.45,.94) 50ms;}
.ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-option-label-text{position:relative;top:.125rem;}
.ux2-component.template-video-tiles{padding: 0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 0 0 -.9375rem;width:calc(100% + 1.875em);}
.ux2-component.template-video-tiles .template-video-tiles-item{width:100%;padding:0 .9375em 2em;}
.ux2-component.template-video-tiles .template-video-tiles-item-container{display:inline-block;cursor:pointer;vertical-align:top;white-space:normal;width:100%;}
.ux2-component.template-video-tiles .template-video-tiles-item-container a{text-decoration:none;}
.ux2-component.template-video-tiles .image-container{position:relative;background-size:cover;width:100%;margin:0;}
.ux2-component.template-video-tiles .image-container:before{content:"";display:block;padding-top:75%;}
.ux2-component.template-video-tiles .image-container:hover .image-overlay{opacity:.3;}
.ux2-component.template-video-tiles .image-container .image-overlay{position:absolute;top:0;left:0;opacity:0;height:96%;width:100%;background-color:#1a1a1a;transition:opacity .4s ease-in-out;}
.ux2-component.template-video-tiles .image-container .component-button-play{left:50%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);height:80px;width:80px;cursor:pointer;}
.ux2-component.template-video-tiles .image-container .component-button-play .play-icon{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:5px;}
.ux2-component.template-video-tiles .image-container .component-button-play .play-icon,.ux2-component.template-video-tiles .image-container .component-button-play .play-icon svg{height:75%;width:80%;margin:0 auto;}
.ux2-component.template-video-tiles .image-container:hover .component-button-play{background-color:transparent;}
.ux2-component.template-video-tiles .image-container:hover .component-button-play .border-icon{animation:rotate-360-cw 5s cubic-bezier(.25,.25,.75,.75) infinite;}
.ux2-component.template-video-tiles .image-container:hover .component-button-play .border-icon svg{transform:scale(.9);}
.ux2-component.template-video-tiles .image-container:hover .component-button-play.filled-red-hover .background{opacity:1;visibility:visible;}
.ux2-component.template-video-tiles .image-container:hover .component-button-play.filled-red-hover:after{opacity:0;visibility:hidden;}
.ux2-component.template-video-tiles .image-container:hover .component-button-play.filled-red-hover .play-icon{color:#fbf8f2;}
.ux2-component.template-video-tiles .content-container{font-family:'conduit',sans-serif;padding:1.25em 0 0;}
.ux2-component.template-video-tiles .content-container .video-title{font:400 1.25rem/1 'conduit',sans-serif;color:#1a1a1a;margin:0;}
.ux2-component.template-video-tiles .content-container .video-subtitle{color:#8c8c8c;font-size:1rem;margin:0;}
@media (min-width:480px){
.ux2-component.template-video-tiles .template-video-tiles-item{width:50%;}
}
@media (min-width:1025px){
.ux2-component.template-video-tiles .template-video-tiles-item{width:33.33333%;}
}
.ux2-wrapper .component-button-outline-textured{border:1px solid #fbf8f2;border-radius:8px;color:#fbf8f2;cursor:pointer;min-width:180px;padding:18px 10px;position:relative;transition:all .15s ease;}
.ux2-wrapper .component-button-outline-textured.red{background:url(https://www.weber.com/component-assets/images/base/texture/texture-titles-black.png) repeat-x 50% #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:1px dashed hsla(40,53%,97%,.5);border-radius:6px;content:"";pointer-events:none;position:absolute;}
.ux2-wrapper .component-button-outline-textured .button-label{display:block;font:400 18px 'conduit',sans-serif;letter-spacing:.05em;margin-top:3px;text-transform:uppercase;}
.ux2-wrapper .template-button-square-solid{height:58px;width:58px;background:url(https://www.weber.com/component-assets/images/base/texture/texture-titles-white.png) repeat 50% #dc1e1e;border:1px solid #dc1e1e;border-radius:6px;color:#f9f6f0;cursor:pointer;margin:0;overflow:hidden;padding:0;transition:all .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.is-hidden{display:none;}
.ux2-wrapper .template-button-square-solid:hover{background-color:#ac0f0f;}
.ux2-wrapper .template-button-square-solid:hover .template-arrow-wrapper{opacity:.75;}
.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 .4s ease-in;}
.ux2-wrapper .template-button-square-solid .template-arrow-wrapper svg{transform:translateY(0);transition:transform .4s ease-in-out;}
.ux2-wrapper .template-button-square-solid .template-arrow-wrapper.up{transform:rotate(90deg);}
.ux2-component.template-featured-videos-grid{margin:0 auto;max-width:1344px;overflow:hidden;padding:20px 0 35px;width:94%;}
.ux2-component.template-featured-videos-grid .featured-videos-intro{margin-bottom:30px;text-align:center;}
.ux2-component.template-featured-videos-grid .featured-videos-list{border:0;padding:0;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;margin:0;}
.ux2-component.template-featured-videos-grid .featured-videos-list *{box-sizing:border-box;}
.ux2-component.template-featured-videos-grid .featured-video{background-position:50%;background-repeat:no-repeat;background-size:cover;-ms-flex:0 1 auto;flex:0 1 auto;height:275px;margin:0 0 30px;position:relative;width:100%;}
.ux2-component.template-featured-videos-grid .featured-video:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#1a1a1a;opacity:0;transition:opacity .4s ease-in-out;}
.ux2-component.template-featured-videos-grid .featured-video .link-shim{position:absolute;width:100%;height:100%;top:0;left:0;}
.ux2-component.template-featured-videos-grid .featured-video .component-button-play{left:50%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);height:100px;width:100px;cursor:pointer;}
.ux2-component.template-featured-videos-grid .featured-video .component-button-play .play-icon{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:5px;}
.ux2-component.template-featured-videos-grid .featured-video .component-button-play .play-icon,.ux2-component.template-featured-videos-grid .featured-video .component-button-play .play-icon svg{height:75%;width:80%;margin:0 auto;}
.ux2-component.template-featured-videos-grid .featured-video .copy-wrapper{bottom:20px;left:20px;border-left:5px solid #dc1e1e;color:#fbf8f2;padding:0 0 0 10px;position:absolute;}
.ux2-component.template-featured-videos-grid .featured-video .copy-wrapper p{font:600 20px/1 'conduit',sans-serif;margin:0;}
.ux2-component.template-featured-videos-grid .featured-video .copy-wrapper .subtitle{color:#b9b7b2;font-size:18px;font-weight:400;}
.ux2-component.template-featured-videos-grid .featured-video:hover:before{opacity:.2;}
.ux2-component.template-featured-videos-grid .featured-video:hover .component-button-play{background-color:transparent;}
.ux2-component.template-featured-videos-grid .featured-video:hover .component-button-play .border-icon{animation:rotate-360-cw 5s cubic-bezier(.25,.25,.75,.75) infinite;}
.ux2-component.template-featured-videos-grid .featured-video:hover .component-button-play .border-icon svg{transform:scale(.9);}
.ux2-component.template-featured-videos-grid .featured-video:hover .component-button-play.filled-red-hover .background{opacity:1;visibility:visible;}
.ux2-component.template-featured-videos-grid .featured-video:hover .component-button-play.filled-red-hover:after{opacity:0;visibility:hidden;}
.ux2-component.template-featured-videos-grid .featured-video:hover .component-button-play.filled-red-hover .play-icon{color:#fbf8f2;}
@media (min-width:768px){
.ux2-component.template-featured-videos-grid .featured-video{margin:0;width:48%;}
.ux2-component.template-featured-videos-grid .featured-video.large{height:450px;margin:0 0 4%;width:100%;}
.ux2-component.template-featured-videos-grid .featured-video.large .component-button-play{height:180px;width:180px;}
}
@media (min-width:1025px){
.ux2-component.template-featured-videos-grid .featured-videos-list{-ms-flex-direction:column;flex-direction:column;height:580px;}
.ux2-component.template-featured-videos-grid .featured-video{margin-left:30px;width:calc(35% - 30px);}
.ux2-component.template-featured-videos-grid .featured-video.large{margin:0;height:580px;width:65%;}
}
.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.height-xsmall{height:280px;}
.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:#1a1a1a;}
.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:.40625em;}
@media (max-width:767px){
.ux2-component.template-hero-plp{height:384px;}
}
.ux2-wrapper .template-component-breadcrumbs{padding:.9375rem 0 .75rem;}
.ux2-wrapper .template-component-breadcrumbs.accessories-wrapper{margin:0 auto;max-width:1344px;width:94%;}
.ux2-wrapper .template-component-breadcrumbs .breadcrumbs{list-style:none;margin:0;padding:0;}
.ux2-wrapper .template-component-breadcrumbs .breadcrumb{color:#1a1a1a;display:inline-block;font:600 1.1rem 'conduit',sans-serif;letter-spacing:1px;margin:0 5px 0 0;padding:0;text-transform:uppercase;vertical-align:middle;}
.ux2-wrapper .template-component-breadcrumbs .breadcrumb:after{height:6px;width:6px;border:2px solid #b9b7b2;border-width:2px 2px 0 0;content:"";display:inline-block;margin:0 5px 3px;pointer-events:none;transform:rotate(45deg);vertical-align:middle;}
.ux2-wrapper .template-component-breadcrumbs .breadcrumb:last-child:after{display:none;}
.ux2-wrapper .template-component-breadcrumbs .breadcrumb:hover .breadcrumb-link{color:#1a1a1a;}
.ux2-wrapper .template-component-breadcrumbs .breadcrumb:hover .breadcrumb-link-icon .st0{fill:#1a1a1a;}
.ux2-wrapper .template-component-breadcrumbs .breadcrumb-link{color:#dc1e1e;display:inline-block;text-decoration:none;transition:color .4s cubic-bezier(.25,.46,.45,.94);vertical-align:middle;}
.ux2-wrapper .template-component-breadcrumbs .breadcrumb-link-icon{height:24px;width:24px;display:inline-block;margin-right:-3px;}
.ux2-wrapper .template-component-breadcrumbs .breadcrumb-link-icon svg{pointer-events:none;}
.ux2-wrapper .template-heading{font-family:"conduit",sans-serif;font-weight:700;color:#1a1a1a;margin:0;-webkit-font-smoothing:antialiased;}
.ux2-wrapper .template-heading.h1{font-size:96px;line-height:.91667;margin:-.09375em 0 -.1458333em;}
.ux2-wrapper .template-heading.h2{font-size:56px;line-height:.9;margin:-.089285em 0 -.10714285em;}
.ux2-wrapper .template-heading.h3{font-size:32px;line-height:1;margin:-.125em 0 -.1825em;}
.ux2-wrapper .template-heading.h4{font-size:24px;line-height:1.3333;margin:-.25em 0 -.3333em;}
.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;}
@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 .blog .template-heading.h2{font-size:30px;}
.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;}
}
.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;}
}
.ux2-wrapper .type-texture.black{color:#1a1a1a;}
.backgroundcliptext .ux2-wrapper .type-texture.black{background:url(https://www.weber.com/component-assets/images/base/texture/texture-titles-white.png) repeat 50% #1a1a1a;}
.ux2-wrapper .type-texture.white{color:#fbf8f2;}
.ux2-wrapper .type-texture.red{color:#dc1e1e;}
.backgroundcliptext .ux2-wrapper .type-texture.red{background:url(https://www.weber.com/component-assets/images/base/texture/texture-titles-white.png) repeat 50% #dc1e1e;}
.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-bottom-none{margin-bottom:0;}
.ux2-wrapper .template-block-wrapper.component-margin-bottom-small{margin-bottom:64px;}
@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-content{overflow:hidden;}
.ux2-wrapper .template-component-button{display:inline-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-video-detail .video-info .video-headings .component-story-share-buttons .content-share li {
    width: 45px;
    height: 45px;
}
.ux2-wrapper .template-video-detail .video-info .video-headings .component-story-share-buttons .content-share li:hover {
    background: #ac0f0f;
}
.ux2-wrapper .template-video-detail .video-info .video-headings .component-story-share-buttons .content-share li path {
    fill: white;
}
@media (min-width: 1025px){
    .ux2-component.template-video-detail .related-video-container {
        
    }
}
.ux2-component.template-filter-search {
    background: #1a1a1a;
}
.ux2-component.template-filter-search:after {
    display: none;
}
.ux2-component.template-enhanced-filter .enhanced-filter-section {
    background: #dc1e1e;
}
.ux2-component.template-enhanced-filter .enhanced-filter-section:after {
    display: none;
}
.ux2-component.template-enhanced-filter .enhanced-filter-section .template-heading {
    border: 0;
}
@media (max-width: 767px){
    .ux2-component.template-enhanced-filter .template-enhanced-filter-sidebar.menu-open {
        background: #dc1e1e;
    }
    .ux2-component.template-enhanced-filter .enhanced-filter-section {
        background: none;
    }
    .ux2-component.template-enhanced-filter .template-button-open {
        background: #dc1e1e;
    }
    .ux2-component.template-enhanced-filter .template-button-open:after {
        display: none;
    }
}
.ux2-wrapper .template-component-breadcrumbs .breadcrumb:first-child {
    display: block;
}
.ux2-wrapper .template-component-breadcrumbs .breadcrumb::before {
    display: none;
}
.ux2-wrapper .video-headings .component-story-share-buttons .content-share {
    border: 0;
}
.ux2-wrapper .video-headings .component-story-share-buttons .content-share li:not(:first-child) {
    border: 0;
}
.ux2-component.template-video-detail .video-info .template-heading.h3 {
    font-size: 32px;
    position: relative;
}
.ux2-component.template-video-detail .video-info .video-headings .template-heading.h4 {
    text-align: left;
}
.ux2-component.template-video-detail .related-video-container .template-heading.h3 { 
    text-transform: none;
    position: relative;
    margin-bottom: 16px;
}
.ux2-component.template-video-callout.is-playing .component-youtube-player {
    opacity: 1;
}
.ux2-component.template-video-callout.is-playing .component-button-play {
    display: none;
}

.ux2-component.template-enhanced-filter .template-button-square-solid {
    right: 13px;
    bottom: 75px;
}
@media (max-width: 767px){
    .ux2-component.template-enhanced-filter .template-button-square-solid {
        bottom: 20px;
    }
}
.ux2-component.template-story-article .template-block-content-wrapper .template-article-header .template-heading.h3 {
    position: relative;
}

.ux2-wrapper .block-explore-accessories-v2 .template-content-intro-v2.template-bigger h2 {
    position: relative;
    padding-bottom: 32px;
}

.ux2-wrapper .template-author-header .component-story-share-buttons .content-share li path {
    fill: #fff;
}
.ux2-wrapper .template-author-header .component-story-share-buttons .content-share li {
    width: 45px;
    height: 45px;
    border: 0;
}
.ux2-wrapper .template-author-header .component-story-share-buttons .content-share li:hover {
    background: #1a1a1a;
}
.ux2-wrapper .template-author-header .component-story-share-buttons .content-share {
    border: 0;
}

/*! CSS Used from: /component-assets/css/bundle.css */
.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 .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(.19,1,.22,1);}
.ux2-wrapper .template-button-circle-solid:hover .template-cross-icon{transform:translate3d(-50%,-50%,0) scale(.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(.9);transition:opacity .2s linear,transform .4s cubic-bezier(.95,.05,.795,.035);}
.ux2-wrapper .template-button-circle-solid .template-cross-icon{transition:transform .2s linear;}
.ux2-wrapper .template-component-icon{position:relative;width:100%;height:100%;color:currentColor;fill:currentColor;}
.ux2-component.template-carousel-hero-fader{height:100vh;max-height:832px;overflow:hidden;position:relative;}
.ux2-wrapper .template-carousel-hero-fader-container,.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-splash{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-splash{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:column;flex-flow:column;z-index:25;animation:splashFade .5s 2s linear forwards;}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-splash img{max-width:380px;}
@media (max-width:479px){
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-splash img{max-width:75vw;}
}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-header{animation:logoFade 1s 2s ease-out forwards;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start;z-index:20;opacity:0;padding:40px 50px;position:relative;transform:translate(10px,25%);}
@media (max-width:479px){
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-header{padding:20px;}
}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-header .left,.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-header .right{max-width:40px;}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-header .center{max-width:120px;}
@media (min-width:768px){
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-header .center{max-width:170px;}
}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-header .template-carousel-hero-fader-header-link{display:inline-block;}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-header img{display:inline-block;height:auto;max-width:100%;width:100%;}
@media (max-width:479px){
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-header img{padding:0;}
}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-button{
    z-index:20;
    display:inline-block;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:transparent;
    outline:none;
    border:none;
    cursor:pointer;
    padding:15px;
    background-color: #d52b1e;
    border-radius: 50%;
}
@media (max-width:479px){
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-button{padding:10px 5px;top:auto;bottom:0;transform:none;}
}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-button:hover{
    background-color:#1a1a1a;
}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-button.previous{left:0;margin-left:32px;}
@media (max-width:479px){
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-button.previous{margin-left:0;}
}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-button.next{right:0;margin-right:32px;}
@media (max-width:479px){
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-button.next{margin-right:0;}
}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-button svg{color:#fbf8f2;width:30px;height:30px;}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-list{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-list.is-draggable{cursor:-webkit-grab;}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-list .template-carousel-hero-fader-item{list-style-type:none;position:absolute;top:0;left:0;width:100%;height:100%;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;z-index:10;}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-list .template-carousel-hero-fader-item.is-current{z-index:12!important;}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-list .template-carousel-hero-fader-item.is-previous{z-index:11!important;}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-list .template-carousel-hero-fader-item .template-carousel-hero-fader-overlay{background-color:rgba(34,14,14,.5);position:absolute;top:0;left:0;width:100%;height:100%;transition:all .7s ease-out;pointer-events:none;}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-list .template-carousel-hero-fader-item .template-carousel-hero-fader-wrapper{display:inline-block;position:relative;max-width:960px;opacity:0;animation:contentFade .5s 3s linear forwards;}
@media (max-width:1024px){
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-list .template-carousel-hero-fader-item .template-carousel-hero-fader-wrapper{max-width:70vw;}
}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-list .template-carousel-hero-fader-item .template-carousel-hero-fader-wrapper .template-carousel-hero-fader-wrapper-link{display:block;text-decoration:none;}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-list .template-carousel-hero-fader-item .template-carousel-hero-fader-wrapper .template-carousel-hero-fader-pre{padding:80px 0 0;opacity:1;transition:all .25s ease-in;}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-list .template-carousel-hero-fader-item .template-carousel-hero-fader-wrapper .template-carousel-hero-fader-pre .template-carousel-hero-fader-number{color:#fbf8f2;text-transform:uppercase;font-size:32px;line-height:1;margin-bottom:15px;font-family:"conduit",sans-serif;font-weight:700;display:inline-block;background:url(/component-assets/images/carousel-hero-fader/texture-titles-black.png) repeat 50% #fbf8f2;background-clip:text!important;-webkit-text-fill-color:transparent;-webkit-background-clip:text!important;}
@media (max-width:479px){
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-list .template-carousel-hero-fader-item .template-carousel-hero-fader-wrapper .template-carousel-hero-fader-pre .template-carousel-hero-fader-number{font-size:28px;margin-bottom:5px;}
}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-list .template-carousel-hero-fader-item .template-carousel-hero-fader-wrapper .template-carousel-hero-fader-pre .template-carousel-hero-fader-title{font-family:Northwell,"conduit",sans-serif;font-size:14vw;text-align:center;margin:-10px;color:#fff;font-weight:400;line-height:1;padding:20px;}
@media (min-width:768px){
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-list .template-carousel-hero-fader-item .template-carousel-hero-fader-wrapper .template-carousel-hero-fader-pre .template-carousel-hero-fader-title{font-size:10vw;}
}
@media (min-width:1025px){
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-list .template-carousel-hero-fader-item .template-carousel-hero-fader-wrapper .template-carousel-hero-fader-pre .template-carousel-hero-fader-title{font-size:8vw;}
}
@media (min-width:1269px){
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-list .template-carousel-hero-fader-item .template-carousel-hero-fader-wrapper .template-carousel-hero-fader-pre .template-carousel-hero-fader-title{font-size:115px;}
}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-list .template-carousel-hero-fader-item .template-carousel-hero-fader-wrapper .template-carousel-hero-fader-pre .template-carousel-hero-fader-subtitle{font-weight:600;font-family:'conduit',sans-serif;color:#fbf8f2;padding-top:5px;margin:0;font-size:28px;line-height:1.333;text-transform:uppercase;text-align:center;background:url(/component-assets/images/carousel-hero-fader/texture-titles-black.png) repeat 50% #fbf8f2;background-clip:text!important;-webkit-text-fill-color:transparent;-webkit-background-clip:text!important;}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-list .template-carousel-hero-fader-item .template-carousel-hero-fader-wrapper .template-carousel-hero-fader-post{position:absolute;top:50%;transform:translateY(-50%);opacity:0;text-align:center;display:inline-block;margin:0;width:100%;padding:100px 0 30px;transition:all .25s;}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-list .template-carousel-hero-fader-item .template-carousel-hero-fader-wrapper .template-carousel-hero-fader-post .template-carousel-hero-fader-title{color:#fbf8f2;text-transform:uppercase;font:700 32px/1 "conduit",sans-serif;padding-bottom:20px;padding-top:20px;display:block;margin:-4px 0 -6px;background:url(/component-assets/images/carousel-hero-fader/texture-titles-black.png) repeat 50% #fbf8f2;background-clip:text!important;-webkit-text-fill-color:transparent;-webkit-background-clip:text!important;}
.ux2-wrapper .template-carousel-hero-fader-container .template-carousel-hero-fader-list .template-carousel-hero-fader-item .template-carousel-hero-fader-wrapper .template-carousel-hero-fader-post .template-carousel-hero-fader-content{font-weight:600;font-family:'conduit',sans-serif;color:#fbf8f2;padding-top:20px;padding-bottom:30px;border-bottom:3px solid hsla(40,53%,97%,.5);display:inline-block;margin:10px 0 0;font-size:24px;line-height:1.333;text-transform:uppercase;background:url(/component-assets/images/carousel-hero-fader/texture-titles-black.png) repeat 50% #fbf8f2;background-clip:text!important;-webkit-text-fill-color:transparent;-webkit-background-clip:text!important;}
@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){
.template-carousel-hero-fader-content,.template-carousel-hero-fader-number,.template-carousel-hero-fader-subtitle,.template-carousel-hero-fader-title{background:transparent!important;}
}
.ux2-wrapper .template-button-drop-down{position:relative;height:64px;padding:0 24px;border:0;font-size:0;transition:border .2s linear,background .2s linear,color .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: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.template-red{border-color:currentColor;color:#dc1e1e;}
.ux2-wrapper .template-button-drop-down.template-red .template-border,.ux2-wrapper .template-button-drop-down.template-red:after{border-color:currentColor;}
.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:#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 .template-button-drop-down:after{top:3px;bottom:3px;left:3px;right:3px;content:"";position:absolute;border:1px solid #b9b7b2;opacity:0;transform:scale(.9);transition:opacity .2s linear,transform .4s cubic-bezier(.95,.05,.795,.035);}
.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;}
.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:-.375em;padding-top:0;vertical-align:top;color:currentColor;}
.ux2-wrapper .template-full-color-button{height:64px;width:100%;position:relative;padding: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 .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:#1a1a1a;text-decoration:none;}
.ux2-wrapper .template-full-color-button:hover .template-arrow-wrapper{transition:transform .6s cubic-bezier(.19,1,.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;}
.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%,.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 .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(.25,.25,.75,.75) infinite;}
.ux2-wrapper .component-button-play:hover .border-icon svg{transform:scale(.9);}
.ux2-wrapper .component-button-play:hover.filled-red-hover .background{opacity:1;visibility:visible;background:#1a1a1a;}
.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 .background{top:1px;bottom:1px;left:1px;right:1px;position:absolute;display:block;border-radius:100%;background:#dc1e1e;transition:visibility .2s,opacity .2s linear;}
.ux2-wrapper .component-button-play .border-icon{color:#fff;top:0;bottom:0;left:0;right:0;transition:top .6s cubic-bezier(.19,1,.22,1),right .6s cubic-bezier(.19,1,.22,1),bottom .6s cubic-bezier(.19,1,.22,1),left .6s cubic-bezier(.19,1,.22,1);}
.ux2-wrapper .component-button-play .border-icon,.ux2-wrapper .component-button-play .border-icon svg{display:none;}
.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(.25,.25,.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 .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{height:64px;width:64px;position:relative;padding:0;border:0;outline:0;text-align:center;background:none;overflow:hidden;transition:opacity .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(.19,1,.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 .6s cubic-bezier(.19,1,.22,1);}
.ux2-wrapper .button-circle:hover .arrow svg{fill:#fff;color:#fff;}
.ux2-wrapper .button-circle.is-disabled,.ux2-wrapper .button-circle[disabled]{pointer-events:none;opacity:.2;}
.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 .2s linear,transform .4s cubic-bezier(.95,.05,.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%,.6);}
.ux2-wrapper .button-circle.light .border-icon svg{stroke:hsla(40,53%,97%,.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 .arrow-wrapper{height:100%;width:200%;position:absolute;top:0;left:0;font-size:0;}
.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:#fff;}
.ux2-component.template-media-carousel{position:relative;padding-left:160px;padding-right:160px;margin-left:auto;margin-right:auto;max-width:1536px;}
.ux2-component.template-media-carousel .button-circle{position:absolute;top:50%;left:-128px;margin-top:-32px;}
.ux2-component.template-media-carousel .button-circle.next{left:auto;right:-128px;}
.ux2-component.template-media-carousel .media-carousel-list{list-style:none;padding:0;margin:0;white-space:nowrap;overflow:hidden;font-size:0;}
.ux2-component.template-media-carousel .media-carousel-item{position:relative;display:block;width:65.78947%;text-decoration:none;float:left;border-radius:3px;overflow:hidden;}
.ux2-component.template-media-carousel .media-carousel-item:before{content:"";display:block;padding-top:56%;}
.ux2-component.template-media-carousel .media-carousel-item:not(:first-child){margin-left:2.63158%;}
.ux2-component.template-media-carousel .media-carousel-item .background-img{background-size:cover;background-position:50%;}
.ux2-component.template-media-carousel .media-carousel-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-component.template-media-carousel .media-carousel-item .media-title{width:auto;position:absolute;display:-ms-flexbox;display:flex;left:140px;bottom:24px;right:64px;height:96px;-ms-flex-align:center;align-items:center;color:#fbf8f2;margin:0;}
.ux2-component.template-media-carousel .media-carousel-item .time{position:absolute;right:16px;bottom:14px;color:#fbf8f2;}
.ux2-component.template-media-carousel .media-carousel-item.small{width:31.57895%;}
.ux2-component.template-media-carousel .media-carousel-item.small:before{content:"";display:block;padding-top:54.16667%;}
.ux2-component.template-media-carousel .media-carousel-item.small .play-icon,.ux2-component.template-media-carousel .media-carousel-item.small .play-icon svg{height:18px;width:13px;}
.ux2-component.template-media-carousel .media-carousel-item.small .media-title{bottom:28px;left:96px;right:auto;-ms-flex-align:end;align-items:flex-end;}
@media (max-width:1268px){
.ux2-component.template-media-carousel{padding-left:128px;padding-right:128px;}
.ux2-component.template-media-carousel .button-circle{left:-96px;}
.ux2-component.template-media-carousel .button-circle.next{right:-96px;}
}
@media (max-width:1024px){
.ux2-component.template-media-carousel .media-carousel-item{width:100%;margin-left:0;}
.ux2-component.template-media-carousel .media-carousel-item:not(:first-child){margin-left:0;margin-right:3%;}
.ux2-component.template-media-carousel .media-carousel-item:last-child{margin-right:0;}
.ux2-component.template-media-carousel .media-carousel-item:first-child{margin-bottom:3%;}
.ux2-component.template-media-carousel .media-carousel-item.small{width:48.5%;}
}
@media (max-width:767px){
.ux2-component.template-media-carousel{padding-left:16px;padding-right:16px;overflow:hidden;}
.ux2-component.template-media-carousel .button-circle{display:none;}
.ux2-component.template-media-carousel .media-carousel-list{overflow:visible;}
.ux2-component.template-media-carousel .media-carousel-item{width:33.33333%!important;margin-bottom:0!important;margin-left:0!important;margin-right:0!important;padding-right:16px;}
.ux2-component.template-media-carousel .media-carousel-item:before{display:none!important;}
.ux2-component.template-media-carousel .media-carousel-item .background-img{position:relative;top:auto;bottom:auto;left:auto;right:auto;display:block;margin-bottom:14px;}
.ux2-component.template-media-carousel .media-carousel-item .background-img:before{content:"";display:block;padding-top:56.25%;}
.ux2-component.template-media-carousel .media-carousel-item .media-data{position:relative;}
.ux2-component.template-media-carousel .media-carousel-item .media-title{display:block;position:static;color:#1a1a1a;font-size:20px;height:auto!important;padding-right:50px;}
.ux2-component.template-media-carousel .media-carousel-item .time{color:dimgray;top:6px;right:0;}
}
.ux2-wrapper .component-carousel-media{position:relative;}
.ux2-wrapper .component-carousel-media .media-carousel-list{list-style:none;padding:0;margin:0;white-space:nowrap;overflow:hidden;font-size:0;}
.ux2-wrapper .component-carousel-media .media-carousel-list .slider-page{display:inline-block;vertical-align:top;width:100%;white-space:normal;margin:0;padding:0;}
@media (max-width:767px){
.ux2-wrapper .component-carousel-media{margin-left:auto;margin-right:auto;max-width:320px;}
.ux2-wrapper .component-carousel-media .media-carousel-list{overflow:visible;}
.ux2-wrapper .component-carousel-media .media-carousel-list .slider-page{display:-ms-inline-flexbox;display:inline-flex;width:300%;}
}
.ux2-wrapper .media-carousel-item{position:relative;display:block;width:65.78947%;text-decoration:none;float:left;border-radius:3px;overflow:hidden;}
.ux2-wrapper .media-carousel-item:before{content:"";display:block;padding-top:56%;}
.ux2-wrapper .media-carousel-item:not(:first-child){margin-left:2.63158%;}
.ux2-wrapper .media-carousel-item .background-img{top:0;bottom:0;left:0;right:0;position:absolute;background-size:cover;background-position:50%;}
.ux2-wrapper .media-carousel-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 .media-carousel-item .component-button-play{height:96px;width:96px;position:absolute;left:24px;bottom:24px;}
.ux2-wrapper .media-carousel-item .media-title{position:absolute;display:-ms-flexbox;display:flex;left:140px;bottom:24px;right:64px;height:96px;-ms-flex-align:center;align-items:center;color:#fbf8f2;margin:0;}
.ux2-wrapper .media-carousel-item .time{position:absolute;right:16px;bottom:14px;color:#fbf8f2;}
.ux2-wrapper .media-carousel-item.small{width:31.57895%;}
.ux2-wrapper .media-carousel-item.small:before{content:"";display:block;padding-top:54.16667%;}
.ux2-wrapper .media-carousel-item.small .component-button-play{height:64px;width:64px;left:16px;bottom:16px;}
.ux2-wrapper .media-carousel-item.small .play-icon,.ux2-wrapper .media-carousel-item.small .play-icon svg{height:18px;width:13px;}
.ux2-wrapper .media-carousel-item.small .media-title{bottom:28px;left:96px;right:auto;-ms-flex-align:end;align-items:flex-end;}
@media (max-width:1024px){
.ux2-wrapper .media-carousel-item{width:100%;margin-left:0;}
.ux2-wrapper .media-carousel-item:not(:first-child){margin-left:0;margin-right:3%;}
.ux2-wrapper .media-carousel-item:last-child{margin-right:0;}
.ux2-wrapper .media-carousel-item:first-child{margin-bottom:3%;}
.ux2-wrapper .media-carousel-item.small{width:48.5%;}
}
@media (max-width:767px){
.ux2-wrapper .media-carousel-item{width:33.33333%!important;margin-bottom:0!important;margin-left:0!important;margin-right:0!important;padding-right:16px;}
.ux2-wrapper .media-carousel-item:before{display:none!important;}
.ux2-wrapper .media-carousel-item .background-img{position:relative;top:auto;bottom:auto;left:auto;right:auto;display:block;margin-bottom:14px;}
.ux2-wrapper .media-carousel-item .background-img:before{content:"";display:block;padding-top:56.25%;}
.ux2-wrapper .media-carousel-item .media-data{position:relative;}
.ux2-wrapper .media-carousel-item .media-title{display:block;position:static;color:#1a1a1a;font-size:20px;height:auto!important;padding-right:50px;}
.ux2-wrapper .media-carousel-item .component-button-play{height:72px!important;width:72px!important;top:0;left:50%!important;margin-top:28.125%;margin-left:-8px;transform:translate(-50%,-50%);}
.ux2-wrapper .media-carousel-item .time{color:dimgray;top:6px;right:0;}
}
.ux2-component.template-promotion-find-retailer{display:-ms-flexbox;display:flex;position:relative;max-width:1216px;margin:0 auto;text-align:left;}
.ux2-component.template-promotion-find-retailer *{box-sizing:border-box;}
.ux2-component.template-promotion-find-retailer .template-block-content{width:100%;height:auto;padding:64px;position:relative;color:#fff;text-align:center;border-radius:5px;background:url(/component-assets/images/promotion-find-retailer/find-retailer-bg.jpg) repeat 50% #1a1a1a;background-size:cover;}
.ux2-component.template-promotion-find-retailer .template-block-content:before{top:3px;bottom:3px;left:3px;right:3px;content:"";position:absolute;border:1px dashed #8c8c8c;border-radius:3px;}
.ux2-component.template-promotion-find-retailer .template-block-content .title{font-family:"conduit",sans-serif;margin-bottom:32px!important;padding-top:0;}
.ux2-component.template-promotion-find-retailer .template-block-content .template-copy{font-family:"conduit",sans-serif;max-width:380px;margin:0 auto;}
.ux2-component.template-promotion-find-retailer .template-button-wrapper{position:absolute;bottom:-32px;left:50%;transform:translateX(-50%);}
.ux2-component.template-promotion-find-retailer .template-full-color-button{width:auto;min-width:300px;}
.ux2-component.template-promotion-find-retailer.template-grill-on{max-width:none;width:100%;}
.ux2-component.template-promotion-find-retailer.template-grill-on .template-block-content{border-radius:0;padding:200px 0 70px;}
.ux2-component.template-promotion-find-retailer.template-grill-on .template-block-content:before{display:none;}
.ux2-component.template-promotion-find-retailer.template-grill-on .title{font-family:Northwell,"conduit",sans-serif;font-weight:300;line-height:1.2;margin:0 auto;max-width:600px;padding:0 10px;text-transform:none;width:100%;}
@media (max-width:767px){
.ux2-component.template-promotion-find-retailer{padding:0 16px;}
}
.ux2-component.template-related-posts-carousel.template-grill-on .block-content-wrapper-carousel{padding-bottom:64px;}
.ux2-component.template-related-posts-carousel .template-block-content-wrapper{font-size:0;margin:0 auto;max-width:1536px;padding:0 16px;position:relative;}
.ux2-component.template-related-posts-carousel .template-related-posts-header{padding-bottom:32px;text-align:center;}
.ux2-component.template-related-posts-carousel .template-heading-cursive{color:#dc1e1e;display:block;font-family:Northwell,"conduit",sans-serif;font-size:36px;margin:0 0 5px;}
.ux2-component.template-related-posts-carousel .block-title{font-weight:400;letter-spacing:-1px;margin:0 0 5px;padding:0;}
.ux2-component.template-related-posts-carousel .block-content-wrapper-carousel{position:relative;}
.ux2-component.template-related-posts-carousel ul{border:0;list-style:none;display:block;margin:0;padding:0;position:relative;text-align:left;white-space:nowrap;}
.ux2-component.template-related-posts-carousel ul *{box-sizing:border-box;}
.ux2-component.template-related-posts-carousel .content-items-item{display:inline-block;padding:0 16px 0 0;vertical-align:top;width:80%;}
.ux2-component.template-related-posts-carousel .content-items-item figure{background-position:50%;background-size:cover;position:relative;margin:0;}
.ux2-component.template-related-posts-carousel .content-items-item figure:before{content:"";display:block;padding-top:58.59375%;}
.ux2-component.template-related-posts-carousel .content-items-item .copy-wrapper{padding:16px 0 0;}
.ux2-component.template-related-posts-carousel .content-items-item .copy-wrapper .template-heading{margin:0 0 5px;}
.ux2-component.template-related-posts-carousel .content-items-item .title{color:#1a1a1a;display:block;font:700 22px/1 "conduit",sans-serif;letter-spacing:.032em;margin:0 0 5px;text-decoration:none;text-transform:uppercase;white-space:normal;}
.ux2-component.template-related-posts-carousel .content-items-item .title:hover{color:#dc1e1e;text-decoration:underline;}
.ux2-component.template-related-posts-carousel .button-circle{
    top:40%;
    display:none;
    position:absolute;
    transform:translateY(-50%);
    background-color:#dc1e1e;
    border-radius: 50%;
}
.ux2-component.template-related-posts-carousel .button-circle:hover{
    background-color:#1a1a1a;
}
.ux2-component.template-related-posts-carousel .button-circle.previous{left:-74px;}
.ux2-component.template-related-posts-carousel .button-circle.next{right:-74px;}
@media (min-width:480px){
.ux2-component.template-related-posts-carousel .template-heading-cursive{display:inline-block;margin:0 5px 0 0;}
}
@media (min-width:768px){
.ux2-component.template-related-posts-carousel .block-title{display:inline-block;}
.ux2-component.template-related-posts-carousel .content-items-item{width:48%;}
}
@media (min-width:1025px){
.ux2-component.template-related-posts-carousel .template-block-content-wrapper{padding:0 128px;}
.ux2-component.template-related-posts-carousel .carousel-wrapper{overflow:hidden;}
.ux2-component.template-related-posts-carousel .content-items-item{padding:0 16px;white-space:normal;width:33.33%;}
.ux2-component.template-related-posts-carousel .button-circle{display:block;}
}
@media print{
.ux2-component.template-related-posts-carousel{display:none;}
}
.ux2-component.template-story-article-grid *{box-sizing:border-box;}
.ux2-component.template-story-article-grid.template-grill-on .template-block-content-wrapper{padding-top:64px;}
.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 .default-grid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;}
.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-thumb-container{cursor:pointer;position:relative;}
.ux2-component.template-story-article-grid .template-article .article-thumb-container:hover .article-thumb-overlay{background-color:hsla(40,53%,97%,.45);}
.ux2-component.template-story-article-grid .template-article .article-thumb-overlay{top:0;bottom:0;left:0;right:0;height:100%;width:100%;background-color:rgba(26,26,26,.25);overflow:hidden;pointer-events:none;position:absolute;transition:background-color .1s ease-in;}
.ux2-component.template-story-article-grid .template-article .article-thumb{display:block;width:100%;height:306px;border-radius:4px;margin-bottom:32px;background:no-repeat 50%;background-size:cover;max-height:306px;}
.ux2-component.template-story-article-grid .template-article .article-category{display:block;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-copy{font-size:17px;line-height:1.5;margin-bottom:5px;}
@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-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-thumb{max-height:200px;}
.ux2-component.template-story-article-grid .template-article .article-category{font-size:16px;}
}
.ux2-component.template-story-weber-id{padding:0 16px;}
.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:3px;background:url(/component-assets/images/body-bg-dark.jpg);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:url(/component-assets/images/texture-left.png) no-repeat 0;}
.ux2-component.template-story-weber-id .template-block-content-wrapper:after{right:0;width:461px;background:url(/component-assets/images/texture-right.png) no-repeat 100% 0;}
.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%,.3);}
.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:1px dashed hsla(40,53%,97%,.3);}
.ux2-component.template-story-weber-id .template-input-label{color:#dc1e1e;font:600 16px 'conduit',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 .template-component-button{min-width:104px;margin-left:8px;}
.ux2-component.template-story-weber-id.template-grill-on .template-heading.title{font-family:Northwell,"conduit",sans-serif;font-weight:300;line-height:1.1;margin-top:20px;padding:0;text-transform:none;}
.ux2-component.template-story-weber-id.template-grill-on .template-content.content-left{-ms-flex:40%;flex:40%;padding-right:20px;}
.ux2-component.template-story-weber-id.template-grill-on .template-content.content-right{-ms-flex:60%;flex:60%;border-left:0;}
@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-wrapper .template-copy{font-family:'conduit',sans-serif;font-weight:100;margin:0;}
.ux2-wrapper .template-copy.serif{font-family:"conduit",sans-serif;}
.ux2-wrapper .template-copy.c2{font-size:20px;line-height:1.5;margin:-.3em 0 -.5em;}
.ux2-wrapper .template-copy.c3{font-size:16px;line-height:1.5;margin:-.3125em 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:"conduit",sans-serif;font-weight:700;color:#1a1a1a;margin:0;-webkit-font-smoothing:antialiased;}
.ux2-wrapper .template-heading.sans{font-family:'conduit',sans-serif;}
.ux2-wrapper .template-heading.h1{font-size:96px;line-height:.91667;margin:-.09375em 0 -.1458333em;}
.ux2-wrapper .template-heading.h2{font-size:56px;line-height:.9;margin:-.089285em 0 -.10714285em;}
.ux2-wrapper .template-heading.h3{font-size:32px;line-height:1;margin:-.125em 0 -.1825em;}
.ux2-wrapper .template-heading.h4{font-size:24px;line-height:1.3333;margin:-.25em 0 -.3333em;}
.ux2-wrapper .template-heading.h5{font-size:18px;line-height:1.2222;margin:-.222em 0 -.27778em;}
.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.preserve-accent{margin:0;line-height:1;padding-top:10px!important;}
@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,.ux2-wrapper .template-heading.h5{font-size:16px;line-height:1;}
}
.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{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.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:'conduit',sans-serif;color:#1a1a1a;margin:0;}
.ux2-wrapper .template-sub-heading.h3-full{font-size:16px;text-transform:uppercase;letter-spacing:.1em;font-weight:600;margin:-.1875em 0 -.375em;}
.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-bottom-none{margin-bottom:0;}
.ux2-wrapper .template-block-wrapper.component-margin-bottom-small{margin-bottom:64px;}
@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-content-wrapper{max-width:1344px;margin-left:auto;margin-right:auto;}
.ux2-wrapper.template-content{overflow:hidden;}
.ux2-wrapper .template-component-button{display:inline-block;}
.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 .2s,opacity .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:"conduit",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 .2s,opacity .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 .2s,opacity .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 .7s cubic-bezier(.19,1,.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 "conduit",sans-serif;transform:scaleY(0);transition:transform .7s cubic-bezier(.19,1,.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-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 .2s,opacity .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%,.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 */
img[data-sizes="auto"]{display:block;width:100%;}
/*! CSS Used from: Embedded ; media=all */
@media all{
.st0{fill:#ED1C24;}
}
/*! CSS Used from: Embedded */
#subscribe-newsletter a.anchor-input-override{background:none;border:1px solid hsla(0,0%,41%,.5);border-radius:2px;color:dimgray;display:inline-block;font:400 16px/1em 'conduit',sans-serif;height:40px;outline:0;padding:.75em 10px 0;text-decoration:none;transition:border .2s cubic-bezier(.25,.25,.75,.75);width:100%;}
#subscribe-newsletter a.anchor-input-override:hover{border-color:#fbf8f2;}
.ux2-component.template-story-weber-id .template-content.content-right{flex:1 0 62%;}
@media screen and (min-width: 768px) and (max-width: 1023px){
.ux2-component.template-story-weber-id .template-block-content-wrapper{flex-direction:column;}
.ux2-component.template-story-weber-id .template-content.content-right{padding-top:32px;}
}
.recaptcha-needed-submit:disabled{opacity:.5;pointer-events:none;}
/*! CSS Used keyframes */
@keyframes splashFade{0%{opacity:1;pointer-events:all;display:-ms-flexbox;display:flex;max-height:100%;}99%{opacity:0;pointer-events:all;display:-ms-flexbox;display:flex;max-height:100%;}to{pointer-events:none;display:none;max-height:0;opacity:0;}}
@keyframes logoFade{0%{transform:translate(10px,25%);opacity:0;}to{transform:translate(10px);opacity:1;}}
@keyframes buttonFade{0%{opacity:0;}to{opacity:.5;}}
@keyframes contentFade{0%{opacity:0;}to{opacity:1;}}
@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:Northwell;font-display:auto;src:url(/component-assets/fonts/northwell/Northwell.woff2) format("woff2"),url(/component-assets/fonts/northwell/Northwell.woff) format("woff");font-weight:400;font-style:normal;}

.ux2-wrapper .template-block-wrapper.template-promotion-find-retailer .template-full-color-button .template-label .template-label-text {
    color: white;
}
.ux2-wrapper .media-carousel-list .media-carousel-item .media-data .template-heading.h3 {
    text-transform: none;
}
.ux2-component.template-recipe-grid.grid-no-margin .grid .recipe-item {
    margin-right: 0;
}

@media(min-width: 767px) {
    .ux2-wrapper .template-block-wrapper.template-story-top-article {
        display: flex;
        padding: 32px;
    }
    .ux2-wrapper .template-block-wrapper.template-story-top-article .template-top-article-header {
        margin: 0;
        width: 40%;
        float: right;
    }
    .ux2-wrapper .template-block-wrapper.template-story-top-article .template-top-article-header .template-heading {
        width: 100%;
        position: relative;
    }
    .ux2-wrapper .template-block-wrapper.template-story-top-article .article .article-content-wrapper {
        float: right;
        width: 100%;
    }
    .ux2-wrapper .template-block-wrapper.template-story-top-article .article .article-top-content {
        float: right;
        position: relative;
    }
    .ux2-component.template-story-top-article .article-top-image {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

.ux2-component.block-simple-content .template-block-content-wrapper .content .button-wrapper .template-full-color-button .template-label .template-label-text {
    color: white;
}
.ux2-component.block-simple-content .template-block-content-wrapper .content .button-wrapper .template-full-color-button .template-icon {
    display: block;
}

.ux2-component.template-content-static .content .content-block .is-not-headline p,
.ux2-component.template-content-static .content .content-block .is-not-headline p .type-underlined {
    color: #1a1a1a;
    font-size: 32px;
    line-height:1;
}
.ux2-wrapper .template-author-header .component-story-share-buttons .content-share {
    border: 0;
}
.ux2-wrapper .template-author-header .component-story-share-buttons .content-share li {
    height: 45px;
    width: 45px;
    border: 0;
}
.ux2-wrapper .template-author-header .component-story-share-buttons .content-share li:hover {
    background-color: #1a1a1a;
}
.ux2-wrapper .template-author-header .component-story-share-buttons .content-share li path {
    fill: #fff;
}

.ux2-wrapper .template-component-carousel-card-v2 .template-accessories-list .template-accessory-item .template-accessory-inner-item .template-full-color-button {
    background: none;
}

@media(max-width: 767px) {
    .ux2-wrapper .slider-display-listView .template-component-carousel-card .template-accessories-list {
        width: 100%!important;
        display: block;
        transform: none!important;
    }
    .ux2-wrapper .slider-display-listView .template-component-carousel-card .template-accessories-list .template-accessory-item.ux2-visually-hidden {
        visibility: visible;
        opacity: 1;
    }
}

.ux2-component.template-related-posts-carousel .template-related-posts-header .template-heading.h3 {
    position: relative;
}
.ux2-component.template-related-posts-carousel .template-related-posts-header .template-heading.h3 .template-heading-cursive {
    display: block;
    margin-bottom: 16px;
}

.ux2-component.template-content-static .content .how-to-step-wrapper {
    width: 100%;
}
.ux2-component.template-content-static .content .how-to-step-wrapper .content-block {
    margin-bottom: 0;
}
.ux2-component.template-content-static .content .how-to-step-wrapper .content-block img {
    max-width: 100%;
}
.ux2-component.template-content-static .content .how-to-step-wrapper {
    margin-bottom: 32px;
}
.ux2-component.template-content-static .content .content-block {
    padding: 32px;
}
.ux2-component.template-content-static.blog .content .content-block {
    padding: 0;
}
.ux2-component.template-content-static .how-to-image-wrapper {
    width: 50%;
    padding: 32px;
}
.ux2-component.template-content-static .how-to-image-wrapper.float-image-right {
    float: right;
}
.ux2-component.template-content-static .how-to-image-wrapper.float-image-left {
    float: left;
}
@media(max-width: 767px) {
    .ux2-component.template-content-static .how-to-image-wrapper {
        width: 100%;
    }
    .ux2-component.template-content-static .how-to-image-wrapper.float-image-right,
    .ux2-component.template-content-static .how-to-image-wrapper.float-image-left {
        float: none;
    }
}

.ux2-component.template-content-static .content.faq-content {
    display: flex;
    flex-direction: column;
}
.ux2-component.template-content-static .content .faq-wrapper {
    width: 100%;
}
.ux2-component.template-content-static .content .faq-wrapper .content-block {
    margin-bottom: 0;
}
.ux2-component.template-content-static .content .faq-wrapper .content-block img {
    max-width: 100%;
}
.ux2-component.template-content-static .content .faq-wrapper {
    margin-bottom: 32px;
}
.ux2-component.template-content-static .content .faq-wrapper .faq-question {
    font: 700 26px 'conduit', sans-serif;
}
.ux2-component.template-content-static .content .content-block {
    padding: 32px;
}
.ux2-component.template-content-static .faq-image-wrapper {
    width: 50%;
    padding: 32px;
}
.ux2-component.template-content-static .faq-image-wrapper.float-image-right {
    float: right;
}
.ux2-component.template-content-static .faq-image-wrapper.float-image-left {
    float: left;
}
@media(max-width: 767px) {
    .ux2-component.template-content-static .faq-image-wrapper {
        width: 100%;
    }
    .ux2-component.template-content-static .faq-image-wrapper.float-image-right,
    .ux2-component.template-content-static .faq-image-wrapper.float-image-left {
        float: none;
    }
}

@media(max-width: 767px) {
    .ux2-wrapper .component-carousel-hero-type.is-small .carousel-hero-item .hero-carousel-item-content-center .media-data {
        display: none;
    }
}
.ux2-wrapper .component-carousel-hero-type .hero-carousel-item-content-center .content-wrapper {
    height: 96px;
}
.ux2-wrapper .component-carousel-hero-type .hero-carousel-item-content-center .content-wrapper .media-data {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.ux2-wrapper .component-carousel-hero-type .hero-carousel-item-content-center .content-wrapper .media-data h1.template-heading {
    padding: 0;
}

.ux2-wrapper .content .content-block .template-heading.h3 {
    background: url(/component-assets/images/base/texture/texture-titles-white.png) repeat 50% #1a1a1a;
}

.ux2-wrapper .blog .content .content-block .template-heading.h3 {
    background: unset;
}

.ux2-wrapper.ux2-weber-storiesLandingPage .template-story-top-article .template-block-content-wrapper {
    max-width: 1344px;
}
@media (min-width: 767px){
    .ux2-wrapper.ux2-weber-storiesLandingPage .template-story-top-article .article-top-image {
        max-width: 672px;
        right: 50%;
    }
}
@media (max-width: 767px) {
    .ux2-component.template-featured-items {
        margin: 0;
    }
    .ux2-component.template-featured-items .featured-items-filter {
        display: block;
    }
    .ux2-component.template-featured-items .featured-items-filter .component-filter-seal {
        margin-top: 16px;
        margin-bottom: 16px;
    }
}

.ux2-wrapper .component-carousel-hero-type .hero-carousel-item-content-center .content-wrapper .media-data {
    pointer-events: none;
}
.ux2-component.template-content-static .content .content-block .content-block-video-wrapper .content-block {
    padding: 0;
    margin: 0;
}
@media (max-width: 767px){
    .ux2-wrapper .content-block-video-wrapper .component-carousel-hero-type.is-small .carousel-hero-item .content-wrapper {
        left: 0;
    }
    .ux2-wrapper .content-block-video-wrapper .component-carousel-hero-type.is-small .carousel-hero-item .content-wrapper .component-button-play {
        left: 50%;
        transform: translateX(-50%);
        height: 64px;
        width: 64px;
    }
}
.content-block-video-wrapper.recipe-youtube-video .component-carousel-hero-type .carousel-wrapper {
    overflow: hidden;
    display: block;
    position: relative;
}
.content-block-video-wrapper.recipe-youtube-video .component-carousel-hero-type .carousel-wrapper:before {
    content:'';
    display: block;
    padding-top: 53.84615%;
}
.content-block-video-wrapper.recipe-youtube-video .content-block {
    margin: 16px 0;
}
.content-block-video-wrapper.recipe-youtube-video .component-carousel-hero-type {
    background: none;
}

.ux2-component.template-recipe-hero-v2 .left-block .recipe-heading {
    display: -webkit-box;
    -webkit-line-clamp: 5;
            line-clamp: 5; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 5px;
}
@media (max-width: 1023px){
.ux2-wrapper .left-block .fuel-type .component-drop-down-button {
        bottom: auto;
    }
}

.ux2-component.template-recipe-grid.recipe-grid {
    height: auto!important;
}
.ux2-weber-recipesLandingPage .ux2-component.template-recipe-carousel-small-v2 .carousel-list .carousel-item .carousel-item-background:after,
.ux2-weber-recipesLandingPage .ux2-component.template-block-recipe-grid-container .recipe-grid .recipe-item:after,
.ux2-weber-recipesLandingPage .component-carousel-polaroid .carousel-polaroid-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    border: 0px solid #191919;
    background-color: #FFFFFF99;
    transition: border .1s, bottom .2s;
}
.ux2-weber-recipesLandingPage .ux2-component.template-recipe-carousel-small-v2 .carousel-list .carousel-item:focus-within .carousel-item-background:after,
.ux2-weber-recipesLandingPage .ux2-component.template-block-recipe-grid-container .recipe-grid .recipe-item:focus-within:after,
.ux2-weber-recipesLandingPage .component-carousel-polaroid .carousel-polaroid-item:focus-within:after {
    bottom: 0;
    border: 8px solid #191919;
    background-color: #FFFFFF99;
}
.ux2-weber-recipesLandingPage .ux2-component.template-block-recipe-grid-container .recipe-grid .recipe-item .item-tile-click-target {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}
.ux2-wrapper .component-carousel-polaroid .carousel-polaroid-item .carousel-polaroid-item-content .title,
.ux2-component.template-recipe-grid .recipe-item .item-title {
    z-index: 1;
}
.ux2-component.template-recipe-grid .template-block-recipe-grid-container .recipe-grid .recipe-item a {
    top: 0;
}
.ux2-component.template-recipe-grid .template-block-recipe-grid-container .recipe-grid .recipe-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ux2-weber-recipesLandingPage .ux2-component.template-recipe-grid .recipe-item:before {
    display: none;
}
.ux2-weber-recipesLandingPage .component-carousel-recipes-v2 .button-circle:focus {
    background-color: #191919;
}
.ux2-weber-recipesLandingPage .template-bullets .template-bullet-button:focus {
    filter: drop-shadow(0 0 5px black);
}
.ux2-weber-recipesLandingPage .component-carousel-polaroid .carousel-polaroid-navigation .carousel-button-arrow:focus .arrow svg {
    filter: drop-shadow(0 0 5px black);
}
.ux2-weber-recipeCategories .ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-option-input {
    display: block;
}
.ux2-weber-recipeCategories .ux2-component.template-enhanced-filter-menu .enhanced-filter-menu-options:focus-within {
    outline: 5px auto #000;
    filter: drop-shadow(0 0 3px #000);
    background-color: #F6E5DF;
}
.ux2-weber-recipes .ingredient-item:focus-within {
    font-weight: bold;
}
.ux2-weber-recipes .ingredient-item:focus-within .template-icon-cross:before, 
.ux2-weber-recipes .ingredient-item:focus-within .template-icon-cross:after {
    height: 2px;
}
.ux2-weber-recipes .template-ingredients-v2 .component-button-print-target:focus .template-print-list-icon {
    background-color: #ac0f0f;
    filter: drop-shadow(0px 0px 2px #000);
}
.ux2-weber-recipesLandingPage .component-drop-down-button .drop-down-item a:focus {
    background: #dc1e1e;
    filter: drop-shadow(0px 0px 2px #000);
    z-index: 1;
}

.ux2-weber-storiesLandingPage .ux2-component.template-hero-copypage .content-wrapper .title,
.ux2-weber-blog .ux2-component.template-hero-copypage .content-wrapper .title {
    filter: drop-shadow(0px 0px 3px #000);
}
.ux2-weber-storiesLandingPage .ux2-component.template-hero-copypage .content-wrapper .subtitle,
.ux2-weber-blog .ux2-component.template-hero-copypage .content-wrapper .subtitle {
    filter: drop-shadow(0px 0px 3px #000);
    text-shadow: 0px 0px 3px #000;
    color: #FFF;
}
.ux2-weber-blog .content-block .component-carousel-hero-type.alternate-layout.buttons-bottom.is-small .button-circle {
    z-index: 1;
}
.ux2-weber-blog .ux2-component.template-block-story-detail-metadata .content-share li path {
    fill: #76766B;
}

.ux2-wrapper.ux2-weber-recipes .component-carousel-recipes-twoSlot-v2 .carousel-polaroid-navigation .arrow {
    z-index: 1;
}
.ux2-component.template-recipe-hero-v2 .attributes-wrapper .attributes .attribute-item .label,
.ux2-component.template-recipe-hero-v2 .attributes-wrapper .attributes .attribute-item .copy,
.ux2-wrapper.ux2-weber-recipeCategories .ux2-component.template-recipe-grid .recipe-item .item-title,
.ux2-wrapper.ux2-weber-recipesLandingPage .ux2-component.template-recipe-grid .recipe-item .item-title,
.ux2-wrapper.ux2-weber-recipesLandingPage .component-carousel-polaroid .carousel-polaroid-item .carousel-polaroid-item-content .title,
.ux2-wrapper.ux2-weber-recipes .component-recipe-card .recipe-card-content .title {
    filter: drop-shadow(0px 0px 3px #000);
    text-shadow: 0px 0px 3px #000;
    color: #FFF;
}
.ux2-wrapper.ux2-weber-recipes .ux2-component .external__pricing__vat-hint, 
.ux2-wrapper.ux2-weber-recipes .ux2-component .external__pricing__net-content, 
.ux2-wrapper.ux2-weber-recipes .ux2-component .external__pricing__ecotax {
    color: #706E66;
}
.ux2-wrapper.ux2-weber-recipes .template-button-circle-solid-reversed {
    background-color: #dc1e1e;
}
.ux2-component.template-recipe-split-block-v2 .recipe-slide-item .screen-reader-text {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    display: none;
    visibility: hidden;
}
.ux2-component.template-recipe-split-block-v2 .recipe-slide-item .is-ticked .screen-reader-text {
    display: block;
    visibility: visible;
}
.ux2-wrapper.ux2-weber-recipes .component-button-icon-breadcrumbs .breadcrumbs-item:focus {
    color: #dc1e1e;
    text-decoration: none;
}
.ux2-wrapper.ux2-weber-recipesLandingPage .ux2-component.template-register-app-v2 .template-button-drop-down:hover .template-label,
.ux2-wrapper.ux2-weber-recipesLandingPage .ux2-component.template-register-app-v2 .template-button-drop-down:focus .template-label {
    color: #ffffff;
}
.ux2-wrapper.ux2-weber-recipesLandingPage .template-product-all-grills-categories .section-title {
    display: none;
}
.ux2-wrapper.ux2-weber-recipesLandingPage .template-sub-heading.h3-full.gray {
    color: #ffffff;
    opacity: 1;
}

.ux2-weber-recipes .template-ingredients-v2 .component-button-print-target:focus .template-print-list-icon {
    background-color: #191919;
    filter: none;
}
.ux2-component.template-featured-product-grid-v2 .template-component-carousel-card-v2 .template-accessories-list-wrapper .screen-reader-text {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    display: block;
    visibility: visible;
}
.ux2-wrapper .template-component-carousel-card-v2.no-controls .template-accessories-list-wrapper .screen-reader-text {
    display: none;
    visibility: hidden;
}
.ux2-wrapper .component-carousel-recipes-v2 .screen-reader-text {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    display: block;
    visibility: visible;
}
.ux2-weber-recipesLandingPage .ux2-component.template-recipe-carousel-small-v2 .carousel-list .carousel-item:focus-within .template-heading.title {
    filter: drop-shadow(0px 0px 3px #000);
    text-shadow: 0px 0px 3px #000;
}
.ux2-weber-recipesLandingPage .ux2-component.template-recipe-grid .recipe-item:focus-within,
.ux2-weber-recipesLandingPage .ux2-component.template-recipe-carousel-small-v2 .carousel-list .carousel-item:focus-within {
    filter: drop-shadow(0 0 5px black);
    overflow: visible;
}
.ux2-wrapper .component-carousel-recipes-twoSlot-v2 .carousel-item .component-recipe-card .recipe-card-content:focus-within .recipe-card-background {
    opacity: .33;
}
.ux2-weber-recipes .ux2-component.template-featured-product-grid-v2 .template-component-carousel-card-v2 .template-accessories-list-wrapper .button-circle:focus {
    background-color: #191919;
}
.ux2-weber-recipes .ux2-component.template-featured-product-grid-v2 .template-component-carousel-card-v2 .template-bullets .template-bullet-button:focus {
    filter: drop-shadow(0px 0px 3px #000);
}

.ux2-weber-recipes .template-ingredients-v2 .component-button-print-target:focus .template-print-list-icon {
    background-color: #191919;
    filter: drop-shadow(0px 0px 3px #000);
    text-shadow: 0px 0px 3px #000;
}
.ux2-weber-recipes .template-ingredients-v2 .component-button-print-target:focus .template-heading.h3 {
    color: #FFF;
    filter: drop-shadow(0px 0px 3px #000);
    text-shadow: 0px 0px 3px #000;
}
.ux2-wrapper .component-button-cross:focus .template-icon-cross:before,
.ux2-wrapper .component-button-cross:focus .template-icon-cross:after,
.ux2-wrapper .component-button-cross:focus-within .template-icon-cross:before,
.ux2-wrapper .component-button-cross:focus-within .template-icon-cross:after {
    /*background-color: #FFF;
    filter: drop-shadow(0px 0px 3px #000);
    text-shadow: 0px 0px 3px #000;*/
}
.ux2-weber-recipes .ingredient-item:focus-within {
    color: #FFF;
    filter: drop-shadow(0px 0px 3px #000);
    text-shadow: 0px 0px 3px #000;
}

.ux2-component.block-explore-accessories .template-component-carousel-card .template-accessories-list-wrapper .button-circle.is-disabled {
    opacity: 0;
}
.ux2-weber-grillSkills .ux2-component.block-explore-accessories .template-content .template-heading.h3 {
    width:100%;
    position: relative;
}
.ux2-weber-grillSkills .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: 100%;
}