.notification-bar {
    position: relative;
    z-index: 1999;
    background-color: #f7f7f7;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden
}

.notification-bar__inner {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 5px 52px
}

.notification-bar__column {
    font-weight: bold
}

.notification-bar__column-inner {
    display: table;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    height: 38px
}

.notification-bar__text,
.notification-bar__cta {
    display: table-cell;
    padding: 0 8px;
    color: #000;
    font-size: 14px;
    line-height: 1.33;
    vertical-align: middle
}

.notification-bar__text {
    overflow: hidden
}

.notification-bar__text span {
    overflow: hidden;
    max-height: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left
}

.notification-bar__text.notification-bar__text-mo {
    display: none
}

.notification-bar--toggle {
    overflow: hidden
}

.notification-bar--toggle .notification-bar__column--expanded {
    display: none
}

.notification-bar--toggle .notification-bar__toggle-btn {
    overflow: hidden;
    position: absolute;
    top: 8px;
    right: 16px;
    width: 32px;
    height: 32px;
    padding: 8px
}

.notification-bar--toggle .notification-bar__toggle-btn .icon {
    width: 16px;
    height: 16px;
    vertical-align: top
}

.notification-bar--toggle .notification-bar__toggle-btn .icon--close {
    display: none
}

.notification-bar--toggle.notification-bar--cta-hide .notification-bar__cta {
    display: none
}

.notification-bar--toggle.is-expanded .notification-bar__inner {
    padding: 11px 142px 10px;
    text-align: center
}

.notification-bar--toggle.is-expanded .notification-bar__column--expanded {
    display: block
}

.notification-bar--toggle.is-expanded .notification-bar__column--collapsed {
    display: none
}

.notification-bar--toggle.is-expanded .notification-bar__column-inner {
    overflow: visible;
    height: auto
}

.notification-bar--toggle.is-expanded .notification-bar__headline {
    display: block;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.33
}

.notification-bar--toggle.is-expanded .notification-bar__cta {
    display: block;
    padding: 4px 8px
}

.notification-bar--toggle.is-expanded .notification-bar__toggle-btn .icon {
    display: none
}

.notification-bar--toggle.is-expanded .notification-bar__toggle-btn .icon--close {
    display: block
}

@media only screen and (min-width:768px) and (max-width:1440px) {
    .notification-bar__cta .cta {
        font-size: 14px;
        line-height: 1.33
    }
    .notification-bar__cta .cta .icon {
        width: 16px;
        height: 16px;
        margin-left: 4px
    }
}

@media(max-width:1279px) {
    .notice {
        z-index: 1010
    }
}

@media(max-width:1024px) {
    .notification-bar__inner {
        padding: 14px 66px
    }
    .notification-bar__text,
    .notification-bar__cta,
    .notification-bar--toggle.is-expanded .notification-bar__headline {
        display: block;
        padding: 2px 0 !important;
        font-size: 12px;
        line-height: 1.33
    }
    .notification-bar__text span {
        max-height: 32px
    }
    .notification-bar__text.notification-bar__text-pc {
        display: none
    }
    .notification-bar__text.notification-bar__text-mo {
        display: block
    }
    .notification-bar__cta .cta {
        font-size: 14px;
        line-height: 1.33
    }
    .notification-bar__cta .cta .icon {
        width: 16px;
        height: 16px;
        margin-left: 4px
    }
    .notification-bar--toggle .notification-bar__text span {
        max-height: 36px
    }
    .notification-bar--toggle.is-expanded .notification-bar__inner {
        padding: 14px 66px
    }
    .notification-bar--toggle .notification-bar__toggle-btn {
        top: 18px;
        right: 18px;
        width: 24px;
        height: 24px;
        padding: 6px
    }
    .notification-bar--toggle .notification-bar__toggle-btn .icon {
        width: 12px;
        height: 12px
    }
}

.where-to-buy .layer-popup-dim {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .68;
    z-index: 3100
}

.where-to-buy .layer-popup {
    display: none;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    letter-spacing: -4px;
    text-align: center;
    z-index: 3100
}

.where-to-buy .layer-popup:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.where-to-buy .layer-popup__inner {
    overflow: hidden;
    display: inline-block;
    position: relative;
    padding: 48px;
    border-radius: 20px;
    background: #fff;
    line-height: 1.33;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0
}

.where-to-buy .layer-popup__title {
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 24px;
    font-family: 'SamsungSharpSans', arial, sans-serif
}

.where-to-buy .layer-popup__contents {
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.6;
    text-align: left
}

.where-to-buy .layer-popup__cta-wrap {
    margin-top: 24px
}

.where-to-buy .layer-popup__cta-wrap--align-right {
    text-align: right
}

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

.where-to-buy .layer-popup__close .icon {
    position: absolute;
    left: 12px;
    top: 12px;
    width: 25px;
    height: 25px
}

.where-to-buy .where-to-buy__content {
    position: relative;
    width: 936px;
    padding: 0;
    text-align: left;
    background-color: #fff
}

.where-to-buy__top {
    position: relative;
    padding: 18px 75px 0 40px;
    border-bottom: 1px solid #ccc
}

.where-to-buy__headline {
    padding-top: 8px;
    font-size: 18px;
    font-weight: normal
}

.where-to-buy__headline-text {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.041em;
    color: #000
}

.where-to-buy__product {
    position: absolute;
    top: 19px;
    left: 41%;
    font-size: 0
}

.where-to-buy__product-image {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    padding-right: 24px
}

.where-to-buy__product-image img {
    width: 100%
}

.where-to-buy__product-info {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px
}

.where-to-buy__product-name {
    display: block;
    max-width: 300px;
    font-family: 'SamsungSharpSans', arial, sans-serif;
    font-size: 19px
}

.where-to-buy__product-rating {
    padding-top: 4px
}

.where-to-buy__product-rating.where-to-buy__product-no-rate>a,
.where-to-buy__product-rating.where-to-buy__product-no-rate .rating {
    display: none
}

.where-to-buy__review-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.where-to-buy__review-link svg.icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16px;
    height: 16px;
    fill: #ffaa4e
}

.where-to-buy__review-text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.33;
    color: #000;
    margin-left: 8px;
    text-align: left
}

.where-to-buy__tab {
    padding-top: 25px
}

.where-to-buy__tab:after {
    display: block;
    clear: both;
    content: ''
}

.where-to-buy__tab-item {
    float: left;
    margin-left: 32px
}

.where-to-buy__tab-item:first-child {
    margin-left: 0
}

.where-to-buy__tab-cta {
    overflow: visible;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    vertical-align: top;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.where-to-buy__tab-cta.is-selected {
    color: #1428a0
}

.where-to-buy__tab-cta.is-selected:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #1428a0
}

.where-to-buy__search {
    position: absolute;
    right: 15px;
    text-align: right;
    bottom: 10px
}

.where-to-buy__search-cta {
    display: inline-block;
    position: relative;
    height: 24px;
    padding: 8px 35px 0 15px;
    font-size: 12px;
    font-weight: bold;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: .071em;
    vertical-align: top
}

.where-to-buy .where-to-buy__search-cta .icon {
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 26px;
    height: 26px;
    margin-top: -4px
}

.where-to-buy__online {
    display: none;
    background-color: #f1f1f1
}

.where-to-buy__online-contents {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 650px
}

.where-to-buy__banner {
    position: relative
}

.where-to-buy__banner-contents {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 48px
}

.where-to-buy__banner-headline {
    font-size: 32px;
    font-family: 'SamsungSharpSans', arial, sans-serif
}

.where-to-buy__banner-cta-wrap {
    margin-top: -2px
}

.where-to-buy__banner-cta-wrap .cta {
    text-transform: uppercase
}

.where-to-buy__store {
    padding: 16px 16px 24px 40px
}

.where-to-buy__store-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 16px;
    font-size: 0
}

.where-to-buy__store-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: inline-block;
    padding-top: 24px;
    padding-right: 24px;
    font-size: 16px;
    vertical-align: top
}

.where-to-buy__store-link {
    display: block;
    height: 100%;
    border-radius: 16px;
    background-color: #fff
}

.where-to-buy__store-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 0
}

.where-to-buy .where-to-buy__store-content .icon {
    display: none;
    position: absolute;
    top: 50%;
    right: 19px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    width: 40px;
    height: 40px;
    margin-top: -9px;
    stroke: #000
}

.where-to-buy__store-info {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.where-to-buy__store-name {
    color: #000;
    font-size: 14px;
    font-weight: bold
}

.where-to-buy__store-state {
    color: #1428a0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase
}

.where-to-buy__store-price {
    color: #363636;
    font-size: 26px;
    font-weight: bold
}

.where-to-buy__store-description {
    color: #363636;
    font-size: 12px;
    line-height: 1.32
}

.where-to-buy__store-logo {
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 82px
}

.where-to-buy__store-logo img {
    max-width: 135px
}

.where-to-buy__store-more {
    padding-right: 24px;
    text-align: right
}

.where-to-buy__store-more-cta {
    display: inline-block;
    position: relative;
    height: 24px;
    padding-right: 33px;
    font-size: 16px;
    line-height: 1.32;
    font-family: 'SamsungOne', arial, sans-serif;
    font-weight: bold
}

.where-to-buy .where-to-buy__store-more-cta .icon {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 14px;
    height: 14px
}

.where-to-buy__column--2 .where-to-buy__store-content {
    height: 166px
}

.where-to-buy__column--2 .where-to-buy__store-info {
    width: 60%;
    padding-right: 30px;
    padding-left: 5px
}

.where-to-buy__column--2 .where-to-buy__store-logo {
    width: 40%;
    padding: 5px 16px 0
}

.where-to-buy__column--2 .where-to-buy__store-state {
    padding-top: 4px
}

.where-to-buy__column--2 .where-to-buy__store-price {
    padding-top: 14px
}

.where-to-buy__column--2 .where-to-buy__store-description {
    overflow: hidden;
    max-height: 2.64em;
    padding-top: 4px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.where-to-buy__column--4 .where-to-buy__store-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 19px 0;
    -ms-flex-line-pack: start;
    align-content: start
}

.where-to-buy__column--4 .where-to-buy__store-logo {
    width: 100%
}

.where-to-buy__column--4 .where-to-buy__store-info {
    width: 100%;
    padding-top: 27px;
    padding-left: 16px;
    padding-right: 30px
}

.where-to-buy__column--4 .where-to-buy__store-state {
    padding: 10px 0 2px;
    font-size: 18px
}

.where-to-buy__column--4 .where-to-buy__store-price {
    padding-top: 5px
}

.where-to-buy__column--4 .where-to-buy__store-description {
    max-height: 8.6em;
    padding-top: 10px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.where-to-buy__column--2 .where-to-buy__store-item {
    width: 50%
}

.where-to-buy__column--4 .where-to-buy__store-item {
    width: 25%
}

.where-to-buy__column--2 .where-to-buy__store-item:nth-child(n+7),
.where-to-buy__column--4 .where-to-buy__store-item:nth-child(n+13) {
    display: none
}

.where-to-buy__column--2 .where-to-buy__store-item.display-item,
.where-to-buy__column--4 .where-to-buy__store-item.display-item {
    display: list-item
}

.where-to-buy__column--4.where-to-buy__store--none-price .where-to-buy__store-content {
    position: relative;
    min-height: 200px
}

.where-to-buy__column--4.where-to-buy__store--none-price .where-to-buy__store-price,
.where-to-buy__column--4.where-to-buy__store--none-price .where-to-buy__store-description {
    display: none
}

.where-to-buy__column--4.where-to-buy__store--none-price .where-to-buy__store-content .icon {
    display: block;
    top: auto;
    bottom: 12px;
    margin-top: 0;
    right: 0
}

.where-to-buy__column--4.where-to-buy__store--none-state .where-to-buy__store-content {
    min-height: 256px
}

.where-to-buy__column--4.where-to-buy__store--none-state .where-to-buy__store-info {
    padding: 27px 16px 0 16px
}

.where-to-buy__column--4.where-to-buy__store--none-state .where-to-buy__store-state {
    display: none
}

.where-to-buy__column--4.where-to-buy__store--only-name .where-to-buy__store-content {
    position: relative
}

.where-to-buy__column--4.where-to-buy__store--only-name .where-to-buy__store-content .icon {
    display: block;
    top: auto;
    bottom: 8px;
    margin-top: 0;
    right: 0
}

.where-to-buy__column--4.where-to-buy__store--only-name .where-to-buy__store-state,
.where-to-buy__column--4.where-to-buy__store--only-name .where-to-buy__store-price,
.where-to-buy__column--4.where-to-buy__store--only-name .where-to-buy__store-description {
    display: none
}

.where-to-buy__store-content.only-state {
    position: relative
}

.where-to-buy__column--2 .where-to-buy__store-content.only-state .icon,
.where-to-buy__column--4 .where-to-buy__store-content.only-state .icon {
    display: block
}

.where-to-buy__column--4 .where-to-buy__store-content.only-state .icon {
    top: auto;
    bottom: 12px;
    margin-top: 0;
    right: 0
}

.where-to-buy__store-content.only-state .where-to-buy__store-info {
    padding-right: 40px
}

.where-to-buy__store-content.only-state .where-to-buy__store-state {
    padding: 10px 0 2px;
    font-size: 18px
}

.where-to-buy__store-content.only-state .where-to-buy__store-price,
.where-to-buy__store-content.only-state .where-to-buy__store-description {
    display: none
}

.where-to-buy__store-content.out-of-stock .where-to-buy__store-state {
    color: #363636
}

.where-to-buy__column--4.where-to-buy__store--none-state .where-to-buy__store-content .icon,
.where-to-buy__column--4.where-to-buy__store--none-state .where-to-buy__store-content.only-state .icon {
    display: none
}

.where-to-buy__column--4.where-to-buy__store--only-name .where-to-buy__store-content.only-state .icon {
    bottom: 8px
}

.where-to-buy__online-disclaimer {
    padding: 18px 40px 17px;
    background-color: #e8e8e8;
    font-size: 14px;
    color: #202427;
    letter-spacing: -0.014em
}

.where-to-buy__locator {
    display: none;
    position: relative;
    height: 610px;
    padding-left: 384px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.where-to-buy__locator-aside {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 384px
}

.where-to-buy__distance {
    height: 72px;
    background-color: #f1f1f1
}

.where-to-buy__distance-list {
    padding: 16px 0;
    text-align: center;
    font-size: 0
}

.where-to-buy__distance-item {
    display: inline-block;
    padding: 0 4px;
    vertical-align: middle
}

.where-to-buy__distance-button {
    width: 80px;
    height: 40px;
    padding: 0 6px;
    border-radius: 8px;
    font-size: 12px;
    background-color: #fff
}

.where-to-buy__distance-button.is-selected {
    color: #fff;
    background-color: #363636
}

.where-to-buy__result {
    position: absolute;
    left: 0;
    top: 72px;
    bottom: 0;
    width: 100%
}

.where-to-buy__result-top {
    display: table;
    width: 100%;
    height: 58px;
    padding: 0 24px 0 40px;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.where-to-buy__result-title {
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell
}

.where-to-buy__result-count {
    color: #1428a0
}

.where-to-buy__result-list {
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 58px;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 0 20px
}

.where-to-buy__result-content {
    display: block;
    padding: 0 24px;
    outline-offset: -2px
}

.where-to-buy__result-info {
    padding: 25px 24px 24px 33px;
    border-bottom: 1px solid #e5e5e5
}

.where-to-buy__result-type {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    letter-spacing: .066em;
    text-transform: uppercase
}

.where-to-buy__result-type:before {
    content: '';
    position: absolute;
    left: -17px;
    top: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%
}

.where-to-buy .where-to-buy__result-type svg {
    display: none
}

.where-to-buy__result-name {
    overflow: hidden;
    padding-top: 8px;
    font-size: 18px;
    line-height: 1.32;
    color: #000
}

.where-to-buy__result-distance {
    display: none;
    padding-top: 3px;
    font-size: 14px;
    color: #000
}

.where-to-buy__result-content.type--experience .where-to-buy__result-type:before {
    background-color: #1428a0
}

.where-to-buy__result-content.type--brand .where-to-buy__result-type:before {
    background-color: #00b3e3
}

.where-to-buy__result-content.type--other .where-to-buy__result-type:before {
    background-color: #00838f
}

.where-to-buy__result-content.where-to-buy__result-content--disabled .where-to-buy__result-type,
.where-to-buy__result-content.where-to-buy__result-content--disabled .where-to-buy__result-name {
    opacity: .38
}

.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active {
    margin-top: -1px;
    background-color: #e5e5e5
}

.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover .where-to-buy__result-info,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active .where-to-buy__result-info,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus .where-to-buy__result-info,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active .where-to-buy__result-info {
    border-color: transparent
}

.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover .where-to-buy__result-type:before,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active .where-to-buy__result-type:before,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus .where-to-buy__result-type:before,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active .where-to-buy__result-type:before {
    content: none
}

.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover .where-to-buy__result-type .icon--store-experience,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active .where-to-buy__result-type .icon--store-experience,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus .where-to-buy__result-type .icon--store-experience,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active .where-to-buy__result-type .icon--store-experience,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover .where-to-buy__result-type .icon--store-brand,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active .where-to-buy__result-type .icon--store-brand,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus .where-to-buy__result-type .icon--store-brand,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active .where-to-buy__result-type .icon--store-brand,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover .where-to-buy__result-type .icon--store,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active .where-to-buy__result-type .icon--store,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus .where-to-buy__result-type .icon--store,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active .where-to-buy__result-type .icon--store {
    position: absolute;
    left: -33px;
    top: -6px;
    width: 24px;
    height: 24px
}

.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover .where-to-buy__result-type .icon--next,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active .where-to-buy__result-type .icon--next,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus .where-to-buy__result-type .icon--next,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active .where-to-buy__result-type .icon--next {
    display: block;
    position: absolute;
    top: -1px;
    right: -33px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 28px;
    height: 28px
}

.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover .where-to-buy__result-name,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active .where-to-buy__result-name,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus .where-to-buy__result-name,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active .where-to-buy__result-name {
    font-weight: bold
}

.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover .where-to-buy__result-distance,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active .where-to-buy__result-distance,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus .where-to-buy__result-distance,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active .where-to-buy__result-distance {
    display: block
}

.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--experience:hover .where-to-buy__result-type .icon--store-experience,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--experience:active .where-to-buy__result-type .icon--store-experience,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--experience:focus .where-to-buy__result-type .icon--store-experience,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--experience.is-active .where-to-buy__result-type .icon--store-experience {
    display: block
}

.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--brand:hover .where-to-buy__result-type .icon--store-brand,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--brand:active .where-to-buy__result-type .icon--store-brand,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--brand:focus .where-to-buy__result-type .icon--store-brand,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--brand.is-active .where-to-buy__result-type .icon--store-brand {
    display: block
}

.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--other:hover .where-to-buy__result-type .icon--store,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--other:active .where-to-buy__result-type .icon--store,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--other:focus .where-to-buy__result-type .icon--store,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--other.is-active .where-to-buy__result-type .icon--store {
    display: block
}

.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--other:hover .where-to-buy__result-type .icon--store path:last-of-type,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--other:active .where-to-buy__result-type .icon--store path:last-of-type,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--other:focus .where-to-buy__result-type .icon--store path:last-of-type,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--other.is-active .where-to-buy__result-type .icon--store path:last-of-type {
    fill: #00838f
}

.where-to-buy__detail {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    background-color: #fff
}

.where-to-buy__detail-close {
    overflow: visible;
    display: inline-block;
    position: relative;
    height: 24px;
    padding-left: 19px;
    color: #010101;
    font-size: 12px;
    font-weight: bold
}

.where-to-buy__detail-close .icon--back {
    position: absolute;
    left: -3px;
    top: 5px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 27px;
    height: 27px
}

.where-to-buy__detail-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.where-to-buy__detail-top {
    padding-top: 16px;
    padding-bottom: 17px;
    margin: 0 40px;
    border-bottom: 1px solid #e5e5e5
}

.where-to-buy__detail-headline {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 2.64em;
    padding-top: 17px;
    font-size: 22px;
    line-height: 1.32;
    font-weight: bold;
    letter-spacing: -0.018em;
    color: #010101
}

.where-to-buy__detail-type {
    padding-top: 12px;
    font-size: 14px;
    color: #676767
}

.where-to-buy__detail-distance {
    display: inline-block;
    position: relative;
    padding-left: 15px
}

.where-to-buy__detail-distance:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 1px;
    height: 12px;
    background-color: #d6d6d6
}

.where-to-buy__detail-contents {
    overflow-y: auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 40px
}

.where-to-buy__detail-info-list {
    padding: 16px 0 24px
}

.where-to-buy__detail-info-item {
    padding-top: 8px
}

.where-to-buy__detail-info-item:first-child {
    padding-top: 0
}

.where-to-buy__detail-info-link {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #1429a0;
    letter-spacing: -0.028em
}

.where-to-buy__detail-info-link:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 1px;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%
}

.where-to-buy__detail-info-link .icon--location,
.where-to-buy__detail-info-link .icon--tel {
    position: absolute;
    left: 3px;
    top: 1px;
    width: 15px;
    height: 15px;
    fill: #1429a0
}

.where-to-buy__detail-info-link.icon-location {
    padding-left: 28px
}

.where-to-buy__detail-info-link.icon-location:after {
    content: none
}

.where-to-buy__detail-info-link.icon-tel {
    padding-left: 28px
}

.where-to-buy__detail-info-link.icon-tel:after {
    content: none
}

.where-to-buy__detail-info-link.icon-mail {
    padding-left: 28px
}

.where-to-buy__detail-info-link.icon-mail:after {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-detail-mail.png)
}

.where-to-buy__schedule {
    padding-top: 8px;
    padding-bottom: 35px
}

.where-to-buy__schedule-headline {
    color: #010101;
    font-size: 18px;
    font-weight: bold
}

.where-to-buy__schedule-list {
    padding-top: 2px
}

.where-to-buy__schedule-item {
    position: relative;
    margin-top: 11px
}

.where-to-buy__schedule-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
    width: 100%;
    height: 1px;
    background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/bg-gray-dots.png) repeat-x 0 0
}

.where-to-buy__schedule-item:after {
    display: block;
    clear: both;
    content: ''
}

.where-to-buy__schedule-date {
    float: left;
    padding-right: 10px;
    position: relative;
    z-index: 5;
    background-color: #fff;
    color: #767676;
    font-size: 14px
}

.where-to-buy__schedule-time {
    float: right;
    padding-left: 10px;
    position: relative;
    z-index: 5;
    background-color: #fff;
    color: #767676;
    font-size: 14px
}

.where-to-buy__detail-disclaimer {
    position: relative;
    padding-top: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #e5e5e5;
    color: #757575;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.0416em
}

.where-to-buy__detail-disclaimer .icon--exclamation {
    position: absolute;
    left: 1px;
    top: 27px;
    width: 12px;
    height: 12px;
    fill: #a3a3a3
}

.where-to-buy__location-layer.layer-popup .layer-popup__inner {
    -webkit-box-shadow: 12px 8px 32px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 12px 8px 32px 0 rgba(0, 0, 0, 0.1)
}

.where-to-buy__location-layer.layer-popup .layer-popup__contents {
    width: 548px;
    font-size: 28px;
    line-height: 1.428;
    color: #000;
    font-weight: bold;
    text-align: center
}

.where-to-buy__location-layer.layer-popup .layer-popup__utility {
    padding-top: 25px;
    text-align: center
}

.where-to-buy__location-layer.layer-popup .layer-popup__utility-cta {
    font-size: 28px;
    color: #000;
    line-height: 1.428;
    font-weight: bold;
    text-decoration: underline
}

.where-to-buy__location-layer.layer-popup .layer-popup__cta-wrap {
    text-align: center
}

.where-to-buy__location-layer.layer-popup .layer-popup__cta-wrap .cta {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 212px;
    padding: 12px 38px 13px;
    margin: 4px 10px 0;
    letter-spacing: 1px;
    text-align: center
}

.where-to-buy__location-layer.layer-popup .layer-popup__cta-wrap .cta--emphasis {
    background-color: #1428a0 !important
}

.where-to-buy__map {
    overflow: hidden;
    position: relative;
    z-index: 5;
    height: 100%;
    background-color: lightskyblue
}

.where-to-buy__map-tooltip {
    width: 280px;
    padding: 2px 12px
}

.where-to-buy__map-store-name button {
    overflow: visible;
    display: block;
    font-weight: bold;
    text-align: left;
    font-family: 'SamsungOne', arial, sans-serif;
    font-size: 18px;
    line-height: 1.32
}

.where-to-buy__map-info-list {
    padding-top: 17px
}

.where-to-buy__map-info-link {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #1429a0
}

.where-to-buy__map-info-link .icon--tel {
    position: absolute;
    left: 3px;
    top: 1px;
    width: 14px;
    height: 14px;
    fill: #1429a0
}

.where-to-buy__map-info-link.icon-tel {
    padding-left: 28px
}

.where-to-buy__tabpanels .is-active {
    display: block
}

.where-to-buy .where-to-buy__banner.bg-white .cta {
    color: #000
}

.where-to-buy .where-to-buy__banner.bg-black .cta {
    color: #fff
}

.where-to-buy .where-to-buy__banner.bg-white .cta:hover {
    color: #555
}

.where-to-buy .where-to-buy__banner.bg-black .cta:hover {
    color: #ddd
}

@media screen and (max-width:1440px) {
    .where-to-buy .layer-popup__inner {
        padding: 3.33333333vw;
        border-radius: 1.38888889vw
    }
    .where-to-buy .layer-popup__title {
        margin-bottom: 1.66666667vw;
        font-size: 1.66666667vw
    }
    .where-to-buy .layer-popup__contents {
        font-size: .97222222vw
    }
    .where-to-buy .layer-popup__information-text {
        margin: 0vw 1.38888889vw;
        padding: .69444444vw 0vw 1.04166667vw 0vw;
        font-size: 1.52777778vw
    }
    .where-to-buy .layer-popup__information-text:before {
        width: 3.47222222vw;
        height: 3.47222222vw;
        margin-bottom: 1.04166667vw
    }
    .where-to-buy .layer-popup__cta-wrap {
        margin-top: 1.66666667vw
    }
    .where-to-buy .layer-popup__cta-wrap .p6-cta {
        margin: 0vw .55555556vw
    }
    .where-to-buy .layer-popup__close {
        right: .83333333vw;
        top: .83333333vw;
        width: 3.33333333vw;
        height: 3.33333333vw
    }
    .where-to-buy .layer-popup__close .icon {
        left: .83333333vw;
        top: .83333333vw;
        width: 1.73611111vw;
        height: 1.73611111vw
    }
    .where-to-buy .where-to-buy__content {
        padding: 0;
        width: 65vw
    }
    .where-to-buy__top {
        padding: 1.25vw 5.20833333vw 0vw 2.77777778vw
    }
    .where-to-buy__headline {
        padding-top: .55555556vw;
        font-size: 1.25vw
    }
    .where-to-buy__headline-text {
        font-size: 1.94444444vw
    }
    .where-to-buy__product {
        top: 1.31944444vw
    }
    .where-to-buy__product-image {
        width: 6.94444444vw;
        padding-right: 1.66666667vw
    }
    .where-to-buy__product-info {
        font-size: 1.11111111vw
    }
    .where-to-buy__product-name {
        max-width: 20.83333333vw;
        font-size: 1.31944444vw
    }
    .where-to-buy__product-rating {
        padding-top: .27777778vw
    }
    .where-to-buy__review-link svg.icon {
        width: 1.11111111vw;
        height: 1.11111111vw
    }
    .where-to-buy__review-text {
        margin-left: .55555556vw;
        font-size: .97222222vw
    }
    .where-to-buy__tab {
        padding-top: 1.73611111vw
    }
    .where-to-buy__tab-item {
        margin-left: 2.22222222vw
    }
    .where-to-buy__tab-cta {
        height: 2.22222222vw;
        font-size: .97222222vw
    }
    .where-to-buy__tab-cta.is-selected:after {
        height: .13888889vw
    }
    .where-to-buy__search {
        right: 1.04166667vw;
        bottom: .69444444vw
    }
    .where-to-buy__search-cta {
        height: 1.66666667vw;
        padding: .55555556vw 2.43055556vw 0vw 1.04166667vw;
        font-size: .83333333vw
    }
    .where-to-buy .where-to-buy__search-cta .icon {
        right: .27777778vw;
        width: 1.80555556vw;
        height: 1.80555556vw;
        margin-top: -0.27777778vw
    }
    .where-to-buy__online-contents {
        max-height: 45.13888889vw
    }
    .where-to-buy__banner-contents {
        padding: 0vw 3.33333333vw
    }
    .where-to-buy__banner-headline {
        font-size: 2.22222222vw
    }
    .where-to-buy__banner-cta-wrap {
        margin-top: -0.13888889vw
    }
    .where-to-buy__store {
        padding: 1.11111111vw 1.11111111vw 1.66666667vw 2.77777778vw
    }
    .where-to-buy__store-list {
        padding-bottom: 1.11111111vw
    }
    .where-to-buy__store-item {
        padding-top: 1.66666667vw;
        padding-right: 1.66666667vw;
        font-size: 1.11111111vw
    }
    .where-to-buy__store-link {
        border-radius: 1.11111111vw
    }
    .where-to-buy__store-content {
        padding: 1.66666667vw 0vw
    }
    .where-to-buy .where-to-buy__store-content .icon {
        right: 1.31944444vw;
        width: 2.77777778vw;
        height: 2.77777778vw;
        margin-top: -0.625vw
    }
    .where-to-buy__store-name {
        font-size: .97222222vw
    }
    .where-to-buy__store-state {
        font-size: .97222222vw
    }
    .where-to-buy__store-price {
        font-size: 1.80555556vw
    }
    .where-to-buy__store-description {
        font-size: .83333333vw
    }
    .where-to-buy__store-logo {
        height: 5.69444444vw
    }
    .where-to-buy__store-logo img {
        max-width: 9.375vw
    }
    .where-to-buy__store-more {
        padding-right: 1.66666667vw
    }
    .where-to-buy__store-more-cta {
        height: 1.66666667vw;
        padding-right: 2.29166667vw;
        font-size: 1.11111111vw
    }
    .where-to-buy .where-to-buy__store-more-cta .icon {
        right: .34722222vw;
        top: .27777778vw;
        width: .97222222vw;
        height: .97222222vw
    }
    .where-to-buy__column--2 .where-to-buy__store-content {
        height: 11.52777778vw
    }
    .where-to-buy__column--2 .where-to-buy__store-info {
        width: 60%;
        padding-right: 2.08333333vw;
        padding-left: .34722222vw
    }
    .where-to-buy__column--2 .where-to-buy__store-logo {
        width: 40%;
        padding: .34722222vw 1.11111111vw 0vw 1.11111111vw
    }
    .where-to-buy__column--2 .where-to-buy__store-state {
        padding-top: .27777778vw
    }
    .where-to-buy__column--2 .where-to-buy__store-price {
        padding-top: .97222222vw
    }
    .where-to-buy__column--2 .where-to-buy__store-description {
        padding-top: .27777778vw
    }
    .where-to-buy__column--4 .where-to-buy__store-content {
        padding: 1.31944444vw 0vw
    }
    .where-to-buy__column--4 .where-to-buy__store-info {
        padding-top: 1.875vw;
        padding-left: 1.11111111vw;
        padding-right: 2.08333333vw
    }
    .where-to-buy__column--4 .where-to-buy__store-state {
        padding: .69444444vw 0vw .13888889vw 0vw;
        font-size: 1.25vw
    }
    .where-to-buy__column--4 .where-to-buy__store-price {
        padding-top: .34722222vw
    }
    .where-to-buy__column--4 .where-to-buy__store-description {
        padding-top: .69444444vw
    }
    .where-to-buy__column--4.where-to-buy__store--none-price .where-to-buy__store-content {
        min-height: 13.88888889vw
    }
    .where-to-buy__column--4.where-to-buy__store--none-price .where-to-buy__store-content .icon {
        bottom: .83333333vw
    }
    .where-to-buy__column--4.where-to-buy__store--none-state .where-to-buy__store-content {
        min-height: 17.77777778vw
    }
    .where-to-buy__column--4.where-to-buy__store--none-state .where-to-buy__store-info {
        padding: 1.875vw 1.11111111vw 0vw 1.11111111vw
    }
    .where-to-buy__column--4.where-to-buy__store--only-name .where-to-buy__store-content:after {
        bottom: .20833333vw;
        width: 1.38888889vw;
        height: 2.43055556vw;
        right: .27777778vw
    }
    .where-to-buy__column--4.where-to-buy__store--only-name .where-to-buy__store-content .icon {
        bottom: .55555556vw;
        right: 0vw
    }
    .where-to-buy__column--4 .where-to-buy__store-content.only-state .icon {
        bottom: .83333333vw
    }
    .where-to-buy__store-content.only-state .where-to-buy__store-info {
        padding-right: 2.77777778vw
    }
    .where-to-buy__store-content.only-state .where-to-buy__store-state {
        padding: .69444444vw 0vw .13888889vw 0vw;
        font-size: 1.25vw
    }
    .where-to-buy__column--4.where-to-buy__store--only-name .where-to-buy__store-content.only-state .icon {
        bottom: .55555556vw
    }
    .where-to-buy__online-disclaimer {
        padding: 1.25vw 2.77777778vw 1.18055556vw 2.77777778vw;
        font-size: .97222222vw
    }
    .where-to-buy__locator {
        height: 42.36111111vw;
        padding-left: 26.66666667vw
    }
    .where-to-buy__locator-aside {
        width: 26.66666667vw
    }
    .where-to-buy__distance {
        height: 5vw
    }
    .where-to-buy__distance-list {
        padding: 1.11111111vw 0vw
    }
    .where-to-buy__distance-item {
        padding: 0vw .27777778vw
    }
    .where-to-buy__distance-button {
        width: 5.55555556vw;
        height: 2.77777778vw;
        padding: 0vw .41666667vw;
        border-radius: .55555556vw;
        font-size: .83333333vw
    }
    .where-to-buy__result {
        top: 5vw
    }
    .where-to-buy__result-top {
        height: 4.02777778vw;
        padding: 0vw 1.66666667vw 0vw 2.77777778vw
    }
    .where-to-buy__result-title {
        font-size: .97222222vw
    }
    .where-to-buy__result-list {
        top: 4.02777778vw;
        border-radius: 0vw 0vw 0vw 1.38888889vw
    }
    .where-to-buy__result-content {
        padding: 0vw 1.66666667vw
    }
    .where-to-buy__result-info {
        padding: 1.73611111vw 1.66666667vw 1.66666667vw 2.29166667vw
    }
    .where-to-buy__result-type {
        font-size: .83333333vw
    }
    .where-to-buy__result-type:before {
        left: -1.18055556vw;
        top: .13888889vw;
        width: .55555556vw;
        height: .55555556vw
    }
    .where-to-buy__result-name {
        padding-top: .55555556vw;
        font-size: 1.25vw
    }
    .where-to-buy__result-distance {
        padding-top: .20833333vw;
        font-size: .97222222vw
    }
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active {
        margin-top: -0.06944444vw
    }
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover .where-to-buy__result-type .icon--store-experience,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active .where-to-buy__result-type .icon--store-experience,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus .where-to-buy__result-type .icon--store-experience,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active .where-to-buy__result-type .icon--store-experience,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover .where-to-buy__result-type .icon--store-brand,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active .where-to-buy__result-type .icon--store-brand,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus .where-to-buy__result-type .icon--store-brand,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active .where-to-buy__result-type .icon--store-brand,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover .where-to-buy__result-type .icon--store,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active .where-to-buy__result-type .icon--store,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus .where-to-buy__result-type .icon--store,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active .where-to-buy__result-type .icon--store {
        left: -2.29166667vw;
        top: -0.41666667vw;
        width: 1.66666667vw;
        height: 1.66666667vw
    }
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover .where-to-buy__result-type .icon--next,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active .where-to-buy__result-type .icon--next,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus .where-to-buy__result-type .icon--next,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active .where-to-buy__result-type .icon--next {
        right: -2.29166667vw;
        top: -0.06944444vw;
        width: 1.94444444vw;
        height: 1.94444444vw
    }
    .where-to-buy__detail-close {
        height: 1.66666667vw;
        font-size: .83333333vw;
        padding-left: 1.31944444vw
    }
    .where-to-buy__detail-close .icon--back {
        left: -0.20833333vw;
        top: .34722222vw;
        width: 1.875vw;
        height: 1.875vw
    }
    .where-to-buy__detail-top {
        padding-top: 1.11111111vw;
        padding-bottom: 1.18055556vw;
        margin: 0vw 2.77777778vw
    }
    .where-to-buy__detail-headline {
        padding-top: 1.18055556vw;
        font-size: 1.52777778vw
    }
    .where-to-buy__detail-type {
        padding-top: .83333333vw;
        font-size: .97222222vw
    }
    .where-to-buy__detail-distance {
        padding-left: 1.04166667vw
    }
    .where-to-buy__detail-distance:after {
        left: .34722222vw;
        top: .13888889vw;
        width: .06944444vw;
        height: .83333333vw
    }
    .where-to-buy__detail-contents {
        padding: 0vw 2.77777778vw
    }
    .where-to-buy__detail-info-list {
        padding: 1.11111111vw 0vw 1.66666667vw 0vw
    }
    .where-to-buy__detail-info-item {
        padding-top: .55555556vw
    }
    .where-to-buy__detail-info-link {
        font-size: .97222222vw
    }
    .where-to-buy__detail-info-link:after {
        left: .20833333vw;
        top: .06944444vw;
        width: .97222222vw;
        height: .97222222vw
    }
    .where-to-buy__detail-info-link .icon--location,
    .where-to-buy__detail-info-link .icon--tel {
        left: .20833333vw;
        top: .06944444vw;
        width: 1.04166667vw;
        height: 1.04166667vw
    }
    .where-to-buy__detail-info-link.icon-location {
        padding-left: 1.94444444vw
    }
    .where-to-buy__detail-info-link.icon-tel {
        padding-left: 1.94444444vw
    }
    .where-to-buy__detail-info-link.icon-mail {
        padding-left: 1.94444444vw
    }
    .where-to-buy__schedule {
        padding-top: .55555556vw;
        padding-bottom: 2.43055556vw
    }
    .where-to-buy__schedule-headline {
        font-size: 1.25vw
    }
    .where-to-buy__schedule-list {
        padding-top: .13888889vw
    }
    .where-to-buy__schedule-item {
        margin-top: .76388889vw
    }
    .where-to-buy__schedule-date {
        padding-right: .69444444vw;
        font-size: .97222222vw
    }
    .where-to-buy__schedule-time {
        padding-left: .69444444vw;
        font-size: .97222222vw
    }
    .where-to-buy__detail-disclaimer {
        padding-left: 1.66666667vw;
        padding-top: 1.66666667vw;
        padding-bottom: 1.66666667vw;
        font-size: .83333333vw
    }
    .where-to-buy__detail-disclaimer .icon--exclamation {
        left: .06944444vw;
        top: 1.875vw;
        width: .83333333vw;
        height: .83333333vw
    }
    .where-to-buy__location-layer.layer-popup .layer-popup__contents {
        width: 38.05555556vw;
        font-size: 1.94444444vw
    }
    .where-to-buy__location-layer.layer-popup .layer-popup__utility {
        padding-top: 1.73611111vw
    }
    .where-to-buy__location-layer.layer-popup .layer-popup__utility-cta {
        font-size: 1.94444444vw
    }
    .where-to-buy__location-layer.layer-popup .layer-popup__cta-wrap .cta {
        min-width: 14.72222222vw;
        padding: .83333333vw 2.63888889vw .90277778vw 2.63888889vw;
        margin: .27777778vw .69444444vw 0vw .69444444vw
    }
    .where-to-buy__map-tooltip {
        width: 19.44444444vw;
        padding: .13888889vw .83333333vw
    }
    .where-to-buy__map-store-name button {
        font-size: 1.25vw
    }
    .where-to-buy__map-info-list {
        padding-top: 1.18055556vw
    }
    .where-to-buy__map-info-link {
        font-size: .97222222vw
    }
    .where-to-buy__map-info-link .icon--tel {
        left: .20833333vw;
        top: .06944444vw;
        width: .97222222vw;
        height: .97222222vw
    }
    .where-to-buy__map-info-link.icon-tel {
        padding-left: 1.94444444vw
    }
}

@media only screen and (max-width:767px) {
    .where-to-buy .layer-popup {
        padding: 0vw 6.66666667vw
    }
    .where-to-buy .layer-popup__inner {
        max-width: 100%;
        padding: 17.77777778vw 4.44444444vw 8.88888889vw 4.44444444vw;
        border-radius: 5.55555556vw
    }
    .where-to-buy .layer-popup__title {
        margin-bottom: 4.44444444vw;
        font-size: 4.44444444vw
    }
    .where-to-buy .layer-popup__contents {
        font-size: 3.33333333vw
    }
    .where-to-buy .layer-popup__information-text {
        margin: 0vw 5.55555556vw;
        padding: 2.77777778vw 0vw 4.16666667vw 0vw;
        font-size: 4.44444444vw
    }
    .where-to-buy .layer-popup__information-text:before {
        width: 11.11111111vw;
        height: 11.11111111vw;
        margin-bottom: 2.77777778vw
    }
    .where-to-buy .layer-popup__cta-wrap {
        margin-top: 6.66666667vw
    }
    .where-to-buy .layer-popup__cta-wrap .p6-cta {
        margin: 0vw 2.22222222vw
    }
    .where-to-buy .layer-popup__close {
        right: 0vw;
        top: 0vw;
        width: 15.55555556vw;
        height: 15.55555556vw
    }
    .where-to-buy .layer-popup__close .icon {
        left: 5.55555556vw;
        top: 5.55555556vw;
        width: 4.44444444vw;
        height: 4.44444444vw
    }
    .where-to-buy .where-to-buy__container {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }
    .where-to-buy .where-to-buy__container:before {
        content: none
    }
    .where-to-buy .where-to-buy__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 0;
        border-radius: 0
    }
    .where-to-buy__top {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 61.11111111vw;
        padding: 5vw 0vw 0vw 0vw;
        border-bottom: 0
    }
    .where-to-buy__headline {
        padding: 0vw 13.88888889vw 0vw 6.66666667vw;
        font-size: 4.44444444vw
    }
    .where-to-buy__headline-text {
        font-size: 5.55555556vw;
        letter-spacing: -0.016em
    }
    .where-to-buy__product {
        position: relative;
        top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: auto;
        padding: 5.55555556vw 13.88888889vw 0vw 6.66666667vw
    }
    .where-to-buy__product-image {
        width: 19.44444444vw;
        padding-right: 2.77777778vw
    }
    .where-to-buy__product-info {
        font-size: 3.33333333vw
    }
    .where-to-buy__product-name {
        max-width: 58.33333333vw;
        font-size: 4.44444444vw
    }
    .where-to-buy__product-rating {
        padding-top: 1.11111111vw;
        min-height: 4.44444444vw
    }
    .where-to-buy__review-link svg.icon {
        width: 4.44444444vw;
        height: 4.44444444vw
    }
    .where-to-buy__review-text {
        margin-left: 2.22222222vw;
        font-size: 3.33333333vw
    }
    .where-to-buy__tab {
        padding-top: 2.77777778vw;
        border-bottom: 1px solid #ccc
    }
    .where-to-buy__tab-item {
        width: 50%;
        margin-left: 0
    }
    .where-to-buy__tab-cta {
        width: 100%;
        height: 13.33333333vw;
        font-size: 3.88888889vw;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .where-to-buy__tab-cta.is-selected:after {
        height: .55555556vw
    }
    .where-to-buy__search {
        position: static;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        padding: 2.5vw 5.55555556vw .55555556vw 5.55555556vw;
        background-color: #f1f1f1
    }
    .where-to-buy__search-cta {
        height: 6.66666667vw;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        padding: 2.22222222vw 7.77777778vw 0vw 7.77777778vw;
        font-size: 3.33333333vw
    }
    .where-to-buy .where-to-buy__search-cta .icon {
        top: 50%;
        width: 7.22222222vw;
        height: 7.22222222vw;
        margin-top: -2.22222222vw;
        right: -2.77777778vw
    }
    .where-to-buy__tabpanels {
        position: relative;
        z-index: 10;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: 100%
    }
    .where-to-buy__tabpanels .is-active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .where-to-buy__online {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        top: 61.11111111vw;
        bottom: 0;
        width: 100%
    }
    .where-to-buy__online-contents {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-height: none
    }
    .where-to-buy__banner {
        position: relative
    }
    .where-to-buy__banner-contents {
        padding: 0vw 6.66666667vw
    }
    .where-to-buy__banner-headline {
        width: 55.55555556vw;
        font-size: 6.66666667vw
    }
    .where-to-buy__banner-cta-wrap {
        margin-top: -0.55555556vw
    }
    .where-to-buy__store {
        padding: 1.94444444vw 6.66666667vw 3.33333333vw 6.66666667vw
    }
    .where-to-buy__store-list {
        padding-bottom: 3.05555556vw
    }
    .where-to-buy .where-to-buy__store-item {
        float: none;
        width: 100%;
        padding-top: 4.44444444vw;
        padding-right: 0
    }
    .where-to-buy__store-link {
        border-radius: 4.44444444vw
    }
    .where-to-buy__store-content {
        display: table;
        width: 100%;
        height: auto;
        padding: 0;
        direction: rtl
    }
    .where-to-buy .where-to-buy__store-content .icon {
        top: 50%;
        right: 0;
        width: 11.11111111vw;
        height: 11.11111111vw;
        margin-top: -2.5vw
    }
    .where-to-buy__store-info {
        display: table-cell;
        padding: 4.44444444vw 4.44444444vw 4.44444444vw 0vw;
        direction: ltr;
        vertical-align: middle
    }
    .where-to-buy__store-name {
        font-size: 3.33333333vw
    }
    .where-to-buy__store-state {
        font-size: 3.33333333vw
    }
    .where-to-buy__store-price {
        font-size: 6.66666667vw
    }
    .where-to-buy__store-description {
        overflow: auto;
        max-height: none;
        font-size: 3.33333333vw;
        line-clamp: unset
    }
    .where-to-buy__store-logo {
        display: table-cell;
        table-layout: fixed;
        direction: ltr;
        padding: 0vw 4.44444444vw;
        vertical-align: middle;
        height: 17.22222222vw
    }
    .where-to-buy__store-logo img {
        max-width: 27.77777778vw
    }
    .where-to-buy__store-more {
        padding-right: 0;
        text-align: center
    }
    .where-to-buy__store-more-cta {
        height: 6.66666667vw;
        font-size: 4.44444444vw;
        padding-right: 9.16666667vw
    }
    .where-to-buy .where-to-buy__store-more-cta .icon {
        top: 1.11111111vw;
        width: 3.88888889vw;
        height: 3.88888889vw;
        right: 1.38888889vw
    }
    .where-to-buy__column--2 .where-to-buy__store-state {
        padding-top: 1.11111111vw
    }
    .where-to-buy__column--2 .where-to-buy__store-price {
        padding-top: 1.38888889vw
    }
    .where-to-buy__column--4 .where-to-buy__store-state {
        padding: 3.33333333vw 0vw 0vw 0vw;
        font-size: 5vw
    }
    .where-to-buy__column--4 .where-to-buy__store-price {
        padding-top: 2.77777778vw
    }
    .where-to-buy__store-content.only-state .where-to-buy__store-info {
        padding-right: 8.33333333vw
    }
    .where-to-buy__store-content.only-state .where-to-buy__store-state {
        padding: 2.77777778vw 0vw 0vw 0vw;
        font-size: 5vw
    }
    .where-to-buy__store-content.only-state .icon {
        top: 50%;
        bottom: auto;
        margin-top: -2.22222222vw;
        right: 0
    }
    .where-to-buy .where-to-buy__column--2 .where-to-buy__store-content.only-state {
        padding-top: 0
    }
    .where-to-buy .where-to-buy__column--4 .where-to-buy__store-content .icon {
        top: 50%;
        bottom: auto;
        margin-top: -2.22222222vw;
        right: 0
    }
    .where-to-buy .where-to-buy__column--4.where-to-buy__store--none-price .where-to-buy__store-content {
        min-height: 27.77777778vw
    }
    .where-to-buy .where-to-buy__column--4.where-to-buy__store--none-price .where-to-buy__store-content .icon {
        top: 50%;
        bottom: auto;
        margin-top: -2.77777778vw;
        right: 0
    }
    .where-to-buy .where-to-buy__column--4.where-to-buy__store--none-state .where-to-buy__store-content {
        min-height: 42.22222222vw
    }
    .where-to-buy .where-to-buy__column--4.where-to-buy__store--none-state .where-to-buy__store-info {
        padding: 0;
        padding-right: 4.16666667vw
    }
    .where-to-buy .where-to-buy__column--4.where-to-buy__store--only-name .where-to-buy__store-content {
        min-height: 27.22222222vw
    }
    .where-to-buy .where-to-buy__column--4.where-to-buy__store--only-name .where-to-buy__store-content .icon {
        top: 50%;
        bottom: auto;
        margin-top: -5.55555556vw;
        right: 0
    }
    .where-to-buy .where-to-buy__column--4.where-to-buy__store--only-name .where-to-buy__store-info {
        padding: 0vw 15.27777778vw 0vw 0vw
    }
    .where-to-buy .where-to-buy__column--4.where-to-buy__store--only-name .where-to-buy__store-name {
        text-align: right
    }
    .where-to-buy__online-disclaimer {
        padding: 5vw 11.11111111vw 4.72222222vw 11.11111111vw;
        font-size: 3.88888889vw
    }
    .where-to-buy__locator {
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        top: 61.11111111vw;
        bottom: 0;
        width: 100%;
        height: auto;
        padding-left: 0
    }
    .where-to-buy__locator-aside {
        position: static;
        width: 100%
    }
    .where-to-buy__distance {
        position: relative;
        z-index: 15;
        height: 17.77777778vw
    }
    .where-to-buy__distance-list {
        padding: 2.77777778vw 0vw 3.33333333vw 0vw
    }
    .where-to-buy__distance-item {
        padding: 0vw 1.11111111vw
    }
    .where-to-buy__distance-button {
        width: 19.44444444vw;
        height: 11.11111111vw;
        padding: 0vw 1.66666667vw;
        border-radius: 2.22222222vw;
        font-size: 3.33333333vw
    }
    .where-to-buy__result {
        z-index: 10;
        top: 59%
    }
    .where-to-buy__result-top {
        position: relative;
        z-index: 10;
        height: 15.83333333vw;
        padding: 3.33333333vw 6.66666667vw 0vw 6.66666667vw;
        border-radius: 4.44444444vw 4.44444444vw 0vw 0vw;
        background-color: #fff;
        -webkit-box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.1)
    }
    .where-to-buy__result-top:after {
        position: absolute;
        left: 50%;
        top: 2.22222222vw;
        width: 7.77777778vw;
        height: 1.11111111vw;
        border-radius: 1.11111111vw;
        background-color: #d6d6d6;
        content: '';
        margin-left: -3.88888889vw
    }
    .where-to-buy__result-title {
        font-size: 3.88888889vw
    }
    .where-to-buy__result-list {
        z-index: 10;
        top: 15.83333333vw
    }
    .where-to-buy__result-content {
        padding: 0vw 6.66666667vw
    }
    .where-to-buy__result-info {
        padding: 7.22222222vw 6.66666667vw
    }
    .where-to-buy__result-type {
        font-size: 3.33333333vw
    }
    .where-to-buy__result-type:before {
        left: -6.66666667vw;
        top: .55555556vw;
        width: 2.22222222vw;
        height: 2.22222222vw
    }
    .where-to-buy__result-name {
        padding-top: 2.22222222vw;
        font-size: 5vw
    }
    .where-to-buy__result-distance {
        padding-top: .83333333vw;
        font-size: 3.88888889vw
    }
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover .where-to-buy__result-type .icon--store-experience,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active .where-to-buy__result-type .icon--store-experience,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus .where-to-buy__result-type .icon--store-experience,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active .where-to-buy__result-type .icon--store-experience,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover .where-to-buy__result-type .icon--store-brand,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active .where-to-buy__result-type .icon--store-brand,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus .where-to-buy__result-type .icon--store-brand,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active .where-to-buy__result-type .icon--store-brand,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover .where-to-buy__result-type .icon--store,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active .where-to-buy__result-type .icon--store,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus .where-to-buy__result-type .icon--store,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active .where-to-buy__result-type .icon--store {
        left: -8.88888889vw;
        top: -1.66666667vw;
        width: 6.66666667vw;
        height: 6.66666667vw
    }
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover .where-to-buy__result-type .icon--next,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active .where-to-buy__result-type .icon--next,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus .where-to-buy__result-type .icon--next,
    .where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active .where-to-buy__result-type .icon--next {
        top: 0;
        right: -11.38888889vw;
        width: 7.77777778vw;
        height: 7.77777778vw
    }
    .where-to-buy .where-to-buy__result.where-to-buy__result--bottom {
        top: auto;
        bottom: 0;
        -webkit-transition: top ease-in-out .1s;
        transition: top ease-in-out .1s
    }
    .where-to-buy .where-to-buy__result.where-to-buy__result--bottom .where-to-buy__result-list {
        display: none
    }
    .where-to-buy .where-to-buy__result.where-to-buy__result--bottom.where-to-buy__result--active .where-to-buy__result-list,
    .where-to-buy .where-to-buy__result.where-to-buy__result--bottom.where-to-buy__result--middle .where-to-buy__result-list {
        display: block
    }
    .where-to-buy .where-to-buy__result.where-to-buy__result--middle {
        top: 59%;
        -webkit-transition: top ease-in-out .1s;
        transition: top ease-in-out .1s
    }
    .where-to-buy .where-to-buy__result.where-to-buy__result--top {
        top: 14.44444444vw;
        -webkit-transition: top ease-in-out .1s;
        transition: top ease-in-out .1s
    }
    .js-browser-ie .where-to-buy .where-to-buy__result.where-to-buy-new--result-bottom,
    .js-browser-ie .where-to-buy .where-to-buy__result.where-to-buy-new--result-middle,
    .js-browser-ie .where-to-buy .where-to-buy__result.where-to-buy-new--result-top {
        -webkit-transition: none;
        transition: none
    }
    .where-to-buy__detail {
        position: fixed;
        z-index: 1200
    }
    .where-to-buy__detail-close {
        height: 6.66666667vw;
        font-size: 3.33333333vw;
        padding-left: 5.27777778vw
    }
    .where-to-buy__detail-close .icon--back {
        left: -0.83333333vw;
        top: 1.38888889vw;
        width: 7.5vw;
        height: 7.5vw
    }
    .where-to-buy__detail-top {
        padding: 0;
        padding-top: 6.66666667vw;
        padding-bottom: 4.72222222vw;
        margin: 0vw 6.66666667vw
    }
    .where-to-buy__detail-headline {
        padding-top: 4.72222222vw;
        font-size: 6.11111111vw
    }
    .where-to-buy__detail-type {
        padding-top: 3.33333333vw;
        font-size: 3.88888889vw
    }
    .where-to-buy__detail-distance {
        padding-left: 4.16666667vw
    }
    .where-to-buy__detail-distance:after {
        left: 1.66666667vw;
        top: .55555556vw;
        height: 3.61111111vw
    }
    .where-to-buy__detail-contents {
        padding: 0vw 6.66666667vw;
        margin-bottom: 20.55555556vw
    }
    .where-to-buy__detail-info-list {
        padding: 4.44444444vw 0vw 6.66666667vw 0vw
    }
    .where-to-buy__detail-info-item {
        padding-top: 2.22222222vw
    }
    .where-to-buy__detail-info-link {
        font-size: 3.88888889vw
    }
    .where-to-buy__detail-info-link:after {
        left: .83333333vw;
        width: 3.88888889vw;
        height: 3.88888889vw
    }
    .where-to-buy__detail-info-link .icon--location,
    .where-to-buy__detail-info-link .icon--tel {
        left: .83333333vw;
        top: .27777778vw;
        width: 4.16666667vw;
        height: 4.16666667vw
    }
    .where-to-buy__detail-info-link.icon-location {
        padding-left: 7.77777778vw
    }
    .where-to-buy__detail-info-link.icon-tel {
        padding-left: 7.77777778vw
    }
    .where-to-buy__detail-info-link.icon-mail {
        padding-left: 7.77777778vw
    }
    .where-to-buy__schedule {
        padding-top: 2.22222222vw;
        padding-bottom: 3.05555556vw
    }
    .where-to-buy__schedule-headline {
        font-size: 5vw
    }
    .where-to-buy__schedule-list {
        padding-top: .55555556vw
    }
    .where-to-buy__schedule-item {
        margin-top: 3.05555556vw
    }
    .where-to-buy__schedule-date {
        padding-right: 2.77777778vw;
        font-size: 3.88888889vw
    }
    .where-to-buy__schedule-time {
        padding-left: 2.77777778vw;
        font-size: 3.88888889vw
    }
    .where-to-buy__detail-disclaimer {
        padding-left: 6.66666667vw;
        padding-top: 6.94444444vw;
        padding-bottom: 8.88888889vw;
        font-size: 3.33333333vw;
        border-top: 0
    }
    .where-to-buy__detail-disclaimer .icon--exclamation {
        left: 1.11111111vw;
        top: 7.77777778vw;
        width: 3.33333333vw;
        height: 3.33333333vw
    }
    .where-to-buy__location-layer.layer-popup .layer-popup__contents {
        width: 100%;
        font-size: 5.55555556vw
    }
    .where-to-buy__location-layer.layer-popup .layer-popup__utility {
        padding: 6.94444444vw 3.33333333vw 0vw 3.33333333vw
    }
    .where-to-buy__location-layer.layer-popup .layer-popup__utility-cta {
        font-size: 5.55555556vw
    }
    .where-to-buy__location-layer.layer-popup .layer-popup__cta-wrap .cta {
        min-width: 35.55555556vw;
        padding: 2.77777778vw 7.77777778vw 2.77777778vw 7.77777778vw;
        margin: 2.77777778vw .83333333vw 0vw .83333333vw
    }
    .where-to-buy__map-tooltip {
        width: auto;
        padding: 0
    }
    .where-to-buy__map-store-name button {
        font-size: 5vw;
        text-align: center
    }
    .where-to-buy__map-info-list {
        display: none
    }
}

.where-to-buy.mode--landscape .where-to-buy__content {
    display: block;
    overflow-y: auto
}

.where-to-buy.mode--landscape .where-to-buy__tab-cta {
    z-index: 11
}

.where-to-buy.mode--landscape .where-to-buy__online,
.where-to-buy.mode--landscape .where-to-buy__locator {
    position: static
}

.where-to-buy.mode--landscape .where-to-buy__online.is-active,
.where-to-buy.mode--landscape .where-to-buy__locator.is-active {
    display: block
}

.where-to-buy.mode--landscape .where-to-buy__locator {
    height: 140%
}

.where-to-buy.mode--landscape .where-to-buy__result {
    top: 99%;
    bottom: -40%
}

.where-to-buy.mode--landscape .where-to-buy__result--bottom {
    top: auto;
    bottom: -40%
}

.where-to-buy.mode--landscape .where-to-buy__result--middle {
    top: 99%
}

.where-to-buy.mode--landscape .where-to-buy__result--top {
    top: 14.44444444vw
}

.where-to-buy.mode--landscape .where-to-buy__detail {
    overflow-y: auto
}

.where-to-buy.mode--landscape .where-to-buy__detail-container {
    display: block;
    height: auto
}

.where-to-buy.mode--landscape .where-to-buy__detail-contents {
    margin-bottom: 0
}

.pd-get-stock-alert-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3100
}

.pd-get-stock-alert-popup .scrollbar-vertical__track {
    top: 24px
}

.pd-get-stock-alert-popup__dimmed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .75
}

.pd-get-stock-alert-popup__contents {
    position: absolute;
    width: 540px;
    padding: 30px 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pd-get-stock-alert-popup__inner-wrap {
    padding-top: 43px;
    background-color: #f7f7f7;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.pd-get-stock-alert-popup__header {
    padding: 0 56px
}

.pd-get-stock-alert-popup__header .text-title {
    font-family: 'SamsungSharpSans', arial, sans-serif;
    font-size: 36px;
    line-height: 1.33;
    font-weight: bold;
    text-align: center
}

.pd-get-stock-alert-popup__desc {
    margin-top: 8px;
    font-size: 18px;
    line-height: 1.33;
    text-align: center
}

.pd-get-stock-alert-popup__text-field-wrap {
    margin-top: 40px;
    padding: 0 56px
}

.pd-get-stock-alert-popup__checkbox-container {
    margin-top: 22px;
    padding: 0 56px 0 83px
}

.pd-get-stock-alert-popup__checkbox-wrap.is-required {
    position: relative
}

.pd-get-stock-alert-popup__checkbox-wrap.is-required:before {
    content: '*';
    position: absolute;
    top: 4px;
    left: -44px;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    color: #dc2222
}

.pd-get-stock-alert-popup__checkbox-label {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #363636;
    cursor: pointer
}

.pd-get-stock-alert-popup__checkbox-label:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: -3px;
    left: -30px;
    background: url('../../../../../../../etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_check_radio_a.svg');
    background-size: 100% 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top
}

.pd-get-stock-alert-popup__checkbox:checked~.pd-get-stock-alert-popup__checkbox-label {
    font-weight: bold
}

.pd-get-stock-alert-popup__checkbox:checked~.pd-get-stock-alert-popup__checkbox-label:before {
    background: url('../../../../../../../etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_check_b.svg');
    background-size: 100% 100%;
    -webkit-animation: checkbox-radio-animation .2s cubic-bezier(0.33, 0, 0.3, 1);
    animation: checkbox-radio-animation .2s cubic-bezier(0.33, 0, 0.3, 1)
}

.pd-get-stock-alert-popup__checkbox-desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.33;
    color: #363636
}

.pd-get-stock-alert-popup__checkbox-desc.is-required {
    font-size: 12px;
    color: #dc2222
}

.pd-get-stock-alert-popup__checkbox-desc~.pd-get-stock-alert-popup__checkbox-wrap {
    margin-top: 15px
}

.pd-get-stock-alert-popup__disclaimer {
    margin-top: 38px;
    padding: 18px 56px;
    background-color: #f1f1f1
}

.pd-get-stock-alert-popup__disclaimer-text {
    font-size: 12px;
    line-height: 1.33;
    color: #636363
}

.pd-get-stock-alert-popup__btn-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 36px;
    font-size: 0;
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center
}

.pd-get-stock-alert-popup__btn-wrap:before {
    position: absolute;
    top: -22px;
    left: 0;
    width: 100%;
    height: 22px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0, transparent), to(rgba(0, 0, 0, 0.04)));
    background: linear-gradient(to bottom, transparent 0, transparent 0, rgba(0, 0, 0, 0.04) 100%);
    content: ''
}

.pd-get-stock-alert-popup__btn-wrap .cta {
    width: 224px
}

.pd-get-stock-alert-popup__close {
    position: absolute;
    top: 54px;
    right: 24px;
    width: 24px;
    height: 24px
}

.pd-get-stock-alert-popup__close .icon {
    width: 100%;
    height: 100%
}

.pd-get-stock-alert-popup__final-wrap {
    display: none;
    position: absolute;
    padding: 30px 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pd-get-stock-alert-popup__final {
    width: 500px;
    padding: 24px;
    border-radius: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff
}

.pd-get-stock-alert-popup__final-desc {
    padding: 32px 0 24px 0;
    overflow-y: auto;
    font-size: 18px;
    line-height: 1.33;
    text-align: center
}

.pd-get-stock-alert-popup__final-btn-wrap {
    text-align: center
}

.pd-get-stock-alert-popup__final-btn-wrap .cta {
    width: 224px
}

@media only screen and (min-width:768px) and (max-width:1440px) {
    .pd-get-stock-alert-popup .scrollbar-vertical__track {
        top: 1.66666667vw
    }
    .pd-get-stock-alert-popup__contents {
        width: 37.5vw;
        padding: 2.08333333vw 0vw
    }
    .pd-get-stock-alert-popup__inner-wrap {
        padding-top: 2.98611111vw
    }
    .pd-get-stock-alert-popup__header {
        padding: 0vw 3.88888889vw
    }
    .pd-get-stock-alert-popup__header .text-title {
        font-size: 2.5vw
    }
    .pd-get-stock-alert-popup__desc {
        margin-top: .55555556vw;
        font-size: 1.25vw
    }
    .pd-get-stock-alert-popup__text-field-wrap {
        margin-top: 2.77777778vw;
        padding: 0vw 3.88888889vw
    }
    .pd-get-stock-alert-popup__checkbox-container {
        margin-top: 1.52777778vw;
        padding: 0vw 3.88888889vw 0vw 5.76388889vw
    }
    .pd-get-stock-alert-popup__checkbox-wrap.is-required:before {
        top: .27777778vw;
        left: -3.05555556vw;
        font-size: .97222222vw
    }
    .pd-get-stock-alert-popup__checkbox-label {
        font-size: .97222222vw;
        line-height: 1.25vw
    }
    .pd-get-stock-alert-popup__checkbox-label:before {
        width: 1.66666667vw;
        height: 1.66666667vw;
        top: -0.20833333vw;
        left: -2.08333333vw
    }
    .pd-get-stock-alert-popup__checkbox-desc {
        margin-top: .69444444vw;
        font-size: .97222222vw
    }
    .pd-get-stock-alert-popup__checkbox-desc.is-required {
        font-size: .83333333vw
    }
    .pd-get-stock-alert-popup__checkbox-desc~.pd-get-stock-alert-popup__checkbox-wrap {
        margin-top: 1.04166667vw
    }
    .pd-get-stock-alert-popup__disclaimer {
        margin-top: 2.63888889vw;
        padding: 1.25vw 3.88888889vw
    }
    .pd-get-stock-alert-popup__disclaimer-text {
        font-size: .83333333vw
    }
    .pd-get-stock-alert-popup__btn-wrap {
        padding: 1.66666667vw 2.5vw
    }
    .pd-get-stock-alert-popup__btn-wrap:before {
        top: -1.52777778vw;
        height: 1.52777778vw
    }
    .pd-get-stock-alert-popup__btn-wrap .cta {
        width: 15.55555556vw
    }
    .pd-get-stock-alert-popup__close {
        top: 3.75vw;
        right: 1.66666667vw;
        width: 1.66666667vw;
        height: 1.66666667vw
    }
    .pd-get-stock-alert-popup__final-wrap {
        padding: 2.08333333vw 0vw
    }
    .pd-get-stock-alert-popup__final {
        width: 34.72222222vw;
        padding: 1.66666667vw;
        border-radius: 1.66666667vw
    }
    .pd-get-stock-alert-popup__final-desc {
        padding: 2.22222222vw 0vw 1.66666667vw 0vw;
        font-size: 1.25vw
    }
    .pd-get-stock-alert-popup__final-btn-wrap .cta {
        width: 15.55555556vw
    }
}

@media only screen and (max-width:767px) {
    .pd-get-stock-alert-popup {
        background-color: #f7f7f7
    }
    .pd-get-stock-alert-popup .scrollbar-vertical__track {
        top: 0
    }
    .pd-get-stock-alert-popup__dimmed {
        display: none
    }
    .pd-get-stock-alert-popup__contents {
        width: 100%;
        padding: 0;
        left: 0;
        top: 0;
        bottom: 0;
        -webkit-transform: none;
        transform: none
    }
    .pd-get-stock-alert-popup__inner-wrap {
        padding-top: 8.33333333vw
    }
    .pd-get-stock-alert-popup__header {
        padding: 0vw 5vw
    }
    .pd-get-stock-alert-popup__header .text-title {
        font-size: 6.66666667vw
    }
    .pd-get-stock-alert-popup__desc {
        margin-top: 1.94444444vw;
        font-size: 3.33333333vw
    }
    .pd-get-stock-alert-popup__text-field-wrap {
        margin-top: 6.66666667vw;
        padding: 0vw 5vw
    }
    .pd-get-stock-alert-popup__checkbox-container {
        margin-top: 3.61111111vw;
        padding: 0vw 5vw 0vw 13.88888889vw
    }
    .pd-get-stock-alert-popup__checkbox-wrap.is-required:before {
        top: 1.38888889vw;
        left: -12.22222222vw;
        font-size: 3.88888889vw
    }
    .pd-get-stock-alert-popup__checkbox-label {
        font-size: 3.33333333vw;
        line-height: 5.55555556vw
    }
    .pd-get-stock-alert-popup__checkbox-label:before {
        width: 6.66666667vw;
        height: 6.66666667vw;
        top: -0.55555556vw;
        left: -8.33333333vw
    }
    .pd-get-stock-alert-popup__checkbox-desc {
        margin-top: 4.72222222vw;
        font-size: 3.33333333vw
    }
    .pd-get-stock-alert-popup__checkbox-desc.is-required {
        font-size: 2.77777778vw
    }
    .pd-get-stock-alert-popup__checkbox-desc~.pd-get-stock-alert-popup__checkbox-wrap {
        margin-top: 4.16666667vw
    }
    .pd-get-stock-alert-popup__disclaimer {
        margin-top: 5.55555556vw;
        padding: 6.94444444vw 5vw
    }
    .pd-get-stock-alert-popup__disclaimer-text {
        font-size: 2.77777778vw
    }
    .pd-get-stock-alert-popup__btn-wrap {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 4.44444444vw 6.66666667vw
    }
    .pd-get-stock-alert-popup__btn-wrap:before {
        top: -6.11111111vw;
        height: 6.11111111vw
    }
    .pd-get-stock-alert-popup__btn-wrap .cta {
        width: 40.55555556vw
    }
    .pd-get-stock-alert-popup__close {
        top: 6.66666667vw;
        right: 6.66666667vw;
        width: 6.66666667vw;
        height: 6.66666667vw
    }
    .pd-get-stock-alert-popup__final-wrap {
        padding: 0;
        left: 6.66666667vw;
        right: 6.66666667vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .pd-get-stock-alert-popup__final {
        width: 100%;
        padding: 6.66666667vw;
        border-radius: 6.66666667vw
    }
    .pd-get-stock-alert-popup__final-desc {
        padding: 8.88888889vw 0vw 6.66666667vw 0vw;
        font-size: 3.88888889vw
    }
    .pd-get-stock-alert-popup__final-btn-wrap .cta {
        width: 100%
    }
}

.confirm-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3101;
    font-family: 'SamsungOne', arial, sans-serif
}

.confirm-popup__dimmed {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: .75
}

.confirm-popup__content {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    max-width: 100%;
    min-width: 560px;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden
}

.confirm-popup__content-inner {
    position: relative;
    padding: 55px 60px 30px;
    border-radius: 20px;
    background-color: #fff
}

.confirm-popup__title {
    display: block;
    font-size: 24px;
    line-height: 1.33;
    text-align: center;
    color: #000;
    word-wrap: break-word
}

.confirm-popup__desc {
    display: block;
    margin-top: 32px;
    text-align: center;
    font-size: 16px;
    color: #363636;
    word-wrap: break-word
}

.confirm-popup__cta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 55px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.confirm-popup__cta-wrap .cta {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 200px;
    height: 50px;
    margin: 0 10px;
    font-size: 18px;
    white-space: normal;
    text-align: center
}

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

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

@media only screen and (min-width:768px) and (max-width:1440px) {
    .confirm-popup__content {
        min-width: 38.88888889vw
    }
    .confirm-popup__content-inner {
        padding: 3.81944444vw 4.16666667vw 2.08333333vw 4.16666667vw
    }
    .confirm-popup__title {
        font-size: 1.66666667vw
    }
    .confirm-popup__desc {
        margin-top: 2.22222222vw;
        font-size: 1.11111111vw
    }
    .confirm-popup__cta-wrap {
        margin-top: 3.81944444vw
    }
    .confirm-popup__cta-wrap .cta {
        min-width: 13.88888889vw;
        height: 3.47222222vw;
        margin: 0vw .69444444vw;
        font-size: 1.25vw
    }
    .confirm-popup__close {
        right: .83333333vw;
        top: .83333333vw;
        width: 3.33333333vw;
        height: 3.33333333vw
    }
    .confirm-popup__close .icon {
        width: 1.66666667vw;
        height: 1.66666667vw;
        margin: -0.83333333vw 0vw 0vw -0.83333333vw
    }
}

@media only screen and (max-width:767px) {
    .confirm-popup__content {
        min-width: 88.88888889vw
    }
    .confirm-popup__content-inner {
        padding: 12.77777778vw 5.55555556vw 5.55555556vw 5.55555556vw
    }
    .confirm-popup__title {
        font-size: 6.11111111vw
    }
    .confirm-popup__desc {
        margin-top: 5.83333333vw;
        font-size: 3.33333333vw
    }
    .confirm-popup__cta-wrap {
        margin-top: 7.22222222vw
    }
    .confirm-popup__cta-wrap .cta {
        width: 100%;
        height: 9.72222222vw;
        min-width: 22.22222222vw;
        margin: 0vw .83333333vw;
        font-size: 3.33333333vw
    }
    .confirm-popup__close {
        right: 0vw;
        top: 0vw;
        width: 15.55555556vw;
        height: 15.55555556vw
    }
    .confirm-popup__close .icon {
        width: 6.66666667vw;
        height: 6.66666667vw;
        margin: -3.33333333vw 0vw 0vw -3.33333333vw
    }
}

.wishlist-popup {
    display: none
}

.wishlist-popup .layer-popup {
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    letter-spacing: -4px;
    text-align: center;
    background: rgba(0, 0, 0, 0.68);
    z-index: 3100
}

.wishlist-popup .layer-popup:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.wishlist-popup .layer-popup__inner {
    display: inline-block;
    position: relative;
    width: auto;
    width: 500px;
    border-radius: 20px;
    background: #fff;
    line-height: 1.33;
    vertical-align: middle;
    letter-spacing: 0
}

.wishlist-popup .layer-popup__contents {
    padding: 43px 50px 0
}

.wishlist-popup .layer-popup__title {
    position: relative;
    font-size: 24px;
    line-height: 1.33;
    font-family: 'SamsungSharpSans', arial, sans-serif;
    letter-spacing: -0.02em
}

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

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

.wishlist-popup__desc {
    margin: 20px 0 35px;
    font-size: 18px;
    color: #363636
}

.wishlist-popup__cta {
    width: 50%;
    padding: 0 10px
}

.wishlist-popup__cta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px 24px;
    margin: 25px 0 0;
    width: 100%
}

.wishlist-popup__cta .cta {
    display: block;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 50px
}

.wishlist-popup__cta .cta--outlined {
    padding: 14px 23px 15px 23px
}

.wishlist-popup__cta .cta--contained {
    padding: 15px 23px 16px 23px
}

.wishlist-popup__selectbox-inner {
    margin-top: 15px
}

.wishlist-popup__selectbox .menu {
    min-width: auto
}

.wishlist-popup__selectbox .menu .scrollbar__contents {
    padding: 0 !important
}

@media only screen and (min-width:768px) and (max-width:1440px) {
    .wishlist-popup .layer-popup {
        letter-spacing: -0.27777778vw
    }
    .wishlist-popup .layer-popup__inner {
        width: 34.72222222vw
    }
    .wishlist-popup .layer-popup__contents {
        padding: 2.98611111vw 3.47222222vw 0vw 3.47222222vw
    }
    .wishlist-popup .layer-popup__title {
        font-size: 1.66666667vw
    }
    .wishlist-popup .layer-popup__close {
        right: .83333333vw;
        top: .83333333vw;
        width: 3.33333333vw;
        height: 3.33333333vw
    }
    .wishlist-popup .layer-popup__close .icon {
        width: 1.66666667vw;
        height: 1.66666667vw;
        margin: -0.83333333vw 0vw 0vw -0.83333333vw
    }
    .wishlist-popup__desc {
        margin: 1.38888889vw 0vw 2.43055556vw 0vw;
        font-size: 1.25vw
    }
    .wishlist-popup__cta {
        padding: 0vw .69444444vw
    }
    .wishlist-popup__cta-wrap {
        padding: 0vw .69444444vw 1.66666667vw .69444444vw;
        margin: 1.73611111vw 0vw 0vw 0vw
    }
    .wishlist-popup__cta .cta {
        font-size: .97222222vw;
        border-radius: 3.47222222vw
    }
    .wishlist-popup__cta .cta--outlined {
        padding: .97222222vw 1.59722222vw 1.04166667vw 1.59722222vw
    }
    .wishlist-popup__cta .cta--contained {
        padding: 1.04166667vw 1.59722222vw 1.11111111vw 1.59722222vw
    }
}

@media only screen and (max-width:767px) {
    .wishlist-popup .layer-popup {
        padding: 2.77777778vw
    }
    .wishlist-popup .layer-popup__inner {
        width: 100%;
        max-width: 100%
    }
    .wishlist-popup .layer-popup__contents {
        padding: 9.44444444vw 5vw 0vw 5vw
    }
    .wishlist-popup .layer-popup__title {
        font-size: 6.38888889vw
    }
    .wishlist-popup .layer-popup__close {
        right: 0vw;
        top: 0vw;
        width: 15.55555556vw;
        height: 15.55555556vw
    }
    .wishlist-popup .layer-popup__close .icon {
        width: 6.66666667vw;
        height: 6.66666667vw;
        margin: -3.33333333vw 0vw 0vw -3.33333333vw
    }
    .wishlist-popup__desc {
        margin: 5vw 0vw 4.16666667vw 0vw;
        font-size: 3.33333333vw;
        color: #363636
    }
    .wishlist-popup__cta {
        padding: 0vw 1.38888889vw
    }
    .wishlist-popup__cta-wrap {
        margin: 3.33333333vw 0vw 0vw 0vw;
        padding: 4.44444444vw 2.77777778vw 4.44444444vw 2.77777778vw
    }
    .wishlist-popup__cta .cta {
        font-size: 3.33333333vw;
        border-radius: 11.11111111vw
    }
    .wishlist-popup__cta .cta--outlined {
        padding: 2.5vw 6.38888889vw 2.77777778vw 6.38888889vw
    }
    .wishlist-popup__cta .cta--contained {
        padding: 2.77777778vw 6.38888889vw 3.05555556vw 6.38888889vw
    }
    .wishlist-popup__cta.cta--single {
        width: 100%
    }
    .wishlist-popup__selectbox-inner {
        height: 10vw;
        margin-top: 1.38888889vw;
        font-size: 2.77777778vw
    }
    .wishlist-popup__selectbox-inner:first-child {
        margin-top: 3.61111111vw
    }
}