.peregy-brand-index--modern{padding-top:var(--brand-index-padding-top);padding-bottom:var(--brand-index-padding-bottom);background:var(--brand-index-bg);color:var(--brand-index-text);overflow:clip}.peregy-brand-index--modern .peregy-kicker{color:var(--brand-index-accent)}.peregy-brand-index__header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:clamp(24px,5vw,72px);margin-bottom:clamp(28px,4vw,52px)}.peregy-brand-index__heading-wrap{max-width:820px}.peregy-brand-index__heading-wrap h2{max-width:760px;margin:0;color:inherit;font-size:clamp(38px,5vw,72px);font-weight:600;line-height:1.02;text-wrap:balance}.peregy-brand-index__body{max-width:640px;margin-top:18px;color:var(--brand-index-muted);font-size:clamp(15px,1.3vw,18px);line-height:1.8}.peregy-brand-index__body>:first-child{margin-top:0}.peregy-brand-index__body>:last-child{margin-bottom:0}.peregy-brand-index__toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.peregy-brand-index__toolbar--count-only{justify-content:flex-end}.peregy-brand-index__search{width:min(100%,520px);min-height:54px;padding-inline:18px;border:1px solid color-mix(in srgb,var(--brand-index-text) 18%,transparent);border-radius:999px;background:color-mix(in srgb,var(--brand-index-text) 5%,transparent);color:var(--brand-index-text);display:flex;align-items:center;gap:12px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.peregy-brand-index__search:focus-within{border-color:color-mix(in srgb,var(--brand-index-accent) 72%,transparent);background:color-mix(in srgb,var(--brand-index-text) 8%,transparent);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-index-accent) 14%,transparent)}.peregy-brand-index__search input{width:100%;min-width:0;padding:0;border:0;outline:0;background:transparent;color:inherit;font:inherit;font-size:14px}.peregy-brand-index__search input::placeholder{color:color-mix(in srgb,var(--brand-index-text) 50%,transparent)}.peregy-brand-index__count{margin:0;color:var(--brand-index-muted);display:inline-flex;align-items:baseline;gap:8px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.peregy-brand-index__count strong{color:var(--brand-index-text);font-size:19px;font-weight:600;letter-spacing:0}.peregy-brand-index__grid{display:grid;grid-template-columns:repeat(var(--brand-index-columns),minmax(0,1fr));gap:var(--brand-index-gap)}.peregy-brand-index__card{position:relative;isolation:isolate;min-width:0;min-height:var(--brand-index-card-min-height);padding:clamp(20px,2vw,28px);border:1px solid var(--brand-index-card-border);border-radius:var(--brand-index-card-radius);background:var(--brand-card-bg, var(--brand-index-card-bg));box-shadow:0 8px 30px #00000009;color:var(--brand-card-text, var(--brand-index-card-text));display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;text-decoration:none;transform:translateZ(0);transition:transform .3s cubic-bezier(.22,.61,.36,1),border-color .3s ease,box-shadow .3s ease}.peregy-brand-index__card:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(circle at 88% 10%,color-mix(in srgb,var(--brand-card-accent, var(--brand-index-accent)) 16%,transparent) 0,transparent 34%),linear-gradient(145deg,color-mix(in srgb,var(--brand-card-text, var(--brand-index-card-text)) 3%,transparent),transparent 44%);content:"";opacity:.82;transition:opacity .3s ease,transform .5s cubic-bezier(.22,.61,.36,1)}.peregy-brand-index__card:hover{border-color:color-mix(in srgb,var(--brand-card-accent, var(--brand-index-accent)) 50%,var(--brand-index-card-border));box-shadow:0 22px 56px #0000001f;transform:translateY(-6px)}.peregy-brand-index__card:hover:before{opacity:1;transform:scale(1.06)}.peregy-brand-index__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3}.peregy-brand-index__media img{width:100%;height:100%;object-fit:cover;opacity:var(--brand-index-cover-strength, .3);transform:scale(1.01);transition:transform .65s cubic-bezier(.22,.61,.36,1),opacity .3s ease}.peregy-brand-index__card:hover .peregy-brand-index__media img{transform:scale(1.055)}.peregy-brand-index__card-surface{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(180deg,color-mix(in srgb,var(--brand-card-bg, var(--brand-index-card-bg)) 38%,transparent),var(--brand-card-bg, var(--brand-index-card-bg)) 88%);pointer-events:none}.peregy-brand-index__card:not(.has-media) .peregy-brand-index__card-surface{display:none}.peregy-brand-index__card-top,.peregy-brand-index__card-footer{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px}.peregy-brand-index__descriptor,.peregy-brand-index__number{color:color-mix(in srgb,currentColor 58%,transparent);font-size:10px;font-weight:650;letter-spacing:.11em;line-height:1.3;text-transform:uppercase}.peregy-brand-index__identity{position:relative;z-index:1;display:grid;gap:clamp(20px,2.4vw,34px);margin-block:clamp(34px,4vw,60px) 28px}.peregy-brand-index__logo-wrap{width:min(68%,210px);min-height:74px;display:flex;align-items:center}.peregy-brand-index__logo-wrap img{width:auto;max-width:100%;max-height:76px;object-fit:contain;object-position:center left;transition:transform .3s ease,opacity .3s ease}[dir=rtl] .peregy-brand-index__logo-wrap img{object-position:center right}.peregy-brand-index__logo-wrap--light img{filter:brightness(0) invert(1)}.peregy-brand-index__logo-wrap--dark img{filter:brightness(0)}.peregy-brand-index__card:hover .peregy-brand-index__logo-wrap img{transform:translateY(-2px)}.peregy-brand-index__monogram{width:70px;height:70px;border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:22px;background:color-mix(in srgb,currentColor 6%,transparent);display:grid;place-items:center;font-size:28px;font-weight:650;line-height:1}.peregy-brand-index__copy{min-width:0}.peregy-brand-index__badge{width:fit-content;margin-bottom:10px;padding:6px 9px;border:1px solid color-mix(in srgb,var(--brand-card-accent, var(--brand-index-accent)) 38%,transparent);border-radius:999px;background:color-mix(in srgb,var(--brand-card-accent, var(--brand-index-accent)) 11%,transparent);color:inherit;display:inline-flex;font-size:9px;font-weight:700;letter-spacing:.06em}.peregy-brand-index__copy h3{margin:0;color:inherit;font-size:clamp(24px,2.15vw,34px);font-weight:600;line-height:1.06;overflow-wrap:anywhere}.peregy-brand-index__copy p{max-width:34ch;margin:10px 0 0;color:color-mix(in srgb,currentColor 66%,transparent);font-size:12px;line-height:1.65}.peregy-brand-index__card-footer{padding-top:18px;border-top:1px solid color-mix(in srgb,currentColor 13%,transparent);color:color-mix(in srgb,currentColor 72%,transparent);font-size:11px;font-weight:650}.peregy-brand-index__arrow{width:38px;height:38px;border:1px solid color-mix(in srgb,currentColor 15%,transparent);border-radius:50%;background:color-mix(in srgb,currentColor 5%,transparent);color:inherit;display:grid;place-items:center;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease}[dir=rtl] .peregy-brand-index__arrow svg{transform:scaleX(-1)}.peregy-brand-index__card:hover .peregy-brand-index__arrow{border-color:var(--brand-card-accent, var(--brand-index-accent));background:var(--brand-card-accent, var(--brand-index-accent));color:#fff;transform:translate(3px)}[dir=rtl] .peregy-brand-index__card:hover .peregy-brand-index__arrow{transform:translate(-3px)}.peregy-brand-index__empty{min-height:240px;padding:30px;border:1px dashed color-mix(in srgb,var(--brand-index-text) 24%,transparent);border-radius:var(--brand-index-card-radius);background:color-mix(in srgb,var(--brand-index-text) 4%,transparent);display:grid;place-content:center;gap:8px;text-align:center}.peregy-brand-index__empty strong{font-size:20px}.peregy-brand-index__empty span,.peregy-brand-index__no-results{color:var(--brand-index-muted)}.peregy-brand-index__no-results{margin:28px 0 0;text-align:center}@media(max-width:1199px){.peregy-brand-index__grid{grid-template-columns:repeat(var(--brand-index-tablet-columns),minmax(0,1fr))}}@media(max-width:749px){.peregy-brand-index--modern{padding-top:min(var(--brand-index-padding-top),64px);padding-bottom:min(var(--brand-index-padding-bottom),64px)}.peregy-brand-index__header{grid-template-columns:1fr;align-items:start;gap:22px;margin-bottom:28px}.peregy-brand-index__heading-wrap h2{font-size:clamp(34px,11vw,50px)}.peregy-brand-index__view-all{width:fit-content}.peregy-brand-index__toolbar{align-items:stretch;flex-direction:column;margin-bottom:18px}.peregy-brand-index__toolbar--count-only{align-items:flex-start}.peregy-brand-index__search{width:100%;min-height:50px}.peregy-brand-index__grid{grid-template-columns:repeat(var(--brand-index-mobile-columns),minmax(0,1fr));gap:min(var(--brand-index-gap),12px)}.peregy-brand-index__card{min-height:260px;padding:16px;border-radius:min(var(--brand-index-card-radius),20px)}.peregy-brand-index__identity{gap:18px;margin-block:28px 22px}.peregy-brand-index__logo-wrap{width:min(82%,150px);min-height:54px}.peregy-brand-index__logo-wrap img{max-height:58px}.peregy-brand-index__monogram{width:58px;height:58px;border-radius:18px;font-size:23px}.peregy-brand-index__copy h3{font-size:clamp(21px,6.5vw,28px)}.peregy-brand-index__descriptor,.peregy-brand-index__number{font-size:8px}.peregy-brand-index__copy p{font-size:11px}.peregy-brand-index__card-footer{padding-top:14px;font-size:10px}.peregy-brand-index__arrow{width:34px;height:34px}}@media(max-width:359px){.peregy-brand-index__grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.peregy-brand-index__card,.peregy-brand-index__card:before,.peregy-brand-index__media img,.peregy-brand-index__logo-wrap img,.peregy-brand-index__arrow{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/peregy-brand-index-v3.css.map */
