:root{--pdx-navy: #083358;--pdx-blue: #0d527f;--pdx-blue-hover: #083358;--pdx-accent: #0a9ee3;--pdx-ink: #203864;--pdx-muted: #5b6b85;--pdx-surface: #ffffff;--pdx-surface-soft: #f8fafc;--pdx-surface-tint: #eaf2fb;--pdx-border: #e2e8f0;--pdx-border-strong: #cbd5e1;--pdx-success: #1f7a4d;--pdx-error: #b42318;--pdx-on-dark: #ffffff;--pdx-on-dark-muted: #dbe6f2;--pdx-radius-sm: 4px;--pdx-radius-md: 8px;--pdx-radius-lg: 12px;--pdx-shadow-card: 0 1px 2px rgb(8 51 88 / .06), 0 10px 24px -14px rgb(8 51 88 / .2);--pdx-shadow-floating: 0 2px 6px rgb(8 51 88 / .08), 0 16px 40px -12px rgb(8 51 88 / .24);--pdx-focus-ring: 0 0 0 3px rgb(13 82 127 / .35);--pdx-page-width: 80rem;--pdx-content-width-wide: 75rem;--pdx-reading-width: 46rem;--pdx-page-gutter: var(--page-margin, 40px);--pdx-content-width: 42rem;--pdx-container-width: var(--pdx-content-width-wide);--pdx-section-gap: clamp(3rem, 6vw, 5rem);--pdx-stack-gap: 1.25rem;--pdx-grid-gap: 1.5rem;--pdx-eyebrow-size: .75rem;--pdx-eyebrow-tracking: .08em;--pdx-lead-size: 1.125rem;--pdx-meta-size: .8125rem}body.page-width-narrow{--page-content-width: var(--pdx-page-width)}.pdx-container{width:100%;max-width:var(--pdx-container-width);margin-inline:auto}.pdx-container--content{max-width:var(--pdx-content-width)}.pdx-divider{border:0;border-block-start:1px solid var(--color-border, var(--pdx-border));margin-block:var(--pdx-stack-gap)}.pdx-eyebrow{display:block;margin:0 0 .75rem;font-family:var(--font-subheading--family);font-weight:600;font-size:var(--pdx-eyebrow-size);line-height:1.3;letter-spacing:var(--pdx-eyebrow-tracking);text-transform:uppercase;color:var(--color-primary, var(--pdx-blue))}.pdx-section-heading{max-width:var(--pdx-content-width);margin-block:0 var(--pdx-stack-gap)}.pdx-section-heading>:is(h1,h2,h3,h4){margin:0;text-wrap:balance;color:var(--color-foreground-heading, var(--pdx-navy))}.pdx-section-heading>p{margin:.75rem 0 0}.pdx-section-heading--center{margin-inline:auto;text-align:center}.pdx-section-header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem 2rem;margin-block-end:var(--pdx-stack-gap)}.pdx-section-header__text{display:flex;flex-direction:column;gap:.6rem;max-width:var(--pdx-content-width);min-width:0}.pdx-section-header__text>.pdx-eyebrow,.pdx-section-header__heading{margin:0}.pdx-section-header__heading{text-wrap:balance;color:var(--color-foreground-heading, var(--pdx-navy))}.pdx-section-header__body>:first-child{margin-block-start:0}.pdx-section-header__body>:last-child{margin-block-end:0}.pdx-section-header__action{flex:0 0 auto;padding-block-end:.15rem}.pdx-section-header__link{font-weight:600;color:var(--color-primary, var(--pdx-blue))}.pdx-section-header--stack{flex-direction:column;align-items:flex-start}.pdx-lead{font-size:var(--pdx-lead-size);line-height:1.6;color:var(--color-foreground, var(--pdx-ink))}.pdx-meta{font-size:var(--pdx-meta-size);line-height:1.5;color:rgb(var(--color-foreground-rgb, 32 56 100) / var(--opacity-subdued-text, .7))}.pdx-prose{max-width:var(--pdx-content-width);line-height:1.6}.pdx-prose>*+*{margin-block-start:.9em}.pdx-prose>:is(h2,h3,h4){margin-block-start:1.6em;color:var(--color-foreground-heading, var(--pdx-navy))}.pdx-prose ul,.pdx-prose ol{padding-inline-start:1.25em}.pdx-card{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;background:var(--pdx-surface);color:var(--pdx-ink);border:1px solid var(--pdx-border);border-radius:var(--pdx-radius-md);box-shadow:none;transition:border-color var(--animation-speed, .2s) var(--animation-easing, ease),box-shadow var(--animation-speed, .2s) var(--animation-easing, ease)}.pdx-card :is(h2,h3,h4,h5){margin:0;color:var(--pdx-navy)}.pdx-card a{color:var(--pdx-blue)}.pdx-card--soft{background:var(--pdx-surface-soft)}.pdx-card--tint{background:var(--pdx-surface-tint);border-color:transparent}.pdx-card--interactive{cursor:pointer}.pdx-card--interactive:hover,.pdx-card--interactive:focus-within{border-color:var(--pdx-border-strong);box-shadow:var(--pdx-shadow-card)}.pdx-grid{display:grid;gap:var(--pdx-grid-gap);grid-template-columns:repeat(auto-fill,minmax(min(100%,16rem),1fr))}.pdx-button-secondary{display:inline-grid;align-content:center;width:fit-content;padding-block:var(--button-padding-block, 16px);padding-inline:var(--button-padding-inline, 24px);font-family:var(--font-paragraph--family);font-size:var(--font-paragraph--size);font-weight:500;line-height:var(--font-paragraph--line-height);text-align:center;text-decoration:none;color:var(--pdx-navy);background:transparent;border:1px solid var(--pdx-navy);border-radius:var(--style-border-radius-buttons-secondary, var(--pdx-radius-md));cursor:pointer;transition:background-color var(--animation-speed, .2s) var(--animation-easing, ease),border-color var(--animation-speed, .2s) var(--animation-easing, ease),color var(--animation-speed, .2s) var(--animation-easing, ease)}.pdx-button-secondary:hover{color:var(--pdx-navy);background:var(--pdx-surface-tint);border-color:var(--pdx-blue)}.pdx-button-secondary:focus-visible{outline:none;box-shadow:var(--pdx-focus-ring)}.pdx-trust-row{display:flex;flex-wrap:wrap;gap:.75rem 2rem;margin:0;padding:0;list-style:none}.pdx-trust-row__item{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.4;color:var(--color-foreground, var(--pdx-ink))}.pdx-trust-row__item>svg,.pdx-trust-row__item>img{flex:0 0 auto;width:1.125rem;height:1.125rem;color:var(--color-primary, var(--pdx-blue))}.pdx-trust-row--bordered{padding-block:1rem;border-block:1px solid var(--color-border, var(--pdx-border))}.pdx-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.2rem .6rem;font-family:var(--font-subheading--family);font-size:.75rem;font-weight:600;line-height:1.5;letter-spacing:.02em;color:var(--pdx-navy);background:var(--pdx-surface-tint);border-radius:var(--pdx-radius-sm)}.pdx-chip--success{color:var(--pdx-success);background:#1f7a4d1a}.pdx-chip--navy{color:var(--pdx-on-dark);background:var(--pdx-navy)}@media(prefers-reduced-motion:reduce){.pdx-card,.pdx-button-secondary{transition:none}}.header-section .header__row{--color-account-icon: var(--pdx-navy)}.header-section:has(>#header-component[sticky][data-sticky-state=active]){box-shadow:0 1px 0 var(--pdx-border),0 12px 28px -20px #08335847}.header-section .header-logo{padding-inline-end:.5rem}.header-section .header-logo:focus-visible{outline:2px solid var(--pdx-blue);outline-offset:4px;border-radius:var(--pdx-radius-sm)}.header-section .menu-list__link{--menu-top-level-font-color: var(--pdx-navy);--menu-top-level-font-color-rgb: 8 51 88;font-weight:500}.header-section .menu-list__list-item:not([slot=overflow]) .menu-list__link-title{position:relative;padding-block:.4rem}.header-section .menu-list__list-item:not([slot=overflow]) .menu-list__link-title:after{content:"";position:absolute;inset-inline:calc(var(--gap-xl) / 2);bottom:0;height:2px;border-radius:2px;background:var(--pdx-blue);transform:scaleX(0);transform-origin:left center;transition:transform .2s var(--ease-out-cubic, ease-out)}.header-section .menu-list__list-item:not([slot=overflow]):where(:hover,:focus-within) .menu-list__link-title:after,.header-section .menu-list__link[aria-expanded=true] .menu-list__link-title:after,.header-section .menu-list__link[aria-current=page] .menu-list__link-title:after{transform:scaleX(1)}.header-section .menu-list__link[aria-current=page]{font-weight:600}.header-section .menu-list__link:focus-visible{outline:2px solid var(--pdx-blue);outline-offset:2px;border-radius:var(--pdx-radius-sm)}.header-section .header__underlay-open:after{box-shadow:0 1px 0 var(--pdx-border),0 24px 48px -24px #0833584d}.header-section .mega-menu__link--parent{font-family:var(--font-subheading--family);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--pdx-muted);margin-block-end:.35rem}.header-section .mega-menu__link--parent:hover{color:var(--pdx-navy)}.header-section .mega-menu__link:not(.mega-menu__link--parent){font-size:.9375rem;color:var(--pdx-navy);padding-block:.3rem}.header-section .mega-menu__link:not(.mega-menu__link--parent):hover{color:var(--pdx-blue)}.header-section .mega-menu__link:focus-visible{outline:2px solid var(--pdx-blue);outline-offset:2px;border-radius:var(--pdx-radius-sm)}.header-section :is(.search-action .header-actions__action,cart-drawer-component>.header-actions__action,a.action__cart) .svg-wrapper{border-radius:50%;transition:background-color .15s ease,color .15s ease}.header-section :is(.search-action .header-actions__action,cart-drawer-component>.header-actions__action,a.action__cart):is(:hover,:focus-visible) .svg-wrapper{background-color:var(--pdx-surface-tint);color:var(--pdx-blue)}.header-section .header-actions__action:focus-visible,.header-section .header__icon--menu:focus-visible{outline:2px solid var(--pdx-blue);outline-offset:2px;border-radius:50%}.header-section .account-button:hover{--color-account-icon: var(--pdx-blue)}.header-section .header-actions__cart-icon{--cart-bubble-size: 18px;--cart-bubble-top: 4px;--cart-bubble-right: 3px}.header-section .header-actions__cart-icon .cart-bubble__background{background-color:var(--pdx-blue)}.header-section .header-actions__cart-icon .cart-bubble__text{color:var(--pdx-on-dark);font-weight:600}.header-section .dropdown-localization__button{color:var(--pdx-navy);font-weight:500;border-radius:var(--pdx-radius-sm)}.header-section .dropdown-localization__button:focus-visible{outline:2px solid var(--pdx-blue);outline-offset:2px}.header-section .header__icon--menu{color:var(--pdx-navy)}.header-section .menu-drawer{--drawer-padding: 1.25rem;border-right:1px solid var(--pdx-border)}.header-section .menu-drawer__menu-item--mainlist{--menu-top-level-font-size: 1.125rem;--menu-top-level-font-line-height: 1.35;--menu-top-level-font-color: var(--pdx-navy);font-weight:500}.header-section .menu-drawer__menu-item--parent{--menu-parent-font-color: var(--pdx-muted)}.header-section .menu-drawer__menu-item--child{--menu-child-font-size: 1rem;--menu-child-font-color: var(--pdx-ink)}.header-section .menu-drawer__menu-item[aria-current=page]{--menu-top-level-font-color: var(--pdx-blue);--menu-child-font-color: var(--pdx-blue);font-weight:600}.header-section .menu-drawer__menu-item:focus-visible,.header-section .menu-drawer__close-button:focus-visible,.header-section .menu-drawer__back-button:focus-visible{outline:2px solid var(--pdx-blue);outline-offset:-2px;border-radius:var(--pdx-radius-sm)}.header-section .menu-drawer__list-item--divider{border-color:var(--pdx-border)}.header-section .menu-drawer__utility-links{margin-inline:0;padding:1rem var(--drawer-padding, 1.25rem);background-color:var(--pdx-surface-soft);border-block-start:1px solid var(--pdx-border)}.header-section .menu-drawer__utility-links:not(:has(a,button,form,details,ul,div)){display:none}.header-section .menu-drawer__account{font-size:1rem;font-weight:500;color:var(--pdx-navy)}.header-section .menu-drawer__close-button{color:var(--pdx-navy)}@media(prefers-reduced-motion:reduce){.header-section .menu-list__link-title:after,.header-section .header-actions__action .svg-wrapper{transition:none}}footer .footer-content{row-gap:2.5rem}@media screen and (min-width:990px){footer .footer-content[style*="--grid-columns: 4"]{grid-template-columns:minmax(0,1.6fr) repeat(3,minmax(0,1fr));column-gap:clamp(2rem,4vw,4rem)}footer .footer-content[style*="--grid-columns: 3"]{grid-template-columns:minmax(0,1.5fr) repeat(2,minmax(0,1fr));column-gap:clamp(2rem,5vw,5rem)}}footer .footer-content .menu__heading,footer .footer-content .text-block.h6>*{margin:0;font-family:var(--font-subheading--family);font-size:.8125rem;font-weight:600;line-height:1.4;letter-spacing:.08em;text-transform:uppercase;color:var(--color-foreground-heading)}footer .footer-content .text-block.rte{font-size:.95rem;line-height:1.6;color:var(--color-foreground)}footer .footer-content .text-block.rte a{color:var(--color-foreground-heading);text-decoration:underline;text-decoration-color:rgb(var(--color-foreground-rgb) / .4);text-underline-offset:.2em;transition:text-decoration-color var(--animation-speed) var(--animation-easing)}footer .footer-content .text-block.rte a:hover{text-decoration-color:currentColor}footer .footer-content .menu__item a{display:inline-block;padding-block:.15rem;font-size:.95rem;line-height:1.5;color:rgb(var(--color-foreground-rgb) / .88);text-decoration:underline;text-decoration-color:transparent;text-underline-offset:.2em;transition:color var(--animation-speed) var(--animation-easing),text-decoration-color var(--animation-speed) var(--animation-easing)}footer .footer-content .menu__item a:hover{color:var(--color-foreground-heading);text-decoration-color:currentColor}footer .footer-content a:focus-visible,footer .footer-content summary:focus-visible,footer .footer-content .button-secondary:focus-visible,footer .footer-content .button:focus-visible,footer .pdx-footer-legal a:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px;border-radius:var(--pdx-radius-sm)}footer .footer-content .logo-block__image{object-position:left center}@media screen and (max-width:749px){footer .footer-content .menu--accordion .menu__heading{display:flex;align-items:center;justify-content:space-between;min-height:3rem;padding-block:.5rem;cursor:pointer}footer .footer-content .menu--accordion .menu__heading__toggle{color:rgb(var(--color-foreground-rgb) / .7)}footer .footer-content .menu--dividers .menu__details{border-color:rgb(var(--color-foreground-rgb) / .16)}footer .footer-content .menu__item a{padding-block:.7rem}footer .footer-content .text-block.rte{font-size:.9375rem}}.pdx-footer-legal--divider{border-block-start:1px solid rgb(var(--color-foreground-rgb) / .14)}.pdx-footer-legal__note{margin:0 0 .75rem;font-size:.8125rem;line-height:1.5;color:rgb(var(--color-foreground-rgb) / .8)}.pdx-footer-legal__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 2rem}.pdx-footer-legal__copyright{margin:0;font-size:.8125rem;line-height:1.5;color:rgb(var(--color-foreground-rgb) / .8)}.pdx-footer-legal__copyright a,.pdx-footer-legal__links a{color:inherit;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:.2em;transition:color var(--animation-speed) var(--animation-easing),text-decoration-color var(--animation-speed) var(--animation-easing)}.pdx-footer-legal__copyright a:hover,.pdx-footer-legal__links a:hover{color:var(--color-foreground-heading);text-decoration-color:currentColor}.pdx-footer-legal__links{display:flex;flex-wrap:wrap;gap:.25rem 1.25rem;margin:0;padding:0;list-style:none;font-size:.8125rem;line-height:1.5;color:rgb(var(--color-foreground-rgb) / .8)}.pdx-footer-legal__links a{display:inline-block;padding-block:.35rem}.pdx-footer-legal__social .social-icons__wrapper{justify-content:flex-start}.pdx-footer-legal__social .social-icons__wrapper:empty{display:none}@media screen and (max-width:749px){.pdx-footer-legal__row{flex-direction:column;align-items:flex-start;gap:.5rem}.pdx-footer-legal__links{gap:.1rem 1rem}}.product-information__media .product-media-container:not(.dialog-zoomed-gallery *){background:var(--pdx-surface);border:1px solid var(--pdx-border);border-radius:var(--media-radius, var(--pdx-radius-md))}.pdx-product-eyebrow{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .6rem;margin:0;font-family:var(--font-subheading--family);font-size:.75rem;line-height:1.4;letter-spacing:.06em;text-transform:uppercase;color:var(--color-primary, var(--pdx-blue))}.pdx-product-eyebrow__sep{color:rgb(var(--color-foreground-rgb) / .4)}.pdx-product-eyebrow__sku{letter-spacing:.03em;text-transform:none;color:rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text))}.pdx-product-eyebrow__sku .sku{font-variant-numeric:tabular-nums}.product-details .text-block.h2>*{margin:0;text-wrap:pretty;overflow-wrap:anywhere}.product-details product-price .price,.product-details product-price .price-item--regular{color:var(--color-foreground-heading)}.product-details .buy-buttons-block .add-to-cart-button{min-height:3rem}.product-details .text-block.custom{color:rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text))}.pdx-product-facts{width:100%}.pdx-product-facts--card{padding:1rem 1.1rem;background:var(--pdx-surface-tint);border-radius:var(--pdx-radius-md)}.pdx-product-facts__heading{margin:0 0 .5rem;font-family:var(--font-subheading--family);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--pdx-navy)}.pdx-product-facts__list{display:grid;gap:0;margin:0}.pdx-product-facts__row{display:grid;grid-template-columns:minmax(7rem,38%) minmax(0,1fr);gap:.5rem 1rem;padding-block:.45rem;font-size:.9rem;line-height:1.45;border-block-start:1px solid rgb(8 51 88 / .1)}.pdx-product-facts__row:first-child{border-block-start:0}.pdx-product-facts--plain .pdx-product-facts__row{border-color:var(--pdx-border)}.pdx-product-facts__row dt{margin:0;color:var(--pdx-muted)}.pdx-product-facts__row dd{margin:0;color:var(--pdx-navy);font-weight:500;overflow-wrap:anywhere}.shopify-section[id$=__product_details] .text-block.rte{font-size:1rem;line-height:1.65}.shopify-section[id$=__product_details] .text-block.rte :is(h2,h3,h4){margin-block:1.6em .5em;font-size:1.125rem;line-height:1.35;color:var(--color-foreground-heading)}.shopify-section[id$=__product_details] .text-block.rte>:first-child{margin-block-start:0}.shopify-section[id$=__product_details] .text-block.rte :is(ul,ol){padding-inline-start:1.25em}.shopify-section[id$=__product_details] .text-block.rte li+li{margin-block-start:.25em}.shopify-section[id$=__product_details] .accordion summary{padding-block:.9rem}.sticky-add-to-cart__bar{box-shadow:var(--pdx-shadow-floating);border:1px solid var(--pdx-border)}@media screen and (max-width:749px){.pdx-product-facts__row{grid-template-columns:minmax(6rem,40%) minmax(0,1fr)}}@media screen and (min-width:750px){results-list .product-grid--grid[data-product-card-size=medium]{--product-grid-columns-desktop: repeat(auto-fill, minmax(min(100%, 280px), 1fr))}}product-card .product-card__content{transition:border-color var(--animation-speed) var(--animation-easing),box-shadow var(--animation-speed) var(--animation-easing)}product-card:is(:hover,:focus-within) .product-card__content{border-color:var(--pdx-border-strong);box-shadow:var(--pdx-shadow-card)}product-card:has(.product-card__link:focus-visible) .product-card__content{outline:2px solid var(--pdx-blue);outline-offset:2px}product-card .card-gallery{background:var(--pdx-surface);border-block-end:1px solid var(--pdx-border)}product-card .card-gallery .product-media-container.media-fit{--product-media-fit: contain;background:var(--pdx-surface)}product-card .card-gallery .product-media-container.media-fit .product-media img{object-fit:contain;padding:7%;box-sizing:border-box}product-card .pdx-card-type{width:100%;margin:0;padding:.75rem 1rem 0;font-family:var(--font-subheading--family);font-size:.75rem;font-weight:600;line-height:1.3;letter-spacing:.06em;text-transform:uppercase;color:var(--pdx-blue);overflow-wrap:normal;-webkit-hyphens:auto;hyphens:auto}product-card .text-block.rte p[role=heading]{margin:0;font-weight:500;line-height:1.35;color:var(--pdx-navy);transition:color var(--animation-speed) var(--animation-easing)}product-card:is(:hover,:focus-within) .text-block.rte p[role=heading]{color:var(--pdx-blue)}product-card product-sku-component{color:var(--pdx-muted);font-variant-numeric:tabular-nums}product-card product-price .price{font-weight:600;color:var(--pdx-navy)}.facets__summary,.facets__label,.sorting-filter__select,.products-count-wrapper{color:var(--pdx-navy)}.facets__summary,.sorting-filter__select{font-weight:500}.facets__summary:focus-visible,.facets-toggle__button:focus-visible,.sorting-filter__select-wrapper:has(:focus-visible),.sorting-filter__option:has(:focus-visible),.facets__inputs-list-item:has(:focus-visible){outline:2px solid var(--pdx-blue);outline-offset:2px;border-radius:var(--pdx-radius-sm)}.facets-toggle__button{min-height:var(--minimum-touch-target, 2.75rem);padding-inline:.25rem;border-radius:var(--pdx-radius-md);color:var(--pdx-navy);font-weight:500}.main-collection-grid__empty{gap:.75rem}.main-collection-grid__empty-title{font-size:var(--font-h3--size);color:var(--pdx-navy)}.main-collection-grid__empty-link{color:var(--pdx-blue)}@media screen and (max-width:749px){product-card .card-gallery .product-media-container.media-fit .product-media img{padding:6%}product-card .pdx-card-type{padding-inline:.75rem;font-size:.6875rem;letter-spacing:.04em}product-card .text-block.rte p[role=heading]{font-size:.9375rem}}@media(prefers-reduced-motion:reduce){product-card .product-card__content,product-card .text-block.rte p[role=heading]{transition:none}}.pdx-lanr{margin:0 0 1.25rem;padding:1rem 1.1rem;color:var(--pdx-ink);background:var(--pdx-surface-soft);border:1px solid var(--pdx-border-strong);border-radius:var(--pdx-radius-md)}.pdx-lanr__label{display:block;margin:0 0 .25rem;font-family:var(--font-subheading--family);font-size:.95rem;font-weight:600;line-height:1.4;color:var(--pdx-navy)}.pdx-lanr__optional{font-weight:400;color:var(--pdx-muted)}.pdx-lanr__hint{margin:0 0 .6rem;font-size:.82rem;line-height:1.4;color:var(--pdx-muted)}.pdx-lanr__input{width:100%;box-sizing:border-box;padding:.7rem .8rem;font:inherit;font-size:1rem;letter-spacing:.08em;color:var(--pdx-ink);background:var(--pdx-surface);border:1px solid var(--color-input-border, var(--pdx-border-strong));border-radius:var(--pdx-radius-md);transition:border-color var(--animation-speed) var(--animation-easing),box-shadow var(--animation-speed) var(--animation-easing)}.pdx-lanr__input::placeholder{color:var(--pdx-muted);opacity:.8}.pdx-lanr__input:focus-visible{outline:none;border-color:var(--pdx-blue);box-shadow:var(--pdx-focus-ring)}.pdx-lanr.is-invalid .pdx-lanr__input{border-color:var(--pdx-error)}.pdx-lanr.is-invalid .pdx-lanr__input:focus-visible{box-shadow:0 0 0 3px #b4231840}.pdx-lanr__error{display:none;margin:.45rem 0 0;font-size:.85rem;font-weight:600;line-height:1.4;color:var(--pdx-error)}.pdx-lanr.is-invalid .pdx-lanr__error{display:block}@media(prefers-reduced-motion:reduce){.pdx-lanr__input{transition:none}}.b2b-banner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;padding:7px var(--page-margin, 24px);font-family:var(--font-body--family, sans-serif);font-size:.75rem;line-height:1.4;letter-spacing:.01em;color:#ffffffeb;background-color:var(--pdx-navy)}.b2b-banner__left{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.b2b-banner__name{font-weight:600;color:var(--pdx-on-dark)}.b2b-banner__badge{display:inline-block;padding:2px 9px;border-radius:var(--pdx-radius-sm);font-size:.68rem;font-weight:700;line-height:1.6;letter-spacing:.07em;text-transform:uppercase}.b2b-banner__badge--rep{color:var(--pdx-on-dark);background:var(--pdx-blue)}.b2b-banner__badge--partner{color:var(--pdx-on-dark);background:var(--pdx-success)}.b2b-banner__badge--default{color:var(--pdx-on-dark);background:#ffffff29}.b2b-banner__right{font-size:.7rem;opacity:.6;white-space:nowrap}@media screen and (max-width:480px){.b2b-banner{padding-inline:16px}.b2b-banner__right{display:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/pdx-theme.css.map */
