.cart-grid-wrapper{display:grid;grid-template-columns:1fr;gap:30px}.order-summery-wrapper{height:100%;background-color:rgb(var(--color-background-foreground));padding:40px;border-radius:var(--block-card-radius)}.cart-total-details.cart-summery-total{padding:0;margin-top:20px}.order-summary-title{margin-bottom:12px}.shipping-form{margin-bottom:30px}cart-recommendations.product-recommendations .product-complementary-item{margin-right:0}.shipping-form>small{margin-bottom:12px;display:block;font-size:var(--text-size-small)}.cart-items-table thead th{font-size:var(--text-size-base);text-transform:uppercase;text-align:left}.cart-items-table thead tr th,.cart-items-table tbody tr td{max-width:350px;padding:14px 14px 14px 0}.cart-items-table tbody tr:not(:last-child) td{border-bottom:1px dashed rgba(var(--color-card-border))}.product-name .cart-items-product{margin-bottom:0;max-width:350px}.minicart-form .cart-items-product{padding-bottom:20px;border-bottom:1px dashed rgba(var(--color-divider))}.cart-items-product{display:flex;gap:14px;margin-bottom:20px}.cart-item-img{width:60px;height:60px;border-radius:var(--card-radius);overflow:hidden}.cart-item-img img{width:100%;display:block;height:100%;object-fit:cover;object-position:top;transition:all .3s ease-in-out}cart-item-info{display:flex;flex-direction:column;align-items:flex-start;flex:1 1}.product-variant-title{display:flex;gap:6px}cart-item-info p{margin:0 0 4px}cart-action .price-main{margin-bottom:15px}.cart-items-product cart-item-info .quantity{margin-top:auto;margin-bottom:15px;border:0;background-color:transparent;padding-top:2px}.product-quantity .quantity-buttons{border:0;background-color:transparent}cart-item-info .quantity-buttons .quantity-input,.product-quantity .quantity-buttons .quantity-input{width:38px;height:30px}.cart-items-product cart-item-info button,.product-quantity .quantity-buttons button{width:30px;height:30px;border:1px solid rgb(var(--color-button-border));border-radius:var(--button-radius)}.quantity-buttons button svg{width:10px;height:10px;pointer-events:none}cart-action{display:flex;flex-direction:column;flex-wrap:wrap}.action{display:flex;align-items:center;justify-content:center;margin-left:auto;margin-bottom:auto;padding:4px}cart-action .price-sale{flex-direction:column;justify-content:flex-end;text-align:right;gap:4px}.cart-remove{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:2px;cursor:pointer}.cart-remove svg{width:14px;height:14px}.gift-wrapper{display:block;margin:20px 0}.gift-wrapper [type=checkbox]:checked,.gift-wrapper [type=checkbox]:not(:checked){position:absolute;left:-9999px}.gift-wrapper [type=checkbox]:checked+label,.gift-wrapper [type=checkbox]:not(:checked)+label{position:relative;padding-left:32px;cursor:pointer;line-height:20px;display:inline-block;font-size:var(--text-size-base);color:rgb(var(--color-text))}.gift-wrapper [type=checkbox]:checked+label:before,.gift-wrapper [type=checkbox]:not(:checked)+label:before{content:"";position:absolute;left:0;top:0;width:20px;height:20px;border:1px solid rgb(var(--color-card-border));background:rgb(var(--color-background-drawer));border-radius:3px}.gift-wrapper [type=checkbox]:checked+label:after,.gift-wrapper [type=checkbox]:not(:checked)+label:after{content:"";width:12px;height:12px;background:rgb(var(--color-text-drawer));position:absolute;top:4px;left:4px;-webkit-transition:all .2s ease;transition:all .2s ease}.gift-wrapper [type=checkbox]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.gift-wrapper [type=checkbox]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.cart-form-box{max-height:820px;overflow-y:auto;padding-right:10px}.cart-modal-tabs{display:flex;justify-content:flex-start;width:100%;border-top:1px solid rgb(var(--color-card-border));border-bottom:1px solid rgb(var(--color-card-border));background-color:rgb(var(--color-background-drawer));padding:10px 22px}.cart-modal-button{display:flex;align-items:center;cursor:pointer;padding:2px 20px 2px 0;transition:background-color .3s ease;border-radius:50px;background-color:transparent;border:0}.cart-modal-icon{display:flex;justify-content:center;align-items:center;width:20px;height:20px;border-radius:50%;margin-right:10px;transition:transform .3s ease;padding:2px}.cart-modal-icon svg{width:100%;height:100%}.cart-modal-text{font-size:var(--text-size-base);color:rgb(var(--color-text))}.cart-dialog-head{display:flex;align-items:center;justify-content:space-between;padding:10px 0}.cart-dialog{position:absolute;left:0;bottom:0;width:100%;height:100%;transition:all .3s ease;z-index:10;pointer-events:none;display:none}.cart-dialog-overlay{position:absolute;left:0;top:0;width:100%;height:100%;background:rgb(var(--color-overlay-background));cursor:none;transition:opacity .6s cubic-bezier(.7,0,.2,1);opacity:0}.cart-dialog.active{pointer-events:auto}.cart-dialog.active .cart-dialog-overlay{opacity:var(--color-overlay-opacity)}.cart-dialog-inner{position:absolute;left:0;bottom:0;width:100%;padding:30px 45px;--cart-dialog: 100%;background-color:rgb(var(--color-background));transform:translateY(var(--cart-dialog));transition:transform .6s cubic-bezier(.7,0,.2,1);max-height:calc(100% - 60px)}.cart-dialog.active .cart-dialog-inner{--cart-dialog: 0;border-top-right-radius:var(--block-card-radius);border-top-left-radius:var(--block-card-radius)}cart-note-box,cart-shipping-box{display:block}.cart-total-details{padding:20px 22px 0}.cart-total-details ul li{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.cart-total-details ul li p{width:100%;flex:1;margin-top:0}.cart-dialog-action .button{margin:0}.cart-note-status{margin:10px 0 0}.cart-note-status[data-type=success]{color:rgb(var(--color-text));opacity:.9}.cart-note-status[data-type=error]{color:rgba(var(--color-text-error))}.cart-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;padding-top:18px}.cart-buttons .button{margin:0}shipping-small-text{display:grid;margin:16px 0 6px}.drawer-empty-collections{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;width:100%;margin-top:20px}.empty-collections-item{display:block;padding:20px 16px;background-color:rgba(var(--color-background-foreground));border-radius:var(--card-radius);transition:all .3s ease-in-out;position:relative;z-index:1;overflow:hidden}.empty-collections-item:before{position:absolute;content:"";top:0;left:-25px;right:-50px;bottom:0;z-index:-1;transition:all .3s ease-in-out;border-right:50px solid transparent;border-bottom:80px solid rgb(var(--color-text));transform:translate(-100%);opacity:0}.empty-collections-item:hover:before{transform:translate(0);opacity:1}.empty-collections-item:hover{color:rgba(var(--color-background))}shipping-collapsible{display:block}shipping-collapsible .detail-parent{padding:14px 18px;background-color:rgba(var(--color-background));border-radius:var(--input-radius)}shipping-collapsible [detail-summary]{display:flex;justify-content:space-between;cursor:pointer}shipping-collapsible [detail-summary]>span{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;padding:3px;background-color:rgba(var(--color-background-foreground));border-radius:var(--input-radius)}shipping-collapsible cart-shipping-box{margin-top:15px;display:none}shipping-collapsible:not(.active) [detail-summary]>span svg{transform:rotate(180deg)}shipping-collapsible [detail-summary]>span svg{transition:transform .3s ease}.cart-summery-total .cart-buttons{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.cart-buttons noscript .button{width:100%}.cart-item__error{max-width:200px;color:rgba(var(--color-text-error))}@media screen and (min-width:768px){.cart-items-table tbody tr td{padding:30px 30px 30px 0}}@media(min-width:1200px){.cart-modal-tabs{padding:10px 40px}.cart-total-details{padding:20px 40px 0}.cart-items-table thead th{font-size:calc(var(--text-size-medium) + 2px)}}@media screen and (min-width:1025px){.cart-grid-wrapper{grid-template-columns:1fr .56fr}.cart-items-product{gap:24px}.cart-item-img{width:130px;height:136px}}@media(max-width:1090px){.cart-items-table thead{display:none}}@media(max-width:1024px){.product-variant-title{font-size:var(--text-size-small)}cart-action .price-sale{font-size:var(--text-size-base)}.cart-items-product cart-item-info .quantity{padding-top:4px}.cart-items-product cart-item-info button,.product-quantity .quantity-buttons button{width:24px;height:24px}cart-item-info .quantity-buttons .quantity-input,.product-quantity .quantity-buttons .quantity-input{height:24px}}@media(max-width:767px){.shipping-form{margin-bottom:16px}.cart-form-box{padding-right:0}.cart-item-row{display:grid;grid-template-columns:1fr .5fr;position:relative;border-bottom:1px dashed rgb(var(--color-divider));padding:10px 0}.cart-items-table tbody tr td{padding:6px 14px 6px 0;border:0!important}.cart-item-row .product-name{padding-right:10px;grid-area:span 3 / span 1}.cart-item-row .product-total{display:none}.cart-items-table tbody tr td:is(.product-quantity,.product-action){text-align:right}.action{justify-content:flex-end}.cart-item-row .product-total .price-main{margin:5px 0}.order-summery-wrapper{padding:20px}.cart-dialog-inner{padding:20px 20px 30px}.cart-dialog-head{padding:0 0 10px}}#cart-drawer,#cart-drawer *{box-sizing:border-box}#cart-drawer{--cr-w: 560px;--cr-pad: 34px;--cr-thumb: 108px;--cr-gap: 18px;--cr-green: #899348;--cr-green-hover: #7d873f;--cr-title: #68757d;--cr-text: #585858;--cr-muted: #a69c91;--cr-line: #92995c;--cr-track: #e8e8e8;--cr-rule: #ededed;width:100vw!important;max-width:none!important;height:100dvh!important;font-family:var(--font-family-body)!important}#cart-drawer>drawer-layer.overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important}#cart-drawer .drawer-inner-card{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:min(100vw,var(--cr-w))!important;min-width:0!important;max-width:100vw!important;height:100dvh!important;margin:0!important;padding:0!important;overflow:hidden!important;border:0!important;border-radius:0!important;background:#fff!important;color:var(--cr-text)!important;box-shadow:none!important}#cart-drawer .drawer-container{display:flex!important;flex-direction:column!important;width:100%!important;max-width:none!important;height:100%!important;min-height:0!important;margin:0!important;overflow:hidden!important;background:#fff!important}#cart-drawer .drawer-head{position:relative!important;z-index:4!important;flex:0 0 auto!important;width:100%!important;margin:0!important;padding:20px var(--cr-pad) 16px!important;border:0!important;border-bottom:1px solid #e1e1e1!important;background:#fff!important}#cart-drawer .drawer-head drawer-header{display:flex!important;align-items:center!important;min-height:32px!important}#cart-drawer .drawer-heading.cr-cart-drawer-title{display:block!important;min-width:0!important;max-width:calc(100% - 44px)!important;margin:0!important;padding:0!important;overflow:hidden!important;color:#171717!important;font-family:var(--font-family-body)!important;font-size:clamp(20px,2.2vw,26px)!important;font-weight:400!important;line-height:1.15!important;letter-spacing:-.5px!important;text-transform:none!important;text-overflow:ellipsis!important;white-space:nowrap!important}#cart-drawer .drawer-close{position:absolute!important;z-index:5!important;top:19px!important;right:var(--cr-pad)!important;display:flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#8d969c!important;box-shadow:none!important}#cart-drawer .drawer-close:hover{background:transparent!important;color:var(--cr-green)!important}#cart-drawer .drawer-close .drawer-icon{width:24px!important;height:24px!important}#cart-drawer .drawer-body{flex:1 1 auto!important;min-height:0!important;width:100%!important;padding:0 var(--cr-pad) 14px!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:contain!important;scrollbar-width:thin;scrollbar-color:#b7b7b7 transparent}#cart-drawer .drawer-body::-webkit-scrollbar{width:5px}#cart-drawer .drawer-body::-webkit-scrollbar-track{background:transparent}#cart-drawer .drawer-body::-webkit-scrollbar-thumb{border-radius:999px;background:#b7b7b7}#cart-drawer .drawer-content-contain,#cart-drawer cart-items,#cart-drawer .minicart-form,#cart-drawer .cart-items-block,#cart-drawer .cart-items-list{display:block!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important}#cart-drawer .cart-items-product{display:grid!important;grid-template-columns:var(--cr-thumb) minmax(0,1fr) minmax(0,max-content)!important;grid-template-rows:auto!important;column-gap:var(--cr-gap)!important;align-items:stretch!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:0!important;margin:0!important;padding:20px 0!important;border:0!important;background:transparent!important}#cart-drawer .cart-items-product+.cart-items-product{border-top:1px solid var(--cr-rule)!important}#cart-drawer .cart-image-wrap{grid-column:1!important;display:block!important;width:var(--cr-thumb)!important;min-width:0!important;height:auto!important;margin:0!important;padding:0!important}#cart-drawer .cart-item-img{display:block!important;width:var(--cr-thumb)!important;height:auto!important;aspect-ratio:1 / 1!important;margin:0!important;padding:0!important;overflow:hidden!important;border:0!important;border-radius:2px!important;background:#fff!important}#cart-drawer .cart-item-img img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;margin:0!important;object-fit:cover!important;object-position:center!important}#cart-drawer .cart-items-product cart-item-info{grid-column:2!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:var(--cr-thumb)!important;margin:0!important;padding:0!important}#cart-drawer .cart-items-product cart-item-info>*{min-width:0!important;max-width:100%!important}#cart-drawer .cart-item-title{position:static!important;display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important}#cart-drawer .cart-item-title .product-title{display:-webkit-box!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;color:var(--cr-title)!important;font-family:var(--font-family-body)!important;font-size:clamp(13px,1.15vw,15px)!important;font-weight:400!important;line-height:1.35!important;letter-spacing:0!important;text-decoration:none!important;text-transform:none!important;word-break:normal!important;overflow-wrap:break-word!important;-webkit-hyphens:none!important;hyphens:none!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important}#cart-drawer .cart-item-title .product-title:hover{color:var(--cr-green)!important}#cart-drawer .cart-item-title dl,#cart-drawer .cart-item-title .product-option,#cart-drawer .product-badge,#cart-drawer .cart-item__error:empty,#cart-drawer .volume-pricing-info{display:none!important}#cart-drawer .cart-item-quantity-row{display:block!important;width:auto!important;max-width:100%!important;margin:0!important;padding:0!important}#cart-drawer .cart-items-product cart-item-info .quantity,#cart-drawer .quantity.quantity-buttons{display:grid!important;grid-template-columns:34px minmax(0,1fr) 34px!important;width:min(118px,100%)!important;height:36px!important;min-height:36px!important;margin:0!important;padding:0!important;overflow:hidden!important;border:1px solid var(--cr-green)!important;border-radius:6px!important;background:#fff!important;box-shadow:none!important}#cart-drawer .cart-items-product cart-item-info .quantity button,#cart-drawer .cart-items-product cart-item-info .quantity input{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:0!important;height:34px!important;min-height:34px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:#fff!important;color:var(--cr-green)!important;box-shadow:none!important}#cart-drawer .cart-items-product cart-item-info .quantity button:hover{background:#f6f7ef!important;color:var(--cr-green-hover)!important}#cart-drawer .cart-items-product cart-item-info .quantity input{border-right:1px solid var(--cr-green)!important;border-left:1px solid var(--cr-green)!important;color:#565656!important;font-family:var(--font-family-body)!important;font-size:15px!important;font-weight:400!important;line-height:34px!important;text-align:center!important;-webkit-appearance:textfield!important;appearance:textfield!important;-moz-appearance:textfield!important}#cart-drawer .cart-items-product cart-item-info .quantity input::-webkit-inner-spin-button,#cart-drawer .cart-items-product cart-item-info .quantity input::-webkit-outer-spin-button{margin:0!important;-webkit-appearance:none!important}#cart-drawer .cart-items-product cart-item-info .quantity button svg{width:10px!important;height:10px!important;color:currentColor!important;pointer-events:none!important}#cart-drawer .cart-items-product cart-action{grid-column:3!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important;justify-content:space-between!important;gap:12px!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:var(--cr-thumb)!important;margin:0!important;padding:0!important}#cart-drawer .cart-items-product cart-action .action{position:static!important;display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;width:24px!important;height:24px!important;margin:0!important;padding:3px!important;color:#a7afb4!important}#cart-drawer .cart-items-product cart-action .action:hover{color:var(--cr-green)!important}#cart-drawer .cart-remove-item{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;color:inherit!important}#cart-drawer .cart-remove-item svg{width:16px!important;height:17px!important}#cart-drawer .cart-items-product cart-action .price-main{display:block!important;width:auto!important;max-width:100%!important;margin:0!important;padding:0!important}#cart-drawer .cart-items-product cart-action .price-sale{display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:2px!important;width:auto!important;color:#5d5d5d!important;font-family:var(--font-family-body)!important;font-size:clamp(16px,1.7vw,21px)!important;font-weight:400!important;line-height:1.15!important;letter-spacing:0!important;text-align:right!important;white-space:nowrap!important}#cart-drawer .cart-items-product .discount-price{color:#9a9a9a!important;font-size:12px!important;text-decoration:line-through!important}#cart-drawer .cr-cart-unit-price{display:block!important;color:#666!important;font-size:10px!important;font-weight:400!important;line-height:1.2!important;text-align:right!important;white-space:nowrap!important}#cart-drawer .product-recommendations,#cart-drawer .gift-wrapper,#cart-drawer .cart-modal-wrapper,#cart-drawer shipping-small-text,#cart-drawer .payment-icons{display:none!important}#cart-drawer .drawer-footer.cr-cart-drawer-footer{position:relative!important;z-index:3!important;flex:0 0 auto!important;width:100%!important;margin:0!important;padding:0!important;overflow:visible!important;border:0!important;background:#fff!important;color:var(--cr-text)!important;box-shadow:0 -12px 30px #00000006!important}#cart-drawer .shipping-form.cr-cart-shipping{display:block!important;width:100%!important;margin:0!important;padding:18px var(--cr-pad) 22px!important;border:0!important;background:#fff!important}#cart-drawer .cr-cart-shipping-message{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;width:100%!important;margin:0 0 14px!important;color:var(--cr-muted)!important;text-align:center!important}#cart-drawer .cr-cart-shipping-message svg{flex:0 0 auto!important;width:20px!important;height:20px!important}#cart-drawer .cr-cart-shipping-message .shipping-message{display:inline!important;min-width:0!important;margin:0!important;padding:0!important;color:inherit!important;font-family:var(--font-family-body)!important;font-size:clamp(12px,1.15vw,15px)!important;font-weight:400!important;line-height:1.35!important;letter-spacing:.8px!important;text-transform:none!important}#cart-drawer .shipping-progress-bar{display:block!important;width:100%!important;height:10px!important;margin:0!important;overflow:hidden!important;border:0!important;border-radius:999px!important;background:var(--cr-track)!important;box-shadow:none!important}#cart-drawer .shipping-progress-bar:before{height:100%!important;border-radius:inherit!important;background:var(--cr-green)!important}#cart-drawer .cart-total-details{width:100%!important;margin:0!important;padding:16px var(--cr-pad) calc(24px + env(safe-area-inset-bottom))!important;border-top:1px solid var(--cr-line)!important;background:#fff!important}#cart-drawer .cart-total-details ul,#cart-drawer .cart-total-details ul li{display:block!important;width:100%!important;margin:0!important;padding:0!important}#cart-drawer .cr-cart-subtotal-row{display:none!important}#cart-drawer .cart-total-details .discount-offer{position:static!important;display:flex!important;align-items:center!important;gap:8px!important;width:100%!important;margin:0 0 10px!important;padding:0!important}#cart-drawer .cart-total-details .discount-offer>*{position:static!important;transform:none!important;inset:auto!important}#cart-drawer .cr-cart-total-label{display:block!important;width:100%!important;margin:0 0 6px!important;padding:0!important;color:#313131!important;font-family:var(--font-family-body)!important;font-size:15px!important;font-weight:400!important;line-height:1.2!important;text-align:left!important}#cart-drawer .cr-cart-total-value{display:block!important;width:100%!important;margin:0!important;padding:0!important;color:#111!important;font-family:var(--font-family-body)!important;font-size:clamp(28px,3.4vw,38px)!important;font-weight:400!important;line-height:1!important;letter-spacing:-1.4px!important;text-align:left!important}#cart-drawer .cr-cart-payment-summary{width:100%!important;margin:16px 0 0!important;padding:0!important}#cart-drawer .cr-cart-payment-summary p{width:100%!important;margin:0!important;padding:0!important;font-family:var(--font-family-body)!important;font-style:normal!important;text-align:left!important;text-transform:none!important}#cart-drawer .cr-cart-pix-price,#cart-drawer .cr-cart-installment-price{color:#5f5f5f!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important;letter-spacing:0!important}#cart-drawer .cr-cart-pix-price,#cart-drawer .cr-cart-pix-price strong{font-weight:700!important}#cart-drawer .cr-cart-installment-price{margin-top:2px!important}#cart-drawer .cr-cart-installment-price strong{font-weight:400!important}#cart-drawer #cartDrawerErrors:empty{display:none!important}#cart-drawer .cart-buttons{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:14px!important;width:100%!important;margin:20px 0 0!important;padding:0!important}#cart-drawer .cart-buttons .cr-cart-checkout-button{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:0!important;height:58px!important;min-height:58px!important;margin:0!important;padding:0 20px!important;border:0!important;border-radius:7px!important;background:var(--cr-green)!important;color:#fff!important;box-shadow:none!important;opacity:1!important}#cart-drawer .cart-buttons .cr-cart-checkout-button:before,#cart-drawer .cart-buttons .cr-cart-checkout-button:after{display:none!important}#cart-drawer .cr-cart-checkout-button .button-text{color:#fff!important;font-family:var(--font-family-body)!important;font-size:clamp(15px,1.5vw,18px)!important;font-weight:400!important;line-height:1!important;letter-spacing:.5px!important;text-transform:uppercase!important}#cart-drawer .cart-buttons .cr-cart-checkout-button:hover{background:var(--cr-green-hover)!important}#cart-drawer .continue-shopping-link{display:block!important;align-self:center!important;width:auto!important;margin:0!important;padding:0!important;color:#919191!important;font-family:var(--font-family-body)!important;font-size:13px!important;font-weight:400!important;line-height:1.25!important;text-align:center!important;text-decoration:underline!important;text-underline-offset:2px!important}#cart-drawer .continue-shopping-link:hover{color:var(--cr-green)!important}#cart-drawer .drawer-empty-wrapper{display:flex!important;align-items:center!important;justify-content:center!important;min-height:50vh!important}@media screen and (max-width:1100px){#cart-drawer{--cr-w: 520px;--cr-pad: 26px;--cr-thumb: 96px;--cr-gap: 16px}}@media screen and (max-width:767px){#cart-drawer{--cr-w: 100vw;--cr-pad: 18px;--cr-thumb: 82px;--cr-gap: 12px}#cart-drawer .drawer-head{padding-top:16px!important;padding-bottom:13px!important}#cart-drawer .drawer-close{top:15px!important}#cart-drawer .cart-items-product{padding:14px 0!important}#cart-drawer .cart-items-product cart-item-info,#cart-drawer .cart-items-product cart-action{gap:8px!important}#cart-drawer .cart-items-product cart-item-info .quantity,#cart-drawer .quantity.quantity-buttons{grid-template-columns:26px minmax(0,1fr) 26px!important;width:min(92px,100%)!important;height:30px!important;min-height:30px!important}#cart-drawer .cart-items-product cart-item-info .quantity button,#cart-drawer .cart-items-product cart-item-info .quantity input{height:28px!important;min-height:28px!important;font-size:13px!important;line-height:28px!important}#cart-drawer .shipping-form.cr-cart-shipping{padding-top:12px!important;padding-bottom:14px!important}#cart-drawer .cart-buttons{gap:10px!important;margin-top:14px!important}#cart-drawer .cart-buttons .cr-cart-checkout-button{height:50px!important;min-height:50px!important}}@media screen and (max-width:380px){#cart-drawer{--cr-pad: 14px;--cr-thumb: 70px;--cr-gap: 10px}}@media screen and (min-width:768px)and (max-height:780px){#cart-drawer .drawer-head{padding-top:15px!important;padding-bottom:13px!important}#cart-drawer .drawer-close{top:14px!important}#cart-drawer .shipping-form.cr-cart-shipping{padding-top:13px!important;padding-bottom:16px!important}#cart-drawer .cart-total-details{padding-top:13px!important;padding-bottom:18px!important}#cart-drawer .cr-cart-total-value{font-size:clamp(26px,2.8vw,32px)!important}#cart-drawer .cr-cart-payment-summary{margin-top:12px!important}#cart-drawer .cart-buttons{gap:12px!important;margin-top:16px!important}#cart-drawer .cart-buttons .cr-cart-checkout-button{height:50px!important;min-height:50px!important}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/cart.css.map */
