.hl-coll-hero{position:relative;width:100%;max-height:500px;overflow:hidden}.hl-coll-hero img{width:100%;height:500px;object-fit:cover;display:block}@media(max-width:768px){.hl-coll-hero img{height:280px}.hl-coll-hero{max-height:280px}}.hl-coll-breadcrumb{padding:20px 5%;font-size:17px;font-weight:500;color:#4f5b61}.hl-coll-breadcrumb a{color:#4f5b61;text-decoration:none}.hl-coll-breadcrumb a:hover{color:#06f}.hl-coll-breadcrumb span{margin:0 6px;color:#999}.hl-coll-sortbar{display:flex;align-items:center;justify-content:space-between;padding:12px 0;margin-bottom:8px}.hl-coll-sortbar__count{font-size:18px;color:#4f5b61;font-weight:700}.hl-coll-sortbar__sort{position:relative}.hl-coll-sortbar__sort-btn{display:flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;font-size:14px;font-weight:700;color:#06f;text-transform:uppercase;letter-spacing:.04em;padding:6px 0}.hl-coll-sortbar__sort-btn svg{width:18px;height:18px;stroke:#06f;fill:none;stroke-width:2}.hl-coll-sortbar__dropdown{display:none;position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001f;padding:12px 0;min-width:240px;z-index:20}.hl-coll-sortbar__dropdown.open{display:block}.hl-coll-sortbar__option{display:flex;align-items:center;gap:14px;padding:14px 24px;cursor:pointer;font-size:15px;font-weight:600;color:#222;transition:background .15s}.hl-coll-sortbar__option:hover{background:#f5f7fa}.hl-coll-sortbar__option .hl-sort-radio{width:22px;height:22px;border-radius:50%;border:2px solid #ccc;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .2s}.hl-coll-sortbar__option.active .hl-sort-radio{border-color:#06f}.hl-coll-sortbar__option.active .hl-sort-radio:after{content:"";width:10px;height:10px;border-radius:50%;background:#06f}.hl-coll-layout{display:flex;gap:24px;max-width:1400px;margin:0 auto;padding:0 5% 60px}.hl-coll-layout--no-sidebar .hl-coll-grid{width:100%}.hl-coll-sidebar{width:260px;flex-shrink:0;position:sticky;top:100px;align-self:flex-start;max-height:calc(100vh - 120px);overflow-y:auto;scrollbar-width:none}.hl-coll-sidebar::-webkit-scrollbar{display:none}.hl-sidebar-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#36444a;margin:0 0 14px;padding-left:4px}.hl-fgroup{background:#f0f0f0;border-radius:14px;margin-bottom:10px;overflow:hidden}.hl-fgroup__header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;cursor:pointer;-webkit-user-select:none;user-select:none}.hl-fgroup__header h3{font-size:15px;font-weight:700;color:#36444a;margin:0}.hl-fgroup__toggle{font-size:20px;font-weight:300;color:#666;line-height:1;transition:transform .25s}.hl-fgroup.open .hl-fgroup__toggle{transform:rotate(45deg)}.hl-fgroup__body{max-height:0;overflow:hidden;transition:max-height .3s ease}.hl-fgroup.open .hl-fgroup__body{max-height:400px}.hl-fgroup__inner{padding:0 18px 16px}.hl-fgroup__inner select{width:100%;padding:10px 36px 10px 12px;font-size:14px;color:#36444a;border:1px solid #d0d0d0;border-radius:8px;background:#fff;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1L6 6.5L11 1' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.hl-fgroup__inner select:focus{outline:none;border-color:#36444a}.hl-fgroup__option{display:flex;align-items:center;gap:10px;padding:7px 0;cursor:pointer;font-size:14px;color:#555}.hl-fgroup__option input[type=checkbox]{width:18px;height:18px;accent-color:#36444a;cursor:pointer;flex-shrink:0;border-radius:3px}.hl-fgroup__option span{flex:1}.hl-fgroup__price-wrap{padding-top:8px}.hl-fgroup__slider{position:relative;width:100%;height:3px;background:#ddd;border-radius:2px;margin-bottom:12px}.hl-fgroup__slider .hl-range-progress{position:absolute;height:3px;background:#ef5323;border-radius:2px;top:0;z-index:1}.hl-fgroup__slider input[type=range]{position:absolute;width:100%;height:3px;-webkit-appearance:none;appearance:none;background:transparent;pointer-events:none;top:0;left:0;margin:0}.hl-fgroup__slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#ef5323;border:none;cursor:pointer;pointer-events:auto;position:relative;z-index:2;box-shadow:0 1px 4px #00000026}.hl-fgroup__slider input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#ef5323;border:none;cursor:pointer;pointer-events:auto;box-shadow:0 1px 4px #00000026}.hl-fgroup__price-labels{display:flex;justify-content:space-between}.hl-fgroup__price-labels span{font-size:13px;color:#555}.hl-coll-grid{flex:1;min-width:0}.hl-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hl-pcard{border:1px solid #e6e8e8;border-radius:16px;overflow:hidden;box-shadow:0 0 8px #0000000a;background:#fff;display:flex;flex-direction:column;position:relative;transition:box-shadow .3s}.hl-pcard:hover{box-shadow:0 4px 20px #0000001a}.hl-pcard__wish{position:absolute;top:10px;right:14px;z-index:3;font-size:20px;color:#06f;cursor:pointer;background:none;border:none}.hl-pcard__badge{position:absolute;top:14px;left:14px;z-index:3;background:#ffce79;color:#111;font-size:11px;font-weight:700;padding:4px 14px;border-radius:30px}.hl-pcard__img{background:#fff;display:flex;align-items:center;justify-content:center;padding:16px;aspect-ratio:1 / 1;overflow:hidden}.hl-pcard__img img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block;transition:transform .3s}.hl-pcard:hover .hl-pcard__img img{transform:scale(1.03)}.hl-pcard__swatches{display:flex;gap:6px;padding:0 16px 8px}.hl-pcard__swatch{display:flex;flex-direction:column;align-items:center;gap:2px;width:auto;min-width:48px;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden;cursor:pointer;transition:border-color .2s;padding:3px 4px;background:#fff}.hl-pcard__swatch:hover,.hl-pcard__swatch.active{border-color:#06f}.hl-pcard__swatch img{width:40px;height:40px;object-fit:contain}.hl-pcard__swatch-label{font-size:9px;font-weight:600;color:#555;line-height:1.2;text-align:center;white-space:nowrap;max-width:60px;overflow:hidden;text-overflow:ellipsis}.hl-pcard__body{padding:16px;display:flex;flex-direction:column;flex:1}.hl-pcard__name-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.hl-pcard__name{font-size:16px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.01em}.hl-pcard__name a{color:#0f172a;text-decoration:none;transition:color .18s ease,border-color .18s ease;border-bottom:1px solid transparent;padding-bottom:1px}.hl-pcard__name a:hover{color:#03c;border-bottom-color:#03c}.hl-pcard__name a:focus-visible{outline:2px solid #0033CC;outline-offset:3px;border-radius:2px}.hl-pcard__rating{display:flex;align-items:center;gap:3px;font-size:12px;font-weight:600;color:#333;white-space:nowrap}.hl-pcard__rating svg{width:13px;height:13px;fill:#f5a623}.hl-pcard__desc{font-size:13px;color:#888;line-height:1.4;margin:0 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hl-pcard__price{font-size:18px;font-weight:700;color:#04151d;margin:0 0 12px}.hl-pcard__features{display:flex;flex-wrap:wrap;gap:5px;margin:0 0 12px}.hl-pcard__feature{display:inline-flex;align-items:center;gap:5px;background:#f1f1f2;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:600;color:#222;line-height:1;white-space:nowrap}.hl-pcard__feature-icon{font-size:13px;line-height:1}@media(max-width:767px){.hl-pcard__features{gap:4px;margin:0 0 10px}.hl-pcard__feature{padding:4px 8px;font-size:10px}.hl-pcard__feature-icon{font-size:11px}}.hl-pcard__actions{display:flex;gap:8px;margin-top:auto}.hl-pcard__btn{flex:1;display:flex;align-items:center;justify-content:center;padding:9px 12px;font-size:13px;font-weight:600;border-radius:30px;cursor:pointer;transition:all .2s;text-decoration:none;text-align:center}.hl-pcard__btn--cart{background:#fff;color:#06f;border:1px solid #0066ff}.hl-pcard__btn--cart:hover{background:#f0f6ff}.hl-pcard__btn--detail{background:#06f;color:#fff;border:1px solid #0066ff}.hl-pcard__btn--detail:hover{background:#0052cc;border-color:#0052cc}.hl-coll-loadmore{text-align:center;padding:32px 0}.hl-coll-loadmore__btn{display:inline-block;padding:10px 32px;background:#06f;color:#fff;border:none;border-radius:30px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.hl-coll-loadmore__btn:hover{background:#0052cc}@media(max-width:1024px){.hl-product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hl-coll-sidebar{display:none}.hl-coll-layout{padding:0 16px 40px}.hl-product-grid{grid-template-columns:1fr 1fr;gap:8px}.hl-pcard__actions{flex-direction:column}.hl-pcard__btn{padding:10px 8px;font-size:12px}}@media(max-width:480px){.hl-product-grid{grid-template-columns:1fr;gap:12px}.hl-pcard__body{padding:0 12px 12px}.hl-pcard__name{font-size:14px}.hl-pcard__desc{font-size:12px}.hl-pcard__price{font-size:16px}.hl-pcard__actions{flex-direction:column;gap:6px}.hl-pcard__btn{padding:10px 8px;font-size:12px}.hl-pcard__swatches{padding:0 12px 6px;gap:4px}.hl-pcard__swatch{min-width:42px;padding:2px 3px}.hl-pcard__swatch img{width:34px;height:34px}.hl-pcard__swatch-label{font-size:8px}.hl-coll-breadcrumb{padding:12px 4%;font-size:12px}.hl-coll-sortbar__count{font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/hl-collection-firefox.css.map */
