section[aria-label="shopthelook"]{padding:0 0 32px 0;}
section[aria-label="lookimage"]{position: relative;}
.stl-slider section[aria-label="lookimage"]{position: auto;}
section > figure{position: absolute;z-index: 0!important;left: 0px;top: 0px;right: 0px;bottom: 0px;overflow: hidden;margin:0;}
section > figure > picture{-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none;appearance: none;display: block;margin: 0px;padding: 0px;	width: 100%; height:100%;	max-height: 100%;vertical-align: bottom;}
section > figure > picture > img{
	position: relative;z-index: 0;-webkit-object-fit: cover;-moz-object-fit: cover;-o-object-fit: cover;object-fit: cover;-webkit-object-position: center center;-moz-object-position: center center;-o-object-position: center center;object-position: center center;display: block;background-size: cover;background-position: center center;width: 100%;max-width: 100%;height: 100%;max-height: inherit;vertical-align: bottom;
}

section[aria-label="lookimage"] .highlight .close{display: none;}
section[aria-label="lookimage"] .highlight{position: absolute;background:rgba(255,255,255, .7);width:34px;height:34px;border-radius:20px;transition: .3s;}
section[aria-label="lookimage"] .highlight:hover{transform: scale(1.1);transition: .3s;cursor:pointer;}
section[aria-label="lookimage"] .highlight:after{content:'';display: block;width:17px;height:17px;background:#fff;border-radius:10px;transform: translate(50%, 50%);}


section[aria-label="lookimage"]  .highlight-product-container {background: #fff;position: absolute;padding: 16px;right: 0;top: 0;width: 200px;transform: translate(-25%, -50%);visibility: hidden;z-index:999999;}
section[aria-label="lookimage"] .highlight-product-container.active{visibility: visible;}
section[aria-label="lookimage"] .highlight-product-container .highlight-product .product-variations{display: flex; flex-wrap:wrap;}
section[aria-label="lookimage"] .highlight-product-container .highlight-product .product-variations a{background:#f7f7f7;padding:8px;margin:4px;}
section[aria-label="lookimage"] .highlight-product-container .highlight-product .product-variations a.added{background:#000;color:#fff;}
section[aria-label="lookimage"] .highlight-product-container .highlight-product .product-variations a.added_to_cart{display: none;}

.stl-slider{width:100%;}
.stl-slider .slide{width:100%;height:100%;}

@media screen and (max-width:767px){
	section[aria-label="lookimage"]{min-height:calc(100vw - 60px) !important;}
	.column:nth-child(2) section[aria-label="lookimage"]{margin-top:32px;}
	.stl-slider, .stl-slider .slide{min-height:calc(100vw - 60px) !important;}
	section[aria-label="lookimage"] .highlight .close{display: block;}
	section[aria-label="lookimage"] .highlight.active{position: fixed;top:128px !important;left:64px !important;right:64px !important;bottom:auto;z-index:999999;}
	section[aria-label="lookimage"] .highlight-product-container{position:absolute;top:0px;left:0px;right:0px;bottom:auto;transform: none;width:calc(100vw - 128px);padding:48px 16px 16px 16px;}
} 