.hm-inner{width:100%;max-width:min(100%,var(--narrow-page-width, 90rem));margin-inline:auto;padding-inline:16px;box-sizing:border-box}@media(min-width:768px){.hm-inner{width:min(100% - var(--page-margin, 40px) * 2,var(--narrow-page-width, 90rem));max-width:none;padding-inline:0}}.hm-breadcrumb{padding-block:12px 4px;font-size:.875rem}.hm-breadcrumb__list{display:none;flex-wrap:wrap;align-items:center;gap:8px;list-style:none;margin:0;padding:0}.hm-breadcrumb__item{display:inline-flex;align-items:center;gap:8px}.hm-breadcrumb__item+.hm-breadcrumb__item:before{content:"/";opacity:.5}.hm-breadcrumb__link{color:inherit;text-decoration:underline;text-underline-offset:2px}.hm-breadcrumb__item--current{font-weight:600}.hm-breadcrumb__back{display:inline-flex;align-items:center;min-height:44px;color:inherit;text-decoration:underline;text-underline-offset:2px}@media(min-width:768px){.hm-breadcrumb__list{display:flex}.hm-breadcrumb__back{display:none}}.hm-header{padding-block:12px 20px}.hm-header__title{margin:0 0 8px;font-family:var(--font-primary--family, inherit);font-size:clamp(1.75rem,3vw + .75rem,2.75rem);line-height:1.15;letter-spacing:-.01em}.hm-header__intro{margin:0;max-width:90ch;font-size:1rem;line-height:1.55}@media(max-width:767px){.hm-header__intro{font-size:.9375rem}}.hm-filterbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding-block:8px 12px}.hm-filterbar__left{display:flex;align-items:center;gap:16px;min-width:0}.hm-filterbar__right{display:flex;align-items:center;gap:12px}.hm-chips--bar{flex-basis:100%;margin-top:2px}.hm-filterbar__count{display:inline-flex;align-items:center;font-size:.875rem;line-height:1.2;opacity:.75}.hm-sort{display:inline-flex;align-items:center;gap:8px}.hm-sort__label{display:inline-flex;align-items:center;font-size:.875rem;opacity:.75}.hm-sort__select{min-height:44px;padding:0 34px 0 12px;border:1px solid var(--color-border, #d9dce1);border-radius:6px;background-color:var(--color-background, #fff);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%230f1111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;appearance:none;-webkit-appearance:none;font:inherit;cursor:pointer}@media(max-width:767px){.hm-sort{max-width:10.5rem}.hm-sort__label{display:none}.hm-sort__select{width:100%}}.hm-sort__select:focus-visible,.hm-filters-drawer__trigger:focus-visible,.hm-filter-group__summary:focus-visible{outline:2px solid var(--color-foreground, #0f1111);outline-offset:2px}.hm-chips{display:flex;flex-wrap:wrap;gap:8px}.hm-chip{display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:4px 14px;border:1px solid var(--color-foreground, #0f1111);border-radius:999px;color:inherit;text-decoration:none;font-size:.875rem;font-weight:500}.hm-chip--clear{border-style:dashed;opacity:.85}.hm-chip__remove{opacity:.55}.hm-filters-drawer{position:relative}.hm-filters-drawer__trigger{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 16px;border:1px solid var(--color-foreground, #0f1111);border-radius:6px;background:var(--color-background, #fff);color:inherit;font:inherit;font-weight:600;cursor:pointer;list-style:none}.hm-filters-drawer__trigger::-webkit-details-marker{display:none}.hm-filters-drawer__panel{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;flex-direction:column;background:var(--color-background, #fff)}.hm-filters-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--color-border, #e1e3e5)}.hm-filters-drawer__title{font-weight:600}.hm-filters-drawer__close{min-height:44px;min-width:44px;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.hm-filters-drawer__body{flex:1;overflow-y:auto;padding:16px}.hm-filters-drawer__body .hm-chips{margin-bottom:16px}.hm-filterbar__groups--desktop{display:none}.hm-filterbar__groups--drawer{display:flex;flex-direction:column;gap:8px;margin-top:12px}@media(min-width:768px){.hm-filters-drawer{display:none}.hm-filterbar__groups--desktop{display:flex;flex-wrap:wrap;gap:12px}}.hm-filter-group{position:relative}.hm-filter-group__summary{display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:0 14px;border:1px solid var(--color-border, #d9dce1);border-radius:6px;background:var(--color-background, #fff);color:inherit;font:inherit;font-weight:600;cursor:pointer;list-style:none}.hm-filter-group__summary::-webkit-details-marker{display:none}.hm-filter-group__summary:after{content:"\25be";font-size:.75em;opacity:.6}.hm-filter-group__panel{position:absolute;top:calc(100% + 4px);left:0;z-index:1100;min-width:240px;max-height:320px;overflow-y:auto;padding:8px;background:var(--color-background, #fff);border:1px solid var(--color-border, #d9dce1);border-radius:8px;box-shadow:0 12px 32px #0000001f}.hm-filter-group__panel .hm-filter-link{justify-content:flex-start}.hm-filterbar__groups--drawer .hm-filter-group__panel{position:static;box-shadow:none;border:0;padding:0 0 0 12px;max-height:none}.hm-filterbar__groups--drawer .hm-filter-group{border-bottom:1px solid var(--color-border, #e1e3e5)}.hm-filter-link{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:6px 10px;border-radius:6px;color:inherit;text-decoration:none}.hm-filter-link:hover{background:#0000000d}.hm-filter-link.is-active{font-weight:700}.hm-filter-link.is-active .hm-filter-link__label:before{content:"\2713  "}.hm-filter-link__count{opacity:.6;font-size:.85em;margin-left:auto}.hm-bottom{padding-block:8px 8px}.hm-bottom__title{margin:0 0 16px;font-family:var(--font-primary--family, inherit);font-size:clamp(1.35rem,2vw + .5rem,1.9rem);line-height:1.25}.product-grid-container .pagination{padding-block:8px;margin-top:4px}.hm-chapter{border-bottom:1px solid var(--color-border, #e1e3e5)}.hm-chapter__summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding-block:12px;color:inherit;font:inherit;font-weight:600;cursor:pointer;list-style:none}.hm-chapter__summary::-webkit-details-marker{display:none}.hm-chapter__chevron{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);opacity:.8;flex:0 0 auto;transition:transform .2s ease}.hm-chapter[open]>.hm-chapter__summary .hm-chapter__chevron{transform:rotate(-135deg)}.hm-chapter__content{padding-block:0 16px}.hm-chapter__content :is(h2,h3){margin-top:0}.hm-chapter__content p{margin:0 0 12px;max-width:90ch;line-height:1.6}@media(min-width:768px){.hm-chapter__summary{display:none}.hm-chapter:not([open])>.hm-chapter__content{display:block}}.hm-faq{padding-block:24px}.hm-faq__title{margin:0 0 12px;font-family:var(--font-primary--family, inherit);font-size:clamp(1.35rem,2vw + .5rem,1.9rem);line-height:1.25}.hm-faq__item{border-bottom:1px solid var(--color-border, #e1e3e5)}.hm-faq__summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding-block:12px;color:inherit;font:inherit;font-weight:600;cursor:pointer;list-style:none}.hm-faq__summary::-webkit-details-marker{display:none}.hm-faq__chevron{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);opacity:.8;flex:0 0 auto;transition:transform .2s ease}.hm-faq__item[open]>.hm-faq__summary .hm-faq__chevron{transform:rotate(-135deg)}.hm-faq__answer{padding-block:0 16px;line-height:1.6;max-width:72ch}.hm-related{padding-block:24px}.hm-related__title{margin:0 0 16px;font-family:var(--font-primary--family, inherit);font-size:clamp(1.35rem,2vw + .5rem,1.9rem);line-height:1.25}.hm-related__list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;list-style:none;margin:0;padding:0}@media(min-width:768px){.hm-related__list{grid-template-columns:repeat(3,1fr);gap:16px}}@media(min-width:1280px){.hm-related__list{grid-template-columns:repeat(6,1fr);gap:16px}}.hm-related__link{display:block;color:inherit;text-decoration:none}.hm-related__image{display:block;width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:8px;background:#0000000a}.hm-related__name{display:block;margin-top:8px;font-size:.875rem;font-weight:600;line-height:1.3}.hm-links{padding-block:24px 40px;display:grid;gap:24px}@media(min-width:768px){.hm-links{grid-template-columns:1fr 1fr;gap:40px}}.hm-links__title{margin:0 0 12px;font-family:var(--font-primary--family, inherit);font-size:1.25rem;line-height:1.3}.hm-links__list{list-style:none;margin:0;padding:0}.hm-links__link{display:flex;align-items:center;min-height:44px;padding-block:8px;color:inherit;text-decoration:underline;text-underline-offset:2px;line-height:1.4}.hm-trust{padding-block:8px 24px}.hm-trust__list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;list-style:none;margin:0;padding:0}@media(min-width:768px){.hm-trust__list{grid-template-columns:repeat(4,1fr);gap:16px}}.hm-trust__item{display:flex;align-items:flex-start;gap:10px;min-height:64px;padding:12px;border:1px solid var(--color-border, #e1e3e5);border-radius:8px}.hm-trust__icon{flex:0 0 auto;width:24px;height:24px;margin-top:2px;color:var(--color-foreground, #0f1111)}.hm-trust__text{display:flex;flex-direction:column;gap:2px;min-width:0}.hm-trust__title{font-size:.875rem;line-height:1.35;font-weight:600}.hm-trust__sub{font-size:.8125rem;line-height:1.4;opacity:.7}
/*# sourceMappingURL=/cdn/shop/t/166/assets/accio-coll-hm.css.map */
