.previewCart{padding:12px 20px 0}.previewCartItem{position:relative;display:flex;align-items:flex-start;justify-content:space-between;font-size:0;letter-spacing:0;padding:20px 0 0}.previewCartItem-image{display:inline-block;vertical-align:top;width:80px;text-align:center;position:relative;top:6px}.previewCartItem-image img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:100%;height:100%;object-fit:cover;object-position:center}.previewCartItem-image:before{content:"";display:block;height:0;width:100%;padding-bottom:107px}.previewCartItem-content{display:inline-block;vertical-align:top;width:calc(100% - 80px);padding:0 0 0 20px}.previewCartItem-content .cart-item-allocation{font-size:var(--font-body-size);color:var(--color-text2);margin-top:0;margin-bottom:6px}.previewCartItem-name{overflow:hidden;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;font-family:var(--product-title-font);font-size:min(var(--product-title-font-size),16px);font-weight:var(--product-title-font-weight);line-height:1.5;letter-spacing:var(--body-letter-spacing);color:var(--product-title-color);text-transform:var(--product-title-text-transform);margin:0 0 10px}.previewCartItem-vendor{display:block;font-size:var(--font-body-size);font-weight:var(--font-weight-normal);color:var(--color-text2);text-transform:capitalize;letter-spacing:var(--body-letter-spacing);line-height:var(--body-line-height)}.previewCartItem-options{display:inline-block;vertical-align:top;position:relative;padding:0 30px 0 0;margin:0 0 7px}.previewCartItem-variant{display:block;font-size:var(--font-body-size);font-weight:var(--font-weight-normal);color:var(--color-text2);text-transform:capitalize;letter-spacing:var(--body-letter-spacing);line-height:var(--body-line-height)}.previewCartItem-edit{display:inline-block;vertical-align:top;position:absolute;top:50%;right:-2px;transform:translateY(-50%);background:none;border:none}.previewCartItem-edit .icon{width:18px;height:16px;fill:var(--color-text2);position:relative;top:-2px}.previewCartItem-price{margin:0 0 10px}.previewCartItem-price .price{display:block;font-size:var(--product-price-font-size);font-weight:var(--font-weight-semibold);letter-spacing:0;line-height:var(--body-line-height);color:var(--product-price-color)}.previewCartItem-qty{display:inline-block;vertical-align:middle;width:94px;margin-top:15px;position:relative}.previewCartItem-qty .quantity{padding:11px 14px 10px 20px}.previewCartItem-qty input{text-align:center;padding:0}.previewCartItem-qty input::-webkit-outer-spin-button,.previewCartItem-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;display:none}.previewCartItem-qty input[type=number]{-moz-appearance:textfield}.previewCartItem-qty .btn-quantity{width:32px;height:45px;display:block;position:absolute;left:0;top:0;background:none;border:none}.previewCartItem-qty .btn-quantity:before{content:"";position:absolute;width:12px;height:1px;left:10px;top:22px;background:#5a5a5a}.previewCartItem-qty .btn-quantity.plus{right:0;left:auto}.previewCartItem-qty .btn-quantity.plus:after{content:"";position:absolute;width:12px;height:1px;left:10px;top:22px;background:#5a5a5a;transform:rotate(90deg)}.previewCartItem-remove{position:absolute;right:0;bottom:36px;background:none;border:none}.previewCartItem-remove.has_vol_pricing{bottom:92px}.previewCartItem-remove svg{fill:#000!important;width:18px;height:18px}.previewCartItem+.previewCartItem{border-top:0;margin-top:19px}.previewCartItem{border-bottom:var(--cart-item-border-width) var(--cart-item-border-style) var(--cart-item-border);padding-bottom:20px;background-color:var(--cart-item-bg)}.previewCartItem:last-child{border-bottom:0;padding-bottom:0}.previewCart-emptyBody .empty{font-size:var(--font-body-size);font-weight:var(--font-weight-normal);letter-spacing:var(--body-letter-spacing);line-height:var(--body-line-height);color:var(--color-text2);margin:0 0 22px}#abrir-popup-frete{transition:var(--duration-long) var(--button-transition-ease);transition-property:color,background,background-color,border}#abrir-popup-frete:hover{background:#fff!important;color:#222!important;border:1px solid #222!important}.previewCartInfo{position:relative;padding:8px 30px 65px;margin-bottom:48px}.previewCartTotals{display:block;font-size:0;letter-spacing:0}.previewCartTotalsPrice{padding-top:0}.previewCartTotals[data-coupon-discount] .previewCartTotals-label{width:145px}.cart-discounts .discounts__discount{font-size:var(--font-body-size);font-weight:var(--font-weight-normal);color:var(--color-text2);letter-spacing:var(--body-letter-spacing);line-height:var(--body-line-height);padding:3px 0}.previewCartTotals .previewCartTotals-label,.previewCartTotals .previewCartTotals-value{display:inline-block;vertical-align:top;font-size:var(--font-body-size);line-height:var(--body-line-height);letter-spacing:var(--body-letter-spacing)}.previewCartTotals .previewCartTotals-label{width:120px;text-align:left;font-weight:var(--font-weight-semibold);color:var(--color-text)}.previewCartTotals .previewCartTotals-value{width:calc(100% - 120px);font-size:calc(var(--font-body-size) + 1px);text-align:right;font-weight:var(--font-weight-normal);color:var(--color-grey);font-style:normal;letter-spacing:0}.previewCartTotals.shipTotal .previewCartTotals-value{width:100%;text-align:left}.previewCartTotals.total .previewCartTotals-value{font-size:calc(var(--font-body-size) + 4px)}.previewCartTotals.total .previewCartTotals-value,.previewCartTotals.subTotal .previewCartTotals-value{color:#000;font-weight:400}.previewCartTotals.shipTotal .previewCartTotals-value{font-size:var(--font-body-size)}.previewCartTotals+.previewCartTotals{margin-top:9px}.previewCartAction{margin:15px 0 0}.previewCartCheckbox input[type=checkbox]+label{display:inline-block;vertical-align:top;width:auto;font-size:var(--font-body-size);padding-left:25px;line-height:20px;font-weight:var(--font-weight-normal);color:var(--text-cart);text-transform:unset}.previewCartCheckbox input[type=checkbox]~button{display:inline-block;vertical-align:top;font-size:var(--font-body-size);line-height:20px;color:var(--text-cart);margin:0 0 0 5px;padding:0;background:none;background-image:linear-gradient(transparent 97%,var(--color-text) 3%);background-repeat:repeat-x;background-position-y:-2px;border:none;letter-spacing:var(--body-letter-spacing);font-family:var(--font-body-family);font-weight:var(--font-weight-normal)}.previewCartGroup{margin:12px 0 0}.previewCartGroup .button+.button{margin-top:15px}.previewCartGroup .dynamic-checkout__content{margin:10px 0}.previewCartGroup .dynamic-checkout__content shopify-accelerated-checkout{--shopify-accelerated-checkout-button-border-radius: var(--btn-1-border-radius)}.previewCartGroup .dynamic-checkout__content shopify-accelerated-checkout-cart{--shopify-accelerated-checkout-button-border-radius: var(--btn-1-border-radius)}.previewCart .button-continue{width:auto}.wrapper-cartCount{color:#727272;margin-top:8px;margin-bottom:0}.previewCartTool{padding:1px 30px;display:flex;justify-content:center;align-items:center}.cartTool-item{width:100%;text-align:center;padding:2px;border-right:1px solid #e2e2e2;border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;cursor:pointer;pointer-events:auto}.cartTool-item:hover{background-color:#c4d6b0}.cartTool-item:first-child{border:0;border-radius:999px;box-shadow:inset 0 0 0 1px #c4d6b0}.cartTool-item span{pointer-events:none}.cartTool-item svg{width:24px;height:20px;color:#464646}.cartTool-item.cart-tool-gift svg{width:15px;margin-bottom:5px}.cartTool-item.cart-tool-shipping svg{width:32px}body.cart-sidebar-show{overflow:hidden}html:has(>body.cart-sidebar-show){overflow-y:hidden}body.cart-sidebar-show .background-overlay{opacity:1;pointer-events:all}body.cart-sidebar-show .halo-cart-sidebar{transform:translateZ(0);opacity:1;visibility:visible}.halo-cart-sidebar .previewCartItem{padding-bottom:25px}.previewCart-wrapper{position:relative;display:flex;flex-direction:column;overflow:hidden;height:100%}.product-option{font-size:10px;line-height:1.5;display:flex;flex-wrap:nowrap;margin:0 0 10px}.product-option .definitionList-key{float:none}.product-option .definitionList-value{flex:1;margin-left:5px;text-overflow:ellipsis;overflow:hidden}.previewCart.active-tool:before{content:"";position:absolute;background-color:#fff;opacity:.7;height:100%;width:100%;top:0;z-index:1}.popup-toolDown{border-top:1px solid #e3e3e3;position:fixed;width:100%;bottom:0;background-color:var(--bg-white);padding:30px;z-index:9;transform:translate3d(0,50%,0);opacity:0;visibility:hidden;transition:transform var(--duration-default) ease,visibility var(--duration-default) ease,opacity var(--duration-default) ease}.popup-toolDown.show{transform:translateZ(0);opacity:1;visibility:visible}.popup-toolDown .cart__note{display:block}.popup-toolDown label{font-family:var(--font-heading-family);font-size:calc(var(--font-body-size) + 2px);font-weight:var(--font-weight-semibold);text-transform:capitalize;color:var(--color-text);margin-bottom:7px;display:block}.popup-toolDown label svg{width:20px;height:20px;margin-right:9px;position:relative;top:-2px}.popup-toolDown button{margin-top:15px;margin-bottom:10px}.popup-toolDown #shipping-calculator h3{font-size:0}.popup-toolDown #shipping-calculator-form-wrapper label{font-size:var(--font-body-size);font-weight:var(--font-weight-normal);color:var(--color-text2)}.popup-toolDown #shipping-calculator-form-wrapper p{font-size:calc(var(--font-body-size) + 2px);font-weight:var(--font-weight-semibold);text-transform:capitalize;color:var(--color-text);margin-bottom:10px;margin-top:0;display:block}.popup-toolDown #shipping-calculator-form-wrapper p svg{width:22px;height:22px;margin-right:9px;position:relative;top:-3px}.template-cart .hidden-cart{display:none}.discount-code-field p{margin-top:0;margin-bottom:14px;color:var(--color-text2)}#popup-tool-shipping .special-select,#popup-tool-shipping .styled-input{margin-bottom:10px}#popup-tool-shipping{padding-bottom:12px}#popup-tool-gift{text-align:center;padding-bottom:90px}#popup-tool-gift svg{width:26px;height:26px;margin-bottom:12px;color:#464646}#shipping-calculator #wrapper-response{color:#8b714a;background-color:#fbf8e5;padding:14px 20px 12px;margin-top:15px}#popup-tool-discount{padding-bottom:36px}.previewCart .previewCartProduct .product .card{display:flex;flex-direction:row}.previewCart .previewCartProduct .product .card .card-information{padding:0 0 0 20px!important;top:0}.previewCart .previewCartProduct .product .card-product{flex:0 0 33%}.previewCart .previewCartProduct .product .card-information .card-action__group{display:block!important}.previewCart .previewCartProduct .product .card-information .card-action__group .card-action{position:static;opacity:1;visibility:visible;transform:translateZ(0)}.previewCart .previewCartProduct{position:relative}.previewCart .previewCartProduct .card-swatch .swatch{justify-content:left}.halo-cart-sidebar .previewCartItem-price .discounts__discount,.cart-discounts .discounts__discount{font-size:calc(var(--font-body-size) - 2px);font-weight:var(--font-weight-normal);color:var(--color-text2);letter-spacing:var(--body-letter-spacing);line-height:var(--body-line-height);padding-top:3px}.halo-cart-sidebar .previewCartItem-price .previewCartItem-saving-price{display:grid;margin-top:2%}.halo-cart-sidebar .previewCartItem-price .before-discount-price,.halo-cart-sidebar .previewCartItem-price .discounted-price{font-size:calc(var(--product-price-font-size) - 2px);letter-spacing:var(--product-price-letter-spacing);font-weight:var(--product-price-font-weight);line-height:var(--product-price-line-height)}.halo-cart-sidebar .previewCartItem-price .before-discount-price{color:var(--product-compare-price-color);font-weight:var(--font-weight-normal)}.halo-cart-sidebar .previewCartItem-price .discounted-price{font-size:var(--product-price-font-size);color:var(--product-sale-price-color)}.previewCartTotalsPrice .cart-total-savings{display:flex}.cart-discounts+.previewCartItem-change{margin-top:15px}.body-custom-width.style-arrows-6 .previewCartCarousel .slick-arrow{width:45px}.previewCartCollection .card-information{position:static;padding-bottom:2px!important}.previewCartCollection .product-item .card-action,.previewCartCollection .product-item .card-button{box-shadow:none}.previewCartCollection .product-item .card-button:hover{background-color:transparent;color:initial!important}.previewCartCollection .product-item .card-button.is-loading{overflow:visible}body.cart-sidebar-show.quick_shop_option_3.quickshop-popup-show .halo-cart-sidebar,body.cart-sidebar-show.quick_shop_option_3.quick_shop_popup_mobile .halo-cart-sidebar{opacity:0;pointer-events:none}.previewCartCollection .card-button{color:initial!important;background:transparent;border:none;padding:0;text-transform:initial;text-align:left;width:fit-content;margin:0;min-width:initial;padding-block:0!important}body:not(.quick_shop_option_3) .previewCartCollection .card-action .variants-popup-content .variants{max-height:80px}body:not(.quick_shop_option_3) .previewCartCollection .previewCartCarousel .product{min-height:180px}body:not(.quick_shop_option_3) .previewCartCollection .card-action .variants-popup-content{height:100%}.product-card-layout-02 .previewCartCollection .previewCartCollection .card-swatch{margin-bottom:8px}.product-card-layout-02 .previewCartCollection .product-item .card-action{margin-top:0}.product-card-layout-02.quick_shop_option_2 .previewCartCollection .product-item .card-action{padding-left:0}.product-card-layout-04.quick_shop_option_2 .previewCartCollection .card-action .variants-popup-content{background:#fff}.product-card-layout-06 .previewCartCollection .product-item .card-action{position:static;opacity:1;pointer-events:visible;visibility:visible}.product-card-layout-05 .previewCartCollection .card-information{position:relative}body:not(.quick_shop_option_3) .previewCartCollection .card-action .variants-popup{top:0;height:auto;max-height:100%;min-height:180px}body:not(.quick_shop_option_3) .previewCartCollection .product-card__button2{bottom:1px}.product-card-layout-07:not(.quick_shop_option_3) .previewCartCollection .product-item .card-action,.product-card-layout-05:not(.quick_shop_option_3) .previewCartCollection .product-item .card-action,.product-card-layout-04:not(.quick_shop_option_3) .previewCartCollection .product-item .card-action,.product-card-layout-02:not(.quick_shop_option_3) .previewCartCollection .product-item .card-action,.product-card-layout-03:not(.quick_shop_option_3) .previewCartCollection .product-item .card-action{position:static;transform:none!important}.quick_shop_option_2 .previewCartCollection .variants-popup-content .variants{min-height:initial!important;max-height:80px!important}.product-card-layout-06.quick_shop_option_2 .previewCartCollection .card-action .variants-popup-content{overflow-y:initial}.previewCartCollection .previewCartCarousel .product-item.enable_custom_position_swatch .card-price{margin-bottom:10px}.previewCartCollection .previewCartCarousel .product-item.enable_custom_position_swatch .card-swatch .swatch-label{width:calc(var(--w-product-swatch-custom) - 10px);height:calc(var(--h-product-swatch-custom) - 10px)}.previewCartCollection .previewCartCarousel .product-item.enable_custom_position_swatch .card-swatch .number-showmore{height:calc(var(--h-product-swatch-custom) - 10px);line-height:calc(var(--h-product-swatch-custom) - 10px)}.product-card-layout-01 .previewCartCarousel .product-item.enable_custom_position_swatch .card-action{padding:0}#halo-cart-sidebar.halo-sidebar{top:16px;right:16px;bottom:16px;height:calc(100% - 32px);max-height:calc(100% - 32px);background-color:#ececec;border-radius:28px;overflow:hidden;transform:translate3d(calc(100% + 16px),0,0)}body.cart-sidebar-show #halo-cart-sidebar.halo-sidebar{transform:translateZ(0)}#halo-cart-sidebar .halo-sidebar-header,#halo-cart-sidebar .halo-sidebar-wrapper{background-color:#ececec}#halo-cart-sidebar .halo-sidebar-close{top:18px;right:18px}#halo-cart-sidebar .cart-progressbar .progress-dot{border-radius:50%!important}@media(max-width:1024px){.previewCartTool{padding:10px 20px 12px}.previewCartInfo{padding:5px 20px 45px;margin-bottom:0}.halo-cart-sidebar .previewCartItem-price .before-discount-price{font-size:calc(var(--product-price-font-size) * .75 - 2px)}.halo-cart-sidebar .previewCartItem-price .discounted-price,.previewCartItem-price .price{font-size:calc(var(--product-price-font-size) * .75)}.previewCart{overflow-y:auto;overflow-x:hidden;flex-grow:1}#popup-tool-gift,#popup-tool-shipping,#popup-tool-discount,#popup-tool-note{padding-bottom:22px}.previewCartCollection .card-action{position:static}.quick_shop_option_2 #halo-card-mobile-popup .card-action .variants-popup{bottom:0!important}body:not(.quick_shop_option_3,.quick_shop_option_2).product-card-layout-06 .previewCartCollection .card-action .variants-popup{top:0}body:not(.quick_shop_option_3,.quick_shop_option_2).product-card-layout-06 .previewCartCollection .product-item:hover .card-action{transform:none}body:not(.quick_shop_option_3,.quick_shop_option_2).product-card-layout-06 .previewCartCollection .card:after{display:none}body:not(.quick_shop_option_3,.quick_shop_option_2).product-card-layout-05 .previewCartCollection .product-item.quickshop-popup-show .card-action .variants-popup{top:0;height:auto;max-height:100%;min-height:180px}body:not(.quick_shop_option_3,.quick_shop_option_2) .previewCartCollection .card-action{transform:none!important;position:static;opacity:1;visibility:visible;pointer-events:auto}}@media(max-width:551px){.cartTool-item.cart-tool-gift svg{width:16px;height:auto;margin-right:6px;transform:translateY(-3px)}.previewCartTool{padding-bottom:6px}.previewCartInfo{padding-bottom:10px}.previewCart-wrapper{height:auto}.previewCartTotals+.previewCartTotals{margin-top:4px}.previewCart{height:calc(100vh - 380px);flex-grow:0}.halo-cart-sidebar .previewCartItem{padding-top:0}.previewCartItem-remove.has_vol_pricing{bottom:98px}.previewCartGroup .dynamic-checkout__content shopify-accelerated-checkout{--shopify-accelerated-checkout-button-block-size: 42px;--shopify-accelerated-checkout-button-inline-size: 42px}.previewCartGroup .dynamic-checkout__content shopify-accelerated-checkout-cart{--shopify-accelerated-checkout-button-block-size: 42px;--shopify-accelerated-checkout-button-inline-size: 42px}}@media(max-width:768px){#halo-card-mobile-popup .product-item-custom .card-information{display:block;width:100%}#halo-card-mobile-popup .product-item-custom .card-swatch,#halo-card-mobile-popup .product-item-custom .card-product,#halo-card-mobile-popup .product-item-custom .card-price,#halo-card-mobile-popup .product-item-custom .card-title{display:none}body.cart-sidebar-show.quickshop-popup-show .halo-cart-sidebar,body.cart-sidebar-show.quick_shop_popup_mobile .halo-cart-sidebar{opacity:0;pointer-events:none}.product-card-layout-08.quick_shop_option_2 #halo-card-mobile-popup .product-item-custom .card-action{display:block;position:static}#halo-quickshop-popup-option-3 .productView-see-details{margin-right:0;margin-bottom:0}.product-card-layout-02.quick_shop_option_2 #halo-card-mobile-popup .product-item-custom .card-information .card-information__wrapper,.product-card-layout-06.quick_shop_option_2 #halo-card-mobile-popup .product-item-custom .card-information .card-information__wrapper{display:block}.product-card-layout-02.quick_shop_option_2 #halo-card-mobile-popup .product-item-custom .card-information .card-action .variants-popup,.product-card-layout-06.quick_shop_option_2 #halo-card-mobile-popup .product-item-custom .card-information .card-action .variants-popup{padding:16px 8px 8px}body:not(.quick_shop_option_3,.quick_shop_option_2).product-card-layout-06 .previewCartCollection .card-action .variants-popup{height:auto;max-height:100%;min-height:180px}}@media(min-width:551px){.previewCartItem{padding-top:0}.previewCartItem-image{width:80px}.previewCartItem-content{width:calc(100% - 80px);padding:0 20px;position:relative}.previewCartItem-price{width:calc(100% - 80px);margin-bottom:0}.previewCartItem-qty{display:block}.previewCartItem-remove{padding:0;background-color:transparent;border-radius:0;border:none}.previewCartItem-remove svg{fill:#000!important;width:18px;height:18px}}@media(min-width:769px){.quick_shop_option_2 .previewCartCollection .card-action .variants-popup-content{padding:25px 0 60px}.quick_shop_option_2 .previewCartCollection .variants-popup .variants-popup-close{display:block}.previewCartCollection .product-item.quickshop-popup-show .card-action .variants-popup{height:auto;max-height:100%;min-height:180px}.product-card-layout-06.quick_shop_option_2 .previewCartCollection .quickshop-popup-show .card-information{position:static}.product-card-layout-06.quick_shop_option_2 .previewCartCollection .card-action .variants-popup{overflow:hidden auto}.product-card-layout-05.quick_shop_option_2 .previewCartCollection .card-action .variants-popup-content{height:100%;background:var(--bg-white)}.product-card-layout-05.quick_shop_option_2 .previewCartCollection .card-action .variants-popup-content .variants{max-height:100%!important}.product-card-layout-04.quick_shop_option_2 .previewCartCollection .quickshop-popup-show .card-action>form{opacity:0}.product-card-layout-03.quick_shop_option_2 .previewCartCollection .card-action .variants-popup-content{height:100%;background:var(--bg-white)}.product-card-layout-03.quick_shop_option_2 .previewCartCollection .card-action .variants-popup-content .variants{max-height:100%!important}.product-card-layout-01.quick_shop_option_2 .previewCartCollection .card-action .variants-popup-content{height:100%;background:var(--bg-white)}.product-card-layout-01.quick_shop_option_2 .previewCartCollection .card-action .variants-popup-content .variants{max-height:100%!important}}@media(min-width:1025px){.popup-toolDown.show{transform:translateY(-15%)!important}.previewCart{padding-left:30px;padding-right:30px;overflow-y:auto;overflow-x:hidden;flex-grow:1}.previewCartItem-name:hover{color:var(--product-title-color-hover)}.previewCartCarousel .product-item .product-image svg{display:block}.previewCartCarousel .product-item .product-image:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;opacity:0;visibility:hidden;background:#0000004d;transition:var(--anchor-transition)}.previewCartCarousel .product-item .product-image:hover svg{opacity:1;visibility:visible;pointer-events:auto}.previewCartCarousel .product-item .product-image:hover:before{opacity:1;visibility:visible}.previewCartCollection .card-action{transform:none!important;position:static;opacity:1;visibility:visible}.previewCartCollection .card-action .variants-popup{top:0}.previewCartCollection .card-action>form{margin-inline:0;width:100%;padding:0}.product-card-layout-04 .previewCartCollection .card-action .variants-popup{bottom:0}.product-card-layout-06 .previewCartCollection .product-item.quickshop-popup-show .card:after{display:none}.product-card-layout-05 .previewCartCollection .card-action .button{bottom:0;max-width:100%}.product-card-layout-04.quick_shop_option_2 .previewCartCollection .card-action,.product-card-layout-02.quick_shop_option_2 .previewCartCollection .card-action .variants-popup{padding:0}.product-card-layout-02.quick_shop_option_2 .previewCartCollection .variants-popup-content .variants{min-height:initial!important}.product-card-layout-04 .previewCartCollection .card-action{padding:0}}@media(min-width:2000px){.previewCart .previewCartProduct:after{position:absolute;top:0;right:-95%;width:100%;height:100%;content:"";background:#fff;z-index:3}}.previewCart:has(.previewCart-emptyBody){padding:0;overflow:initial;display:flex;flex-direction:column;gap:5px;justify-content:space-between;align-items:center}.previewCart-emptyBody{padding:0 30px 30px;min-height:350px;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow-y:auto}.previewCartMessage{display:block!important;padding:0!important;margin:0!important;width:100%!important}.halo-sidebar-wrapper:has(.previewCart-emptyBody){padding:0}.halo-sidebar-wrapper:has(.previewCart-emptyBody) .previewCartMessage{display:none}.previewCart-emptyBody .empty{font-size:16px!important;max-width:275px;margin:30px auto!important;line-height:1.2!important}.empty-suggestions__link a{padding:8px 16px;font-size:12px;min-width:300px;margin:0 auto 6px;max-width:fit-content;border:1px solid #c3c3c3;display:block}.button-continue{margin-top:24px;display:block}.haloCalculatorShipping .message{font-size:10px;line-height:1}#halo-cart-sidebar:has(.previewCart-emptyBody) .previewCartMessage{display:none}@media(max-width:768px){.halo-sidebar-wrapper:not(:has(.previewCart-emptyBody)){max-height:calc(100vh - 10px)!important;overflow-y:auto!important;overflow-x:hidden!important}}@media(max-width:480px){.halo-sidebar-wrapper{max-height:calc(100vh - 65px)!important;overflow-y:auto!important;overflow-x:hidden!important}}.previewCartItem-remove{color:#333!important;-webkit-text-fill-color:#333333!important;-webkit-appearance:none;appearance:none;background:transparent;border:0}@media(min-width:992px)and (max-height:900px){.previewCart-emptyBody .empty{margin:20px auto!important}.previewCart-emptyBody{min-height:unset;padding:0 15px 20px}#halo-cart-sidebar .halo-sidebar-header{padding-inline:15px;padding-top:15px}.empty-suggestions__link a{padding:4px 16px}}.cartTool-item.cart-tool-gift span{display:inline-flex;align-items:center;justify-content:center;gap:6px;line-height:1}.cartTool-item.cart-tool-gift svg{width:15px;height:15px;margin-bottom:0;margin-right:0;transform:none;vertical-align:middle;flex-shrink:0}@media(max-width:551px){.cartTool-item.cart-tool-gift svg{width:16px;height:16px;margin-right:0;transform:none}#halo-cart-sidebar.halo-sidebar{height:calc(100% - 12px);max-height:calc(100% - 12px);max-width:calc(100% - 12px);top:6px;right:6px;bottom:6px;padding-top:12px}.previewCartInfo{position:fixed;bottom:0;padding-top:5px;width:100%}}.cartTool-item.cart-tool-gift{padding:7px 2px 2px;background:#ececec}@media(max-width:551px){.halo-cart-sidebar .previewCart{padding-left:16px;padding-right:16px}.halo-cart-sidebar .previewCartItem{padding:12px;gap:12px}.halo-cart-sidebar .previewCartItem-image{width:84px;min-width:84px;max-width:84px}.halo-cart-sidebar .previewCartItem-image:before{padding-bottom:84px}.halo-cart-sidebar .previewCartItem-name{font-size:11px;margin-right:66px}.halo-cart-sidebar .previewCartItem-price .price,.halo-cart-sidebar .previewCartItem-price [data-item-final-price-display],.halo-cart-sidebar .previewCartItem-price .discounted-price{font-size:15px}.halo-cart-sidebar .previewCartItem-qty{width:58px;min-width:58px}}.previewCartCollection{padding:20px 0 10px}.previewCartCollection .previewCartTitle{margin:0 0 14px;font-size:15px;line-height:1.2;color:#6f6f6f}.previewCartCollection .previewCartProduct{position:relative}.previewCartCollection .previewCartCarousel{margin:0 -6px}.previewCartCollection .previewCartCarousel .slick-track{display:flex!important}.previewCartCollection .previewCartCarousel .slick-slide{height:auto}.previewCartCollection .previewCartCarousel .slick-slide>div{height:100%}.previewCartCollection .previewCartCarousel .product{height:100%}.previewCart .previewCartProduct .product .card{display:flex;flex-direction:column;height:100%;padding:8px;border:1px solid #dedede;border-radius:14px;background:#fff;box-shadow:none;position:relative}.previewCart .previewCartProduct .product .card-product{flex:initial;width:100%}.previewCart .previewCartProduct .product .card .card-information{padding:8px 0 0!important;top:auto;width:100%}.previewCartCollection .product-item .card-media,.previewCartCollection .product-item .product-image,.previewCartCollection .product-item .card-product{border-radius:10px;overflow:hidden}.previewCartCollection .product-item .card-media img,.previewCartCollection .product-item .product-image img{border-radius:10px}.previewCartCollection .product-item-custom .card-title,.previewCartCollection .product-item .card-title{margin:0 0 6px;font-size:13px;line-height:1.2;font-weight:400;color:#666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:31px}.previewCartCollection .product-item-custom .card-title a,.previewCartCollection .product-item .card-title a{color:inherit;text-decoration:none}.previewCartCollection .price-item--regular,.previewCartCollection .card-price .price-item--regular,.previewCartCollection .card-price .price__regular .price-item{font-size:12px;line-height:1;color:#9a9a9a;text-decoration:line-through;margin-bottom:4px;display:block}.previewCartCollection .price,.previewCartCollection .card-price,.previewCartCollection .price__current,.previewCartCollection .price-item--sale,.previewCartCollection .price__regular .price-item:last-child{font-size:18px;line-height:1.1;font-weight:700;color:#4a4a4a}.previewCartCollection .card-swatch,.previewCartCollection .card-vendor,.previewCartCollection .card-review,.previewCartCollection .card-action .variants-popup,.previewCartCollection .card-action .variants,.previewCartCollection .card-action .product-form__buttons{display:none!important}.previewCartCollection .card-information,.previewCartCollection .card-information__wrapper{display:flex;flex-direction:column;height:100%}.previewCartCollection .card-price{margin-top:auto;padding-right:34px;position:relative}.previewCartCollection .price-installments{display:none!important}.previewCartCollection .previewCartCarousel .product{padding:0 6px;box-sizing:border-box}.previewCartCollection-card{position:relative;display:flex;flex-direction:column;height:100%;padding:8px;background:#fff;border:1px solid #d9d9d9;border-radius:14px}.previewCartCollection-image{display:block;border-radius:10px;overflow:hidden;background:#f8f8f8;margin-bottom:8px}.previewCartCollection-image img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover}.previewCartCollection-info{position:relative;display:flex;flex-direction:column;min-height:78px;padding-right:30px}.previewCartCollection-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-decoration:none;color:#666;font-size:13px;line-height:1.15;margin-bottom:6px}.previewCartCollection-compare{font-size:12px;line-height:1;color:#9a9a9a;text-decoration:line-through;margin-bottom:4px}.previewCartCollection-price{font-size:16px;line-height:1.1;font-weight:700;color:#2f2f2f}.previewCartCollection-form{position:absolute;right:0;bottom:0;margin:0}.previewCartCollection-add svg{display:block;width:17px;height:17px}.previewCartCollection-add.is-disabled{opacity:.45;cursor:not-allowed}@media(max-width:551px){.previewCartCollection .previewCartCarousel .product{padding:0 4px}.previewCartCollection-card{padding:7px;border-radius:12px}.previewCartCollection-name{font-size:12px}.previewCartCollection-price{font-size:16px}}.previewCartCollection .slick-dots{display:none!important}.previewCartCollection-card,.previewCartCarousel .product{height:auto!important}.previewCartCollection-image{display:block}.previewCartCollection-image img{display:block;width:100%;height:auto}.previewCartCollection-info{display:flex;flex-direction:column;gap:6px}.halo-cart-sidebar .previewCart{padding:8px 24px 0}.halo-cart-sidebar .previewCartList{display:flex;flex-direction:column;gap:0;background:transparent}.halo-cart-sidebar .previewCartItem{display:grid;grid-template-columns:92px minmax(0,1fr);column-gap:18px;align-items:flex-start;position:relative;padding:12px 0 14px;margin:0;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;background:transparent}.halo-cart-sidebar .previewCartItem+.previewCartItem{margin-top:0;border-top:0}.halo-cart-sidebar .previewCartItem:last-child{border-bottom:1px solid #d7d7d7;padding-bottom:14px}.halo-cart-sidebar .previewCartItem-image{grid-column:1;width:92px;min-width:92px;max-width:92px;top:0;border:1px solid #d8d8d8;border-radius:16px;overflow:hidden;background:transparent}.halo-cart-sidebar .previewCartItem-image:before{padding-bottom:92px}.halo-cart-sidebar .previewCartItem-image img{width:72%;height:72%;object-fit:contain;object-position:center}.halo-cart-sidebar .previewCartItem-content{grid-column:2;display:flex;flex-direction:column;width:auto;min-width:0;padding:2px 104px 0 0;position:static}.halo-cart-sidebar .previewCartItem-content .content-group{min-width:0;padding-right:0}.halo-cart-sidebar .previewCartItem-name{display:-webkit-box;margin:0 0 6px;color:#374036;font-size:15px;font-weight:700;line-height:1.12;letter-spacing:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.halo-cart-sidebar .product-benefits__wrapper{display:flex;flex-wrap:nowrap;align-items:center;gap:10px;width:100%;max-width:100%;margin:0 0 10px;overflow:hidden;color:#374036;font-size:10.5px;line-height:1;white-space:nowrap}.halo-cart-sidebar .product-benefits__item,.halo-cart-sidebar .product-benefits__wrapper>*{display:inline-flex;align-items:center;gap:3px;min-width:0;flex:0 1 auto;white-space:nowrap}.halo-cart-sidebar .product-benefits__item .text,.halo-cart-sidebar .product-benefits__wrapper .text{display:inline-block;max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.halo-cart-sidebar .product-benefits__wrapper svg,.halo-cart-sidebar .product-benefits__wrapper img,.halo-cart-sidebar .product-benefits__wrapper .icon{width:13px;height:13px;min-width:13px;object-fit:contain}.halo-cart-sidebar .previewCartItem-change{display:contents}.halo-cart-sidebar .previewCartItem-price{position:absolute;right:8px;top:68px;width:96px;margin:0;text-align:right}.halo-cart-sidebar .previewCartItem-price .previewCartItem-saving-price{display:flex;flex-direction:column;align-items:flex-end;gap:3px;margin:0}.halo-cart-sidebar .previewCartItem-price .before-discount-price{color:#9b9b9b;font-size:12px;font-weight:400;line-height:1}.halo-cart-sidebar .previewCartItem-price .price,.halo-cart-sidebar .previewCartItem-price [data-item-final-price-display],.halo-cart-sidebar .previewCartItem-price .discounted-price{color:#374036;font-size:15px;font-weight:500;line-height:1.1}.halo-cart-sidebar .previewCartItem-qty{position:relative;width:120px;min-width:120px;height:36px;margin:0;display:flex;align-items:center;justify-content:center;border:1.5px solid #374036;border-radius:999px;background:transparent;overflow:hidden}.halo-cart-sidebar .previewCartItem-qty input.quantity{width:100%;height:100%;padding:0 34px;border:0;background:transparent;color:#374036;font-size:16px;font-weight:700;text-align:center;box-shadow:none}.halo-cart-sidebar .previewCartItem-qty .btn-quantity{width:34px;height:100%;top:0;border:0;border-radius:0;background:transparent}.halo-cart-sidebar .previewCartItem-qty .btn-quantity.minus{left:0}.halo-cart-sidebar .previewCartItem-qty .btn-quantity.plus{right:0;left:auto}.halo-cart-sidebar .previewCartItem-qty .btn-quantity:before,.halo-cart-sidebar .previewCartItem-qty .btn-quantity.plus:after{content:"";position:absolute;width:15px;height:1.5px;left:50%;top:50%;background:#374036;transform:translate(-50%,-50%)}.halo-cart-sidebar .previewCartItem-qty .btn-quantity.plus:after{transform:translate(-50%,-50%) rotate(90deg)}.halo-cart-sidebar .previewCartItem-remove{display:flex;align-items:center;justify-content:center;position:absolute;top:14px;right:8px;width:28px;height:28px;padding:0;border:0;border-radius:50%;background:#fff;color:transparent;font-size:0;line-height:1}.halo-cart-sidebar .previewCartItem-remove:before,.halo-cart-sidebar .previewCartItem-remove:after{content:"";position:absolute;width:12px;height:1.5px;background:#000;border-radius:999px}.halo-cart-sidebar .previewCartItem-remove:before{transform:rotate(45deg)}.halo-cart-sidebar .previewCartItem-remove:after{transform:rotate(-45deg)}@media(max-width:551px){.halo-cart-sidebar .previewCart{padding-left:18px;padding-right:18px}.halo-cart-sidebar .previewCartItem{grid-template-columns:90px minmax(0,1fr);column-gap:16px;padding:12px 0 14px}.halo-cart-sidebar .previewCartItem-image{width:90px;min-width:90px;max-width:90px;border-radius:16px}.halo-cart-sidebar .previewCartItem-image:before{padding-bottom:90px}.halo-cart-sidebar .previewCartItem-content{padding:0 82px 0 0}.halo-cart-sidebar .previewCartItem-name{font-size:13px;line-height:1.15;margin-bottom:5px}.halo-cart-sidebar .product-benefits__wrapper{gap:7px;font-size:9px;margin-bottom:9px}.halo-cart-sidebar .product-benefits__item,.halo-cart-sidebar .product-benefits__wrapper>*{gap:2px}.halo-cart-sidebar .product-benefits__item .text,.halo-cart-sidebar .product-benefits__wrapper .text{max-width:52px}.halo-cart-sidebar .product-benefits__wrapper svg,.halo-cart-sidebar .product-benefits__wrapper img,.halo-cart-sidebar .product-benefits__wrapper .icon{width:11px;height:11px;min-width:11px}.halo-cart-sidebar .previewCartItem-price{top:66px;right:0;width:76px}.halo-cart-sidebar .previewCartItem-price .before-discount-price{font-size:11px}.halo-cart-sidebar .previewCartItem-price .price,.halo-cart-sidebar .previewCartItem-price [data-item-final-price-display],.halo-cart-sidebar .previewCartItem-price .discounted-price{font-size:13px}.halo-cart-sidebar .previewCartItem-qty{width:106px;min-width:106px;height:34px}.halo-cart-sidebar .previewCartItem-qty input.quantity{font-size:15px;padding-inline:30px}.halo-cart-sidebar .previewCartItem-qty .btn-quantity{width:30px}.halo-cart-sidebar .previewCartItem-qty .btn-quantity:before,.halo-cart-sidebar .previewCartItem-qty .btn-quantity.plus:after{width:14px}.halo-cart-sidebar .previewCartItem-remove{top:14px;right:0;width:26px;height:26px}}.halo-cart-sidebar .previewCartCollection{padding:18px 0 8px;border-top:0;position:relative}.halo-cart-sidebar .previewCartCollection .previewCartTitle{margin:0 0 10px;font-size:15px;line-height:1.2;color:#6f6f6f;font-weight:400}.halo-cart-sidebar .previewCartCollection .previewCartProduct{position:relative}.halo-cart-sidebar .previewCartCollection .previewCartCarousel{margin:0 -8px}.halo-cart-sidebar .previewCartCollection .previewCartCarousel .product{padding:0 8px;box-sizing:border-box}.halo-cart-sidebar .previewCartCollection .slick-track{display:flex;align-items:stretch}.halo-cart-sidebar .previewCartCollection .slick-slide{height:auto}.halo-cart-sidebar .previewCartCollection .slick-slide>div{height:100%}.halo-cart-sidebar .previewCartCollection-card{position:relative;display:flex;flex-direction:column;align-items:center;height:auto;min-height:0;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}.halo-cart-sidebar .previewCartCollection-image{display:flex;align-items:center;justify-content:center;width:100%;max-width:150px;height:138px;margin:0 auto 6px;background:transparent;border:0;border-radius:0;overflow:visible}.halo-cart-sidebar .previewCartCollection-image img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;aspect-ratio:auto}.halo-cart-sidebar .previewCartCollection-info{position:static;display:flex;flex-direction:column;align-items:center;width:100%;max-width:150px;min-height:0;padding:0;gap:3px;text-align:center}.halo-cart-sidebar .previewCartCollection-name{display:-webkit-box;width:100%;margin:0;color:#374036;font-size:12px;line-height:1.08;font-weight:700;text-decoration:none;text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.halo-cart-sidebar .previewCartCollection-prices{display:flex;flex-direction:column;align-items:center;gap:2px;width:100%;margin-top:2px;text-align:center}.halo-cart-sidebar .previewCartCollection-compare{margin:0;color:#9b9b9b;font-size:12px;line-height:1;font-weight:400;text-decoration:line-through;text-align:center}.halo-cart-sidebar .previewCartCollection-price{color:#374036;font-size:12px;line-height:1;font-weight:700;text-align:center}.halo-cart-sidebar .previewCartCollection-form{position:absolute;right:24px;top:95px;bottom:auto;margin:0;z-index:6}.halo-cart-sidebar .previewCartCollection-add{position:relative;width:45px;height:45px;min-width:45px;padding:0;margin:0;border:1px solid rgba(215,215,215,.85);border-radius:50%;background:#ffffffb8;box-shadow:0 2px 8px #00000014;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden}.halo-cart-sidebar .previewCartCollection-add svg{display:block;width:20px;height:20px;position:relative;z-index:2}.halo-cart-sidebar .previewCartCollection-add:before,.halo-cart-sidebar .previewCartCollection-add:after{content:none}.halo-cart-sidebar .previewCartCollection-add:after{z-index:1}.halo-cart-sidebar .previewCartCollection-add:before,.halo-cart-sidebar .previewCartCollection-add:after{pointer-events:none}.halo-cart-sidebar .previewCartCollection-add svg{display:none}.halo-cart-sidebar .previewCartCollection-add:before,.halo-cart-sidebar .previewCartCollection-add:after{content:"";position:absolute;width:18px;height:2px;background:#374036;border-radius:999px}.halo-cart-sidebar .previewCartCollection-add:after{transform:rotate(90deg)}.halo-cart-sidebar .previewCartCollection-add.is-disabled{opacity:.45;cursor:not-allowed}.halo-cart-sidebar .previewCartCollection .slick-dots{display:none}.halo-cart-sidebar .previewCartCollection .slick-slide{width:50%}.halo-cart-sidebar .previewCartCollection .previewCartCarousel .slick-arrow{position:absolute;top:-35px;bottom:auto;width:35px;height:35px;padding:6px;transform:none;z-index:5}.halo-cart-sidebar .previewCartCollection .previewCartCarousel .slick-prev{left:auto!important;right:45px!important}.halo-cart-sidebar .previewCartCollection .previewCartCarousel .slick-next{left:auto!important;right:0!important}@media(max-width:551px){.halo-cart-sidebar .previewCartCollection{padding-top:16px}.halo-cart-sidebar .previewCartCollection .previewCartCarousel{margin:0 -6px}.halo-cart-sidebar .previewCartCollection .previewCartCarousel .product{padding:0 6px}.halo-cart-sidebar .previewCartCollection-image{max-width:135px;height:126px}.halo-cart-sidebar .previewCartCollection-info{max-width:135px}.halo-cart-sidebar .previewCartCollection-name,.halo-cart-sidebar .previewCartCollection-price{font-size:12px}.halo-cart-sidebar .previewCartCollection-add{width:30px;height:30px;min-width:30px}.halo-cart-sidebar .previewCartCollection-form{right:16px;top:90px}}.halo-cart-sidebar .previewCartTotals--checkout-row{display:flex!important;align-items:center;justify-content:space-between;gap:16px;width:100%;margin-top:12px;padding:0}.halo-cart-sidebar .previewCartTotals-totalBox{flex:1 1 auto;min-width:0;text-align:left}.halo-cart-sidebar .previewCartTotals--checkout-row .previewCartTotals-label{display:block;width:auto;margin:0 0 4px;font-size:17px;line-height:1;font-weight:400;color:#374036;text-align:left}.halo-cart-sidebar .previewCartTotals-prices{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;justify-content:flex-start}.halo-cart-sidebar .previewCartTotals-compare{margin:0;font-size:14px;line-height:1;font-weight:400;color:#8f8f8f;text-decoration:line-through}.halo-cart-sidebar .previewCartTotals-final{display:inline-block;font-size:20px;line-height:1;font-weight:400;color:#374036}.halo-cart-sidebar .previewCartTotals-checkout{flex:0 0 auto;width:auto;min-width:245px;height:50px;margin:0;padding:0 22px;border:0;border-radius:999px;background:#c4d6b0!important;color:#374036!important;font-size:15px;line-height:1;font-weight:400;letter-spacing:1.6px;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center}.halo-cart-sidebar .previewCartTotals-checkout:hover{background:#c4d6b0!important;color:#374036!important}.halo-cart-sidebar .previewCartTotals-checkout .cart-sidebar-checkout__content{display:inline-flex;align-items:center;justify-content:center;gap:12px}.halo-cart-sidebar .previewCartTotals-checkout .cart-sidebar-checkout__text{font-size:15px;line-height:1;font-weight:400;color:#374036;letter-spacing:1.6px;text-transform:uppercase}.halo-cart-sidebar .previewCartTotals-checkout .cart-sidebar-checkout__icon{display:inline-flex;align-items:center;justify-content:center;line-height:0;flex-shrink:0}.halo-cart-sidebar .previewCartTotals-checkout .cart-sidebar-checkout__icon svg{width:16px;height:auto;display:block}.halo-cart-sidebar .previewCartAction{margin-top:8px}.halo-cart-sidebar .previewCartGroup{margin-top:0}.halo-cart-sidebar .previewCartTotalsPrice{padding-left:0;padding-right:0;margin:0}.halo-cart-sidebar .previewCartTotals.total{width:100%}@media(max-width:551px){.halo-cart-sidebar .previewCartTotals--checkout-row{gap:12px}.halo-cart-sidebar .previewCartTotals--checkout-row .previewCartTotals-label{font-size:15px}.halo-cart-sidebar .previewCartTotals-compare{font-size:12px}.halo-cart-sidebar .previewCartTotals-final{font-size:18px}.halo-cart-sidebar .previewCartTotals-checkout{min-width:185px;height:44px;padding:0 16px;font-size:13px;letter-spacing:1.2px}.halo-cart-sidebar .previewCartTotals-checkout .cart-sidebar-checkout__text{font-size:13px;letter-spacing:1.2px}.halo-cart-sidebar .previewCartTotals-checkout .cart-sidebar-checkout__icon svg{width:14px}}.halo-cart-sidebar .previewCartTotals--checkout-row{display:flex!important;align-items:center;justify-content:flex-start!important;width:100%}.halo-cart-sidebar .previewCartTotals-totalBox{flex:0 1 auto}.halo-cart-sidebar .previewCartTotals-checkout{margin-left:auto!important;margin-right:0!important;align-self:center}.halo-cart-sidebar .previewCartTotals--checkout-row:before,.halo-cart-sidebar .previewCartTotals--checkout-row:after{content:none!important;display:none!important}#popup-tool-gift #gift-wrapping,#popup-tool-gift #gift-wrapping.button,#popup-tool-gift #gift-wrapping.button.button-1,#popup-tool-gift #gift-wrapping:hover{background:#c4d6b0;border-color:#c4d6b0;color:#374036}#popup-tool-gift .cart-cancel-popup .button,#popup-tool-gift .cart-cancel-popup .button.button-2,#popup-tool-gift .cart-cancel-popup .button:hover{background:#fff;border-color:#374036;color:#374036}#popup-tool-gift #gift-wrapping *,#popup-tool-gift .cart-cancel-popup .button *{color:#fff}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-quick-cart.css.map */
