.lookbook-section .lookbook-product-inner{display:flex;flex-flow:wrap;gap:1.5rem}.lookbook-section .lookbook-prodcut-col{flex:2}.lookbook-section .lookbook-prodcut-col:last-child{flex:1}.lookbook-section .lookbook-prodcut-col .lookbook-prodcut-card{position:relative;cursor:pointer}.lookbook-section .lookbook-prodcut-card .main-prodcut-image .media{border-radius:var(--border-radius-xs);min-height:810px;padding-bottom:0;max-height:calc(100vh - var(--header-height))}.lookbook-section .lookbook-prodcut-card .main-prodcut-image .media img{object-position:top}.lookbook-section .lookbook-prodcut-card .all-prodcut-card-wrap{position:absolute;bottom:0;left:0;width:100%;height:100%;display:flex;flex-flow:column;align-items:flex-start;justify-content:flex-end;gap:1rem;padding:1.5rem}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle{display:flex;flex-flow:column;gap:1rem}.lookbook-section .lookbook-prodcut-col .prodcut-inner,.lookbook-section .lookbook-prodcut-col .lookbook-prodcut-card,.lookbook-section .lookbook-prodcut-col .main-prodcut-image,.lookbook-section .lookbook-prodcut-col .media{height:100%}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__media{position:relative;width:200px;padding-bottom:115%;overflow:hidden;border-radius:var(--border-radius-xs)}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__content{flex-grow:unset;width:auto}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__media .media,.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__media .media img{top:0;right:0;bottom:0;left:0}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper{height:auto;background-color:var(--white-color);border-radius:var(--border-radius-sm);max-width:235px}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__content_inner{display:flex;align-items:center;margin-top:1rem}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__content_inner .card__information{padding:0;flex:1}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__content_inner .card__information .card__heading{font-size:var(--text-base);line-height:var(--text-line-spacing);border-spacing:var(--dark-black-color);font-family:var(--font-body-family);font-weight:500}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__content_inner .card__information .price{font-size:var(--text-sm);line-height:var(--text-line-spacing);letter-spacing:0;color:var(--black-300-color);margin-top:.4rem}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__content_inner .card__information .price *{font-size:var(--text-sm);line-height:var(--text-line-spacing)}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__content_inner .icons .uwl-col-wishlist{width:43px;height:43px;background-color:var(--primary-200-color);border-radius:var(--border-radius-100);display:flex;align-items:center;justify-content:center;cursor:pointer}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__content_inner .icons .uwl-col-wishlist svg{width:1rem;height:1rem}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__content_inner .icons .uwl-col-wishlist svg path{fill:var(--primary-color)}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .prodcut-card-toggle-icon .icon-wrap{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 16px #0000000d;border:1px solid var(--white-color);border-radius:var(--border-radius-100);cursor:pointer;transition:all .3s ease;border:none;background:var(--white-bf-color);color:var(--primary-color);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .prodcut-card-toggle-icon .icon-wrap:hover{background-color:var(--primary-color);color:var(--white-color);border-color:var(--primary-color)}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .prodcut-card-toggle-icon .icon-wrap:hover svg{opacity:1}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .prodcut-card-toggle-icon .icon-wrap svg{opacity:1;width:1rem;height:1rem}.lookbook-section .lookbook-prodcut-card .show-products .prodcut-card-toggle .prodcut-card-toggle-icon .icon-wrap{transform:rotate(45deg);background:var(--white-bf-color);color:var(--primary-color);border-color:var(--white-color)}.lookbook-section .lookbook-prodcut-card .show-products .prodcut-card-toggle .prodcut-card-toggle-icon .icon-wrap svg{opacity:1}.lookbook-section .lookbook-prodcut-card .show-products .prodcut-card-toggle .prodcut-card-toggle-icon .icon-wrap:hover{background-color:var(--primary-color);color:var(--white-color);border-color:var(--primary-color)}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__content_inner .icons{z-index:2}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__content_inner .icons .wishlist-engine-button{background:transparent!important}@keyframes scaleUp{0%{opacity:0;transform:translateY(10px);transform-origin:0% 100%}to{opacity:1;transform:translateY(0);transform-origin:0% 100%}}@keyframes scaleDown{0%{opacity:1;transform:translateY(0);transform-origin:0% 100%}to{opacity:0;transform:translateY(10px);transform-origin:0% 100%}}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper{visibility:hidden;opacity:0;animation:scaleDown .5s ease 0s 1 normal forwards}.lookbook-section .lookbook-prodcut-card .show-products .prodcut-card-toggle .card-wrapper{visibility:visible;opacity:1;animation:scaleUp .5s ease 0s 1 normal forwards}@media (max-width:1280px){.lookbook-section .lookbook-prodcut-card .main-prodcut-image .media{min-height:auto;padding-bottom:100%}.lookbook-section .lookbook-prodcut-col{flex:1.5}}@media (max-width:992px){.lookbook-section .lookbook-product-inner{gap:1rem}.lookbook-section .lookbook-prodcut-card .all-prodcut-card-wrap{padding:1rem}}@media (max-width:768px){.lookbook-section .lookbook-product-inner{flex-flow:column}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__content{display:flex;flex-flow:wrap;padding:.75rem;gap:.75rem}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__content_inner{flex:1;margin-top:0;gap:1rem}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__media{width:60px;padding-bottom:0;height:60px}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__content_inner .icons{display:none}}.lookbook-section.lookbook-section-grid-2 .lookbook-product-wrap{max-width:var(--container-sm);margin:0 auto}.lookbook-section.lookbook-section-grid-2 .lookbook-prodcut-col{flex:unset;width:calc(50% - .75rem)}.lookbook-section.lookbook-section-grid-2 .lookbook-prodcut-card .main-prodcut-image .media{border-radius:var(--border-radius-xs);min-height:400px;max-height:unset;padding-bottom:100%}.lookbook-section.lookbook-section-grid-2 .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__content{display:flex;flex-flow:wrap;padding:.75rem;gap:.75rem}.lookbook-section.lookbook-section-grid-2 .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__content_inner{flex:1;margin-top:0;gap:1rem}.lookbook-section.lookbook-section-grid-2 .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__media{width:60px;padding-bottom:0;height:60px}@media (max-width:992px){.lookbook-section.lookbook-section-grid-2 .lookbook-prodcut-col{width:calc(50% - .5rem)}}@media (max-width:768px){.lookbook-section.lookbook-section-grid-2 .lookbook-product-inner{flex-flow:wrap}.lookbook-section.lookbook-section-grid-2 .lookbook-prodcut-card .main-prodcut-image .media{min-height:400px}}@media (max-width:576px){.lookbook-section.lookbook-section-grid-2 .lookbook-prodcut-col{width:100%}}.lookbook-section.lookbook-section-grid-3 .lookbook-prodcut-col{flex:unset;width:calc(33.33% - 1rem)}.lookbook-section.lookbook-section-grid-3 .lookbook-prodcut-card .main-prodcut-image .media{border-radius:var(--border-radius-xs);min-height:500px;max-height:unset;padding-bottom:150%}@media (max-width:992px){.lookbook-section.lookbook-section-grid-3 .lookbook-prodcut-col{width:calc(50% - .5rem)}}@media (max-width:768px){.lookbook-section.lookbook-section-grid-3 .lookbook-product-inner{flex-flow:wrap}.lookbook-section.lookbook-section-grid-3 .lookbook-prodcut-col{width:calc(50% - .5rem)}.lookbook-section.lookbook-section-grid-3 .lookbook-prodcut-card .main-prodcut-image .media{min-height:auto;padding-bottom:100%}}@media (max-width:576px){.lookbook-section.lookbook-section-grid-3 .lookbook-prodcut-col{width:100%}}.lookbook-section.lookbook-section-full-width .lookbook-prodcut-card .all-prodcut-card-wrap{align-items:flex-end}.lookbook-section.lookbook-section-full-width .lookbook-prodcut-card .main-prodcut-image .media{border-radius:var(--border-radius-base)}.lookbook-section.lookbook-section-full-width .lookbook-prodcut-card .main-prodcut-image .media{width:100%;padding-bottom:57%;overflow:hidden;min-height:500px}.lookbook-section.lookbook-section-full-width .lookbook-prodcut-card .prodcut-card-toggle .prodcut-card-toggle-icon .icon-wrap{margin:0 0 0 auto}.lookbook-section.lookbook-section-full-width .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__content{display:flex;flex-flow:wrap;padding:.75rem;gap:.75rem}.lookbook-section.lookbook-section-full-width .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__content_inner{flex:1;margin-top:0;gap:1rem}.lookbook-section.lookbook-section-full-width .lookbook-prodcut-card .prodcut-card-toggle .card-wrapper .card__media{width:60px;padding-bottom:0;height:60px}@media (max-width:768px){.lookbook-section.lookbook-section-full-width .lookbook-prodcut-card .main-prodcut-image .media{border-radius:var(--border-radius-xs)}}.template-name--atelier .section+.section.lookbook-section-main,.template-index .section+.section.lookbook-section-main{margin-top:4.82rem}@media (max-width:1536px){.template-name--atelier .section+.section.lookbook-section-main,.template-index .section+.section.lookbook-section-main{margin-top:2.82rem}}@media (max-width:1280px){.template-name--atelier .section+.section.lookbook-section-main,.template-index .section+.section.lookbook-section-main{margin-top:1.5rem}}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle:has(.card-wrapper:nth-of-type(2)) .card-wrapper{display:flex;flex-flow:wrap;align-items:center;padding-right:.75rem}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle:has(.card-wrapper:nth-of-type(2)) .card-wrapper>.card{flex:1}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle:has(.card-wrapper:nth-of-type(2)) .card-wrapper .card__content{display:flex;flex-flow:wrap;padding:.75rem;gap:.75rem;padding-right:0}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle:has(.card-wrapper:nth-of-type(2)) .card-wrapper .card__content_inner{flex:1;margin-top:0;gap:1rem}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle:has(.card-wrapper:nth-of-type(2)) .card-wrapper .card__media{width:60px;padding-bottom:0;height:60px}.lookbook-section .lookbook-prodcut-card .prodcut-card-toggle:has(.card-wrapper:nth-of-type(2)) .card-wrapper .aico-w-inspiration-icon{position:relative;z-index:2;inset:auto!important}
/*# sourceMappingURL=/cdn/shop/t/4/assets/lookbook-section.css.map */
