.ivr-cart-drawer{visibility:hidden;color:var(--ivr-cd-text);font-family:var(--font-body-family);z-index:1100;background:transparent}.ivr-cart-drawer.active{visibility:visible}.ivr-cart-drawer .cart-drawer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.ivr-cart-drawer .cart-drawer__overlay{background:rgba(0,0,0,var(--ivr-cd-overlay));opacity:0;pointer-events:auto;transition:opacity .24s ease}.ivr-cart-drawer.active .cart-drawer__overlay{opacity:1}.ivr-cart-drawer .drawer__inner{position:absolute;top:0;right:0;width:min(var(--ivr-cd-width),100vw);max-width:100vw;height:100dvh;padding:0;border:0;border-radius:var(--ivr-cd-radius) 0 0 var(--ivr-cd-radius);background:var(--ivr-cd-bg)!important;color:var(--ivr-cd-text);box-shadow:-24px 0 60px #0000001f;transform:translate3d(100%,0,0);transition:transform .28s cubic-bezier(.22,.8,.25,1);pointer-events:auto;overflow:hidden}.ivr-cart-drawer.active .drawer__inner{transform:translateZ(0)}.ivr-cart-drawer[data-position=left] .drawer__inner{right:auto;left:0;border-radius:0 var(--ivr-cd-radius) var(--ivr-cd-radius) 0;box-shadow:24px 0 60px #0000001f;transform:translate3d(-100%,0,0)}.ivr-cart-drawer.active[data-position=left] .drawer__inner{transform:translateZ(0)}.ivr-cart-drawer .ivr-cd-header{flex:0 0 auto;min-height:76px;padding:18px var(--ivr-cd-body-padding) 16px;border-bottom:1px solid var(--ivr-cd-line);background:var(--ivr-cd-bg);display:flex;align-items:center;gap:16px}.ivr-cd-header__copy{min-width:0;padding-right:48px}.ivr-cart-drawer .ivr-cd-header .drawer__heading{margin:0;color:var(--ivr-cd-text);font-size:var(--ivr-cd-heading-size);line-height:1.08;letter-spacing:-.035em;font-weight:750}.ivr-cd-header__copy p{margin:6px 0 0;color:var(--ivr-cd-muted);font-size:1.2rem;line-height:1.35}.ivr-cart-drawer .ivr-cd-close,.ivr-cart-drawer .cart-drawer__warnings .drawer__close{position:absolute;top:16px;right:var(--ivr-cd-body-padding);width:40px;min-width:40px;height:40px;min-height:40px;display:grid;place-items:center;border:1px solid var(--ivr-cd-line);border-radius:999px;background:var(--ivr-cd-bg);color:var(--ivr-cd-text);z-index:4}.ivr-cart-drawer .ivr-cd-close .svg-wrapper,.ivr-cart-drawer .cart-drawer__warnings .drawer__close .svg-wrapper{width:16px;height:16px}.ivr-cart-drawer cart-drawer-items{min-height:0;overflow:auto;padding:0 var(--ivr-cd-body-padding);scrollbar-width:thin;scrollbar-color:var(--ivr-cd-line) transparent}.ivr-cart-drawer .drawer__contents,.ivr-cart-drawer .cart-drawer__form,.ivr-cart-drawer .drawer__cart-items-wrapper{width:100%}.ivr-cart-drawer .cart-items thead{display:none}.ivr-cart-drawer .cart-items{margin:0;padding:0}.ivr-cart-drawer .cart-items .cart-item{display:grid!important;grid-template-columns:var(--ivr-cd-image-width) minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;column-gap:12px!important;row-gap:5px!important;align-items:start!important;margin:0!important;padding:var(--ivr-cd-item-padding) 0!important;border-bottom:1px solid var(--ivr-cd-line)}.ivr-cart-drawer .cart-item:last-child{border-bottom:0}.ivr-cart-drawer .cart-item__media{grid-column:1!important;grid-row:1 / span 2!important;width:var(--ivr-cd-image-width)!important;padding:0!important}.ivr-cart-drawer .cart-item__image-container{width:100%!important}.ivr-cart-drawer .cart-item__image{width:100%!important;max-width:none!important;height:auto!important;aspect-ratio:4 / 5;object-fit:cover;border-radius:var(--ivr-cd-image-radius);background:#7f7f7f0f}.ivr-cart-drawer[data-image-ratio=square] .cart-item__image{aspect-ratio:1}.ivr-cart-drawer[data-image-ratio=natural] .cart-item__image{aspect-ratio:auto;object-fit:contain}.ivr-cart-drawer .cart-item__details{grid-column:2!important;grid-row:1!important;width:auto!important;max-width:none!important;min-width:0;padding:0!important;margin:0!important}.ivr-cart-drawer .cart-item__title{margin:0}.ivr-cart-drawer .cart-item__name{color:var(--ivr-cd-text)!important;margin:0!important;font-size:var(--ivr-cd-item-title-size)!important;line-height:1.22!important;font-weight:650!important;text-decoration:none;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--ivr-cd-title-lines);overflow:hidden}.ivr-cart-drawer .cart-item__details>.caption-with-letter-spacing{color:var(--ivr-cd-muted);font-size:1rem;margin:0 0 3px}.ivr-cart-drawer .cart-item__details>.product-option:not(.ivr-cd-product-option),.ivr-cart-drawer .cart-item__details>.cart-item__discounted-prices{display:none}.ivr-cart-drawer .ivr-cd-item-options{margin:5px 0 0}.ivr-cart-drawer .ivr-cd-product-option{margin:2px 0 0!important;color:var(--ivr-cd-muted)!important;font-size:1.08rem!important;line-height:1.25!important;display:flex;flex-wrap:wrap;gap:4px}.ivr-cart-drawer .ivr-cd-product-option dt{font-weight:600}.ivr-cart-drawer .ivr-cd-product-option dd{margin:0}.ivr-cart-drawer .ivr-cd-product-option--variant{display:inline-flex;align-items:center;width:max-content;max-width:100%}.ivr-cart-drawer .ivr-cd-item-options--footer{display:inline-flex;flex-wrap:wrap;gap:5px;width:auto;margin:0!important}.ivr-cart-drawer[data-variant-style=badge] .ivr-cd-product-option--variant,.ivr-cart-drawer[data-variant-style=pill] .ivr-cd-product-option--variant,.ivr-cart-drawer[data-variant-style=outline] .ivr-cd-product-option--variant{padding:4px 8px;border-radius:7px;background:color-mix(in srgb,var(--ivr-cd-accent) 10%,var(--ivr-cd-bg))}.ivr-cart-drawer[data-variant-style=pill] .ivr-cd-product-option--variant{border-radius:999px}.ivr-cart-drawer[data-variant-style=outline] .ivr-cd-product-option--variant{background:transparent;border:1px solid var(--ivr-cd-line)}.ivr-cart-drawer[data-variant-style=text] .ivr-cd-product-option--variant{padding:0;background:transparent;border:0}.ivr-cart-drawer .cart-item__totals{grid-column:3!important;grid-row:1!important;padding:0!important;margin:0!important;min-width:max-content}.ivr-cart-drawer .cart-item__totals .price,.ivr-cart-drawer .cart-item__totals .cart-item__final-price{color:var(--ivr-cd-text)!important;font-size:1.24rem!important;line-height:1.2!important;font-weight:700!important;white-space:nowrap}.ivr-cart-drawer[data-show-original-price=false] .cart-item__old-price{display:none!important}.ivr-cart-drawer .cart-item__old-price{color:var(--ivr-cd-muted)!important;font-size:1.05rem!important}.ivr-cart-drawer .cart-item__discounted-prices{gap:2px}.ivr-cart-drawer .discounts{color:var(--ivr-cd-accent);font-size:1.05rem;margin-top:5px}.ivr-cart-drawer .discounts__discount{gap:5px}.ivr-cart-drawer .cart-item__quantity{grid-column:2 / 4!important;grid-row:2!important;padding:0!important;margin:1px 0 0!important;display:flex!important;align-items:center;flex-wrap:wrap;gap:8px}.ivr-cart-drawer .cart-item__quantity>quantity-popover{min-width:0}.ivr-cart-drawer .cart-item__quantity-wrapper{display:flex;align-items:center;gap:8px}.ivr-cart-drawer .quantity{width:98px!important;min-height:32px!important;height:32px!important;border:1px solid var(--ivr-cd-line);border-radius:999px;overflow:hidden;background:transparent}.ivr-cart-drawer .quantity:after,.ivr-cart-drawer .quantity:before{display:none!important}.ivr-cart-drawer .quantity__button,.ivr-cart-drawer .quantity__input{min-height:30px!important;height:30px!important;color:var(--ivr-cd-text)}.ivr-cart-drawer .quantity__button{width:30px!important;min-width:30px!important}.ivr-cart-drawer .quantity__input{font-size:1.1rem}.ivr-cart-drawer cart-remove-button .cart-remove-button,.ivr-cart-drawer .cart-remove-button{width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important;margin:0!important;color:var(--ivr-cd-muted)!important;border-radius:999px!important}.ivr-cart-drawer[data-remove-style=text] cart-remove-button .svg-wrapper{display:none}.ivr-cart-drawer[data-remove-style=text] cart-remove-button .cart-remove-button:after{content:"Remover";font-size:1rem}.ivr-cart-drawer[data-remove-style=both] cart-remove-button .cart-remove-button{width:auto!important;padding:0 8px!important;gap:5px}.ivr-cart-drawer[data-remove-style=both] cart-remove-button .cart-remove-button:after{content:"Remover";font-size:1rem}.ivr-cart-drawer[data-items-layout=ultra] .cart-items .cart-item{padding-top:7px!important;padding-bottom:7px!important;column-gap:9px!important}.ivr-cart-drawer[data-items-layout=ultra] .cart-item__name{font-size:1.22rem!important}.ivr-cart-drawer[data-items-layout=ultra] .ivr-cd-product-option{font-size:.98rem!important}.ivr-cart-drawer[data-items-layout=grid] .cart-items tbody{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px 0}.ivr-cart-drawer[data-items-layout=grid] .cart-items .cart-item{display:flex!important;flex-direction:column;gap:7px!important;border:1px solid var(--ivr-cd-line);padding:10px!important;border-radius:max(10px,var(--ivr-cd-image-radius))}.ivr-cart-drawer[data-items-layout=grid] .cart-item__media,.ivr-cart-drawer[data-items-layout=grid] .cart-item__details,.ivr-cart-drawer[data-items-layout=grid] .cart-item__totals,.ivr-cart-drawer[data-items-layout=grid] .cart-item__quantity{width:100%!important}.ivr-cart-drawer[data-items-layout=grid] .cart-item__image{aspect-ratio:1}.ivr-cart-drawer[data-items-layout=grid] .cart-item__totals{text-align:left!important}.ivr-cart-drawer[data-card-style=cards] .cart-items .cart-item{margin:10px 0!important;padding:10px!important;border:1px solid var(--ivr-cd-line);border-radius:12px}.ivr-cart-drawer[data-card-style=flat] .cart-items .cart-item{border-bottom-color:transparent}.ivr-cd-blocks{flex:0 0 auto;padding:0 var(--ivr-cd-body-padding)}.ivr-cd-blocks:empty{display:none}.ivr-cd-blocks--top{padding-top:10px}.ivr-cd-blocks--bottom{padding-top:6px;padding-bottom:8px}.ivr-cd-blocks--footer{padding:0}.ivr-cd-block{margin:0 0 8px;color:var(--ivr-cd-text);font-size:1.2rem}.ivr-cd-block__heading{margin:0 0 7px;font-size:1.16rem;line-height:1.2;font-weight:750}.ivr-cd-block__info{margin:6px 0 0;color:var(--ivr-cd-muted);font-size:1.02rem;line-height:1.35}.ivr-cd-icon{width:18px;height:18px;flex:0 0 18px;display:inline-grid;place-items:center}.ivr-cd-icon svg{width:100%;height:100%}.ivr-cd-shipping{padding:11px 12px;background:var(--ivr-block-bg);border:1px solid color-mix(in srgb,var(--ivr-track) 85%,transparent);border-radius:var(--ivr-cd-block-radius)}.ivr-cd-shipping__copy{display:flex;align-items:center;justify-content:space-between;gap:10px}.ivr-cd-shipping__status{display:inline-flex;align-items:center;gap:7px;min-width:0}.ivr-cd-shipping__copy strong{color:var(--ivr-progress);font-size:1.02rem;white-space:nowrap}.ivr-cd-shipping__track{height:6px;margin-top:9px;border-radius:999px;background:var(--ivr-track);overflow:hidden}.ivr-cd-shipping__track span{display:block;height:100%;background:var(--ivr-progress);border-radius:inherit;transition:width .3s ease}.ivr-cd-disclosure{border-top:1px solid var(--ivr-cd-line);border-bottom:1px solid var(--ivr-cd-line)}.ivr-cd-disclosure summary{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none;font-weight:650}.ivr-cd-disclosure summary::-webkit-details-marker{display:none}.ivr-cd-disclosure__plus{position:relative;width:14px;height:14px}.ivr-cd-disclosure__plus:before,.ivr-cd-disclosure__plus:after{content:"";position:absolute;inset:50% auto auto 50%;width:12px;height:1px;background:currentColor;transform:translate(-50%,-50%)}.ivr-cd-disclosure__plus:after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .2s ease}.ivr-cd-disclosure[open] .ivr-cd-disclosure__plus:after{transform:translate(-50%,-50%) rotate(0)}.ivr-cd-note{display:block;padding:0 0 10px}.ivr-cd-note textarea{width:100%;min-height:74px;resize:vertical;padding:10px 11px;border:1px solid var(--ivr-cd-line);border-radius:var(--ivr-cd-button-radius);background:transparent;color:var(--ivr-cd-text);font:inherit}.ivr-cd-discount{padding:10px 0 2px}.ivr-cd-discount__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}.ivr-cd-discount input{width:100%;height:39px;min-width:0;padding:0 11px;border:1px solid var(--ivr-cd-line);border-radius:var(--ivr-cd-button-radius);background:transparent;color:var(--ivr-cd-text);font:inherit}.ivr-cd-discount button,.ivr-cd-gift__button,.ivr-cd-bump__button{min-height:39px;border:0;border-radius:var(--ivr-cd-button-radius);padding:0 13px;background:var(--ivr-cd-button-bg);color:var(--ivr-cd-button-text);font:inherit;font-weight:700;cursor:pointer}.ivr-cd-discount button[disabled],.ivr-cd-gift__button[disabled],.ivr-cd-bump__button[disabled]{opacity:.55;cursor:wait}.ivr-cd-terms{padding:4px 0}.ivr-cd-terms label{display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;align-items:start;cursor:pointer}.ivr-cd-terms input{width:17px;height:17px;margin:1px 0 0;accent-color:var(--ivr-cd-button-bg)}.ivr-cd-terms a{color:inherit;text-decoration:underline}.ivr-cd-terms__error{margin:5px 0 0 26px;color:var(--ivr-cd-error);font-size:1.02rem}.ivr-cd-bump{display:grid;grid-template-columns:62px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border:1px solid var(--ivr-cd-line);border-radius:var(--ivr-cd-block-radius);background:color-mix(in srgb,var(--ivr-cd-accent) 5%,var(--ivr-cd-bg))}.ivr-cd-bump__media{width:62px;align-self:stretch}.ivr-cd-bump__media img{width:100%;height:100%;min-height:62px;max-height:82px;object-fit:cover;border-radius:7px}.ivr-cd-bump__content{min-width:0}.ivr-cd-bump__eyebrow,.ivr-cd-gift__eyebrow{display:block;margin-bottom:3px;color:var(--ivr-cd-accent);font-size:.9rem;line-height:1.15;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.ivr-cd-bump__title{color:var(--ivr-cd-text);font-size:1.18rem;line-height:1.2;font-weight:750}.ivr-cd-bump__content p{margin:3px 0;color:var(--ivr-cd-muted);font-size:1rem;line-height:1.25}.ivr-cd-bump__price-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:4px}.ivr-cd-bump__price-row strong{font-size:1.16rem}.ivr-cd-bump__discount{padding:2px 5px;border-radius:4px;background:color-mix(in srgb,var(--ivr-cd-accent) 12%,transparent);color:var(--ivr-cd-accent);font-size:.88rem;font-weight:800}.ivr-cd-bump__installments{display:block;margin-top:2px;color:var(--ivr-cd-muted);font-size:.92rem}.ivr-cd-bump__variant select{max-width:100%;margin-top:5px;height:30px;padding:0 25px 0 7px;border:1px solid var(--ivr-cd-line);border-radius:6px;background:var(--ivr-cd-bg);color:var(--ivr-cd-text);font-size:.95rem}.ivr-cd-bump__button{min-width:74px;padding-inline:10px;font-size:1rem}.ivr-cd-bump--compact{grid-template-columns:50px minmax(0,1fr) auto;padding:8px}.ivr-cd-bump--compact .ivr-cd-bump__media{width:50px}.ivr-cd-bump--tile{grid-template-columns:52px minmax(0,1fr)}.ivr-cd-bump--tile .ivr-cd-bump__button{grid-column:1 / -1;width:100%}.ivr-cd-bump--card{grid-template-columns:72px minmax(0,1fr);padding:12px}.ivr-cd-bump--card .ivr-cd-bump__media{width:72px}.ivr-cd-bump--card .ivr-cd-bump__button{grid-column:1 / -1;width:100%}.ivr-cd-gift{display:grid;grid-template-columns:50px minmax(0,1fr) auto;gap:9px;align-items:center;padding:9px 10px;border:1px dashed var(--ivr-cd-line);border-radius:var(--ivr-cd-block-radius);background:color-mix(in srgb,var(--ivr-cd-accent) 4%,var(--ivr-cd-bg));opacity:.78}.ivr-cd-gift.is-unlocked{opacity:1;border-style:solid}.ivr-cd-gift__media img{width:50px;height:50px;object-fit:cover;border-radius:7px}.ivr-cd-gift__content{min-width:0}.ivr-cd-gift__content strong{display:block;font-size:1.12rem;line-height:1.2}.ivr-cd-gift__content p{margin:2px 0 0;color:var(--ivr-cd-muted);font-size:.98rem;line-height:1.25}.ivr-cd-gift__button{font-size:.96rem}.ivr-cd-gift__check{width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:var(--ivr-cd-button-bg);color:var(--ivr-cd-button-text);font-weight:900}.ivr-cd-gift--tile,.ivr-cd-gift--card{grid-template-columns:60px minmax(0,1fr)}.ivr-cd-gift--tile .ivr-cd-gift__button,.ivr-cd-gift--card .ivr-cd-gift__button{grid-column:1 / -1;width:100%}.ivr-cd-trust{padding:8px 0}.ivr-cd-trust__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.ivr-cd-trust__item{display:flex;align-items:center;justify-content:center;gap:5px;min-height:42px;padding:6px;border:1px solid var(--ivr-cd-line);border-radius:var(--ivr-cd-block-radius);color:var(--ivr-cd-muted);font-size:.92rem;line-height:1.15;text-align:center}.ivr-cd-trust__item .ivr-cd-icon{color:var(--ivr-cd-accent);width:16px;height:16px;flex-basis:16px}.ivr-cart-drawer .ivr-cd-footer{flex:0 0 auto;margin:0;padding:12px var(--ivr-cd-body-padding) 14px!important;border-top:1px solid var(--ivr-cd-line)!important;background:var(--ivr-cd-bg);box-shadow:0 -12px 28px #0000000a;z-index:3}.ivr-cart-drawer .ivr-cd-footer.is-sticky{position:sticky;bottom:0}.ivr-cd-cart-discounts{margin:0 0 7px!important}.ivr-cd-cart-discounts .discounts__discount{display:grid;grid-template-columns:16px minmax(0,1fr) auto;align-items:center}.ivr-cd-summary{display:grid;gap:5px}.ivr-cd-summary__row{display:flex;align-items:center;justify-content:space-between;gap:18px}.ivr-cd-summary__row span{color:var(--ivr-cd-muted)}.ivr-cd-summary__row--saving{color:var(--ivr-cd-accent);font-size:1.08rem}.ivr-cd-summary__row--saving span{color:inherit}.ivr-cd-summary__row--total{color:var(--ivr-cd-text);font-size:1.45rem}.ivr-cd-summary__row--total span{color:inherit;font-weight:700}.ivr-cd-summary__row--total strong{font-size:1.65rem}.ivr-cd-footer__text{margin-top:5px;color:var(--ivr-cd-muted);font-size:1rem;line-height:1.3;text-align:center}.ivr-cd-footer__text p{margin:0}.ivr-cd-ctas{margin-top:9px;display:grid!important;gap:7px}.ivr-cart-drawer .ivr-cd-checkout{width:100%;min-height:48px;margin:0;border:0;border-radius:var(--ivr-cd-button-radius);background:var(--ivr-cd-button-bg)!important;color:var(--ivr-cd-button-text)!important;box-shadow:none!important;font-size:1.18rem;font-weight:800;letter-spacing:.02em;text-transform:none}.ivr-cart-drawer .ivr-cd-checkout:after,.ivr-cart-drawer .ivr-cd-checkout:before{display:none!important}.ivr-cd-cart-link{color:var(--ivr-cd-muted);font-size:1.05rem;line-height:1.3;text-align:center;text-underline-offset:3px}.ivr-cart-drawer.is-empty .ivr-cd-header,.ivr-cart-drawer.is-empty>#CartDrawer>.drawer__inner>.ivr-cd-blocks,.ivr-cart-drawer.is-empty cart-drawer-items,.ivr-cart-drawer.is-empty .ivr-cd-footer{display:none!important}.ivr-cart-drawer.is-empty .drawer__inner{display:block;padding:0}.ivr-cart-drawer.is-empty .drawer__inner-empty{height:100%;padding:0 var(--ivr-cd-body-padding);display:flex;flex-direction:column;justify-content:center}.ivr-cart-drawer.is-empty .cart-drawer__warnings{display:flex;min-height:100%}.ivr-cart-drawer .cart-drawer__empty-content{position:relative;max-width:310px;margin:auto;padding:70px 0;text-align:center}.ivr-cart-drawer .cart__empty-text{margin:0;color:var(--ivr-cd-text);font-size:2.3rem;line-height:1.08;letter-spacing:-.03em}.ivr-cd-empty__text{margin:10px 0 20px;color:var(--ivr-cd-muted);font-size:1.2rem;line-height:1.45}.ivr-cart-drawer .ivr-cd-empty__button{min-height:44px;border-radius:var(--ivr-cd-button-radius);background:var(--ivr-cd-button-bg);color:var(--ivr-cd-button-text)}@media screen and (max-width:749px){.ivr-cart-drawer .drawer__inner{width:100vw;max-width:100vw;border-radius:0}.ivr-cart-drawer[data-mobile-style=floating_side] .drawer__inner{top:10px;right:10px;bottom:10px;height:calc(100dvh - 20px);width:min(92vw,var(--ivr-cd-width));border-radius:max(14px,var(--ivr-cd-radius))}.ivr-cart-drawer[data-position=left][data-mobile-style=floating_side] .drawer__inner{right:auto;left:10px}.ivr-cart-drawer[data-mobile-style=bottom] .drawer__inner,.ivr-cart-drawer[data-mobile-style=floating_bottom] .drawer__inner{top:auto;right:0;left:0;bottom:0;width:100vw;height:min(88dvh,760px);border-radius:max(18px,var(--ivr-cd-radius)) max(18px,var(--ivr-cd-radius)) 0 0;transform:translate3d(0,100%,0)}.ivr-cart-drawer.active[data-mobile-style=bottom] .drawer__inner,.ivr-cart-drawer.active[data-mobile-style=floating_bottom] .drawer__inner{transform:translateZ(0)}.ivr-cart-drawer[data-mobile-style=floating_bottom] .drawer__inner{right:10px;left:10px;bottom:10px;width:auto;height:min(82dvh,700px);border-radius:max(18px,var(--ivr-cd-radius))}.ivr-cd-trust__grid{gap:5px}.ivr-cd-trust__item{flex-direction:column}.ivr-cd-bump{grid-template-columns:54px minmax(0,1fr)}.ivr-cd-bump__media{width:54px}.ivr-cd-bump__button{grid-column:1 / -1;width:100%}.ivr-cart-drawer[data-items-layout=grid] .cart-items tbody{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:390px){.ivr-cart-drawer[data-items-layout=grid] .cart-items tbody,.ivr-cd-trust__grid{grid-template-columns:1fr}.ivr-cd-trust__item{flex-direction:row;justify-content:flex-start;text-align:left;min-height:36px}}@media(prefers-reduced-motion:reduce){.ivr-cart-drawer .drawer__inner,.ivr-cart-drawer .cart-drawer__overlay,.ivr-cd-shipping__track span{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/ivr-cart-drawer.css.map */
