.pam-logoList{color:rgb(var(--color-foreground));background:rgb(var(--color-background))}.pam-logoListInner{width:100%}.pam-logoList--width-full .pam-logoListInner{padding-right:0;padding-left:0}.pam-logoList .section-heading{margin-bottom:2.4rem}.pam-logoList--align-center .section-heading{justify-content:center;text-align:center}.pam-logoList--align-center .section-heading__left,.pam-logoList--align-center .section-heading__heading,.pam-logoList--align-center .section-heading__description{margin-right:auto;margin-left:auto}.pam-logoList--align-right .section-heading{justify-content:flex-end;text-align:right}.pam-logoList--align-right .section-heading__left,.pam-logoList--align-right .section-heading__heading,.pam-logoList--align-right .section-heading__description{margin-left:auto}.pam-logoListStage{position:relative}.pam-logoListViewport{position:relative;overflow:hidden;width:100%}.pam-logoListItems{margin:0;padding:0;list-style:none}.pam-logoList--grid .pam-logoListItems,.pam-logoList--mobileSlider .pam-logoListItems{display:grid;grid-template-columns:repeat(var(--pam-logoList-mobileColumns),minmax(0,1fr));gap:var(--pam-logoList-gap)}.pam-logoList--slider .pam-logoListItems{display:flex}.pam-logoList--mobileSlider .pam-logoListItems.swiper-wrapper{display:grid;transform:none!important}.pam-logoList--mobileSlider .pam-logoListItem.swiper-slide{width:auto}.pam-logoList--centerRows.pam-logoList--grid .pam-logoListItems,.pam-logoList--centerRows.pam-logoList--mobileSlider .pam-logoListItems{display:flex;flex-wrap:wrap;justify-content:center}.pam-logoList--centerRows.pam-logoList--grid .pam-logoListItem,.pam-logoList--centerRows.pam-logoList--mobileSlider .pam-logoListItem{flex:0 0 calc((100% - ((var(--pam-logoList-mobileColumns) - 1) * var(--pam-logoList-gap))) / var(--pam-logoList-mobileColumns));width:calc((100% - ((var(--pam-logoList-mobileColumns) - 1) * var(--pam-logoList-gap))) / var(--pam-logoList-mobileColumns))}@media screen and (min-width:750px){.pam-logoList--grid .pam-logoListItems,.pam-logoList--mobileSlider .pam-logoListItems{grid-template-columns:repeat(var(--pam-logoList-tabletColumns),minmax(0,1fr))}.pam-logoList--centerRows.pam-logoList--grid .pam-logoListItem,.pam-logoList--centerRows.pam-logoList--mobileSlider .pam-logoListItem{flex-basis:calc((100% - ((var(--pam-logoList-tabletColumns) - 1) * var(--pam-logoList-gap))) / var(--pam-logoList-tabletColumns));width:calc((100% - ((var(--pam-logoList-tabletColumns) - 1) * var(--pam-logoList-gap))) / var(--pam-logoList-tabletColumns))}}@media screen and (min-width:990px){.pam-logoList--grid .pam-logoListItems,.pam-logoList--mobileSlider .pam-logoListItems{grid-template-columns:repeat(var(--pam-logoList-desktopColumns),minmax(0,1fr))}.pam-logoList--centerRows.pam-logoList--grid .pam-logoListItem,.pam-logoList--centerRows.pam-logoList--mobileSlider .pam-logoListItem{flex-basis:calc((100% - ((var(--pam-logoList-desktopColumns) - 1) * var(--pam-logoList-gap))) / var(--pam-logoList-desktopColumns));width:calc((100% - ((var(--pam-logoList-desktopColumns) - 1) * var(--pam-logoList-gap))) / var(--pam-logoList-desktopColumns))}}@media screen and (max-width:749px){.pam-logoList--mobileSlider .pam-logoListItems.swiper-wrapper{display:flex;gap:0;transform:translateZ(0)}.pam-logoList--centerRows.pam-logoList--mobileSlider .pam-logoListItem.swiper-slide{flex:0 0 auto;width:auto}}.pam-logoListItem{min-width:0;height:auto}.pam-logoListCard{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:var(--pam-logoList-cardMinHeight);height:100%;padding:1.6rem;color:inherit;text-align:center;text-decoration:none;transition:transform var(--duration-default) ease,opacity var(--duration-default) ease,border-color var(--duration-default) ease,background-color var(--duration-default) ease,box-shadow var(--duration-default) ease}@media screen and (min-width:750px){.pam-logoListCard{padding:2rem}}.pam-logoList--style-bordered .pam-logoListCard{border:.1rem solid rgba(var(--color-border),.7);border-radius:var(--border-radius-media)}.pam-logoList--style-filled .pam-logoListCard{border-radius:var(--border-radius-media);background:rgba(var(--color-foreground),.035)}.pam-logoList--style-shadow .pam-logoListCard{border-radius:var(--border-radius-media);background:rgb(var(--color-background));box-shadow:0 1.2rem 3.2rem rgba(var(--color-foreground),.08)}.pam-logoList--style-plain .pam-logoListCard{padding-right:.8rem;padding-left:.8rem}.pam-logoListMedia{--pam-logoList-currentLogoMaxWidth: var(--pam-logoList-itemLogoMaxWidth, var(--pam-logoList-logoMaxWidth));display:flex;align-items:center;justify-content:center;width:min(100%,var(--pam-logoList-currentLogoMaxWidth));max-width:100%;margin-right:auto;margin-left:auto}.pam-logoList--ratio-natural .pam-logoListMedia{min-height:4rem}.pam-logoList--ratio-square .pam-logoListMedia{aspect-ratio:1 / 1}.pam-logoList--ratio-landscape .pam-logoListMedia{aspect-ratio:4 / 3}.pam-logoList--ratio-portrait .pam-logoListMedia{aspect-ratio:3 / 4}.pam-logoListImage,.pam-logoListPlaceholder{display:block;max-width:100%;max-height:100%;transition:transform var(--duration-default) ease,filter var(--duration-default) ease,opacity var(--duration-default) ease}.pam-logoListImage{width:100%;height:auto;object-fit:var(--pam-logoList-imageFit)}.pam-logoList--ratio-square .pam-logoListImage,.pam-logoList--ratio-landscape .pam-logoListImage,.pam-logoList--ratio-portrait .pam-logoListImage,.pam-logoList--ratio-square .pam-logoListPlaceholder,.pam-logoList--ratio-landscape .pam-logoListPlaceholder,.pam-logoList--ratio-portrait .pam-logoListPlaceholder{width:100%;height:100%;object-fit:var(--pam-logoList-imageFit)}.pam-logoListPlaceholder{width:100%;min-height:6rem;background:rgba(var(--color-foreground),.035)}.pam-logoListTitle{display:block;margin-top:1.2rem;color:rgb(var(--color-foreground-title));font-family:var(--font-heading-card-family);font-size:calc(var(--font-heading-card-scale) * 1.4rem);font-style:var(--font-heading-card-style);font-weight:var(--font-heading-card-weight);line-height:1.25;word-break:break-word}.pam-logoListCaption{display:block;margin-top:.6rem;color:rgb(var(--color-foreground-secondary));font-size:1.2rem;line-height:1.35;word-break:break-word}.pam-logoList--grayscale .pam-logoListImage,.pam-logoList--grayscale .pam-logoListPlaceholder{filter:grayscale(1);opacity:.78}.pam-logoList--grayscale.pam-logoList--colorOnHover .pam-logoListCard:hover .pam-logoListImage,.pam-logoList--grayscale.pam-logoList--colorOnHover .pam-logoListCard:focus-visible .pam-logoListImage,.pam-logoList--grayscale.pam-logoList--colorOnHover .pam-logoListCard:hover .pam-logoListPlaceholder,.pam-logoList--grayscale.pam-logoList--colorOnHover .pam-logoListCard:focus-visible .pam-logoListPlaceholder{filter:grayscale(0);opacity:1}.pam-logoList--hover-lift .pam-logoListCard:hover,.pam-logoList--hover-lift .pam-logoListCard:focus-visible{transform:translateY(-.4rem)}.pam-logoList--hover-scale .pam-logoListCard:hover .pam-logoListImage,.pam-logoList--hover-scale .pam-logoListCard:focus-visible .pam-logoListImage,.pam-logoList--hover-scale .pam-logoListCard:hover .pam-logoListPlaceholder,.pam-logoList--hover-scale .pam-logoListCard:focus-visible .pam-logoListPlaceholder{transform:scale(1.04)}.pam-logoList--hover-fade .pam-logoListItems:hover .pam-logoListCard{opacity:.5}.pam-logoList--hover-fade .pam-logoListItems:hover .pam-logoListCard:hover,.pam-logoList--hover-fade .pam-logoListItems:hover .pam-logoListCard:focus-visible{opacity:1}.pam-logoListCard--linked{cursor:pointer}.pam-logoListCard--linked:hover{border-color:rgba(var(--color-foreground),.45)}.pam-logoListControls{pointer-events:none;position:absolute;inset:50% 0 auto;z-index:2;display:flex;justify-content:space-between;transform:translateY(-50%)}.pam-logoListButton{pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;padding:0;border:.1rem solid rgba(var(--color-border),.8);border-radius:50%;color:rgb(var(--color-foreground));background:rgb(var(--color-background));cursor:pointer;transition:opacity var(--duration-default),transform var(--duration-default),border-color var(--duration-default)}.pam-logoListButton:hover{border-color:rgba(var(--color-foreground),.45);transform:scale(1.04)}.pam-logoListButton.swiper-button-disabled{opacity:.35;pointer-events:none}.pam-logoListButton svg{width:2rem;height:2rem}.pam-logoListPagination{position:static;display:flex;justify-content:center;gap:.6rem;margin-top:1.6rem}.pam-logoListPagination .swiper-pagination-bullet{width:.7rem;height:.7rem;margin:0!important;background:rgba(var(--color-foreground),.35);opacity:1}.pam-logoListPagination .swiper-pagination-bullet-active{background:rgb(var(--color-foreground))}@media screen and (min-width:750px){.pam-logoList--mobileSlider .pam-logoListControls,.pam-logoList--mobileSlider .pam-logoListPagination{display:none}}@media(prefers-reduced-motion:reduce){.pam-logoListCard,.pam-logoListImage,.pam-logoListPlaceholder,.pam-logoListButton{transition:none}.pam-logoList--hover-lift .pam-logoListCard:hover,.pam-logoList--hover-lift .pam-logoListCard:focus-visible,.pam-logoList--hover-scale .pam-logoListCard:hover .pam-logoListImage,.pam-logoList--hover-scale .pam-logoListCard:focus-visible .pam-logoListImage,.pam-logoList--hover-scale .pam-logoListCard:hover .pam-logoListPlaceholder,.pam-logoList--hover-scale .pam-logoListCard:focus-visible .pam-logoListPlaceholder{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/section-pam-logo-list.css.map */
