.cart-drawer-container{background:transparent;display:flex;height:100vh;justify-content:flex-end;pointer-events:none;position:fixed;right:0;top:0;transition:.3s ease;visibility:hidden;width:100vw;z-index:99!important}.cart-drawer-container.open{background-color:rgba(46,33,20,.7);pointer-events:auto;transition:.3s ease;visibility:visible}.cart-drawer{background-color:var(--color-beige-200);height:100%;max-width:360px;min-width:360px;pointer-events:auto;transform:translateX(150%);transition:.3s ease}@media only screen and (max-width:767.98px){.cart-drawer{max-width:100%;min-width:1px}}.open .cart-drawer{display:flex;flex-direction:column;transform:translateX(0)}.cart-drawer .cart{display:flex;flex-direction:column;height:100vh;height:100dvh;overflow:hidden}.cart-drawer__popout-recommendations-container{background-color:var(--color-beige-200);border-radius:16px;left:0;margin-left:40px;opacity:1;padding:16px 24px;pointer-events:none;position:absolute;top:50%;transform:translate(-150%,-50%);transition:all 1s ease;width:calc(100% - 440px)}@media only screen and (max-width:1199.98px){.cart-drawer__popout-recommendations-container{display:none}}.open .cart-drawer__popout-recommendations-container{opacity:1;pointer-events:auto;transform:translateY(-50%)}.cart-drawer__popout-recommendations-container:empty{display:none}.cart-drawer__header{padding:16px 20px;position:relative}.cart-drawer__heading{align-items:center;display:flex}.cart-drawer__bag{height:20px;margin-right:8px;width:20px}.cart-drawer__close{align-items:center;cursor:pointer;display:flex;height:24px;justify-content:center;position:absolute;right:20px;top:50%;transform:translateY(-50%);width:24px}.cart-drawer__close svg{stroke:var(--color-white);fill:var(--color-black);height:-moz-max-content;height:max-content;transition:all .3s}.cart-drawer__close svg:hover{rotate:90deg}.cart-drawer__free-delivery-status{padding-bottom:16px;padding-left:20px;padding-right:20px}.cart-drawer__products{flex:1;overflow:auto;padding-left:20px;padding-right:20px}.cart-drawer__items{display:grid;gap:8px}.cart-drawer__recommendations{padding-bottom:20px;padding-left:20px;padding-top:20px}@media only screen and (min-width:1200px){.cart-drawer__recommendations{display:none}}.cart-drawer__footer{background-color:var(--color-beige-400);padding:16px 20px}.cart--empty .cart-drawer__footer{display:none}.cart-drawer__gift,.cart-drawer__summary{margin-bottom:16px}.cart-drawer__gift-content{align-items:center;display:flex;gap:16px;justify-content:space-between}.cart-drawer__gift-title{display:block;font-family:AvertaSemiBold}.cart-drawer__gift-text{background-color:var(--color-white);border:none;border-radius:16px;font-family:Averta;margin-top:16px;min-height:100px;padding:16px;width:100%}.cart-drawer__gift-text.hidden{display:none}.cart-drawer__subtotal{display:flex;font-family:AvertaSemiBold;gap:10px;justify-content:space-between;width:100%}.cart-drawer__subtotal-items{font-family:Averta}.cart-drawer__button{width:100%}.cart-drawer__payments{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:16px}.cart-drawer__payment{max-width:28px}@media only screen and (min-width:576px){.cart-drawer__payment{max-width:38px}}.cart-drawer__empty-cart{align-items:center;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:center}.cart-drawer__continue-shopping{cursor:pointer}.cart-drawer-card{background-color:var(--color-white);border-radius:12px;display:flex;padding:16px}.cart-drawer-card__image{height:64px;margin-right:16px;width:64px}.cart-drawer-card__info{display:flex;flex:1;flex-direction:column}.cart-drawer-card__bottom,.cart-drawer-card__top{display:flex;justify-content:space-between}.cart-drawer-card__bottom{align-items:center;margin-top:12px}.cart-drawer-card__title{display:block;font-family:AvertaSemiBold;font-size:14px}.cart-drawer-card__variant{color:var(--color-gray-400);margin-top:4px}.cart-drawer-card__discount{color:var(--color-orange-500);font-family:AvertaSemiBold;font-size:14px;margin-top:4px}.cart-drawer-card__properties{color:var(--color-gray-400);font-size:12px;line-height:1.5}.cart-drawer-card__remove{cursor:pointer;display:block;height:16px;margin-left:16px;width:16px}.cart-drawer-card__price{font-family:AvertaSemiBold;font-size:14px}.drawer-recommendations__heading{font-family:AvertaSemiBold;margin-bottom:12px}.drawer-recommendations__products{display:flex;overflow-x:scroll;scroll-snap-type:x mandatory}.drawer-recommendations__product{flex:none;margin-right:8px;min-width:300px;scroll-snap-align:start}.drawer-recommendations__product:last-of-type{margin-right:20px}.drawer-recommendations-product__container{align-items:center;background-color:var(--color-white);border-radius:12px;display:flex;padding:16px}.drawer-recommendations-product__image{margin-right:16px;max-width:52px}.drawer-recommendations-product__content{display:flex;flex:1;flex-direction:column;gap:8px}.drawer-recommendations-product__title{text-align:left}.drawer-recommendations-product__price,.drawer-recommendations-product__title{font-family:AvertaSemiBold;font-size:14px}.drawer-recommendations-product__buttons{align-items:center;display:flex;justify-content:space-between;width:100%}.drawer-recommendations-product__add-to-cart{color:var(--color-blue-500);font-family:AvertaSemiBold;font-size:14px}.popout-recommendations{width:100%}.popout-recommendations__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.popout-recommendations__heading{flex:1}.popout-recommendations__swiper-slide{height:auto}.custom-checkbox{cursor:pointer;display:block;margin-bottom:12px;min-height:28px;padding-left:28px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.custom-checkbox p{font-size:14px;margin:0 0 0 10px;width:100%}.custom-checkbox input{cursor:pointer;height:1px;opacity:0;position:absolute;width:1px}.custom-checkbox .checkmark{background-color:var(--color-white);border-radius:50%;height:24px;left:0;position:absolute;top:0;width:24px}.custom-checkbox .checkmark:after{background-color:var(--color-blue-500);border-radius:20px;content:"";display:none;height:14px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:14px}.custom-checkbox:hover input~.checkmark{background-color:var(--color-blue-500);border:5px solid var(--color-white)}.custom-checkbox input:checked~.checkmark{background-color:var(--color-white);border:1px solid var(--color-blue-500)}.custom-checkbox input:checked~.checkmark:after{display:block}.details{background-color:var(--color-beige-400);border-radius:16px}@media only screen and (min-width:768px){.details{border-radius:24px}}.details--minimal{background-color:transparent;border-bottom:1px solid var(--color-beige-500);border-radius:0}@media only screen and (min-width:992px){.details--minimal{border:0}}.predictive-search__search-products .details--minimal[open]{border:0}.details__summary{align-items:center;cursor:pointer;display:flex;gap:24px;justify-content:space-between;padding:12px 20px;width:100%}@media only screen and (min-width:768px){.details__summary{padding:16px 24px}}.details__summary:focus-visible{border-radius:16px;outline-offset:-1px}@media only screen and (min-width:768px){.details__summary:focus-visible{border-radius:24px}}.details--minimal .details__summary{padding-left:0;padding-right:0}@media only screen and (min-width:992px){.details--minimal .details__summary{pointer-events:none}.predictive-search__search-products .details--minimal[open] .details__summary{padding-top:0}}.details__title{color:var(--color-gray-600);pointer-events:none}@media only screen and (max-width:991.98px){.details__title{font-size:14px}.details--product .details__title{font-size:16px}.details--minimal .details__title{font-size:18px}}.details__chevron{height:8px;pointer-events:none;transition:all .2s;width:16px}.details[open] .details__chevron{transform:rotate(180deg)}@media only screen and (min-width:992px){.details--minimal .details__chevron{display:none}}.details__content{color:var(--color-gray-600);max-height:0;overflow:hidden;padding-bottom:16px;padding-left:20px;padding-right:20px;transition:max-height .2s ease-out}@media only screen and (min-width:768px){.details__content{padding-bottom:24px;padding-left:24px;padding-right:48px}}.details[open] .details__content{max-height:2000px}.details--minimal .details__content{padding-left:0;padding-right:0}.details--minimal .details__content ul{list-style:none;padding-left:0}.details--minimal .details__content ul li{margin-bottom:8px}.details--minimal .details__content ul li:last-child{margin-bottom:0}.details--minimal .details__content ul li a{color:var(--color-gray-400);display:block;font-size:14px}.details--minimal .details__content ul li a:hover{color:var(--color-orange-500)}@media only screen and (min-width:992px){.details--minimal .details__content{padding-bottom:0}}.predictive-search__search-products .details--minimal[open] .details__content{padding-bottom:0}.details__columns{display:grid;gap:16px}@media only screen and (min-width:768px){.details__columns{gap:32px;grid-template-columns:repeat(3,1fr)}}.details__columns-2-col{border-top:1px solid var(--color-beige-600);padding-top:20px}@media only screen and (min-width:768px){.details__columns-2-col{grid-template-columns:repeat(2,1fr)}}.details__column{-moz-column-break-inside:avoid;border-top:1px solid var(--color-beige-600);break-inside:avoid;padding-top:20px}.details__columns-2-col .details__column{border-top:none;padding-top:0}.details__subtitle{color:var(--color-gray-600);font-family:AvertaSemiBold;font-size:14px;margin-bottom:12px;text-transform:uppercase}.details__subtitle-service{margin-top:16px}@media only screen and (min-width:768px){.details__subtitle-service{margin-top:32px}}.details__text{color:var(--color-gray-600);font-size:14px;line-height:1.6}.details__text p{margin-bottom:8px}.details__text p:last-child{margin-bottom:0}.product-details .details__img{border-radius:0;height:auto;margin-bottom:0;margin-top:0;max-width:200px;width:auto}.details__iframe{padding-top:56.25%;position:relative}.details__iframe iframe{border-radius:16px;left:0;position:absolute;top:0}.details__audio{border-top:1px solid var(--color-beige-600);padding-top:20px}@media only screen and (min-width:768px){.details__audio{display:flex;flex-wrap:wrap;gap:0 32px}}.form{width:100%}.form__full-column{display:flex;flex-direction:column;gap:0;width:100%}@media only screen and (min-width:768px){.form__full-column{flex-direction:row;gap:20px}}.form__half-column{width:100%}@media only screen and (min-width:768px){.form__half-column{width:50%}}.form__input-group{display:flex;flex-direction:column;margin:14px 0}.form__label{color:var(--color-gray-600);font-family:AvertaSemiBold;font-size:14px;margin-bottom:8px}.form__text-input,.form__textarea{background-color:var(--color-white);border:none;border-radius:30px;color:var(--color-gray-600);font-family:Averta;font-size:14px;padding:16px 20px}.form__textarea{min-height:109px}.form__checkbox{align-items:center;background:var(--color-white);border-radius:2px;display:flex;height:20px;inset:0 auto auto 0;justify-content:center;padding:2.5px;position:absolute;transition:background .1s ease-in;width:20px}.form__checkbox-label p{font-size:14px;font-weight:400;text-align:left}.form__checkbox-icon{color:var(--color-white);height:100%;-o-object-fit:contain;object-fit:contain;opacity:0;transition:opacity .1s ease-in;width:100%}.form__checkbox-label{display:block;padding-left:30px;position:relative}.form__checkbox-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1px;inset:25px auto auto 10px;margin:0;opacity:0;padding:0;position:absolute;width:1px}.form__checkbox-input:checked+.checkbox{border:1px solid var(--color-white)}.form__checkbox-input:checked+.checkbox .form__checkbox-icon{opacity:1}.custom-select{display:inline-block;position:relative;width:100%}.custom-select__icon{width:20px}.custom-select__trigger{border-radius:84px;color:var(--color-gray-400);cursor:pointer;font-family:Averta;font-size:14px;padding:16px 20px;position:relative;text-align:left;width:100%}.custom-select__trigger.custom-select-light{background:var(--color-beige-200)}.custom-select__trigger.custom-select-white{background:var(--color-white)}.custom-select__trigger[aria-expanded=true]{border-radius:30px 30px 0 0;box-shadow:3px 2px 4px 0 hsla(28,6%,60%,.5)}.custom-select__arrow{fill:currentColor;height:8px;pointer-events:none;position:absolute;right:18px;top:22px;width:12px}.custom-select__arrow.rotate{transform:rotate(180deg)}.custom-select__list{border-radius:0 0 30px 30px;box-shadow:3px 2px 3px 0 hsla(28,6%,60%,.5);color:var(--color-gray-400);left:0;padding-bottom:10px;position:absolute;top:100%;width:100%;z-index:100}.custom-select__list.custom-select-light{background:var(--color-beige-200)}.custom-select__list.custom-select-white{background:var(--color-white)}.custom-select__option{cursor:pointer;font-size:14px;padding:6px 20px}.custom-select__option:hover{color:var(--color-blue-500)}.form__text-input.valid{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23333' stroke-width='2' viewBox='0 0 24 24'><path d='M5 13l4 4L19 7'/></svg>");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.2rem;padding-right:2.5rem}.form__text-input:invalid,.form__textarea:invalid{border-color:var(--color-red)}.form__quantity-wrapper{align-items:center;background-color:var(--color-beige-200);border-radius:36px;display:flex;gap:8px;justify-content:space-between;min-height:52px;min-width:104px;padding:16px}.form__quantity-wrapper svg{width:16px}.form-quantity__minus,.form-quantity__plus{cursor:pointer;height:22px;width:16px}.form-quantity__amount{font-family:AvertaSemiBold}.form__toggle{align-items:center;background-color:var(--color-beige-200);border-radius:36px;display:flex;gap:12px;padding:8px;width:100%}.form__toggle-input{display:none}.form__toggle-label{background-color:var(--color-beige-600);border-radius:36px;cursor:pointer;display:block;height:32px;position:relative;transition:background-color .3s ease;width:60px}.form__toggle-label:after{background-color:var(--color-white);border-radius:50%;box-shadow:1px 2px 6px var(--color-gray-400);content:"";height:24px;left:4px;position:absolute;top:4px;transition:left .3s ease;width:24px}.form__toggle-input:checked+.form__toggle-label{background-color:var(--color-orange-500)}.form__toggle-input:checked+.form__toggle-label:after{left:32px}.form__toggle-text{align-items:center;display:flex;font-size:14px}.form__toggle-icon{color:var(--color-beige-800);cursor:pointer;display:block;height:20px;width:20px}.localization-modal{background-color:rgba(46,33,20,.7);height:100vh;inset:0;max-height:100%;max-width:100%;opacity:0;position:fixed;visibility:hidden;width:100vw;z-index:999999}.localization-modal-visible{opacity:1;visibility:visible}.localization-modal__container{background-color:var(--color-beige-200);border-radius:16px;left:50%;max-height:100%;max-width:740px;overflow:auto;position:fixed;top:50%;transform:translate(-50%,-50%);width:90%}.localization-modal__container::-webkit-scrollbar{background:transparent;margin-left:10px;width:8px}.localization-modal__container::-webkit-scrollbar-track{background-color:var(--color-white)}.localization-modal__container::-webkit-scrollbar-thumb{background-color:var(--color-orange-500)}.localization-modal__close{align-content:center;align-items:center;background-color:var(--color-beige-200);border-radius:50%;display:flex;flex-direction:column;height:42px;justify-content:center;padding:0;position:absolute;right:10px;top:10px;transition:all .15s ease-in-out;width:42px}.localization-modal__close:hover{rotate:90deg}.localization-modal__close-icon{padding:12px}@media only screen and (min-width:768px){.localization-modal__columns{display:flex;flex-direction:row-reverse}.localization-modal__column{width:50%}}.localization-modal__content{overflow:hidden;padding:20px 32px}@media only screen and (min-width:768px){.localization-modal__content{display:flex;flex-direction:column;height:100%;justify-content:center;padding:32px}}.localization-modal__title{margin-bottom:8px}.localization-modal__text{margin-bottom:12px}.localization-modal__image{-o-object-fit:cover;object-fit:cover}.localization-dropdown__trigger{align-items:center;border-radius:36px;display:flex;gap:8px;height:48px;justify-content:flex-start;position:relative}.localization-dropdown__trigger--footer{background:var(--color-navy-300);color:var(--color-white);padding:8px 16px}.localization-dropdown__trigger--header{background:var(--color-white);height:42px;justify-content:center;width:42px}.localization-dropdown__trigger--menu{background:var(--color-white);padding:8px 16px;width:100%}.localization-dropdown{display:block}.localization-dropdown__button{align-items:center;background-color:var(--color-white);border-radius:36px;display:flex;font-size:14px;gap:10px;height:50px;justify-content:flex-start;padding:10px 14px;position:relative;width:100%}.localization-dropdown__button[aria-expanded=true]{border-radius:36px 36px 0 0}.localization-dropdown__items{background-color:var(--color-white);border-radius:0 0 36px 36px;height:152px;overflow-y:auto;padding:0 14px 16px}.localization-dropdown__items::-webkit-scrollbar{background:var(--color-white);border-radius:8px;display:none;width:8px}.localization-dropdown__items::-webkit-scrollbar-thumb{background:var(--color-orange-500);border-radius:8px;display:none;margin-bottom:25%}.localization-dropdown__link{align-items:center;display:flex;font-size:14px;gap:8px;padding-bottom:8px;padding-top:8px}.localization-dropdown__link--active{color:var(--color-orange-500)}.localization-dropdown__chevron{margin-left:auto;width:12px}.localization-dropdown__icon{border-radius:50%;height:20px;overflow:hidden;width:20px}.localization-dropdown__flag{-o-object-fit:cover;object-fit:cover}.predictive-search-container{background-color:var(--color-beige-200);display:none;opacity:0;position:absolute;width:100%;z-index:10}.predictive-search-container.active{display:block;opacity:1}.predictive-search-container.active:before{background-color:var(--color-mask);content:"";height:100vh;inset:0;max-width:100%;opacity:.7;pointer-events:none;position:fixed;width:100vw}.predictive-search-modal{background-color:var(--color-beige-200);position:relative}.predictive-search-modal__wrapper{position:relative}.predictive-search-modal__inner{height:100%;overflow-x:hidden;overflow-y:auto;width:100%}.predictive-search-modal__close{cursor:pointer;display:flex;height:44px;padding:12px;position:absolute;right:24px;top:4px;transition:rotate .3s;width:44px;z-index:1}@media only screen and (min-width:768px){.predictive-search-modal__close{right:48px;top:7px}}.predictive-search-modal__close:hover{rotate:90deg}.predictive-search__results{padding-bottom:24px;padding-top:24px;width:100%}@media only screen and (min-width:992px){.predictive-search__results{padding-bottom:24px;padding-top:24px}}.predictive-search__search-wrapper{width:100%}@media only screen and (min-width:992px){.predictive-search__search-wrapper{display:flex;gap:16px}}.predictive-search__search-wrapper .accordion{padding:0}@media only screen and (min-width:1025px){.predictive-search__search-wrapper .accordion{display:none}}.predictive-search__search-wrapper .panel{align-items:flex-start;display:flex;gap:10px;justify-content:flex-start}@media only screen and (min-width:1025px){.predictive-search__search-wrapper .panel{max-height:100%}}.predictive-search__search-wrapper .panel .content{padding:10px 0}.predictive-search__search-grid{display:grid;gap:12px}@media only screen and (min-width:768px){.predictive-search__search-grid{gap:8px;grid-template-columns:repeat(3,1fr)}.predictive-search__search-grid .product-card{height:auto}}.predictive-search__search-accordion{display:flex;flex-direction:column;gap:12px;width:100%}.predictive-search__no-results{color:var(--color-gray-400)}.predictive-search__button-wrapper{margin-top:24px;text-align:center}@media only screen and (min-width:992px){.predictive-search__button-wrapper{display:none}}.predictive-search__search-sidebar{margin-top:-16px}@media only screen and (min-width:992px){.predictive-search__search-sidebar{flex:none;max-width:300px;min-width:240px}}.predictive-search__product-accordion{position:relative}@media only screen and (min-width:992px){.predictive-search__search-products{flex:1}}.predictive-search__view-all{display:none}@media only screen and (min-width:992px){.predictive-search__view-all{display:block;font-size:14px;position:absolute;right:0;top:4px}}.product-card{align-items:center;background-color:var(--color-white);border-radius:16px;display:flex;flex-direction:column;height:100%;overflow:hidden;padding:40px 36px;position:relative;width:100%}.product-card__image-meta{bottom:0;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;transition:.3s}@media only screen and (min-width:1025px){.product-card--images:hover .product-card__image-meta{opacity:0;visibility:hidden}}.product-card__image-meta--secondary{bottom:0;left:0;-o-object-fit:cover;object-fit:cover;opacity:0;position:absolute;right:0;top:0;transition:.3s;visibility:hidden;z-index:-1}@media only screen and (min-width:1025px){.product-card--images:hover .product-card__image-meta--secondary{opacity:1;visibility:visible;z-index:0}}.product-card__tagline{color:var(--color-orange-500);text-transform:uppercase;transition:.3s;z-index:1}@media only screen and (min-width:1025px){.product-card--images:hover .product-card__tagline{color:var(--color-white)}}.product-card__spacing{height:324px;transition:.3s;width:100%}.product-card__title{transition:.3s;z-index:0}.product-card:hover .product-card__title{color:var(--color-gray-600)}@media only screen and (min-width:1025px){.product-card--images:hover .product-card__title{color:var(--color-white)}}.product-card__text{align-items:center;display:flex;margin-left:auto;margin-right:auto;margin-top:12px;max-width:450px;transition:.3s;z-index:0}.product-card:hover .product-card__text{color:var(--color-gray-600)}@media only screen and (min-width:1025px){.product-card--images:hover .product-card__text{color:var(--color-white)}}.product-card__price{font-family:AvertaSemiBold;margin-top:12px;transition:.3s;z-index:0}.product-card__price .price__compare{margin-right:4px}.product-card__price .price__sale{color:var(--color-orange-500)}.product-card:hover .product-card__price{color:var(--color-gray-600)}@media only screen and (min-width:1025px){.product-card--images:hover .product-card__price{color:var(--color-white)}}.product-card__text-link{margin-top:12px;transition:.3s;z-index:0}@media only screen and (min-width:1025px){.product-card:hover .product-card__text-link{display:none}}.product-card__text-link--hover{display:none}@media only screen and (min-width:1025px){.product-card:hover .product-card__text-link--hover{display:block}.product-card--images:hover .product-card__text-link--hover{color:var(--color-white)}}.product-badges{display:flex;flex-direction:column;gap:5px}.item .oos{color:var(--color-gray-400);font-size:12px;line-height:1.5}.quantity{background-color:var(--color-beige-200);border-radius:36px;display:flex}.quantity>*{display:flex;height:32px;justify-content:center;width:32px}.quantity__minus,.quantity__plus{cursor:pointer;font-size:20px}.quantity__minus[data-pending=true],.quantity__plus[data-pending=true]{cursor:not-allowed}.quantity__amount{font-family:AvertaSemiBold;font-size:14px;padding-top:5px;width:24px}.search-bar-qf{display:flex;position:relative}.search-bar-qf__input{background-color:var(--color-white);border:none;border-radius:84px;color:var(--color-gray-600);font-family:Averta;font-size:16px;height:52px;outline:none;padding:16px 64px 16px 20px;position:relative;width:100%}@media only screen and (min-width:768px){.search-bar-qf__input{height:58px;padding-left:60px}}.search-bar-qf__input::-moz-placeholder{font-family:Averta}.search-bar-qf__input::placeholder{font-family:Averta}.search-bar-qf__icon{display:none;left:8px;position:absolute}@media only screen and (min-width:768px){.search-bar-qf__icon{display:block}}.search-bar-qf__icon label{align-items:center;cursor:pointer;display:flex;height:58px;justify-content:center;width:58px}.search-bar-qf__icon label svg{height:24px;width:24px}.search-bar-qf__icon label input[type=submit]{display:none}#notification-test{box-sizing:border-box;inset:auto 30px 100px auto;position:fixed;z-index:9999}@media only screen and (max-width:767.98px){#notification-test{font-size:30px;inset:auto 1.5rem 200px auto;text-align:center;width:calc(100vw - 3rem)}}#toasty-zone{align-items:flex-end;display:flex;flex-direction:column;gap:10px 0;height:100vh;inset:140px 0 auto auto;isolation:isolate;justify-content:flex-start;overflow:hidden;padding:10px;pointer-events:none;position:fixed;z-index:99999999999}#toasty-zone,#toasty-zone *{box-sizing:border-box}.toasty{align-items:flex-start;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:rgba(25,25,25,.5);border-radius:8px;color:var(--color-white);display:flex;filter:drop-shadow(2px 3px 4px rgba(30,30,30,.15));flex-direction:column;inset:0 20px auto auto;justify-content:flex-end;padding:7px 10px;pointer-events:all;position:fixed;scale:1;transform-origin:top right;transition:translate .3s cubic-bezier(.73,.04,.95,.74),background .15s ease-in-out,scale .15s ease-in-out,top .2s ease-in-out .2s;width:clamp(280px,100%,360px);will-change:transform;z-index:-1}@media only screen and (max-width:767.98px){.toasty{inset:0 1.5rem auto auto;width:calc(100vw - 3rem)}}.toasty.bg,.toasty.bg .toasty-close,.toasty.bg:hover{background:var(--background)}.toasty.img{justify-content:center;min-height:74px;padding-left:80px}.toasty-body,.toasty-title{-webkit-font-smoothing:antialiased;color:inherit;pointer-events:none;text-align:left;transition:translate .25s ease-in-out .05s;translate:0 0 0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.toasty-title{font-size:16px;font-weight:700}.toasty-body{font-size:14px;line-height:1.4}.toasty-close{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:rgba(70,70,70,.8);border-radius:50%;display:flex;filter:drop-shadow(2px 2px 2px rgba(0,0,0,.3));height:20px;inset:0 auto auto 0;justify-content:center;opacity:0;padding:5px;position:absolute;transition:opacity .15s ease-in;translate:-50% -30% 0;width:20px;z-index:2}.toasty-close,.toasty-close svg{color:inherit;pointer-events:none}.toasty-close svg{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.toasty-image{border-radius:3px;height:60px;inset:50% auto auto 10px;-o-object-fit:cover;object-fit:cover;overflow:hidden;position:absolute;transition:translate .25s ease-in-out .05s;translate:0 -50%;width:60px}.toasty:hover{background:rgba(25,25,25,.65);scale:1.028}.toasty:hover .toasty-body,.toasty:hover .toasty-title{translate:5px 0 0}.toasty:hover .toasty-image{translate:5px -50% 0}.toasty:hover .toasty-close{cursor:pointer;opacity:1;pointer-events:all}.toasty.dragging{cursor:grabbing;scale:1.048;z-index:1}@media only screen and (max-width:767.98px){.toasty.dragging,.toasty:hover{scale:1}}
