.ecore-drill{background-color:var(--cd-bg, #ffffff);background-image:var(--cd-bg-image, none);padding:56px 0;color:var(--cd-text, #000F1C)}@media(min-width:769px){.ecore-drill{padding:72px 0}}.ecore-drill__header{text-align:center;max-width:720px;margin:0 auto 36px}.ecore-drill__heading{margin:0 0 12px;font-family:Montserrat,sans-serif;font-size:26px;font-weight:700;line-height:1.25;color:var(--cd-text)}@media(min-width:769px){.ecore-drill__heading{font-size:32px}}.ecore-drill__subheading{margin:0;font-family:Montserrat,sans-serif;font-size:15px;line-height:1.55;color:var(--cd-text);opacity:.85}.ecore-drill__stage{position:relative}.ecore-drill__back{position:absolute;top:0;left:50%;transform:translate(-50%,-4px);z-index:3;background:transparent;border:0;padding:8px 0;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:color-mix(in srgb,var(--cd-text) 80%,transparent);cursor:pointer;opacity:0;transition:opacity .24s ease,transform .24s ease,color .2s ease,gap .2s ease}@media(min-width:1024px){.ecore-drill__back{left:0;width:200px;transform:translateY(-4px)}}.ecore-drill__back-arrow{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:1px solid color-mix(in srgb,var(--cd-text) 35%,transparent);transition:border-color .2s ease,background .2s ease}.ecore-drill__back-arrow svg{width:14px;height:14px}.ecore-drill__back:hover{color:var(--cd-accent);gap:12px}.ecore-drill__back:hover .ecore-drill__back-arrow{border-color:var(--cd-accent);background:color-mix(in srgb,var(--cd-accent) 12%,transparent)}.ecore-drill[data-state=expanded] .ecore-drill__back{opacity:1;transform:translate(-50%)}@media(min-width:1024px){.ecore-drill[data-state=expanded] .ecore-drill__back{transform:translateY(0)}}.ecore-drill[data-state=expanded] .ecore-drill__parent.is-active{padding-top:90px}.ecore-drill__parents{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:28px 16px;position:relative}@media(max-width:1023px){.ecore-drill__parents{display:flex;grid-template-columns:none;flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;gap:16px;padding:4px 4px 16px;scrollbar-width:thin;scrollbar-color:rgba(180,180,180,.85) transparent;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.ecore-drill__parent{flex:0 0 calc(50% - 8px);scroll-snap-align:start}}@media(min-width:600px)and (max-width:1023px){.ecore-drill__parent{flex:0 0 calc(33.333% - 11px)}}@media(min-width:1024px){.ecore-drill__parents{grid-template-columns:repeat(6,1fr);gap:0 24px}}@media(max-width:1023px){.ecore-drill[data-state=expanded] .ecore-drill__parents{display:block;overflow-x:hidden;overflow-y:visible;scroll-snap-type:none;padding:0;gap:0}.ecore-drill[data-state=expanded] .ecore-drill__parent:not(.is-active){display:none}.ecore-drill[data-state=expanded] .ecore-drill__parent.is-active{position:relative;inset:auto;flex:none;width:100%;max-width:100%;padding:60px 0 0;scroll-snap-align:none}.ecore-drill[data-state=expanded] .ecore-drill__parent.is-active .ecore-drill__circle--parent{display:none}.ecore-drill[data-state=expanded] .ecore-drill__parent.is-active .ecore-drill__subs{display:flex!important;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;gap:16px;padding:4px 0 12px;margin:0;scrollbar-width:thin;scrollbar-color:rgba(180,180,180,.85) transparent;-webkit-overflow-scrolling:touch;touch-action:pan-x;width:100%;max-width:100%;justify-content:flex-start;align-items:flex-start}.ecore-drill[data-state=expanded] .ecore-drill__parent.is-active .ecore-drill__sub{flex:0 0 130px;width:130px;margin:0}}.ecore-drill__parent{display:flex;flex-direction:column;align-items:center;text-align:center;transition:opacity .24s ease}.ecore-drill[data-state=expanded] .ecore-drill__parent:not(.is-active){opacity:0;pointer-events:none;visibility:hidden}@media(min-width:1024px){.ecore-drill[data-state=expanded] .ecore-drill__parent.is-active{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:32px;z-index:1;animation:ecore-drill-fade-in .32s ease}}@keyframes ecore-drill-fade-in{0%{opacity:0}to{opacity:1}}.ecore-drill__circle{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;width:100%;background:transparent;border:0;padding:0;font:inherit;cursor:pointer}.ecore-drill__circle-image{display:block;width:100%;max-width:220px;aspect-ratio:1 / 1;border-radius:50%;overflow:hidden;background:color-mix(in srgb,var(--cd-text) 4%,transparent);margin:0 auto 14px}.ecore-drill__circle-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s cubic-bezier(.38,.41,.27,1);will-change:transform;backface-visibility:hidden}.ecore-drill__circle:hover .ecore-drill__circle-image img,.ecore-drill__circle:focus-visible .ecore-drill__circle-image img{transform:scale(1.03)}.ecore-drill__circle-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,color-mix(in srgb,var(--cd-text) 6%,transparent),color-mix(in srgb,var(--cd-accent) 12%,transparent))}.ecore-drill__circle-label{font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;line-height:1.3;text-align:center;color:var(--cd-text)}@media(min-width:1024px){.ecore-drill__circle-label{font-size:16px}}.ecore-drill__circle:focus-visible{outline:none}.ecore-drill__circle:focus-visible .ecore-drill__circle-image{box-shadow:0 0 0 3px var(--cd-bg, #ffffff),0 0 0 5px var(--cd-accent, #006BCC)}.ecore-drill[data-state=expanded] .ecore-drill__parent.is-active .ecore-drill__circle--parent{flex:0 0 auto}@media(min-width:1024px){.ecore-drill[data-state=expanded] .ecore-drill__parent.is-active .ecore-drill__circle--parent{width:200px}}.ecore-drill[data-state=expanded] .ecore-drill__parent.is-active .ecore-drill__circle--parent .ecore-drill__circle-image{box-shadow:0 0 0 3px var(--cd-accent)}.ecore-drill[data-state=expanded] .ecore-drill__parent.is-active .ecore-drill__circle--parent .ecore-drill__circle-label{color:var(--cd-accent);font-size:16px}@media(min-width:1024px){.ecore-drill[data-state=expanded] .ecore-drill__parent.is-active .ecore-drill__circle--parent .ecore-drill__circle-label{font-size:18px}}.ecore-drill__subs{list-style:none;margin:0;padding:0;display:none}.ecore-drill[data-state=expanded] .ecore-drill__parent.is-active .ecore-drill__subs{display:flex;flex:1 1 auto;align-items:center;gap:16px;width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:rgba(180,180,180,.85) transparent;padding:4px 4px 20px;scroll-behavior:smooth;justify-content:center}@media(min-width:1024px){.ecore-drill[data-state=expanded] .ecore-drill__parent.is-active .ecore-drill__subs{gap:28px;justify-content:flex-start}}.ecore-drill__sub{flex:0 0 auto;width:130px;opacity:0;animation:ecore-drill-fade-in .36s cubic-bezier(.4,0,.2,1) forwards;animation-delay:calc(var(--sub-i, 0) * .04s + .18s)}@media(min-width:1024px){.ecore-drill__sub{width:150px}}.ecore-drill__circle--sub .ecore-drill__circle-image{width:100%;max-width:130px;margin-bottom:10px}@media(min-width:1024px){.ecore-drill__circle--sub .ecore-drill__circle-image{max-width:150px}}.ecore-drill__circle--sub .ecore-drill__circle-label{font-size:13px;font-weight:600}@media(min-width:1024px){.ecore-drill__circle--sub .ecore-drill__circle-label{font-size:14px}}@media(prefers-reduced-motion:reduce){.ecore-drill__parent,.ecore-drill__sub,.ecore-drill__back,.ecore-drill__circle-image img{transition-duration:.01s!important;animation-duration:.01s!important;animation-delay:0s!important}.ecore-drill[data-state=expanded] .ecore-drill__parent.is-active .ecore-drill__subs{scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/custom-ecore-collection-drill.css.map */
