:root{--bc-cream: #fff8ef;--bc-paper: #ffffff;--bc-ink: #241711;--bc-muted: #76665b;--bc-border: #eadfce;--bc-green: #2f5d46;--bc-green-dark: #214130;--bc-coral: #f26f4f;--bc-gold: #f4c96b;--bc-shadow: 0 18px 42px rgba(55, 37, 25, .1);--bc-radius: 8px}.bc-collection{background:var(--bc-cream);color:var(--bc-ink);padding:clamp(28px,5vw,72px) 0}.bc-collection__shell,.bc-related__shell{width:min(1180px,calc(100% - 32px));margin:0 auto}.bc-collection__hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(260px,.75fr);gap:clamp(22px,5vw,72px);align-items:end;margin-bottom:28px}.bc-eyebrow{margin:0 0 12px;color:var(--bc-coral);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.bc-collection__title{max-width:760px;margin:0;font-size:clamp(2.25rem,6vw,5.4rem);line-height:.94;letter-spacing:0}.bc-collection__intro{color:var(--bc-muted);font-size:clamp(1rem,1.5vw,1.18rem);line-height:1.65}.bc-collection__intro p,.bc-collection__intro .rte{margin:0}.bc-pill-row{display:flex;gap:10px;overflow-x:auto;padding:4px 0 24px;scrollbar-width:none}.bc-pill-row::-webkit-scrollbar{display:none}.bc-pill,.bc-chip,.bc-option-pill,.bc-filter-choice{border:1px solid var(--bc-border);border-radius:999px;background:var(--bc-paper);color:var(--bc-ink);text-decoration:none;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.bc-pill{flex:0 0 auto;padding:11px 17px;font-weight:750}.bc-pill:hover,.bc-pill.is-active{background:var(--bc-green);border-color:var(--bc-green);color:#fff}.bc-collection-toolbar{position:relative;display:flex;justify-content:space-between;gap:16px;align-items:center;margin:0 0 24px;padding:14px;border:1px solid var(--bc-border);border-radius:var(--bc-radius);background:#ffffffb8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bc-collection-toolbar__count{font-weight:800}.bc-collection-toolbar__actions{display:flex;gap:10px;align-items:center}.bc-select{display:inline-flex;align-items:center;gap:8px;color:var(--bc-muted);font-size:.9rem;font-weight:700}.bc-select select{min-height:42px;border:1px solid var(--bc-border);border-radius:var(--bc-radius);background:#fff;color:var(--bc-ink);padding:0 34px 0 12px;font:inherit}.bc-filter-toggle,.bc-link-button,.bc-button{min-height:42px;border-radius:var(--bc-radius);font:inherit;font-weight:850;cursor:pointer}.bc-filter-toggle,.bc-link-button{border:1px solid var(--bc-border);background:#fff;color:var(--bc-ink);padding:0 14px;text-decoration:none}.bc-button{border:0;background:var(--bc-green);color:#fff;padding:0 18px}.bc-button:hover{background:var(--bc-green-dark)}.bc-button:disabled{background:#b8aea5;cursor:not-allowed}.bc-button--small{min-height:40px;white-space:nowrap}.bc-filter-panel{position:absolute;top:calc(100% + 10px);right:0;z-index:20;width:min(420px,calc(100vw - 32px));max-height:min(680px,calc(100vh - 150px));overflow:auto;padding:18px;border:1px solid var(--bc-border);border-radius:var(--bc-radius);background:var(--bc-paper);box-shadow:var(--bc-shadow);opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease}.bc-filter-panel.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.bc-filter-panel__header,.bc-filter-panel__footer{display:flex;justify-content:space-between;gap:12px;align-items:center}.bc-filter-panel__header{margin-bottom:10px}.bc-filter-panel__header button{border:0;background:transparent;color:var(--bc-muted);cursor:pointer;font:inherit;font-weight:750}.bc-filter-group{border-top:1px solid var(--bc-border);padding:14px 0}.bc-filter-group summary{cursor:pointer;font-weight:850}.bc-filter-list{display:grid;gap:8px;margin:12px 0 0;padding:0;list-style:none}.bc-filter-choice{display:flex;justify-content:space-between;gap:10px;padding:10px 12px;cursor:pointer}.bc-filter-choice input{position:absolute;opacity:0}.bc-filter-choice.is-active{background:#eef5ef;border-color:var(--bc-green)}.bc-filter-choice.is-disabled{opacity:.45;cursor:not-allowed}.bc-price-range{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.bc-price-range label{display:grid;gap:6px;color:var(--bc-muted);font-size:.88rem;font-weight:700}.bc-price-range input{min-height:42px;border:1px solid var(--bc-border);border-radius:var(--bc-radius);padding:0 10px;font:inherit}.bc-product-grid,.bc-related__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.bc-product-card{display:flex;flex-direction:column;min-height:100%;overflow:hidden;border:1px solid var(--bc-border);border-radius:var(--bc-radius);background:var(--bc-paper);box-shadow:0 10px 26px #3725190f}.bc-product-card__media{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;background:#f6ead8}.bc-product-card__media img,.bc-product-card__placeholder{width:100%;height:100%;object-fit:cover;display:block;transition:transform .26s ease}.bc-product-card:hover .bc-product-card__media img{transform:scale(1.035)}.bc-product-card__badge{position:absolute;top:12px;left:12px;z-index:2;border-radius:999px;background:var(--bc-gold);color:var(--bc-ink);padding:7px 10px;font-size:.72rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.bc-product-card__body{display:flex;flex:1;flex-direction:column;padding:16px}.bc-product-card__meta{display:flex;flex-wrap:wrap;gap:6px;min-height:24px;color:var(--bc-coral);font-size:.72rem;font-weight:900;text-transform:uppercase}.bc-product-card__meta span+span:before{content:"/";margin-right:6px;color:var(--bc-border)}.bc-product-card__title{margin:7px 0 0;font-size:1.18rem;line-height:1.2;letter-spacing:0}.bc-product-card__title a{color:inherit;text-decoration:none}.bc-product-card__text{margin:9px 0 14px;min-height:3.3em;color:var(--bc-muted);font-size:.95rem;line-height:1.45}.bc-product-card__variants{display:flex;flex-wrap:wrap;gap:8px;margin:auto 0 16px;padding:0;border:0}.bc-chip{display:inline-flex;min-height:34px;align-items:center;padding:0 10px;cursor:pointer;font-size:.86rem;font-weight:800}.bc-chip input{position:absolute;opacity:0}.bc-chip.is-selected{border-color:var(--bc-green);background:#eef5ef}.bc-chip.is-disabled{opacity:.45;cursor:not-allowed}.bc-product-card__footer{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:auto}.bc-product-card__price{display:grid;gap:2px;font-size:1.05rem;font-weight:900}.bc-product-card__price s{color:var(--bc-muted);font-size:.82rem;font-weight:700}.bc-empty-state{grid-column:1 / -1;padding:52px 20px;border:1px dashed var(--bc-border);border-radius:var(--bc-radius);background:#ffffff9e;text-align:center}.bc-pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:32px}.bc-pagination a,.bc-pagination span{min-width:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--bc-border);border-radius:var(--bc-radius);background:#fff;color:var(--bc-ink);text-decoration:none;font-weight:800}.bc-pagination .is-current{background:var(--bc-green);border-color:var(--bc-green);color:#fff}@media(max-width:989px){.bc-collection__hero{grid-template-columns:1fr;gap:18px}.bc-product-grid,.bc-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:639px){.bc-collection__shell,.bc-related__shell{width:min(100% - 24px,1180px)}.bc-collection-toolbar{align-items:stretch;flex-direction:column}.bc-collection-toolbar__actions{justify-content:space-between}.bc-select{flex:1}.bc-select select{width:100%}.bc-product-grid,.bc-related__grid{grid-template-columns:1fr}.bc-product-card__footer{align-items:stretch;flex-direction:column}.bc-product-card__form,.bc-product-card__form .bc-button{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/collection.css.map */
