body{background:var(--hn-dark)!important}.hn-collection{background-color:var(--hn-dark);padding:32px 0 88px;min-height:60vh}.hn-collection__header{margin-bottom:32px}.hn-collection__title{font-family:Poppins,sans-serif;font-weight:500;font-size:28px;text-transform:uppercase;color:var(--hn-cream);margin:0;letter-spacing:.02em}.hn-collection__empty{font-family:Poppins,sans-serif;font-weight:300;font-size:16px;color:var(--hn-cream);grid-column:1 / -1;padding:40px 0}.hn-collection__grid{display:grid;grid-template-columns:repeat(3,1fr);row-gap:64px;column-gap:40px;align-items:start}.hn-product-card{display:flex;flex-direction:column;height:100%;width:100%;min-width:0;box-sizing:border-box}.hn-product-card__img-wrap{display:block;position:relative;border-radius:14px;overflow:hidden;aspect-ratio:444 / 504;background-color:#f9f7f20a;text-decoration:none;margin-bottom:16px}.hn-product-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.hn-product-card__img-wrap:hover .hn-product-card__img{transform:scale(1.03)}.hn-product-card__badge{position:absolute;top:20px;left:0;background-color:var(--hn-gold);color:var(--hn-cream);font-family:Poppins,sans-serif;font-weight:500;font-size:14px;text-transform:uppercase;letter-spacing:.03em;padding:4px 20px;white-space:nowrap}.hn-product-card__info{display:flex;flex-direction:column;gap:8px;flex:1}.hn-product-card__category{font-family:Poppins,sans-serif;font-weight:200;font-size:14px;text-transform:uppercase;color:var(--hn-cream);margin:0;letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hn-product-card__row{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:12px}.hn-product-card__name-group{display:flex;flex-direction:column;gap:4px;max-width:calc(60% - 4px);width:fit-content}.hn-product-card__name{font-family:Poppins,sans-serif;font-weight:500;font-size:28px;color:var(--hn-cream);text-decoration:none;line-height:125%;transition:opacity .15s ease}.hn-product-card__name:hover{opacity:.75}.hn-product-card__pricing{display:flex;width:fit-content;flex-direction:column;max-width:calc(40% - 4px);align-items:flex-end;gap:2px;flex-shrink:0}.hn-product-card__price{font-family:Poppins,sans-serif;font-weight:500;font-size:23px;color:var(--hn-cream);white-space:nowrap;line-height:125%}.hn-product-card__price--promo{color:var(--hn-gold)}.hn-product-card__compare{font-family:Poppins,sans-serif;font-weight:400;font-size:13px;color:var(--hn-cream);opacity:.6;text-decoration:line-through;white-space:nowrap;line-height:125%}.hn-product-card__reviews{display:flex;align-items:center;gap:6px}.hn-product-card__stars{display:flex;gap:2px}.hn-star--full path{fill:var(--hn-gold)}.hn-star--empty path{fill:var(--hn-gold)}.hn-product-card__review-count{font-family:Poppins,sans-serif;font-weight:200;font-size:13px;color:var(--hn-cream)}.hn-product-card__form{margin-top:auto;padding-top:12px}.hn-product-card__add-btn{display:flex;align-items:center;justify-content:center;width:100%;height:40px;margin-top:0;background:transparent;border:1px solid rgba(249,247,242,.4);border-radius:150px;font-family:Poppins,sans-serif;font-weight:500;font-size:14px;text-transform:uppercase;letter-spacing:.03em;color:var(--hn-cream);cursor:pointer;transition:border-color .2s ease,background .2s ease}.hn-product-card__add-btn:hover{border-color:var(--hn-cream);background:#f9f7f20f}.hn-collection__card,.hn-collection__card--interstitial{height:100%;min-width:0;width:100%}.hn-interstitial{position:relative;border-radius:14px;overflow:hidden;height:100%;min-height:400px;background-color:var(--hn-dark);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:32px;text-align:center;border:1px solid #21221F}.hn-interstitial__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;opacity:.7;pointer-events:none}.hn-interstitial__text{position:relative;z-index:1;font-family:Poppins,sans-serif;font-weight:500;font-size:28px;line-height:1.2;color:var(--hn-cream);margin:0}.hn-interstitial__cta{position:relative;z-index:1;display:inline-flex;align-items:center;height:auto;min-height:40px;padding:10px 20px;border:1.5px solid var(--hn-cream);border-radius:150px;font-family:Poppins,sans-serif;font-weight:500;font-size:14px;text-transform:uppercase;text-decoration:none;color:var(--hn-cream);letter-spacing:.03em;transition:opacity .2s ease;line-height:100%}.hn-interstitial__cta:hover{opacity:.7}.hn-collection__pagination{margin-top:60px;display:flex;justify-content:center}.hn-collection__pagination .pagination{display:flex;gap:8px;list-style:none;margin:0;padding:0}.hn-collection__pagination a,.hn-collection__pagination span{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1.5px solid rgba(249,247,242,.3);border-radius:150px;font-family:Poppins,sans-serif;font-size:14px;color:var(--hn-cream);text-decoration:none;transition:border-color .2s ease}.hn-collection__pagination a:hover{border-color:var(--hn-cream)}.hn-collection__pagination .current{border-color:var(--hn-cream);font-weight:500}@media screen and (max-width:990px){.hn-collection__header{margin-bottom:24px}.hn-collection{padding:24px 0 32px}.hn-collection__grid{grid-template-columns:repeat(2,1fr);row-gap:32px;column-gap:16px}.hn-product-card__name{font-size:22px}.hn-product-card__price{font-size:18px}.hn-product-card__row{flex-direction:column}.hn-product-card__name-group{gap:2px;max-width:100%;width:100%}.hn-product-card__pricing{max-width:100%;width:100%;align-items:center;flex-direction:row;gap:8px}.hn-interstitial{padding:24px}}@media screen and (max-width:640px){.hn-collection{padding:24px 0 8px}.hn-collection__grid{grid-template-columns:repeat(2,1fr);row-gap:24px}.hn-collection__title{font-size:22px}.hn-product-card__name,.hn-product-card__price{font-size:16px}.hn-product-card__category{font-size:11px}.hn-product-card__badge{font-size:10px;padding:3px 8px}.hn-interstitial__text{font-size:20px}.hn-product-card__add-btn{width:44px;height:44px;border-radius:50%;border-color:#f9f7f266;font-size:0;letter-spacing:0;position:relative;flex-shrink:0;align-self:flex-end}.hn-product-card__add-btn:before,.hn-product-card__add-btn:after{content:"";position:absolute;background-color:var(--hn-cream);border-radius:2px}.hn-product-card__add-btn:before{width:14px;height:1.5px;top:50%;left:50%;transform:translate(-50%,-50%)}.hn-product-card__add-btn:after{width:1.5px;height:14px;top:50%;left:50%;transform:translate(-50%,-50%)}.hn-product-card__form{display:flex;align-items:flex-end;justify-content:flex-end;padding-top:0}.hn-interstitial{padding:16px}.hn-interstitial__cta{font-size:12px;padding:8px 16px}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/section-collection.css.map */
