.cart-summary{&[data-v-f17b9cef]{width:100%;color:var(--mainBlack);background-color:var(--cream);border-radius:1rem;padding:1rem 1.5rem;position:sticky;top:2rem}@media(min-width:1024px){&[data-v-f17b9cef]{top:5rem;width:30%;height:fit-content}}@media(min-width:1440px){&[data-v-f17b9cef]{min-height:371px;max-height:371px}}.cart-summary-title[data-v-f17b9cef]{font-size:1.5rem;color:var(--mainBlack);@media(min-width:768px){font-size:1.8rem}@media(min-width:2000px){font-size:2rem}}.summary-line{&[data-v-f17b9cef]{display:flex;width:100%;justify-content:space-between;align-items:center}span[data-v-f17b9cef]{font-size:1.25rem;font-weight:400;color:var(--secondBlack);@media(min-width:768px){font-size:1.5rem}@media(min-width:2000px){font-size:1.75rem}}& span[data-v-f17b9cef]:last-child{font-weight:700;color:var(--mainBlack);position:relative;@media(min-width:2000px){right:3px}}}.hr[data-v-f17b9cef]{border:1px solid rgba(53,51,51,.1);margin-block:1rem}.delivery-text-container{&[data-v-f17b9cef]{display:flex;width:100%;flex-direction:column;gap:1.5rem;align-items:center}@media(min-width:1024px){&[data-v-f17b9cef]{gap:1rem}}@media(min-width:1440px){&[data-v-f17b9cef]{gap:1.5rem}}.info-container{&[data-v-f17b9cef]{display:flex;width:100%;flex-direction:column;color:var(--secondBlack)}span[data-v-f17b9cef]{font-size:1rem;width:100%;min-width:100%;text-wrap:pretty;@media(min-width:1440px){text-wrap:wrap;font-size:1.125rem}@media(min-width:2000px){font-size:1.25rem}}}.go-to-cart[data-v-f17b9cef]{display:none}}.subtotal-amount[data-v-f17b9cef]{position:relative;display:inline-block;width:60px;height:1.5rem;text-align:right;font-size:1.5rem;font-weight:700;line-height:1.5rem}.buy-button-container[data-v-f17b9cef]{display:flex;position:relative;@media(min-width:1024px){margin-block-start:1rem}@media(min-width:1600px){margin-block-start:1.25rem}}.shimmer-layer[data-v-f17b9cef]{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2rem;background:linear-gradient(90deg,var(--cream),#d2d2d2,var(--cream));background-size:200% 100%;background-position:-100% 0;animation:shimmer-f17b9cef 1.2s infinite;opacity:0;transition:opacity .3s ease}.price-value[data-v-f17b9cef]{display:inline-block;opacity:0;transition:opacity .3s ease}.visible[data-v-f17b9cef]{opacity:1}}@keyframes shimmer-f17b9cef{to{background-position:100% 0}}.aside-cart .cart-summary{&[data-v-f17b9cef]{display:flex;flex-direction:column;width:100%;min-height:fit-content}@media(min-width:1024px){&[data-v-f17b9cef]{min-height:45vh}}@media(min-width:1280px){&[data-v-f17b9cef]{min-height:35vh}}@media(min-width:1600px){&[data-v-f17b9cef]{min-height:30vh}}.cart-summary-title[data-v-f17b9cef],.hr[data-v-f17b9cef],.info-container[data-v-f17b9cef]{display:none}.delivery-text-container{&[data-v-f17b9cef]{margin-block-start:.25rem}#goToCart[data-v-f17b9cef]{display:none;color:var(--mainBlack);font-weight:500;position:relative;bottom:1rem;text-decoration:none;@media(min-width:1280px){display:inline-block;&[data-v-f17b9cef]:after,&[data-v-f17b9cef]:before{content:"";position:absolute;left:0;bottom:2px;width:100%;height:2px;background-color:var(--mainBlack)}&[data-v-f17b9cef]:after{transform:scaleX(1);transform-origin:right;transition:transform .3s ease-out}&[data-v-f17b9cef]:before{transform:scaleX(0);transform-origin:left;transition:transform .3s ease-out}&[data-v-f17b9cef]:hover:after{transform:scaleX(0);transition-delay:0s}&[data-v-f17b9cef]:hover:before{transform:scaleX(1);transition-delay:.3s}&[data-v-f17b9cef]:not(:hover):before{transform:scaleX(0);transition-delay:0s}&[data-v-f17b9cef]:not(:hover):after{transform:scaleX(1);transition-delay:.3s}}@media(min-width:2000px){font-size:1.5rem;margin-block-start:1rem}}}}.buttons-container[data-v-0e111981]{display:flex;align-items:center;gap:1rem;background-color:var(--cream);padding:.5rem;border-radius:2rem;@media(min-width:768px){gap:2rem}}button[data-v-0e111981]{cursor:pointer}input[data-v-0e111981]{font-size:1.25rem;color:var(--mainBlack);background-color:unset;border:unset;text-align:center;width:2rem;height:2rem;border-radius:4px;@media(min-width:2000px){font-size:1.75rem;width:2.5rem;height:2.5rem}}input[data-v-0e111981]::-webkit-outer-spin-button,input[data-v-0e111981]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number][data-v-0e111981]{-moz-appearance:textfield;border:2px solid transparent;transition:border-color .3s ease,box-shadow .3s ease}input[type=number][data-v-0e111981]:focus{outline:none;border:2px solid var(--mainButton)}.button-wrapper[data-v-0e111981]{position:relative;display:inline-flex;width:2.5rem;height:2.5rem;justify-content:center;align-items:center}.btn-shadow[data-v-0e111981]{position:absolute;inset:0;border-radius:50%;background-color:var(--mainBlack);opacity:0;filter:blur(5px);transition:transform .4s cubic-bezier(.35,1.5,.6,1),opacity .3s ease;z-index:0;pointer-events:none}.animated-button[data-v-0e111981]{position:relative;z-index:1;width:2.5rem;height:2.5rem;border-radius:50%;border:none;background-color:var(--cream);color:var(--mainBlack);font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;user-select:none;transition:transform .4s cubic-bezier(.35,1.5,.6,1);overflow:hidden;@media(min-width:2000px){font-size:2rem}}@media(min-width:1024px){.button-wrapper:hover .btn-shadow[data-v-0e111981]{transform:translateY(.25rem);opacity:.2}.button-wrapper:hover .animated-button[data-v-0e111981]{transform:translateY(-.15rem)}.animated-button:hover .line[data-v-0e111981]:first-child{transform:translateY(-120%)}.animated-button:hover .line[data-v-0e111981]:last-child{transform:translateY(-100%)}}.btn-content[data-v-0e111981]{display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.hover-text[data-v-0e111981]{position:relative;height:1em;line-height:1em;overflow:hidden;user-select:none}.line[data-v-0e111981]{display:block;transition:transform .3s ease}.button-wrapper[data-v-f67fe23f]{position:relative;display:inline-block;width:100%;text-align:center}.btn-shadow[data-v-f67fe23f]{position:absolute;inset:0;border-radius:2rem;background-color:var(--mainBlack);opacity:.2;z-index:0;transition:transform .4s cubic-bezier(.35,1.5,.6,1),opacity .3s ease}.button-wrapper:hover .btn-shadow[data-v-f67fe23f]{transform:translateY(.2rem);opacity:.3}.animated-button[data-v-f67fe23f]{align-items:center;background-color:transparent;border:2px solid var(--cream);border-radius:2rem;color:var(--cream);cursor:pointer;display:none;font-size:1rem;font-weight:300;justify-content:center;overflow:hidden;padding:.35rem .75rem;position:relative;text-align:center;transition:transform .4s cubic-bezier(.35,1.5,.6,1);user-select:none;width:100%;z-index:1;@media(min-width:2000px){font-size:1.25rem}}.button-wrapper:hover .animated-button[data-v-f67fe23f]{transform:translateY(-.1rem) rotate(.001deg)}.btn-content[data-v-f67fe23f]{display:flex;align-items:center;justify-content:center}.hover-text[data-v-f67fe23f]{position:relative;display:inline-block;height:1.5em;line-height:1.5em;overflow:hidden}.line[data-v-f67fe23f]{display:block;transition:transform .3s ease}.animated-button:hover .line[data-v-f67fe23f]:first-child{transform:translateY(-120%)}.animated-button:hover .line[data-v-f67fe23f]:last-child{transform:translateY(-100%)}.product-cart-content-info .button-wrapper{&[data-v-f67fe23f]{width:fit-content;margin-block-start:.75rem}.animated-button[data-v-f67fe23f]{display:flex}}.aside-cart .animated-button[data-v-f67fe23f]{display:flex}.aside-cart .product-cart-content-info .button-wrapper[data-v-f67fe23f]{display:none}.products-cart-section-container{&[data-v-b2b4e88a]{display:flex;flex-direction:column;width:100%}@media(min-width:1204px){&[data-v-b2b4e88a]{width:70%}}.products-cart-container{&[data-v-b2b4e88a]{background-color:var(--cartProductListBg);border-radius:1rem;width:100%;height:100%;padding:0 1rem;border:3px solid var(--secondBlack);box-shadow:inset 0 -6px 13px 11px #0000004d}@media(min-width:1204px){&[data-v-b2b4e88a]{padding:0 1.5rem;min-height:unset}}@media(min-width:2000px){&[data-v-b2b4e88a]{padding:0 2rem}}.cart-title[data-v-b2b4e88a]{margin-block-start:1.5rem;font-size:1.5rem;@media(min-width:2000px){font-size:2rem}}.product-cart-content{&[data-v-b2b4e88a]{display:flex;flex-direction:column;position:relative;align-items:anchor-center;color:var(--textColor);padding:1.5rem 0;justify-content:space-between;gap:2rem;min-height:203px}@media(min-width:768px){&[data-v-b2b4e88a]{flex-direction:row}}&[data-v-b2b4e88a]:not(:last-child){border-block-end:1px solid rgba(217,217,217,.1)}.left-content-container{&[data-v-b2b4e88a]{display:flex;gap:1rem;align-items:anchor-center;justify-content:space-between;width:100%}@media(min-width:360px){&[data-v-b2b4e88a]{justify-content:space-between}}@media(min-width:768px){&[data-v-b2b4e88a]{gap:1.25rem;justify-content:unset;width:unset}}@media(min-width:2000px){&[data-v-b2b4e88a]{gap:2.5rem}}.product-cart-content-img-container{&[data-v-b2b4e88a]{background-color:var(--blackBackground);border-radius:1rem;width:8rem;height:8rem;aspect-ratio:1 / 1;overflow:hidden;width:40%}@media(min-width:768px){&[data-v-b2b4e88a]{width:unset}}@media(min-width:2000px){&[data-v-b2b4e88a]{width:12rem;height:12rem}}.cart-product-img{&[data-v-b2b4e88a]{width:100%;height:100%;object-fit:cover;object-position:center;image-rendering:-webkit-optimize-contrast;will-change:transform;transition:transform .3s ease-out;box-shadow:inset 0 -9px 26px -5px #000000e6}&[data-v-b2b4e88a]:hover{transform:scale(1.1)}}}.product-cart-content-info{&[data-v-b2b4e88a]{display:flex;flex-direction:column;position:relative;width:60%}@media(min-width:768px){&[data-v-b2b4e88a]{width:unset}}.hover-text-effect[data-v-b2b4e88a]{display:inline-block;overflow:hidden;height:2rem;font-size:1rem;line-height:2.5rem;position:relative;@media(min-width:390px){font-size:1.125rem}@media(min-width:412px){font-size:1.25rem}@media(min-width:768px){font-size:1.5rem}@media(min-width:2000px){font-size:2rem;height:2.5rem}}.text-line[data-v-b2b4e88a]{display:block;transition:transform .3s ease;font-weight:900;color:var(--mainButton);@media(min-width:768px){font-family:var(--headingFont)}}.hover-text-effect:hover .text-line[data-v-b2b4e88a]:first-child{transform:translateY(-120%)}.hover-text-effect:hover .text-line[data-v-b2b4e88a]:last-child{transform:translateY(-100%)}.content-info-container[data-v-b2b4e88a]{display:flex;align-items:center;gap:.25rem;@media(min-width:1440px){font-size:1.125rem}@media(min-width:2000px){font-size:1.25rem}}& span[data-v-b2b4e88a]:first-child,span[data-v-b2b4e88a]:last-child{font-weight:700}& span[data-v-b2b4e88a]:first-child{color:var(--cream)}.cart-content-price[data-v-b2b4e88a]{font-size:1.125rem;color:var(--cream);width:fit-content;font-weight:700;@media(min-width:390px){font-size:1.5rem}@media(min-width:2000px){font-size:1.75rem}}.content-price-container{&[data-v-b2b4e88a]{display:flex;align-items:baseline;gap:1rem;justify-content:space-between;height:fit-content;width:3.25rem;position:relative}@media(min-width:768px){&[data-v-b2b4e88a]{gap:1.25rem;width:fit-content}}.trash-icon-container[data-v-b2b4e88a]{max-height:fit-content;position:relative;bottom:-.25rem;@media(min-width:768px){gap:1.25rem;bottom:0;top:3px}}}}}.right-content-container{&[data-v-b2b4e88a]{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}@media(min-width:768px){&[data-v-b2b4e88a]{width:40%;justify-content:space-between}}.r-content-right-content{&[data-v-b2b4e88a]{display:flex;flex-direction:column;align-items:center;position:relative;font-size:1.5rem;color:var(--cream);height:100%}@media(min-width:2000px){&[data-v-b2b4e88a]{font-size:1.75rem}}.quantity-product-price[data-v-b2b4e88a]{display:flex}}}}}}.aside-cart #quantityProductPrice[data-v-b2b4e88a]{display:none}.skeleton[data-v-b2b4e88a]{background-color:#d2d2d2;animation:shimmer-b2b4e88a 1.2s infinite ease-in-out;background:linear-gradient(90deg,var(--cream),#d2d2d2,var(--cream));background-size:400% 100%}.skeleton-cart-content-info[data-v-b2b4e88a]{@media(min-width:2000px){display:flex;border:2px solid transparent;gap:.75rem}}@keyframes shimmer-b2b4e88a{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-img[data-v-b2b4e88a]{width:8rem;height:8rem;border-radius:1rem;@media(min-width:2000px){width:12rem;height:12rem}}.skeleton-title[data-v-b2b4e88a]{width:12rem;height:2.5rem;margin-bottom:.5rem;border-radius:1rem;@media(min-width:2000px){width:16rem;height:2.5rem}}.skeleton-subtitle[data-v-b2b4e88a]{width:8rem;height:1.2rem;margin-bottom:.3rem;border-radius:1rem;@media(min-width:2000px){height:1.8rem}}.skeleton-subtitle.short[data-v-b2b4e88a]{width:5rem}.skeleton-price[data-v-b2b4e88a]{width:60px;height:1.5rem;border-radius:1rem;@media(min-width:2000px){height:3rem}}.skeleton-quantity-buttons[data-v-b2b4e88a]{width:100px;height:3rem;border-radius:2rem}.fade-enter-active[data-v-b2b4e88a],.fade-leave-active[data-v-b2b4e88a]{transition:opacity .3s ease}.fade-enter-from[data-v-b2b4e88a],.fade-leave-to[data-v-b2b4e88a]{opacity:0}.fade-enter-to[data-v-b2b4e88a],.fade-leave-from[data-v-b2b4e88a]{opacity:1}.product-info-data-header{&[data-v-b2b4e88a]{display:none;justify-content:space-between;width:100%;color:var(--textColor);font-size:1.25rem}@media(min-width:768px){&[data-v-b2b4e88a]{display:flex}}@media(min-width:2000px){&[data-v-b2b4e88a]{font-size:1.5rem}}.product-info-data-header__right-content[data-v-b2b4e88a]{display:flex;justify-content:space-between;width:40%}}.aside-cart .products-cart-section-container{&[data-v-b2b4e88a]{width:100%;height:100%;overflow-y:auto}@media(min-width:1024px){&[data-v-b2b4e88a]{min-height:55vh}}@media(min-width:1280px){&[data-v-b2b4e88a]{min-height:65vh}}@media(min-width:1600px){&[data-v-b2b4e88a]{min-height:70vh}}.cart-title[data-v-b2b4e88a],.product-info-data-header[data-v-b2b4e88a]{display:none}.product-cart-content[data-v-b2b4e88a]{flex-direction:column}.product-cart-content[data-v-b2b4e88a]:last-child{@media(min-width:1024px){margin-block-end:0}}.right-content-container[data-v-b2b4e88a]{flex-direction:row-reverse;align-items:center;min-width:100%;margin-block-end:.75rem}#leftContentContainer[data-v-b2b4e88a]{justify-content:space-between;width:100%}#imgContainer[data-v-b2b4e88a]{width:40%}#productCartContentInfo[data-v-b2b4e88a]{width:60%}#productTitle[data-v-b2b4e88a]{font-size:1.125rem;@media(min-width:1024px){font-size:1.25rem}@media(min-width:2000px){font-size:1.5rem}}}.aside-cart #contentInfoContainer[data-v-b2b4e88a]{flex-direction:column;align-items:flex-start;gap:.25rem;@media(min-width:360px){flex-direction:row;align-items:center}}.overlay[data-v-5129dd1a]{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fffbf380;display:flex;justify-content:center;align-items:center;z-index:99}.spinner[data-v-5129dd1a]{border:4px solid var(--secondBlack);border-left-color:var(--mainButton);border-radius:50%;width:40px;height:40px;animation:spin-5129dd1a 1s linear infinite}@keyframes spin-5129dd1a{to{transform:rotate(360deg)}}.cart-container[data-v-f84afe84]{width:100%;padding-inline:.75rem;margin-block-end:.75rem}.cart-content[data-v-f84afe84]{display:flex;flex-direction:column;gap:.75rem}@media(min-width:1024px){.cart-content[data-v-f84afe84]{flex-direction:row;width:100%}}.aside-cart .cart-container[data-v-f84afe84]{padding-inline:0}.aside-cart .cart-content{&[data-v-f84afe84]{flex-direction:column-reverse;max-height:100dvh;justify-content:space-between;align-items:center;padding-block-end:5rem;position:relative}&[data-v-f84afe84]:before{content:"";height:7px;width:100vw;position:absolute;z-index:20;bottom:4.45rem;box-shadow:0 -3px 6px #000000b3;background-color:#13131320;opacity:var(--before-opacity, 1);pointer-events:none;transition:opacity .3s ease-out;@media(min-width:1024px){display:none;opacity:0}}@media(min-width:1024px){&[data-v-f84afe84]{flex-direction:column}}}.cart-empty[data-v-f84afe84]{opacity:0;animation:fadeInCartEmpty-f84afe84 .8s ease-out forwards;animation-delay:.3s;padding:0 .75rem}.cart-summary-placeholder{&[data-v-f84afe84]{position:relative;width:100%;z-index:12}.aside-cart-bottom-placeholder{&[data-v-f84afe84]{position:absolute;width:100vw;bottom:-15px;left:-5px;height:1px;transition:opacity .3s ease-out;opacity:0;height:.25rem;background-color:var(--mainBlack);box-shadow:inset 0 -6px 6px -1px #000000e6;mask:linear-gradient(#000 calc(100% - 5px),#0000);backdrop-filter:blur(3px);pointer-events:none}&.mask[data-v-f84afe84]{opacity:1}@media(min-width:1024px){&[data-v-f84afe84]{height:1px;left:-20px;bottom:6px;box-shadow:inset 1;box-shadow:0 -5px 2px #000000e6;background-color:#13131320;mask:unset;backdrop-filter:unset}}}}@keyframes fadeInCartEmpty-f84afe84{0%{opacity:0}to{opacity:1}}
