.custom-drawer{position:fixed;right:0;top:0;z-index:1000;width:100%;height:100%;transition:all .3s linear}.custom-drawer.open{background-color:rgba(var(--color-primary-black-subdued),.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.custom-drawer__close{opacity:0;transition:opacity .3s linear;width:20px;height:20px;position:absolute;right:10px;top:10px;z-index:1001}.open .custom-drawer__close{opacity:1}.custom-drawer__close:hover{color:rgba(var(--color-gray-500))}@media (min-width: 990px){.custom-drawer__close{top:12px;right:12px}}.custom-drawer__wrapper{position:absolute;top:0;right:0;z-index:1000;transform:translate(100%);width:100%;overflow:hidden;height:100%;background-color:rgba(var(--color-primary-white));transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform}@media (min-width: 990px){.custom-drawer__wrapper{width:100%;max-width:520px}}.open .custom-drawer__wrapper{transform:translate(0)}.custom-drawer__content{height:100%}.custom-drawer__overlay:hover{cursor:url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22' cy='22' r='21.7' fill='white' stroke='%23E1E2E5' stroke-width='0.6'/%3E%3Cpath d='M16.5 16.5L27.5 27.5' stroke='black' stroke-width='0.6'/%3E%3Cpath d='M16.5 27.5L27.5 16.5' stroke='black' stroke-width='0.6'/%3E%3C/svg%3E%0A"),auto!important}
