/** Shopify CDN: Minification failed

Line 324:17 Expected ":"

**/
.shop-look-slider.t4s-flicky-slider {
    margin: 0 -10px
}
.look-products{

    display:none;

}

.look-products.is-active{

    display:block;

}

.look-slide{

    position:relative;

}

.tap-shop-btn{

    position:absolute;

    left:50%;

    white-space: nowrap;

    bottom: 10px;

    transform:translateX(-50%);

    background:#111;

    color: #fff;

    border:1px solid #111;

    padding: 4px 8px;

    cursor:pointer;
    font-size: 12px;
    z-index:5;

}
.shop-look-slider .t4s-col-item {
    padding: 0 10px
}

.shop-look-slider .look-slide img{
    width:100%;
    display:block;
    aspect-ratio:3/4;
    object-fit:cover;
}

.look-image{

    position:relative;

    overflow:hidden;

}

.look-image img{
    display:block;
    width:100%;
    transition:.4s ease;
}


.look-image:hover img{

    transform:scale(1.04);

}

.look-image:hover .tap-shop-btn{

    opacity:1;

    visibility:visible;

}
.look-image::after{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.15);

    opacity:0;

    transition:.35s;

}

.look-image:hover::after{

    opacity:1;

}

.look-image.is-open::after{

    opacity:1;

}


.look-popup-left{
    position:sticky;
    top:0;
    height:100%;
    display: none;
}

.look-popup-left img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.look-popup-right{
    height: 100%;
    overflow: hidden;
    padding:20px;
}

.shop-look-modal{
    position:fixed;
    inset:0;
    display:none;
    z-index:99999;
    margin: 0 !important;
}

.shop-look-modal.is-open{

    display:flex;

}

.shop-look-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.6);

}

.shop-look-content{

    position:relative;

    margin:auto;

    width:min(900px,90vw);

    /* height:60vh; */

    background:#fff;

}
.close-look {
	position: absolute;
	right: 0;
	z-index: 1;
}

.shop-the-look .t4s_ratio img {
    position: static !important
}

.popup-look-title {
    font-weight: 500;
    margin-bottom: 10px;
}

.popup-look-description {
    margin-bottom: 10px;
}

.popup-look-products {
	height: calc(100% - 30px);
	overflow-y: auto;
	overflow-x: hidden;
}
.shop-look-form .flex {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.shop-look-form .variant-group {
    flex: 1;
}

.shop-look-form .variant-group label {
	font-size: 10px;
	line-height: 150%;
	display: block;
}
.shop-look-form .variant-group .variant-option {
	font-size: 12px;
	border-radius: 0;
	height: 30px;
	padding: 4px 7px;
    background-position: right 2px top 50%;
    text-overflow: ellipsis;
    white-space: nowrap
}
.shop-look-form button {
	padding: 5px 8px;
    display: flex;
    gap: 4px;
    font-size: 12px;
    align-items:center;
    justify-content:center;
    min-width: 110px;
}
.btn-icon svg.t4s-btn-icon{
	width: 16px;
	height: 16px;
    margin: 0;
}
.btn-loading svg.t4s-svg-spinner {
	width: 14px;
	height: 14px;
    margin: 0;
}
.shop-look-form button .btn-icon {
	display: flex;
}
.popup-look-products .t4s-complimentary_product .t4s-widget_if_pr {
	margin-top: 0;
	display: flex;
	flex-direction: column;
}
.shop-look-form {
	margin-top: auto;
}
.popup-look-products .t4s-widget__pr-price {
  font-family: inherit !important;
  font-size: 12px;
}
.popup-look-products .t4s-complimentary_product .t4s-widget__pr-title {
	margin-bottom: 0px;
}

.t4s-svg-spinner{
    animation:spin .8s linear infinite;
}

.popup-look-products .t4s-complimentary_product .t4s-widget_img_pr > a {
	width: 85px;
	max-width: 85px;
}

.complete-the-look .shop-look-form button {
    min-width: auto;
}
span.btn-loading {
    display: flex;
    align-items: center;
}

.complete-the-look .btn-text {
    display: none;
}
.shop-the-look a.t4s-d-block.t4s-widget__pr-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shop-look-form  {
    position: relative
}

.complete-the-look .shop-look-form .flex {
    padding: 0 7px;
    gap: 7px
}

.shop-look-form .customize-properties {
    position: absolute;
    top: 100%;
    z-index: 2;
    background: #fff;
    right: 7px;
    left: 7px;
    box-shadow: 0 0 10px #ebebeb;
    z-index: 1;
}
.popup-look-products .shop-look-form .customize-properties {
    left: 0;
    right: 0;
}

@keyframes spin{
    to{
        transform:rotate(360deg);
    }
}

.shop-look-toast{
    position:fixed;
    top:20px;
    right:20px;
    background:#222;
    color:#fff;
    font-size12px;
    padding:10px 15px;
    border-radius:0;
    display:flex;
    align-items:center;
    gap:10px;
    opacity:0;
    transform:translateY(20px);
    transition:.3s;
    z-index:99999;
    font-size: 12px;
}

.shop-look-toast.show{
    opacity:1;
    transform:translateY(0);
}

.shop-look-popup {
	height: calc(100vh - 80px);
	overflow: auto;
}

.template-product .pr-complete-loop span.buckscc-money,
.pr-complete-loop .t4s-widget__pr-price {
    font-size: 12px;
}

.pr-complete-loop .t4s-col.t4s-widget_if_pr {
    text-align: center;
}

.customize-properties {
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
}

.customize-properties .desc {
    font-size: 12px;
    padding: 5px 10px;
    background: #f1f1f1;
    margin-bottom: 5px;
    line-height: 16px;
}

.customize-properties .t4s-line-item-property__field {
    padding: 0 15px;
}   

@media (min-width: 1024px) {
    .look-popup-right{
        padding: 40px
    }
}

@media (min-width: 768px) { 
    .look-popup-left {
        display: block;
    }

    .shop-look-popup{

        display:grid;

        grid-template-columns:45% 55%;

        max-width:1300px;

        background:#fff;
        height: 540px;

    }
}