.main-container {
    display: block;
    max-width: 1440px;
    margin: 0 auto;
    font-size: 0
}

.search-kv {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box
}

.search-kv::after,
.search-kv::before {
    content: "";
    display: block;
    clear: both
}

.search-kv.margin-top--narrow {
    padding-top: 16px
}

.search-kv.margin-top--normal {
    padding-top: 32px
}

.search-kv.margin-top--wide {
    padding-top: 56px
}

.search-kv.margin-bottom--narrow {
    padding-bottom: 16px
}

.search-kv.margin-bottom--normal {
    padding-bottom: 32px
}

.search-kv.margin-bottom--wide {
    padding-bottom: 56px
}

.search-kv__container {
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 24px;
    text-align: center
}

.search-kv__eyebrow-text {
    font-weight: 700;
    line-height: 2;
    color: #fff;
    font-family: SamsungSharpSans, arial, sans-serif;
    margin-bottom: 8px;
    font-size: 1.11111vw
}

.search-kv__title {
    font-family: SamsungSharpSans, arial, sans-serif;
    font-size: 48px;
    line-height: 1.2;
    color: #fff
}

.search-kv__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.search-kv__search-wrap {
    position: relative;
    margin-top: 24px;
    z-index: 999
}

.search-kv__form-wrap {
    position: relative;
    width: 684px;
    height: 48px;
    margin: 0 auto;
    z-index: 10
}

.search-kv__form-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 24px;
    text-align: left;
    z-index: 10
}

.search-kv__form-submit {
    position: absolute;
    top: 12px;
    left: 24px;
    width: 24px;
    height: 24px;
    font-size: 0;
    color: transparent
}

.search-kv__form-submit .icon {
    width: 100%;
    height: 100%
}

.search-kv__form .text-field-wrap {
    position: relative
}

.search-kv__form .text-field {
    height: 48px;
    padding: 12px 48px 12px 64px;
    background: #f7f7f7;
    border-radius: 24px
}

.search-kv__form .text-field label {
    top: 50%;
    transform: translateY(-50%);
    left: 64px
}

.search-kv__form .text-field input {
    height: 24px;
    padding: 0;
    border: 0;
    caret-color: #000
}

.search-kv__form .search-kv__search-delete {
    display: none;
    position: absolute;
    top: 50%;
    right: 24px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%)
}

.search-kv__form .text-field .search-kv__search-delete svg {
    pointer-events: none
}

.search-kv__form .text-field .search-kv__search-delete .icon {
    top: 0;
    right: 0;
    fill: #8f8f8f
}

.search-kv__form .text-field.text-field--focus .search-kv__search-delete {
    display: block
}

.search-kv__form .text-field.text-field--active .search-kv__search-delete {
    display: block
}

.search-kv__form-wrap.is-active .search-kv__form-container {
    box-shadow: rgba(0, 0, 0, .2) 0 4px 10px -2px
}

.search-kv__form-wrap.is-active .search-kv__form-container .text-field {
    background: #fff
}

.search-kv__no-searches-result,
.search-kv__popular-searches-wrap,
.search-kv__suggested-searches-wrap {
    display: none;
    padding: 16px 0 0;
    max-height: 250px;
    overflow-y: auto;
}

.search-kv__popular-searches-wrap.search-kv__searchs-visible,
.search-kv__suggested-searches-wrap.search-kv__searchs-visible {
    display: block
}

.search-kv__searches-title {
    height: 48px;
    line-height: 48px;
    padding: 0 60px 0 24px;
    color: #000;
    font-size: 18px;
    font-weight: 700
}

.search-kv__searches-link {
    display: block;
    min-height: 40px;
    padding: 10px 60px 11px 24px;
    color: #000;
    font-size: 14px;
    line-height: 1.33;
    box-sizing: border-box
}

.search-kv__searches-link:focus,
.search-kv__searches-link:hover {
    background: #f7f7f7
}

.search-kv__popular-searches-wrap .search-kv__searches-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: calc(2.66em);
    line-height: 1.33
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .search-kv__popular-searches-wrap .search-kv__searches-text {
        max-height: none
    }
}

.search-kv__suggested-searches-wrap .search-kv__searches-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.search-kv__keyword {
    max-width: 684px;
    margin: 16px auto 0
}

.search-kv__keyword-list {
    font-size: 0;
    text-align: center
}

.search-kv__keyword-list-item {
    display: inline-block;
    padding: 0 4px 8px
}

.search-kv__keyword-list-item .chip {
    display: inline-block;
    box-sizing: border-box
}

.search-kv--category .search-kv__keyword {
    display: none
}

.search-kv__search-wrap-close {
    display: none
}

@media screen and (max-width:1440px) {
    .search-kv.margin-top--narrow {
        padding-top: 1.11111vw
    }

    .search-kv.margin-top--normal {
        padding-top: 2.22222vw
    }

    .search-kv.margin-top--wide {
        padding-top: 3.88889vw
    }

    .search-kv.margin-bottom--narrow {
        padding-bottom: 1.11111vw
    }

    .search-kv.margin-bottom--normal {
        padding-bottom: 2.22222vw
    }

    .search-kv.margin-bottom--wide {
        padding-bottom: 3.88889vw
    }

    .search-kv__container {
        padding: 0 1.66667vw
    }

    .search-kv__eyebrow-text {
        font-size: 1.11111vw;
        margin-bottom: .555556vw
    }

    .search-kv__title {
        font-size: 3.33333vw
    }

    .search-kv__search-wrap {
        margin-top: 1.66667vw
    }

    .search-kv__form-wrap {
        width: 47.5vw;
        height: 3.33333vw
    }

    .search-kv__form-container {
        border-radius: 1.66667vw
    }

    .search-kv__form-submit {
        top: .833333vw;
        left: 1.66667vw;
        width: 1.66667vw;
        height: 1.66667vw
    }

    .search-kv__form .text-field {
        height: 3.33333vw;
        padding: .833333vw 3.33333vw .833333vw 4.44444vw;
        border-radius: 1.66667vw
    }

    .search-kv__form .text-field label {
        left: 4.44444vw
    }

    .search-kv__form .text-field input {
        height: 1.66667vw
    }

    .search-kv__form .text-field .search-kv__search-delete {
        right: 1.66667vw;
        width: 1.11111vw;
        height: 1.11111vw
    }

    .search-kv__no-searches-result,
    .search-kv__popular-searches-wrap,
    .search-kv__suggested-searches-wrap {
        padding: 1vw 0 .2vw
    }

    .search-kv__searches-title {
        height: 3.33333vw;
        line-height: 3.33333vw;
        padding: 0 4.16667vw 0 1.66667vw;
        font-size: 1.25vw
    }

    .search-kv__searches-link {
        min-height: 2.77778vw;
        padding: .694444vw 4.16667vw .763889vw 1.66667vw;
        font-size: .972222vw
    }

    .search-kv__keyword {
        max-width: 47.5vw;
        margin-top: 1.11111vw
    }

    .search-kv__keyword-list-item {
        padding: 0 .277778vw .555556vw
    }
}

@media only screen and (max-width:767px) {
    .search-kv.margin-top--narrow {
        padding-top: 4.44444vw
    }

    .search-kv.margin-top--normal {
        padding-top: 6.66667vw
    }

    .search-kv.margin-top--wide {
        padding-top: 8.88889vw
    }

    .search-kv.margin-bottom--narrow {
        padding-bottom: 4.44444vw
    }

    .search-kv.margin-bottom--normal {
        padding-bottom: 6.66667vw
    }

    .search-kv.margin-bottom--wide {
        padding-bottom: 8.88889vw
    }

    .search-kv__container {
        display: flex;
        padding: 8vw 6.66667vw;
        background: #000;
        border-top: 1px solid #2f2f2f
    }

    .search-kv__contents {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .search-kv__image .image__main,
    .search-kv__image .image__preview {
        height: 40vw
    }

    .search-kv__eyebrow-text {
        margin-bottom: 1.22222vw;
        font-size: 4vw !important
    }

    .search-kv__title {
        font-size: 8.33333vw;
        line-height: 1.33
    }

    .search-kv__searches-title {
        height: 13.3333vw;
        line-height: 13.3333vw;
        font-size: 4.44444vw;
        padding: 0 6.66667vw
    }

    .search-kv__searches-link {
        min-height: 11.1111vw;
        padding: 2.77778vw 6.66667vw 3.05556vw;
        font-size: 3.88889vw
    }

    .search-kv__search-wrap {
        margin-top: 3.66667vw
    }

    .search-kv__form-container {
        background: 0 0
    }

    .search-kv__form-wrap {
        width: 100%;
        height: 11.1111vw;
        margin: 0
    }

    .search-kv__form-submit {
        top: 3.33333vw;
        left: 4.44444vw;
        width: 4.44444vw;
        height: 4.44444vw
    }

    .search-kv__form .text-field {
        height: 11.1111vw;
        padding: 2.77778vw 11.1111vw 3.05556vw 12.2222vw;
        border-radius: 6.11111vw;
        background: #f4f4f4
    }

    .search-kv__form .text-field label {
        left: 12.2222vw
    }

    .search-kv__form .text-field input {
        height: 5.27778vw
    }

    .search-kv__form .text-field .search-kv__search-delete {
        top: 5.55556vw;
        right: 4.44444vw;
        width: 4.44444vw;
        height: 4.44444vw
    }

    .search-kv__form-wrap.is-active .search-kv__form-container {
        box-shadow: none
    }

    .search-kv__form-wrap.is-active .search-kv__form-container .text-field {
        background: #f4f4f4
    }

    .search-kv__keyword {
        position: static;
        transform: translateX(0);
        max-width: 100%;
        margin-top: 4.44444vw;
        padding: 0 0 2.22222vw
    }

    .search-kv__keyword-list-item {
        padding: 0 1.11111vw 2.22222vw;
        max-width: 100%
    }

    .search-kv__keyword-list-item .chip {
        display: inline-block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .search-kv__search-wrap.layer-popup {
        overflow: auto;
        position: fixed;
        inset: 0;
        z-index: 2999;
        background: #fff;
        margin-top: 0
    }

    .search-kv__search-wrap.layer-popup .text-field-wrap {
        padding: 2.22222vw 6.66667vw 2.22222vw 15.5556vw;
        background-color: #000
    }

    .search-kv__search-wrap.layer-popup .search-kv__form-container {
        position: absolute
    }

    .search-kv__search-wrap.layer-popup .search-kv__form-submit {
        top: 5.55556vw;
        left: 20vw
    }

    .search-kv__search-wrap.layer-popup .search-kv__no-searches-result,
    .search-kv__search-wrap.layer-popup .search-kv__popular-searches-wrap,
    .search-kv__search-wrap.layer-popup .search-kv__suggested-searches-wrap {
        padding: 2.22222vw 0;
        max-height: fit-content;
    }

    .search-kv__search-wrap.layer-popup .search-kv__keyword {
        display: none
    }

    .search-kv__search-wrap.layer-popup .search-kv__search-wrap-close {
        display: block;
        position: absolute;
        top: 4.44444vw;
        left: 6.66667vw;
        width: 6.66667vw;
        height: 6.66667vw
    }

    .search-kv__search-wrap.layer-popup .search-kv__search-wrap-close .icon {
        width: 100%;
        height: 100%
    }

    .search-kv.search-kv--category .search-kv__container {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        min-height: 88.8889vw
    }

    .search-kv.search-kv--category .search-kv__container .search-kv__contents {
        display: block;
        height: auto
    }
}

.search-product-card {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 .833333vw 3.33333vw
}

.search-product-card__description,
.search-product-card__title {
    display: -webkit-box;
    vertical-align: top;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.search-product-card__title {
    box-sizing: content-box;
    max-height: 2.4em;
    padding: 48px 24px 0;
    font-family: SamsungSharpSans, arial, sans-serif;
    font-size: 38px;
    color: #000;
    text-align: center;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    overflow-wrap: break-word
}

.search-product-card__description {
    box-sizing: content-box;
    max-height: 1.33em;
    padding: 0 24px;
    margin: 16px 0;
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 1.33;
    -webkit-line-clamp: 1;
    overflow-wrap: break-word
}

.search-product-card__item-list {
    padding: 0;
    font-size: 0;
    text-align: center
}

.desktop-product li:first-child {
    margin-left: 0
}

.desktop-product li:last-child {
    margin-right: 0
}

.desktop-product .search-product-card__item {
    width: auto;
    margin: 1px
}

.search-product-card__item-list .slick-slide {
    display: inline-block;
    margin-top: 24px;
    margin-bottom: 10px;
    margin-left: .833333%;
    margin-right: .833333%;
    width: 210px !important
}

.search-product-card__support .slick-track {
    width: auto !important;
}

.search-product-card__item-list .slick-slide:first-child {
    margin-left: 0
}

.search-product-card__item-list.desktop-product .slick-slide>div,
.search-product-card__item-list.pc-q-links .slick-slide div {
    width: inherit !important
}

.search-product-card__model .search-product-card__item-list>li {
    display: none
}

.search-product-card__model .search-product-card__item-list>li.show {
    display: inline-block
}

.search-product-card__item {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    padding: 40px 16px 16px;
    background: #f7f7f7;
    border-radius: 20px;
    width: inherit
}

.search-product-card__item .image {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
    order: 1
}

.search-product-card__item:focus,
.search-product-card__item:hover {
    background: #ddd
}

.search-product-card__model .search-product-card__item {
    padding-top: 32px
}

.search-product-card__model .search-product-card__item:focus,
.search-product-card__model .search-product-card__item:hover {
    background: #f7f7f7
}

.search-product-card__model {
    display: none
}

.search-product-card__model .search-product-card__title {
    max-height: 1.2em;
    -webkit-line-clamp: 1
}

.search-product-card__item-text {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 48px;
    margin-top: 36px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    -webkit-box-ordinal-group: 3;
    order: 2;
    text-align: center;
    color: #000;
    word-break: break-word
}

.search-product-card__product-name {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 48px;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    -webkit-box-ordinal-group: 3;
    order: 2;
    text-align: center;
    color: #000;
    word-break: break-word
}

.search-product-card__product-code {
    width: 100%;
    height: 19px;
    margin-top: 8px;
    font-size: 14px;
    -webkit-box-ordinal-group: 4;
    order: 3;
    text-align: center;
    color: #000;
    line-height: 1.33
}

.search-product-card__tab {
    margin-left: 24px
}

.search-product-card__tab .tab {
    height: 58px;
    overflow: hidden
}

.search-product-card__tab .tab__list {
    padding-top: 12px
}

.search-product-card__tab .tab__item:last-of-type {
    margin-right: 24px
}

.search-product-card__tab .tab__item-title {
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center
}

.search-product-card__chips {
    width: 920px;
    text-align: center;
    margin: 20px auto 12px
}

.search-product-card__chips-item {
    display: inline-block;
    width: auto;
    margin: 0 2px 8px
}

.search-product-card__form {
    text-align: center;
    display: inline-block;
    position: relative;
    width: 448px;
    height: 44px
}

.search-product-card__form-wrap {
    text-align: center
}

.search-product-card__form-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 22px;
    border: 1px solid #757575;
    text-align: left;
    background-color: #f7f7f7;
    z-index: 10
}

.search-product-card__form .text-field {
    height: 44px
}

.search-product-card__form .text-field-wrap {
    position: relative
}

.search-product-card__form .text-field label {
    color: #757575;
    left: 64px;
    top: 50%;
    transform: translateY(-50%)
}

.search-product-card__form .text-field--active label,
.search-product-card__form .text-field--focus label {
    display: none
}

.search-product-card__form .text-field input {
    border-bottom: 0;
    padding: 10px 48px 10px 64px
}

.search-product-card__form-delete {
    display: none;
    position: absolute;
    top: 50%;
    right: 24px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    font-size: 0;
    color: transparent
}

.search-product-card__form-delete .icon {
    position: static;
    fill: #8f8f8f;
    pointer-events: none
}

.is-active .search-product-card__form-delete,
.text-field--active .search-product-card__form-delete,
.text-field--focus .search-product-card__form-delete {
    display: block
}

.search-product-card__form-submit {
    position: absolute;
    top: 50%;
    left: 24px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    font-size: 0;
    color: transparent
}

.search-product-card__form-submit .icon {
    width: 100%;
    height: 100%
}

.search-product-card__form-wrap.is-active .search-product-card__form-container {
    box-shadow: rgba(0, 0, 0, .2) 0 4px 10px -2px;
    background: #fff
}

.search-product-card__no-result-wrap,
.search-product-card__suggested-searches-wrap {
    display: none;
    padding: 16px 0 2px;
    text-align: left
}

.search-product-card__suggested-searches-wrap {
    border-radius: 22px;
    overflow: hidden
}

.search-product-card__suggested-searches-wrap .scrollbar-vertical__track-content {
    bottom: 11px
}

.search-product-card__searches-title {
    height: 48px;
    line-height: 48px;
    padding: 0 60px 0 24px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    font-family: SamsungSharpSans, arial, sans-serif
}

.search-product-card__searches-link {
    box-sizing: content-box;
    display: block;
    padding: 10px 24px 11px;
    font-size: 0
}

.search-product-card__searches-link:focus,
.search-product-card__searches-link:hover {
    background: #f7f7f7
}

.search-product-card__searches-text {
    box-sizing: content-box;
    min-height: 19px;
    max-height: 38px;
    color: #000;
    font-size: 14px;
    line-height: 1.33;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.search-product-card__suggested-searches--visible {
    display: block
}

.search-product-card__cta-wrap {
    font-size: 0;
    margin-left: 20px
}

.search-product-card__back {
    margin: 14px 0 14px 24px;
    height: 36px;
    line-height: 36px
}

.search-product-card__back-cta {
    display: inline-flex;
    height: 19px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.33;
    color: #000
}

.search-product-card__back-cta .icon {
    display: inline-flex;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    font-size: 0;
    padding-right: 8px;
    pointer-events: none;
    order: -1
}

.search-product-card__more {
    text-align: center;
    padding-bottom: 35px
}

.search-product-card__search-wrap-close {
    display: none
}

.search-product-card__search-wrap-close .icon {
    pointer-events: none
}

.search-product-card__how-to-code {
    display: none
}

.search-product-card__how-to-code .layer-popup {
    overflow-y: auto;
    position: fixed;
    inset: 0;
    letter-spacing: -4px;
    text-align: center;
    background: rgba(0, 0, 0, .68);
    z-index: 3100
}

.search-product-card__how-to-code .layer-popup::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.search-product-card__how-to-code .layer-popup__looping--first {
    display: inline-block
}

.search-product-card__how-to-code .layer-popup__inner {
    display: inline-block;
    position: relative;
    width: 1121px;
    padding: 40px 40px 32px;
    border-radius: 20px;
    background: #fff;
    line-height: 1.33;
    vertical-align: middle;
    letter-spacing: 0
}

.search-product-card__how-to-code .layer-popup__contents::after {
    display: block;
    content: "";
    clear: both
}

.search-product-card__how-to-code .layer-popup__select-wrap {
    float: left;
    width: 689px
}

.search-product-card__how-to-code .layer-popup__title {
    font-size: 24px;
    font-family: SamsungSharpSans, arial, sans-serif;
    color: #000;
    text-align: left;
    overflow-wrap: break-word
}

.search-product-card__how-to-code .layer-popup__desc {
    max-width: 578px;
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.33;
    word-break: break-word;
    color: #666;
    text-align: left
}

.search-product-card__how-to-code .layer-popup__select {
    margin-top: 22px;
    width: 641px
}

.search-product-card__how-to-code .layer-popup__select-list {
    display: table;
    width: 100%
}

.search-product-card__how-to-code .layer-popup__select-item {
    display: table-row;
    font-size: 0;
    vertical-align: top
}

.search-product-card__how-to-code .layer-popup__select-title {
    width: 80px;
    display: table-cell;
    padding-top: 16px;
    padding-right: 16px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    vertical-align: middle
}

.search-product-card__how-to-code .layer-popup__select-menu {
    display: table-cell;
    padding-top: 16px;
    vertical-align: top
}

.search-product-card__how-to-code .layer-popup__select-menu .menu {
    width: 100%;
    max-width: 100%
}

.search-product-card__how-to-code .layer-popup__select-item:first-child .layer-popup__select-menu,
.search-product-card__how-to-code .layer-popup__select-item:first-child .layer-popup__select-title {
    padding-top: 0
}

.search-product-card__how-to-code .layer-popup__info-wrap {
    position: relative;
    min-height: 300px;
    margin-top: 16px;
    text-align: center;
    overflow: hidden
}

.search-product-card__how-to-code .layer-popup__item {
    padding: 0 10px
}

.search-product-card__how-to-code .layer-popup__swiper-list [class*=swiper-button] {
    background: 0 center;
    top: 0;
    width: 36px;
    margin-top: 102px;
    padding: 0;
    transform: none
}

.search-product-card__how-to-code .layer-popup__swiper-list .swiper-button-prev {
    left: 1px
}

.search-product-card__how-to-code .layer-popup__swiper-list .swiper-button-next {
    right: 1px
}

.search-product-card__how-to-code .layer-popup__item-image {
    height: 240px;
    padding: 0 16px
}

.search-product-card__how-to-code .layer-popup__item-image img {
    height: 240px;
    width: auto
}

.search-product-card__how-to-code .layer-popup__item-image img.image__main {
    left: 50%;
    transform: translateX(-50%)
}

.search-product-card__how-to-code .layer-popup__item-text {
    margin: 10px 0 5px;
    font-size: 14px;
    color: #666;
    overflow-wrap: break-word
}

.search-product-card__how-to-code .layer-popup .layer-popup__item .layer-popup__item-text:first-child {
    margin-top: 250px
}

.search-product-card__how-to-code .layer-popup__close {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 48px;
    height: 48px;
    color: transparent;
    text-indent: -9999px;
    z-index: 1
}

.search-product-card__how-to-code .layer-popup__close .icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px
}

.search-product-card__topics {
    display: none
}

.search-product-card__topics .layer-popup {
    overflow-y: auto;
    position: fixed;
    inset: 0;
    letter-spacing: -4px;
    text-align: center;
    background: rgba(0, 0, 0, .68);
    z-index: 3100
}

.search-product-card__topics .layer-popup::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.search-product-card__topics .layer-popup__looping--first {
    display: inline-block
}

.search-product-card__topics .layer-popup__inner {
    display: inline-block;
    position: relative;
    width: 684px;
    height: 648px;
    padding: 24px 0 0;
    border-radius: 20px;
    background: #fff;
    line-height: 1.33;
    text-align: left;
    vertical-align: middle;
    letter-spacing: 0
}

.search-product-card__topics .layer-popup__title {
    margin-bottom: 16px;
    padding: 0 56px 0 24px;
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    font-family: SamsungSharpSans, arial, sans-serif;
    max-height: 32px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word
}

.search-product-card__topics .layer-popup__contents {
    padding: 0 24px
}

.search-product-card__topics .layer-popup__contents .scrollbar__wrap {
    height: 558px
}

.search-product-card__topics .layer-popup__contents-chips {
    padding-top: 8px;
    text-align: left
}

.search-product-card__topics .layer-popup__contents-chips-item {
    display: inline-block;
    width: auto;
    margin: 0 2px 8px
}

.search-product-card__topics .layer-popup__contents-wrap {
    margin-top: 24px
}

.search-product-card__topics .layer-popup__contents-title {
    font-family: SamsungSharpSans, arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.33;
    max-height: 2.66em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word
}

.search-product-card__topics .layer-popup__contents-topic {
    margin-top: 16px
}

.search-product-card__topics .layer-popup__contents-topic-item {
    position: relative;
    padding: 12px 40px 12px 0
}

.search-product-card__topics .layer-popup__contents-topic-item .image {
    position: absolute;
    left: 0;
    top: 0;
    width: auto
}

.search-product-card__topics .layer-popup__contents-topic-item .image img {
    width: 32px;
    height: 32px
}

.search-product-card__topics .layer-popup__contents-topic-item-link {
    display: block;
    position: relative;
    padding-left: 44px;
    color: #000
}

.search-product-card__topics .layer-popup__contents-topic-item-icon {
    position: absolute;
    left: 0;
    top: 0;
    display: block
}

.search-product-card__topics .layer-popup__contents-topic-item-icon svg.icon {
    width: 32px;
    height: 32px
}

.search-product-card__topics .layer-popup__contents-topic-item-category {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.33;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.search-product-card__topics .layer-popup__contents-topic-item-title {
    margin-top: 5px;
    font-size: 14px;
    line-height: 19px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word
}

.search-product-card__topics .layer-popup__contents-info {
    margin-top: 24px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
    text-align: center
}

.search-product-card__topics .layer-popup__contents-info-text {
    font-size: 12px;
    line-height: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word
}

.search-product-card__topics .layer-popup__contents-info .cta {
    margin-top: 16px
}

.search-product-card__topics .layer-popup__close {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 48px;
    height: 48px;
    color: transparent;
    text-indent: -9999px
}

.search-product-card__topics .layer-popup__close .icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px
}

@media screen and (max-width:1440px) {
    .search-product-card {
        padding: 0 .833333vw 3.33333vw
    }

    .search-product-card__title {
        padding: 3.33333vw 1.66667vw 0;
        font-size: 2.63889vw
    }

    .search-product-card__description {
        padding: 0 1.66667vw;
        margin: 1.11111vw 0;
        font-size: .972222vw
    }

    .search-product-card__item-list {
        padding: 0
    }

    .search-product-card__item {
        padding: 2.77778vw 1.11111vw 1.11111vw;
        border-radius: 1.38889vw
    }

    .search-product-card__item .image {
        width: 60px;
        height: 60px
    }

    .search-product-card__model .search-product-card__item {
        padding-top: 2.22222vw
    }

    .search-product-card__item-text {
        height: 3.33333vw;
        margin-top: 2.5vw;
        font-size: 1.25vw;
        line-height: 1.66667vw
    }

    .search-product-card__product-name {
        height: 3.33333vw;
        margin-top: 2.5vw;
        font-size: 1.25vw;
        line-height: 1.66667vw
    }

    .search-product-card__product-code {
        height: 1.31944vw;
        margin-top: .555556vw;
        font-size: .972222vw
    }

    .search-product-card__tab {
        margin-left: 1.66667vw
    }

    .search-product-card__tab .tab {
        height: 4.02778vw
    }

    .search-product-card__tab .tab__list {
        padding-top: .833333vw
    }

    .search-product-card__tab .tab__item:last-of-type {
        margin-right: 1.66667vw
    }

    .search-product-card__chips {
        width: 63.8889vw;
        margin-top: 1.38889vw;
        margin-bottom: .833333vw
    }

    .search-product-card__chips-item {
        margin: 0 .138889vw .555556vw
    }

    .search-product-card__form {
        width: 31.1111vw;
        height: 3.05556vw
    }

    .search-product-card__form-container {
        border-radius: 1.52778vw
    }

    .search-product-card__form .text-field {
        height: 3.05556vw
    }

    .search-product-card__form .text-field label {
        left: 4.44444vw
    }

    .search-product-card__form .text-field input {
        padding: .694444vw 3.33333vw .694444vw 4.44444vw
    }

    .search-product-card__form-delete {
        right: 1.66667vw;
        width: 1.11111vw;
        height: 1.11111vw
    }

    .search-product-card__form-submit {
        left: 1.66667vw;
        width: 1.66667vw;
        height: 1.66667vw
    }

    .search-product-card__no-result-wrap,
    .search-product-card__suggested-searches-wrap {
        padding: 1.11111vw 0 .138889vw
    }

    .search-product-card__suggested-searches-wrap {
        border-radius: 1.52778vw
    }

    .search-product-card__suggested-searches-wrap .scrollbar-vertical__track-content {
        bottom: .763889vw
    }

    .search-product-card__searches-title {
        height: 3.33333vw;
        line-height: 3.33333vw;
        padding: 0 4.16667vw 0 1.66667vw;
        font-size: 1.25vw
    }

    .search-product-card__searches-link {
        padding: .694444vw 1.66667vw .763889vw
    }

    .search-product-card__searches-text {
        min-height: 1.31944vw;
        max-height: 2.63889vw;
        font-size: .972222vw
    }

    .search-product-card__cta-wrap {
        margin-left: 1.38889vw
    }

    .search-product-card__back {
        margin: .972222vw 0 .972222vw 1.66667vw;
        height: 2.5vw;
        line-height: 2.5vw
    }

    .search-product-card__back-cta {
        height: 1.31944vw;
        font-size: .972222vw
    }

    .search-product-card__back-cta .icon {
        width: 1.11111vw;
        height: 1.11111vw;
        padding-right: .555556vw
    }

    .search-product-card__more {
        padding-bottom: 2.43056vw
    }

    .search-product-card__how-to-code .layer-popup__inner {
        width: 77.8472vw;
        padding: 2.77778vw 2.77778vw 2.22222vw;
        border-radius: 1.38889vw
    }

    .search-product-card__how-to-code .layer-popup__select-wrap {
        width: 47.8472vw
    }

    .search-product-card__how-to-code .layer-popup__title {
        font-size: 1.66667vw
    }

    .search-product-card__how-to-code .layer-popup__desc {
        max-width: 40.1389vw;
        margin-top: .416667vw;
        font-size: .972222vw
    }

    .search-product-card__how-to-code .layer-popup__select {
        margin-top: 1.52778vw;
        width: 44.5139vw
    }

    .search-product-card__how-to-code .layer-popup__select-title {
        width: 5.55556vw;
        padding-top: 1.11111vw;
        padding-right: 1.11111vw;
        font-size: 1.11111vw
    }

    .search-product-card__how-to-code .layer-popup__select-menu {
        padding-top: 1.11111vw
    }

    .search-product-card__how-to-code .layer-popup__info-wrap {
        min-height: 20.8333vw;
        margin-top: 1.11111vw
    }

    .search-product-card__how-to-code .layer-popup__item {
        padding: 0 .694444vw
    }

    .search-product-card__how-to-code .layer-popup__swiper-list [class*=swiper-button] {
        width: 2.5vw;
        margin-top: 7.08333vw
    }

    .search-product-card__how-to-code .layer-popup__swiper-list .swiper-button-prev {
        left: .0694444vw
    }

    .search-product-card__how-to-code .layer-popup__swiper-list .swiper-button-next {
        right: .0694444vw
    }

    .search-product-card__how-to-code .layer-popup__item-image {
        height: 16.6667vw;
        padding: 0 1.11111vw
    }

    .search-product-card__how-to-code .layer-popup__item-image img {
        height: 16.6667vw
    }

    .search-product-card__how-to-code .layer-popup__item-text {
        margin: .694444vw 0 .347222vw;
        font-size: .972222vw
    }

    .search-product-card__how-to-code .layer-popup .layer-popup__item .layer-popup__item-text:first-child {
        margin-top: 17.3611vw
    }

    .search-product-card__how-to-code .layer-popup__close {
        right: .833333vw;
        top: .833333vw;
        width: 3.33333vw;
        height: 3.33333vw
    }

    .search-product-card__how-to-code .layer-popup__close .icon {
        width: 1.66667vw;
        height: 1.66667vw;
        margin: -.833333vw 0 0 -.833333vw
    }

    .search-product-card__topics .layer-popup__inner {
        width: 47.5vw;
        height: 45vw;
        padding: 1.66667vw 0 0
    }

    .search-product-card__topics .layer-popup__title {
        margin-bottom: 1.11111vw;
        padding: 0 3.88889vw 0 1.66667vw;
        max-height: 2.22222vw;
        font-size: 1.66667vw
    }

    .search-product-card__topics .layer-popup__contents {
        padding: 0 1.66667vw
    }

    .search-product-card__topics .layer-popup__contents .scrollbar__wrap {
        height: 38.75vw
    }

    .search-product-card__topics .layer-popup__contents-chips {
        padding-top: .555556vw
    }

    .search-product-card__topics .layer-popup__contents-chips-item {
        margin: 0 .138889vw .555556vw
    }

    .search-product-card__topics .layer-popup__contents-wrap {
        margin-top: 1.66667vw
    }

    .search-product-card__topics .layer-popup__contents-title {
        font-size: 1.11111vw
    }

    .search-product-card__topics .layer-popup__contents-topic {
        margin-top: 1.11111vw
    }

    .search-product-card__topics .layer-popup__contents-topic-item {
        padding: .833333vw 2.77778vw .833333vw 0
    }

    .search-product-card__topics .layer-popup__contents-topic-item .image img {
        width: 2.22222vw;
        height: 2.22222vw
    }

    .search-product-card__topics .layer-popup__contents-topic-item-link {
        padding-left: 3.05556vw
    }

    .search-product-card__topics .layer-popup__contents-topic-item-icon svg.icon {
        width: 2.22222vw;
        height: 2.22222vw
    }

    .search-product-card__topics .layer-popup__contents-topic-item-category {
        font-size: .833333vw
    }

    .search-product-card__topics .layer-popup__contents-topic-item-title {
        margin-top: .347222vw;
        font-size: .972222vw;
        line-height: 1.31944vw
    }

    .search-product-card__topics .layer-popup__contents-info {
        margin-top: 1.66667vw;
        padding-top: 1.04167vw
    }

    .search-product-card__topics .layer-popup__contents-info-text {
        font-size: .833333vw;
        line-height: 1.11111vw
    }

    .search-product-card__topics .layer-popup__contents-info .cta {
        margin-top: 1.11111vw
    }

    .search-product-card__topics .layer-popup__close {
        right: .833333vw;
        top: .833333vw;
        width: 3.33333vw;
        height: 3.33333vw
    }

    .search-product-card__topics .layer-popup__close .icon {
        width: 1.66667vw;
        height: 1.66667vw;
        margin: -.833333vw 0 0 -.833333vw
    }
}

@media only screen and (max-width:767px) {
    .search-product-card {
        max-width: 100%
    }

    .search-product-card__title {
        max-height: 2.66em;
        padding: 4.44444vw 3.22222vw 0;
        font-size: 7.22222vw;
        line-height: 1.33;
        text-align: left
    }

    .search-product-card__description {
        max-height: 2.66em;
        padding: 0 3.66667vw;
        margin: 4.44444vw 0;
        font-size: 3.33333vw;
        -webkit-line-clamp: 2;
        text-align: left
    }

    .search-product-card__item-list {
        padding: 0 2.44444vw 4vw;
        text-align: left
    }

    .search-product-card__item-list li {
        width: 40.33vw !important
    }

    .search-product-card__item-list .slick-slide {
        margin: 4.44444vw 2.22222vw 0;
        width: 40.33vw !important
    }

    .search-product-card__item {
        padding: 3.66667vw 2.22222vw 2.33333vw;
        border-radius: 2.55556vw;
        width: inherit
    }

    .search-product-card__item .image {
        width: 12.7778vw;
        height: 13.7778vw
    }

    .search-product-card__model {
        position: relative;
        overflow: hidden;
        padding-top: 17.7778vw
    }

    .search-product-card__model .search-product-card__title {
        padding-top: 0;
        max-height: 2.66em;
        -webkit-line-clamp: 2
    }

    .search-product-card__model .search-product-card__item {
        padding: 3.33333vw 2.22222vw 1.66667vw
    }

    .search-product-card__model .search-product-card__item .image {
        width: 20vw;
        height: 20vw
    }

    .search-product-card__item-text {
        height: auto;
        margin-top: -30px;
        font-size: 3.5vw;
        line-height: 4.44444vw;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .search-product-card__product-name {
        height: 8.88889vw;
        margin-top: 2.22222vw;
        font-size: 3.88889vw;
        line-height: 4.44444vw
    }

    .search-product-card__product-code {
        height: 3.88889vw;
        margin-top: 1.11111vw;
        font-size: 2.77778vw
    }

    .search-product-card__tab {
        margin-left: 0
    }

    .search-product-card__tab .tab {
        margin: 0 0 0 6.66667vw;
        height: 15.5556vw
    }

    .search-product-card__tab .tab__list {
        padding-top: 0
    }

    .search-product-card__tab .tab__item:first-child {
        margin-left: .555556vw
    }

    .search-product-card__tab .tab__item:last-of-type {
        margin-right: 6.66667vw
    }

    .search-product-card__chips {
        width: 100%;
        text-align: left;
        margin: 2.22222vw 0 6.66667vw
    }

    .search-product-card__chips ul {
        white-space: nowrap;
        padding-left: 6.66667vw
    }

    .search-product-card__chips-item {
        margin: 0 1.11111vw
    }

    .search-product-card__chips-item:last-child {
        margin-right: 6.66667vw
    }

    .search-product-card__chips .chip {
        height: 8.88889vw
    }

    .search-product-card__form {
        text-align: center;
        width: 100%;
        height: auto;
        padding: 0 10vw
    }

    .search-product-card__form-form {
        display: inline-block
    }

    .search-product-card__form-container {
        position: relative;
        height: 11.1111vw;
        border-radius: 6.11111vw
    }

    .search-product-card__form .text-field {
        height: 11.1111vw;
        border-radius: 6.11111vw
    }

    .search-product-card__form .text-field label {
        left: 12.2222vw
    }

    .search-product-card__form .text-field--active label,
    .search-product-card__form .text-field--focus label {
        display: none
    }

    .search-product-card__form .text-field input {
        padding: 2.77778vw 11.1111vw 2.77778vw 12.2222vw
    }

    .search-product-card__form-delete {
        right: 3.33333vw;
        width: 4.44444vw;
        height: 4.44444vw
    }

    .search-product-card__form-submit {
        left: 4.44444vw;
        width: 4.44444vw;
        height: 4.44444vw
    }

    .search-product-card__form-wrap.is-active .search-product-card__form-container {
        box-shadow: none
    }

    .search-product-card__form-wrap.is-active .search-product-card__form-container .text-field {
        background: #f4f4f4
    }

    .search-product-card__cta-wrap {
        display: block;
        margin: 1.66667vw 0 2.5vw
    }

    .search-product-card__back {
        margin: 6.38889vw 0 0;
        position: absolute;
        top: 0;
        left: 6.66667vw
    }

    .search-product-card__back-cta {
        height: 5.27778vw;
        font-size: 3.88889vw
    }

    .search-product-card__back-cta .icon {
        vertical-align: middle;
        width: 4.44444vw;
        height: 4.44444vw;
        padding-right: 1.11111vw
    }

    .search-product-card__more {
        padding-bottom: 6.66667vw
    }

    .search-product-card__search-wrap.layer-popup {
        overflow: auto;
        position: fixed;
        inset: 0;
        z-index: 2000;
        background: #fff
    }

    .search-product-card__search-wrap.layer-popup .text-field-wrap {
        padding: 2.22222vw 6.66667vw 2.22222vw 15.5556vw
    }

    .search-product-card__search-wrap.layer-popup .search-product-card__form-container {
        position: absolute
    }

    .search-product-card__search-wrap.layer-popup .search-product-card__form-submit {
        left: 20vw
    }

    .search-product-card__search-wrap.layer-popup .search-product-card__no-result-wrap,
    .search-product-card__search-wrap.layer-popup .search-product-card__suggested-searches-wrap {
        border-radius: 0;
        padding: 2.22222vw 0;
        max-height: none
    }

    .search-product-card__search-wrap.layer-popup .search-product-card__search-wrap-close {
        display: block;
        position: absolute;
        top: 4.44444vw;
        left: 6.66667vw;
        width: 6.66667vw;
        height: 6.66667vw
    }

    .search-product-card__search-wrap.layer-popup .search-product-card__search-wrap-close .icon {
        width: 100%;
        height: 100%
    }

    .search-product-card__search-wrap.layer-popup .search-product-card__cta-wrap {
        display: none
    }

    .search-product-card__search-wrap.layer-popup .search-product-card__suggested-searches-wrap .scrollbar-vertical__track-content {
        bottom: 1.11111vw
    }

    .search-product-card__search-wrap.layer-popup .search-product-card__searches-title {
        height: 13.3333vw;
        line-height: 13.3333vw;
        font-size: 4.44444vw;
        padding: 0 6.66667vw
    }

    .search-product-card__search-wrap.layer-popup .search-product-card__searches-link {
        padding: 2.77778vw 6.66667vw 3.05556vw
    }

    .search-product-card__search-wrap.layer-popup .search-product-card__searches-text {
        white-space: nowrap;
        box-sizing: border-box;
        min-height: 5.27778vw;
        font-size: 3.88889vw
    }

    .search-product-card__how-to-code .layer-popup__inner {
        width: 100%;
        max-width: none;
        padding: 11.1111vw 5vw;
        border-radius: 0;
        vertical-align: top
    }

    .search-product-card__how-to-code .layer-popup::before {
        display: none
    }

    .search-product-card__how-to-code .layer-popup__select-wrap {
        float: none;
        width: 100%
    }

    .search-product-card__how-to-code .layer-popup__title {
        margin-top: .833333vw;
        font-size: 4.44444vw;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-word
    }

    .search-product-card__how-to-code .layer-popup__desc {
        max-width: 100%;
        margin-top: 1.94444vw;
        margin-right: 2.77778vw;
        font-size: 3.33333vw
    }

    .search-product-card__how-to-code .layer-popup__select {
        margin-top: 4.44444vw;
        width: 100%
    }

    .search-product-card__how-to-code .layer-popup__select-title {
        width: 18.0556vw;
        padding-top: 2.22222vw;
        padding-right: 2.22222vw;
        font-size: 3.33333vw
    }

    .search-product-card__how-to-code .layer-popup__select-menu {
        padding-top: 0
    }

    .search-product-card__how-to-code .layer-popup__select-item {
        font-size: 100%
    }

    .search-product-card__how-to-code .layer-popup__select-item .menu {
        outline-offset: -2px
    }

    .search-product-card__how-to-code .layer-popup__info-wrap {
        min-height: 57.7778vw;
        margin-top: 8.88889vw
    }

    .search-product-card__how-to-code .layer-popup__item {
        padding: 0
    }

    .search-product-card__how-to-code .layer-popup__swiper-list [class*=swiper-button] {
        width: 36px;
        margin-top: 20.5556vw
    }

    .search-product-card__how-to-code .layer-popup__swiper-list .swiper-button-prev {
        left: 0
    }

    .search-product-card__how-to-code .layer-popup__swiper-list .swiper-button-next {
        right: 0
    }

    .search-product-card__how-to-code .layer-popup .indicator {
        margin-top: 1.94444vw
    }

    .search-product-card__how-to-code .layer-popup__item-image {
        height: 56.6667vw;
        padding: 0 4.72222vw
    }

    .search-product-card__how-to-code .layer-popup__item-image img {
        height: 56.6667vw
    }

    .search-product-card__how-to-code .layer-popup__item-text {
        margin: 2.77778vw 0 0;
        font-size: 3.33333vw
    }

    .search-product-card__how-to-code .layer-popup .layer-popup__item .layer-popup__item-text:first-child {
        margin-top: 59.4444vw
    }

    .search-product-card__how-to-code .layer-popup__close {
        right: 0;
        top: 0;
        width: 15.5556vw;
        height: 15.5556vw
    }

    .search-product-card__how-to-code .layer-popup__close svg.icon {
        width: 6.66667vw;
        height: 6.66667vw;
        margin: -3.33333vw 0 0 -3.33333vw
    }

    .search-product-card__topics .layer-popup__inner {
        width: 100%;
        height: 100%;
        padding: 6.66667vw 0 5vw;
        border-radius: 0
    }

    .search-product-card__topics .layer-popup__title {
        margin-bottom: 4.44444vw;
        max-height: 16.6667vw;
        padding: 0 15.5556vw 0 6.66667vw;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-word;
        font-size: 4.44444vw
    }

    .search-product-card__topics .layer-popup__contents {
        padding: 0 6.66667vw
    }

    .search-product-card__topics .layer-popup__contents .scrollbar__wrap {
        height: 100%
    }

    .search-product-card__topics .layer-popup__contents-chips {
        padding-top: 2.22222vw
    }

    .search-product-card__topics .layer-popup__contents-chips-item {
        margin: 0 .555556vw 2.22222vw
    }

    .search-product-card__topics .layer-popup__contents-wrap {
        margin-top: 6.66667vw
    }

    .search-product-card__topics .layer-popup__contents-title {
        font-size: 3.33333vw
    }

    .search-product-card__topics .layer-popup__contents-topic {
        margin-top: 4.44444vw
    }

    .search-product-card__topics .layer-popup__contents-topic-item {
        padding: 3.33333vw 6.66667vw 3.33333vw 0
    }

    .search-product-card__topics .layer-popup__contents-topic-item .image img {
        width: 6.66667vw;
        height: 6.66667vw
    }

    .search-product-card__topics .layer-popup__contents-topic-item-link {
        padding-left: 10vw
    }

    .search-product-card__topics .layer-popup__contents-topic-item-icon svg.icon {
        width: 6.66667vw;
        height: 6.66667vw
    }

    .search-product-card__topics .layer-popup__contents-topic-item-category {
        font-size: 2.77778vw
    }

    .search-product-card__topics .layer-popup__contents-topic-item-title {
        margin-top: 1.11111vw;
        font-size: 3.33333vw;
        -webkit-line-clamp: 1;
        line-height: 1.33
    }

    .search-product-card__topics .layer-popup__contents-info {
        margin-top: 4.44444vw;
        padding-top: 4.16667vw
    }

    .search-product-card__topics .layer-popup__contents-info-text {
        font-size: 2.77778vw;
        max-height: 7.77778vw;
        line-height: 1.33
    }

    .search-product-card__topics .layer-popup__contents-info .cta {
        margin-top: 4.44444vw
    }

    .search-product-card__topics .layer-popup__close {
        right: 1.66667vw;
        top: 1.66667vw;
        width: 15.5556vw;
        height: 15.5556vw
    }

    .search-product-card__topics .layer-popup__close svg.icon {
        width: 6.66667vw;
        height: 6.66667vw;
        margin: -3.33333vw 0 0 -3.33333vw
    }
}

.su11-link-card {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto
}

.su11-link-card__wrap {
    position: relative;
    padding: 54px 0;
    max-width: 1440px;
    margin: 0 auto
}

.su11-link-card__headline-text {
    padding: 0 12px;
    font-size: 38px;
    font-family: SamsungSharpSans, arial, sans-serif;
    line-height: 1.2;
    color: #000;
    text-align: center;
    font-weight: 700
}

.su11-link-card__image {
    position: relative;
    margin-top: 32px;
    padding: 0 12px
}

.su11-link-card__image .image {
    width: 1392px;
    height: 448px;
    border-radius: 20px;
    overflow: hidden
}

.su11-link-card__image .image img {
    height: 100%
}

.su11-link-card__list {
    margin-top: 32px
}

.su11-link-card__image+.su11-link-card__list {
    margin-top: 24px
}

.su11-link-card__list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-top: -24px
}

.su11-link-card__list-wrap.su11-link-card__list-align--center {
    -webkit-box-pack: center;
    justify-content: center
}

.su11-link-card__list-wrap.swiper-wrapper {
    flex-wrap: nowrap
}

.su11-link-card__mobile-carousel .su11-link-card__list-wrap.swiper-wrapper {
    flex-wrap: wrap
}

.su11-link-card__list-item {
    display: none;
    width: 33.333%;
    min-height: 136px;
    margin: 1px 0
}

.su11-link-card__list-wrap .slick-list {
    position: relative;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding: 0;
    height: inherit !important
}

.su11-link-card__list-wrap .slick-track {
    display: inline-flex;
    width: inherit !important
}

.su11-link-card__list-wrap .slick-slide {
    width: 30vw !important;
    margin-top: 24px;
    margin-left: 12px;
    margin-right: 12px
}

.su11-link-card__list-item-wrap {
    position: relative;
    border: 1px solid #aaa;
    width: inherit;
    height: 100%;
    padding: 24px;
    border-radius: 20px
}

.su11-link-card__list-item-title {
    display: -webkit-box;
    position: relative;
    width: 100%;
    min-height: 36px;
    padding: 2px 52px 2px 0;
    font-size: 22px;
    line-height: 1.33;
    font-weight: 700;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word
}

.su11-link-card__list-item-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px
}

.su11-link-card__list-item-icon .icon {
    width: 100%;
    height: 100%;
    pointer-events: none
}

.su11-link-card__list-item-description {
    margin-top: 16px;
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
    height: calc(9.29em);
    line-height: 1.33;
    min-height: 13vw
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .su11-link-card__list-item-description {
        max-height: none
    }
}

.su11-link-card__list-item-cta {
    position: absolute;
    top: auto;
    bottom: 24px;
    left: 0;
    width: 100%;
    padding: 28px 24px 0
}

.su11-link-card__list-item-cta .cta {
    display: inline-flex;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.su11-link-card__list-item-cta .cta.cta--underline {
    padding: 10px 0 11px
}

.su11-link-card__list-item-cta .cta.cta--contained {
    white-space: normal
}

.su11-link-card__list-item-cta-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 8px
}

.su11-link-card__list-item-cta-wrap:first-child {
    margin-top: 0
}

.su11-link-card__list .indicator {
    margin-top: 24px
}

.su11-link-card__more-cta {
    margin: 32px 0 24px;
    text-align: center
}

@media only screen and (min-width:768px) and (max-width:1440px) {
    .su11-link-card__wrap {
        padding: 0 28px
    }

    .su11-link-card__headline-text {
        padding: 3.33333vw .833333vw 0;
        font-size: 2.63889vw
    }

    .su11-link-card__image {
        margin-top: 2.22222vw;
        padding: 0 .833333vw
    }

    .su11-link-card__image .image {
        width: 100%;
        height: 31.1111vw;
        border-radius: 1.38889vw
    }

    .su11-link-card__list {
        margin-top: 2.22222vw
    }

    .su11-link-card__image+.su11-link-card__list {
        margin-top: 1.66667vw
    }

    .su11-link-card__list-wrap {
        margin-top: -1.66667vw
    }

    .su11-link-card__list-item {
        margin-top: 1.66667vw;
        min-height: 9.44444vw
    }

    .su11-link-card__list-item-wrap {
        padding: 1.66667vw;
        border-radius: 1.38889vw
    }

    .su11-link-card__list-item-title {
        min-height: 2.5vw;
        padding: .138889vw 3.61111vw .138889vw 0;
        font-size: 1.2vw
    }

    .su11-link-card__list-item-icon {
        width: 2.5vw;
        height: 2.5vw
    }

    .su11-link-card__list-item-description {
        margin-top: .833333vw;
        font-size: 1.25vw;
        height: 13vw
    }

    .su11-link-card__list-item-cta {
        bottom: 1.66667vw;
        padding: 1.94444vw 1.66667vw 0
    }

    .su11-link-card__list-item-cta .cta.cta--underline {
        padding: .694444vw 0 .763889vw
    }

    .su11-link-card__list-item-cta-wrap {
        margin-top: .555556vw
    }

    .su11-link-card .indicator {
        margin-top: 1.66667vw
    }

    .su11-link-card__more-cta {
        margin: 2.22222vw 0 0
    }
}

@media only screen and (max-width:767px) {
    .su11-link-card__wrap {
        padding: 8.88889vw 0 6.66667vw
    }

    .su11-link-card__headline-text {
        padding: 0 3.33333vw;
        font-size: 7.22222vw;
        line-height: 1.33
    }

    .su11-link-card__image {
        margin-top: 0;
        padding: 0
    }

    .su11-link-card__image .image {
        width: auto;
        height: 111.111vw;
        margin: 6.66667vw 6.66667vw 0;
        border-radius: 2.55556vw
    }

    .su11-link-card__image .image img {
        height: 100%
    }

    .su11-link-card__list {
        margin: 0
    }

    .su11-link-card__list.su11-link-card__carousel,
    .su11-link-card__list.su11-link-card__mobile-carousel {
        padding-top: 6.66667vw
    }

    .su11-link-card__image+.su11-link-card__list {
        margin: 4.44444vw 0 0
    }

    .su11-link-card__list-wrap {
        display: block;
        margin-top: 0
    }

    .su11-link-card__list-wrap.swiper-wrapper {
        display: flex;
        padding-bottom: 1px;
        -webkit-box-pack: start;
        justify-content: flex-start;
        flex-wrap: nowrap
    }

    .su11-link-card__carousel .su11-link-card__list-wrap.swiper-wrapper,
    .su11-link-card__mobile-carousel .su11-link-card__list-wrap.swiper-wrapper {
        flex-wrap: nowrap
    }

    .su11-link-card__desktop-carousel .su11-link-card__list-wrap.swiper-wrapper {
        flex-wrap: wrap
    }

    .su11-link-card__list-item {
        width: 100%;
        height: auto;
        min-height: 35.5556vw;
        margin-top: 6.66667vw;
        padding: 0 1.11111vw
    }

    .su11-link-card__carousel .su11-link-card__list-item.swiper-slide,
    .su11-link-card__mobile-carousel .su11-link-card__list-item.swiper-slide {
        margin-top: 0
    }

    .su11-link-card__list-item-wrap {
        padding: 6.66667vw;
        border-radius: 2.55556vw
    }

    .su11-link-card__list-item-title {
        min-height: 6.66667vw;
        padding: 0 11.1111vw 0 0;
        font-size: 5vw
    }

    .su11-link-card__list-item-icon {
        width: 6.66667vw;
        height: 6.66667vw
    }

    .su11-link-card__list-item-description {
        margin-top: 4.44444vw;
        font-size: 3.88889vw;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 15;
        -webkit-box-orient: vertical;
        max-height: inherit;
        line-height: 1.33;
        min-height: 0;
        height: auto
    }

    .button-theme--contained .su11-link-card__list-item-description {
        margin-bottom: 0
    }

    .su11-link-card__list-item-cta {
        position: static;
        width: auto;
        padding: 0;
        left: 6.66667vw;
        bottom: 6.66667vw;
        margin-top: 4.44444vw
    }

    .su11-link-card__list-item-cta .cta.cta--underline {
        padding: 2.77778vw 0 3.05556vw
    }

    .su11-link-card__list-item-cta .cta.cta--icon .icon {
        vertical-align: middle
    }

    .su11-link-card__list-item-cta-wrap {
        margin-top: 2.22222vw
    }

    .su11-link-card__list-item-cta-wrap:first-child {
        margin-top: 0
    }

    .su11-link-card__list-item-description+.su11-link-card__list-item-cta {
        margin-top: 6.66667vw
    }

    .button-theme--contained .su11-link-card__list-item-cta {
        margin-top: 4.44444vw
    }

    .button-theme--contained .su11-link-card__list-item-description+.su11-link-card__list-item-cta {
        margin-top: 6.66667vw
    }

    .su11-link-card__swiper {
        padding: 0 5.55556vw
    }

    .su11-link-card__swiper.basic-swiper:not(.su11-link-card__desktop-carousel) .su11-link-card__list-item-cta {
        position: absolute;
        margin-top: 0;
        bottom: 5.83333vw;
        padding-top: 4.44444vw
    }

    .su11-link-card .indicator {
        margin-top: 6.66667vw
    }

    .su11-link-card__more-cta {
        margin: 6.66667vw 0 3.33333vw
    }
}

@media not all {
    .su11-link-card__list-item-description {
        max-height: none
    }
}

.co35-showcase-card-tab-card {
    position: relative;
    display: inline-block;
    direction: ltr;
    box-sizing: border-box;
    margin: 0;
    font-size: 0
}

.co35-showcase-card-tab-card__badge-wrap {
    position: absolute;
    display: inline-block;
    top: 24px;
    z-index: 600;
    left: 24px
}

.co35-showcase-card-tab-card .badge-energy-label {
    position: absolute;
    top: 52px;
    left: 24px;
    z-index: 600
}

.co35-showcase-card-tab-card__mobile-video-play {
    display: none
}

.co35-showcase-card-tab-card__img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: 500;
    background-color: #f4f4f4;
    overflow: hidden
}

.bg-white .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__img-wrap,
.bg-white .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__img-wrap,
.bg-white .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__img-wrap,
.bg-white .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__img-wrap,
.bg-white .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__img-wrap {
    background-color: #fff
}

.bg-black .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__img-wrap,
.bg-black .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__img-wrap,
.bg-black .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__img-wrap,
.bg-black .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__img-wrap,
.bg-black .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__img-wrap {
    background-color: #333
}

.bg-dark-gray .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__img-wrap,
.bg-dark-gray .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__img-wrap,
.bg-dark-gray .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__img-wrap,
.bg-dark-gray .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__img-wrap,
.bg-dark-gray .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__img-wrap {
    background-color: #313131
}

.bg-light-gray .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__img-wrap,
.bg-light-gray .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__img-wrap,
.bg-light-gray .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__img-wrap,
.bg-light-gray .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__img-wrap,
.bg-light-gray .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__img-wrap {
    background-color: #f7f7f7
}

.bg-transparent .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__img-wrap,
.bg-transparent .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__img-wrap,
.bg-transparent .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__img-wrap,
.bg-transparent .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__img-wrap,
.bg-transparent .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__img-wrap {
    background-color: transparent
}

.co35-showcase-card-tab-card__img-wrap .image {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 500
}

.co35-showcase-card-tab-card__img-wrap .image .image__hover-image--hover,
.co35-showcase-card-tab-card__img-wrap .image .image__main,
.co35-showcase-card-tab-card__img-wrap .image .image__preview {
    width: 100%;
    height: 100%
}

.co35-showcase-card-tab-card__product-name-text-wrap {
    position: absolute;
    text-align: center;
    z-index: 600
}

.co35-showcase-card-tab-card__product-name {
    width: 100%;
    max-width: 400px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.33
}

.co35-showcase-card-tab-card__product-name--desktop {
    display: -webkit-box
}

.co35-showcase-card-tab-card__product-name--mobile {
    display: none
}

.co35-showcase-card-tab-card__product-description-wrap {
    position: absolute;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
    z-index: 600;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.co35-showcase-card-tab-card__product-description-wrap--show {
    transition: opacity .3s cubic-bezier(.4, 0, .2, 1) .1s, visibility .3s cubic-bezier(.4, 0, .2, 1) .1s, bottom .3s cubic-bezier(.4, 0, .2, 1) .1s
}

.co35-showcase-card-tab-card__product-cta {
    display: inline-block;
    position: absolute;
    bottom: 4px;
    left: 50%;
    height: 40px;
    opacity: 0;
    visibility: hidden;
    z-index: 600;
    transform: translateX(-50%)
}

.co35-showcase-card-tab-card__product-cta--leave {
    transition: opacity .3s cubic-bezier(.4, 0, .2, 1) .1s, visibility .3s cubic-bezier(.4, 0, .2, 1) .1s, bottom .3s cubic-bezier(.4, 0, .2, 1) .1s
}

.co35-showcase-card-tab-card__product-description--desktop {
    overflow-wrap: break-word;
    line-height: 1.33
}

.co35-showcase-card-tab-card__product-description--mobile {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    -webkit-box-orient: vertical;
    line-height: 1.33
}

.co35-showcase-card-tab-card__full-bleed-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.co35-showcase-card-tab__inner--without-cta .co35-showcase-card-tab-card__full-bleed-wrap {
    cursor: default
}

.co35-showcase-card-tab-card.top-align .co35-showcase-card-tab-card__product-cta {
    bottom: auto;
    top: 144px
}

.co35-showcase-card-tab-card.top-align .co35-showcase-card-tab-card__product-cta.co35-showcase-card-tab-card__product-cta--leave {
    transition: opacity .3s cubic-bezier(.4, 0, .2, 1) .1s, visibility .3s cubic-bezier(.4, 0, .2, 1) .1s, top .3s cubic-bezier(.4, 0, .2, 1) .1s
}

.co35-showcase-card-tab-card__text-color--black .co35-showcase-card-tab-card__full-bleed-wrap {
    color: #000
}

.co35-showcase-card-tab-card__text-color--white .co35-showcase-card-tab-card__full-bleed-wrap {
    color: #fff
}

.co35-showcase-card-tab-card__full-inner-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px
}

.co35-showcase-card-tab-card__mobile-cta-wrap {
    display: none
}

.co35-showcase-card-tab-inner-container {
    position: relative;
    display: flex;
    width: 100%;
    height: 440px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
    font-size: 0;
    box-sizing: border-box
}

.co35-showcase-card-tab {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto
}

.co35-showcase-card-tab__inner-margin-top {
    display: block;
    height: 16px
}

.co35-showcase-card-tab__inner {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 0;
    z-index: 500;
    overflow: hidden
}

.co35-showcase-card-tab__card-wrap {
    display: block;
    margin: 0 auto;
    overflow: hidden
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab__inner--without-merchandizing-tab {
    padding-top: 16px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small {
    width: 31.33%;
    height: 100%;
    margin-top: 24px;
    margin-left: .833333%;
    margin-right: .833333%
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .image .image__main,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .image .image__main {
    transform: scale(1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1) 0s, -webkit-transform .3s cubic-bezier(.4, 0, .2, 1) 0s
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__product-name-text-wrap,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__product-name-text-wrap {
    position: absolute;
    bottom: 72px;
    left: 50%;
    transform: translateX(-50%);
    width: 298px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__product-name-text-inner,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__product-name-text-inner {
    position: relative;
    height: 48px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__product-name,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__product-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 298px;
    max-height: 48px;
    font-size: 18px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__product-description-wrap,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__product-description-wrap {
    bottom: 48px;
    width: 298px;
    height: 19px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop {
    font-size: 12px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile {
    display: none
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal {
    width: 33.3333%
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical {
    width: 50%;
    height: 100%;
    padding: 0 24px 24px 0
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .image .image__main,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .image .image__main,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .image .image__main {
    transform: scale(1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1) 0s, -webkit-transform .3s cubic-bezier(.4, 0, .2, 1) 0s
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__product-name-text-wrap,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-name-text-wrap,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__product-name-text-wrap {
    bottom: 80px;
    width: 400px;
    margin-left: 142px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__product-name-text-inner,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-name-text-inner,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__product-name-text-inner {
    position: relative;
    height: 64px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__product-name,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-name,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__product-name {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 400px;
    max-height: 64px;
    transform: translateX(-50%) translateY(-50%);
    font-size: 24px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__product-description-wrap,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-description-wrap,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__product-description-wrap {
    position: absolute;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    bottom: 48px;
    width: 400px;
    height: 19px;
    z-index: 600;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop {
    font-size: 14px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile {
    display: none
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long {
    width: 25%
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-name-text-wrap {
    bottom: 72px;
    width: 298px;
    margin-left: 16px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-name-text-inner {
    height: 48px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-name {
    max-width: 298px;
    max-height: 48px;
    font-size: 18px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-description-wrap {
    width: 298px;
    height: 16px;
    font-size: 12px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical {
    width: 33.3333%
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__product-name-text-wrap {
    margin-left: 24px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small {
    width: 25%;
    height: 50%;
    padding: 0 24px 24px 0
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px 85px 130px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img .image .image__main,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img .image .image__main {
    transform: scale(1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1) 0s, -webkit-transform .3s cubic-bezier(.4, 0, .2, 1) 0s
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-name-text-wrap,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__product-name-text-wrap {
    bottom: 72px;
    width: 298px;
    margin-left: 16px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-name-text-inner,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__product-name-text-inner {
    position: relative;
    height: 48px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-name,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__product-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 298px;
    max-height: 48px;
    font-size: 18px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-description-wrap,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__product-description-wrap {
    position: absolute;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    bottom: 48px;
    width: 298px;
    height: 16px;
    z-index: 600;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop {
    font-size: 12px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile {
    display: none
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal {
    width: 33.3333%
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
    padding: 40px 144px 130px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-name-text-wrap {
    bottom: 72px;
    width: 400px;
    margin-left: 24px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-description-wrap {
    width: 400px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical {
    width: 50%;
    height: 100%;
    padding: 0 24px 24px 0
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 112px 154px 196px;
    margin-left: 0
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img .image .image__main,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img .image .image__main,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img .image .image__main {
    transform: scale(1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1) 0s, -webkit-transform .3s cubic-bezier(.4, 0, .2, 1) 0s
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__product-name-text-wrap,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-name-text-wrap,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__product-name-text-wrap {
    left: 50%;
    bottom: 80px;
    width: 400px;
    transform: translateX(-50%)
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__product-name-text-inner,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-name-text-inner,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__product-name-text-inner {
    position: relative;
    height: 64px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__product-name,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-name,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__product-name {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 64px;
    transform: translateX(-50%) translateY(-50%);
    max-width: 400px;
    font-size: 24px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__product-description-wrap,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-description-wrap,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__product-description-wrap {
    position: absolute;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    bottom: 48px;
    width: 400px;
    height: 19px;
    z-index: 600;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop {
    font-size: 14px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile {
    display: none
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large.dimmed .co35-showcase-card-tab-card__dimmed-img,
.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical.dimmed .co35-showcase-card-tab-card__dimmed-img {
    display: none
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long {
    width: 25%
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
    padding: 201px 24px;
    margin-left: 0
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-name-text-wrap {
    width: 298px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-name-text-inner {
    position: relative;
    height: 48px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-name {
    max-width: 298px;
    font-size: 18px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-description-wrap {
    bottom: 48px;
    width: 298px;
    height: 16px;
    font-size: 12px
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical {
    width: 33.3333%
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 112px 36px 196px;
    margin-left: 0
}

.co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img .image .image__main {
    transform: scale(1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1) 0s, -webkit-transform .3s cubic-bezier(.4, 0, .2, 1) 0s
}

@supports (-moz-appearance:none) {

    .bg-black .co35-showcase-card-tab-card__full-bleed-wrap:focus,
    .bg-dark-gray .co35-showcase-card-tab-card__full-bleed-wrap:focus {
        outline: #fff solid 1px
    }

    .bg-light-gray .co35-showcase-card-tab-card__full-bleed-wrap:focus,
    .bg-white .co35-showcase-card-tab-card__full-bleed-wrap:focus {
        outline: #000 solid 1px
    }
}

@media not all,
not all {

    .bg-black .co35-showcase-card-tab-card__full-bleed-wrap:focus,
    .bg-dark-gray .co35-showcase-card-tab-card__full-bleed-wrap:focus {
        outline: #fff solid 1px
    }

    .bg-light-gray .co35-showcase-card-tab-card__full-bleed-wrap:focus,
    .bg-white .co35-showcase-card-tab-card__full-bleed-wrap:focus {
        outline: #000 solid 1px
    }
}

@media only screen and (min-width:1440px) {

    .co35-showcase-card-tab-card--horizontal .showcase-card--hover .image .image__main,
    .co35-showcase-card-tab-card--large .showcase-card--hover .image .image__main,
    .co35-showcase-card-tab-card--long .showcase-card--hover .image .image__main,
    .co35-showcase-card-tab-card--small .showcase-card--hover .image .image__main,
    .co35-showcase-card-tab-card--vertical .showcase-card--hover .image .image__main {
        transition: transform .3s cubic-bezier(.4, 0, .2, 1) 0s, -webkit-transform .3s cubic-bezier(.4, 0, .2, 1) 0s;
        transform: scale(1.05) !important
    }

    .co35-showcase-card-tab-card--horizontal .showcase-card--hover .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab-card--large .showcase-card--hover .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab-card--long .showcase-card--hover .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab-card--small .showcase-card--hover .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab-card--vertical .showcase-card--hover .co35-showcase-card-tab-card__product-description-wrap {
        bottom: 68px;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s cubic-bezier(.4, 0, .2, 1) 0s, visibility .3s cubic-bezier(.4, 0, .2, 1) 0s, bottom .3s cubic-bezier(.4, 0, .2, 1) 0s
    }

    .co35-showcase-card-tab-card--horizontal .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab-card--large .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab-card--long .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab-card--small .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab-card--vertical .showcase-card--hover .co35-showcase-card-tab-card__product-cta {
        bottom: 24px;
        visibility: visible;
        opacity: 1;
        transition: opacity .3s cubic-bezier(.4, 0, .2, 1) .1s, visibility .3s cubic-bezier(.4, 0, .2, 1) .1s, bottom .3s cubic-bezier(.4, 0, .2, 1) .1s
    }

    .co35-showcase-card-tab-card--product-horizontal .showcase-card--hover .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img .image .image__main,
    .co35-showcase-card-tab-card--product-large .showcase-card--hover .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img .image .image__main,
    .co35-showcase-card-tab-card--product-long .showcase-card--hover .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img .image .image__main,
    .co35-showcase-card-tab-card--product-small .showcase-card--hover .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img .image .image__main,
    .co35-showcase-card-tab-card--product-vertical .showcase-card--hover .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img .image .image__main {
        transition: transform .3s cubic-bezier(.4, 0, .2, 1) 0s, -webkit-transform .3s cubic-bezier(.4, 0, .2, 1) 0s;
        transform: scale(1.05) !important
    }

    .co35-showcase-card-tab-card--product-horizontal .showcase-card--hover .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab-card--product-large .showcase-card--hover .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab-card--product-long .showcase-card--hover .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab-card--product-small .showcase-card--hover .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab-card--product-vertical .showcase-card--hover .co35-showcase-card-tab-card__product-description-wrap {
        opacity: 0;
        visibility: hidden;
        bottom: 68px;
        transition: opacity .3s cubic-bezier(.4, 0, .2, 1) 0s, visibility .3s cubic-bezier(.4, 0, .2, 1) 0s, bottom .3s cubic-bezier(.4, 0, .2, 1) 0s
    }

    .co35-showcase-card-tab-card--product-horizontal .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab-card--product-large .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab-card--product-long .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab-card--product-small .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab-card--product-vertical .showcase-card--hover .co35-showcase-card-tab-card__product-cta {
        bottom: 24px;
        visibility: visible;
        opacity: 1;
        transition: opacity .3s cubic-bezier(.4, 0, .2, 1) .1s, visibility .3s cubic-bezier(.4, 0, .2, 1) .1s, bottom .3s cubic-bezier(.4, 0, .2, 1) .1s
    }

    .co35-showcase-card-tab-card--horizontal.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab-card--small.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap {
        bottom: auto;
        top: 44px
    }

    .co35-showcase-card-tab-card--horizontal.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab-card--small.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap {
        bottom: auto;
        top: 100px
    }

    .co35-showcase-card-tab-card--horizontal.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab-card--small.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-cta {
        bottom: auto;
        top: 120px
    }

    .co35-showcase-card-tab-card--large.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab-card--long.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab-card--vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap {
        bottom: auto;
        top: 44px
    }

    .co35-showcase-card-tab-card--large.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab-card--long.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab-card--vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap {
        bottom: auto;
        top: 121px
    }

    .co35-showcase-card-tab-card--long.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap {
        top: 100px
    }

    .co35-showcase-card-tab-card--product-horizontal.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab-card--product-small.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap {
        bottom: auto;
        top: 44px
    }

    .co35-showcase-card-tab-card--product-horizontal.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab-card--product-small.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap {
        bottom: auto;
        top: 100px
    }

    .co35-showcase-card-tab-card--product-horizontal.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img,
    .co35-showcase-card-tab-card--product-small.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
        padding: 146px 85px 24px
    }

    .co35-showcase-card-tab-card--product-horizontal.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab-card--product-small.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-cta {
        bottom: auto;
        top: 120px
    }

    .co35-showcase-card-tab-card--product-horizontal.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
        padding: 146px 144px 24px
    }

    .co35-showcase-card-tab-card--product-large.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab-card--product-long.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab-card--product-vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap {
        bottom: auto;
        top: 44px
    }

    .co35-showcase-card-tab-card--product-large.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab-card--product-long.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab-card--product-vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap {
        bottom: auto;
        top: 121px
    }

    .co35-showcase-card-tab-card--product-large.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img,
    .co35-showcase-card-tab-card--product-long.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img,
    .co35-showcase-card-tab-card--product-vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
        padding: 220px 154px 88px
    }

    .co35-showcase-card-tab-card--product-vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
        padding: 220px 36px 88px
    }

    .co35-showcase-card-tab-card--product-long.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap {
        top: 100px
    }

    .co35-showcase-card-tab-card--product-long.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
        padding: 201px 24px
    }

    .co35-showcase-card-tab-card--vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__contents-wrap {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .co35-showcase-card-tab-card--vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__product-name-text-wrap {
        position: static;
        top: auto;
        margin: 44px 0 12px 24px
    }

    .co35-showcase-card-tab-card--vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__product-description-wrap {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        margin-bottom: 16px;
        margin-left: 24px
    }

    .co35-showcase-card-tab-card--vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__product-cta {
        position: relative;
        display: block;
        left: auto;
        transform: none;
        text-align: center;
        top: auto;
        opacity: 1;
        visibility: visible
    }

    .co35-showcase-card-tab-card--horizontal.top-align .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab-card--product-horizontal.top-align .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab-card--product-small.top-align .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab-card--small.top-align .showcase-card--hover .co35-showcase-card-tab-card__product-cta {
        bottom: auto;
        top: 100px;
        transition: opacity .3s cubic-bezier(.4, 0, .2, 1) .1s, visibility .3s cubic-bezier(.4, 0, .2, 1) .1s, top .3s cubic-bezier(.4, 0, .2, 1) .1s
    }

    .co35-showcase-card-tab-card--large.top-align .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab-card--long.top-align .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab-card--product-large.top-align .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab-card--product-long.top-align .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab-card--product-vertical.top-align .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab-card--vertical.top-align .showcase-card--hover .co35-showcase-card-tab-card__product-cta {
        bottom: auto;
        top: 124px;
        transition: opacity .3s cubic-bezier(.4, 0, .2, 1) .1s, visibility .3s cubic-bezier(.4, 0, .2, 1) .1s, top .3s cubic-bezier(.4, 0, .2, 1) .1s
    }

    .co35-showcase-card-tab-card--long.top-align .co35-showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab-card--product-long.top-align .co35-showcase-card--hover .co35-showcase-card-tab-card__product-cta {
        top: 100px
    }

    .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__contents-wrap {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__product-name-text-wrap {
        position: static;
        top: auto;
        margin: 485px 0 12px 24px
    }

    .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__product-name-text-wrap--without-desc {
        margin: 520px 0 12px 24px
    }

    .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__product-description-wrap {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        margin-bottom: 16px;
        margin-left: 24px
    }

    .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__product-description-wrap--without-desc {
        height: auto;
        margin-bottom: 0
    }

    .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__product-cta {
        position: relative;
        display: block;
        left: auto;
        transform: none;
        text-align: center;
        bottom: 0;
        opacity: 1;
        visibility: visible
    }

    .co35-showcase-card-tab-card--vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__contents-wrap {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .co35-showcase-card-tab-card--vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__product-name-text-wrap {
        position: static;
        top: auto;
        margin-top: 44px;
        margin-bottom: 12px;
        margin-left: 24px
    }

    .co35-showcase-card-tab-card--vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__product-description-wrap {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        margin-bottom: 16px;
        margin-left: 24px
    }

    .co35-showcase-card-tab-card--vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__product-cta {
        position: relative;
        display: block;
        left: auto;
        transform: none;
        text-align: center;
        top: auto;
        opacity: 1;
        visibility: visible
    }
}

@media only screen and (min-width:768px) and (max-width:1440px) {
    .co35-showcase-card-tab-card__badge-wrap {
        top: 1.66667vw;
        left: 1.66667vw
    }

    .co35-showcase-card-tab-card .badge-energy-label {
        top: 3.61111vw;
        left: 1.66667vw
    }

    .co35-showcase-card-tab-card__img-wrap {
        border-radius: 1.38889vw
    }

    .co35-showcase-card-tab-card__full-bleed-wrap {
        border-radius: 1.38889vw
    }

    .co35-showcase-card-tab-card__product-description-wrap {
        font-size: .972222vw
    }

    .co35-showcase-card-tab-card__product-cta {
        bottom: .277778vw;
        height: 2.77778vw
    }

    .co35-showcase-card-tab-card.top-align .co35-showcase-card-tab-card__product-cta {
        bottom: auto;
        top: 10vw
    }

    .co35-showcase-card-tab-inner-container {
        left: 0;
        height: 41.1111vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab__inner {
        height: 54.8611vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab__inner--without-merchandizing-tab {
        height: auto;
        padding-top: 1.11111vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab__card-wrap {
        max-width: 98.3333vw;
        height: auto
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-inner-container {
        height: 30.1667vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small {
        padding: 0
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__product-name-text-wrap {
        bottom: 5vw;
        width: 20.6944vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__product-name-text-inner,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__product-name-text-inner {
        height: 3.33333vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__product-name,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__product-name {
        max-width: 20.6944vw;
        max-height: 3.33333vw;
        font-size: 1.25vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__product-description-wrap {
        bottom: 3.33333vw;
        width: 20.6944vw;
        height: 1.31944vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop {
        font-size: .833333vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile {
        display: none
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical {
        padding: 0 1.66667vw 1.66667vw 0
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__product-name-text-wrap {
        bottom: 5.55556vw;
        width: 27.7778vw;
        margin-left: 9.86111vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__product-name-text-inner,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-name-text-inner,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__product-name-text-inner {
        height: 4.44444vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__product-name,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-name,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__product-name {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        max-width: 27.7778vw;
        max-height: 4.44444vw;
        font-size: 1.66667vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__product-description-wrap {
        bottom: 3.33333vw;
        width: 27.7778vw;
        height: 1.31944vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop {
        font-size: .972222vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-name-text-wrap {
        bottom: 5vw;
        width: 20.6944vw;
        margin-left: 1.11111vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name-text-inner {
        height: 3.33333vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name {
        max-width: 20.6944vw;
        max-height: 3.33333vw;
        font-size: 1.25vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-description-wrap {
        bottom: 3.33333vw;
        width: 20.6944vw;
        height: 1.11111vw;
        font-size: .833333vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__product-name-text-wrap {
        margin-left: 1.66667vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small {
        padding: 0 1.66667vw 1.66667vw 0
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
        padding: 2.77778vw 5.90278vw 9.02778vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__product-name-text-wrap {
        bottom: 5vw;
        width: 20.6944vw;
        margin-left: 1.11111vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-name-text-inner,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__product-name-text-inner {
        height: 3.33333vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-name,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__product-name {
        max-width: 20.6944vw;
        max-height: 3.33333vw;
        font-size: 1.25vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__product-description-wrap {
        bottom: 3.33333vw;
        width: 20.6944vw;
        height: 1.11111vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop {
        font-size: .833333vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile {
        display: none
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
        padding: 2.77778vw 10vw 9.02778vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-name-text-wrap {
        bottom: 5vw;
        width: 27.7778vw;
        margin-left: 1.66667vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-description-wrap {
        width: 27.7778vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical {
        padding: 0 1.66667vw 1.66667vw 0
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
        padding: 7.77778vw 10.6944vw 13.6111vw;
        margin-left: 0
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__product-name-text-wrap {
        bottom: 5.55556vw;
        width: 27.7778vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__product-name-text-inner,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-name-text-inner,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__product-name-text-inner {
        height: 4.44444vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__product-name,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-name,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__product-name {
        max-height: 4.44444vw;
        max-width: 27.7778vw;
        font-size: 1.66667vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__product-description-wrap {
        bottom: 3.33333vw;
        width: 27.7778vw;
        height: 1.31944vw;
        font-size: .972222vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
        padding: 13.9583vw 1.66667vw;
        margin-left: 0
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-name-text-wrap {
        bottom: 5vw;
        width: 20.6944vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-name-text-inner {
        height: 3.33333vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-name {
        max-height: 3.33333vw;
        max-width: 20.6944vw;
        font-size: 1.25vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-description-wrap {
        bottom: 3.33333vw;
        width: 20.6944vw;
        height: 1.11111vw;
        font-size: .833333vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
        padding: 7.77778vw 2.5vw 13.6111vw;
        margin-left: 0
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .showcase-card--hover .image .image__main,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .showcase-card--hover .image .image__main,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .showcase-card--hover .image .image__main,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .showcase-card--hover .image .image__main,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .showcase-card--hover .image .image__main {
        transform: scale(1.05);
        transition: transform .3s cubic-bezier(.4, 0, .2, 1) 0s, -webkit-transform .3s cubic-bezier(.4, 0, .2, 1) 0s
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .showcase-card--hover .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .showcase-card--hover .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .showcase-card--hover .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .showcase-card--hover .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .showcase-card--hover .co35-showcase-card-tab-card__product-description-wrap {
        bottom: 4.72222vw;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s cubic-bezier(.4, 0, .2, 1) 0s, visibility .3s cubic-bezier(.4, 0, .2, 1) 0s, bottom .3s cubic-bezier(.4, 0, .2, 1) 0s
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .showcase-card--hover .co35-showcase-card-tab-card__product-cta {
        bottom: 1.66667vw;
        visibility: visible;
        opacity: 1;
        transition: opacity .3s cubic-bezier(.4, 0, .2, 1) .1s, visibility .3s cubic-bezier(.4, 0, .2, 1) .1s, bottom .3s cubic-bezier(.4, 0, .2, 1) .1s
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .showcase-card--hover .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img .image .image__main,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .showcase-card--hover .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img .image .image__main,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .showcase-card--hover .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img .image .image__main,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .showcase-card--hover .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img .image .image__main,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .showcase-card--hover .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img .image .image__main {
        transform: scale(1.05);
        transition: transform .3s cubic-bezier(.4, 0, .2, 1) 0s, -webkit-transform .3s cubic-bezier(.4, 0, .2, 1) 0s
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .showcase-card--hover .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .showcase-card--hover .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .showcase-card--hover .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .showcase-card--hover .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .showcase-card--hover .co35-showcase-card-tab-card__product-description-wrap {
        bottom: 4.72222vw;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s cubic-bezier(.4, 0, .2, 1) 0s, visibility .3s cubic-bezier(.4, 0, .2, 1) 0s, bottom .3s cubic-bezier(.4, 0, .2, 1) 0s
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .showcase-card--hover .co35-showcase-card-tab-card__product-cta {
        bottom: 1.66667vw;
        visibility: visible;
        opacity: 1;
        transition: opacity .3s cubic-bezier(.4, 0, .2, 1) .1s, visibility .3s cubic-bezier(.4, 0, .2, 1) .1s, bottom .3s cubic-bezier(.4, 0, .2, 1) .1s
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap {
        bottom: auto;
        top: 3.05556vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap {
        bottom: auto;
        top: 6.94444vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-cta {
        bottom: auto;
        top: 8.33333vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap {
        bottom: auto;
        top: 3.05556vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap {
        bottom: auto;
        top: 8.40278vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap {
        top: 6.94444vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-cta {
        top: 8.33333vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap {
        bottom: auto;
        top: 3.05556vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap {
        bottom: auto;
        top: 6.94444vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
        padding: 10.1389vw 5.90278vw 1.66667vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-cta {
        bottom: auto;
        top: 8.33333vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
        padding: 10.1389vw 10vw 1.66667vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap {
        bottom: auto;
        top: 3.05556vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap {
        bottom: auto;
        top: 8.40278vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
        padding: 15.2778vw 10.6944vw 6.11111vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap {
        top: 6.94444vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
        padding: 13.9583vw 1.66667vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
        padding: 15.2778vw 2.5vw 6.11111vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal.top-align .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal.top-align .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small.top-align .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small.top-align .showcase-card--hover .co35-showcase-card-tab-card__product-cta {
        bottom: auto;
        top: 6.94444vw;
        transition: opacity .3s cubic-bezier(.4, 0, .2, 1) .1s, visibility .3s cubic-bezier(.4, 0, .2, 1) .1s, top .3s cubic-bezier(.4, 0, .2, 1) .1s
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large.top-align .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long.top-align .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large.top-align .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long.top-align .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical.top-align .showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical.top-align .showcase-card--hover .co35-showcase-card-tab-card__product-cta {
        bottom: auto;
        top: 8.61111vw;
        transition: opacity .3s cubic-bezier(.4, 0, .2, 1) .1s, visibility .3s cubic-bezier(.4, 0, .2, 1) .1s, top .3s cubic-bezier(.4, 0, .2, 1) .1s
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long.top-align .co35-showcase-card--hover .co35-showcase-card-tab-card__product-cta,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long.top-align .co35-showcase-card--hover .co35-showcase-card-tab-card__product-cta {
        top: 6.94444vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__contents-wrap {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__product-name-text-wrap {
        position: static;
        top: auto;
        margin: 33.6806vw 0 .833333vw 1.66667vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__product-name-text-wrap--without-desc {
        margin: 36.1111vw 0 .833333vw 1.66667vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__product-description-wrap {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        margin-bottom: 1.11111vw;
        margin-left: 1.66667vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__product-cta {
        position: relative;
        display: block;
        left: auto;
        transform: none;
        text-align: center;
        bottom: 0;
        opacity: 1;
        visibility: visible
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__contents-wrap {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__product-name-text-wrap {
        position: static;
        top: auto;
        margin: 3.05556vw 0 .833333vw 1.66667vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__product-description-wrap {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        margin-bottom: 1.11111vw;
        margin-left: 1.66667vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__product-cta {
        position: relative;
        display: block;
        left: auto;
        transform: none;
        text-align: center;
        top: auto;
        opacity: 1;
        visibility: visible
    }
}

@media only screen and (max-width:767px) {
    .co35-showcase-card-tab-card__img-wrap {
        left: 0;
        bottom: 0;
        border-radius: 2.55556vw
    }

    .co35-showcase-card-tab-card__badge-wrap {
        top: 3.88889vw;
        left: 4.44444vw
    }

    .co35-showcase-card-tab-card .badge-energy-label {
        top: 9.44444vw;
        left: 4.44444vw
    }

    .co35-showcase-card-tab-card .badge-energy-label__badge {
        width: 6.11111vw;
        height: 3.33333vw
    }

    .co35-showcase-card-tab-card__mobile-video-play {
        position: absolute;
        display: inline-block;
        top: 3.88889vw;
        right: 4.44444vw;
        z-index: 600
    }

    .co35-showcase-card-tab-card__mobile-video-play .icon {
        fill: #fff;
        width: 6.66667vw;
        height: 6.66667vw
    }

    .co35-showcase-card-tab__inner--without-cta .co35-showcase-card-tab-card__mobile-video-play {
        display: none
    }

    .co35-showcase-card-tab-card__full-bleed-wrap--video {
        cursor: pointer
    }

    .co35-showcase-card-tab__inner--without-cta .co35-showcase-card-tab-card__full-bleed-wrap--video {
        cursor: default
    }

    .co35-showcase-card-tab-card__product-name--desktop {
        display: none
    }

    .co35-showcase-card-tab-card__product-name--mobile {
        display: -webkit-box
    }

    .co35-showcase-card-tab-card__product-cta {
        display: none
    }

    .co35-showcase-card-tab-inner-container {
        left: 2.22222vw;
        height: 164.444vw;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .co35-showcase-card-tab__card-wrap {
        width: 92.1111vw;
        height: 164.444vw;
        overflow: hidden
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab__inner {
        height: 100%
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab__inner--without-merchandizing-tab {
        padding-top: 2.22222vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-inner-container,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab__card-wrap {
        height: auto;
        padding-bottom: 4.44444vw;
        padding-left: 0;
        padding-right: 0
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-inner-container--long,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab__card-wrap--long {
        height: 222.778vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__img-wrap .image,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__img-wrap .image {
        top: 50%;
        transform: translateY(-50%);
        height: auto
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__product-name,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-name {
        -webkit-line-clamp: 3
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small {
        width: 48vh;
        height: 23vh;
        padding: 0 4.44444vw 4.44444vw 0
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__full-bleed-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__full-bleed-wrap {
        width: 100%;
        height: 100%
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__product-name-text-wrap {
        left: 50%;
        transform: translateX(-50%);
        bottom: 12.7778vw;
        max-width: 37.7778vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__product-name-text-inner,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__product-name-text-inner {
        position: relative;
        height: 8.88889vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        max-width: 37.7778vw;
        max-height: 22.8889vw;
        font-size: 4.33333vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__product-description-wrap {
        position: relative;
        display: block;
        width: auto;
        height: 7.77778vw;
        top: 37.2222vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop {
        display: none
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile {
        position: absolute;
        display: -webkit-box;
        max-height: 7.77778vw;
        -webkit-line-clamp: 2;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 37.7778vw;
        font-size: 2.77778vw;
        font-weight: 400
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical {
        width: 100%;
        height: 33.3333%;
        padding: 0 4.44444vw 4.44444vw 0
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__badge-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__badge-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__badge-wrap {
        top: 11.9444vw;
        left: 43.3333vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__full-bleed-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__full-bleed-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__full-bleed-wrap {
        width: 86.6667vw;
        height: 48.8889vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__product-name-text-wrap {
        top: 17.5vw;
        max-width: 38.8889vw;
        height: 15.8333vw;
        left: 43.3333vw;
        margin-left: 0;
        padding: 0;
        transform: none
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__product-name-text-inner,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-name-text-inner,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__product-name-text-inner {
        position: relative;
        height: 15.8333vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name {
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        max-width: 77.7778vw;
        max-height: 15.8333vw;
        font-size: 3.88889vw;
        -webkit-line-clamp: 3;
        text-align: left
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name--mobile {
        display: -webkit-box
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__product-description-wrap {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        justify-content: normal;
        top: 29.1667vw;
        max-width: 38.8889vw;
        height: 7.77778vw;
        transform: none;
        left: 43.3333vw;
        text-align: left
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop {
        display: none
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile {
        display: -webkit-box;
        font-size: 2.77778vw;
        max-height: 7.77778vw;
        -webkit-line-clamp: 2
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__badge-wrap {
        top: 9.44444vw;
        left: 45.5556vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-name-text-wrap {
        top: 15vw;
        max-width: 36.6667vw;
        height: 15.8333vw;
        left: 45.5556vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-name-text-inner {
        height: 15.8333vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name {
        max-width: 36.6667vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-description-wrap {
        top: 31.9444vw;
        max-width: 36.6667vw;
        left: 45.5556vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small {
        width: 50%;
        height: 33.3333%;
        padding: 0 4.44444vw 4.44444vw 0
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__full-bleed-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__full-bleed-wrap {
        width: 41.1111vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
        padding: 8.33333vw 11.6667vw 22.7778vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__product-name-text-wrap {
        left: 50%;
        transform: translateX(-50%);
        bottom: 12.7778vw;
        width: 100%;
        height: 8.88889vw;
        padding: 0 1.66667vw;
        margin-left: 0
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-name-text-inner,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__product-name-text-inner {
        position: relative;
        height: 8.88889vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name {
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        max-width: 37.7778vw;
        max-height: 8.88889vw;
        font-size: 3.33333vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__product-description-wrap {
        position: relative;
        display: block;
        width: auto;
        height: 7.77778vw;
        top: 37.2222vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop {
        display: none
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile {
        position: absolute;
        display: -webkit-box;
        max-height: 7.77778vw;
        -webkit-line-clamp: 2;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 37.7778vw;
        font-size: 2.77778vw;
        font-weight: 400
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical {
        width: 100%;
        height: 33.3333%;
        padding: 0 4.44444vw 4.44444vw 0
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__badge-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__badge-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__badge-wrap {
        top: 11.9444vw;
        left: 43.3333vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
        padding: 6.11111vw 45.5556vw 6.11111vw 4.44444vw;
        margin-left: 0
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__product-name-text-wrap {
        top: 17.5vw;
        max-width: 38.8889vw;
        height: 10.5556vw;
        padding: 0;
        transform: none;
        left: 43.3333vw;
        text-align: left
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name-text-inner,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name-text-inner,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name-text-inner {
        position: relative;
        height: 15.8333vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name {
        bottom: 0;
        max-width: 77.7778vw;
        max-height: 15.8333vw;
        font-size: 3.88889vw;
        -webkit-line-clamp: 3;
        text-align: left
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name--mobile {
        display: -webkit-box
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__product-description-wrap {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        justify-content: normal;
        top: 29.1667vw;
        max-width: 38.8889vw;
        height: 7.77778vw;
        transform: none;
        left: 43.3333vw;
        text-align: left
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--desktop {
        display: none
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        font-size: 2.77778vw;
        max-height: 7.77778vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__badge-wrap {
        top: 9.72222vw;
        left: 45.5556vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-name-text-wrap {
        top: 15vw;
        max-width: 36.6667vw;
        left: 45.5556vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name {
        max-width: 36.6667vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-description-wrap {
        top: 31.9444vw;
        max-width: 36.6667vw;
        left: 45.5556vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__contents-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__contents-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__contents-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__contents-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__contents-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__contents-wrap {
        position: relative;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        height: 100%;
        width: 37.2222vw;
        left: 45.5556vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__contents-wrap div:last-of-type,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__contents-wrap div:last-of-type,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__contents-wrap div:last-of-type,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__contents-wrap div:last-of-type,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__contents-wrap div:last-of-type,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__contents-wrap div:last-of-type {
        margin-bottom: 0
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__badge-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__badge-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__badge-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__badge-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__badge-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__badge-wrap {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 1.11111vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-name-text-wrap {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        margin-bottom: 1.11111vw;
        width: 100%;
        height: auto
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name-text-inner,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name-text-inner,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name-text-inner,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name-text-inner,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name-text-inner,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name-text-inner {
        height: auto
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-name-text-wrap .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name--mobile {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        height: auto;
        transform: none
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-description-wrap {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        width: 100%;
        height: auto
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large.dimmed .co35-showcase-card-tab-card__dimmed-img,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long.dimmed .co35-showcase-card-tab-card__dimmed-img,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical.dimmed .co35-showcase-card-tab-card__dimmed-img {
        position: absolute;
        display: block;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .3;
        z-index: 501
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large.dimmed .co35-showcase-card-tab-card__full-bleed-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long.dimmed .co35-showcase-card-tab-card__full-bleed-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical.dimmed .co35-showcase-card-tab-card__full-bleed-wrap {
        color: #fff
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap {
        bottom: auto;
        top: 8.33333vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap {
        bottom: auto;
        top: 18.3333vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
        padding: 27.2222vw 11.6667vw 3.88889vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal.mobile-text-only .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small.mobile-text-only .co35-showcase-card-tab-card__product-name-text-wrap {
        bottom: 3.88889vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large.mobile-text-only .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long.mobile-text-only .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical.mobile-text-only .co35-showcase-card-tab-card__product-name-text-wrap {
        margin-bottom: 0
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap {
        bottom: auto;
        top: auto
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap {
        bottom: auto;
        top: auto
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap {
        bottom: auto;
        top: 8.33333vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap {
        bottom: auto;
        top: 18.3333vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
        padding: 27.2222vw 11.6667vw 3.88889vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal.top-align.mobile-text-only .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small.top-align.mobile-text-only .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
        padding: 18.3333vw 7.22222vw 3.88889vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal.mobile-text-only .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small.mobile-text-only .co35-showcase-card-tab-card__product-name-text-wrap {
        bottom: 3.88889vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal.mobile-text-only .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small.mobile-text-only .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
        padding: 8.33333vw 7.22222vw 13.8889vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large.mobile-text-only .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long.mobile-text-only .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical.mobile-text-only .co35-showcase-card-tab-card__product-name-text-wrap {
        margin-bottom: 0
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-name-text-wrap {
        bottom: auto;
        top: auto
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__product-description-wrap {
        bottom: auto;
        top: auto
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical.top-align .co35-showcase-card-tab-card__full-bleed-wrap .co35-showcase-card-tab-card__img-wrap .co35-showcase-card-tab-card__product-img {
        padding: 6.11111vw 45.5556vw 6.11111vw 4.44444vw;
        margin-left: 0
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal.top-align .co35-showcase-card-tab-card__mobile-video-play,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small.top-align .co35-showcase-card-tab-card__mobile-video-play {
        top: auto;
        bottom: 3.88889vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__mobile-cta-wrap {
        position: relative;
        display: block;
        z-index: 600;
        margin-top: 1.11111vw
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__full-bleed-wrap.cta--show .co35-showcase-card-tab-card__mobile-cta-wrap .cta {
        height: 8.88889vw;
        font-size: 3.33333vw
    }
}

@media not all,
not all {
    .co35-showcase-card-tab-card__product-name--mobile {
        display: inline-block
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__product-name-text-inner .co35-showcase-card-tab-card__product-name--mobile {
        display: inline-block
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--horizontal .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-horizontal .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-small .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--small .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__product-description-wrap .co35-showcase-card-tab-card__product-description--mobile {
        display: inline-block
    }

    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--large .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--long .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-large .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-long .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--product-vertical .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-description-wrap,
    .co35-showcase-card-tab--merchandizing .co35-showcase-card-tab-card--vertical .co35-showcase-card-tab-card__contents-wrap .co35-showcase-card-tab-card__product-description-wrap {
        display: inline-block
    }
}

.hamburger {
    display: block;
    top: 0;
    left: 0;
    z-index: 10000;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation
}

.back-home {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    padding: 12px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation
}

.no-header .back-home {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10000;
    padding: 12px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation
}

.no-header .close-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000;
    padding: 12px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation
}

.no-header .back-home svg {
    fill: #000
}

.product-desc .hamburger {
    display: none
}

.contact-info .hamburger,
.no-header .hamburger,
.no-header .user-icon,
.search-page .hamburger,
.search-page .user-icon,
.sign-in .hamburger,
.sign-in .user-icon {
    display: none
}

.user-icon {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 2px;
    right: 0;
    z-index: 10000;
    padding: 12px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation
}

.hamburger .hamburger__icon {
    position: relative
}

.hamburger .hamburger__icon,
.hamburger .hamburger__icon::after,
.hamburger .hamburger__icon::before {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    transition-property: background-color, transform;
    transition-duration: .4s
}

.user-icon .hamburger__icon::after,
.user-icon .hamburger__icon::before {
    display: block;
    width: 25px;
    height: 2px;
    transition-property: background-color, transform;
    transition-duration: .4s
}

.hamburger__icon::after,
.hamburger__icon::before {
    position: absolute;
    content: ""
}

.hamburger__icon::before {
    top: -7px
}

.hamburger__icon::after {
    top: 7px
}

.hamburger.active .hamburger__icon {
    background-color: transparent
}

.user-icon.active .hamburger__icon img {
    display: none
}

.hamburger.active .hamburger__icon::after,
.hamburger.active .hamburger__icon::before,
.user-icon.active .hamburger__icon::after,
.user-icon.active .hamburger__icon::before {
    background-color: #fff
}

.hamburger.active .hamburger__icon::before {
    transform: translateY(7px) rotate(45deg)
}

.hamburger.active .hamburger__icon::after {
    transform: translateY(-7px) rotate(-45deg)
}

.user-icon.active .hamburger__icon::before {
    transform: translateY(30px) rotate(45deg);
    background: #000
}

.user-icon.active .hamburger__icon::after {
    transform: translateY(16px) rotate(-45deg);
    background: #000
}

.fat-nav,
.user-acc {
    top: 56px;
    left: 0;
    z-index: 9999;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: scale(1);
    transition-property: transform;
    transition-duration: .4s;
    overflow: hidden auto
}

.fat-nav__wrapper,
.user-acc__wrapper {
    width: 100%;
    display: inline-block;
    overflow-y: auto;
    height: calc(100vh - 56px) !important;
    transform: translate(0, 0) !important
}

.fat-nav.active {
    display: block;
    transform: translateX(0) !important;
    transition: all .4s ease-in-out 0s !important
}

.fat-nav {
    display: none;
    transform: translateX(-100%) !important;
    transition: all .4s ease-in-out 0s !important
}

.fat-nav ul,
.user-acc ul {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 100vw
}

.fat-nav li,
.user-acc li {
    list-style-type: none;
    text-align: left;
    padding: 20px 25px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 10px;
    border-bottom: 1px solid #e4e4e4
}

.fat-nav li:last-child,
.user-acc li:last-child {
    position: static;
    bottom: 0;
    width: 100%;
    border: 0 !important
}

.fat-nav li a::after,
.user-acc li a::after {
    content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã‚Â»";
    display: inline-block;
    font: 28px/1 Material-Design-Iconic-Font;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 20px
}

.fat-nav li,
.fat-nav li a,
.user-acc li,
.user-acc li a {
    color: #000;
    text-decoration: none
}

.fat-nav li a span {
    width: 35px;
    display: inline-block
}

.fat-nav li a img {
    height: 22px;
    width: 22px
}

.hamburger.active .hamburger__icon::before {
    top: 0;
    transform: rotate(135deg)
}

.hamburger.active .hamburger__icon::after {
    top: 0;
    transform: rotate(-135deg)
}

a.hamburger:focus {
    box-shadow: #fff 0 0 0 0;
    outline: #000 dotted 0
}

.feature-column-carousel {
    background: #fff;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    line-height: 1.33;
    width: 100%
}

.feature-column-carousel__carousel,
.feature-column-carousel__column {
    overflow: hidden
}

.feature-column-carousel__column .feature-column-carousel__inner {
    display: flex;
    width: auto;
    flex-direction: column;
    box-sizing: border-box;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.feature-column-carousel__column--align-center .feature-column-carousel__inner {
    -webkit-box-pack: center;
    justify-content: center
}

.feature-column-carousel__column--align-right .feature-column-carousel__inner {
    -webkit-box-pack: end;
    justify-content: flex-end
}

.feature-column-carousel__feature {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    padding: 1.77778vw 1.11111vw 0;
    border-radius: 1.38889vw;
    box-shadow: rgba(0, 0, 0, .06) 0 0 10px 0;
    border: 1px solid #aaa;
    height: inherit
}

.feature-column-carousel__item {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    padding: 2px 0;
    margin: 2.44444vw 1vw 0;
    height: inherit !important;
    width: 23.6667vw !important;
    max-width: 300px
}

.feature-column-carousel__item--align-center {
    text-align: center
}

.feature-column-carousel__item--align-right {
    text-align: right
}

.feature-column-carousel__column--desktop-columns-1 .feature-column-carousel__item {
    width: 100%
}

.feature-column-carousel__column--desktop-columns-2 .feature-column-carousel__item {
    width: 50%
}

.feature-column-carousel__column--desktop-columns-3 .feature-column-carousel__item {
    width: 33.3333%
}

.feature-column-carousel__column--desktop-columns-4 .feature-column-carousel__item {
    width: 25%
}

.feature-column-carousel__column--desktop-columns-5 .feature-column-carousel__item {
    width: 20%
}

.feature-column-carousel__column--line .feature-column-carousel__item::before {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    height: 100%;
    border-right: 1px solid #dadada;
    transform: translateY(-50%);
    transition: height .5s ease-in-out 0s;
    z-index: 1;
    left: 0
}

.feature-column-carousel__column--desktop-columns-2 .feature-column-carousel__item:nth-child(2n+1)::before,
.feature-column-carousel__column--desktop-columns-3 .feature-column-carousel__item:nth-child(3n+1)::before,
.feature-column-carousel__column--desktop-columns-4 .feature-column-carousel__item:nth-child(4n+1)::before,
.feature-column-carousel__column--desktop-columns-5 .feature-column-carousel__item:nth-child(5n+1)::before {
    display: none
}

.use-see-more-button .feature-column-carousel__item {
    display: none;
    opacity: 0
}

.use-see-more-button .feature-column-carousel__item.is-item-active {
    display: block !important
}

.use-see-more-button .feature-column-carousel__item.is-item-visible {
    transition: opacity .5s ease 0s;
    opacity: 1 !important
}

.feature-column-carousel__figure {
    position: relative;
    width: 100%;
    text-align: center;
    transition: height 0s ease 0s, all .1s ease 0s;
    white-space: nowrap;
    -webkit-box-ordinal-group: 2;
    order: 1
}

.feature-column-carousel__figure::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle
}

.feature-column-carousel__figure .image,
.feature-column-carousel__figure .video {
    position: static;
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.feature-column-carousel__figure img {
    width: auto;
    max-width: inherit;
    height: 10vw;
    text-align: center;
    display: inline-block;
    mix-blend-mode: multiply
}

.feature-column-carousel__figure .image__preview {
    height: 100%
}

.feature-column-carousel__figure .image__preview+.image__main {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.feature-column-carousel__figure .video {
    width: 100%;
    height: 100%
}

.feature-column-carousel__figure .video figure>div {
    margin: 0 auto
}

.feature-column-carousel__carousel.desktop-next-slide-to-show .image__preview+.image__main {
    top: 0;
    transform: translateX(-50%)
}

.feature-column-carousel__figure-video {
    position: relative
}

.feature-column-carousel__content {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin-top: 24px;
    -webkit-box-ordinal-group: 3;
    order: 2
}

.feature-column-carousel__eyebrow {
    padding-bottom: 16px
}

.feature-column-carousel__eyebrow-text {
    font-size: 14px
}

.feature-column-carousel__title {
    padding-bottom: 18px;
    font-size: 28px;
    font-family: SamsungSharpSans, arial, sans-serif;
    font-weight: 700
}

.feature-column-carousel__title:last-child {
    padding-bottom: 28px
}

.feature-column-carousel__sub-title {
    padding-bottom: 24px;
    font-size: 18px;
    font-weight: 700
}

.feature-column-carousel__text {
    padding-bottom: 24px;
    font-size: 14px
}

.feature-column-carousel__text-wrap {
    overflow-wrap: break-word
}

.feature-column-carousel__button {
    margin: 0 auto 36px;
    display: flex;
    justify-content: space-between
}

.feature-column-carousel__button .cta {
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap
}

.feature-column-carousel__button .cta--label {
    padding: 10px 0 11px
}

.feature-column-carousel__button br+.cta {
    margin-top: 8px
}

.feature-column-carousel__disclaimer {
    display: block;
    font-size: 12px;
    color: #636363;
    overflow-wrap: break-word
}

.feature-column-carousel__disclaimer span {
    display: block;
    min-height: 46px;
    padding-bottom: 36px
}

.feature-column-carousel.bg-black,
.feature-column-carousel.bg-dark-gray {
    color: #fff
}

.feature-column-carousel.bg-black .feature-column-carousel__disclaimer,
.feature-column-carousel.bg-dark-gray .feature-column-carousel__disclaimer {
    color: #a6a6a6
}

.feature-column-carousel.bg-light-gray,
.feature-column-carousel.bg-white {
    color: #000
}

.feature-column-carousel.bg-light-gray .feature-column-carousel__disclaimer,
.feature-column-carousel.bg-white .feature-column-carousel__disclaimer {
    color: #636363
}

.feature-column-carousel__feature.bg-black .feature-column-carousel__disclaimer,
.feature-column-carousel__feature.bg-dark-gray .feature-column-carousel__disclaimer {
    color: #a6a6a6
}

.feature-column-carousel__feature.bg-light-gray .feature-column-carousel__disclaimer,
.feature-column-carousel__feature.bg-white .feature-column-carousel__disclaimer {
    color: #636363
}

.feature-column-carousel__play-button {
    display: block;
    position: absolute;
    inset: 1px .5%;
    width: 99%;
    margin-top: 0
}

.feature-column-carousel__play-button::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 33%;
    height: 33%;
    min-height: 95px;
    max-height: 95px;
    background: url(../../../../../../../../../etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/btn-play-big-wire-shadow.png) 50% 50%/contain no-repeat;
    transform: translate(-50%, -50%);
    transition: all .2s ease 0s
}

.feature-column-carousel__play-button:focus::after,
.feature-column-carousel__play-button:hover::after {
    background-image: url(../../../../../../../../../etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/btn-play-big-shadow-v2.png);
    opacity: .85;
    transform: translate(-50%, -50%) scale(1.025)
}

.feature-column-carousel__more-button {
    width: 100%;
    text-align: center
}

.feature-column-carousel__more-button a.cta {
    margin-top: 80px
}

.bg-black .feature-column-carousel__more-button a,
.bg-dark-gray .feature-column-carousel__more-button a {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important
}

.bg-black .feature-column-carousel__more-button a:hover,
.bg-dark-gray .feature-column-carousel__more-button a:hover {
    color: #ddd !important;
    background-color: rgba(255, 255, 255, .15) !important;
    border-color: #ddd !important
}

.bg-black .feature-column-carousel__more-button a:focus,
.bg-dark-gray .feature-column-carousel__more-button a:focus {
    color: #555 !important;
    background-color: transparent !important;
    border-color: #555 !important
}

.feature-column-carousel [class^=swiper-button] {
    z-index: 9
}

.feature-column-carousel .indicator {
    position: relative;
    width: 100%;
    margin-top: 24px;
    padding: 0 66px 48px;
    z-index: 1
}

.feature-column-carousel__column .indicator,
.feature-column-carousel__column [class^=swiper-button] {
    display: none
}

.feature-column-carousel__carousel [class^=swiper-button] {
    opacity: 0
}

.feature-column-carousel__carousel.use-desktop-arrow [class^=swiper-button] {
    opacity: 1
}

.feature-column-carousel__carousel.desktop-next-slide-to-show .swiper-button-prev {
    left: -20px
}

.feature-column-carousel__carousel.desktop-next-slide-to-show .swiper-button-next {
    right: -20px
}

.feature-column-carousel__carousel .indicator {
    display: none
}

.feature-column-carousel__carousel.use-desktop-back-button .indicator {
    left: 100px
}

.feature-column-carousel__carousel.use-desktop-indicator .indicator {
    display: block
}

.feature-column-carousel .indicator-position-overlay .indicator {
    position: absolute;
    left: 0;
    bottom: 16px;
    z-index: 10;
    margin: 0;
    padding: 0
}

.feature-column-carousel__back-button {
    position: relative
}

.feature-column-carousel__quick-button {
    display: block;
    position: absolute;
    top: 50%;
    width: 120px;
    height: 120px;
    transform: translateY(-50%);
    border: 2px solid #333;
    border-radius: 50%;
    background-color: #fff;
    transition-duration: .3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
    right: -160px
}

.feature-column-carousel__quick-button svg.icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 56px;
    margin: -28px 0 0 -35px;
    fill: #333;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transform: rotate(-135deg)
}

.feature-column-carousel__quick-button:focus,
.feature-column-carousel__quick-button:hover {
    background-color: #333
}

.feature-column-carousel__quick-button:focus svg,
.feature-column-carousel__quick-button:hover svg {
    fill: #fff
}

.feature-column-carousel.bg-black .feature-column-carousel__quick-button,
.feature-column-carousel.bg-dark-gray .feature-column-carousel__quick-button {
    border-color: #fff;
    background-color: transparent
}

.feature-column-carousel.bg-black .feature-column-carousel__quick-button svg,
.feature-column-carousel.bg-dark-gray .feature-column-carousel__quick-button svg {
    fill: #fff
}

.feature-column-carousel.bg-black .feature-column-carousel__quick-button:focus,
.feature-column-carousel.bg-black .feature-column-carousel__quick-button:hover,
.feature-column-carousel.bg-dark-gray .feature-column-carousel__quick-button:focus,
.feature-column-carousel.bg-dark-gray .feature-column-carousel__quick-button:hover {
    background-color: #fff
}

.feature-column-carousel.bg-black .feature-column-carousel__quick-button:focus svg,
.feature-column-carousel.bg-black .feature-column-carousel__quick-button:hover svg,
.feature-column-carousel.bg-dark-gray .feature-column-carousel__quick-button:focus svg,
.feature-column-carousel.bg-dark-gray .feature-column-carousel__quick-button:hover svg {
    fill: #333
}

.feature-column-carousel.bg-light-gray .feature-column-carousel__quick-button {
    background-color: transparent
}

.feature-column-carousel.bg-light-gray .feature-column-carousel__quick-button:focus,
.feature-column-carousel.bg-light-gray .feature-column-carousel__quick-button:hover {
    background-color: #333
}

.feature-column-carousel.bg-light-gray .feature-column-carousel__quick-button:focus svg,
.feature-column-carousel.bg-light-gray .feature-column-carousel__quick-button:hover svg {
    fill: #fff
}

.feature-column-carousel .use-desktop-back-button {
    padding-right: 200px
}

.feature-column-carousel__video-wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3100
}

.feature-column-carousel__video-wrap::before {
    content: " ";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8)
}

.feature-column-carousel__video {
    position: absolute;
    inset: 0;
    width: 1440px;
    height: 810px;
    margin: auto
}

.feature-column-carousel__video .video {
    height: 100%
}

.feature-column-carousel__close {
    display: block;
    position: absolute;
    top: 30px;
    padding: 15px;
    z-index: 3;
    box-sizing: content-box;
    transition-duration: .2s;
    transition-property: top;
    transition-timing-function: ease-in-out;
    right: 30px
}

.feature-column-carousel__close svg.icon {
    display: block;
    position: relative;
    margin: auto;
    width: 42px;
    height: 42px;
    fill: #fff
}

[data-video-type=youtube]+.feature-column-carousel__close {
    top: 72px
}

.feature-column-carousel__carousel.desktop-next-slide-to-show .image,
.feature-column-carousel__carousel.desktop-next-slide-to-show .video {
    display: block
}

.feature-column-carousel__carousel.desktop-next-slide-to-show .feature-column-carousel__figure::after {
    display: none
}

.feature-column-carousel--margin-top-normal {
    margin-top: 88px
}

.feature-column-carousel--margin-bottom-normal {
    margin-bottom: 88px
}

.feature-column-carousel__column--padding-top-normal {
    padding-top: 48px
}

.feature-column-carousel__column--padding-top-wide {
    padding-top: 96px
}

.feature-column-carousel__column--padding-bottom-normal {
    padding-bottom: 48px
}

.feature-column-carousel__column--padding-bottom-wide {
    padding-bottom: 96px
}

.feature-column-carousel--width-1920 {
    max-width: 1920px
}

.feature-column-carousel--width-1440,
.feature-column-carousel--width-1440-edge {
    max-width: 1440px
}

.feature-column-carousel--width-1074,
.feature-column-carousel--width-1074-edge {
    max-width: 1074px
}

.feature-column-carousel--width-1200 {
    max-width: 1200px
}

.feature-column-carousel--width-860 {
    max-width: 860px
}

.feature-column-carousel--desktop-columns-space-normal .feature-column-carousel__inner {
    margin: 0 -6px
}

.feature-column-carousel--desktop-columns-space-wide .feature-column-carousel__inner {
    margin: 0 -12px
}

.feature-column-carousel--desktop-columns-space-normal .feature-column-carousel__item {
    padding: 0 6px
}

.feature-column-carousel--desktop-columns-space-wide .feature-column-carousel__item {
    padding: 0 12px
}

.feature-column-carousel--desktop-columns-space-normal.feature-column-carousel--width-1206-edge .feature-column-carousel__inner,
.feature-column-carousel--desktop-columns-space-normal.feature-column-carousel--width-1440-edge .feature-column-carousel__inner {
    margin: 0;
    padding: 0 6px
}

.feature-column-carousel--desktop-columns-space-wide.feature-column-carousel--width-1206-edge .feature-column-carousel__inner,
.feature-column-carousel--desktop-columns-space-wide.feature-column-carousel--width-1440-edge .feature-column-carousel__inner {
    margin: 0;
    padding: 0 12px
}

.aem-AuthorLayer-Edit .use-see-more-button .feature-column-carousel__item {
    display: block;
    opacity: 1
}

.feature-column-carousel__carousel.carousel-infinite-rolling .feature-column-carousel__item {
    padding: 0
}

.feature-column-carousel--desktop-columns-space-normal .feature-column-carousel__carousel .feature-column-carousel__inner {
    margin: 0
}

.feature-column-carousel--desktop-columns-space-normal .feature-column-carousel__carousel .feature-column-carousel__item {
    padding: 12px 12px 0
}

.feature-column-carousel__carousel.desktop-next-slide-to-show {
    overflow: visible;
    width: 1144px
}

.feature-column-carousel__carousel.desktop-next-slide-to-show .feature-column-carousel__item {
    width: 1074px;
    margin: 0 35px
}

@media screen and (max-height:810px) and (orientation:landscape) {
    .feature-column-carousel__video {
        height: auto
    }
}

@media screen and (max-width:1440px) {
    .feature-column-carousel__content {
        padding: 0 .666667vw;
        margin-top: 1.66667vw
    }

    .feature-column-carousel__eyebrow {
        padding-bottom: 1.11111vw
    }

    .feature-column-carousel__eyebrow-text {
        font-size: .972222vw
    }

    .feature-column-carousel__title {
        padding-bottom: 1.25vw;
        font-size: 1.94444vw
    }

    .feature-column-carousel__title:last-child>* {
        padding-bottom: 1.94444vw
    }

    .feature-column-carousel__sub-title {
        padding-bottom: 1.66667vw;
        font-size: 1.25vw
    }

    .feature-column-carousel__text {
        padding-bottom: 1.66667vw;
        font-size: .972222vw
    }

    .feature-column-carousel__button {
        margin: 0 auto 2.5vw;
        display: flex;
        justify-content: space-between
    }

    .feature-column-carousel__button .cta--label {
        padding: .694444vw 0 .763889vw
    }

    .feature-column-carousel__button br+.cta {
        margin-top: .555556vw
    }

    .feature-column-carousel__disclaimer {
        font-size: .833333vw
    }

    .feature-column-carousel__disclaimer span {
        min-height: 3.19444vw;
        padding-bottom: 2.5vw
    }

    .feature-column-carousel__play-button::after {
        min-height: 6.59722vw;
        max-height: 6.59722vw
    }

    .feature-column-carousel__more-button a.cta {
        margin-top: 5.55556vw
    }

    .feature-column-carousel .indicator {
        margin-top: 1.66667vw;
        padding: 0 4.58333vw 3.33333vw
    }

    .feature-column-carousel__carousel.desktop-next-slide-to-show .swiper-button-prev {
        left: -1.38889vw
    }

    .feature-column-carousel__carousel.desktop-next-slide-to-show .swiper-button-next {
        right: -1.38889vw
    }

    .feature-column-carousel__carousel.use-desktop-back-button .indicator {
        left: 6.94444vw
    }

    .feature-column-carousel .indicator-position-overlay .indicator {
        bottom: 1.11111vw
    }

    .feature-column-carousel__quick-button {
        width: 8.33333vw;
        height: 8.33333vw;
        right: -11.1111vw
    }

    .feature-column-carousel__quick-button svg.icon {
        width: 4.86111vw;
        height: 3.88889vw;
        margin: -1.94444vw 0 0 -2.43056vw
    }

    .feature-column-carousel .use-desktop-back-button {
        padding-right: 13.8889vw
    }

    .feature-column-carousel__video {
        width: 100vw;
        height: 56.25vw
    }

    .feature-column-carousel__close {
        top: 2.08333vw;
        padding: 1.04167vw;
        right: 2.08333vw
    }

    .feature-column-carousel__close svg.icon {
        width: 2.91667vw;
        height: 2.91667vw
    }

    .feature-column-carousel--margin-top-normal {
        margin-top: 6.11111vw
    }

    .feature-column-carousel--margin-bottom-normal {
        margin-bottom: 6.11111vw
    }

    .feature-column-carousel__column--padding-top-normal {
        padding-top: 3.33333vw
    }

    .feature-column-carousel__column--padding-top-wide {
        padding-top: 6.66667vw
    }

    .feature-column-carousel__column--padding-bottom-normal {
        padding-bottom: 3.33333vw
    }

    .feature-column-carousel__column--padding-bottom-wide {
        padding-bottom: 6.66667vw
    }

    .feature-column-carousel--desktop-columns-space-normal .feature-column-carousel__inner {
        margin: 0 -.416667vw
    }

    .feature-column-carousel--desktop-columns-space-wide .feature-column-carousel__inner {
        margin: 0 -.833333vw
    }

    .feature-column-carousel--desktop-columns-space-normal .feature-column-carousel__item {
        padding: 0 .416667vw
    }

    .feature-column-carousel--desktop-columns-space-wide .feature-column-carousel__item {
        padding: 0
    }

    .feature-column-carousel--desktop-columns-space-normal.feature-column-carousel--width-1206-edge .feature-column-carousel__inner,
    .feature-column-carousel--desktop-columns-space-normal.feature-column-carousel--width-1440-edge .feature-column-carousel__inner {
        padding: 0 .416667vw
    }

    .feature-column-carousel--desktop-columns-space-wide.feature-column-carousel--width-1206-edge .feature-column-carousel__inner,
    .feature-column-carousel--desktop-columns-space-wide.feature-column-carousel--width-1440-edge .feature-column-carousel__inner {
        padding: 0 .833333vw
    }

    .feature-column-carousel--desktop-columns-space-normal .feature-column-carousel__carousel .feature-column-carousel__item {
        padding: .833333vw .833333vw 0
    }

    .feature-column-carousel__carousel.desktop-next-slide-to-show {
        width: 79.4444vw
    }

    .feature-column-carousel__carousel.desktop-next-slide-to-show .feature-column-carousel__item {
        width: 74.5833vw;
        margin: 0 2.43056vw
    }
}

@media only screen and (max-width:767px) {
    .feature-column-carousel__carousel .feature-column-carousel__inner {
        flex-wrap: nowrap;
        padding: 0 !important;
        margin: 0 !important
    }

    .feature-column-carousel__carousel .feature-column-carousel__item {
        padding: 0 !important;
        margin: 0 !important
    }

    .feature-column-carousel__column--mobile-columns-1 .feature-column-carousel__inner {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .feature-column-carousel__column--mobile-columns-1 .feature-column-carousel__item {
        padding: 0 !important
    }

    .feature-column-carousel__column--mobile-columns-2 .feature-column-carousel__item {
        width: 50%
    }

    .use-mobile-carousel .feature-column-carousel__inner {
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .feature-column-carousel__column--line .feature-column-carousel__item::before {
        display: none
    }

    .feature-column-carousel__content {
        padding: 0 1.66667vw;
        margin-top: 2.66667vw;
        text-align: center
    }

    .feature-column-carousel__eyebrow {
        padding-bottom: 3.33333vw
    }

    .feature-column-carousel__eyebrow-text {
        font-size: 3.33333vw
    }

    .feature-column-carousel__title {
        padding-bottom: 3.88889vw;
        font-size: 6.11111vw
    }

    .feature-column-carousel__title:last-child {
        padding-bottom: 6.66667vw
    }

    .feature-column-carousel__sub-title {
        padding-bottom: 5.55556vw;
        font-size: 4.16667vw
    }

    .feature-column-carousel__text {
        padding-bottom: 6.66667vw;
        font-size: 3.88889vw
    }

    .feature-column-carousel__button {
        margin-top: 2.22222vw;
        margin-bottom: 6.66667vw
    }

    .feature-column-carousel__button .cta--label {
        padding: 2.77778vw 0 3.05556vw
    }

    .feature-column-carousel__button br+.cta {
        margin-top: 2.22222vw
    }

    .feature-column-carousel__disclaimer {
        font-size: 2.77778vw
    }

    .feature-column-carousel__disclaimer span {
        min-height: 12.7778vw;
        padding-bottom: 11.1111vw
    }

    .feature-column-carousel__play-button::after {
        min-height: 26.3889vw;
        max-height: 26.3889vw
    }

    .feature-column-carousel__more-button a.cta {
        margin-top: 16.6667vw
    }

    .feature-column-carousel .indicator {
        margin-top: 3.33333vw;
        padding: 0 3.33333vw 6.66667vw
    }

    .feature-column-carousel__column .indicator {
        margin-top: 4.44444vw;
        padding-bottom: 4.44444vw
    }

    .feature-column-carousel__column.use-mobile-arrow [class^=swiper-button],
    .feature-column-carousel__column.use-mobile-indicator .indicator {
        display: block
    }

    .feature-column-carousel__column.use-mobile-carousel .feature-column-carousel__more-button {
        display: none
    }

    .feature-column-carousel__carousel.use-desktop-arrow [class^=swiper-button] {
        opacity: 0
    }

    .feature-column-carousel__carousel.use-mobile-arrow [class^=swiper-button] {
        opacity: 1
    }

    .feature-column-carousel__carousel.desktop-next-slide-to-show .swiper-button-prev {
        left: 3.33333vw
    }

    .feature-column-carousel__carousel.desktop-next-slide-to-show .swiper-button-next {
        right: 3.33333vw
    }

    .feature-column-carousel__carousel.use-desktop-indicator .indicator {
        display: none
    }

    .feature-column-carousel__carousel.use-mobile-indicator .indicator {
        display: block
    }

    .feature-column-carousel__carousel.use-desktop-back-button .indicator {
        left: 0
    }

    .feature-column-carousel .indicator-position-overlay .indicator {
        bottom: 4.44444vw
    }

    .feature-column-carousel .use-desktop-back-button {
        padding: 0
    }

    .feature-column-carousel__quick-button {
        display: none
    }

    .feature-column-carousel__video {
        width: auto;
        height: 0;
        padding-bottom: 56.25%
    }

    .feature-column-carousel__video .video {
        position: absolute;
        inset: 0
    }

    .feature-column-carousel__close {
        position: fixed;
        top: 2.5vw;
        width: 11.6667vw;
        height: 11.6667vw;
        right: 2.5vw;
        padding: 0
    }

    .feature-column-carousel__close svg.icon {
        width: 11.6667vw;
        height: 11.6667vw
    }

    [data-video-type=youtube]+.feature-column-carousel__close {
        top: 2.5vw
    }

    .feature-column-carousel--margin-top-normal {
        margin-top: 24.4444vw
    }

    .feature-column-carousel--margin-bottom-normal {
        margin-bottom: 24.4444vw
    }

    .feature-column-carousel__column--padding-top-normal {
        padding-top: 13.3333vw
    }

    .feature-column-carousel__column--padding-top-wide {
        padding-top: 26.6667vw
    }

    .feature-column-carousel__column--padding-bottom-normal {
        padding-bottom: 13.3333vw
    }

    .feature-column-carousel__column--padding-bottom-wide {
        padding-bottom: 26.6667vw
    }

    .feature-column-carousel--desktop-columns-space-normal .feature-column-carousel__column--mobile-columns-2 {
        margin: 0 -1.11111vw
    }

    .feature-column-carousel--desktop-columns-space-normal .feature-column-carousel__inner {
        margin-top: -2.22222vw
    }

    .feature-column-carousel--desktop-columns-space-wide .feature-column-carousel__column--mobile-columns-2 {
        margin: 0 -2.22222vw
    }

    .feature-column-carousel--desktop-columns-space-wide .feature-column-carousel__inner {
        margin-top: -4.44444vw
    }

    .feature-column-carousel--mobile-columns-space-narrow .feature-column-carousel__column--mobile-columns-2 {
        margin: 0 -1.11111vw
    }

    .feature-column-carousel--mobile-columns-space-narrow .feature-column-carousel__inner {
        margin-top: -2.22222vw
    }

    .feature-column-carousel--mobile-columns-space-normal .feature-column-carousel__column--mobile-columns-2 {
        margin: 0 -1.38889vw
    }

    .feature-column-carousel--mobile-columns-space-normal .feature-column-carousel__inner {
        margin-top: -2.77778vw
    }

    .feature-column-carousel--mobile-columns-space-wide .feature-column-carousel__column--mobile-columns-2 {
        margin: 0 -2.22222vw
    }

    .feature-column-carousel--mobile-columns-space-wide .feature-column-carousel__inner {
        margin-top: -4.44444vw
    }

    .feature-column-carousel--desktop-columns-space-normal.feature-column-carousel--width-1206-edge .feature-column-carousel__column,
    .feature-column-carousel--desktop-columns-space-normal.feature-column-carousel--width-1440-edge .feature-column-carousel__column,
    .feature-column-carousel--desktop-columns-space-wide.feature-column-carousel--width-1206-edge .feature-column-carousel__column,
    .feature-column-carousel--desktop-columns-space-wide.feature-column-carousel--width-1440-edge .feature-column-carousel__column,
    .feature-column-carousel--mobile-columns-space-narrow.feature-column-carousel--width-1206-edge .feature-column-carousel__column,
    .feature-column-carousel--mobile-columns-space-narrow.feature-column-carousel--width-1440-edge .feature-column-carousel__column,
    .feature-column-carousel--mobile-columns-space-normal.feature-column-carousel--width-1206-edge .feature-column-carousel__column,
    .feature-column-carousel--mobile-columns-space-normal.feature-column-carousel--width-1440-edge .feature-column-carousel__column,
    .feature-column-carousel--mobile-columns-space-wide.feature-column-carousel--width-1206-edge .feature-column-carousel__column,
    .feature-column-carousel--mobile-columns-space-wide.feature-column-carousel--width-1440-edge .feature-column-carousel__column {
        margin: 0 3.55556vw
    }

    .feature-column-carousel--desktop-columns-space-normal.feature-column-carousel--width-1206-edge .feature-column-carousel__column--mobile-columns-2,
    .feature-column-carousel--desktop-columns-space-normal.feature-column-carousel--width-1440-edge .feature-column-carousel__column--mobile-columns-2 {
        margin: 0 4.44444vw
    }

    .feature-column-carousel--desktop-columns-space-normal.feature-column-carousel--width-1206-edge .feature-column-carousel__inner,
    .feature-column-carousel--desktop-columns-space-normal.feature-column-carousel--width-1440-edge .feature-column-carousel__inner {
        margin-top: -2.22222vw
    }

    .feature-column-carousel--desktop-columns-space-wide.feature-column-carousel--width-1206-edge .feature-column-carousel__column--mobile-columns-2,
    .feature-column-carousel--desktop-columns-space-wide.feature-column-carousel--width-1440-edge .feature-column-carousel__column--mobile-columns-2 {
        margin: 0 3.33333vw
    }

    .feature-column-carousel--mobile-columns-space-narrow.feature-column-carousel--width-1206-edge .feature-column-carousel__column--mobile-columns-2,
    .feature-column-carousel--mobile-columns-space-narrow.feature-column-carousel--width-1440-edge .feature-column-carousel__column--mobile-columns-2 {
        margin: 0 4.44444vw
    }

    .feature-column-carousel--mobile-columns-space-narrow.feature-column-carousel--width-1206-edge .feature-column-carousel__inner,
    .feature-column-carousel--mobile-columns-space-narrow.feature-column-carousel--width-1440-edge .feature-column-carousel__inner {
        margin-top: -2.22222vw
    }

    .feature-column-carousel--mobile-columns-space-normal.feature-column-carousel--width-1206-edge .feature-column-carousel__column--mobile-columns-2,
    .feature-column-carousel--mobile-columns-space-normal.feature-column-carousel--width-1440-edge .feature-column-carousel__column--mobile-columns-2 {
        margin: 0 4.16667vw
    }

    .feature-column-carousel--mobile-columns-space-normal.feature-column-carousel--width-1206-edge .feature-column-carousel__inner,
    .feature-column-carousel--mobile-columns-space-normal.feature-column-carousel--width-1440-edge .feature-column-carousel__inner {
        margin-top: -2.77778vw
    }

    .feature-column-carousel--mobile-columns-space-wide.feature-column-carousel--width-1206-edge .feature-column-carousel__column--mobile-columns-2,
    .feature-column-carousel--mobile-columns-space-wide.feature-column-carousel--width-1440-edge .feature-column-carousel__column--mobile-columns-2 {
        margin: 0 3.33333vw
    }

    .feature-column-carousel--mobile-columns-space-wide.feature-column-carousel--width-1206-edge .feature-column-carousel__inner,
    .feature-column-carousel--mobile-columns-space-wide.feature-column-carousel--width-1440-edge .feature-column-carousel__inner {
        margin-top: -4.44444vw
    }

    .feature-column-carousel--desktop-columns-space-normal .feature-column-carousel__item {
        margin-top: 2.22222vw;
        padding: 0 1.11111vw
    }

    .feature-column-carousel--desktop-columns-space-wide .feature-column-carousel__item {
        margin: 4.44444vw 4.44444vw 0 0;
        width: 50vw !important
    }

    .feature-column-carousel--desktop-columns-space-normal.feature-column-carousel--width-1206-edge .feature-column-carousel__inner,
    .feature-column-carousel--desktop-columns-space-normal.feature-column-carousel--width-1440-edge .feature-column-carousel__inner,
    .feature-column-carousel--desktop-columns-space-wide.feature-column-carousel--width-1206-edge .feature-column-carousel__inner,
    .feature-column-carousel--desktop-columns-space-wide.feature-column-carousel--width-1440-edge .feature-column-carousel__inner {
        padding: 0
    }

    .feature-column-carousel--mobile-columns-space-none .feature-column-carousel__item {
        padding: 0 !important;
        margin: 0 !important
    }

    .feature-column-carousel--mobile-columns-space-narrow .feature-column-carousel__item {
        margin-top: 2.22222vw;
        padding: 0 1.11111vw
    }

    .feature-column-carousel--mobile-columns-space-normal .feature-column-carousel__item {
        margin-top: 2.77778vw;
        padding: 0 1.38889vw
    }

    .feature-column-carousel--mobile-columns-space-wide .feature-column-carousel__item {
        margin-top: 4.44444vw;
        padding: 0 2.22222vw
    }

    .feature-column-carousel--mobile-columns-space-none .feature-column-carousel__column .feature-column-carousel__inner {
        margin-top: 0
    }

    .feature-column-carousel__column.use-mobile-carousel .feature-column-carousel__inner,
    .feature-column-carousel__column.use-mobile-carousel .feature-column-carousel__item {
        margin-top: 0
    }

    .feature-column-carousel__carousel.desktop-next-slide-to-show {
        overflow: hidden;
        width: 100%
    }

    .feature-column-carousel__carousel.desktop-next-slide-to-show .feature-column-carousel__item {
        width: 100vw
    }

    .use-mobile-carousel.use-see-more-button .feature-column-carousel__item {
        display: block !important;
        opacity: 1 !important
    }

    .feature-column-carousel__figure img {
        width: 100%
    }

    .feature-column-carousel__figure .image__preview {
        height: auto
    }
}

.support-product-hero {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box
}

.support-product-hero::after,
.support-product-hero::before {
    content: "";
    display: block;
    clear: both
}

.support-product-hero__container {
    padding: 48px 48px 0;
    position: relative;
    z-index: 10;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly
}

.support-product-hero__container::after,
.support-product-hero__container::before {
    content: "";
    display: block;
    clear: both
}

.support-product-hero__image {
    width: 50vw;
}

.support-product-hero__icon-alarm {
    height: 48px;
    padding-right: 6px;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center
}

.support-product-hero__alarm-btn {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px
}

.support-product-hero__alarm-btn svg.icon {
    width: 100%;
    height: 100%
}

.support-product-hero__icon-alarm-number {
    position: absolute;
    top: -4px;
    right: -8px;
    min-width: 16px;
    padding: 0 2px;
    height: 16px;
    line-height: 16px;
    background: #ef3434;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-size: 12px
}

.support-product-hero__contents {
    width: 50vw;
}

.support-product-hero__product-name {
    font-family: SamsungSharpSans, arial, sans-serif;
    font-size: 48px;
    color: #000;
    line-height: 1.2
}

.support-product-hero__product-code {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.33
}

.support-product-hero__menu-wrap {
    margin-top: 24px
}

.support-product-hero__menu-wrap::after,
.support-product-hero__menu-wrap::before {
    content: "";
    display: block;
    clear: both
}

.support-product-hero__menu-wrap .support-product-hero__menu-inner {
    float: left
}

.support-product-hero__menu-wrap .support-product-hero__menu-inner::after,
.support-product-hero__menu-wrap .support-product-hero__menu-inner::before {
    content: "";
    display: block;
    clear: both
}

.support-product-hero__menu-wrap .support-product-hero__menu {
    float: left;
    margin-left: 24px;
    width: 212px
}

.support-product-hero__menu-wrap .support-product-hero__menu:first-child {
    margin-left: 0
}

.support-product-hero__menu-wrap .support-product-hero__menu .menu {
    width: 100%;
    border-bottom: 1px solid #ddd
}

.support-product-hero__menu-wrap .support-product-hero__menu .menu__select {
    width: 100%;
    height: 40px
}

.support-product-hero__menu-wrap .support-product-hero__menu .menu__select-field {
    height: 40px;
    text-align: left
}

.support-product-hero__menu-wrap .support-product-hero__menu .menu__select-field .menu__select-field-text {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    padding-right: 16px
}

.support-product-hero__menu-wrap .support-product-hero__menu .menu__list-wrap {
    top: 40px
}

.support-product-hero__menu-wrap .support-product-hero__menu .menu__select-field-icon {
    right: 0;
    width: 16px;
    height: 16px
}

.support-product-hero__menu-wrap .support-product-hero__menu .menu__list-option-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: calc(1.33em);
    line-height: 1.33
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .support-product-hero__menu-wrap .support-product-hero__menu .menu__list-option-text {
        max-height: none
    }
}

.support-product-hero__menu-wrap .support-product-hero--submit {
    float: left;
    margin-left: 24px
}

.support-product-hero__cta {
    margin-top: 8px;
    font-size: 0
}

.support-product-hero__cta .cta+.cta {
    margin-left: 20px
}

.support-product-hero__menu-wrap+.support-product-hero__cta {
    margin-top: 14px
}

.support-product-hero__topic-title {
    margin-top: 32px;
    font-family: SamsungSharpSans, arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
    color: #000
}

.support-product-hero__topic-list {
    margin-top: 16px;
    font-size: 0
}

.support-product-hero__topic-link {
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.33;
    max-width: 100%;
    color: #000;
    vertical-align: top
}

.support-product-hero__topic-link::before {
    content: "ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢";
    position: absolute;
    top: 0;
    left: 0
}

.support-product-hero__topic-link:focus,
.support-product-hero__topic-link:hover {
    color: #2189ff;
    text-decoration: underline
}

.support-product-hero__download-cta {
    margin-top: 24px
}

.support-product-hero__download-cta>.cta--icon {
    padding: 0
}

.support-product-hero__lnb {
    display: flex;
    width: 100%;
    padding: 0 4px 0 24px;
    background: #fff;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.support-product-hero__lnb-container {
    font-size: 0
}

.support-product-hero__lnb-product-code,
.support-product-hero__lnb-product-name {
    display: inline-block;
    font-family: SamsungSharpSans, arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.33;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.support-product-hero__lnb-product-name {
    position: relative;
    padding-right: 16px;
    max-width: 170px
}

.support-product-hero__lnb-product-code {
    margin-left: 16px;
    max-width: 154px
}

.support-product-hero__lnb-product-name::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 22px;
    background: #ddd
}

.support-product-hero__nav-menu-lists {
    height: 56px
}

.support-product-hero__nav-menu-lists .swiper-container {
    height: 100%
}

.support-product-hero__nav-menu-lists .swiper-wrapper {
    display: block;
    text-align: right
}

.support-product-hero__nav-menu-lists .swiper-slide {
    display: inline-block;
    width: auto;
    padding: 0 32px
}

.support-product-hero__nav-menu-lists .support-product-hero__nav-link {
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    color: #000;
    font-size: 14px;
    transition: color .2s cubic-bezier(.4, 0, .2, 1) 0s;
    line-height: 1.33;
    text-align: center;
    position: relative
}

.support-product-hero__nav-menu-lists .support-product-hero__nav-link.is-active {
    font-weight: 700
}

.support-product-hero__nav-menu-lists .support-product-hero__nav-link.is-active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #000
}

.support-product-hero__lnb.bg-black .support-product-hero__nav-menu-lists .support-product-hero__nav-link {
    color: #fff
}

.support-product-hero__lnb.bg-black .support-product-hero__nav-menu-lists .support-product-hero__nav-link.is-active::after {
    background: #fff
}

.support-product-hero__nav-menu-bg-left,
.support-product-hero__nav-menu-bg-right {
    display: none
}

.support-product-hero.is-fixed {
    padding-bottom: 56px
}

.support-product-hero.is-fixed .support-product-hero__lnb {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1440px;
    z-index: 2000
}

.support-product-hero .layer-popup-dim {
    position: fixed;
    inset: 0;
    background: #000;
    opacity: .68;
    z-index: 3100
}

.support-product-hero .layer-popup {
    display: none;
    position: fixed;
    inset: 0;
    letter-spacing: -4px;
    text-align: center;
    z-index: 3100
}

.support-product-hero .layer-popup::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.support-product-hero .layer-popup__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 920px;
    border-radius: 20px;
    background: #fff;
    line-height: 1.33;
    padding: 80px 0 24px 24px;
    text-align: left;
    vertical-align: middle;
    letter-spacing: 0
}

.support-product-hero .layer-popup__close {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 48px;
    height: 48px;
    color: transparent;
    text-indent: -9999px
}

.support-product-hero .layer-popup__close .icon {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 24px;
    height: 24px
}

.support-product-hero .layer-popup__back {
    position: absolute;
    left: 12px;
    top: 12px;
    width: 48px;
    height: 48px
}

.support-product-hero .layer-popup__back .icon {
    position: absolute;
    left: 12px;
    top: 12px;
    width: 24px;
    height: 24px
}

.support-product-hero .news-alert__list {
    padding-right: 24px
}

.support-product-hero .news-alert__item {
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px solid #ddd
}

.support-product-hero .news-alert__link {
    display: block;
    position: relative;
    color: #000;
    padding-right: 84px
}

.support-product-hero .news-alert__link svg {
    position: absolute;
    top: 24px;
    right: 0;
    width: 24px;
    height: 24px
}

.support-product-hero .news-alert__title {
    display: block;
    height: auto;
    margin-top: 4px
}

.support-product-hero .news-alert__title strong {
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: calc(1.33em);
    line-height: 1.33
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .support-product-hero .news-alert__title strong {
        max-height: none
    }
}

.support-product-hero .news-alert__hashtag {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.33;
    height: auto
}

.support-product-hero .news-alert__date {
    margin-top: 4.4px;
    font-size: 12px;
    line-height: 1.33
}

.support-product-hero .news-alerts-detail-content-wrap {
    padding: 24px 24px 0 0
}

.support-product-hero .news-alerts-detail__title {
    padding-bottom: 24px
}

.support-product-hero .news-alerts-detail__title h2 {
    margin-top: 4px;
    font-size: 18px;
    line-height: 1.33;
    overflow-wrap: break-word
}

.support-product-hero .news-alerts-detail__hashtag {
    margin-top: 4px;
    height: auto;
    overflow-wrap: break-word
}

.support-product-hero .news-alerts-detail__date {
    margin-top: 4.4px;
    font-size: 12px
}

.support-product-hero .news-alerts-detail__contents {
    overflow-x: auto;
    font-size: 14px;
    margin-top: 24px
}

.support-product-hero .news-alerts-detail__contents table {
    table-layout: initial
}

.support-product-hero .news-alerts-detail__contents table,
.support-product-hero .news-alerts-detail__contents tbody,
.support-product-hero .news-alerts-detail__contents td,
.support-product-hero .news-alerts-detail__contents th,
.support-product-hero .news-alerts-detail__contents thead {
    vertical-align: middle
}

.support-product-hero .news-alerts-detail__contents img {
    max-width: 100%
}

.support-product-hero__lnb-fixed {
    padding-top: 56px
}

@media only screen and (min-width:768px) and (max-width:1440px) {
    .support-product-hero__container {
        padding: 3.33333vw 9.86111vw .33333vw
    }

    .support-product-hero__news .support-product-hero__image {
        margin-top: 2.8vw
    }

    .support-product-hero__icon-alarm {
        height: 3.33333vw;
        padding-right: .416667vw
    }

    .support-product-hero__alarm-btn {
        width: 2.5vw;
        height: 2.5vw
    }

    .support-product-hero__icon-alarm-number {
        top: -.277778vw;
        padding: 0 .138889vw;
        right: -.555556vw;
        min-width: 1.11111vw;
        height: 1.11111vw;
        line-height: 1.11111vw;
        border-radius: .555556vw;
        font-size: .833333vw
    }

    .support-product-hero__contents {
        margin-left: 0
    }

    .support-product-hero__product-name {
        font-size: 3.33333vw
    }

    .support-product-hero__product-code {
        margin-top: .555556vw;
        font-size: .972222vw
    }

    .support-product-hero__menu-wrap {
        margin-top: 1.66667vw
    }

    .support-product-hero__menu-wrap .support-product-hero__menu {
        width: 14.7222vw;
        margin-left: 1.66667vw
    }

    .support-product-hero__menu-wrap .support-product-hero__menu .menu__select {
        height: 2.77778vw
    }

    .support-product-hero__menu-wrap .support-product-hero__menu .menu__select-field {
        height: 2.77778vw
    }

    .support-product-hero__menu-wrap .support-product-hero__menu .menu__select-field .menu__select-field-text {
        font-size: 1.25vw;
        padding-right: 1.11111vw
    }

    .support-product-hero__menu-wrap .support-product-hero__menu .menu__list-wrap {
        top: 2.77778vw
    }

    .support-product-hero__menu-wrap .support-product-hero__menu .menu__select-field-icon {
        width: 1.11111vw;
        height: 1.11111vw
    }

    .support-product-hero__menu-wrap .support-product-hero--submit {
        margin-left: 1.66667vw
    }

    .support-product-hero__cta {
        margin-top: .555556vw
    }

    .support-product-hero__cta .cta+.cta {
        margin-left: 1.38889vw
    }

    .support-product-hero__menu-wrap+.support-product-hero__cta {
        margin-top: .972222vw
    }

    .support-product-hero__topic-title {
        margin-top: 2.22222vw;
        font-size: 1.66667vw
    }

    .support-product-hero__topic-list {
        margin-top: 1.11111vw
    }

    .support-product-hero__topic-link {
        padding-left: .694444vw;
        font-size: .972222vw
    }

    .support-product-hero__download-cta {
        margin-top: 1.66667vw
    }

    .support-product-hero__lnb {
        padding: 0 .277778vw 0 1.66667vw
    }

    .support-product-hero__lnb-product-code,
    .support-product-hero__lnb-product-name {
        font-size: 1.11111vw
    }

    .support-product-hero__lnb-product-name {
        padding-right: 1.11111vw;
        max-width: 11.8056vw
    }

    .support-product-hero__lnb-product-code {
        margin-left: 1.11111vw;
        max-width: 10.6944vw
    }

    .support-product-hero__lnb-product-name::after {
        height: 1.52778vw
    }

    .support-product-hero__nav-menu-lists {
        height: 3.88889vw
    }

    .support-product-hero__nav-menu-lists .swiper-slide {
        padding: 0 2.22222vw
    }

    .support-product-hero__nav-menu-lists .support-product-hero__nav-link {
        font-size: .972222vw
    }

    .support-product-hero.is-fixed {
        padding-bottom: 3.88889vw
    }

    .support-product-hero.is-fixed .support-product-hero__lnb {
        width: 100%
    }

    .support-product-hero .layer-popup__inner {
        width: 63.8889vw;
        border-radius: 1.38889vw;
        padding: 5.55556vw 0 1.66667vw 1.66667vw
    }

    .support-product-hero .layer-popup__close {
        right: .833333vw;
        top: .833333vw;
        width: 3.33333vw;
        height: 3.33333vw
    }

    .support-product-hero .layer-popup__close .icon {
        right: .833333vw;
        top: .833333vw;
        width: 1.66667vw;
        height: 1.66667vw
    }

    .support-product-hero .layer-popup__back {
        left: .833333vw;
        top: .833333vw;
        width: 3.33333vw;
        height: 3.33333vw
    }

    .support-product-hero .layer-popup__back .icon {
        left: .833333vw;
        top: .833333vw;
        width: 1.66667vw;
        height: 1.66667vw
    }

    .support-product-hero .layer-popup .news-alert__list {
        padding-right: 1.66667vw
    }

    .support-product-hero .layer-popup .news-alert__item {
        padding: 1.66667vw 0
    }

    .support-product-hero .layer-popup .news-alert__link {
        padding-right: 5.83333vw
    }

    .support-product-hero .layer-popup .news-alert__link svg {
        position: absolute;
        top: 1.66667vw;
        width: 1.66667vw;
        height: 1.66667vw
    }

    .support-product-hero .layer-popup .news-alert__title {
        margin-top: .277778vw
    }

    .support-product-hero .layer-popup .news-alert__title strong {
        font-size: 1.25vw
    }

    .support-product-hero .layer-popup .news-alert__hashtag {
        margin-top: .277778vw;
        font-size: .972222vw
    }

    .support-product-hero .layer-popup .news-alert__date {
        margin-top: .305556vw;
        font-size: .833333vw
    }

    .support-product-hero .layer-popup .news-alerts-detail-content-wrap {
        padding: 1.66667vw 1.66667vw 0 0
    }

    .support-product-hero .layer-popup .news-alerts-detail__title {
        padding-bottom: 1.66667vw
    }

    .support-product-hero .layer-popup .news-alerts-detail__title h2 {
        margin-top: .277778vw;
        font-size: 1.25vw
    }

    .support-product-hero .layer-popup .news-alerts-detail__hashtag {
        margin-top: .277778vw
    }

    .support-product-hero .layer-popup .news-alerts-detail__date {
        margin-top: .305556vw;
        font-size: .833333vw
    }

    .support-product-hero .layer-popup .news-alerts-detail__contents {
        font-size: .972222vw;
        margin-top: 1.66667vw
    }

    .support-product-hero__lnb-fixed {
        padding-top: 3.88889vw
    }
}

@media only screen and (max-width:767px) {
    .support-product-hero__container {
        padding: 6.66667vw 6.66667vw .66667vw;
        display: contents
    }

    .support-product-hero__image {
        margin-bottom: 0
    }

    .support-product-hero__news .support-product-hero__image {
        margin-top: 0;
        width: auto;
        height: 42vw;
        transform: scale(.5);
        transform-origin: top center;
        margin-top: 20px
    }

    .support-product-hero__icon-alarm {
        padding-right: 0;
        height: 11.1111vw
    }

    .support-product-hero__alarm-btn {
        width: 6.66667vw;
        height: 6.66667vw
    }

    .support-product-hero__icon-alarm-number {
        top: -1.11111vw;
        padding: 0 .555556vw;
        right: -2.22222vw;
        min-width: 4.44444vw;
        height: 4.44444vw;
        line-height: 4.44444vw;
        border-radius: 2.22222vw;
        font-size: 3.33333vw
    }

    .support-product-hero__contents {
        margin-left: 0;
        margin-top: 5px;
        margin-bottom: 10px;
        width: 100vw;
        text-align: center
    }

    .support-product-hero__product-name {
        width: 100%;
        font-size: 5vw;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: calc(2.66em);
        line-height: 1.33;
        text-align: center
    }

    .support-product-hero__product-code {
        margin-top: 2.22222vw;
        font-size: 3.33333vw;
        text-align: center
    }

    .support-product-hero__menu-wrap {
        margin-top: 4.44444vw
    }

    .support-product-hero__menu-wrap .support-product-hero__menu-inner {
        float: none;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center
    }

    .support-product-hero__menu-wrap .support-product-hero__menu {
        float: none;
        -webkit-box-flex: 1;
        flex: 1 1 0%;
        max-width: 41.1111vw
    }

    .support-product-hero__menu-wrap .support-product-hero__menu .menu {
        min-width: auto
    }

    .support-product-hero__menu-wrap .support-product-hero__menu .menu__select {
        height: 10vw
    }

    .support-product-hero__menu-wrap .support-product-hero__menu .menu__select-field {
        height: 10vw
    }

    .support-product-hero__menu-wrap .support-product-hero__menu .menu__select-field .menu__select-field-text {
        padding-right: 4.44444vw;
        font-size: 3.88889vw
    }

    .support-product-hero__menu-wrap .support-product-hero__menu .menu__list-wrap {
        top: 10vw
    }

    .support-product-hero__menu-wrap .support-product-hero__menu .menu__select-field-icon {
        width: 4.44444vw;
        height: 4.44444vw
    }

    .support-product-hero__menu-wrap .support-product-hero__menu+.support-product-hero__menu {
        margin-left: 4.44444vw
    }

    .support-product-hero__menu-wrap .support-product-hero--submit {
        float: none;
        width: auto;
        margin: 8.88889vw 0 0
    }

    .support-product-hero__cta {
        display: flex;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        margin-top: 1vw
    }

    .support-product-hero__cta .cta+.cta {
        margin-left: 0
    }

    .support-product-hero__menu-wrap+.support-product-hero__cta {
        margin-top: 3.88889vw
    }

    .support-product-hero__us-only .support-product-hero__menu-wrap {
        text-align: center
    }

    .support-product-hero__us-only .support-product-hero__menu-wrap .support-product-hero__menu-inner {
        text-align: left
    }

    .support-product-hero__us-only .support-product-hero__menu-wrap+.support-product-hero__cta {
        margin-top: 4.44444vw
    }

    .support-product-hero__topic-title {
        margin-top: 8.88889vw;
        font-size: 4.44444vw
    }

    .support-product-hero__topic-list {
        margin: 2.22222vw 0 0
    }

    .support-product-hero__topic-link {
        white-space: normal;
        padding-left: 2.77778vw;
        font-size: 3.88889vw;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: calc(2.66em);
        line-height: 1.33
    }

    .support-product-hero__download-cta {
        margin-top: 4.44444vw
    }

    .support-product-hero__lnb {
        height: 28.8889vw;
        display: block;
        padding: 0;
        background: #fff
    }

    .support-product-hero__lnb-container {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        height: 15.5556vw;
        padding: 0 6.38889vw 0 6.66667vw
    }

    .support-product-hero__lnb-product-code,
    .support-product-hero__lnb-product-name {
        font-size: 4.44444vw
    }

    .support-product-hero__lnb-product-name {
        max-width: 46.3889vw;
        padding-right: 4.44444vw
    }

    .support-product-hero__lnb-product-code {
        max-width: 31.3889vw;
        margin-left: 4.44444vw
    }

    .support-product-hero__lnb-product-name::after {
        height: 6.11111vw
    }

    .support-product-hero__nav-menu-lists {
        display: block;
        position: relative;
        height: 13.3333vw;
        padding: 0 1.11111vw;
        background: #f7f7f7
    }

    .support-product-hero__nav-menu-lists .swiper-wrapper {
        display: flex;
        text-align: left
    }

    .support-product-hero__nav-menu-lists .swiper-slide {
        padding: 0 5.55556vw
    }

    .support-product-hero__nav-menu-lists .support-product-hero__nav-link {
        font-size: 3.88889vw
    }

    .support-product-hero__nav-menu-lists .swiper-slide:last-child .support-product-hero__nav-link {
        padding-right: 4.44444vw
    }

    .support-product-hero__lnb.bg-black .support-product-hero__nav-menu-lists {
        background: #000;
        border-top: 1px solid #ddd
    }

    .support-product-hero__nav-menu-bg-left {
        left: 0;
        background: linear-gradient(to left, rgba(247, 247, 247, 0), #f7f7f7 98%)
    }

    .support-product-hero__nav-menu-bg-right {
        right: 0;
        background: linear-gradient(to right, rgba(247, 247, 247, 0), #f7f7f7 98%)
    }

    .support-product-hero__nav-menu-bg-left,
    .support-product-hero__nav-menu-bg-right {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 10;
        width: 6.66667vw
    }

    .support-product-hero__nav-menu-bg-left.is-active,
    .support-product-hero__nav-menu-bg-right.is-active {
        display: block
    }

    .support-product-hero__lnb.bg-black .support-product-hero__nav-menu-bg-left {
        background: linear-gradient(to left, rgba(0, 0, 0, 0), #000 98%)
    }

    .support-product-hero__lnb.bg-black .support-product-hero__nav-menu-bg-right {
        background: linear-gradient(to right, rgba(0, 0, 0, 0), #000 98%)
    }

    .support-product-hero.is-fixed {
        padding-bottom: 28.8889vw
    }

    .support-product-hero.is-fixed .support-product-hero__lnb {
        width: 100%;
        left: 0;
        transform: translateX(0)
    }

    .support-product-hero .layer-popup__inner {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translateX(0) translateY(0);
        border-radius: 0;
        padding: 19.4444vw 0 6.66667vw 6.66667vw
    }

    .support-product-hero .layer-popup__close {
        right: 3.33333vw;
        top: 3.33333vw;
        width: 13.3333vw;
        height: 13.3333vw
    }

    .support-product-hero .layer-popup__close .icon {
        right: 3.33333vw;
        top: 3.33333vw;
        width: 6.66667vw;
        height: 6.66667vw
    }

    .support-product-hero .layer-popup__back {
        left: 3.33333vw;
        top: 3.33333vw;
        width: 13.3333vw;
        height: 13.3333vw
    }

    .support-product-hero .layer-popup__back .icon {
        left: 3.33333vw;
        top: 3.33333vw;
        width: 6.66667vw;
        height: 6.66667vw
    }

    .support-product-hero .layer-popup .news-alert__list {
        padding-right: 6.66667vw
    }

    .support-product-hero .layer-popup .news-alert__item {
        padding: 4.44444vw 0
    }

    .support-product-hero .layer-popup .news-alert__link {
        padding-right: 6.66667vw
    }

    .support-product-hero .layer-popup .news-alert__link svg {
        top: 5.55556vw;
        width: 6.66667vw;
        height: 6.66667vw
    }

    .support-product-hero .layer-popup .news-alert__title {
        margin-top: 1.11111vw
    }

    .support-product-hero .layer-popup .news-alert__title strong {
        font-size: 3.88889vw
    }

    .support-product-hero .layer-popup .news-alert__hashtag {
        margin-top: 1.11111vw;
        font-size: 3.33333vw
    }

    .support-product-hero .layer-popup .news-alert__date {
        margin-top: 1.11111vw;
        font-size: 2.77778vw
    }

    .support-product-hero .news-alerts-detail-content-wrap {
        padding: 4.44444vw 6.66667vw 0 0
    }

    .support-product-hero .news-alerts-detail__title {
        padding-bottom: 4.44444vw
    }

    .support-product-hero .news-alerts-detail__title h2 {
        margin-top: 1.11111vw;
        font-size: 3.88889vw
    }

    .support-product-hero .news-alerts-detail__hashtag {
        margin-top: 1.11111vw
    }

    .support-product-hero .news-alerts-detail__date {
        margin-top: 1.11111vw;
        font-size: 2.77778vw
    }

    .support-product-hero .news-alerts-detail__contents {
        font-size: 3.33333vw;
        margin-top: 8.88889vw
    }

    .support-product-hero__lnb-fixed {
        padding-top: 28.8889vw
    }
}

@media not all {
    .support-product-hero__product-name {
        max-height: none
    }
}

@media not all {
    .support-product-hero__topic-link {
        max-height: none
    }
}

.feature-benefit-card {
    max-width: 1440px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0 auto;
    line-height: 1.33
}

.feature-benefit-card__head-title {
    width: 1392px;
    margin: 0 auto 30px;
    padding-top: 48px;
    font-size: 38px;
    font-family: SamsungSharpSans, arial, sans-serif;
    font-weight: 700;
    color: #000;
    text-align: center;
    overflow-wrap: break-word
}

.feature-benefit-card__head-description {
    width: 1392px;
    margin: 0 auto 16px;
    font-size: 14px;
    text-align: center;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: calc(1.33em);
    line-height: 1.33;
    overflow-wrap: break-word
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .feature-benefit-card__head-description {
        max-height: none
    }
}

.feature-benefit-card__card-wrap {
    display: block;
    justify-content: center
}

.feature-benefit-card__card {
    width: 100%;
    height: 1px;
    min-height: auto
}

.feature-benefit-card__card-inner {
    display: flex;
    overflow: hidden;
    position: relative;
    height: 100%;
    margin: 0 12px;
    border-radius: 20px;
    color: #000;
    width: 210px;
    height: 210px
}

.feature-benefit-card__card-inner.text-color--white>* {
    color: #fff
}

.feature-benefit-card__card-inner.text-color--white .cta:focus,
.feature-benefit-card__card-inner.text-color--white .cta:hover {
    outline-color: #fff
}

.feature-benefit-card__text-wrap {
    position: relative;
    width: 100%;
    z-index: 1
}

.feature-benefit-card__text-wrap-inner {
    padding: 125px 25px 25px
}

.feature-benefit-card__figure {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    position: relative;
    width: 100%;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1) 0s, -webkit-transform .3s cubic-bezier(.4, 0, .2, 1) 0s
}

.feature-benefit-card--icon-image .feature-benefit-card__figure {
    position: absolute;
    left: 50%;
    margin-left: -48px;
    bottom: 80px;
    width: 96px;
    height: 96px
}

.feature-benefit-card__eyebrow-text {
    overflow: hidden;
    margin-bottom: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    font-family: SamsungSharpSans, arial, sans-serif
}

.feature-benefit-card__title {
    font-size: 16px;
    font-family: SamsungOne, arial, sans-serif;
    display: inline-grid;
    justify-content: center;
    align-items: center;
    text-align: center
}

.feature-benefit-card__description {
    margin-top: 8px;
    font-size: 14px;
    overflow-wrap: break-word
}

.feature-benefit-card__cta {
    padding-top: 16px
}

.feature-benefit-card__card .feature-benefit-card__cta span.cta:focus::after,
.feature-benefit-card__card .feature-benefit-card__cta span.cta:hover::after {
    animation: 0s ease 0s 1 normal none running none
}

.feature-benefit-card__card .feature-benefit-card__cta span.cta--underline.cta--black:focus,
.feature-benefit-card__card .feature-benefit-card__cta span.cta--underline.cta--black:hover {
    color: #000 !important
}

.feature-benefit-card__card .feature-benefit-card__cta span.cta--underline.cta--white:focus,
.feature-benefit-card__card .feature-benefit-card__cta span.cta--underline.cta--white:hover {
    color: #fff !important
}

.feature-benefit-card__card .feature-benefit-card__cta span.cta--contained.cta--black:focus,
.feature-benefit-card__card .feature-benefit-card__cta span.cta--contained.cta--black:hover {
    color: #fff !important;
    background-color: #000 !important
}

.feature-benefit-card__card .feature-benefit-card__cta span.cta--contained.cta--white:focus,
.feature-benefit-card__card .feature-benefit-card__cta span.cta--contained.cta--white:hover {
    color: #000 !important;
    background-color: #fff !important
}

.feature-benefit-card__card--contents-type-image {
    -webkit-box-pack: center;
    justify-content: center
}

.feature-benefit-card__card--contents-type-image .feature-benefit-card--desktop-layout-1 .feature-benefit-card__text-wrap,
.feature-benefit-card__card--contents-type-image .feature-benefit-card__text-wrap {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    width: 100%
}

.feature-benefit-card__card--contents-type-image .feature-benefit-card--desktop-layout-1 .feature-benefit-card__figure,
.feature-benefit-card__card--contents-type-image .feature-benefit-card__figure {
    margin-left: -100%
}

.feature-benefit-card__card--contents-type-image .feature-benefit-card__figure .image,
.feature-benefit-card__card--contents-type-image .feature-benefit-card__figure img {
    height: 100%
}

.feature-benefit-card--desktop-layout-1 .feature-benefit-card__text-wrap {
    display: flex
}

.feature-benefit-card--desktop-layout-1 .feature-benefit-card__text-wrap .feature-benefit-card__text-wrap-inner {
    display: flex;
    width: 100%;
    padding: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center
}

.feature-benefit-card--desktop-layout-1 .feature-benefit-card__text-wrap .feature-benefit-card__text-wrap-inner .feature-benefit-card__text-wrap-area {
    display: inline-block;
    width: 636px
}

.feature-benefit-card--desktop-layout-1 .feature-benefit-card__eyebrow-text {
    margin-bottom: 4px
}

.feature-benefit-card--desktop-layout-1 .feature-benefit-card__title {
    font-size: 38px;
    line-height: 1.2
}

.feature-benefit-card--desktop-layout-2 .feature-benefit-card__card {
    width: 50%
}

.feature-benefit-card--desktop-layout-3 .feature-benefit-card__card {
    width: 33.3333%
}

.feature-benefit-card--desktop-layout-4 .feature-benefit-card__card {
    height: inherit
}

.feature-benefit-card.bg-light-gray .feature-benefit-card__head-description,
.feature-benefit-card.bg-light-gray .feature-benefit-card__head-title,
.feature-benefit-card.bg-white .feature-benefit-card__head-description,
.feature-benefit-card.bg-white .feature-benefit-card__head-title {
    color: #000
}

.feature-benefit-card.bg-black .feature-benefit-card__head-description,
.feature-benefit-card.bg-black .feature-benefit-card__head-title,
.feature-benefit-card.bg-dark-gray .feature-benefit-card__head-description,
.feature-benefit-card.bg-dark-gray .feature-benefit-card__head-title {
    color: #fff
}

.feature-benefit-card.desktop-text-align--left .feature-benefit-card__text-wrap {
    text-align: left
}

.feature-benefit-card.desktop-text-align--center .feature-benefit-card__text-wrap {
    text-align: center
}

.feature-benefit-card.desktop-text-align--right .feature-benefit-card__text-wrap {
    text-align: right
}

.feature-benefit-card--desktop-layout-1.desktop-text-align--center .feature-benefit-card__text-wrap .feature-benefit-card__text-wrap-inner {
    -webkit-box-align: center;
    align-items: center
}

.feature-benefit-card--desktop-layout-1.desktop-text-align--right .feature-benefit-card__text-wrap {
    text-align: left
}

.feature-benefit-card--desktop-layout-1.desktop-text-align--right .feature-benefit-card__text-wrap .feature-benefit-card__text-wrap-inner {
    -webkit-box-align: end;
    align-items: flex-end
}

.feature-benefit-card--icon-image {
    text-align: center
}

.feature-benefit-card--icon-image .feature-benefit-card__text-wrap-inner {
    padding-bottom: 276px
}

.feature-benefit-card--use-mouseover-interaction .feature-benefit-card__card.is-focus .feature-benefit-card__figure {
    transform: scale(1.1)
}

@media only screen and (min-width:768px) and (max-width:1440px) {
    .feature-benefit-card {
        max-width: 100vw;
        padding-left: .833333vw;
        padding-right: .833333vw
    }

    .feature-benefit-card__head-title {
        width: 96.6667vw;
        padding-top: 3.33333vw;
        margin-bottom: 1.11111vw;
        font-size: 2.63889vw
    }

    .feature-benefit-card__head-description {
        width: 96.6667vw;
        margin-bottom: 1.11111vw;
        font-size: .972222vw
    }

    .feature-benefit-card__card-wrap {
        padding: 1.66667vw 0 0
    }

    .feature-benefit-card__card {
        min-height: 30.5556vw
    }

    .feature-benefit-card__card-inner {
        margin: 0 .833333vw;
        border-radius: 1.38889vw
    }

    .feature-benefit-card--icon-image .feature-benefit-card__figure {
        bottom: 5.55556vw;
        width: 6.66667vw;
        height: 6.66667vw;
        margin-left: -3.33333vw
    }

    .feature-benefit-card__eyebrow-text {
        margin-bottom: .277778vw;
        font-size: 1.11111vw
    }

    .feature-benefit-card__title {
        font-size: 16px
    }

    .feature-benefit-card__description {
        margin-top: .555556vw;
        font-size: .972222vw
    }

    .feature-benefit-card__cta {
        padding-top: 1.11111vw
    }

    .feature-benefit-card--desktop-layout-1 .feature-benefit-card__text-wrap .feature-benefit-card__text-wrap-inner {
        padding: 3.33333vw
    }

    .feature-benefit-card--desktop-layout-1 .feature-benefit-card__text-wrap .feature-benefit-card__text-wrap-inner .feature-benefit-card__text-wrap-area {
        width: 44.1667vw
    }

    .feature-benefit-card--desktop-layout-1 .feature-benefit-card__eyebrow-text {
        margin-bottom: .277778vw
    }

    .feature-benefit-card--desktop-layout-1 .feature-benefit-card__title {
        font-size: 2.63889vw
    }

    .feature-benefit-card--desktop-layout-1 .feature-benefit-card__description {
        font-size: .972222vw
    }

    .feature-benefit-card--icon-image .feature-benefit-card__text-wrap-inner {
        padding-bottom: 19.1667vw
    }
}

@media only screen and (max-width:767px) {
    .feature-benefit-card {
        display: block;
        max-width: initial;
        padding-left: 2.44444vw;
        padding-right: 2.44444vw
    }

    .feature-benefit-card__head-title {
        width: 86.6667vw;
        padding-top: 20px;
        margin-bottom: .44444vw;
        font-size: 7.22222vw
    }

    .feature-benefit-card__head-description {
        width: 86.6667vw;
        margin-bottom: 4.44444vw;
        font-size: 3.33333vw;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: calc(2.66em);
        line-height: 1.33
    }

    .feature-benefit-card__card-wrap {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding: 0 0 6.66667vw
    }

    .feature-benefit-card__card {
        display: block;
        min-height: inherit;
        margin: 6.66667vw 0 0;
        padding: 0 1.11111vw;
        width: 100% !important
    }

    .feature-benefit-card__card-inner {
        margin: 0;
        border-radius: 2.55556vw
    }

    .feature-benefit-card__swiper {
        padding: 0 1.55556vw
    }

    .feature-benefit-card__swiper .feature-benefit-card__card-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .feature-benefit-card__text-wrap-inner {
        padding: 6.66667vw;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .feature-benefit-card--icon-image .feature-benefit-card__figure {
        bottom: 26.6667vw;
        width: 26.6667vw;
        height: 26.6667vw;
        margin-left: -13.3333vw
    }

    .feature-benefit-card__eyebrow-text {
        margin-bottom: 2.22222vw;
        font-size: 3.33333vw
    }

    .feature-benefit-card__title {
        font-size: 4.2vw;
        font-weight: 100;
        font-family: SamsungOne, arial, sans-serif
    }

    .feature-benefit-card__description {
        margin-top: 2.22222vw;
        font-size: 3.33333vw
    }

    .feature-benefit-card__cta {
        padding-top: 4.44444vw
    }

    .feature-benefit-card__card--contents-type-image {
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
        width: 42vw;
        height: auto
    }

    .feature-benefit-card--desktop-layout-1 .feature-benefit-card__card--contents-type-image {
        -webkit-box-align: stretch;
        align-items: stretch
    }

    .feature-benefit-card--desktop-layout-1 .feature-benefit-card__text-wrap .feature-benefit-card__text-wrap-inner {
        -webkit-box-pack: start;
        justify-content: flex-start;
        padding: 6.66667vw
    }

    .feature-benefit-card--desktop-layout-1 .feature-benefit-card__text-wrap .feature-benefit-card__text-wrap-inner .feature-benefit-card__text-wrap-area {
        width: 100%
    }

    .feature-benefit-card--desktop-layout-1 .feature-benefit-card__eyebrow-text {
        margin-bottom: 2.22222vw
    }

    .feature-benefit-card--desktop-layout-1 .feature-benefit-card__title {
        font-size: 6.11111vw;
        line-height: 1.33
    }

    .feature-benefit-card--desktop-layout-1 .feature-benefit-card__description {
        margin-top: 2.22222vw;
        font-size: 3.33333vw
    }

    .feature-benefit-card--desktop-layout-1 .feature-benefit-card__figure {
        height: auto
    }

    .feature-benefit-card.mobile-text-align--left .feature-benefit-card__text-wrap {
        text-align: left
    }

    .feature-benefit-card.mobile-text-align--center .feature-benefit-card__text-wrap {
        text-align: center
    }

    .feature-benefit-card.mobile-text-align--right .feature-benefit-card__text-wrap {
        text-align: right
    }

    .feature-benefit-card--icon-image .feature-benefit-card__text-wrap-inner {
        padding-bottom: 77.7778vw
    }

    .feature-benefit-card:not(.feature-benefit-card--mobile-swiper) .feature-benefit-card__card-wrap {
        display: block;
        padding: 0 0 6vw;
        text-align: left
    }
}

@media not all {
    .feature-benefit-card__head-description {
        max-height: none
    }
}

.fab {
    position: fixed;
    direction: ltr;
    right: 32px;
    bottom: 24px;
    z-index: 2500;
    width: 48px;
    height: 48px;
    font-size: 0;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: visibility .1s ease .2s, opacity .2s cubic-bezier(.4, 0, .2, 1) 0s
}

.fab__icon {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    fill: #fff
}

.fab.show {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s cubic-bezier(.4, 0, .2, 1) 0s
}

.bg-black .fab,
.bg-dark-gray .fab {
    background-color: rgba(255, 255, 255, .5)
}

.bg-black .fab__icon,
.bg-dark-gray .fab__icon {
    fill: #000
}

.fab--dark {
    background-color: rgba(255, 255, 255, .5)
}

.fab--dark .fab__icon {
    fill: #000
}

@media only screen and (min-width:768px) and (max-width:1440px) {
    .fab {
        right: 2.22222vw;
        bottom: 1.66667vw
    }
}

.icon-three-columns {
    overflow: hidden;
    max-width: 1440px;
    margin: 0 auto;
    padding: 73px 48px 0;
    text-align: center
}

.icon-three-columns__title {
    font-family: SamsungSharpSans, arial, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: #000;
    overflow-wrap: break-word
}

.icon-three-columns__list {
    overflow: hidden;
    margin-top: 32px
}

.icon-three-columns__list ul {
    display: flex
}

.icon-three-columns__list ul li {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    border-left: 1px solid #000;
    vertical-align: top
}

.icon-three-columns__list ul li:first-child {
    border: 0
}

.icon-three-columns__info {
    padding: 8px 48px 3px
}

.icon-three-columns__info dl dt {
    margin-bottom: 13px;
    font-size: 20px;
    line-height: 1.33;
    font-weight: 700;
    color: #000;
    overflow-wrap: break-word
}

.icon-three-columns__info dl dd {
    font-size: 16px;
    line-height: 1.33;
    color: #666;
    overflow-wrap: break-word
}

.icon-three-columns__icon {
    display: block;
    width: 96px;
    height: 56px;
    margin: 0 auto 32px
}

.icon-three-columns__icon img {
    max-width: 100%;
    height: 56px
}

@media only screen and (min-width:768px) and (max-width:1440px) {
    .icon-three-columns {
        padding: 5.06944vw 3.33333vw 0
    }

    .icon-three-columns__title {
        font-size: 3.33333vw
    }

    .icon-three-columns__list {
        margin-top: 2.22222vw
    }

    .icon-three-columns__info {
        padding: .555556vw 3.33333vw .208333vw
    }

    .icon-three-columns__info dl dt {
        margin-bottom: .902778vw;
        font-size: 1.38889vw
    }

    .icon-three-columns__info dl dd {
        font-size: 1.11111vw
    }

    .icon-three-columns__icon {
        width: 6.66667vw;
        height: 3.88889vw;
        margin-top: 0;
        margin-bottom: 2.22222vw
    }

    .icon-three-columns__icon img {
        height: 3.88889vw
    }
}

.feature-column-carousel__sub-title h4.nodata-height-fix {
    height: 32px;
}

@media only screen and (max-width:767px) {
    .icon-three-columns {
        padding: 12.7778vw 5vw 0
    }

    .icon-three-columns__title {
        font-size: 10vw;
        line-height: 1.2
    }

    .icon-three-columns__list {
        margin-top: .833333vw
    }

    .icon-three-columns__list ul {
        display: block
    }

    .icon-three-columns__list ul li {
        display: block;
        width: 100%;
        border-left: 0;
        border-bottom: 1px solid #000
    }

    .icon-three-columns__list ul li:first-child {
        border-left: 0;
        border-bottom: 1px solid #000
    }

    .icon-three-columns__info {
        position: relative;
        padding: 4.72222vw 0 5.55556vw 23.3333vw
    }

    .icon-three-columns__info dl dt {
        margin-bottom: 1.38889vw;
        font-size: 4.16667vw;
        text-align: left
    }

    .icon-three-columns__info dl dd {
        font-size: 3.33333vw;
        text-align: left
    }

    .icon-three-columns__icon {
        position: absolute;
        top: 50%;
        left: 1.38889vw;
        width: 16.6667vw;
        height: 10vw;
        margin: -5vw 0 0
    }

    .icon-three-columns__icon img {
        max-width: 100%;
        height: 10vw
    }

    .feature-column-carousel__sub-title h4.nodata-height-fix {
        height: 5.054vw;
    }
}

.sellerSection {
    background-image: url(../img/locater/seller-bg.png);
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    border-radius: 30px;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 80px;
}

.sellerSection .row {
    width: 100%;
}

.sellerSection h2,
.sellerSection p {
    color: #fff !important;

}

.sellerSection p {
    background-color: black;
    letter-spacing: 0.005rem;
    display: inline-block;
}

.sellerSection h2 {
    font-family: SamsungSharpSans, arial, sans-serif;
    font-weight: 700;
}

@media only screen and (max-width:767px) {
    .sellerSection {
        padding: 15px ;
        height: 180px;
    } 
    .sellerSection [class*="col-"]{
        text-align: center !important;
        width: 100%;
    }
    .sellerSection h2 {
        text-align: center !important;
        width: 100%;
    }
}