#ff-cart-drawer{--ff-icon-color: black;--ff-drawer-container-padding: 30px;height:100%;width:100%;position:fixed;top:0}.ff-cart-drawer_header{letter-spacing:-.04em;line-height:1.5}.ff-cart-drawer_lines{overflow-y:auto;min-height:220px;margin-bottom:auto;margin-right:-30px;padding-right:30px}.ff-cart-drawer_line{align-items:center}.ff-cart-drawer_line *{letter-spacing:.0012em}.ff-cart-drawer_line{margin-bottom:var(--ff-spacing-s);background:var(--ff-color-grey-2)}.ff-cart-drawer_line_title{margin:0;cursor:pointer;text-decoration:none;letter-spacing:.0012em;text-align:left;line-height:1.5}.ff-cart-drawer_line_title:hover{text-decoration:underline}.ff-cart-drawer_line_product-badge{margin-top:10px;line-height:1.5;text-decoration:inherit;text-transform:unset;font-weight:var(--ff-regular);color:var(--ff-color-grey-10);letter-spacing:.0012em;text-align:center;border:1px solid var(--ff-color-grey-10);padding:2px var(--ff-spacing-xs);-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px}.ff-cart-drawer_line_remove{line-height:1.5;font-weight:lighter;cursor:pointer;text-decoration:underline}.ff-cart-drawer_line_img-container{width:160px;height:135px}.ff-cart-drawer_line_img{object-fit:contain;margin-left:0;margin-right:0}.ff-cart-drawer_line_content{display:flex;justify-content:space-between;align-items:center;margin-top:5px;width:100%}.ff-cart-drawer_badge-separator-container--mobile,.ff-cart-drawer_line-footer--mobile{display:contents}.ff-cart-drawer_line_price{width:150px;padding-left:10px;padding-right:20px;text-align:end;line-height:1.5}.ff-cart-drawer_line_qty-selector_arrow{pointer-events:none;display:block;position:absolute;top:16px;right:var(--ff-spacing-xs);width:10px}.ff-cart-drawer_line_qty-selector_select{width:65px;height:34px;vertical-align:baseline;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:1px solid var(--ff-color-grey-8);background-color:var(--ff-color-white);font-weight:var(--ff-regular);line-height:2.428;padding:0 15px;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}.ff-cart-drawer_line_qty-selector_select:focus{outline:1px solid var(--ff-color-grey-12);outline-offset:10px}.ff-cart-drawer_line_qty-selector_select:focus-visible{box-shadow:none}.ff-cart-drawer_line_qty-selector_select.ff-loading{cursor:progress;color:var(--ff-color-white)}.ff-cart-drawer_line_qty-selector>.ff-spinner_wrapper{position:absolute;top:11px;left:15px}.ff-cart-drawer-totals{margin:20px -30px;padding:20px 30px;border-top:1px solid var(--ff-color-grey-4)}.ff-cart-drawer_submit{width:100%;background:var(--ff-color-black);color:var(--ff-color-white);border-color:var(--ff-color-white);font-weight:var(--ff-medium);font-size:20px;line-height:30px;padding:8px var(--ff-spacing-md);text-align:center;border:1px solid var(--ff-color-grey-12);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all.3s ease-in-out;-o-transition:all.3s ease-in-out;transition:all .3s ease-in-out}.ff-cart-drawer_submit:hover{background:var(--ff-color-white);color:var(--ff-color-black);border-color:var(--ff-color-black);-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;text-decoration:underline}.ff-cart-drawer_secondary-action{cursor:pointer;line-height:1.5;font-size:14px;margin-top:20px;text-align:center}.ff-cart-drawer_secondary-action:hover{color:var(--ff-color-grey-11)}.ff-cart-drawer_empty-msg{position:absolute;top:50%;left:0;width:100%;text-align:center;transform:translateY(-50%);font-size:40px;line-height:40px;letter-spacing:-.04em;font-weight:var(--ff-medium);color:var(--ff-color-black)}.ff-cart-drawer_empty-msg_cta{margin-top:var(--ff-spacing-sm)}.ff-cart-drawer_empty-msg_arrow{position:relative;transition:transform .3s ease-in-out;transform:translate(10px)}.ff-cart-drawer_empty-msg_cta:hover .ff-cart-drawer_empty-msg_arrow{transform:translate(var(--ff-spacing-s))}@media screen and (max-width: 992px){#ff-cart-drawer{--ff-drawer-container-padding: 15px}.ff-cart-drawer_header{margin-bottom:20px;line-height:1.1;letter-spacing:-.03em}.ff-cart-drawer_lines{min-height:70px}.ff-cart-drawer_line{flex-wrap:wrap;margin-bottom:var(--ff-spacing-s-m)}.ff-cart-drawer_line:last-of-type{margin-bottom:0}ff-cart-drawer_line_img-container,.ff-cart-drawer_line_img{width:90px;height:77px}.ff-cart-drawer_line_content{display:contents}.ff-cart-drawer_line_content_producct-data-container{width:calc(100% - 90px);flex-wrap:wrap;column-gap:15px;justify-content:space-between}.ff-cart-drawer_badge-separator-container--mobile{display:flex;flex-direction:column;align-items:start;gap:3px}.ff-cart-drawer_line-footer--mobile{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid var(--ff-color-grey-4);padding:10px 0 10px 105px;margin-top:5px;margin-left:0;width:100%}.ff-cart-drawer_line_price{width:unset;line-height:1.33;margin-left:auto;padding-right:var(--ff-spacing-s-m)}.ff-cart-drawer_line_qty-selector{margin-left:0}.ff-cart-drawer_line_qty-selector_arrow{top:10px;right:var(--ff-spacing-xs-m);width:8px;height:8px}.ff-cart-drawer_line_qty-selector_select{width:55px;height:25px;padding:0 15px;line-height:2.083}.ff-cart-drawer_line_product-badge{padding:2px 12px;line-height:1.33}.ff-cart-drawer_line_remove{line-height:1.33}.ff-cart-drawer_line_qty-selector>.ff-spinner_wrapper{top:7px}.ff-cart-drawer-totals{margin-top:15px;margin-bottom:15px;padding-top:15px;padding-bottom:15px}.ff-cart-drawer_submit{font-size:16px;line-height:24px}.ff-cart-drawer_empty-msg{font-size:20px;line-height:22px;letter-spacing:-.03em}.ff-cart-drawer_empty-msg_cta{margin-top:var(--ff-spacing-s-m)}.ff-cart-drawer_empty-msg_arrow{width:15px;height:15px}}@media screen and (min-width: 500px){.ff-cart-drawer_line_product-badge--mobile{display:none}}@media screen and (max-width: 499px){.ff-cart-drawer_line_product-badge{display:none}.ff-cart-drawer_line_product-badge--mobile{display:block;margin-top:0;margin-bottom:5px}}@media screen and (max-height: 999px){.ff-shipping-info--mobile{display:flex;justify-content:space-between;width:100%;margin:0;margin-top:var(--ff-spacing-md-m)}.ff-shipping-info--desktop{display:none}}@media screen and (min-height: 1000px){.ff-shipping-info--mobile{display:none}.ff-shipping-info--desktop{display:flex;justify-content:space-between;width:100%;margin:0;margin-top:var(--ff-spacing-sm-m)}}
/*# sourceMappingURL=/cdn/shop/t/37/assets/ff-cart-drawer.css.map */
