.oh-collection.collection{padding-top:clamp(26px,3vw,44px)}.oh-collection .collection__head{display:flex;align-items:flex-end;justify-content:space-between;gap:clamp(14px,3vw,32px);flex-wrap:nowrap;padding-bottom:clamp(18px,2vw,26px);border-bottom:1px solid var(--line);margin-bottom:clamp(26px,3vw,40px)}.oh-collection .collection__crumb{font-family:var(--font-body);font-weight:800;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-soft);margin:0 0 12px;display:block}.oh-collection .collection__crumb a{color:var(--text-soft);transition:color .2s var(--ease)}.oh-collection .collection__crumb a:hover,.oh-collection .collection__crumb span{color:var(--green-mid)}.oh-collection .collection__titlewrap{min-width:0;flex:1 1 auto}.oh-collection .collection__title{font-family:var(--font-head);font-weight:700;font-size:clamp(40px,6vw,72px);line-height:.85;letter-spacing:-.035em;color:var(--title);margin:0}.oh-collection .collection__count{margin:14px 0 0;font-size:14.5px;font-weight:600;color:var(--text-soft)}.oh-collection .collection__tools{display:flex;align-items:center;gap:11px;flex:0 0 auto;padding-bottom:4px}.oh-collection .collection__sort-label{font-size:13px;font-weight:800;letter-spacing:.02em;color:var(--text-soft);white-space:nowrap}.oh-collection .collection__select{position:relative;display:inline-flex;align-items:center;background:var(--paper);border:1.6px solid var(--line-soft);border-radius:var(--r-pill);transition:border-color .2s var(--ease),box-shadow .2s var(--ease)}.oh-collection .collection__select:hover{border-color:var(--green-light)}.oh-collection .collection__select:focus-within{border-color:var(--green-mid);box-shadow:0 0 0 3px #2b8f4124}.oh-collection .collection__select select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:transparent;border:0;outline:none;cursor:pointer;font-family:var(--font-body);font-weight:700;font-size:14px;color:var(--green-deep);padding:11px 40px 11px 18px;border-radius:var(--r-pill)}.oh-collection .collection__select svg{position:absolute;right:15px;top:50%;transform:translateY(-50%);width:15px;height:15px;color:var(--green-mid);pointer-events:none}.oh-collection .collection__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(18px,1.8vw,26px);align-items:start}.oh-collection .collection__grid .lcard{width:auto!important;margin-right:0!important;flex:initial!important}@media(max-width:1024px){.oh-collection .collection__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.oh-collection .collection__grid{grid-template-columns:repeat(2,1fr);gap:14px}}.oh-collection .collection__pager{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin-top:clamp(34px,4vw,56px)}.oh-collection .collection__pager a,.oh-collection .collection__pager span{min-width:42px;height:42px;padding:0 12px;border-radius:var(--r-pill);display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body);font-weight:800;font-size:14.5px;border:1.6px solid var(--line-soft);background:var(--paper);color:var(--green-mid);transition:border-color .2s var(--ease),color .2s var(--ease),background .2s var(--ease),transform .2s var(--ease)}.oh-collection .collection__pager a:hover{border-color:var(--green-light);transform:translateY(-1px)}.oh-collection .collection__pager .is-current{background:var(--green-deep);color:#fff;border-color:var(--green-deep)}.oh-collection .collection__pager .collection__next,.oh-collection .collection__pager .collection__prev{gap:7px}.oh-collection .collection__pager .collection__next svg,.oh-collection .collection__pager .collection__prev svg{width:15px;height:15px}.oh-collection .collection__pager .is-gap{border:0;background:transparent;color:var(--muted);min-width:auto;padding:0 2px}.oh-collection .collection__pager .is-disabled{opacity:.4;pointer-events:none;cursor:default}.oh-collection .collection__empty{max-width:520px;margin:clamp(20px,4vw,56px) auto clamp(8px,2vw,20px);text-align:center;display:flex;flex-direction:column;align-items:center}.oh-collection .collection__empty-mark{width:78px;height:78px;border-radius:50%;flex:0 0 auto;display:grid;place-items:center;margin-bottom:22px;color:var(--green-mid);background:var(--soft-green-2);box-shadow:inset 0 0 0 1px var(--line-soft)}.oh-collection .collection__empty-mark svg{width:34px;height:34px}.oh-collection .collection__empty-title{font-family:var(--font-head);font-weight:700;font-size:clamp(28px,4vw,42px);line-height:.9;letter-spacing:-.035em;color:var(--title);margin:0 0 12px}.oh-collection .collection__empty-text{font-size:15.5px;line-height:1.6;color:var(--text-soft);margin:0 0 26px;max-width:42ch}@media(min-width:901px){.oh-collection.collection{padding-bottom:calc(var(--section-y) + var(--arch) + 24px)}}@media(max-width:900px){.oh-collection.collection{padding-bottom:calc(clamp(40px,6vw,68px) + var(--arch) + 20px)}}@media(max-width:560px){.oh-collection .collection__title{font-size:clamp(30px,9vw,44px)}.oh-collection .collection__sort-label{display:none}.oh-collection .collection__select select{padding:10px 34px 10px 14px;font-size:13.5px}}.oh-collist .collection__head{margin-bottom:clamp(26px,3vw,40px)}.oh-collist .collist__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(18px,1.8vw,26px)}@media(max-width:900px){.oh-collist .collist__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.oh-collist .collist__grid{grid-template-columns:1fr}}.oh-collist .collist__card{display:flex;flex-direction:column;overflow:hidden;background:var(--paper);border:1px solid var(--line-soft);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease)}.oh-collist .collist__card:hover{transform:translateY(-6px);border-color:var(--green-light);box-shadow:var(--shadow-md)}.oh-collist .collist__media{position:relative;aspect-ratio:1/1;overflow:hidden;background:#fff}.oh-collist .collist__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s var(--ease)}.oh-collist .collist__card:hover .collist__media img{transform:scale(1.04)}.oh-collist .collist__ph{width:100%;height:100%;display:grid;place-items:center;color:var(--green-mid);background:var(--soft-green-2)}.oh-collist .collist__ph svg{width:40px;height:40px}.oh-collist .collist__body{padding:20px 20px 22px;display:flex;flex-direction:column;gap:6px;flex:1}.oh-collist .collist__name{font-family:var(--font-head);font-weight:700;font-size:22px;line-height:.9;letter-spacing:-.035em;color:var(--title)}.oh-collist .collist__count{font-size:13px;font-weight:700;letter-spacing:.02em;color:var(--text-soft);margin-top:auto;padding-top:8px}
/*# sourceMappingURL=/cdn/shop/t/47/assets/oh-collection.css.map */
