.gs-toast{--gs-toast-rule: .667px;--gs-toast-rule-color: #dadada;--gs-toast-ink: #080808;--gs-toast-cta-bg: #212121;--gs-toast-dim: rgba(8, 8, 8, .3);--gs-toast-track: #bababa;--gs-toast-chip: #fafafa;--gs-toast-quick: .15s;--gs-toast-ease: cubic-bezier(.4, 0, .2, 1);--gs-toast-body: 13px;--gs-toast-body-lh: 18.9px;--gs-toast-meta: 12px;--gs-toast-meta-lh: 14px;--gs-toast-pad: 20px;--gs-toast-motion: .4s}giesto-store-toast.gs-toast{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;display:block;pointer-events:none}giesto-store-toast.gs-toast[hidden]{display:none}.gs-toast,.gs-toast *,.gs-toast *:before,.gs-toast *:after{box-sizing:border-box}.gs-toast .gs-toast__sr{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip-path:inset(50%);white-space:nowrap}.gs-toast .gs-toast__dimmer{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--gs-toast-dim);opacity:0;pointer-events:auto;transition:opacity var(--gs-toast-motion) cubic-bezier(.4,0,.2,1)}.gs-toast[data-gs-toast-open] .gs-toast__dimmer{opacity:1}.gs-toast .gs-toast__panel{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;overflow:hidden;pointer-events:none}.gs-toast .gs-toast__column{display:flex;width:100%;height:100%;flex-direction:column;padding:0;background:var(--gs-white, #fff);color:var(--gs-black, #000);font-family:var(--gs-font);font-size:var(--gs-toast-body);line-height:var(--gs-toast-body-lh);overflow-y:auto;overscroll-behavior:contain;pointer-events:auto;opacity:0;transform:translate3d(20px,0,0);transition:opacity var(--gs-toast-motion) cubic-bezier(.4,0,.2,1),transform var(--gs-toast-motion) cubic-bezier(.4,0,.2,1)}.gs-toast[data-gs-toast-open] .gs-toast__column{opacity:1;transform:translateZ(0)}@media(min-width:1024px){.gs-toast .gs-toast__column{width:33.3333%}}@media(min-width:1280px){.gs-toast .gs-toast__column{width:calc(25% + 1.25rem)}}@media(prefers-reduced-motion:reduce){.gs-toast .gs-toast__dimmer,.gs-toast .gs-toast__column{transition-duration:1ms}.gs-toast .gs-toast__column{transform:none}}.gs-toast .gs-toast__head{position:relative;display:flex;align-items:center;justify-content:space-between;padding:22px var(--gs-toast-pad) 25px;margin-bottom:10px}@media(min-width:768px){.gs-toast .gs-toast__head{padding:15px 15px 15px var(--gs-toast-pad);margin-bottom:30px}}.gs-toast .gs-toast__heading{padding:0;margin:0;color:var(--gs-black, #000);font-family:var(--gs-font);font-size:var(--gs-toast-body);font-weight:600;letter-spacing:.39px;line-height:var(--gs-toast-body-lh);text-transform:uppercase}.gs-toast .gs-toast__close{position:absolute;top:0;right:var(--gs-toast-pad);display:flex;width:16px;height:100%;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:var(--gs-toast-ink);cursor:pointer;line-height:1}@media(min-width:1024px){.gs-toast .gs-toast__close{position:static;height:16px}}.gs-toast .gs-toast__close svg{display:block;width:16px;height:16px;fill:currentColor}.gs-toast .gs-toast__delivery{display:flex;height:52px;justify-content:center;padding:0 var(--gs-toast-pad);margin-bottom:var(--gs-toast-pad);pointer-events:none}@media(min-width:1024px){.gs-toast .gs-toast__delivery{pointer-events:auto}}.gs-toast .gs-toast__delivery[hidden]{display:none}.gs-toast .gs-toast__delivery-inner{width:100%;height:22px}.gs-toast .gs-toast__delivery-row{display:flex;height:var(--gs-toast-meta-lh);align-items:center;justify-content:space-between;gap:10px;color:var(--gs-black, #000);font-family:var(--gs-font);font-size:var(--gs-toast-meta);font-weight:400;line-height:var(--gs-toast-meta-lh)}.gs-toast .gs-toast__delivery-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gs-toast .gs-toast__delivery-value{display:flex;flex-shrink:0;gap:2px}.gs-toast .gs-toast__delivery-was{text-decoration:line-through}.gs-toast .gs-toast__delivery-was[hidden]{display:none}.gs-toast .gs-toast__delivery-track{display:block;height:4px;margin-top:4px;background:var(--gs-toast-track)}.gs-toast .gs-toast__delivery-fill{display:block;width:0;height:100%;border-radius:4px 0 0 4px;background:var(--gs-black, #000);transition:width var(--gs-toast-motion) cubic-bezier(.4,0,.2,1)}@media(prefers-reduced-motion:reduce){.gs-toast .gs-toast__delivery-fill{transition-duration:1ms}}.gs-toast .gs-toast__line{display:grid;grid-template-columns:repeat(12,1fr);border-top:var(--gs-toast-rule) solid var(--gs-toast-rule-color);border-bottom:var(--gs-toast-rule) solid var(--gs-toast-rule-color)}.gs-toast .gs-toast__line-media{position:relative;display:block;grid-column:span 3 / span 3;aspect-ratio:2 / 3;background:var(--gs-grey, #f9f9f9)}@media(min-width:1024px){.gs-toast .gs-toast__line-media{grid-column:span 4 / span 4}}.gs-toast .gs-toast__line-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.gs-toast .gs-toast__line-info{display:flex;flex-direction:column;grid-column:span 9 / span 9;gap:4px;padding:16px var(--gs-toast-pad)}@media(min-width:1024px){.gs-toast .gs-toast__line-info{grid-column:span 8 / span 8}}.gs-toast .gs-toast__line-title,.gs-toast .gs-toast__line-variant,.gs-toast .gs-toast__line-size{overflow:hidden;color:var(--gs-black, #000);font-family:var(--gs-font);font-size:var(--gs-toast-body);font-weight:400;line-height:var(--gs-toast-body-lh);text-overflow:ellipsis;white-space:nowrap}.gs-toast .gs-toast__line-price{color:var(--gs-toast-ink);font-family:var(--gs-font);font-size:var(--gs-toast-meta);font-weight:400;line-height:var(--gs-toast-meta-lh)}.gs-toast .gs-toast__line-variant[hidden],.gs-toast .gs-toast__line-size[hidden]{display:none}.gs-toast .gs-toast__cta{padding:var(--gs-toast-pad)}.gs-toast .gs-toast__view{display:flex;width:100%;height:52px;align-items:center;justify-content:center;gap:.35em;padding:0;border:0;border-radius:0;background:var(--gs-toast-cta-bg);color:var(--gs-white, #fff);cursor:pointer;font-family:var(--gs-font);font-size:var(--gs-toast-body);font-weight:500;letter-spacing:.52px;line-height:var(--gs-toast-body-lh);text-align:center;text-transform:uppercase;transition:all .1s cubic-bezier(.4,0,.2,1)}.gs-toast .gs-toast__view:hover{background:var(--gs-black, #000)}.gs-toast .gs-toast__cross{width:100%;padding:var(--gs-toast-pad);border-top:var(--gs-toast-rule) solid var(--gs-toast-rule-color);margin-top:auto}.gs-toast .gs-toast__cross[hidden]{display:none}.gs-toast .gs-toast__cross-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.gs-toast .gs-toast__cross-title,.gs-toast .gs-toast__cross-price{padding:0;margin:0;color:var(--gs-black, #000);font-family:var(--gs-font);font-size:var(--gs-toast-body);font-weight:400;letter-spacing:.52px;line-height:var(--gs-toast-body-lh);text-transform:uppercase}.gs-toast .gs-toast__cross-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gs-toast .gs-toast__cross-price{flex-shrink:0;margin-left:10px}.gs-toast .gs-toast__cross-price[hidden]{display:none}.gs-toast .gs-toast__carousel{display:flex;width:auto;padding:0;margin:0 -15px;gap:5px;list-style:none;overflow-x:scroll;scroll-snap-type:x mandatory;scrollbar-width:none}.gs-toast .gs-toast__carousel::-webkit-scrollbar{display:none}@media(min-width:1024px){.gs-toast .gs-toast__carousel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;gap:0;overflow:hidden}}.gs-toast .gs-toast__slide{position:relative;width:44%;flex-shrink:0;aspect-ratio:2 / 3;overflow:hidden;scroll-snap-align:start}@media(min-width:1024px){.gs-toast .gs-toast__slide{width:100%}}.gs-toast .gs-toast__card{position:relative;width:100%;height:100%}.gs-toast .gs-toast__card-media{position:absolute;display:block;top:0;right:0;bottom:0;left:0;background:var(--gs-grey, #f9f9f9)}.gs-toast .gs-toast__card-image{width:100%;height:100%;object-fit:contain}.gs-toast,.gs-toast *{-webkit-tap-highlight-color:transparent}.gs-toast :focus:not(:focus-visible){outline:none}.gs-toast .gs-toast__card-frame{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;padding-bottom:16px;border:var(--gs-toast-rule) solid transparent;pointer-events:none;transition:border-color var(--gs-toast-quick) var(--gs-toast-ease)}.gs-toast .gs-toast__slide:hover .gs-toast__card-frame,.gs-toast .gs-toast__slide:focus-within .gs-toast__card-frame{border-color:var(--gs-toast-ink)}.gs-toast .gs-toast__card-reveal{display:flex;justify-content:center;pointer-events:auto}@media(min-width:1024px){.gs-toast .gs-toast__card-reveal{opacity:0;transform:translateY(100%);transition:all var(--gs-toast-quick) var(--gs-toast-ease)}.gs-toast .gs-toast__slide:hover .gs-toast__card-reveal,.gs-toast .gs-toast__slide:focus-within .gs-toast__card-reveal{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.gs-toast .gs-toast__card-reveal{transition-duration:1ms}}.gs-toast .gs-toast__card-add{position:relative;display:flex;width:28px;height:28px;align-items:center;justify-content:center;padding:0;border:0;border-radius:9999px;background:var(--gs-toast-chip);color:var(--gs-toast-ink);cursor:pointer;opacity:.8}.gs-toast .gs-toast__card-add:hover{opacity:1}.gs-toast .gs-toast__card-add:after{position:absolute;top:-8px;left:-8px;display:block;width:calc(100% + 1rem);height:calc(100% + 1rem);content:""}.gs-toast .gs-toast__card-add svg{display:block;width:16px;height:16px;fill:currentColor}.gs-toast .gs-toast__card-info{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;width:1px;height:1px;clip-path:inset(50%)}
/*# sourceMappingURL=/cdn/shop/t/74/assets/giesto-store-toast.css.map */
