.native-collection{padding-left:.75rem;padding-right:.75rem}.native-filter-bar{position:sticky;top:0;z-index:100;background:#fff;border-bottom:none}.native-filter-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:12px;padding-bottom:12px}.native-filter-bar__filters{display:flex;align-items:center;gap:8px}.native-filter-bar__dropdown{position:relative}.native-filter-bar__bubble{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1.5px solid #f0cdd4;border-radius:999px;background:#fdf0f0;font-size:14px;cursor:pointer;white-space:nowrap;transition:border-color .2s ease,background .2s ease,color .2s ease;font-family:inherit;color:#333}.native-filter-bar__bubble:hover{border-color:#ca4544;background:#f0cdd4}.native-filter-bar__bubble.is-active{border-color:#ca4544;background:#fdf0f0;color:#333;font-family:NeuzeitGro-Bold,sans-serif}.native-filter-bar__dropdown.is-open .native-filter-bar__bubble{border-color:#ca4544;background:#fdf0f0}.native-filter-bar__bubble svg{transition:transform .2s ease;flex-shrink:0}.native-filter-bar__dropdown.is-open .native-filter-bar__bubble svg{transform:rotate(180deg)}.native-filter-bar__panel{display:none;position:absolute;top:calc(100% + 8px);left:0;min-width:210px;background:#fff;border:1.5px solid #f0cdd4;border-radius:14px;padding:8px;z-index:300;box-shadow:0 8px 24px #0000001a}.native-filter-bar__dropdown.is-open .native-filter-bar__panel{display:block}.native-filter-bar__panel--price{min-width:260px;padding:16px}.native-filter-bar__option{display:flex;align-items:center;gap:10px;padding:9px 10px;cursor:pointer;font-size:14px;border-radius:8px;transition:background .15s ease;-webkit-user-select:none;user-select:none}.native-filter-bar__option:hover{background:#fdf0f0}.native-filter-bar__option.is-checked{background:#fdf0f0;color:#ca4544;font-family:NeuzeitGro-Bold,sans-serif}.native-filter__checkbox{position:absolute;opacity:0;width:0;height:0}.native-filter-bar__checkmark{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:1.5px solid #d0d0d0;border-radius:4px;flex-shrink:0;transition:border-color .15s ease,background .15s ease;background:#fff}.native-filter-bar__option.is-checked .native-filter-bar__checkmark{background:#ca4544;border-color:#ca4544}.native-filter-bar__option.is-checked .native-filter-bar__checkmark:after{content:"";display:block;width:5px;height:9px;border:2px solid white;border-top:none;border-left:none;transform:rotate(45deg) translateY(-1px)}.native-filter-bar__sort{flex-shrink:0}.native-sort__select{border:1.5px solid #f0cdd4;border-radius:999px;padding:8px 32px 8px 14px;font-size:14px;background:#fdf0f0;cursor:pointer;font-family:inherit;color:#333;outline:none;-webkit-appearance:none;appearance:none;text-align:center;background-image:url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.native-sort__select:focus{outline:none;border-color:#ca4544}.native-filter-bar__chips{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding-bottom:10px;padding-top:2px}.native-filter-bar__chip{display:inline-flex;align-items:center;padding:5px 12px;background:#ca4544;border:1px solid #ca4544;border-radius:999px;color:#fff;font-size:13px;text-decoration:none;white-space:nowrap;transition:background .15s ease,color .15s ease;font-family:NeuzeitGro-Bold,sans-serif}.native-filter-bar__chip:hover{background:#ca4544;color:#fff}.native-filter-bar__clear{font-size:13px;color:#999;text-decoration:underline;margin-left:4px;white-space:nowrap}.native-filter-bar__clear:hover{color:#ca4544}.native-filter__price-display{display:flex;align-items:center;justify-content:space-between;font-size:15px;font-family:NeuzeitGro-Bold,sans-serif;margin-bottom:20px;color:#333}.native-filter__dual-range{position:relative;height:40px;margin-bottom:16px}.native-filter__dual-range-track{position:absolute;top:50%;transform:translateY(-50%);left:0;right:0;height:4px;background:#f0cdd4;border-radius:2px;z-index:1}.native-filter__dual-range-fill{position:absolute;height:100%;background:#ca4544;border-radius:2px}.native-filter__range-input{position:absolute;top:50%;transform:translateY(-50%);left:0;width:100%;height:4px;background:transparent;-webkit-appearance:none;appearance:none;pointer-events:none;z-index:2;margin:0;padding:0}.native-filter__range-input--min{z-index:3}.native-filter__range-input--max{z-index:4}.native-filter__range-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#fff;border:2.5px solid #ca4544;cursor:grab;pointer-events:all;box-shadow:0 2px 6px #00000026;transition:box-shadow .15s ease,transform .15s ease}.native-filter__range-input::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.15);box-shadow:0 3px 10px #ca45444d}.native-filter__range-input::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#fff;border:2.5px solid #ca4544;cursor:grab;pointer-events:all;box-shadow:0 2px 6px #00000026}.native-filter__price-submit{width:100%;padding:11px;background:#ca4544;color:#fff;border:none;border-radius:8px;font-size:14px;font-family:NeuzeitGro-Bold,sans-serif;cursor:pointer;transition:background .2s ease;letter-spacing:.02em}.native-filter__price-submit:hover{background:#b33b3a}.native-collection__product-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));row-gap:50px;column-gap:30px;margin-top:32px}@media screen and (max-width:1000px){.native-collection__product-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}.native-product-item{display:flex;flex-direction:column;gap:8px;width:100%;height:100%}.native-product__image-link{display:block;text-decoration:none}.native-product__image-wrapper{overflow:hidden;border-radius:20px;position:relative;aspect-ratio:1 / 1}.native-product__image{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .35s ease}.native-product__image--primary{position:relative;z-index:1}.native-product__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;opacity:0;transition:opacity .35s ease}.native-product-item:hover .native-product__image--secondary{opacity:1}.native-product__info{text-align:center;display:flex;flex-direction:column;gap:4px;flex:1}.native-product__title-link{text-decoration:none;color:inherit}.native-product__title{font-family:NeuzeitGro-Bold,sans-serif;font-size:18px;margin:0}.native-product__price{font-size:16px}.container__gift-now{text-align:center;margin-top:auto}.container__gift-now a.desktop-button{display:inline-flex;justify-content:center;gap:8px;margin:0 auto;font-size:18px;text-transform:uppercase;min-width:260px}.container__gift-now a.desktop-button svg path{transition:stroke .3s linear}.container__gift-now a.desktop-button:hover svg path{stroke:#ca4544!important}.native-collection__pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:40px;padding-bottom:40px}.native-pagination__page,.native-pagination__arrow{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 8px;border:1px solid #f0cdd4;border-radius:4px;text-decoration:none;color:inherit;font-size:14px}.native-pagination__page--current{background-color:#ca4544;color:#fff;border-color:#ca4544}.native-pagination__ellipsis{font-size:14px;padding:0 4px}.native-collection__no-results{grid-column:1 / -1;text-align:center;padding:40px 0}@media screen and (max-width:750px){.container__gift-now a.desktop-button{display:none!important}.container__gift-now a.mobile-button{display:inline-flex!important}}@media screen and (min-width:751px){.container__gift-now a.mobile-button{display:none!important}.container__gift-now a.desktop-button{display:inline-flex!important}#result-count{display:none!important}}@media screen and (max-width:750px){.native-filter-bar{border-bottom:none!important;position:relative!important;top:auto!important;margin-top:0!important}.native-filter-bar__inner{flex-wrap:nowrap;gap:8px;padding-top:10px;padding-bottom:10px;padding-right:12px;align-items:center;scrollbar-width:none}.native-filter-bar__inner::-webkit-scrollbar{display:none}.native-filter-bar__filters{flex-wrap:nowrap;gap:6px;flex-shrink:0}.native-filter-bar__sort{flex-shrink:0;margin-left:auto}.native-filter-bar__bubble{font-size:12px!important;padding:5px 9px!important;white-space:nowrap;background:#d0dbee!important;border:1.5px solid rgb(170,190,220)!important;color:#333!important}.native-sort__select{width:auto;font-size:12px!important;padding:5px 24px 5px 9px!important;white-space:nowrap;background:#d0dbee!important;border:1.5px solid rgb(170,190,220)!important;color:#333!important;background-image:url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 12px center!important}#dropdown-price{display:none}.native-filter-bar__panel{position:absolute!important;top:calc(100% + 8px)!important;left:0!important;bottom:auto!important;right:auto!important;min-width:200px!important;z-index:500!important;border-radius:14px!important;box-shadow:0 8px 24px #0000001a!important}.main-collection-gift h1,.collection-hero__title{font-size:1.75rem!important;margin-bottom:.5rem!important}.main-collection-gift .text-lg{font-size:.875rem!important;line-height:1.5!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.main-collection-gift .container.py-10{padding-top:.5rem!important;padding-bottom:0!important}.native-description-toggle{display:inline-block;font-size:.8rem;color:#ca4544;text-decoration:underline;cursor:pointer;margin-top:4px}.native-collection__product-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:8px!important}.native-collection{margin-top:0!important}#product-grid .native-product-item{gap:6px!important;height:auto!important;line-height:1!important}#product-grid .native-product__info{flex:1!important;gap:5px!important;padding:0!important}#product-grid .native-product__title{font-size:14px!important;line-height:1.3!important;margin:0!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}#product-grid .native-product__price{font-size:13px!important;line-height:1!important;margin:0!important;color:#333!important}#product-grid .container__gift-now{margin-top:auto!important}#product-grid .native-product__reviews{display:flex!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:0!important}#product-grid .junip-product-summary-stars-wrapper{display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important}#product-grid .junip-product-summary-star-ratings-container{display:inline-flex!important;flex-direction:row!important;align-items:center!important;gap:4px!important;margin:0!important;line-height:1!important}#product-grid .junip-stars-outline,#product-grid .junip-stars-filled{display:flex!important;align-items:center!important;gap:1px!important}#product-grid .junip-product-summary-star{padding:0!important;width:12px!important;height:12px!important}#product-grid .junip-product-summary-star svg{width:12px!important;height:12px!important;display:block!important}#product-grid .junip-product-summary-review-count{font-size:11px!important;line-height:1!important;height:auto!important;margin:0!important;padding:0!important;position:static!important;display:inline-flex!important;align-items:center!important;color:#333!important}.native-filter-bar__count{font-size:11px!important;color:#999!important;padding:4px .75rem!important;text-align:left!important}.mobile-button{font-size:11px!important;padding:6px 24px!important;border:1.5px solid #f0cdd4!important;border-radius:999px!important;background:#fdf0f0!important;color:#ca4544!important;white-space:nowrap!important;font-family:NeuzeitGro-Bold,sans-serif!important;letter-spacing:.03em!important}#product-grid .junip-product-summary-star-ratings-container{display:flex!important;align-items:center!important;gap:3px!important}}#shopify-section-section-collection-list{display:none!important}.native-collection__product-list{margin-top:8px}@media screen and (min-width:750px){.native-description-toggle{display:none!important}}@media screen and (min-width:750px){.collection-hero{position:relative;z-index:0}#product-grid .junip-product-summary-star-ratings-container{display:flex!important;align-items:center!important;gap:3px!important;height:auto!important;overflow:visible!important}}@media screen and (min-width:750px){.collection-hero{padding-top:44px!important;padding-bottom:24px!important}.collection-hero__title{font-size:3rem!important;margin-bottom:1.25rem!important}.collection-hero .text-lg,.collection-hero #collection-desc{font-size:1rem!important;line-height:1.6!important;max-width:75%!important;max-height:3.2em!important;overflow:hidden!important;color:#444!important}}
/*# sourceMappingURL=/cdn/shop/t/248/assets/native-collection.css.map */
