:root {
    --primary: #FFFFFF;
    --light: #F3F3F3;
    --dark: #000000;
}

@media print,
screen and (min-width: 48em) {
    .event__button .btn {
        display: inline-block;
        min-width: 16.25rem;
        font-family: "Lane Crawford", 微软雅黑体, "Microsoft YaHei", 华文细黑, STXihei, 华文黑体, STHeiti, 冬青黑体, "Hiragino Sans GB", sans-serif;
    }
}

html:not(.fonts-loaded) .txt-lc,
html:not(.fonts-loaded) h1,
html:not(.fonts-loaded) h2,
html:not(.fonts-loaded) h3,
html:not(.fonts-loaded) h4,
html:not(.fonts-loaded) h5,
html:not(.fonts-loaded) h6 {
    font-family: "Lane Crawford", 微软雅黑体, "Microsoft YaHei", 华文细黑, STXihei, 华文黑体, STHeiti, 冬青黑体, "Hiragino Sans GB", sans-serif;
}

img {
    max-width: 100%;
}

.trending-btn.btn {
    background-color: #E9E5DC;
    border: 1px solid #89523D;
    font-weight: bold
}

.trending-btn.btn:hover,
.trending-btn.btn.active {
    background-color: #89523D !important;
    color: white !important
}

.content-wrapper {
    width: 100%;
    margin: auto;
    padding: 0;
    background-color: var(--primary);
    color: var(--dark);
    box-sizing: border-box;
    line-height: 1.4;
    font-family: "Lane Crawford", 微软雅黑体, "Microsoft YaHei", 华文细黑, "STXihei", 华文黑体, "STHeiti", 冬青黑体, "Hiragino Sans GB", sans-serif;
}

.show-for-larger-dt {
    display: none;
}

/* HERO BANNER */
/****** Grid Layout ******/

.new-in,
.hero-banners,
.discover-more {
    /* hide CMS content which is not in use */
    display: none;
}

.promo {
    max-width: none;
    width: auto;
}

.promo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(10, min-content);
}

.promo-grid>* {
    grid-column: 1/-1;
}

@media screen and (min-width: 768px) {
    .promo-grid {
        grid-template-columns: minmax(1em, 1fr) repeat(6, minmax(100px, 200px)) minmax(1em, 1fr);
    }

    .promo-grid>* {
        grid-column: 2/-2;
    }

    .promo-grid>.hero {
        grid-column: 1/-1;
    }
}

@media screen and (min-width: 1400px) {
    .promo {
        margin: 0 4em;
    }

    .promo-grid>.hero {
        grid-column: 2/-2;
    }

    .promo-banner {
        margin-bottom: 0;
    }

    .lc-footer {
        margin-top: 0;
    }
}

/****** Hero Image ******/

.hero {
    display: grid;
    place-items: center;
}

.hero>* {
    grid-column: 1;
    grid-row: 1
}

.hero__image-wrapper {
    place-items: center;
    display: grid;
    background-color: var(--bg, var(--light1));
    background-image: linear-gradient(330deg, transparent 20%, var(--light2) 80%);
    background-size: 300% 100%;
    background-position: 0% 0%;
    animation: hero-load 4s ease 2 both;
    transition: background-color 1s ease;
    opacity: 0.999;
    background-blend-mode: color-burn;
    /* this is to force transitions to occur */
    will-change: opacity, background-image, background-color, background-position;
}

.hero__image-wrapper>* {
    grid-column: 1/1;
    grid-row: 1/1;
}

.hero__image-wrapper,
.hero__image-wrapper>img {
    width: 100%;
}

@keyframes hero-load {

    0%,
    100% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 0%;
    }
}

@media screen and (min-width: 1400px) {
    .promo {
        margin: 0;
    }


    .show-for-larger-dt {
        display: block;
    }

    .show-for-tb {
        display: none;
    }

}

@media screen and (max-width: 1399px) and (min-width: 1200px) {



    .kcard-row {
        gap: 1.5vw;
    }


}



@media only screen and (max-width: 767px) {
    .bar-heading {
        line-height: 2.5;
    }

    .features__block {
        /*padding-top: 60px;*/
    }

    .hero__image-wrapper,
    .hero__image-wrapper>img {
        width: 100%;


    }


}

/****** Features ******/

.features {
    display: flex;
    gap: 3vw;
    overflow: auto;
    padding-inline: 10px;
    padding: 20px;
}

.features__block {
    font-family: var(--font-lc);
    flex: 0 0 60vw;
    width: 75vw;
}

.features__image {
    background-color: var(--bg, var(--light1));
    transition: background-color .5s ease;
    /*overflow: hidden;*/
}

.features__image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 7/8;
    aspect-ratio: 10/11;
    transition: opacity 0.5s ease-out, transform 0.2s ease;
}

.ranking__block img {
    aspect-ratio: 7 / 8 !important;
}

.features__block:nth-child(2) .features__image img {
    transition-delay: 0.1s, 0;
}

.features__block:nth-child(3) .features__image img {
    transition-delay: 0.2s, 0;
}

.features__block:nth-child(4) .features__image img {
    transition-delay: 0.3s, 0;
}

.features__block:nth-child(5) .features__image img {
    transition-delay: 0.4s, 0;
}

.features__block:hover img,
.features__block:active img,
.features__block:focus img {
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    z-index: 11;
}

.ranking__block:hover img,
.ranking__block:active img,
.ranking__block:focus img {
    transform: scale(1);
}

@media screen and (min-width: 1200px) {
    .features {
        gap: 25px;
        overflow: visible;
        padding-inline: 0px;
        justify-content: space-between;
        padding: 0px;
    }

    .features__block {
        flex-basis: 33%;
        flex-grow: 0;
        flex-shrink: 1;
        margin: 0;
    }

    .features__block:last-child {
        margin: 0;
    }

    .ranking {
        gap: 1vw !important;
    }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .features__block {
        flex: 0 0 30vw;
    }

}

.features__title {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 5px;
}

.features__subtitle {
    font-size: 14px;
    font-family: inherit;
    text-transform: uppercase;
    color: #444;
    line-height: 1.2;
    margin: 10px 0 0;
    animation-delay: 0.1s;
}

.features__cta {
    font-size: 14px;
    color: white;
    font-family: inherit;
    text-transform: uppercase;
    margin-top: 19px;
    padding: 12px;
    border-bottom: 1px solid currentColor;
    line-height: 1;
    letter-spacing: 1px;
    animation-delay: 0.2s;
    border: 1px solid white;
    width: 100%;
}

.features__cta:hover {
    background: #E9E5DC;
    color: black;
    cursor: pointer
}

.home-decor__block {
    flex: 1 1 20%;
}

/***** PRODUCTS ******/

.promo .products {
    text-align: center;
}

.promo .promo__products {
    text-align: center;
    line-height: 1.2;
}

.promo .promo__products:not(.flickity-enabled) {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    line-height: 1.4;

    margin: auto;
    min-height: auto;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

@media screen and (min-width: 768px) {
    .promo .promo__products:not(.flickity-enabled):not(.promo__products--placeholder) {
        justify-content: flex-start;
    }
}

.products__placeholder {
    min-width: 154px;
    padding: 0 5px;
}

.promo .promo__products.flickity-enabled {}

.promo .promo__products.flickity-enabled .products__placeholder {
    margin: 0 10px;
}

.products__wrapper {
    padding: 10px;
    background: transparent;
}

.products__wrapper .flickity-viewport {
    background: white;
}

.promo .products__product {
    display: inline-block;
    width: 13.5%;
    min-width: 230px;
    height: auto;
    background: white;
    padding: 0 5px;
    margin: 0 5px;
    vertical-align: top;
}

.promo .products__item__figure {
    margin: auto;
}



@media only screen and (max-width: 767px) {
    .promo .products__product {
        width: 40vw;
        height: auto;
        min-height: auto;
        min-width: 40vw;
        border-radius: 3px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        margin: 0 5px;
    }
}

.promo__products .product-brick__details {
    margin: 0;
}

.promo__products .product-brick__brand {
    margin: 8px 4px 4px;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.promo__products .product-brick__name {
    color: #444;
    font-size: 10px;
    height: 2.4em;
    min-height: 2.4em;
    line-height: 1.2;
    margin: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.loading-placeholder::-moz-selection {
    background-color: #eeeded !important;
    color: #eeeded !important;
}

.loading-placeholder::selection {
    background-color: #eeeded !important;
    color: #eeeded !important;
}

.promo .product-brick__heart {
    font-size: 18px;
    right: -10px;
    top: 0px;
    line-height: 1;
    height: 40px;
    width: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
}

.promo .product-brick__heart:before {
    top: 0;
    width: 20px;
    height: 18px;
}

/****** FLICKITY *****/

.promo .products__wrapper .next {
    right: 0;
}

.promo .products__wrapper .previous {
    left: 0;
}

@media screen and (min-width: 1300px) {
    .promo .products__wrapper .next {
        right: -50px;
    }

    .promo .products__wrapper .previous {
        left: -50px;
    }
}

.flickity-page-dots {
    display: none;
}

/****** wishlist size select *****/


@media screen and (max-width: 737px) {

    .ui-dialog--add-to-wishlist-size {
        position: fixed;
        top: auto !important;
        bottom: 0 !important;
        left: 0;
        right: 0;
        transform: translate3d(0, 110%, 0);
    }

    .ui-dialog--add-to-wishlist-size.is-open {
        transition: transform .33s ease !important;
        transform: translate3d(0, 0%, 0);
    }


}


/****** wishlist size dialog *****/
.ui-dialog--add-to-wishlist-size .product-brick {
    width: 50px;
}

.ui-dialog--add-to-wishlist-size .product-sizes__select {
    max-width: 150px;
}

.ui-dialog--add-to-wishlist-size .product-brick__heart,
.ui-dialog--add-to-wishlist-size .product-brick__details {
    display: none;
}


/***** CNY *****/



.show-for-larger-dt {
    display: none;
}

.hero__image-wrapper,
.hero__image-wrapper>img {
    width: auto;
    max-width: 100%;

}


.txt-letter-spacing {
    letter-spacing: 0.25rem;
}




.features__image img {
    position: relative;
    z-index: 10;
    aspect-ratio: 292/165;
}



@media screen and (min-width: 1400px) {
    .promo {
        margin: 0;
    }


    .show-for-larger-dt {
        display: block;
    }

    .show-for-tb {
        display: none;
    }

}



@media only screen and (max-width: 767px) {
    .bar-heading {
        line-height: 2.5;
    }

    .features__block {
        /*padding-top: 60px;*/
    }

    .hero__image-wrapper,
    .hero__image-wrapper>img {
        width: 100%;


    }

    .flickity-prev-next-button {
        display: none
    }

}

/* MAIN CONTIANER */

.grid-container {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, minmax(100px, 1fr));
}

.grid-container a {
    transition: transform .3s;
}

.grid-container a:hover {
    transition: transform .3s;
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
}

.grid-container img {
    border-radius: 2px;
}

@media(max-width: 768px) {
    .grid-container {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(2, minmax(100px, 1fr));
    }
}

@media(max-width: 500px) {

    .content-wrapper {
        font-size: 15px;
    }

    .grid-container {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }

    .grid-container a:hover {
        transition: transform .3s;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1.2);
    }


}


* {
    box-sizing: border-box;
}

.korea-title {
    font-weight: 500;
    text-align: center;
    font-size: 30px;
    color: black
}

.k-section {}



.k-overlay {
    background: #000000;
    opacity: 0%;
    z-index: 20;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #fff;
    text-align: center
}

.k-overlay .k-overlay__brand {
    font-weight: bold;
    text-transform: uppercase;
    margin: auto;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .1s, opacity .2s;
}

.k-overlay__brand_m {
    font-weight: bold;
    text-transform: uppercase;
}

.k-overlay__link {
    text-decoration: none;
    min-height: 619px;
    max-width: 453px;
    position: absolute;
}

.features__block:hover .k-overlay,
.features__block:active .k-overlay,
.features__block:focus .k-overlay {
    transition: transform .1s, opacity .2s;
    opacity: 60%;
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    z-index: 20;
}

@media(max-width: 768px) {
    .korea-title {
        margin-left: 20px;
    }

    .k-section {
        padding: 0;
    }
}

.kcard-row {
    width: 100%
}

.kcard {
    box-sizing: border-box;
    float: left;
    width: 100%;
}

.kcard .kcard__menu-content {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.kcard .kcard__menu-content li {
    display: inline-block;
}

.kcard .kcard__menu-content a {
    color: #fff;
    text-decoration: none;
}

.kcard .kcard__menu-content span {
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 10px;
    font-weight: 700;
    transform: translate(-50%, 0);
}

@media only screen and (max-width: 767px) {
    .kcard-row {
        justify-content: normal;
    }
}

.kcard .kcard__data {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(calc(70px + 1em));
    transition: transform 0.3s;
}

.kcard .kcard__data .kcard__content {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    padding: 1em;
    position: relative;
    z-index: 1;
}

.kcard .kcard__author {
    font-size: 12px;
    text-transform: uppercase;
    background-color: #B9090C;
    padding: 5px;
    border-radius: 5px;
}

.kcard .kcard__title {
    margin-top: 10px;
}

.kcard .kcard__text {
    height: 70px;
    margin: 0;
}

.kcard input[type='checkbox'] {
    display: none;
}

.kcard input[type='checkbox']:checked+.kcard__menu-content {
    transform: translateY(-60px);
}


.kcard-copy .kcard__content {
    background-color: #fff;
    box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}

.kcard-copy .kcard__title a {
    color: #808080;
}


.kcard-column .kcard__wrapper {
    background: url(https://media.lanecrawford.com/feature/korea-placeholder-background-grey-500x600.jpg) center / cover no-repeat;
}

.kcard-column .kcard__menu-content {
    float: right;
}

.kcard-column .kcard__menu-content li {
    margin: 0 5px;
    position: relative;
}

.kcard-column .kcard__menu-content span {
    transition: all 0.3s;
    opacity: 0;
}

.kcard-column .kcard__data {
    color: #fff;
    transform: translateY(calc(70px + 4em));
}

.kcard-column .kcard__title a {
    color: #fff;
    text-decoration: none;
}

.kcard-column .kcard__button {
    display: block;
    width: 100px;
    margin: 2em auto 1em;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    position: relative;
    font-weight: 700;
}

.kcard-column .kcard__button::after {
    content: '\2192';
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.3s;
}

.kcard-column .kcard__button:hover::after {
    transform: translate(5px, -50%);
    opacity: 1;
}

.kcard__wrapper {
    background-color: #fff;
    min-height: 619px;
    max-width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}

.kcard__wrapper:hover .kcard__data {
    transform: translateY(0);
}

@media only screen and (min-width: 1400px) {
    .section-wrapper {

        margin: auto;
    }

    .k-section {
        padding: 0px;
    }

    .kcard {
        box-sizing: border-box;
        float: left;
        width: 100%;
    }

    .kcard__wrapper {
        background-color: #fff;
        margin: auto;
        position: relative;
        overflow: hidden;
    }

    .k-overlay__link {
        text-decoration: none;
        min-height: 619px;
        max-width: 453px;
        position: absolute;
    }
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .kcard {
        box-sizing: border-box;
        float: left;
        width: 100%;
    }

    .kcard__wrapper {
        background-color: #fff;
        min-height: 42vw;
        max-width: 100%;
        margin: auto;
        position: relative;
        overflow: hidden;
    }

    .k-overlay__link {
        text-decoration: none;
        min-height: 42vw;
        max-width: 31vw;
        position: absolute;
    }
}

@media only screen and (max-width: 1200px) {
    .korea-title {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .kcard {
        flex: 1;
        min-width: 100%;
        min-height: 140vw;
        box-sizing: border-box;
        float: left;
        width: 100%;
    }

    .kcard-row {
        justify-content: normal;
    }

    .kcard__wrapper {
        background-color: #fff;
        min-height: 140vw;
        max-width: 100%;
        margin: auto;
        position: relative;
        overflow: hidden;
    }

    .kcard__wrapper:hover .kcard__data {
        transform: translateY(0);
    }

    .k-overlay__link {
        text-decoration: none;
        min-height: 400px;
        max-width: 100%;
        position: absolute;
    }
}

@media only screen and (min-width: 768px) {
    #kcard__wrapper-1 {
        background-image: url(https://media.lanecrawford.com/feature/aw24-k-obsession-20240926-editors_picks-1400x619_hex_695c4f.jpg);
    }
}

@media only screen and (max-width: 767px) {
    #kcard__wrapper-1 {
        background-image: url(https://media.lanecrawford.com/feature/aw24-k-obsession-20240926-editors_picks-767x1150_hex_ddd3ca.jpg);
    }
}

@media screen and (min-width: 1400px) {
    .special-banner-container {
        height:
            115px !important
    }

    .special-banner-image {
        height: 115px !important
    }
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .special-banner-container {
        height:
            115px !important
    }

    .special-banner-image {
        height: 115px !important
    }
}


/****** release date ******/
ul.release-date-tab-nav {
    list-style-type: none;

    margin-top: 60px;

}

.tab-link {
    color: var(--ss-black);
}

.tab-link.active,
.tab-link:hover {
    font-weight: bold;
    border-bottom: 3px solid #000000;
}


.overlay-text-bg {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 0px;
    height: 0px;
    border-right: 110px solid transparent;
    border-top: 80px solid rgba(5, 255, 0, 1);
}

.overlay-text {
    font-weight: bold !important;
    color: black !important;
    font-size: 11px !important;
    line-height: 1.1 !important
}

.release-date-card__block {
    font-family: var(--font-lc);
    flex: 0 0 75vw;
    width: 75vw;
}

.release-date-card__block.sold-out {
    background-color: rgb(241, 242, 243);
}

.release-date-card__block .sold-out-text {
    position: absolute;
    width: 200px;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    color: black;
    z-index: 11;
    text-align: center;
}

.release-date-card__block.sold-out .release-date-card__image img {
    opacity: 0.6;
}

.release-date-carousel-cell {
    display: flex;
    flex-wrap: wrap;
}

.release-date-carousel-cell:after {
    content: "flickity";
    display: none;
}

.release-date-card__image {
    background-color: var(--bg, var(--light1));
    transition: background-color 0.5s ease;
    overflow: hidden;
}

.release-date-card__image img {
    position: relative;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 350/483;
    transition: opacity 0.5s ease-out, transform 0.2s ease;
    border: 1px solid var(--ss-bright-green);
    z-index: 10;
}

.release-date-card__title {
    font-size: 14px;
    color: var(--ss-grey);
    margin: 10px 0 0 10px;
    position: absolute;
    z-index: 11;
    top: 0;
    width: 15%;
    white-space: nowrap;
}

.release-date-card__subtitle {
    font-size: 18px;
    font-family: inherit;
    text-transform: uppercase;
    color: var(--ss-grey);
    line-height: 1.2;
    margin: 10px 10px 0 0;
    animation-delay: 0.1s;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    text-align: right;
    width: 80%;
}

.release-date-card__cta {
    font-size: 14px;
    font-family: inherit;
    text-transform: uppercase;
    margin: 12px 0;
    padding-bottom: 2px;
    border-bottom: 1px solid currentColor;
    line-height: 1;
    letter-spacing: 1px;
    animation-delay: 0.2s;
}

span.CTA {
    color: var(--ss-grey);
    position: absolute;
    padding: 5px 5px 5px 7px;
    border: 1px solid var(--ss-grey);
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    z-index: 11;
    text-align: center;
    font-size: 12px;
}

.release-date-carousel-cell .release-date-card__block:nth-child(2) img {
    border-left: 0px !important;
}

.release-date-carousel-cell .release-date-card__block:nth-child(3) img {
    border-left: 0px !important;
}

.release-date-carousel-cell .release-date-card__block:nth-child(3n + 5) img {
    border-left: 0px !important;
}

.release-date-carousel-cell .release-date-card__block:nth-child(3n + 6) img {
    border-left: 0px !important;
}

@media screen and (min-width: 768px) {
    .release-date-carousel-cell:after {
        content: "";
    }

    .release-date-card__block {
        flex-basis: 33%;
        flex-grow: 0;
        flex-shrink: 1;
        margin: 0;
    }

    .release-date-carousel-cell .release-date-card__block:nth-child(3n + 4) img {
        border-top: 0px !important;
    }

    .release-date-carousel-cell .release-date-card__block:nth-child(3n + 5) img {
        border-top: 0px !important;

    }

    .release-date-carousel-cell .release-date-card__block:nth-child(3n + 6) img {
        border-top: 0px !important;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
    #ranking-container {
        width: 33.33333%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {


    .release-date-card__title {
        font-size: 12px;
    }

    .release-date-card__subtitle {
        font-size: 15px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .header__table.lc-table-details {
        font-size: 12px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .header__table.lc-table-details {
        font-size: 10px;
    }
}

@media screen and (max-width: 1023px) {
    ul.release-date-tab-nav li {
        display: inline;

    }
}

@media screen and (max-width: 767px) {
    .release-date-carousel {
        margin-top: 0px;
    }

    .release-date-carousel-cell {
        display: block;
    }

    .release-date-card__block {
        width: auto;
    }

    .release-date-card__title {
        font-size: 12px;
        white-space: nowrap;
    }

    .release-date-card__subtitle {
        font-size: 15px;
    }

    .release-date-card__image {
        width: 260px;
    }

    .release-date-card__image img:nth-last-child(-n + 2):not(:last-child) {
        border-right: 0px !important;
    }

    .release-date-carousel-cell .release-date-card__block:nth-child(3n + 4) img {
        border-left: 0px !important;
    }
}



/* Services */

.beauty-services__header figure {

    max-height: 25rem;

}


/* Events / Offers */

.beauty-events__content,
.beauty-offers__content {}

.event,
.offer {

    margin: 0 auto 50px;
    padding: 0 15px;

}


.event__hero,
.offer__hero {

    margin: 30px 0;
    position: relative;
    min-height: 8rem;

}

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

    .event__hero,
    .offer__hero {

        min-height: 14rem;

    }

}

.event__spinner,
.offer__spinner {

    margin: auto;

}



.event__date,
.offer__date,
.event__location__title,
.offer__location__title,
.event__enquiries__title,
.offer__enquiries__title {

    font-family: inherit;
    font-size: 18px;
    letter-spacing: 0.075rem;
    line-height: 1.2;
    text-transform: uppercase;

}

.event__date,
.offer__date {

    margin: 30px auto;

}

.event__title,
.offer__title {

    font-family: inherit;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    font-weight: bold;

}

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

    .event__title,
    .offer__title {

        font-size: 28px;
        max-width: 54rem;


    }

}


.event__intro,
.offer__intro {

    max-width: 34rem;
    margin: auto;

}

.event__intro ul:not([class*=list]) li,
.offer__intro ul:not([class*=list]) li {

    padding-left: 0;
    padding-right: 0;

}


.event__location__title,
.offer__location__title,
.event__enquiries__title,
.offer__enquiries__title {

    font-weight: bold;
    margin: 20px auto;

}

/* Beauty Heros Stuff */

.beauty-hero__title,
.beauty-hero__date {
    font-size: 24px;
    text-align: center;
    margin: 10px auto;
}

.beauty-hero__date {
    font-size: 16px;
}

.beauty-hero__image {
    text-align: center;
    margin: 10px auto 0;
}

@media screen and (min-width: 600px) {
    .beauty-heroes {
        max-width: 800px;
        margin: auto;
    }

    @supports (grid-area: auto) {
        .event.beauty-hero {
            display: grid;
            grid-gap: 5px 20px;
            grid-template-columns: 50%;
            grid-template-rows: auto;
            grid-template-areas:
                "title date"
                "image intro"
                "details details";
            justify-items: start;
            align-items: start;
            justify-content: start;
            align-content: start;
        }

        .beauty-hero__title,
        .beauty-hero__date {
            align-self: center;
        }

        .beauty-hero__title {
            margin: 10px auto;
        }

        .beauty-hero__date,
        .beauty-hero__intro {
            margin: 0;
            text-align: left;
        }

        .beauty-hero__image {
            margin: 0 auto;
        }

        .beauty-hero__info,
        .beauty-hero hr {
            grid-column-start: 1;
            grid-column-end: 3;
        }

        .beauty-hero__info {
            margin-top: 20px;
            display: grid;
            grid-gap: 5px 20px;
            grid-template-columns: auto 250px;
            grid-template-rows: auto;
            grid-template-areas:
                "details book"
                "summary summary";
        }

        .beauty-hero__details,
        .beauty-hero__summary {
            text-align: left;
        }

        .beauty-hero__details {
            grid-area: details;
        }

        .beauty-hero__book {
            grid-area: book;
        }

        .beauty-hero__summary {
            grid-area: summary;
        }
    }
}


/****** General ******/
* {
    box-sizing: border-box;
}

:root {
    --ss-light: #b8b8b8;
    --ss-dark: #161616;
    --ss-grey: #999999;
    --ss-black: #000000;
    --ss-bright-green: #05ff00;
}

a:not([class]) {
    text-decoration: none;
}

.txt-colour-grey {
    color: var(--ss-grey);
}

.txt-colour-dark {
    color: var(--ss-dark);
}

.dark-bg {
    background-color: var(--ss-dark);
}

.black-bg {
    background-color: var(--ss-black);
}

.white-bg {
    background-color: #ffffff;
}

.show-for-larger-dt {
    display: none;
}

.sticky-section {
    position: sticky;
    top: 10px;
}

.section-wrapper {

    margin: auto;
}

.section-title {
    font-size: 28px;
    color: var(--ss-grey);
    letter-spacing: 0.0875em;
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

.lc-table-details {
    border-collapse: collapse;
}

.lc-table-details thead tr th,
.lc-table-details tr:not(:last-child) td {
    border-bottom: 0px;
}

.lc-table-details thead tr,
.lc-table-details tr:not(:last-child) {
    border-bottom: 1px solid var(--ss-bright-green);
}

.see-more-btn {
    display: block;
}

@media screen and (max-width: 1023px) {
    .sticky-section {
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .bar-heading {
        line-height: 2.5;
    }

    .sticky-section {
        font-size: 20px;
    }

    .section-title {
        font-size: 24px;
    }

    .header__table tr:nth-child(n + 4) {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    ul.release-date-tab-nav {
        width: 610px;

        margin-top: 30px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 500px) {
    ul.release-date-tab-nav {
        width: 580px;
    }
}

/****** Grid Layout ******/
.new-in,
.hero-banners,
.discover-more {
    /* hide CMS content which is not in use */
    display: none;
}

.promo {
    max-width: 100%;
    width: auto;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 0.1875em;
}

.promo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(10, min-content);
}

.promo-grid>* {
    grid-column: 1/-1;
}

@media screen and (min-width: 1400px) {
    .promo {
        margin: auto;
    }

    .promo-grid>.hero {
        grid-column: 1/-1;
        overflow: hidden;
        position: relative;
    }
}

@media screen and (min-width: 768px) {
    .promo-grid {
        grid-template-columns: minmax(1em, 1fr) repeat(6, minmax(100px, 200px)) minmax(1em,
                1fr);
    }

    .promo-grid>* {
        grid-column: 2/-2;
    }

    .promo-grid>.hero {
        grid-column: 1/-1;
    }
}

@media screen and (min-width: 1400px) {
    .promo-banner {
        margin-bottom: 0;
    }

    .lc-footer {
        margin-top: 0;
    }
}

/****** Hero Image ******/
.hero {
    display: grid;
    place-items: center;
}

.hero>* {
    grid-column: 1;
    grid-row: 1;
}

.hero__image-wrapper {
    place-items: center;
    display: grid;
    background-color: var(--bg, var(--light1));
    background-image: linear-gradient(330deg, transparent 20%, var(--light2) 80%);
    background-size: 300% 100%;
    background-position: 0% 0%;
    animation: hero-load 4s ease 2 both;
    transition: background-color 1s ease;
    opacity: 0.999;
    background-blend-mode: color-burn;
    /* this is to force transitions to occur */
    will-change: opacity, background-image, background-color, background-position;
}

.hero__image-wrapper>* {
    grid-column: 1/1;
    grid-row: 1/1;
}

.hero__image-wrapper,
.hero__image-wrapper>img {
    width: 100%;
    max-width: 100%;
}

@keyframes hero-load {

    0%,
    100% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 0%;
    }
}

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

    .hero__image-wrapper,
    .hero__image-wrapper>img {
        position: relative;
    }
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .promo-grid>.hero {
        grid-column: 1/-1;
        overflow: hidden;
        position: relative;
    }

    .hero__image-wrapper,
    .hero__image-wrapper>img {
        position: relative;
    }
}

@media only screen and (max-width: 767px) {

    .hero__image-wrapper,
    .hero__image-wrapper>img {
        width: 100%;
    }
}

/****** New In ******/

.newin-carousel {}

.newin-carousel-cell {
    width: 280px;
    margin-right: 10px;
    border-radius: 5px;
    counter-increment: newin-carousel-cell;
}

@media screen and (max-width: 767px) {
    .newin-carousel-cell {
        width: 208px;
    }
}

/****** release date ******/
ul.release-date-tab-nav {
    list-style-type: none;

}

.tab-link {
    color: var(--ss-black);
}

.tab-link.active,
.tab-link:hover {
    font-weight: bold;
    border-bottom: 3px solid #000000;
}

.release-date-carousel {
    margin-top: 60px;
}

.overlay-text-bg {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 0px;
    height: 0px;
    border-right: 110px solid transparent;
    border-top: 80px solid rgba(5, 255, 0, 1);
}

.overlay-text {
    font-weight: bold !important;
    color: black !important;
    font-size: 11px !important;
    line-height: 1.1 !important
}

.release-date-card__block {
    font-family: var(--font-lc);
    flex: 0 0 75vw;
    width: 75vw;
}

.release-date-card__block.sold-out {
    background-color: rgb(241, 242, 243);
}

.release-date-card__block .sold-out-text {
    position: absolute;
    width: 200px;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    color: black;
    z-index: 11;
    text-align: center;
}

.release-date-card__block.sold-out .release-date-card__image img {
    opacity: 0.6;
}

.release-date-carousel-cell {
    display: flex;
    flex-wrap: wrap;
}

.release-date-carousel-cell:after {
    content: "flickity";
    display: none;
}

.release-date-card__image {
    background-color: var(--bg, var(--light1));
    transition: background-color 0.5s ease;
    overflow: hidden;
}

.release-date-card__image img {
    position: relative;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 350/483;
    transition: opacity 0.5s ease-out, transform 0.2s ease;
    border: 1px solid var(--ss-bright-green);
    z-index: 10;
}

.release-date-card__title {
    font-size: 14px;
    color: var(--ss-grey);
    margin: 10px 0 0 10px;
    position: absolute;
    z-index: 11;
    top: 0;
    width: 15%;
    white-space: nowrap;
}

.release-date-card__subtitle {
    font-size: 18px;
    font-family: inherit;
    text-transform: uppercase;
    color: var(--ss-grey);
    line-height: 1.2;
    margin: 10px 10px 0 0;
    animation-delay: 0.1s;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    text-align: right;
    width: 80%;
}

.release-date-card__cta {
    font-size: 14px;
    font-family: inherit;
    text-transform: uppercase;
    margin: 12px 0;
    padding-bottom: 2px;
    border-bottom: 1px solid currentColor;
    line-height: 1;
    letter-spacing: 1px;
    animation-delay: 0.2s;
}

span.CTA {
    color: var(--ss-grey);
    position: absolute;
    padding: 5px 5px 5px 7px;
    border: 1px solid var(--ss-grey);
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    z-index: 11;
    text-align: center;
    font-size: 12px;
}

.release-date-carousel-cell .release-date-card__block:nth-child(2) img {
    border-left: 0px !important;
}

.release-date-carousel-cell .release-date-card__block:nth-child(3) img {
    border-left: 0px !important;
}

.release-date-carousel-cell .release-date-card__block:nth-child(3n + 5) img {
    border-left: 0px !important;
}

.release-date-carousel-cell .release-date-card__block:nth-child(3n + 6) img {
    border-left: 0px !important;
}

@media screen and (min-width: 768px) {
    .release-date-carousel-cell:after {
        content: "";
    }

    .release-date-card__block {
        flex-basis: 33%;
        flex-grow: 0;
        flex-shrink: 1;
        margin: 0;
    }

    .release-date-carousel-cell .release-date-card__block:nth-child(3n + 4) img {
        border-top: 0px !important;
    }

    .release-date-carousel-cell .release-date-card__block:nth-child(3n + 5) img {
        border-top: 0px !important;

    }

    .release-date-carousel-cell .release-date-card__block:nth-child(3n + 6) img {
        border-top: 0px !important;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
    #ranking-container {
        width: 33.33333%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {


    .release-date-card__title {
        font-size: 12px;
    }

    .release-date-card__subtitle {
        font-size: 15px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .header__table.lc-table-details {
        font-size: 12px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .header__table.lc-table-details {
        font-size: 10px;
    }
}

@media screen and (max-width: 1023px) {
    ul.release-date-tab-nav li {
        display: inline;

    }
}

@media screen and (max-width: 767px) {
    .release-date-carousel {
        margin-top: 0px;
    }

    .release-date-carousel-cell {
        display: block;
    }

    .release-date-card__block {
        width: auto;
    }

    .release-date-card__title {
        font-size: 12px;
        white-space: nowrap;
    }

    .release-date-card__subtitle {
        font-size: 15px;
    }

    .release-date-card__image {
        width: 260px;
    }

    .release-date-card__image img:nth-last-child(-n + 2):not(:last-child) {
        border-right: 0px !important;
    }

    .release-date-carousel-cell .release-date-card__block:nth-child(3n + 4) img {
        border-left: 0px !important;
    }
}

/***** Ranking ******/

.td-prev-rank {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.td-prev-rank img {
    width: 8px;
    height: 7px;
    margin: 0 2px;
}

@media screen and (min-width: 768px) {
    .see-more-btn {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .see-more-btn {
        display: block;
    }
}

/***** Style ******/
.style-entrance .style-entrance-visual {
    width: 100%;
}

.style-entrance .style-entrance-visual a:hover {
    opacity: 1;
}

.style-entrance .style-entrance-visual .style__image {
    display: inline-block;
}

.style-entrance ul.style-entrance-tab-nav li {
    display: inline;
}

.style-tab-link {
    color: var(--ss-black);
}

.style-tab-link.active,
.style-tab-link:hover {
    font-weight: bold;
    border-bottom: 3px solid #05ff00;
}

@media screen and (min-width: 768px) {
    .style-entrance .style-entrance-visual {
        display: inline-block !important;
        width: 49%;
    }
}

@media screen and (max-width: 767px) {
    ul.style-entrance-tab-nav li {
        display: inline;
        padding-right: 20px;
    }
}

/***** Social Media ******/
.section-wrapper .social-media-icon {
    width: 72px;
    height: auto;
    margin-left: 20px;
}

.social-media-card__image {
    width: 364px;
}

.social-media-card__image .social-media-card__image-clipping {
    border: 10px solid white;
    width: 344px;
    height: 344px;
    overflow: hidden;
}

.dialog-product-carousel-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
}

.dialog-product-carousel {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    min-width: max-content;
}

.example-dialog__content .example-dialog__content-description {
    text-align: left;
    margin-left: 20px;
    text-transform: none;
    font-size: 18px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.example-dialog__content .example-dialog__content-tag {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: white;
    padding: 3px;
    font-size: 12px;
}

.dialog-product-carousel__follow-lc {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
}

@media screen and (min-width: 1211px) {
    .ui-dialog--fixed {
        width: 75rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1210px) {
    .ui-dialog--fixed {
        width: 60rem;
    }
}

/***** PRODUCTS ******/
.promo .products {
    text-align: center;
    width: 100%;
}

.promo .promo__products {
    text-align: center;
    line-height: 1.2;
}

.promo .promo__products:not(.flickity-enabled) {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    line-height: 1.4;
    margin: auto;
    min-height: auto;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}


@media only screen and (max-width: 767px) {
    .promo .products__product {
        width: 40vw;
        height: auto;
        min-height: auto;
        min-width: 40vw;
        border-radius: 3px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        margin: 0 5px;
    }
}

.promo__products .product-brick__details {
    margin: 0;
}

.promo__products .product-brick__brand {
    margin: 8px 4px 4px;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.promo__products .product-brick__name {
    color: #444;
    font-size: 10px;
    height: 2.4em;
    min-height: 2.4em;
    line-height: 1.2;
    margin: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.loading-placeholder::-moz-selection {
    background-color: #eeeded !important;
    color: #eeeded !important;
}

.loading-placeholder::selection {
    background-color: #eeeded !important;
    color: #eeeded !important;
}

.promo .product-brick__heart {
    font-size: 18px;
    right: -10px;
    top: 0px;
    line-height: 1;
    height: 40px;
    width: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
}

.promo .product-brick__heart:before {
    top: 0;
    width: 20px;
    height: 18px;
}

/****** FLICKITY *****/
.promo .products__wrapper .next {
    right: 0;
}

.promo .products__wrapper .previous {
    left: 0;
}

@media screen and (min-width: 1300px) {
    .promo .products__wrapper .next {
        right: -50px;
    }

    .promo .products__wrapper .previous {
        left: -50px;
    }

    .flickity-prev-next-button.previous {
        left: 0px;
    }

    .flickity-prev-next-button.next {
        right: 0px;
    }
}

.flickity-page-dots {
    display: none;
}

.hero .next {
    right: 5em;
}

.hero .previous {
    left: 5em;
}

@media only screen and (max-width: 1200px) {
    .hero .next {
        right: 0.5em;
    }

    .hero .previous {
        left: 0.5em;
    }


}

@media screen and (min-width: 1380px) {
    .flickity-prev-next-button.next {
        transform: translateY(-50%) translateX(100%);
    }

    .flickity-prev-next-button.previous {
        transform: translateY(-50%) translateX(-100%);
    }

    .flickity-prev-next-button:not(.is-disabled) {
        opacity: 0.25;
    }
}

/****** wishlist size dialog *****/

@media screen and (max-width: 737px) {
    .ui-dialog--add-to-wishlist-size {
        position: fixed;
        top: auto !important;
        bottom: 0 !important;
        left: 0;
        right: 0;
        transform: translate3d(0, 110%, 0);
    }

    .ui-dialog--add-to-wishlist-size.is-open {
        transition: transform 0.33s ease !important;
        transform: translate3d(0, 0%, 0);
    }
}

.ui-dialog--add-to-wishlist-size .product-brick {
    width: 50px;
}

.ui-dialog--add-to-wishlist-size .product-sizes__select {
    max-width: 150px;
}

.ui-dialog--add-to-wishlist-size .product-brick__heart,
.ui-dialog--add-to-wishlist-size .product-brick__details {
    display: none;
}

/****** Responsive layout ******/

@media screen and (min-width: 1400px) {
    .show-for-larger-dt {
        z-index: 1;
        display: block;
    }

    .show-for-tb {
        display: none;
        z-index: 0;
    }

    .show-for-mb-only {
        z-index: 0;
        display: none;
    }
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .show-for-larger-dt {
        z-index: 1;
        display: block;
    }

    .show-for-tb {
        z-index: 0;
        display: none;
    }

    .show-for-mb-only {
        z-index: 0;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .show-for-larger-dt {
        z-index: 0;
    }

    .show-for-tb {
        z-index: 1;
        display: block;
    }

    .show-for-mb-only {
        z-index: 0;
    }
}

@media screen and (max-width: 767px) {
    .show-for-larger-dt {
        z-index: 0;
    }

    .show-for-tb {
        z-index: 0;
    }

    .show-for-mb-only {
        z-index: 1;
        display: block;
        width: 100%;
    }
}

/****** Adjustment on the brand names ******/
@media screen and (min-width: 1915px) {
    .white-space-cdg {
        white-space: nowrap;
    }
}

@media screen and (min-width: 1770px) {
    .white-space-sftm {
        white-space: nowrap;
    }
}

@media screen and (max-width: 767px) {
    .white-space-sftm {
        white-space: nowrap;
    }
}

.hero-slider:first-of-type .flickity-viewport {
    width: 100%;
}


.disabled {
    color: #ababab;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .btn--wide {
        min-width: 10rem;
    }
}

#wellness-brands-women,
#wellness-brands-men {
    max-height: 400px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
}

.brands-alphabet__anchor {
    pointer-events: none;
}

@media screen and (max-width: 47.9375em) {
    .brands-alphabet {
        display: none
    }
}

.brands-overlay {
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
    background: #FFFFFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 47.9375em) {
.promo .offer-carousel{
    padding: 20px 0 0;
}
}
.promo .offer-carousel .products__product {
    min-width: 180px;
    
}

.hero-slider .flickity-prev-next-button.previous,.hero-slider .flickity-prev-next-button.next{
    display: none;
}