.comment-section__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.comment-section__title{margin:0;font-size:1.125rem}.comment-section__count{border-radius:var(--fe-radius-pill);background:var(--fe-color-primary);min-width:2rem;height:2rem;font-weight:600;font-size:var(--fe-font-size-sm);justify-content:center;align-items:center;padding:0 .5rem;display:flex}.comment-section__composer{gap:.75rem;display:grid}.comment-section__new{text-align:center;cursor:pointer;margin-top:1rem}.comment-section__textarea{resize:vertical;width:100%;font:inherit;border:1px solid #00000026;border-radius:.5rem;padding:.75rem}.comment-section__composer-actions{justify-content:flex-end;gap:.5rem;display:flex}.comment-section__error{color:var(--fe-color-danger-strong);margin:.5rem 0 1rem}.comment-section__loading,.comment-section__empty{margin:0}.comment-section__list,.comment-section__replies{gap:.875rem;margin:0;padding:0;list-style:none;display:grid}.comment-section__item{border-top:1px solid #00000014;padding-top:.875rem}.comment-section__comment-row{align-items:flex-start;gap:.6rem;display:flex}.comment-section__comment-row--reply{gap:.5rem}.comment-section__avatar{width:2.5rem;height:2.5rem;color:var(--fe-input-text);border-radius:50%;flex:0 0 2.5rem;justify-content:center;align-items:center;font-size:1rem;font-weight:700;line-height:1;display:inline-flex}.comment-section__avatar--reply{flex-basis:1.75rem;width:1.75rem;height:1.75rem;font-size:.76rem}.comment-section__comment{background:var(--fe-color-surface-2);border:1px solid #00000014;border-radius:1rem;gap:.35rem;min-width:0;padding:.75rem .85rem;display:grid;box-shadow:0 1px #00000008}.comment-section__comment--reply{background:var(--fe-color-surface-overlay-soft);border-left:0}.comment-section__meta{align-items:baseline;gap:.5rem;display:flex}.comment-section__author{font-weight:600}.comment-section__date{font-size:var(--fe-font-size-sm);color:color-mix(in srgb, var(--fe-color-primary) 24%, white)}.comment-section__content{white-space:pre-line;margin:0}.comment-section__actions{margin-top:.25rem}.comment-section__reply-button{color:var(--fe-color-primary);font:inherit;font-size:var(--fe-font-size-sm);cursor:pointer;background:0 0;border:0;padding:0}.comment-section__reply-composer{margin-top:.625rem;padding-left:3rem}.comment-section__replies{margin-top:1rem;padding-left:3rem;position:relative}.comment-section__replies:before{content:"";border-radius:var(--fe-space-3xs);background:#00000014;width:2px;position:absolute;top:.2rem;bottom:.2rem;left:.45rem}
.pack-carousel{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.pack-carousel__container{touch-action:pan-y pinch-zoom;-webkit-user-select:none;user-select:none;grid-template-columns:repeat(auto-fill,300px);gap:20px;display:flex}.pack-carousel__container .listing-grid__tile{flex:0 0 300px;width:300px;overflow:hidden}.pack-carousel__container .listing-grid__tile:last-child{margin-right:100px}.pack-carousel__controls{justify-content:center;align-items:center;gap:12px;margin-top:16px;display:flex}.pack-carousel__dots{align-items:center;gap:8px;display:flex}.pack-carousel__dot{appearance:none;box-sizing:border-box;cursor:pointer;background:#ffffff59;border:0;border-radius:999px;width:10px;height:10px;margin:0;padding:0;line-height:0;transition:transform .2s,background-color .2s,width .2s}.pack-carousel__dot:hover{transform:scale(1.1)}.pack-carousel__dot--selected{background:#fff;width:50px}.pack-carousel__nav-button{appearance:none;color:#fff;cursor:pointer;background:0 0;border-style:none;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s,border-color .2s;display:inline-flex}.pack-carousel__nav-button:hover{background:#ffffff29;border-color:#fff6}.pack-carousel__nav-button i{font-size:22px}
table.term-table{font-size:var(--fe-font-size-sm);border-collapse:collapse;width:100%}table.term-table th,table.term-table td{text-align:left;padding:var(--fe-space-md) 0;font-weight:400}table.term-table th{width:33%}table.term-table tr:nth-child(odd){background-color:var(--fe-color-surface-overlay-soft)}.term-table__terms{gap:1em;display:flex}
.product-images{gap:var(--fe-space-4xl);width:100%;top:var(--header-height);grid-template-columns:100px 1fr;display:grid;position:sticky}@media (max-width:1024px){.product-images{grid-template-columns:1fr}.product-images__thumbs-holder{order:1}}.product-images__thumbs{gap:var(--fe-space-2xl);top:var(--header-height);flex-direction:column;display:flex;position:sticky}@media (max-width:1024px){.product-images__thumbs{flex-direction:row;justify-content:center}}.product-images__thumbs img{cursor:pointer;border-radius:var(--fe-radius-lg);width:100px;height:100px;transition:border-color var(--fe-transition-base) ease-in-out;border-style:solid;border-width:3px}.product-images__thumbs img.is-selected{border-color:var(--fe-color-primary)}@media (max-width:1024px){.product-images__thumbs{grid-template-columns:repeat(auto-fit,75px);display:grid}.product-images__thumbs img{width:100%;height:100%}}.product-images__main{gap:var(--fe-space-4xl);width:100%;scroll-margin-top:var(--header-height);border-radius:var(--fe-radius-xl);flex-direction:column;padding-top:100%;display:flex;position:relative;overflow:hidden}.product-images__main img{max-width:100%;height:auto}.product-images__image{transition:all var(--fe-transition-base) linear;opacity:0;pointer-events:none;position:absolute;top:0}.product-images__image.is-selected{opacity:1;pointer-events:all}
.image-zoom{cursor:pointer}.image-zoom:after{content:"";background-image:var(--image-zoom-src);background-position:var(--image-zoom-pos);opacity:0;transition:opacity var(--fe-transition-slower) ease-in-out;pointer-events:none;position:absolute;inset:0}.image-zoom.enabled{cursor:crosshair}.image-zoom.enabled:hover:after{opacity:1}
.category-list{font-size:var(--fe-font-size-sm);flex-flow:wrap;gap:.25em 1em;display:flex}
.feed-post-list{gap:var(--fe-space-3xl);display:grid}.feed-post-list__item{gap:var(--fe-space-5xl);border-bottom:1px solid var(--fe-color-disabled-text);padding:var(--fe-space-3xl);display:flex}.feed-post-list__media-link{flex:0 0 400px;width:400px;text-decoration:none;display:block}.feed-post-list__media{aspect-ratio:1;object-fit:cover;border-radius:var(--fe-radius-md);background:color-mix(in srgb, var(--fe-color-bg) 85%, black 15%);width:100%;display:block}.feed-post-list__media--placeholder{background:linear-gradient(145deg, color-mix(in srgb, var(--fe-color-border) 70%, transparent), color-mix(in srgb, var(--fe-color-border) 30%, transparent))}.feed-post-list__content{gap:var(--fe-space-md);align-content:start;width:100%;min-width:0;display:grid}.feed-post-list__meta{gap:var(--fe-space-md);justify-content:space-between;align-items:center;display:flex}.feed-post-list__claim-wrap{justify-content:center;margin-top:12px;display:flex}.feed-post-list__date{font-size:var(--fe-font-size-sm);color:color-mix(in srgb, var(--fe-color-text) 65%, transparent)}.feed-post-list__title{margin:0;font-size:1.6rem;line-height:1.25}.feed-post-list__title-link{color:inherit;text-decoration:none}.feed-post-list__title-link:hover{text-decoration:underline}.feed-post-list__title-text{color:inherit;text-decoration:none}.feed-post-list__lock-state{text-transform:uppercase;letter-spacing:.04em;color:var(--fe-color-primary);border:1px solid color-mix(in srgb, var(--fe-color-primary) 40%, transparent);border-radius:var(--fe-radius-pill);padding:var(--fe-space-2xs) var(--fe-space-sm);background:color-mix(in srgb, var(--fe-color-primary) 10%, transparent);font-size:.72rem;line-height:1}.feed-post-list__preview{color:color-mix(in srgb, var(--fe-color-text) 84%, transparent);margin:0;line-height:1.5}.feed-post-list__unlocks{border:1px solid color-mix(in srgb, var(--fe-color-primary) 22%, var(--fe-color-border));border-radius:var(--fe-radius-md);background:color-mix(in srgb, black 50%, var(--fe-color-surface-1));padding:var(--fe-space-md);margin-top:25px}.feed-post-list__unlocks--locked{opacity:.5;-webkit-user-select:none;user-select:none}.feed-post-list__unlocks--locked:hover{filter:blur(2px)}.feed-post-list__unlocks--locked .feed-post-list__unlock-list{pointer-events:none}.feed-post-list__unlocks-title{letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb, var(--fe-color-text) 72%, transparent);margin-bottom:8px;font-size:.78rem;font-weight:600}.feed-post-list__unlocks-header{justify-content:space-between;align-items:center;gap:var(--fe-space-sm);display:flex}.feed-post-list__unlock-state-icon{place-items:center;width:1.7rem;height:1.7rem;font-size:1rem;line-height:1;display:inline-grid}.feed-post-list__unlock-state-icon--locked{opacity:.75}.feed-post-list__unlock-state-icon--unlocked{opacity:1}.feed-post-list__unlock-list{gap:var(--fe-space-sm);margin:0;padding:0;list-style:none;display:grid}.feed-post-list__unlock-item{margin:0}.feed-post-list__unlock-link{align-items:center;gap:var(--fe-space-md);color:inherit;border-radius:var(--fe-radius-md);padding:var(--fe-space-xs);transition:background var(--fe-transition-fast) ease;text-decoration:none;display:flex}a.feed-post-list__unlock-link:hover{background:color-mix(in srgb, var(--fe-color-primary) 12%, transparent)}.feed-post-list__unlock-thumb{border-radius:var(--fe-radius-md);object-fit:cover;background:color-mix(in srgb, var(--fe-color-surface-1) 78%, black 22%);flex:none;width:44px;height:44px}.feed-post-list__unlock-thumb--placeholder{background:linear-gradient(145deg, color-mix(in srgb, var(--fe-color-border) 70%, transparent), color-mix(in srgb, var(--fe-color-border) 30%, transparent))}.feed-post-list__unlock-thumb--icon{background:color-mix(in srgb, var(--fe-color-primary) 14%, var(--fe-color-surface-1));color:var(--fe-color-primary);place-items:center;font-size:1.2rem;display:grid}.feed-post-list__unlock-main{justify-content:space-between;align-items:center;gap:var(--fe-space-md);width:100%;min-width:0;display:flex}.feed-post-list__unlock-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.95rem;overflow:hidden}.feed-post-list__unlock-type{min-width:0;padding:.15rem .45rem;font-size:.72rem}.feed-post-list__content .comment-section{border-top:1px solid var(--fe-color-disabled-text);margin-top:1rem;padding-top:1rem}@media (max-width:720px){.feed-post-list__item{flex-direction:column}.feed-post-list__media-link{flex-basis:auto;width:100%}.feed-post-list__media{aspect-ratio:16/9}}
.product-search{justify-content:stretch;gap:var(--fe-space-xl);grid-template-columns:2fr 1fr;width:100%;display:grid}
.fe-clearable-input{border:var(--fe-input-border);border-radius:var(--fe-input-radius);padding:var(--fe-input-padding-y) var(--fe-input-padding-x);background:var(--fe-color-input-bg);color:var(--fe-color-input-text);box-sizing:border-box;align-items:center;width:100%;display:flex}.fe-clearable-input input{appearance:none;width:100%;min-width:0;color:var(--fe-color-input-text);font-size:var(--fe-font-size-md);background-color:#0000;border:none;outline:none;flex-grow:1;line-height:1}.fe-clearable-input>.fe-clearable-input__clear{width:var(--fe-space-7);height:var(--fe-space-7);color:var(--fe-color-text-subtle);cursor:pointer;border-radius:var(--fe-radius-md);transition:background-color var(--fe-transition-fast) ease-in-out;background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex}.fe-clearable-input>.fe-clearable-input__clear:hover{background:var(--fe-color-surface-hover);color:var(--fe-color-text)}.fe-clearable-input>.fe-clearable-input__clear:disabled{opacity:.45;cursor:default}.fe-clearable-input>.fe-clearable-input__clear i{line-height:1;font-size:var(--fe-font-size-lg)}.fe-clearable-input:focus-within{border:var(--fe-input-border-focus);box-shadow:var(--fe-input-focus-ring)}
