:root{--product-card-title-font-family:var(--font-sans);--product-card-title-letter-spacing:-.028em;--product-card-title-line-height:1.08;--product-card-title-size:.84rem;--product-card-title-weight:600;--product-card-grid-min-width:18rem;--product-card-grid-gap:1rem;--product-card-desktop-preview-width:18.75rem;--product-card-frame-height:21rem;--product-card-mobile-frame-height:15rem;--product-card-meta-size:8px;--product-card-action-size:10px;--product-card-badge-featured-border:#9fbbe8;--product-card-badge-featured-bg:#e8f0ff;--product-card-badge-featured-text:#244b84;--product-card-badge-new-border:#b7d8ce;--product-card-badge-new-bg:#dff1eb;--product-card-badge-new-text:#245b4d;--product-card-badge-popular-border:#d6d0eb;--product-card-badge-popular-bg:#ebe8f8;--product-card-badge-popular-text:#5a4f8e;--product-card-view-details-color:#4a6fd6;--product-card-view-details-hover:#2f56bd}html[lang^=zh]{--product-card-title-font-family:var(--font-sans-cjk,var(--font-sans));--product-card-title-letter-spacing:-.01em;--product-card-title-line-height:1.12}.product-catalog-card-grid{gap:var(--product-card-grid-gap);grid-template-columns:repeat(auto-fill, minmax(min(var(--product-card-grid-min-width), 100%), 1fr));align-items:stretch;width:100%}.product-library-card-grid{align-items:start;gap:var(--product-card-grid-gap);grid-template-columns:repeat(auto-fill, minmax(min(var(--product-card-grid-min-width), 100%), 1fr));width:100%;display:grid}body.admin-workspace .product-library-card-grid>.admin-library-card{min-width:0}.product-catalog-card-grid>[data-product-card],[data-product-card-surface] [data-product-card]{height:var(--product-card-frame-height);min-height:var(--product-card-frame-height)}.product-catalog-card-grid .product-card-link,[data-product-card-surface] .product-card-link{height:100%}body.admin-workspace .admin-library-card__preview{width:100%}.product-catalog-card-grid .product-card-title{height:2.8rem!important}.product-catalog-card-grid .product-card-title-block{height:3.75rem!important}.product-card-sku-badge,.product-card-variant-badge{background:#e8f0ffb8;border-color:#4a6fd624}.product-card-summary{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-card-variant-chip{background:#fff;border-color:#213c6a29;box-shadow:0 6px 18px #213c6a0a}.product-card-variant-chip:hover{border-color:#2f63ff57;box-shadow:0 10px 24px #213c6a14}@media (width>=1360px){.product-catalog-card-grid,.product-library-card-grid,body.product-detail-page .product-catalog-card-grid--related{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=760px){body:is(.catalog-page,.product-detail-page,.tone-home) .product-catalog-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem!important}body:is(.catalog-page,.product-detail-page,.tone-home) .product-catalog-card-grid [data-product-shell]{min-width:0}body:is(.catalog-page,.product-detail-page,.tone-home) .product-catalog-card-grid .product-card{height:var(--product-card-mobile-frame-height);min-height:var(--product-card-mobile-frame-height);border-radius:.95rem!important;padding:.5rem!important}body:is(.catalog-page,.product-detail-page,.tone-home) .product-catalog-card-grid .product-card-link{gap:.45rem!important}body:is(.catalog-page,.product-detail-page,.tone-home) .product-catalog-card-grid .product-card-image-panel{border-radius:.75rem!important}body:is(.catalog-page,.product-detail-page,.tone-home) .product-catalog-card-grid .product-card-image-panel img,body:is(.catalog-page,.product-detail-page,.tone-home) .product-catalog-card-grid .product-card-image-panel>div{height:6.5rem!important}body:is(.catalog-page,.product-detail-page,.tone-home) .product-catalog-card-grid .product-card-badge{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:100%!important;padding:.24rem .42rem!important}body:is(.catalog-page,.product-detail-page,.tone-home) .product-catalog-card-grid .product-card-title{letter-spacing:0!important;height:2.6rem!important;font-size:.72rem!important;line-height:1.18!important}body:is(.catalog-page,.product-detail-page,.tone-home) .product-catalog-card-grid .product-card-title-block{height:3.35rem!important}body:is(.catalog-page,.product-detail-page,.tone-home) .product-catalog-card-grid .product-card-brand{letter-spacing:0!important;height:.72rem!important;font-size:.45rem!important}body:is(.catalog-page,.product-detail-page,.tone-home) .product-catalog-card-grid .product-card-action-row{padding-top:.25rem!important}body:is(.catalog-page,.product-detail-page,.tone-home) .product-catalog-card-grid .product-card-view-details,body:is(.catalog-page,.product-detail-page,.tone-home) .product-catalog-card-grid .product-card-view-details span{font-size:.55rem!important}}@media (width<=520px){body.product-detail-page .product-catalog-card-grid--related{max-width:none;margin-inline:0;grid-template-columns:repeat(2,minmax(0,1fr))!important}}.product-related-disclosure{flex-direction:column;display:flex}.product-related-disclosure__grid{order:1}.product-related-disclosure__toggle{color:#2f56bd;cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;background:#fffffff5;border:1px solid #4a6fd638;border-radius:9999px;order:2;justify-content:center;align-self:center;align-items:center;gap:.55rem;margin-top:1.25rem;padding:.8rem 1.35rem;font-size:.9rem;font-weight:600;transition:background-color .18s,border-color .18s,color .18s,box-shadow .18s;display:none}.product-related-disclosure__toggle:hover{color:#0028a8;background:#f5f8ff;border-color:#4a6fd657;box-shadow:0 12px 26px #213c6a14}.product-related-disclosure__label--open,.product-related-disclosure[data-related-expanded=true] .product-related-disclosure__label--closed{display:none}.product-related-disclosure[data-related-expanded=true] .product-related-disclosure__label--open{display:inline}body.product-detail-page .product-catalog-card-grid--related .product-card.story-reveal.is-pending{filter:none;opacity:1;transform:none}@media (width>=761px){body.product-detail-page .product-related-disclosure[data-related-expanded=false] .product-catalog-card-grid--related>:nth-child(n+6){display:none}body.product-detail-page .product-related-disclosure[data-related-count="6"]>.product-related-disclosure__toggle,body.product-detail-page .product-related-disclosure[data-related-count="7"]>.product-related-disclosure__toggle,body.product-detail-page .product-related-disclosure[data-related-count="8"]>.product-related-disclosure__toggle{display:inline-flex}}@media (width<=760px){body.product-detail-page .product-panel:has(.product-related-disclosure),body.product-detail-page .product-panel:has(.product-catalog-card-grid--related){border-radius:1.85rem;padding:1rem!important}body.product-detail-page .product-panel:has(.product-related-disclosure)>:first-child,body.product-detail-page .product-panel:has(.product-catalog-card-grid--related)>:first-child{gap:.75rem}body.product-detail-page .product-related-disclosure,body.product-detail-page .product-catalog-card-grid--related{margin-top:1.5rem!important}body.product-detail-page .product-related-disclosure[data-related-expanded=false] .product-catalog-card-grid--related>:nth-child(n+7){display:none}body.product-detail-page .product-related-disclosure[data-related-count="7"]>.product-related-disclosure__toggle,body.product-detail-page .product-related-disclosure[data-related-count="8"]>.product-related-disclosure__toggle{display:inline-flex}body.product-detail-page .product-related-disclosure__toggle{margin-top:.95rem;padding-inline:1.1rem}}.product-card{transition:transform .3s;color:#0f1f35!important;background:#fffffffb!important;border:0!important;outline:0!important;box-shadow:0 16px 34px #213c6a12!important}.product-card:hover{transform:translateY(-.25rem)}.product-card-image-panel{isolation:isolate;background:radial-gradient(circle at 50% 24%,#fffffffa,#fff0 48%),linear-gradient(#f8faff 0%,#eef3fb 100%)!important;border:0!important;box-shadow:inset 0 1px #fffffff2!important}.product-card-image-panel:after{content:"";opacity:.54;pointer-events:none;background:radial-gradient(circle at 50% 28%,#ffffffd1,#fff0 52%),linear-gradient(#e2ebfa9e,#ffffff24);transition:opacity .36s;position:absolute;inset:0}.product-card-image-panel[data-preview-state=loaded]:not([data-image-state=loaded]):after{opacity:.2}.product-card-image-panel .product-card-image-preview{filter:blur(12px)saturate(1.04);opacity:0;z-index:0;margin:auto;transition:opacity .42s,transform .52s;display:block;position:absolute;inset:0;transform:scale(1.06)}.product-card-image-panel .product-card-image{opacity:0;z-index:1;transition:opacity .36s,transform .42s;display:block;position:relative;transform:scale(.988)}.product-card-image-panel[data-preview-state=loaded] .product-card-image-preview{opacity:.52}.product-card-image-panel[data-image-state=loaded] .product-card-image-preview,.product-card-image-panel[data-image-state=error] .product-card-image-preview,.product-card-image-panel[data-preview-state=error] .product-card-image-preview{opacity:0;transform:scale(1.1)}.product-card-image-panel[data-image-state=loaded]:after,.product-card-image-panel[data-image-state=empty]:after,.product-card-image-panel[data-image-state=error]:after{opacity:0}.product-card-image-panel[data-image-state=loaded] img{opacity:1;transform:scale(1)}.product-card-image-panel--soft{background:#edf3fd!important}.product-card-image-panel--white{background:#fff!important}.product-card-image-panel--white:after{opacity:0!important}.product-card-list-media-shell{min-width:0;width:var(--product-card-list-media-width,6rem);flex:none}.product-card-list-media-shell--drawer{--product-card-list-media-width:7rem}.product-card-list-media-shell--review{--product-card-list-media-width:5.25rem}.product-card-list-media-shell--detail{--product-card-list-media-width:6rem}.product-card-list-media-panel{width:100%}@media (width>=640px){.product-card-list-media-shell--drawer{--product-card-list-media-width:8.5rem}.product-card-list-media-shell--review{--product-card-list-media-width:6rem}.product-card-list-media-shell--detail{--product-card-list-media-width:7rem}}.product-card-image-panel--transparent{box-shadow:none!important;-webkit-backdrop-filter:none!important;background-color:#0000!important}.product-card-action-row{border-top:0!important}[data-product-card] .product-card-title{text-wrap:balance;color:#0f1f35!important;font-family:var(--product-card-title-font-family)!important;font-size:var(--product-card-title-size)!important;font-weight:var(--product-card-title-weight)!important;letter-spacing:var(--product-card-title-letter-spacing)!important;line-height:var(--product-card-title-line-height)!important}[data-product-card] .product-card-brand{color:#5a6d87!important;font-size:var(--product-card-meta-size)!important}[data-product-card] .product-card-view-details,[data-product-card] .product-card-view-details span{color:var(--product-card-view-details-color)!important;font-size:var(--product-card-action-size)!important}[data-product-card] .group:hover .product-card-view-details,[data-product-card] .group:hover .product-card-view-details span,[data-product-card].group:hover .product-card-view-details,[data-product-card].group:hover .product-card-view-details span{color:var(--product-card-view-details-hover)!important}[data-product-card] .text-base-100{color:#0f1f35!important}[data-product-card] .text-base-200{color:#334a68!important}[data-product-card] .text-base-300{color:#5a6d87!important}.product-card-badge{box-shadow:none}.product-card-badge--featured{border-color:var(--product-card-badge-featured-border)!important;background:var(--product-card-badge-featured-bg)!important;color:var(--product-card-badge-featured-text)!important}.product-card-badge--new{border-color:var(--product-card-badge-new-border)!important;background:var(--product-card-badge-new-bg)!important;color:var(--product-card-badge-new-text)!important}.product-card-badge--popular{border-color:var(--product-card-badge-popular-border)!important;background:var(--product-card-badge-popular-bg)!important;color:var(--product-card-badge-popular-text)!important}html:not(.light) .product-card{color:rgb(var(--color-base-100))!important;background:#fff1!important;box-shadow:0 16px 34px #000d3a33!important}html:not(.light) [data-product-card] .product-card-title,html:not(.light) [data-product-card] .text-base-100{color:rgb(var(--color-base-100))!important}html:not(.light) [data-product-card] .product-card-brand,html:not(.light) [data-product-card] .text-base-300{color:rgb(var(--color-base-300))!important}html.light body:is(.catalog-page,.product-detail-page,.tone-home,.admin-product-library-page,.admin-preview-frame) [data-product-card],html.light body.admin-workspace [data-product-card-surface] [data-product-card]{--product-card-view-details-color:#4a6fd6;--product-card-view-details-hover:#2f56bd}html.light body:is(.catalog-page,.product-detail-page,.tone-home,.admin-product-library-page,.admin-preview-frame) .product-card,html.light body.admin-workspace [data-product-card-surface] .product-card{color:#0f1f35!important;background:#fff!important;border:0!important;box-shadow:0 10px 24px #213c6a0f!important}html.light body:is(.catalog-page,.product-detail-page,.tone-home,.admin-product-library-page,.admin-preview-frame) .product-card-image-panel,html.light body.admin-workspace [data-product-card-surface] .product-card-image-panel{box-shadow:none!important;background:#fff!important;border:0!important}html.light body:is(.catalog-page,.product-detail-page,.tone-home,.admin-product-library-page,.admin-preview-frame) .product-card-image-panel:after,html.light body.admin-workspace [data-product-card-surface] .product-card-image-panel:after{opacity:0!important}html.light body:is(.catalog-page,.product-detail-page,.tone-home,.admin-product-library-page,.admin-preview-frame) [data-product-card] .product-card-title,html.light body:is(.catalog-page,.product-detail-page,.tone-home,.admin-product-library-page,.admin-preview-frame) [data-product-card] .text-base-100,html.light body.admin-workspace [data-product-card-surface] [data-product-card] .product-card-title,html.light body.admin-workspace [data-product-card-surface] [data-product-card] .text-base-100{color:#0f1f35!important}html.light body:is(.catalog-page,.product-detail-page,.tone-home,.admin-product-library-page,.admin-preview-frame) [data-product-card] .product-card-brand,html.light body:is(.catalog-page,.product-detail-page,.tone-home,.admin-product-library-page,.admin-preview-frame) [data-product-card] .text-base-300,html.light body.admin-workspace [data-product-card-surface] [data-product-card] .product-card-brand,html.light body.admin-workspace [data-product-card-surface] [data-product-card] .text-base-300{color:#5a6d87!important}
