*{font-family:"Nunito",sans-serif !important}.look-landing{display:flex;flex-direction:column;gap:16px;padding:16px;position:relative}.look-landing__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media (min-width:992px){.look-landing__grid{grid-template-columns:repeat(4,1fr)}}.look-landing__image{width:100%;height:auto;object-fit:cover;display:block}.look-landing__image-wrapper{position:relative;width:100%;aspect-ratio:5/8}.look-landing__image-wrapper .lazy-load-image-background{display:block !important;width:100% !important;height:100% !important}.look-landing__explore{width:123px;height:40px;border:solid 1px #555;background-color:#fff;position:absolute;display:flex;justify-content:center;align-items:center;padding:0 10px;line-height:40px;bottom:35px;border-radius:4px;left:50%;transform:translateX(-50%)}.look-landing__explore-text{font-family:"Nunito",sans-serif;font-size:14px;font-weight:600;color:#25282B}.breadcrumb-root{display:flex;align-items:center;font-size:12px}.breadcrumb-root__list{display:flex;flex-wrap:nowrap;list-style:none;margin:0}.breadcrumb-root__item{display:flex;align-items:center;line-height:16px}.breadcrumb-root__separator{width:8px;height:8px;color:#6c6c6c;transform:none;margin-left:8px;margin-right:8px}[dir=rtl] .breadcrumb-root__separator{transform:rotate(180deg)}[dir=rtl] .breadcrumb-root__separator{margin-left:0}[dir=rtl] .breadcrumb-root__separator{margin-right:8px}.breadcrumb-root__home-icon{width:16px;height:16px;color:#6c6c6c}@media (max-width:767px){.breadcrumb-root__list{display:flex;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none}.breadcrumb-root__list::-webkit-scrollbar{display:none}.breadcrumb-root__item{flex:0 0 auto}.breadcrumb-root__item:first-child{position:sticky;left:0;z-index:2;background-color:white}}.breadcrumb-item{display:flex;align-items:center;color:#6c6c6c;font-size:12px;text-decoration:none;transition:color 0.2s ease}.breadcrumb-item:hover{text-decoration:underline;color:#25282b}.breadcrumb-item--current{color:#25282b;font-weight:500;pointer-events:none;cursor:default}.breadcrumb-item--disabled{color:#6c6c6c;pointer-events:none;cursor:not-allowed}.link__element{appearance:none;display:inline;text-align:inherit;padding:0;background:none;border:0;font-size:inherit;font-weight:inherit;color:var(--p-color-text-link);text-decoration:underline;cursor:pointer}.link__element:hover{color:inherit;text-decoration:underline}.link--monochrome{color:inherit}.link--monochrome:hover,.link--monochrome:focus,.link--monochrome:active{color:inherit}.link--remove-underline{text-decoration:none}.link--remove-underline:hover{text-decoration:none}.breadcrumb-popover__trigger{display:inline-flex;align-items:center;gap:4px;color:#6c6c6c;background:none;border:none;cursor:pointer;font:inherit;padding:0}.breadcrumb-popover__trigger:hover{text-decoration:underline;color:#25282b}.breadcrumb-popover__content{display:flex;flex-flow:column;gap:4px;background:#fff;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,0.08);padding:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:90vw;animation:fade-slide-down 0.2s ease-out forwards;max-height:200px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#c0c0c0 transparent}.breadcrumb-popover__content::-webkit-scrollbar{width:6px}.breadcrumb-popover__content::-webkit-scrollbar-thumb{background-color:#c0c0c0;border-radius:10px}.breadcrumb-popover__content::-webkit-scrollbar-track{background:transparent}.breadcrumb-popover__item{padding:4px;white-space:nowrap;color:#6c6c6c;text-decoration:none;font-size:12px;transition:background 0.2s ease;text-align:"right"}[dir=rtl] .breadcrumb-popover__item{text-align:left}.breadcrumb-popover__icon{width:8px;height:8px;color:#6c6c6c;transform:none;margin-left:8px;margin-right:8px}[dir=rtl] .breadcrumb-popover__icon{transform:rotate(180deg)}[dir=rtl] .breadcrumb-popover__icon{margin-left:0}[dir=rtl] .breadcrumb-popover__icon{margin-right:8px}@keyframes fade-slide-down{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}[data-radix-popper-content-wrapper]{z-index:9999 !important}@media (max-width:768px){.breadcrumb-popover__content{max-height:150px}}