:root{
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}
.nt-product-single__picker-radio-list, .nt-product-single__picker-radio-list ul li {
    list-style: none;
}
* {
    box-sizing: border-box;
}
.nt-lookbook-container {
    padding-top:  var(--nt-container-padding-top, 0px);
    padding-bottom:  var(--nt-container-padding-bottom, 0px);
}
.nt-popup-open {
    overflow: hidden !important;
}
.nt-lookbook-element {
    display: block !important;
}
.nt-lookbook-header {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: none !important;
}
.nt-lookbook-header.loaded {
    position: unset;
    opacity: 1;
    visibility: visible;
}
.nt-lookbook-header .nt-lookbook-heading {
    font-size: calc(var(--font-size-heading) * 2.4rem);
    line-height: 1.6;
    margin: 0 0 10px;
}

.nt-lookbook-header .nt-lookbook-sub_heading {
    font-weight: 400;
    margin-bottom: 30px;
    font-size: calc(var(--font-size-heading) * 1.4rem);
    margin: 0 0 10px;
}

.nt-lookbook-tooltip:not(.nt-preview-tooltip) {
    width: var(--nt-width-tooltip, 160px);
    --nt-background-tooltip: #FFF;
    --nt-color-title: #000;
    --tooltip-arrow: 8px;
    --tooltip-radius: 5px;
    --ratio-percent: 100%;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 auto;
    z-index: 100010;
    position: absolute
}
.nt-preview-tooltip {
    --nt-background-tooltip: #FFF;
    --nt-color-title: #000;
    --tooltip-arrow: 8px;
    --tooltip-radius: 5px;
    --ratio-percent: 100%;
    border-radius: 5px; 
    margin: 0 auto;
    width: var(--nt-width-tooltip, 160px);
}
/* .nt-lookbook-spacing-collapse {
    --nt-tooltip-space: 0px;
}
.nt-lookbook-spacing-normal {
    --nt-tooltip-space: 10px;
} */
.nt-lookbook-item-box img,
.nt-preview-tooltip img,
.nt-lookbook-tooltip img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0
}

.nt-lookbook-tooltip-inner {
    background: var(--nt-background-tooltip);
    text-align: center;
    padding: 0;
    border-radius: var(--nt-border-radius-tooltip, 0px);
    color: var(--nt-color-title);
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}
.nt-lookbook-tooltip-inner .nt-lookbook-tooltip-item-details, .nt-lookbook-tooltip-item-image img {
    border-radius: var(--nt-border-radius-tooltip, 0px);
    overflow: hidden;
}
/* .nt-lookbook-type-link span {
    pointer-events: all;
    width: 100%;
    height: 100%;
    display: flex !important;
    position: relative;
    z-index: 1;
    justify-content: center;
    align-items: center;
    text-decoration: none;
} */
.nt-lookbook-tooltip-inner::after {
    z-index: 2;
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    border: 8px solid transparent
}
.nt-arrow-tooltip-shadow {
    background-color:  var(--nt-background-tooltip);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: -1;
}
.nt-arrow-tooltip-shadow {
    display: block !important;
}
.nt-lookbook-tooltip-placement-top .nt-arrow-tooltip-shadow, .nt-lookbook-tooltip-placement-bottom .nt-arrow-tooltip-shadow {
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
}
.nt-lookbook-tooltip-placement-left .nt-arrow-tooltip-shadow, .nt-lookbook-tooltip-placement-right .nt-arrow-tooltip-shadow {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.nt-lookbook-tooltip-placement-left .nt-arrow-tooltip-shadow {
    right: -5px;
}
.nt-lookbook-tooltip-placement-right .nt-arrow-tooltip-shadow {
    left: -5px;
}
.nt-lookbook-tooltip-placement-bottom .nt-arrow-tooltip-shadow {
    top: -5px;
}
.nt-lookbook-tooltip-placement-top .nt-arrow-tooltip-shadow {
    bottom: -5px;
}
.nt-lookbook-tooltip-placement-bottom .nt-lookbook-tooltip-inner::after {
    left: 50%;
    top: 0;
    border-top: 0;
    border-bottom-color: var(--nt-background-tooltip);
    transform: translate(-50%, -7px)
}

.nt-lookbook-tooltip-placement-top .nt-lookbook-tooltip-inner::after {
    left: 50%;
    bottom: 0;
    border-bottom: 0;
    border-top-color: var(--nt-background-tooltip);
    transform: translate(-50%, 7px)
}

.nt-lookbook-tooltip-placement-right .nt-lookbook-tooltip-inner::after {
    top: 50%;
    left: 0;
    border-left: 0;
    border-right-color: var(--nt-background-tooltip);
    transform: translate(-7px, -50%)
}

.nt-lookbook-tooltip-placement-left .nt-lookbook-tooltip-inner::after {
    top: 50%;
    right: 0;
    border-right: 0;
    border-left-color: var(--nt-background-tooltip);
    transform: translate(7px, -50%)
}

.nt-lookbook-tooltip.nt-lookbook-tooltip-placement-bottom,
.nt-lookbook-tooltip.nt-lookbook-tooltip-placement-top {
    left: 50%;
    transform: translate(-50%, var(--translate-top, 0))
}

.nt-lookbook-tooltip.nt-lookbook-tooltip-placement-right,
.nt-lookbook-tooltip.nt-lookbook-tooltip-placement-left  {
    top: 50%;
    transform: translatey(-50%)
}

.nt-lookbook-tooltip-placement-left {
    right: 100%
}

.nt-lookbook-tooltip-placement-right {
    left: 100%
}

.nt-lookbook-tooltip-item-title a {
    /* margin: 0 0 6px; */
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    font-weight: bold;
    font-size: var(--nt-font-size-title);
    color: var(--nt-color-title);
    text-decoration: none;
}



.nt-lookbook-tooltip-item-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--nt-width-button, 100px);
    height: var(--nt-height-button, 50px);
    text-align: center;
    cursor: pointer;
    color: var(--nt-color-text);
    background-color: var(--nt-background-color);
    border-color: var(--nt-border-color);
    border-width: var(--nt-border-width, 0px);
    border-radius: var(--nt-border-radius);
    border-style: solid;
    padding: 4px 16px;
    text-align: center;
    text-decoration: none;
}
.nt-lookbook-tooltip-item-button span {
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: nowrap;
}
.nt-lookbook-hotspot-image {
    display: flex;
    width: var(--nt-hotspot-image-size, 20px);
    height: var(--nt-hotspot-image-size, 20px);
    border-radius: var(--nt-pin-border-radius);
    overflow: hidden;
    place-content: center;
    margin: 0px auto;
}
.nt-lookbook-tooltip-item-button:hover {
    width: var(--nt-width-button-hover, --nt-width-button);
    height: var(--nt-height-button-hover, --nt-height-button);
    color: var(--nt-color-text-hover, var(--nt-color-text));
    background-color: var(--nt-background-color-hover, var(--nt-background-color));
    border-color: var(--nt-border-color-hover, var(--nt-border-color));
    border-radius: var(--nt-border-radius-hover, var(--nt-border-radius));
}

.nt-lookbook-tooltip-item-detail-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    gap: var(--nt-gap-tooltip, 10px);
}
.nt-lookbook-style-collapse .nt-lookbook-tooltip-item-content {
    padding: 12px 16px;
}
.nt-lookbook-tooltip-item-content {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.nt-lookbook-tooltip-horizontal .nt-lookbook-tooltip-item-detail-inner {
    flex-direction: row;
}

/* .nt-lookbook-tooltip-horizontal.nt-lookbook-spacing-collapse .nt-lookbook-tooltip-item-detail-inner {
    gap: 0px;
} */


.nt-lookbook-tooltip-horizontal.nt-lookbook-style-collapse .nt-lookbook-tooltip-inner {
    padding: 0;
}
.nt-lookbook-tooltip-horizontal .nt-lookbook-tooltip-item-image {
    height: var(--nt-lookbook-image-size, 160px);
}

.nt-lookbook-tooltip-horizontal .nt-lookbook-tooltip-item-image img {
    max-width: unset;
    width: var(--nt-lookbook-image-size, 160px);
    object-fit: cover;
    height: 100%;
}
.nt-lookbook-tooltip-item-image {
    display: flex;
}

.nt-lookbook-tooltip-horizontal .nt-lookbook-tooltip-item-content {
    gap: 3px;
    gap: var(--nt-gap-tooltip, 3px);
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nt-lookbook-tooltip-horizontal.nt-lookbook-tooltip {
    width: var(--nt-width-tooltip, 220px);
}

.nt-lookbook-tooltip-horizontal .nt-lookbook-tooltip-inner {
    text-align: left;
}

.nt-copy-right {
    text-decoration: none;
    color: #8f8f8f;
    font-size: 12px;
    display: inline-flex;
    gap: 2px;
    justify-content: end;
    margin-top: 2px;
    width: 100%;
    transition: .3s;
    text-align: right;
}
.nt-copy-right svg{
    width: 12px;
    fill: currentColor
}


@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(2);
        transform: scale(2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes nt-blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.nt-canvas {
    animation: nt-blink 3s ease-in-out infinite both;;
}

.nt-lookbook-wrapper {
    margin: 0 auto
}
.nt-lookbook-popup .nt-lookbook-wrapper.splide__list, .nt-lookbook-shop-the-look-product-items-wrapper .splide__list {
    transition: .2s ease-in-out all;
}

.nt-lookbook-wrapper.nt-lookbook-layout--grid {
    display: grid;
    grid-template-columns: repeat(var(--nt-col-lg), 1fr);
    gap: var(--nt-spacing-layout)
}

/* .nt-lookbook-wrapper.nt-lookbook-layout--masonry {
    column-count: var(--nt-col-lg, 3);
    column-gap: var(--nt-spacing-layout, 10px);
} */

.nt-lookbook-layout--masonry .nt-lookbook-item {
    margin-bottom: var(--nt-spacing-layout)
}

 .nt-lookbook-layout--masonry.nt-col-1{
    column-count: 1;
    column-gap: var(--nt-spacing-layout, 10px);
}

.nt-lookbook-layout--masonry.nt-col-2{
   column-count: 2;
    column-gap: var(--nt-spacing-layout, 10px);
}

.nt-lookbook-layout--masonry.nt-col-3{
   column-count: 3;
    column-gap: var(--nt-spacing-layout, 10px);
}

.nt-lookbook-layout--masonry.nt-col-4{
   column-count: 4;
    column-gap: var(--nt-spacing-layout, 10px);
}

.nt-lookbook-layout--masonry.nt-col-5{
    column-count: 5;
    column-gap: var(--nt-spacing-layout, 10px);
}
.nt-lookbook-layout--masonry.nt-col-6{
    column-count: 6;
    column-gap: var(--nt-spacing-layout, 10px);
}

.nt-lookbook-wrapper.nt-lookbook-layout--list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: var(--nt-spacing-layout)
}

.nt-lookbook-container.nt-lookbook-preview-tablet .nt-lookbook-wrapper {
    max-width: 100%;
    /* width: 800px; */
    grid-template-columns: repeat(var(--nt-col-tl), 1fr)
}
.nt-lookbook-layout--list {
    grid-template-columns: 1fr !important;
}

.nt-lookbook-container.nt-lookbook-preview-mobile .nt-lookbook-wrapper  {
    grid-template-columns: repeat(var(--nt-col-mb), 1fr)
}

.nt-lookbook-item-box,
.nt-lookbook-item {
    position: relative
}
img[data-link] {
    cursor: pointer;
}
.nt-lookbook-item-box {
   pointer-events: all;
}
.nt-lookbook-ratio .nt-lookbook-item-box::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    padding-bottom: var(--ratio-percent)
}

.nt-lookbook-ratio .nt-lookbook-ratio-square {
    padding-bottom: 100%
}

.nt-lookbook-ratio .nt-lookbook-ratio-landscape {
    padding-bottom: 75%
}

.nt-lookbook-ratio .nt-lookbook-ratio-portrait {
    padding-bottom: 125%
}

.nt-lookbook-item-box img,
.nt-lookbook-tooltip img,
.nt-lookbook-tooltip-fake img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0
}
.nt-lookbook-hotspot-image img{
    object-fit: cover;
}

.nt-lookbook-ratio .nt-lookbook-item-box img {
    object-fit: cover;
    object-position: center center;
    display: block;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.nt-lookbook-hotspots-wrapper {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 100
}
.nt-lookbook-item-wrapper {
    position: absolute;
    transform: translate(-50%, -50%);
}
.nt-lookbook-hotspot-item {
    position: relative;
    pointer-events: auto;
    cursor: pointer;
    text-decoration: none;
    /* width: var(--nt-pin-width, 20px);
    height: var(--nt-pin-height, 20px); */
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--nt-pin-border-color);
    background-color: var(--nt-pin-background-color);
    border-radius: var(--nt-pin-border-radius, 0px);
    padding: 2px;
}
.nt-lookbook-hotspot-label {
    text-align: center;
}
.nt-lookbook-hotspot-item *:not(a){
    pointer-events: none;
}
area.nt-lookbook-hotspot-item {
    width: 0 !important;
    height: 0 !important;
}
.nt-lookbook-hotspot-item > span {
    color: var(--nt-pin-icon-color);
}
.nt-no-transform {
    transform: unset;
}
.nt-lookbook-hotspot-item.active {
    z-index: 2
}
/* .nt-lookbook-hotspot-item .nt-lookbook-hotspot-icon {
    width: 100%;
    height: 100%;
    display: block
} */

.nt-lookbook-hotspot-item .nt-lookbook-hotspot-icon {
    text-align: center;
    color: var(--nt-pin-icon-color);
    display: block;
    font-size: 14px;
    height: 100%;
    /* position: absolute; */
    width: 100%;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--nt-pin-icon-size);
    height: var(--nt-pin-icon-size);
}

.nt-lookbook-hotspot-item .nt-lookbook-hotspot-icon svg {
    fill: currentColor;
    stroke: currentColor;
    width: 100%;
    height: 100%;
}

.nt-lookbook-hotspot-animation-pulse::before,
.nt-lookbook-hotspot-animation-pulse::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    -webkit-animation: pulse 3s ease-in-out infinite both;
    animation: pulse 3s ease-in-out infinite both;
    background: var(--nt-pin-background-color);
    border-radius: var(--nt-pin-border-radius, 0px)
}


.nt-lookbook-tooltip-item-price {
    font-size: var(--nt-font-size-price-product, 14px);
    color: var( --nt-color-price-product, #000)
}

.nt-lookbook-tooltip-item-description {
    word-wrap: break-word;
    font-size: var(--nt-font-size-description-product, 14px);
    color: var(--nt-color-description-product, #000);
    line-height: normal;
}
.nt-lookbook-product-wrapper .nt-lookbook-tooltip-item-button-wrapper {
    justify-content: var(--nt-button-align) !important;
    width: 100%;
}
.nt-lookbook-tooltip-item-button-wrapper {
    display: flex;
    justify-content: var(--nt-button-align, center);
}

.nt-lookbook-ratio .nt-lookbook-tooltip-item-image img,.nt-lookbook-tooltip-vertical .nt-lookbook-tooltip-item-image a, .nt-lookbook-tooltip-vertical .nt-lookbook-tooltip-item-image img {
    width: 100%;
    height: 100%;
}
.nt-lookbook-tooltip-vertical.nt-lookbook-ratio .nt-lookbook-tooltip-item-image img {
    position: absolute;
}
.nt-lookbook-ratio .nt-lookbook-tooltip-item-image {
    position: relative;
}
.nt-lookbook-ratio .nt-lookbook-tooltip-item-image a {
    position: absolute;
    width: 100%;
    height: 100%;
}
.nt-lookbook-lightbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    overflow: hidden;
    text-indent: -999px;
    display: block;
}

.nt-lookbook-popup {
    top: 0;
    left: 0;
    position: fixed;
    width: 0;
    height: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .4);
    overflow-y: auto;
    overflow-x: hidden;
}
.nt-lookbook-popup.nt-show-popup {
    position: fixed;
    width: 100%;
    height: 100%;
}
.nt-lookbook-popup-overlay {
    display: block !important;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.nt-lookbook-container-popup {
    pointer-events: none;
    max-width: 80vw;
    margin: 0 auto;
    height: auto;
}
/* .nt-lookbook-container-popup .nt-lookbook-item-box {
    height: 100%;
    display: flex;
    align-items: center;
} */

.nt-lookbook-container-popup .nt-lookbook-item-box img {
   /* height: 100%; */
   /* max-height: 95vh; */
   object-fit: cover;
}
.nt-lookbook-popup .nt-lookbook-item {
    /* overflow-y: auto; */
    display: flex;
    align-items: center;
    height: fit-content;
    justify-content: center;
}
.nt-lookbook-popup-wrapper {
    max-width: var(--width-popup, 600px);
    position: relative;
    height: calc(100vh - 3.5rem);
    margin: 1.75rem auto;
    background: transparent;
    position: relative;
    width: auto;
    pointer-events: none;
    display: flex;
    align-items: center;
}
.nt-lookbook-popup-wrapper .splide__arrows.splide__arrows--ltr{
    pointer-events: auto;
}
.splide__arrows.splide__arrows--ltr{
    pointer-events: auto;
}
.nt-close {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}
.nt-close span {
    display: flex;
}
.nt-close svg {
    width: 20px;
    fill: #fff;
}
.nt-lookbook-tooltip-backdrop {
    display: block !important;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: transparent;
    inset: 0;
}
/* .nt-lookbook-tooltip-fake .nt-tooltip-wrapper */
.nt-lookbook-tooltip-fake {
    width: var(--nt-width-tooltip, 160px);
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: -1;
}
.nt-lookbook-popup-body {
    position: relative;
    flex: 1 1 auto;
    overflow-y: auto;
}
.nt-lookbook-popup-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: transparent;
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0;
    max-height: 100%;
}
.nt-navigation-arrows {
    position: fixed;
    width: var(--width-popup);
    top: 50%;
    left: calc((100vw - var(--width-popup)) / 2);
    display: flex;
    justify-content: space-between;
}
/* .nt-active-product {
    border: 1px solid #ccc;
    animation: blink .5s ease forwards;
} */
.nt-disable-product {
    opacity: .5;
}
@keyframes blink {
    0%, 100% {border-color: rgba(0, 0, 0, .9);}
    50% {border-color: rgba(0, 0, 0, .1);}
}
.nt-navigation__arrow {
    pointer-events: all;
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 32px;
    height: 32px;
    background: #fff;
    box-shadow: 
    inset 0 1px 0 #E3E3E3,   /* Bóng đổ phía dưới */
    inset 1px 0 0 #E3E3E3,   /* Bóng đổ bên phải */
    inset -1px 0 0 #E3E3E3,  /* Bóng đổ bên trái */
    inset 0 -1px 0 #B5B5B5;
}

.nt-navigation__arrow svg {
    fill: #4A4A4A;
    width: 13px;
    height: 13px;
}

.nt-navigation__arrow:hover:not(:disabled) {
    opacity: .9
}

.nt-navigation__arrow:disabled {
    opacity: .3
}

.nt-navigation__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.nt-navigation-prev {
    left: -35px
}

.nt-navigation-prev svg {
    transform: scaleX(-1)
}

.nt-navigation-next {
    right: -35px
}

.nt-navigation.is-focus-in .nt-navigation__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}
.nt-navigation__arrows--rtl .nt-navigation-prev {
    left: auto;
    right: 1em
}

.nt-navigation__arrows--rtl .nt-navigation-prev svg {
    transform: scaleX(1)
}

.nt-navigation__arrows--rtl .nt-navigation-next {
    left: 1em;
    right: auto
}

.nt-navigation__arrows--rtl .nt-navigation-next svg {
    transform: scaleX(-1)
}

.nt-navigation__arrows--ttb .nt-navigation__arrow {
    left: 50%;
    transform: translate(-50%)
}

.nt-navigation__arrows--ttb .nt-navigation-prev {
    top: 1em
}

.nt-navigation__arrows--ttb .nt-navigation-prev svg {
    transform: rotate(-90deg)
}

.nt-navigation__arrows--ttb .nt-navigation-next {
    bottom: 1em;
    top: auto
}

.nt-navigation__arrows--ttb .nt-navigation-next svg {
    transform: rotate(90deg)
}



/* Shop the look  */


/* Horizontal  */
/* .nt-lookbook-product-hori-wrapper {
    display: flex;
    gap: 10px;
    padding: 5px;
    
}
.nt-lookbook-product-hori-wrapper > .nt-lookbook-product-infors {
    flex: auto;
}

.nt-lookbook-product-hori {
    width: 100%;
}
.nt-lookbook-product-hori-media img {
    width: 100%;
    height: 100%;
}
.nt-lookbook-product-hori-infors {
    text-align: left;
    display: flex;
    gap: 10px;
    flex-direction: column;
} */
.nt-lookbook-stl-outner-wrapper {
    position: relative; 
    overflow-y: auto;
    scroll-behavior: smooth;
    flex: 1;
    max-width: 100%;
    display: flex;
}
.nt-lookbook-stl-inner-wrapper {
   width: 100%;
}
.nt-lookbook-type-stl_slider .nt-lookbook-stl-outner-wrapper .nt-lookbook-shop-the-look-product-items-wrapper, .nt-lookbook-type-stl_slider .nt-lookbook-stl-outner-wrapper .nt-lookbook-stl-inner-wrapper{
    height: fit-content;
}
.nt-lookbook-shop-the-look-product-items-wrapper {
    position: relative;
    max-width: 100%;
    /* margin: 0 auto; */
    height: 100%;
}
/* .nt-stl-splide {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
} */
.nt-align-product-side .nt-lookbook-shop-the-look-product-items {
    inset: unset;

}
.nt-align-product-side .nt-lookbook-shop-the-look-product-items-wrapper {
    display: flex;
}
.nt-lookbook-shop-the-look-product-items {
    position: absolute;
    flex: 1;
    width: 100%;
    inset: 0;
    overflow: hidden;
    overflow-y: auto;
    display: grid;
    height: fit-content;
    scroll-behavior: smooth;
    grid-template-columns: repeat(var(--nt-stl-grid-column, 1), calc((100% / var(--nt-stl-grid-column)) - calc(var(--nt-stl-gap-product, 10px) * calc(var(--nt-stl-grid-column) - 1) / var(--nt-stl-grid-column))));
}
.nt-lookbook-product-compare-at-price {
    display: flex;
    align-items: center;
}
.nt-lookbook-product-infors .nt-lookbook-product-title a  {
    display: block;
    text-align: var(--nt-button-align);
}
/* .nt-lookbook-stl-wrapper .nt-lookbook-item-box {
    width: 50%;
} */
/* .nt-preview-preset.nt-preview-tablet .nt-lookbook-stl-wrapper .nt-lookbook-item-box {
    width: var(--nt-width-image-stl);
} */
.nt-preview-desktop .nt-lookbook-stl-wrapper .nt-lookbook-item-box {
    width: 50%;
    --nt-width-image-stl: 50%;
}
.nt-preview-preset.nt-preview-mobile .nt-lookbook-stl-wrapper .nt-lookbook-item-box {
    width: 100%;
}
.nt-preview-preset.nt-preview-mobile .nt-lookbook-shop-the-look-product-items-wrapper {
    width: 100%;
    flex: unset;
}
.nt-preview-preset.nt-preview-mobile .nt-lookbook-shop-the-look-product-items-wrapper .nt-lookbook-shop-the-look-product-items {
    width: 100%;
    position: unset;
}
.nt-preview-preset.nt-preview-mobile .nt-lookbook-stl-wrapper {
    flex-wrap: wrap;
}
.nt-lookbook-stl-wrapper {
    display: flex;
    flex-wrap: nowrap;
    /* gap: 20px; */
}
.nt-lookbook-shop-the-look-items  {
    display: flex;
    flex-direction: column;
}

.nt-lookbook-shop-the-look-items .nt-lookbook-item-box {
    height: fit-content;
}

.nt-lookbook-product-infors > div.nt-lookbook-product-variant, .nt-lookbook-product-layout_horizontal_1 {
    width: 100%;
}
.nt-lookbook-product-layout_horizontal_1 .nt-lookbook-product-wrapper {
    flex-direction: row;
    /* padding: 5px; */
}
.nt-lookbook-product-wrapper {
    display: flex;
}
.nt-lookbook-popup .nt-lookbook-popup-body .nt-lookbook-product-wrapper, .nt-lookbook-product-layout_vertical_1 .nt-lookbook-product-wrapper {
    flex-direction: column;
}
.nt-lookbook-quickview-wrapper .nt-lookbook-product-variant-item, .nt-lookbook-quickview-wrapper .nt-lookbook-product-infors {
    align-items: center;
    text-align: center;
    --nt-button-align: center;
    /* padding: 5px; */
}
.nt-lookbook-product-wrapper .nt-lookbook-product-horizontal-media {
    overflow: hidden;
    display: flex;
}
.nt-lookbook-product-button-quickview-wrapper {
    position: relative;
}
/* .nt-lookbook-product-button-quickview-wrapper .nt-lookbook-quickview-wrapper {
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    background-color: #fff;
    transform: translateY(20px);
}
.nt-lookbook-product-button-quickview-wrapper.nt-show-quickview .nt-lookbook-quickview-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
} */
.nt-lookbook-product-infors .nt-lookbook-product-button, .nt-lookbook-product-button-quickview-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.nt-lookbook-product-media {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.nt-lookbook-product-wrapper .nt-lookbook-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nt-lookbook-product-variant-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.nt-lookbook-product-type-dropdown.nt-lookbook-product-variant-item {
    flex-direction: row;
    justify-content: var(--nt-button-align, flex-start);
}
.nt-lookbook-variant-dropdown-label {
    display: flex;
    align-items: center;
}
.nt-lookbook-variant-dropdown-label span {
    margin-left: 3px;
}
.nt-product-single__swatch-item {
    cursor: pointer;
}
.nt-disable-button {
    cursor: not-allowed !important;
    pointer-events: none !important;
    background: #555 !important;
    border: none !important;
}
.nt-loading {
    position: relative;
}

.nt-product-single__picker-shopify-color-item .nt-swatch-shopify-color { 
    background-color: var(--nt-swatch-background-color);
}
.nt-ajax-loading{cursor:not-allowed;pointer-events:none;opacity:.6}
.nt-loading::after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    opacity: 0;
    transition: opacity 0.2s;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-left-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    border-left-color: currentColor;
    opacity: 1;
    -webkit-animation: 450ms linear infinite nt-spin;
    animation: 450ms linear infinite nt-spin;
}
@-webkit-keyframes nt-spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes nt-spin {
    100% {
        transform: rotate(360deg);
    }
}
.nt-lookbook-product-wrapper .nt-lookbook-product-infors {
    text-align: start;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.nt-lookbook-product-prices {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: var(--nt-button-align);
}
.nt-lookbook-variant-dropdown {
    width: 100%;
    padding: 5px 10px
}
.nt-lookbook-product-variant {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}
.nt-product-single__picker-radio-list{
    width: fit-content;
    position:relative;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: var(--nt-button-align, flex-start);
    column-gap: 4px;
    row-gap: 4px;
    flex-wrap: wrap;
}
/* .nt-product-single__picker-radio-list .nt-product-single__picker-radio-list-item:hover{
    border: 1px solid rgba(0 0 0);
} */
.nt-swatch-shopify-color {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: var(--nt-variant--shopify-border-radius);
}
#nt-toast__wrapper.is-show {
    transform: none;
}
#nt-toast__wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 69900;
    color: #ffffff;
    cursor: pointer;
    transform: translate3d(0, 100%, 0);
    transition: all .35s ease 0s;
    min-height: 60px;
    padding: 10px 80px 10px 65px;
    border: 0px;
}
#nt-toast__wrapper.warning {
    background-color: #e0b252;
}
#nt-toast__wrapper.error {
    background-color: #EB001B;
}
#nt-toast__wrapper.success {
    background-color: #428445;
}
#nt-toast__wrapper.is-show .nt-toast-svg {
    animation: nt-ani-revealIn 2s cubic-bezier(.25,1.6,.25,1) both;
}
.warning .nt-svg-warning, .success .nt-svg-success, .error .nt-svg-error{
    display: block;
}
.nt-toast__close .nt-svg-close {
    stroke-width: 1.5px;
    opacity: 1;
    display: block;
}
.nt-toast-svg  {
    fill: currentcolor;
    width: 18px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    opacity: 0;
    display: none;
}
#nt-toast__wrapper.is-show .nt-toast__mess {
    animation: nt-ani-slideIn 1.35s cubic-bezier(.16,.81,.32,1) both;
}
.nt-toast__close {
    border: none;
    position: absolute;
    inset: 0px 0px 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    background-color: #0000001a;
    font-weight: 500;
    font-size: 45px;
    cursor: pointer;
    transition: background-color .25s ease 0s;
}
.nt-toast__progressbar {
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 100%;
    z-index: 1;
}
.nt-toast__progressbar span {
    display: block;
    height: 100%;
    width: 100%;
    background-color: #00000040;
    border-radius: 0 0 3px 3px;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-name: nt-ani-w;
    animation-duration: 3000ms;
}
@-webkit-keyframes nt-ani-slideIn {
    0% {
        opacity: 0;
        transform: translate(50px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}
@keyframes nt-ani-slideIn {
    0% {
        opacity: 0;
        transform: translate(50px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}
@-webkit-keyframes nt-ani-w {
    0% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}
@keyframes nt-ani-w {
    0% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}
@-webkit-keyframes nt-ani-revealIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, 1);
    }
    
    100% {
        opacity: 1;
    }
}
@keyframes nt-ani-revealIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, 1);
    }
    
    100% {
        opacity: 1;
    }
}


/* quickview */
.nt-lookbook-quickview-wrapper {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    /* display: grid; */
    max-width: 800px;
    margin: 0 auto;
    /* grid-template-columns: repeat(2, 1fr); */
    pointer-events: all !important;
}
.nt-lookbook-quickview-image-product .splide .nt-lookbook-container-popup{
    pointer-events: all;
}
.nt-lookbook-quickview-image-product .splide__track .splide__list {
    align-items: flex-start !important;
}
.nt-lookbook-quickview-image-product .splide__slide:not(.is-active) {
    height: 0 !important;
}
.nt-lookbook-quickview-image-product img{
    width: 100%;
    height: auto;
}
.nt-lookbook-product-vertical-media {
    position: relative;
    padding-bottom: 100%;
}
.nt-lookbook-product-vertical-media .nt-lookbook-product-media {
    position: absolute;
    width: 100%;
    height: 100%;
}
/* end quickview */
@media (max-width: 1024px) {
    .nt-lookbook-container:not(.nt-lookbook-preview) .nt-lookbook-wrapper.nt-lookbook-layout--grid {
        grid-template-columns: repeat(var(--nt-col-tl), 1fr)
    }
    .nt-lookbook-container:not(.nt-lookbook-preview) .nt-lookbook-layout--masonry.nt-col-tl-1 {
        column-count: 1;
        column-gap: var(--nt-spacing-layout, 10px);
    }
    
    .nt-lookbook-container:not(.nt-lookbook-preview) .nt-lookbook-layout--masonry.nt-col-tl-2 {
        column-count: 2;
        column-gap: var(--nt-spacing-layout, 10px);
    }
    
    .nt-lookbook-container:not(.nt-lookbook-preview) .nt-lookbook-layout--masonry.nt-col-tl-3 {
        column-count: 3;
        column-gap: var(--nt-spacing-layout, 10px);
    }
    
    .nt-lookbook-container:not(.nt-lookbook-preview) .nt-lookbook-layout--masonry.nt-col-tl-4 {
        column-count: 4;
        column-gap: var(--nt-spacing-layout, 10px);
    }
    
    .nt-lookbook-container:not(.nt-lookbook-preview) .nt-lookbook-layout--masonry.nt-col-tl-5 {
        column-count: 5;
        column-gap: var(--nt-spacing-layout, 10px);
    }
    .nt-lookbook-container:not(.nt-lookbook-preview) .nt-lookbook-layout--masonry.nt-col-tl-6 {
        column-count: 6;
        column-gap: var(--nt-spacing-layout, 10px);
    }
    
}
@media (max-width: 767px) {
    .nt-lookbook-container:not(.nt-lookbook-preview) .nt-lookbook-wrapper.nt-lookbook-layout--grid {
        grid-template-columns: repeat(var(--nt-col-mb), 1fr)
    }
    .nt-lookbook-container:not(.nt-lookbook-preview) .nt-lookbook-layout--masonry.nt-col-mb-1 {
        column-count: 1;
        column-gap: var(--nt-spacing-layout, 10px);
    }
    
    .nt-lookbook-container:not(.nt-lookbook-preview) .nt-lookbook-layout--masonry.nt-col-mb-2 {
        column-count: 2;
        column-gap: var(--nt-spacing-layout, 10px);
    }
    
    .nt-lookbook-container:not(.nt-lookbook-preview) .nt-lookbook-layout--masonry.nt-col-mb-3 {
        column-count: 3;
        column-gap: var(--nt-spacing-layout, 10px);
    }
    
    .nt-lookbook-container:not(.nt-lookbook-preview) .nt-lookbook-layout--masonry.nt-col-mb-4 {
        column-count: 4;
        column-gap: var(--nt-spacing-layout, 10px);
    }
    
    .nt-lookbook-container:not(.nt-lookbook-preview) .nt-lookbook-layout--masonry.nt-col-mb-5 {
        column-count: 5;
        column-gap: var(--nt-spacing-layout, 10px);
    }
    .nt-lookbook-container:not(.nt-lookbook-preview) .nt-lookbook-layout--masonry.nt-col-mb-6 {
        column-count: 6;
        column-gap: var(--nt-spacing-layout, 10px);
    }
    .nt-lookbook-shop-the-look-items:not(.nt-lookbook-preview) .nt-lookbook-item.nt-lookbook-stl-wrapper {
        flex-wrap: wrap;
    }
    .nt-live .nt-lookbook-stl-wrapper .nt-lookbook-item-box {
        width: 100%;
    }
    .nt-live .nt-lookbook-shop-the-look-product-items-wrapper {
        width: 100%;
        flex: unset;
    }
    .nt-live .nt-lookbook-shop-the-look-product-items-wrapper .nt-lookbook-shop-the-look-product-items {
        width: 100%;
        position: unset;
    }
}