.drawer{position:fixed;right:-100%;top:0;width:100%;max-width:520px;background-color:rgba(var(--color-white),1);z-index:9999;height:100%;transition:right .25s linear}.drawer__inner{height:100%;display:grid;grid-template-rows:auto 1fr auto}.drawer__header{display:flex;flex-direction:column;padding:1.5em 2em;gap:.5em}@media (max-width:440px){.drawer__header{padding:1.5em}}.drawer__header__title{display:flex;justify-content:space-between;align-items:center;line-height:1}.drawer__header__title .title-label{font-size:1.25em;margin:0;font-weight:500}.drawer__header__title .drawer-close{background-color:transparent;border:none;font:1em poppins,arial,sans-serif;width:2em;height:2em;min-width:2em;min-height:2em;display:flex;justify-content:flex-end;align-items:center;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.drawer__header__title .drawer-close svg{width:1.5em;height:auto}.drawer__header__title .drawer-close svg circle,.drawer__header__title .drawer-close svg line,.drawer__header__title .drawer-close svg path,.drawer__header__title .drawer-close svg polygon{fill:none;stroke:rgba(var(--color-black),1);stroke-width:1;stroke-miterlimit:10;stroke-linecap:round;stroke-linejoin:round}.drawer__header__title .drawer-close span{display:none}.drawer__content{overflow:hidden;overflow-y:auto;padding:0 2em}@media (max-width:440px){.drawer__content{padding:0 1.5em}}.drawer__footer{padding:1.5em 2em;display:grid;grid-template-columns:1fr;grid-template-rows:auto;justify-content:center}@media (max-width:440px){.drawer__footer{padding:1.5em}}.drawer__footer button{width:100%}.drawer-mask{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9998;background-color:rgba(0,0,0,.5);visibility:hidden;opacity:0;transition:opacity linear .25s}.drawer-open .drawer-mask{visibility:visible}.mask-visible .drawer-mask{opacity:1}.drawer-low .drawer-mask{z-index:98}.mega-open .drawer-mask{visibility:visible;opacity:1;z-index:89}.menu-mask{position:fixed;left:0;top:0;width:100%;height:100%;z-index:5;background-color:rgba(0,0,0,.5);visibility:hidden;opacity:0;transition:opacity linear .25s}.drawer-menu-open .menu-mask{visibility:visible}.menu-mask-visible .menu-mask{opacity:1}.drawer-collection-info-open{height:100vh;overflow-y:hidden}.drawer-collection-info-open .drawer-collection-info{max-width:475px;right:0}.collection-info__inner{z-index:99989;background-color:#fff;position:relative;height:100svh}.collection-info .close{position:absolute;top:27px;right:27px;width:24px;height:24px;cursor:pointer;text-indent:-99999px;background:url(icon-close.svg) no-repeat center center;background-size:2em;border:none;opacity:.25}.collection-info__title{display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:relative;align-items:flex-start;width:100%;justify-content:flex-start;padding:32px 27px 0;font-size:21px;height:1em;margin-bottom:0;line-height:1em}.collection-info__text{padding:23px 27px 0;font-size:14px;color:#1d1e20}.collection-info__image-container{width:100%;height:317px}.collection-info__image-container img{width:100%;height:100%}