.collection-brand-split{--cbs-navy: #00144d;--cbs-gold: #ffb823;--cbs-rail-bg: #eef3fb;--cbs-rail-border: #d9e2f1;--cbs-tile-bg: #ffffff;--cbs-tile-border: #e7edf7;--cbs-muted: #6b7a94;--cbs-link: #0b5fc0}.collection-brand-split .cbs-grid{display:block}.collection-brand-split .cbs-desc{min-width:0}.collection-brand-split .cbs-rte{max-width:none}.collection-brand-split .cbs-empty{opacity:.6;font-style:italic}.collection-brand-split .cbs-title{margin:0 0 1.6rem;color:var(--cbs-navy)}@media screen and (min-width:750px){.collection-brand-split .cbs-grid{display:grid;grid-template-columns:minmax(0,var(--cbs-desc, 60fr)) minmax(0,var(--cbs-rail, 40fr));gap:var(--cbs-gap, 34px);align-items:start}}.collection-brand-split .cbs-trunc__body{position:relative;overflow:hidden;transition:max-height .28s ease}@media screen and (min-width:750px){.collection-brand-split .cbs-trunc:not(.is-open) .cbs-trunc__body{max-height:440px}}@media screen and (max-width:749.98px){.collection-brand-split .cbs-trunc:not(.is-open) .cbs-trunc__body{max-height:140px}}.collection-brand-split .cbs-trunc__btn{display:inline-block;margin-top:1rem;padding:0;background:none;border:0;cursor:pointer;font:inherit;color:var(--cbs-link)}.collection-brand-split .cbs-trunc.is-fits .cbs-trunc__btn{display:none}.collection-brand-split .cbs-rail{position:relative;background:var(--cbs-rail-bg);border:1px solid var(--cbs-rail-border);border-radius:18px;overflow:hidden}.collection-brand-split .cbs-rail:before{content:"";position:absolute;top:0;left:1.4rem;right:1.4rem;height:2px;background:var(--cbs-gold)}.collection-brand-split .cbs-rail--shadow{box-shadow:0 1px 2px #00144d0d,0 8px 22px #00144d14}.collection-brand-split .cbs-rail__head{display:flex;align-items:flex-end;justify-content:space-between;gap:.9rem;padding:2rem 1.4rem 1.2rem}.collection-brand-split .cbs-rail__heading{min-width:0}.collection-brand-split .cbs-rail__title{margin:0;color:var(--cbs-navy);font-size:1.6rem;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:.08em}.collection-brand-split .cbs-rail__rule{display:block;width:3.4rem;height:2px;margin-top:.9rem;background:var(--cbs-gold);border-radius:2px}.collection-brand-split .cbs-rail__nav{display:flex;gap:.5rem;flex:0 0 auto}.collection-brand-split .cbs-arrow{width:4rem;height:4rem;border-radius:50%;border:1px solid var(--cbs-rail-border);background:var(--cbs-tile-bg);color:var(--cbs-navy);font-size:2rem;line-height:1;cursor:pointer;display:grid;place-items:center;box-shadow:0 1px 3px #00144d14;transition:border-color .15s ease,color .15s ease}.collection-brand-split .cbs-arrow:hover{border-color:var(--cbs-gold);color:#a9761a}.collection-brand-split .cbs-arrow:focus-visible{outline:2px solid var(--cbs-gold);outline-offset:2px}.collection-brand-split .cbs-rail__scroll{display:grid;gap:1.4rem;padding:.4rem 1.4rem 1.9rem}.collection-brand-split .cbs-rail[data-rail-style=grid] .cbs-rail__scroll{grid-template-columns:repeat(var(--cbs-cols, 2),minmax(0,1fr))}.collection-brand-split .cbs-rail[data-rail-style=carousel] .cbs-rail__scroll{grid-auto-flow:column;align-items:center;grid-auto-columns:9rem;grid-template-columns:none;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;padding-bottom:1.9rem}.collection-brand-split .cbs-rail[data-rail-style=carousel] .cbs-rail__scroll::-webkit-scrollbar{display:none}.collection-brand-split .cbs-rail[data-rail-style=carousel] .cbs-tile{scroll-snap-align:none}.collection-brand-split .cbs-rail[data-rail-style=carousel] .cbs-tile__logo{height:100%}.collection-brand-split .cbs-rail[data-rail-style=list] .cbs-rail__scroll{grid-template-columns:minmax(0,1fr);max-height:var(--cbs-maxh, 320px);overflow-y:auto;scrollbar-width:thin}.collection-brand-split .cbs-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.7rem;aspect-ratio:1 / 1;padding:1.4rem;text-decoration:none;color:var(--cbs-navy);background:var(--cbs-tile-bg);border:1px solid var(--cbs-tile-border);border-radius:13px;box-shadow:0 1px 4px #00144d14}.collection-brand-split .cbs-tile--link{transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.collection-brand-split .cbs-rail[data-rail-style=list] .cbs-tile{flex-direction:row;align-items:center;text-align:left;gap:1.1rem;padding:1.1rem 1.2rem;aspect-ratio:auto}.collection-brand-split a.cbs-tile--link:hover{border-color:var(--cbs-gold);transform:translateY(-2px);box-shadow:0 6px 18px #00144d21}.collection-brand-split a.cbs-tile--link:focus-visible{outline:2px solid var(--cbs-gold);outline-offset:2px}.collection-brand-split .cbs-tile__logo{display:grid;place-items:center;width:100%;height:100%}.collection-brand-split .cbs-rail[data-rail-style=list] .cbs-tile__logo{width:4rem;height:4rem;flex:0 0 auto}.collection-brand-split .cbs-tile__img{display:block;width:auto;height:auto;max-width:calc(100% * var(--logo-scale, 1));max-height:calc(100% * var(--logo-scale, 1));object-fit:contain}.collection-brand-split .cbs-tile__ph{font-weight:800;font-size:1.9rem;line-height:1.12;letter-spacing:-.01em;color:var(--cbs-navy)}.collection-brand-split .cbs-tile__name{font-weight:600;line-height:1.2;font-size:1.3rem;color:var(--cbs-muted)}.collection-brand-split .cbs-rail--labeled .cbs-rail__scroll{align-items:stretch}.collection-brand-split .cbs-rail--labeled[data-rail-style=carousel] .cbs-rail__scroll{grid-auto-columns:11rem;align-items:stretch}.collection-brand-split .cbs-rail--labeled .cbs-tile{aspect-ratio:auto;justify-content:flex-start;padding:1.3rem 1rem 1.2rem}.collection-brand-split .cbs-rail--labeled .cbs-tile__logo{height:4.6rem;width:100%;place-items:start center}.collection-brand-split .cbs-rail--labeled[data-rail-style=carousel] .cbs-tile__logo{height:5.4rem}.collection-brand-split .cbs-rail--labeled .cbs-tile__img{max-height:calc(5.4rem * var(--logo-scale, 1));max-width:100%}.collection-brand-split .cbs-rail--labeled .cbs-tile__name{display:block;margin-top:.8rem;font-size:1.25rem;font-weight:650;line-height:1.22;color:var(--cbs-navy)}.collection-brand-split .cbs-rail--labeled .cbs-tile__name{overflow-wrap:break-word;word-break:normal;-webkit-hyphens:none;hyphens:none}@media screen and (max-width:749px){.collection-brand-split .cbs-rail{margin-top:1.8rem}.collection-brand-split .cbs-rail__nav{display:none!important}.collection-brand-split .cbs-rail[data-rail-style=grid] .cbs-rail__scroll,.collection-brand-split .cbs-rail[data-rail-style=list] .cbs-rail__scroll{grid-auto-flow:row;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-columns:auto;max-height:none;overflow:visible}.collection-brand-split .cbs-rail[data-rail-style=carousel] .cbs-rail__scroll{grid-auto-columns:7.5rem}.collection-brand-split .cbs-rail--labeled[data-rail-style=carousel] .cbs-rail__scroll{grid-auto-columns:10rem}.collection-brand-split .cbs-rail[data-rail-style=list] .cbs-tile{flex-direction:column;align-items:center;text-align:center}.collection-brand-split .cbs-rail[data-rail-style=list] .cbs-tile__logo{width:100%}}@media(prefers-reduced-motion:reduce){.collection-brand-split .cbs-trunc__body,.collection-brand-split .cbs-tile--link{transition:none}.collection-brand-split a.cbs-tile--link:hover{transform:none}}.pmcc-srv{--nv:#00144d;--bl:#0455be;--ln:#d8e0ec;--mut:#5b6b82;color:#0f2032;font-family:inherit}.pmcc-srv .pmcc-srv-wrap{max-width:1360px;margin:0 auto;padding:22px 50px 40px}.pmcc-srv .pmcc-h1{font-size:clamp(22px,3.2vw,29px);font-weight:600;letter-spacing:-.01em;line-height:1.2;color:var(--nv);margin:0 0 14px}.pmcc-srv .pmcc-eyebrow{font-size:12.5px;color:var(--mut);margin:0 0 16px}.pmcc-srv .pmcc-tldr{background:#f4f7fb;border:1px solid var(--ln);border-left:4px solid #d97d1f;border-radius:10px;padding:14px 18px;margin:0 0 18px}.pmcc-srv .pmcc-tldr-h{display:block;font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#a95c0e;margin-bottom:5px}.pmcc-srv .pmcc-tldr p{margin:0;font-size:15.5px;line-height:1.55}.pmcc-srv .pmcc-picks{list-style:none;padding:0;margin:0 0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.pmcc-srv .pmcc-picks li{background:#fff;border:1px solid var(--ln);border-radius:10px;padding:11px 13px;display:flex;flex-direction:column;gap:3px}.pmcc-srv .pmcc-pick-label{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--bl)}.pmcc-srv .pmcc-pick-model{font-size:15px;font-weight:600;color:var(--nv)}.pmcc-srv .pmcc-tablewrap{overflow-x:auto;border:1px solid var(--ln);border-radius:12px;margin:0 0 26px;-webkit-overflow-scrolling:touch}.pmcc-srv table.pmcc-table{border-collapse:collapse;width:100%;font-size:13.5px;min-width:720px}.pmcc-srv .pmcc-table th,.pmcc-srv .pmcc-table td{padding:10px 12px;text-align:left;vertical-align:top;border-bottom:1px solid var(--ln)}.pmcc-srv .pmcc-table thead th{position:sticky;top:0;background:var(--nv);color:#fff;font-weight:600;white-space:nowrap;z-index:1}.pmcc-srv .pmcc-table tbody tr:nth-child(2n){background:#f7f9fc}.pmcc-srv .pmcc-model{min-width:200px}.pmcc-srv .pmcc-model a{color:var(--bl);font-weight:600;text-decoration:none}.pmcc-srv .pmcc-model a:hover{text-decoration:underline}.pmcc-srv .pmcc-th{float:left;margin:0 10px 0 0;width:46px;height:46px;object-fit:contain;background:#fff;border:1px solid var(--ln);border-radius:6px}.pmcc-srv .pmcc-price{white-space:nowrap;font-weight:600}.pmcc-srv .pmcc-best{min-width:240px;color:#33465c}.pmcc-srv .pmcc-faq{margin-top:8px}.pmcc-srv .pmcc-faq h2{font-size:20px;color:var(--nv);margin:0 0 10px}.pmcc-srv .pmcc-faq details{border:1px solid var(--ln);border-radius:9px;padding:2px 15px;margin:9px 0;background:#fff}.pmcc-srv .pmcc-faq summary{cursor:pointer;font-weight:600;color:var(--nv);padding:12px 0;list-style:none}.pmcc-srv .pmcc-faq summary::-webkit-details-marker{display:none}.pmcc-srv .pmcc-faq summary:after{content:"+";float:right;color:var(--bl);font-weight:700}.pmcc-srv .pmcc-faq details[open] summary:after{content:"\2212"}.pmcc-srv .pmcc-faq .pmcc-a{padding:0 0 13px;line-height:1.55;font-size:14.5px}@media(max-width:749px){.pmcc-srv .pmcc-srv-wrap{padding:18px 15px 30px}}
/*# sourceMappingURL=/cdn/shop/t/396/compiled_assets/styles.css.map */
