:root{--aero-panel-border: rgba(0, 0, 0, .627);--aero-inset-highlight: rgba(255, 255, 255, .627);--aero-address-border: rgba(0, 0, 0, .69);--aero-address-border-side: rgba(0, 0, 0, .39);--aero-address-inset: rgba(255, 255, 255, .93);--aero-toolbar-border: rgba(0, 0, 0, .45);--aero-toolbar-inner-seam: rgba(120, 150, 175, .55);--aero-toolbar-bg: linear-gradient(180deg, #f6fbff 0%, #e9f1f9 46%, #dde8f2 100%);--aero-hover-bg: linear-gradient(rgba(234, 249, 255, .39) 0%, rgba(142, 216, 255, .39) 100%);--aero-hover-border: rgb(153, 226, 255);--aero-focus-ring: rgba(64, 153, 216, .95);--aero-row-height: 38px;--aero-button-radius: 3px;--aero-accent: #2f7ec0;--aero-glass-tint: rgba(30, 153, 255, .16)}.aero-window{position:relative;z-index:0;padding:0 5px 5px;border-radius:5px}.aero-window:after{content:"";position:absolute;top:-1px;right:0;bottom:0;left:-1px;z-index:-2;width:100%;height:100%;border-radius:5px;border:1px solid rgba(255,255,255,.73);background-color:var(--aero-glass-tint);background-image:var(--aero-glass, none);background-size:cover;background-position:center;box-shadow:inset 1px 1px #ffffffb3,#00000064 0 0 0 1px,#00000032 0 0 0 1.5px,#00000064 1px 1px 5px,0 10px 25px #0006;pointer-events:none}.aero-window>*{position:relative;z-index:2}.aero-titlebar{display:flex;align-items:center;gap:6px;min-height:30px;padding:5px 7px 3px;color:#05243d;font:700 13px/1 Segoe UI,Noto Sans,sans-serif;text-shadow:rgba(255,255,255,.85) 0 0 10px,rgba(255,255,255,.85) 8px 0 5px,rgba(255,255,255,.85) -8px 0 5px}.aero-titlebar__icon{width:16px;height:16px;flex:0 0 auto}.aero-caption{position:absolute;top:0;right:5px;z-index:5;display:flex;align-items:flex-start}.aero-caption button{position:relative;width:26px;height:18px;padding:0;border:0;background:var(--aero-cap-min) no-repeat 0 0;cursor:pointer}.aero-caption button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-position:center}.aero-caption button[data-btn=min]:before{background-image:var(--aero-glyph-min)}.aero-caption button[data-btn=max]{background-image:var(--aero-cap-max)}.aero-caption button[data-btn=max]:before{background-image:var(--aero-glyph-max)}.aero-caption button[data-btn=close]{width:44px;background-image:var(--aero-cap-close)}.aero-caption button[data-btn=close]:before{background-image:var(--aero-glyph-close)}.aero-caption button:hover{background-position:0 -20px}.aero-caption button:active{background-position:0 -40px}.aero-caption button:focus-visible{outline:2px solid var(--aero-focus-ring);outline-offset:-2px}.aero-toolbar-group{margin:0;border:1px solid var(--aero-toolbar-border);border-bottom:0}.aero-address-row{display:flex;align-items:center;gap:6px;height:var(--aero-row-height);padding:0 8px;border:0;background:var(--aero-toolbar-bg);box-shadow:inset 0 1px #fffc}.aero-bookmarks-row{display:flex;flex-wrap:wrap;align-items:center;gap:2px;min-height:30px;padding:3px 6px;border:0;border-top:1px solid var(--aero-toolbar-inner-seam);background:linear-gradient(180deg,#f7fbff,#e6f0f9 55%,#dbe8f3)}.aero-address-bar,.aero-search-box{display:flex;align-items:center;height:22px;border:1px solid var(--aero-address-border-side);border-top-color:var(--aero-address-border);border-radius:2px;background:#ffffffe6;box-shadow:inset 0 0 0 1px var(--aero-address-inset),inset 0 1px 2px #506e8238;color:#1f3345;font-size:12px}.aero-address-bar{flex:1 1 auto;min-width:0;gap:4px;padding:0 6px}.aero-search-box{width:170px;padding:0 8px;color:#6b747c;font-style:italic}.aero-panel{border:1px solid var(--aero-panel-border);border-radius:2px;background:#fff;box-shadow:0 0 0 1px var(--aero-inset-highlight)}.aero-card,.aero-tile{display:flex;flex-direction:column;border:1px solid var(--aero-panel-border);border-radius:2px;background:linear-gradient(180deg,#fff,#eef6fc);box-shadow:0 0 0 1px var(--aero-inset-highlight),inset 0 1px #fffffff2,0 6px 14px #25405b29;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;will-change:transform}.aero-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:30px;padding:5px 16px;border:1px solid #8e8f8f;border-radius:var(--aero-button-radius);background:linear-gradient(#f2f2f2 45%,#ebebeb 45%,#cfcfcf);color:#0a0a0a;font:600 12px/1 Segoe UI,Noto Sans,sans-serif;text-decoration:none;cursor:pointer;box-shadow:inset 0 0 0 1px #fffc;transition:background .14s ease,border-color .14s ease}.aero-btn--primary{font-weight:800;border-color:#2c628e}.aero-toolbar-button,.aero-quick-links,.aero-breadcrumb-segment{display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border:1px solid transparent;border-radius:var(--aero-button-radius);color:#15406a;font:600 12px/1 Segoe UI,Noto Sans,sans-serif;text-decoration:none;cursor:pointer;transition:background .14s ease,border-color .14s ease,box-shadow .14s ease}.aero-toolbar-button:hover,.aero-toolbar-button:focus-visible,.aero-quick-links:hover,.aero-quick-links:focus-visible,.aero-breadcrumb-segment:hover,.aero-btn:hover{border-color:var(--aero-hover-border);background:var(--aero-hover-bg);box-shadow:inset 0 0 0 1px #ffffff75}.aero-card:hover,.aero-tile:hover{transform:translateY(-3px);border-color:#4099d8f2;box-shadow:0 0 0 1px var(--aero-inset-highlight),0 14px 26px #12375838,0 0 22px #6ec8ff52}.aero-btn:focus-visible,.aero-card:focus-visible,.aero-toolbar-button:focus-visible{outline:2px solid var(--aero-focus-ring);outline-offset:1px}body[data-aero-hover=vibrant] .aero-toolbar-button:hover,body[data-aero-hover=vibrant] .aero-quick-links:hover,body[data-aero-hover=vibrant] .aero-breadcrumb-segment:hover{border-color:#7fe0ff;background:linear-gradient(#d2f5ffd9,#78cdffb3);box-shadow:inset 0 0 0 1px #ffffffb3,0 0 10px #78cdff8c}body[data-aero-hover=vibrant] .aero-card:hover,body[data-aero-hover=vibrant] .aero-tile:hover{border-color:#4fb3ff;box-shadow:0 0 0 1px var(--aero-inset-highlight),0 16px 30px #12375847,0 0 30px #5ac8ff8c}body[data-aero-hover=vibrant] .vista-tab:hover,body[data-aero-hover=vibrant] .vista-swatch:hover,body[data-aero-hover=vibrant] .vista-gallery__thumb:hover,body[data-aero-hover=vibrant] .vshop-check:hover{border-color:#7fe0ff;background:linear-gradient(#d2f5ffe6,#78cdffb8);box-shadow:inset 0 0 0 1px #ffffffb3,0 0 10px #78cdff99}body[data-aero-hover=vibrant] .vista-tab:hover{color:#0b2c47}body[data-aero-hover=vibrant] .vista-shop__card:hover{border-color:#4fb3ff;background:linear-gradient(180deg,#e2f5ffe6,#bee2fcbf);box-shadow:inset 0 0 0 1px #fffc,0 0 20px #5ac8ff80}body[data-aero-hover=vibrant] .vista-shop__pager a:hover{border-color:#7fe0ff;background:linear-gradient(#d2f5ffe6,#78cdffb3);box-shadow:0 0 8px #78cdff80}@media(prefers-reduced-motion:reduce){.aero-card,.aero-tile,.aero-btn,.aero-toolbar-button{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/84/assets/vista-aero.css.map */
