#cart{padding:48px 30px 80px;max-width:1340px;margin:0 auto;border-bottom:1px solid var(--grey-300)}#cartEmpty{padding:72px 0;text-align:center}#cartEmptyTitle{color:var(--grey-900);font-size:30px;font-weight:500;line-height:36px;margin-bottom:8px}#cartEmptyText{font-size:14px;line-height:22px;letter-spacing:.2px;margin-bottom:24px}#cartBody{display:grid;grid-template-columns:1fr minmax(300px,344px);gap:60px}#cartBodyTitle{color:var(--grey-900);font-size:32px;line-height:44px;margin-bottom:32px}.cartBodyItem{padding:32px 0;display:grid;grid-template-columns:108px 1fr;column-gap:32px;max-width:876px;border-top:1px solid var(--grey-300)}.cartBodyItemImage{max-width:108px;aspect-ratio:1}.cartBodyItemContent{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;height:100%}.cartBodyItemContentInfo{display:flex;flex-direction:column;max-width:372px;width:100%;height:100%}.cartBodyItemContentInfo.noOptions{justify-content:center}.cartBodyItemContentInfoTitle{color:var(--grey-900);font-weight:500;line-height:24px;letter-spacing:.4px;margin-bottom:4px}.cartBodyItemContentInfoText{color:var(--grey-500);font-size:12px;line-height:16px;letter-spacing:.4px;margin-bottom:4px}.cartBodyItemContentInfoPrice{color:var(--grey-900);font-size:14px;font-weight:500;line-height:22px;letter-spacing:.2px;margin-top:auto}.cartBodyItemContentInfo.noOptions .cartBodyItemContentInfoPrice{margin-top:0}.cartBodyItemContentInfoPrice span{color:var(--grey-500);font-weight:400;line-height:22px;letter-spacing:.2px;text-decoration:line-through}.cartBodyItemContentInfoGiftButton{color:var(--grey-500);font-weight:400;line-height:22px;letter-spacing:.2px;text-decoration:underline;cursor:pointer;position:relative;max-width:fit-content}.cartBodyItemContentInfoGift{position:absolute;transition:opacity ease .5s;left:120%;translate:0 -20px;opacity:0;pointer-events:none;background-color:#fff;padding:10px;border:solid 1px var(--grey-300);width:max-content;z-index:100}.cartBodyItemContentInfoGiftButton:hover .cartBodyItemContentInfoGift{opacity:1}.cartBodyItemContentInfoGiftItem{display:flex;gap:8px}.cartBodyItemContentInfoGiftItem p{color:var(--grey-500);font-size:14px;line-height:18px;letter-spacing:.2px;margin-bottom:4px}.cartBodyItemContentInfoGiftItem p:last-of-type{margin-bottom:0}.cartBodyItemContentTotal{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%}.cartBodyItemContentTotalSelector{border-radius:100px;border:1px solid var(--grey-300);background:#fff;display:grid;grid-template-columns:32px 26px 32px;gap:9px;padding:10px 16px;align-items:center}.cartBodyItemContentTotalSelectorDisplay{font-size:14px;line-height:22px;letter-spacing:.2px;width:100%;text-align:center;cursor:pointer}.cartBodyItemContentTotalSelectorLess,.cartBodyItemContentTotalSelectorMore{position:relative;cursor:pointer}.cartBodyItemContentTotalSelectorLess:before,.cartBodyItemContentTotalSelectorMore:before{content:"";width:16px;height:16px;position:absolute;top:50%;left:50%;translate:-50% -50%}.cartBodyItemContentTotalSelectorLess:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2.5 8H13.5' stroke='%233E454D' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.cartBodyItemContentTotalSelectorMore:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2.5 8H13.5' stroke='%233E454D' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 2.5V13.5' stroke='%233E454D' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.cartBodyItemContentTotalPriceCompare{display:none}.cartBodyItemContentTotalPriceActual{color:var(--grey-900);line-height:24px;letter-spacing:.4px}.cartBodyItemContentTotalDelete{width:20px;cursor:pointer}#cartAside{max-width:344px}#cartAsideTop{padding:24px;border:1px solid var(--grey-300);margin-bottom:16px}#cartAsideQualify{text-align:center;font-size:14px;line-height:22px;letter-spacing:.2px;margin-bottom:12px}#cartAsideBar{height:6px;display:block;width:100%;background-color:var(--grey-200);margin-bottom:16px}#cartAsideBarComplete{background-color:var(--brand-navy);height:6px;width:0;transition:width ease .3s}#cartAsideSubtotal{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}#cartAsideSubtotalTitle,#cartAsideSubtotalPrice{color:var(--grey-900);font-weight:500;line-height:24px;letter-spacing:.4px}#cartAsideNotice{font-size:14px;font-style:italic;line-height:22px;letter-spacing:.2px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--grey-200)}#cartAsideBnpl{color:var(--grey-900);font-size:14px;line-height:22px;letter-spacing:.2px;margin-bottom:16px;padding-left:28px;position:relative;cursor:pointer}#cartAsideBnpl:before{content:"";position:absolute;left:0;top:50%;translate:0 -50%;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13 3.5H3C2.44772 3.5 2 3.94772 2 4.5V11.5C2 12.0523 2.44772 12.5 3 12.5H13C13.5523 12.5 14 12.0523 14 11.5V4.5C14 3.94772 13.5523 3.5 13 3.5Z' stroke='%23001731' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 7.50001H5.55C5.66515 7.49937 5.7769 7.539 5.86592 7.61205C5.95495 7.68509 6.01564 7.78695 6.0375 7.90001C6.13298 8.34971 6.38001 8.75297 6.73726 9.04233C7.0945 9.33168 7.54028 9.48957 8 9.48957C8.45972 9.48957 8.9055 9.33168 9.26274 9.04233C9.61999 8.75297 9.86702 8.34971 9.9625 7.90001C9.98436 7.78695 10.0451 7.68509 10.1341 7.61205C10.2231 7.539 10.3348 7.49937 10.45 7.50001H14' stroke='%23001731' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 5.5H14' stroke='%23001731' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}#cartAsideCheckout{max-width:unset;margin-bottom:16px}#cartAsideContinue{max-width:unset}#cartAsideBottom{background-color:var(--grey-100);padding:24px 16px;display:flex;align-items:center;justify-content:space-between;gap:10px;max-width:344px}.cartAsideItem{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.cartAsideItemImage{width:32px}.cartAsideItemText{font-size:14px;line-height:22px;letter-spacing:.2px}@media(max-width:1000px){#cart{padding:24px 16px 32px;border-bottom:none}#cartEmpty{padding:8px 0 40px;border-bottom:1px solid var(--grey-300)}#cartEmptyText{padding:0 40px}#cartBody{grid-template-columns:1fr;gap:0;align-items:center}#cartBodyTitle{font-size:20px;font-weight:500;line-height:28px;margin-bottom:24px}.cartBodyItem{padding:24px 0;grid-template-columns:100px 1fr;column-gap:20px;position:relative}.cartBodyItemImage{max-width:100px}.cartBodyItemContent{flex-direction:column;justify-content:center;align-items:unset;gap:16px}.cartBodyItemContentInfoTitle{font-size:14px;line-height:22px;letter-spacing:.2px;margin-bottom:8px;max-width:240px}.cartBodyItemContentInfoPrice{display:none}.cartBodyItemContentTotalPrice{color:var(--grey-900);line-height:24px;letter-spacing:.4px}.cartBodyItemContentTotalPrice{display:flex;flex-direction:column}.cartBodyItemContentTotalPriceCompare{display:block;color:var(--grey-500);font-size:14px;line-height:22px;letter-spacing:.2px;text-decoration:line-through}.cartBodyItemContentTotalPriceActual{font-size:14px;line-height:22px;letter-spacing:.2px}.cartBodyItemContentTotalDelete{width:14px;position:absolute;top:28px;right:0}#cartAside{max-width:400px;width:100%;margin:0 auto}#cartAsideBottom{max-width:unset}}
/*# sourceMappingURL=/cdn/shop/t/80/assets/main-cart.css.map */
