.complete-the-look{margin:3rem 0;width:100%}.complete-the-look__title{font-size:1.4rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.complete-the-look__items{display:flex;flex-direction:column;gap:0}.complete-look__item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;border:1px solid rgb(var(--color-border));background-color:rgb(var(--color-background));transition:border-color var(--duration-short) ease}.complete-look__item+.complete-look__item{border-top:none}.complete-look__item:first-child{border-radius:var(--card-corner-radius, 0) var(--card-corner-radius, 0) 0 0}.complete-look__item:last-child{border-radius:0 0 var(--card-corner-radius, 0) var(--card-corner-radius, 0)}.complete-look__item:only-child{border-radius:var(--card-corner-radius, 0)}.complete-look__item:hover{border-color:rgb(var(--color-foreground),.3)}.complete-look__item-image{flex-shrink:0;width:100px;height:125px;overflow:hidden;border-radius:4px;background-color:rgb(var(--color-background-secondary, var(--color-background)))}.complete-look__item-image img{width:100%;height:100%;object-fit:cover}.complete-look__item-image svg{width:100%;height:100%}.complete-look__item-info{flex:1;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-width:0}.complete-look__item-details{flex:1;min-width:0}.complete-look__item-reviews{margin-bottom:.4rem;font-size:1.2rem;line-height:1}.complete-look__item-reviews .jdgm-prev-badge{display:inline-flex;align-items:center;gap:.3rem}.complete-look__item-title{margin:0 0 .4rem;font-size:1.4rem;font-weight:500;line-height:1.3}.complete-look__item-title a{color:rgb(var(--color-foreground));text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.complete-look__item-title a:hover{text-decoration:underline}.complete-look__item-price{font-size:1.4rem;font-weight:500}.complete-look__item-price .price,.complete-look__item-price .price dl{margin:0}.complete-look__item-price .price__regular{display:flex;align-items:center;gap:.5rem}.complete-look__item-price .price__sale,.complete-look__item-price .price--on-sale .price__regular{display:none}.complete-look__item-price .price--on-sale .price__sale{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.complete-look__item-price .price-item{font-size:1.4rem}.complete-look__item-price .unit-price{display:none}.complete-look__item-action{flex-shrink:0}.complete-look__add-btn{display:inline-flex;align-items:center;justify-content:center;min-width:80px;padding:1rem 1.6rem;font-size:1.3rem;font-weight:500;color:rgb(var(--color-foreground));background-color:rgb(var(--color-background-secondary, 243, 243, 243));border:none;border-radius:50px;cursor:pointer;transition:background-color var(--duration-short) ease,color var(--duration-short) ease,transform var(--duration-short) ease}.complete-look__add-btn:hover:not(:disabled):not([aria-disabled=true]){background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));transform:scale(1.02)}.complete-look__add-btn:disabled,.complete-look__add-btn[aria-disabled=true]{cursor:not-allowed;opacity:.6}.complete-look__add-btn--sold-out{background-color:transparent;border:1px solid rgb(var(--color-border))}.complete-look__add-btn.loading{pointer-events:none}.complete-look__add-btn-text{transition:opacity var(--duration-short) ease}.complete-look__add-btn-loading{width:20px;height:20px}.complete-look__add-btn-loading .spinner{width:100%;height:100%;animation:rotator 1.4s linear infinite}.complete-look__add-btn-loading .spinner .path{stroke:currentColor;stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;animation:dash 1.4s ease-in-out infinite}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}@media screen and (max-width:749px){.complete-look__item{padding:1rem;gap:1rem}.complete-look__item-image{width:80px;height:100px}.complete-look__item-title,.complete-look__item-price{font-size:1.3rem}.complete-look__add-btn{min-width:70px;padding:.8rem 1.2rem;font-size:1.2rem}}.complete-look__add-btn-text.hidden,.complete-look__add-btn-loading.hidden{display:none}.ctl-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.ctl-popup.active{opacity:1;visibility:visible;pointer-events:auto}.ctl-popup__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;cursor:pointer}.ctl-popup__content{position:fixed;bottom:2rem;right:2rem;background:rgb(var(--color-background));border-radius:12px;box-shadow:0 10px 40px #00000040,0 2px 10px #00000026;padding:2rem;width:420px;max-width:calc(100vw - 2rem);transform:translateY(20px);opacity:0;transition:transform .3s ease,opacity .3s ease}.ctl-popup.active .ctl-popup__content{transform:translateY(0);opacity:1}.ctl-popup__close{position:absolute;top:.75rem;right:.75rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:rgb(var(--color-foreground));opacity:.6;transition:opacity .2s ease;padding:0;z-index:1}.ctl-popup__close:hover{opacity:1}.ctl-popup__product{display:flex;gap:1rem;margin-bottom:1.5rem;padding-right:2rem}.ctl-popup__image{flex-shrink:0;width:80px;height:100px;border-radius:6px;overflow:hidden;background:rgb(var(--color-background-secondary, 243, 243, 243))}.ctl-popup__image img{width:100%;height:100%;object-fit:cover}.ctl-popup__info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.ctl-popup__title{margin:0 0 .5rem;font-size:1.4rem;font-weight:500;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ctl-popup__price{margin:0;font-size:1.4rem;font-weight:500;color:rgb(var(--color-foreground))}.ctl-popup__variants{margin-bottom:1.5rem}.ctl-popup__variant-label{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;font-size:1.4rem}.ctl-popup__variant-name{color:rgb(var(--color-foreground),.7)}.ctl-popup__variant-value{font-weight:600;color:rgb(var(--color-foreground))}.ctl-popup__variant-options{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.ctl-popup__variant-option{min-width:48px;height:42px;padding:0 1.2rem;display:flex;align-items:center;justify-content:center;border:1px solid rgb(var(--color-border));border-radius:21px;background:rgb(var(--color-background));cursor:pointer;font-size:1.4rem;font-weight:500;color:rgb(var(--color-foreground));transition:border-color .2s ease,background-color .2s ease}.ctl-popup__variant-option:hover:not(.disabled):not(.selected){border-color:rgb(var(--color-foreground),.5)}.ctl-popup__variant-option.selected{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.ctl-popup__variant-option.disabled{opacity:.4;cursor:not-allowed;text-decoration:line-through}.ctl-popup__add-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1.4rem 2rem;font-size:1.5rem;font-weight:500;color:rgb(var(--color-background));background:rgb(var(--color-foreground));border:none;border-radius:50px;cursor:pointer;transition:opacity .2s ease,transform .2s ease;margin-top:.5rem}.ctl-popup__add-btn:hover:not(:disabled){opacity:.9;transform:scale(1.01)}.ctl-popup__add-btn:disabled{opacity:.5;cursor:not-allowed}.ctl-popup__add-btn-loading{width:20px;height:20px}.ctl-popup__add-btn-loading .spinner{width:100%;height:100%;animation:rotator 1.4s linear infinite}.ctl-popup__add-btn-loading .spinner .path{stroke:currentColor;stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;animation:dash 1.4s ease-in-out infinite}.ctl-popup__add-btn-text.hidden,.ctl-popup__add-btn-loading.hidden{display:none}@media screen and (max-width:749px){.ctl-popup__content{bottom:0;right:0;left:0;width:100%;max-width:100%;border-radius:16px 16px 0 0;padding:2rem 1.5rem;padding-bottom:calc(2rem + env(safe-area-inset-bottom,0));transform:translateY(100%);box-shadow:0 -4px 20px #00000026}.ctl-popup.active .ctl-popup__content{transform:translateY(0)}.ctl-popup__close{top:1rem;right:1rem}.ctl-popup__product{gap:1.2rem;margin-bottom:1.5rem}.ctl-popup__image{width:90px;height:112px}.ctl-popup__title{font-size:1.5rem;margin-bottom:.5rem}.ctl-popup__price{font-size:1.4rem}.ctl-popup__variant-option{min-width:48px;height:44px;font-size:1.4rem}.ctl-popup__add-btn{padding:1.4rem 2rem;font-size:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-complete-the-look.css.map */
