.ybn-collection__banner{margin-block:16px 24px;border-radius:6px;overflow:hidden}.ybn-collection__banner img{display:block;width:100%;height:auto}.ybn-collection__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding-block:8px 16px}.ybn-collection__title{margin:0;font-size:26px;line-height:1.25;font-weight:600;color:var(--c-text-primary)}.ybn-collection__count{flex:0 0 auto;font-size:13px;color:var(--c-brand);font-weight:600}.ybn-collection__intro{max-width:900px;margin-bottom:16px;font-size:14px;line-height:1.65;color:var(--c-text-secondary)}.ybn-filterbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:20px}.ybn-filterbar__pills{display:flex;align-items:center;gap:8px;flex:1 1 auto;min-width:0;padding-bottom:2px}.ybn-pill{position:relative;display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;height:34px;padding:0 14px;border:1px solid var(--c-border);border-radius:999px;background-color:var(--c-white);font-size:13px;color:var(--c-text-primary);cursor:pointer;white-space:nowrap;list-style:none}.ybn-pill:hover{border-color:var(--c-brand)}.ybn-pill.is-active{border-color:var(--c-brand);color:var(--c-brand)}.ybn-pill .ybn-icon{width:12px;height:12px;color:var(--c-text-secondary)}.ybn-pill--check input{width:14px;height:14px;margin:0;accent-color:var(--c-brand)}.ybn-pill--drop>summary{display:inline-flex;align-items:center;gap:6px;list-style:none;cursor:pointer}.ybn-pill--drop>summary::-webkit-details-marker{display:none}.ybn-pill--drop[open]>summary .ybn-icon{transform:rotate(180deg)}.ybn-pill__count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background-color:var(--c-brand);color:var(--c-white);font-size:11px;font-weight:700}.ybn-pill__panel{position:absolute;top:calc(100% + 6px);left:0;z-index:40;width:max-content;min-width:220px;max-width:320px;max-height:320px;overflow-y:auto;padding:12px;border:1px solid var(--c-border);border-radius:6px;background-color:var(--c-white);box-shadow:0 12px 28px #131e2924;cursor:default}.ybn-pill__values{margin:0 0 10px;padding:0;list-style:none}.ybn-pill__value{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:13px;cursor:pointer}.ybn-pill__value.is-empty{color:var(--c-border);cursor:not-allowed}.ybn-pill__value input{accent-color:var(--c-brand)}.ybn-pill__valcount{margin-left:auto;font-size:12px;color:var(--c-text-secondary)}.ybn-pill__apply{width:100%;min-height:38px;padding:8px 14px;font-size:13px}.ybn-filter__price{display:flex;gap:10px;margin-bottom:10px}.ybn-filter__price label{flex:1 1 0;display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--c-text-secondary)}.ybn-filter__price input{height:36px;padding:0 8px;border:1px solid var(--c-border);border-radius:4px;font-size:13px}.ybn-filterbar__clear{flex:0 0 auto;font-size:13px;color:var(--c-text-secondary);text-decoration:underline;white-space:nowrap}.ybn-pill--sort{padding-right:30px;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236d747a' stroke-width='2'%3E%3Cpath d='M5 9l7 7 7-7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:12px}.ybn-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 24px}.ybn-collection__empty{padding:48px 0;text-align:center;color:var(--c-text-secondary)}.ybn-card{display:flex;flex-direction:column;height:100%;background-color:#eee;overflow:hidden}.ybn-card__media-wrap{position:relative;--ybn-card-gap: 30px;--ybn-card-speed: .4s}@media(max-width:768px){.ybn-card__media-wrap{--ybn-card-gap: 20px;--ybn-card-speed: 1s}}.ybn-card__media{position:relative;display:block;overflow:hidden;background-color:transparent;aspect-ratio:1 / 1}.ybn-card__track{display:flex;height:100%;gap:var(--ybn-card-gap, 30px);will-change:transform;transition:transform var(--ybn-card-speed, .4s) cubic-bezier(.25,.1,.25,1)}.ybn-card__track.is-dragging{transition:none}.ybn-card__slide{flex:0 0 100%;height:100%}.ybn-card__img{display:block;width:100%;height:100%;object-fit:cover;pointer-events:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.ybn-card__slices{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex}.ybn-card__slices span{display:flex;flex:1}@media(hover:none),(pointer:coarse){.ybn-card__slices{display:none}}.ybn-card__pager{position:absolute;right:16px;bottom:21px;z-index:2;display:flex;gap:4px;align-items:center;justify-content:flex-end;width:auto;height:30px}.ybn-card__bullet{width:8px;height:8px;padding:0;border:0;border-radius:50%;background-color:#0003;cursor:pointer;transition:width .3s ease,background-color .3s ease}.ybn-card__bullet.is-active{width:18px;border-radius:32px;background-color:var(--c-brand-dark, #131e29)}@media(max-width:768px){.ybn-card__pager{right:0;left:0;bottom:-15px;gap:0;width:100%;height:auto}.ybn-card__bullet,.ybn-card__bullet.is-active{width:100%;height:1px;border-radius:0}}.ybn-card__badge{position:absolute;top:10px;left:10px;padding:4px 8px;border-radius:3px;background-color:var(--c-error);color:var(--c-white);font-size:12px;font-weight:700}.ybn-card__wish{text-decoration:none;position:absolute;top:10px;right:10px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--c-text-secondary);cursor:pointer}.ybn-card__wish:hover,.ybn-card__wish.is-on{color:var(--c-brand)}.ybn-card__wish .ybn-icon{width:20px;height:20px}.ybn-card__body{display:flex;flex-direction:column;flex:1 1 auto;padding:18px 20px 20px}.ybn-card__title{margin:0 0 8px;font-size:15px;line-height:1.35;font-weight:400;min-height:2.7em}.ybn-card__title a{color:var(--c-brand-dark);text-decoration:none}.ybn-card__title strong{font-weight:700}.ybn-card__title a:hover{color:var(--c-brand)}.ybn-card__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;min-height:20px;font-size:13px;color:var(--c-text-secondary)}.ybn-card__meta .ybn-card__size{display:inline-flex;align-items:center;gap:4px;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ybn-card__size{display:inline-flex;align-items:center;gap:5px;min-width:0}.ybn-card__size .ybn-icon{width:13px;height:13px;flex:0 0 auto}.ybn-card__hardness{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.ybn-card__dots{display:inline-flex;gap:3px}.ybn-card__dot{width:6px;height:6px;border-radius:50%;background-color:var(--c-border)}.ybn-card__dot.is-on{background-color:var(--c-brand)}.ybn-card__usps{margin:0 0 12px;padding:0;list-style:none;min-height:2.9em}.ybn-card__usps:empty{display:block}.ybn-card__usps li{position:relative;padding-left:14px;font-size:13px;line-height:1.5;color:var(--c-text-secondary)}.ybn-card__usps li:before{content:"";position:absolute;left:0;top:7px;width:5px;height:5px;border-radius:50%;background-color:var(--c-brand)}.ybn-card__foot{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto;padding-top:10px;border-top:1px solid var(--c-border)}.ybn-card__price-now{font-size:17px;font-weight:700;color:var(--c-text-primary)}.ybn-card__price-was{margin-left:8px;font-size:13px;color:var(--c-text-secondary)}.ybn-card__brand{font-size:13px;color:var(--c-text-secondary);white-space:nowrap}.ybn-progress{display:flex;flex-direction:column;align-items:center;gap:12px;padding-top:40px}.ybn-progress__text{margin:0;font-size:13px;color:var(--c-text-secondary)}.ybn-progress__text strong{color:var(--c-brand)}.ybn-progress__bar{width:120px;height:3px;border-radius:2px;background-color:var(--c-border);overflow:hidden}.ybn-progress__bar span{display:block;height:100%;background-color:var(--c-brand-dark)}.ybn-pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px;padding-top:28px}.ybn-pagination__page,.ybn-pagination__arrow,.ybn-pagination__gap{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 10px;border:1px solid var(--c-border);border-radius:4px;font-size:14px;color:var(--c-text-primary);text-decoration:none}.ybn-pagination__gap{border-color:transparent}.ybn-pagination__page:hover,.ybn-pagination__arrow:hover{border-color:var(--c-brand);color:var(--c-brand)}.ybn-pagination__page.is-current{background-color:var(--c-brand);border-color:var(--c-brand);color:var(--c-white);font-weight:600}.ybn-collection__seo{margin-top:40px;padding-block:28px 40px;background-color:#fff}.ybn-collection__seo-head{margin:0 0 10px;font-size:17px;font-weight:700;color:#14202b}.ybn-collection__seo .ybn-collection__seo-body{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ybn-collection__seo .ybn-collection__seo-body.is-open{display:block;-webkit-line-clamp:none;overflow:visible}.ybn-collection__seo-more{display:inline-block;margin-top:8px;color:#14202b;font-size:13px;font-weight:600;text-decoration:underline;cursor:pointer}.ybn-collection__seo-more{background:none;border:0;padding:0;font:inherit}.ybn-collection__seo-more[hidden],.ybn-collection__seo-more--close,.ybn-collection__seo-more[aria-expanded=true] .ybn-collection__seo-more--open{display:none}.ybn-collection__seo-more[aria-expanded=true] .ybn-collection__seo-more--close{display:inline}.ybn-collection__seo-body{font-size:14px;line-height:1.75;color:var(--c-text-secondary)}.ybn-collection__seo-body h2,.ybn-collection__seo-body h3{margin:24px 0 10px;font-size:18px;color:var(--c-text-primary)}.ybn-collection__seo-body h2:first-child{margin-top:0}@media(max-width:991px){.ybn-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ybn-filterbar{flex-direction:row;align-items:center;justify-content:flex-start;gap:10px}.ybn-filterbar__pills{flex:0 0 auto;gap:10px}.ybn-filterbar__pills>.ybn-pill:not(.ybn-pill--all),.ybn-filterbar__pills>.ybn-pill--check,.ybn-filterbar__pills>details.ybn-pill,.ybn-filterbar__clear{display:none}.ybn-filterbar__right{flex:1 1 auto;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;margin-left:0;min-width:0}.ybn-filterbar__right .ybn-pill--sortdrop,.ybn-filterbar__right .ybn-pill--sort{order:1;justify-self:start;min-width:0}.ybn-filterbar__right .ybn-compare{order:2;display:flex;justify-self:end;justify-content:end;gap:8px;min-width:0;font-size:13px}.ybn-filterbar__right .ybn-compare__label{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ybn-filterbar__right .ybn-compare__switch{flex:0 0 auto}.ybn-pill--all,.ybn-pill--sortdrop,.ybn-pill--sort{height:36px;max-width:100%;padding-inline:14px;border-radius:999px;border-color:transparent;background-color:#e6ebee;font-size:13px}.ybn-pill--sort{padding-right:30px}}@media(max-width:767px){.ybn-grid{grid-template-columns:minmax(0,1fr);gap:20px}.ybn-card__title{font-size:16px}.ybn-card__usps li{font-size:14px}.ybn-card__price-now{font-size:18px}}@media(max-width:575px){.ybn-grid{gap:20px}.ybn-collection__title{font-size:20px}.ybn-pill__panel{position:fixed;left:12px;right:12px;top:auto;bottom:12px;width:auto;max-width:none;max-height:60vh}}.ybn-card__wish{text-decoration:none;width:40px;height:40px;top:8px;right:8px}.ybn-card__wish .ybn-icon{width:26px;height:26px;stroke-width:1.5}.ybn-card__badges{position:absolute;top:8px;left:8px;z-index:2;display:flex;gap:4px}.ybn-card__tag{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:18px;padding:0 5px;border-radius:3px;background:#fff;box-shadow:0 1px 3px #0000001f}.ybn-card__tag-dot{width:7px;height:7px;border-radius:50%;background:#2fb457}.ybn-card__tag--red .ybn-card__tag-dot{background:#d9364f}.ybn-card__tag--blue .ybn-card__tag-dot{background:var(--c-brand, #4197c8)}.ybn-card__tag--grey .ybn-card__tag-dot{background:#9aa5ad}.ybn-collection__more{display:inline-block;margin-top:18px;padding:13px 34px;border:1px solid var(--c-border, #ccc);border-radius:999px;background:#fff;color:var(--c-brand-dark, #131e29);font-size:15px;font-weight:500;line-height:1;text-decoration:none;transition:border-color .18s ease,color .18s ease}.ybn-collection__more:hover{border-color:var(--c-brand, #4197c8);color:var(--c-brand, #4197c8)}.ybn-collection__filters .yb-btn,.ybn-collection__filters button,.ybn-facets__pill{border:0;border-radius:999px;background:#eef2f5;color:var(--c-brand-dark, #131e29);font-size:14px;font-weight:500}.ybn-collection__filters .yb-btn:hover,.ybn-facets__pill:hover{background:#e2e9ef}
/*# sourceMappingURL=/cdn/shop/t/2/assets/yatas-collection.css.map */
