.collection-wrap{padding:5px}.collection-grid{display:grid;column-gap:5px;row-gap:5px;grid-auto-rows:auto;grid-auto-flow:dense;position:relative;min-height:300px}.component-collection .collection-wrap .one_column_mob{grid-template-columns:repeat(1,1fr)}.component-collection .collection-wrap .two_column_mob{grid-template-columns:repeat(2,1fr)}.collection-navigation{padding:24px 0 24px 18px;overflow:scroll;background-color:var(--ps-tertiary)}.collection-navigation ul{display:flex;gap:27px;list-style:none}.component-collection .fade-in{animation:fade-in .5s ease-in forwards}.component-collection .fade-out{animation:fade-out .5s ease-out forwards}.collection-navigation ul li a{text-decoration:none;display:flex;align-items:center}.collection-navigation ul li a img{width:47px;border-radius:50%;border:1px solid var(--ps-white)}.collection-navigation ul li a span{white-space:nowrap;text-decoration:none;color:var(--ps-primary);font-size:16px;line-height:20px;margin:13.5px 9px 13.5px 18px}.collection-navigation ul li a span:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:2px;background-color:var(--ps-highlight);transition:width .3s ease}.collection-navigation ul li a span{position:relative}.collection-navigation ul li a span:hover:after{width:100%}.collection-navigation .section-link.active img{border:2px solid var(--ps-white)}.collection-grid .promo-box{border-radius:8px;overflow:hidden;position:relative;display:flex;flex-direction:column;grid-column:-1/1}.collection-grid .promo-box img{width:100%;height:100%;object-fit:cover;max-height:850px;object-position:center}.collection-grid .promo-box .promo-text-box{background-color:var(--ps-white);border-radius:0 0 20px 20px;color:var(--ps-black)}.collection-grid .promo-box .promo-text-container{padding:36px;display:flex;flex-direction:column;gap:18px}.collection-grid .promo-box .promo-text-container>p{font-size:var(--body1-font);font-weight:500}.collection-grid .product-grid-item-content .product-badges-container{top:5px;right:5px;height:fit-content}.collection-grid .product-grid-item-content .product-badges-container.on-sale{top:-15px;right:-2px;height:fit-content}.filters-sorting-container{display:flex;flex-direction:column;gap:10px;align-items:stretch;margin-bottom:12px;padding:0 10px}.mobile-filter-toolbar{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:6px;align-items:stretch}.mobile-filter-trigger{display:flex;align-items:center;justify-content:center;min-height:42px;padding:0 12px;background:var(--ps-primary, var(--ps-black));border:1px solid var(--ps-primary, var(--ps-black));border-radius:14px;color:#fff;cursor:pointer;font-family:var(--body1-font);font-size:14px;font-weight:600;letter-spacing:0}.active-filter-chips{display:flex;flex-wrap:nowrap;gap:6px;align-items:center;min-height:30px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch}.active-filter-chips::-webkit-scrollbar{display:none}.active-filter-chips.is-empty{visibility:hidden;pointer-events:none}.active-filter-chip{display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:0 12px;background:var(--ps-surface-2);border:1px solid rgba(17,17,17,.14);border-radius:999px;color:var(--ps-primary, var(--ps-black));font-size:14px;font-weight:500;line-height:1;text-decoration:none;white-space:nowrap}.active-filter-chip:hover{border-color:#8a1538;color:#8a1538;text-decoration:none}.filter-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:98;background:#00000070;opacity:0;pointer-events:none;transition:opacity .2s ease}body.filter-sheet-open{overflow:hidden}body.filter-sheet-open .filter-sheet-backdrop{opacity:1;pointer-events:auto}.collection-filters{position:fixed;left:0;right:0;bottom:0;z-index:99;display:flex;flex-direction:column;gap:6px;max-height:88vh;padding:14px 12px 0;background:var(--ps-white);border-radius:22px 22px 0 0;box-shadow:0 -18px 45px #0000002e;transform:translateY(105%);transition:transform .28s ease;overflow-y:auto;-webkit-overflow-scrolling:touch}body.filter-sheet-open .collection-filters{transform:translateY(0)}.filter-sheet-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 2px 10px;border-bottom:1px solid rgba(17,17,17,.1)}.filter-sheet-header p{margin:0 0 3px;color:var(--ps-primary, var(--ps-black));font-size:18px;font-weight:600;line-height:1.1}.filter-sheet-header span{color:var(--ps-text-muted);font-size:12px;font-weight:400}.filter-sheet-close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--ps-surface-2);border:1px solid rgba(17,17,17,.1);border-radius:50%;color:var(--ps-primary, var(--ps-black));cursor:pointer;font-size:24px;line-height:1;padding-bottom:4px}.filter-sheet-footer{position:sticky;bottom:0;margin:6px -12px 0;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:linear-gradient(to top,#fff 72%,#fff0)}.collection-filters details{position:relative;width:100%}.collection-filters summary{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:0 14px;background:var(--ps-surface-2);border:1px solid rgba(17,17,17,.12);border-radius:16px;cursor:pointer;color:var(--ps-primary, var(--ps-black));transition:all .2s ease;list-style:none;font-size:14px;font-weight:500;gap:12px}.collection-filters summary small{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:20px;margin-left:auto;margin-right:10px;background:#8a1538;border-radius:999px;color:#fff;font-size:11px;line-height:1}.collection-filters summary::-webkit-details-marker{display:none}.collection-filters summary:after{content:"";width:9px;height:9px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transition:transform .2s ease;transform:rotate(45deg);-webkit-appearance:none;appearance:none;margin-bottom:5px}.collection-sorting select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--ps-surface-2);border:1px solid rgba(17,17,17,.14);border-radius:14px;padding:0 34px 0 12px;font-size:13px;font-weight:500;cursor:pointer;background-image:none;background-repeat:no-repeat;background-position:right 10px center;min-height:42px}.collection-sorting{position:relative;display:inline-block;flex-shrink:0;width:100%}.collection-sorting:after{content:"";position:absolute;top:50%;right:14px;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-70%) rotate(45deg);pointer-events:none;color:var(--ps-text-muted)}.collection-filters details[open] summary:after{transform:rotate(225deg);margin-top:8px}.collection-filters details[open] summary,.collection-filters details.is-active summary{background:#f2f0f1;border-color:#8a153861;color:#6d1726}.pagination{display:none}.pagination.has-pages{display:block}.collection-filters summary:hover{border-color:#8a153861}.collection-filters ul{display:flex;flex-wrap:wrap;gap:6px;margin:6px 0 2px;padding:2px 0;list-style:none}.collection-filters li{margin:0}.collection-filters label{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 10px;background:#fff;border:1px solid rgba(17,17,17,.14);border-radius:999px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease;color:var(--ps-primary, var(--ps-black));font-size:13px;font-weight:500;line-height:1}.collection-filters label:hover{border-color:#8a153861}.collection-filters input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.filter-option.is-active,.filter-option:has(input[type=checkbox]:checked){background:#6d1726;border-color:#6d1726;color:#fff}.filter-option.is-disabled{opacity:.45;cursor:not-allowed}.collection-filters input[type=checkbox]:disabled{cursor:not-allowed}.filter-option--availability:before,.filter-option--dostupnost:before{content:"";width:8px;height:8px;background:currentColor;border-radius:50%;opacity:.75}.filter-count-text{color:currentColor;font-size:11px;font-weight:400;opacity:.65}.clear-filters-container{margin-top:4px}.clear-filters-btn{display:inline-block;padding:6px 0;background:transparent;color:var(--ps-secondary);text-decoration:none;border-radius:0;font-size:13px;font-weight:500;transition:background-color .2s ease}.clear-filters-btn:hover{text-decoration:none;color:var(--ps-primary)}.filter-apply-button{width:100%;min-height:46px;background:var(--ps-primary);border:1px solid var(--ps-primary);border-radius:14px;color:var(--ps-white);cursor:pointer;font-family:var(--body1-font);font-size:14px;font-weight:600}.collection-sorting form{display:flex;min-height:42px}.collection-sorting label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.collection-sorting select{padding:0 30px 0 14px;border:1px solid rgba(17,17,17,.14);border-radius:14px;background:var(--ps-surface-2);color:var(--ps-primary);font-size:14px;font-weight:500;min-height:48px;cursor:pointer;width:100%;min-width:auto;transition:all .2s ease}.collection-sorting select:hover{border-color:var(--ps-border)}.collection-sorting select:focus{outline:none;border-color:#8a1538;box-shadow:0 0 0 2px #8a153829}.collection-results-info{margin-bottom:12px;padding:0 10px}.component-collection .results-count,.component-collection .no-results{color:var(--ps-primary, var(--ps-black));font-size:12px;font-weight:600;margin:0;opacity:.62}.component-collection .no-results{color:var(--ps-text-muted);font-style:italic}.filters-sorting-container *{font-family:var(--body1-font)}.empty-collection-message{grid-column:1 / -1;display:flex;justify-content:center;align-items:center;padding:40px 20px;text-align:center}.empty-collection-content{max-width:500px;margin:0 auto;padding:40px 0}.empty-collection-icon{width:64px;height:64px;margin:0 auto 20px;color:var(--ps-primary)}.empty-collection-title{font-family:var(--h1-font);font-size:24px;color:var(--ps-black);margin-bottom:16px;text-transform:uppercase}.empty-collection-text{font-size:16px;line-height:1.6;color:var(--ps-text);margin-bottom:24px}.empty-collection-cta{display:inline-block;margin-top:16px;min-width:200px}@media(min-width:481px){.filters-sorting-container{padding:0 10px}.collection-sorting select{width:100%;min-width:160px}}@media(min-width:769px){.filters-sorting-container{flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;column-gap:20px;row-gap:8px;margin-bottom:20px}.mobile-filter-toolbar{display:contents}.mobile-filter-trigger,.filter-sheet-backdrop,.filter-sheet-header,.filter-sheet-footer{display:none}.collection-filters{position:static;z-index:auto;order:1;flex:1 1 auto;flex-direction:row;flex-wrap:wrap;align-items:center;gap:12px;min-width:0;max-height:none;padding:0;background:transparent;border-radius:0;box-shadow:none;transform:none;overflow:visible}.active-filter-chips{order:3;flex:0 0 100%}.collection-sorting{order:2;align-self:flex-start;width:auto}.collection-filters details{flex:0 0 fit-content;min-width:fit-content;width:fit-content}.collection-filters ul{position:absolute;top:calc(100% + 6px);left:0;z-index:4;display:flex;min-width:260px;max-height:280px;overflow-y:auto;padding:10px;background:#fff;border:1px solid rgba(17,17,17,.12);border-radius:16px;box-shadow:0 14px 34px #0000001f}.collection-sorting form{flex-direction:row;align-items:center;gap:8px}.collection-sorting select{min-width:180px}.clear-filters-btn,.clear-filters-container{padding:unset;margin:unset;display:flex}}@media(min-width:992px){.collection-grid .promo-box img{aspect-ratio:9 / 1}.collection-filters>details{flex:0 0 fit-content}.collection-navigation ul{gap:54px}.collection-navigation{padding:36px 0 42px 36px}.component-collection .collection-wrap{padding:10px}.component-collection .collection-wrap .collection-grid{column-gap:10px;row-gap:10px}.component-collection .collection-wrap .three_column_desk{grid-template-columns:repeat(3,minmax(0,1fr))}.component-collection .collection-wrap .four_column_desk{grid-template-columns:repeat(4,minmax(200px,1fr))}.component-collection .collection-wrap .five_column_desk{grid-template-columns:repeat(5,minmax(180px,1fr))}.collection-grid .promo-box{grid-column:span var(--remaining-columns)}.collection-grid .promo-box .promo-text-box{position:absolute;right:36px;bottom:36px;max-width:469px;border-radius:8px;margin-left:10px}.collection-grid .product-grid-item-content .product-badges-container{top:10px;right:10px}.collection-grid .product-grid-item-content .product-badges-container.on-sale{top:-15px;right:-2px;height:fit-content}.collection-filters ul{min-width:250px}}@media(min-width:1301px){.component-collection .collection-wrap .five_column_desk{grid-template-columns:repeat(5,minmax(180px,1fr))}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-collection.css.map */
