html.c-store-inventory-open,html.c-store-inventory-open body{overflow:hidden}.c-store-inventory__dialog{width:100%;max-width:none;height:100dvh;max-height:100dvh;margin:0;padding:0;border:none;border-radius:0;background-color:var(--color-white);color:var(--color-text);font-family:var(--base-font-family);font-feature-settings:"palt";opacity:0;translate:0 100%;transition:translate .3s ease-in-out,opacity .3s ease-in-out,display .3s ease-in-out allow-discrete,overlay .3s ease-in-out allow-discrete}@media screen and (min-width:741px){.c-store-inventory__dialog{width:calc(100% - 80px);max-width:949px;height:auto;max-height:calc(100dvh - 80px);margin:auto;overflow-y:auto;translate:0 20px}}.c-store-inventory__dialog[open]{opacity:1;translate:0 0}@starting-style{.c-store-inventory__dialog[open]{opacity:0;translate:0 100%}}@media screen and (min-width:741px){@starting-style{.c-store-inventory__dialog[open]{translate:0 20px}}}.c-store-inventory__dialog::backdrop{background-color:var(--color-scrim);transition:opacity .3s ease-in-out,display .3s ease-in-out allow-discrete,overlay .3s ease-in-out allow-discrete;opacity:0}.c-store-inventory__dialog[open]::backdrop{opacity:1}@starting-style{.c-store-inventory__dialog[open]::backdrop{opacity:0}}.c-store-inventory__header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:center;height:55px;background-color:var(--color-sub-bg)}.c-store-inventory__title{margin:0;font-size:16px;font-weight:400;line-height:1.4;letter-spacing:.02em}@media screen and (min-width:741px){.c-store-inventory__title{font-size:18px}}.c-store-inventory__close{position:absolute;top:50%;right:15px;display:flex;align-items:center;justify-content:center;padding:5px;border:none;background:none;color:var(--color-text);cursor:pointer;transform:translateY(-50%);transition:opacity .3s ease-in-out}@media screen and (min-width:741px){.c-store-inventory__close{right:28px}}.c-store-inventory__close:hover{opacity:.7}.c-store-inventory__close svg{display:block;width:12px;height:12px}@media screen and (min-width:741px){.c-store-inventory__close svg{width:14px;height:13px}}.c-store-inventory__body{padding:30px 20px 0}@media screen and (min-width:741px){.c-store-inventory__body{padding:60px 60px 0}}.c-store-inventory__product{display:grid;grid-template-columns:140px 1fr;grid-template-areas:"image meta" "details details";column-gap:25px;align-items:center}@media screen and (min-width:741px){.c-store-inventory__product{grid-template-columns:230px 1fr;grid-template-rows:auto auto;grid-template-areas:"image meta" "image details";column-gap:60px}}.c-store-inventory__image{grid-area:image;align-self:center;aspect-ratio:140 / 187}@media screen and (min-width:741px){.c-store-inventory__image{aspect-ratio:230 / 276}}@media screen and (min-width:741px){.c-store-inventory__meta{align-self:end}}@media screen and (min-width:741px){.c-store-inventory__details{align-self:start}}.c-store-inventory__image img{display:block;width:100%;height:100%;object-fit:cover}.c-store-inventory__meta{grid-area:meta;min-width:0}@media screen and (min-width:741px){.c-store-inventory__meta{padding-top:25px}}.c-store-inventory__details{grid-area:details;min-width:0}.c-store-inventory__product-title{margin:0;font-size:13px;font-family:var(--base-font-family);font-weight:300;line-height:1.4;letter-spacing:.02em}@media screen and (min-width:741px){.c-store-inventory__product-title{font-size:17px}}.c-store-inventory__price{margin:10px 0 0;font-size:13px;font-family:var(--base-font-family);font-weight:300;line-height:1;letter-spacing:.02em}@media screen and (min-width:741px){.c-store-inventory__price{margin-top:10px;font-size:17px}}.c-store-inventory__selectors{display:flex;flex-direction:column;gap:10px;margin-top:30px}@media screen and (min-width:741px){.c-store-inventory__selectors{margin-top:26px}}.c-store-inventory__select-wrap{position:relative;width:100%;max-width:335px}.c-store-inventory__select{width:100%;height:50px;padding:0 40px 0 20px;border:1px solid var(--color-border);border-radius:25px;background-color:var(--color-white);font-family:var(--base-font-family);font-size:14px;font-weight:300;letter-spacing:.02em;color:var(--color-text);-webkit-appearance:none;appearance:none;cursor:pointer}@media screen and (min-width:741px){.c-store-inventory__select{font-size:15px}}.c-store-inventory__select-chevron{position:absolute;top:50%;right:20px;pointer-events:none;transform:translateY(-50%)}.c-store-inventory__select-chevron svg{display:block;width:6px;height:12px;transform:rotate(90deg)}.c-store-inventory__sku{margin:30px 0 0;font-size:13px;font-weight:300;line-height:1.4;letter-spacing:.02em}@media screen and (min-width:741px){.c-store-inventory__sku{font-size:15px}}.c-store-inventory__sku-note{margin:13px 0 0;font-size:12px;font-weight:300;line-height:1.4;letter-spacing:0}@media screen and (min-width:741px){.c-store-inventory__sku-note{font-size:13px;margin-top:10px}}.c-store-inventory__notice{margin-top:19px;font-size:12px;font-weight:300;line-height:1.4;letter-spacing:0}@media screen and (min-width:741px){.c-store-inventory__notice{margin-top:23px;font-size:13px;line-height:1.6}}.c-store-inventory__notice p{margin:0}.c-store-inventory__stores{margin-top:50px;margin-inline:-20px;padding:30px 20px;background-color:var(--color-sub-bg)}@media screen and (min-width:741px){.c-store-inventory__stores{margin-top:60px;margin-inline:0;padding:50px 50px 40px}}.c-store-inventory__list{display:flex;flex-direction:column;gap:2px}.c-store-inventory__extra{display:grid;grid-template-rows:0fr;margin-top:-2px;padding-top:2px}@media(prefers-reduced-motion:no-preference){.c-store-inventory__extra{transition:grid-template-rows .3s ease-in-out}}.c-store-inventory__extra.is-open{grid-template-rows:1fr}.c-store-inventory__extra-inner{display:flex;flex-direction:column;gap:2px;min-height:0;overflow:hidden}.c-store-inventory__item{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;padding:22px 25px;background-color:var(--color-white)}@media screen and (min-width:741px){.c-store-inventory__item{gap:20px;padding:30px 40px}}.c-store-inventory__item-area,.c-store-inventory__item-phone{margin:0;font-size:13px;font-weight:300;line-height:1.7;letter-spacing:.02em}@media screen and (min-width:741px){.c-store-inventory__item-area,.c-store-inventory__item-phone{font-size:15px}}.c-store-inventory__item-name{display:inline-block;margin:0;font-size:14px;font-weight:300;line-height:1.7;letter-spacing:.02em;color:var(--color-text);text-decoration:underline;text-underline-offset:3px;transition:opacity .3s ease-in-out}@media screen and (min-width:741px){.c-store-inventory__item-name{font-size:16px}}.c-store-inventory__item-name:hover{opacity:.7}.c-store-inventory__item-stock{display:flex;align-items:center;gap:5px;margin:0;font-size:14px;font-weight:300;line-height:1;letter-spacing:.02em;white-space:nowrap;padding-bottom:2px}@media screen and (min-width:741px){.c-store-inventory__item-stock{font-size:16px;gap:7px;padding-bottom:5px}}.c-store-inventory__mark{display:inline-block;width:14px;height:14px}@media screen and (min-width:741px){.c-store-inventory__mark{width:16px;height:16px}}.c-store-inventory__mark--in{border:2px solid var(--color-stock-in);border-radius:50%}.c-store-inventory__mark--low{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:14px solid var(--color-stock-low)}@media screen and (min-width:741px){.c-store-inventory__mark--low{border-left-width:9px;border-right-width:9px;border-bottom-width:15px}}.c-store-inventory__mark--out{position:relative}.c-store-inventory__mark--out:before,.c-store-inventory__mark--out:after{content:"";position:absolute;top:50%;left:0;width:100%;height:2px;background-color:var(--color-gray)}.c-store-inventory__mark--out:before{transform:rotate(45deg)}.c-store-inventory__mark--out:after{transform:rotate(-45deg)}.c-store-inventory__loading,.c-store-inventory__empty{margin:0;padding:30px 20px;background-color:var(--color-white);font-size:13px;font-weight:300;text-align:center}@media screen and (min-width:741px){.c-store-inventory__loading,.c-store-inventory__empty{font-size:15px}}.c-store-inventory__more[hidden]{display:none}.c-store-inventory__more{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:45px;margin:20px auto 0;border:none;border-radius:2px;background-color:var(--color-white);font-family:var(--base-font-family);font-size:13px;font-weight:300;letter-spacing:.02em;color:var(--color-text);cursor:pointer;transition:opacity .3s ease-in-out}@media screen and (min-width:741px){.c-store-inventory__more{width:156px;height:50px;border-radius:25px;margin-top:30px;font-size:15px}}.c-store-inventory__more:hover{opacity:.7}.c-store-inventory__error{margin:20px 0 0;font-size:13px;color:var(--color-sale)}.c-store-inventory__footer-close{display:flex;align-items:center;justify-content:center;gap:10px;margin:40px auto 56px;padding:5px;border:none;background:none;font-family:var(--base-font-family);font-size:13px;font-weight:300;letter-spacing:.02em;color:var(--color-text);cursor:pointer;transition:opacity .3s ease-in-out}@media screen and (min-width:741px){.c-store-inventory__footer-close{font-size:15px}}.c-store-inventory__footer-close:hover{opacity:.7}.c-store-inventory__footer-close-icon svg{display:block;width:11px;height:11px}
/*# sourceMappingURL=/cdn/shop/t/3/assets/c-store-inventory.css.map */
