.sheet::backdrop{background:transparent}.sheet__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--color-backdrop);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:calc(var(--z-modal) - 1);pointer-events:none;opacity:0;visibility:hidden}.sheet__backdrop.is-visible{pointer-events:auto;visibility:visible}.sheet{position:fixed;inset:auto 0 0 0;width:100%;max-width:100%;max-height:92vh;margin:0;padding:0;border:none;border-radius:16px 16px 0 0;background:var(--color-white);color:var(--color-text);box-shadow:0 -4px 40px #0000001f;z-index:var(--z-modal);overflow:hidden;outline:none}.sheet__handle{display:flex;justify-content:center;padding:12px 0 4px;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.sheet__handle:after{content:"";width:36px;height:5px;border-radius:3px;background:var(--color-primary-a20)}.sheet__handle:active{cursor:grabbing}.sheet__header{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-xs);position:sticky;top:0;background:var(--color-white);z-index:1}.sheet__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight-medium);font-size:var(--font-size-lg);line-height:var(--lh-heading);letter-spacing:var(--ls-heading);color:var(--color-primary);margin:0}.sheet__close{display:flex;align-items:center;justify-content:center;width:var(--touch-target-min);height:var(--touch-target-min);background:var(--color-primary-a6);border:none;border-radius:50%;cursor:pointer;color:var(--color-primary);font-size:var(--font-size-md);line-height:1;transition:background var(--transition-base);flex-shrink:0}.sheet__close:hover{background:var(--color-primary-a12)}.sheet__close:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.sheet__close-icon{width:18px;height:18px;stroke:currentColor;stroke-width:2;stroke-linecap:round}.sheet__body{padding:0 var(--spacing-md) var(--spacing-lg);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;max-height:calc(92vh - 120px)}.sheet__body .product__short-description-text{margin-bottom:var(--spacing-sm)}@media(min-width:750px){.sheet{top:0;right:0;bottom:0;left:0;margin:auto;max-width:43.636rem;max-height:80vh;border-radius:16px}.sheet__handle{display:none}.sheet__body{max-height:calc(80vh - 100px);padding:0 var(--spacing-lg) var(--spacing-lg)}.sheet__header{padding:var(--spacing-sm)}}@supports (padding-bottom: env(safe-area-inset-bottom)){@media(max-width:749px){.sheet__body{padding-bottom:calc(var(--spacing-lg) + env(safe-area-inset-bottom))}}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/sheet.css.map */
