body.product-quickview-open{overflow:hidden}.product-quickview{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;left:0;opacity:0;padding:1rem;pointer-events:none;position:fixed;right:0;top:0;-webkit-transition:opacity var(--duration-default) ease,visibility var(--duration-default) ease;transition:opacity var(--duration-default) ease,visibility var(--duration-default) ease;visibility:hidden;z-index:var(--z-index-modal)}.product-quickview.product-quickview-is-open{opacity:1;pointer-events:all;visibility:visible}.product-quickview__overlay{background-color:rgba(0,0,0,.5);bottom:0;left:0;position:fixed;right:0;top:0;z-index:1}.product-quickview__dialog{background:var(--color-white);border-radius:1rem;-webkit-box-shadow:0 .5rem 2rem rgba(0,0,0,.2);box-shadow:0 .5rem 2rem rgba(0,0,0,.2);max-height:calc(100vh - 2rem);max-width:23.4375rem;overflow-x:hidden;overflow-y:auto;overflow:hidden auto;position:relative;width:100%;z-index:2}.product-quickview__close{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:var(--color-white);border:0;border-radius:50%;-webkit-box-shadow:0 .125rem .5rem rgba(0,0,0,.15);box-shadow:0 .125rem .5rem rgba(0,0,0,.15);color:var(--color-black);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:2rem;justify-content:center;padding:0;position:absolute;right:1rem;top:1rem;-webkit-transition:background-color var(--duration-short) ease,color var(--duration-short) ease,-webkit-box-shadow var(--duration-short) ease;transition:background-color var(--duration-short) ease,color var(--duration-short) ease,-webkit-box-shadow var(--duration-short) ease;transition:box-shadow var(--duration-short) ease,background-color var(--duration-short) ease,color var(--duration-short) ease;transition:box-shadow var(--duration-short) ease,background-color var(--duration-short) ease,color var(--duration-short) ease,-webkit-box-shadow var(--duration-short) ease;width:2rem;z-index:3}.product-quickview__close:focus,.product-quickview__close:hover{background-color:var(--color-brand-purple);-webkit-box-shadow:0 .25rem .75rem rgba(0,0,0,.2);box-shadow:0 .25rem .75rem rgba(0,0,0,.2);color:var(--color-white)}.product-quickview__close svg{height:1.25rem;width:1.25rem}.product-quickview__media{aspect-ratio:1/1;background:var(--color-brand-off-white);overflow:hidden;position:relative;width:100%}.product-quickview__image{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-quickview__content{padding:1.5rem;text-align:left}.product-quickview__title{color:var(--color-black);font-size:1.375rem;line-height:1.75rem;margin:0 0 .75rem;text-transform:uppercase;word-break:break-word}.product-quickview__description{color:var(--color-black);font-family:var(--font-regular-family);font-size:1rem;font-style:var(--font-regular-style);font-weight:ver(--font-regular-weight);line-height:1.5rem;margin:0 0 1.25rem}.product-quickview__description:empty{display:none}.product-quickview__variants{margin-top:1.25rem}.product-quickview__variants[hidden]{display:none}.product-quickview__variants-grid{-ms-flex-align:center;-ms-flex-pack:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.product-quickview__variant-wrap,.product-quickview__variants-grid{-webkit-box-align:center;-webkit-box-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.product-quickview__variant-wrap{-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-align:center;-ms-flex-pack:center;-ms-flex:1 1 0px;flex:1 1 0;-ms-flex-direction:column;flex-direction:column;min-width:0;min-width:30%;padding-bottom:0;position:relative}.product-quickview__variant-wrap .product-card-atc{width:100%}.product-quickview__variant-wrap>.product-quickview__variant-btn{min-height:3.25rem;padding:.75rem .5rem;text-align:center;width:100%}.product-quickview__variant-btn{font-size:1.125rem;line-height:1.375rem}.product-quickview__variant-btn[data-loading]{opacity:.6;pointer-events:none}.product-quickview .product-card-atc__actions{height:3.25rem;min-height:3.25rem}.product-quickview__popular-badge{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:var(--color-brand-cyan-light);border:.0625rem solid rgba(0,0,0,.1);border:.0625rem solid var(--color-black-10,rgba(0,0,0,.1));border-radius:62.4375rem;bottom:0;color:var(--color-black);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:var(--font-heading-family);font-size:.75rem;font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-weight:600;justify-content:center;left:50%;letter-spacing:.04em;line-height:.75rem;padding:.125rem .5rem;position:absolute;text-transform:uppercase;-webkit-transform:translate(-50%,50%);-ms-transform:translate(-50%,50%);transform:translate(-50%,50%);white-space:nowrap;z-index:2}@media screen and (min-width:48rem){.product-quickview__popular-badge{font-size:.625rem;line-height:.875rem;padding:.1875rem .625rem}}.product-quickview__price{color:var(--color-black);font-family:var(--font-regular-family);font-size:1rem;font-style:var(--font-regular-style);font-weight:ver(--font-regular-weight);font-weight:600;line-height:1.75rem;margin:0 0 .75rem}.product-quickview__actions[hidden],.product-quickview__price[hidden]{display:none}.product-quickview__form{display:block}.product-quickview__submit{font-size:1.125rem;line-height:1.375rem;min-height:3.25rem;padding:.75rem 1.5rem;text-transform:uppercase;width:100%}