.cart-preview-component{display:none;height:0;position:absolute;width:0;z-index:2000}.cart-preview-component>.cart-popup-background{background-color:rgba(1,31,58,.8);height:100%;left:0;position:fixed;top:0;transition:background-color .25s ease;width:100%}.cart-preview-component>.cart-popup-window{align-items:flex-start;background-color:var(--arka-grey-bg);display:flex;flex-direction:column;height:100%;justify-content:flex-start;overflow:hidden;position:fixed;right:-420px;top:0;transition:all .25s ease;width:420px}@media screen and (max-width:768px){.cart-preview-component>.cart-popup-window{right:-100%;width:100%}}.cart-preview-component>.cart-popup-window>.cart-popup-navigator{align-items:center;background-color:var(--arka-white);display:flex;justify-content:space-between;max-height:61px;min-height:61px;width:100%}.cart-preview-component>.cart-popup-window>.cart-popup-navigator>.nav{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:flex;justify-content:flex-start}.cart-preview-component>.cart-popup-window>.cart-popup-navigator>.nav>.icon{color:var(--arka-blue-background);margin-left:24px;margin-right:8px;transform:rotate(90deg);width:16px}.cart-preview-component>.cart-popup-window>.cart-popup-navigator>.nav>.link{color:var(--arka-blue-background);font-family:var(--font-euclid-flex);font-size:14px;font-style:normal;font-weight:700;letter-spacing:.14em;line-height:18px}.cart-preview-component>.cart-popup-window>.cart-popup-navigator>.cart-icon-with-counter{color:var(--arka-blue-text);height:24px;margin-left:16px;margin-right:24px;min-width:24px;position:relative}.cart-preview-component>.cart-popup-window>.cart-popup-navigator>.cart-icon-with-counter>.counter{align-items:center;background-color:var(--arka-blue-text);border-radius:12px;color:var(--arka-white);display:flex;font-size:14px;font-style:normal;font-weight:700;justify-content:center;line-height:17px;min-height:24px;min-width:24px;padding:2px 4px;position:absolute;right:-12px;top:-12px}.cart-preview-component>.cart-popup-window>.cart-popup-navigator>.cart-icon-with-counter>.counter.background-white{background-color:var(--arka-white);color:var(--arka-blue-text)}.cart-preview-component>.cart-popup-window>.cart-popup-navigator>.cart-icon-with-counter>.icon{height:24px}.cart-preview-component>.cart-popup-window>.cart-popup-list{overflow-y:scroll;padding-left:24px;padding-right:24px;width:100%}@media screen and (max-width:768px){.cart-preview-component>.cart-popup-window>.cart-popup-list{padding-left:0;padding-right:0}}.cart-preview-component>.cart-popup-window>.cart-popup-list::-webkit-scrollbar{display:none}.cart-preview-component>.cart-popup-window>.cart-popup-list>.title{color:var(--arka-blue-text);font-family:var(--font-euclid-flex);font-size:32px;font-style:normal;font-weight:500;line-height:41px;margin-bottom:16px;margin-top:46px}@media screen and (max-width:768px){.cart-preview-component>.cart-popup-window>.cart-popup-list>.title{margin-left:24px;margin-right:24px}}.cart-preview-component>.cart-popup-window>.cart-popup-list .cart-popup-list-item{align-items:flex-start;background-color:var(--arka-white);display:flex;justify-content:space-between;margin-top:2px;padding:24px;width:100%}.cart-preview-component>.cart-popup-window>.cart-popup-list .cart-popup-list-item.total{padding-bottom:12px;padding-left:78px;padding-top:12px}.cart-preview-component>.cart-popup-window>.cart-popup-list .cart-popup-list-item>.image{height:auto;width:54px}.cart-preview-component>.cart-popup-window>.cart-popup-list .cart-popup-list-item>.content{align-items:flex-start;display:flex;flex:1;flex-direction:column;justify-content:flex-start;margin-left:28px}.cart-preview-component>.cart-popup-window>.cart-popup-list .cart-popup-list-item>.content .custom-link,.cart-preview-component>.cart-popup-window>.cart-popup-list .cart-popup-list-item>.content>.other,.cart-preview-component>.cart-popup-window>.cart-popup-list .cart-popup-list-item>.content>.title{font-family:var(--font-euclid-flex);font-size:15px;font-style:normal;font-weight:500;line-height:24px}.cart-preview-component>.cart-popup-window>.cart-popup-list .cart-popup-list-item>.content>.title{color:var(--arka-blue-text);font-weight:700;letter-spacing:.04em;line-height:19px}.cart-preview-component>.cart-popup-window>.cart-popup-list .cart-popup-list-item>.content>.other{color:var(--arka-grey-text)}.cart-preview-component>.cart-popup-window>.cart-popup-list .cart-popup-list-item>.content .custom-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;color:var(--arka-blue-background);cursor:pointer;-webkit-text-decoration-line:underline;text-decoration-line:underline}.cart-preview-component>.cart-popup-window>.cart-popup-list .cart-popup-list-item>.total-price{color:var(--arka-blue-text);font-family:var(--font-euclid-flex);font-size:15px;font-style:normal;font-weight:700;letter-spacing:.04em;line-height:19px;text-align:right}.cart-preview-component>.cart-popup-window>.cart-popup-list>.note{display:flex;justify-content:center;margin-top:16px;width:100%}.cart-preview-component>.cart-popup-window>.cart-popup-list>.note>.note-text{color:var(--arka-grey-title);font-family:var(--font-euclid-flex);font-size:13px;font-style:normal;font-weight:500;line-height:24px}.cart-preview-component>.cart-popup-window>.cart-popup-list>.buttons{align-items:center;display:flex;margin-bottom:100px;margin-top:16px}@media screen and (max-width:768px){.cart-preview-component>.cart-popup-window>.cart-popup-list>.buttons{align-items:stretch;flex-direction:column}}.cart-preview-component>.cart-popup-window>.cart-popup-list>.buttons .button-view-cart{flex:0.4;margin-right:12px}@media screen and (max-width:768px){.cart-preview-component>.cart-popup-window>.cart-popup-list>.buttons .button-view-cart{margin-bottom:12px;margin-left:24px;margin-right:24px}}.cart-preview-component>.cart-popup-window>.cart-popup-list>.buttons .button-checkout{flex:0.6}@media screen and (max-width:768px){.cart-preview-component>.cart-popup-window>.cart-popup-list>.buttons .button-checkout{margin-left:24px;margin-right:24px}}.cart-preview-component.active{display:flex;height:100%;width:100%}.cart-preview-component.active>.cart-popup-window{right:0}@media screen and (max-width:768px){.cart-preview-component.active>.cart-popup-window{width:100%}}
