body.cart-page{overflow:visible}footer{display:block}.cart-section{max-width:1280px;margin:auto}.cart-heading-wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.cart-contents{padding-right:30px}.cart-form-outer{border-radius:var(--cardRadius);margin-bottom:30px}.cart-details-header{padding:20px 0;display:grid;grid-template-columns:1fr .5fr .5fr .5fr .3fr;margin-bottom:35px;border-bottom:1px solid var(--borderColor)}.cart-header-item{padding:0 30px;color:var(--headingColor);font-size:var(--mediumText);text-align:center}.cart-details-item{display:grid;grid-template-columns:1fr .5fr .5fr .5fr .3fr;padding-bottom:30px;align-items:center}.cart-item-media-wrapper{display:flex;align-items:center}.cart-item-media{width:257px;min-width:257px;overflow:hidden;border-radius:var(--productRadius);background:var(--background);position:relative;display:block;box-shadow:0 0 2px #0000004d}.cart-item-media a{padding:20px;background:#fffdfa}.cart-item-details{width:calc(100% - 115px);position:relative;padding-left:25px}.cart-item-details.cart-details-main{display:flex;flex-direction:row;align-items:flex-start}.cart-item-details-left{padding-right:10px}.cart-item-details-right{margin-left:auto}.cart-item-details-right .btn-remove{margin-top:10px}.cart-details-item>div{padding:0 30px}.item-varient-title{margin-bottom:5px}.item-varient-title li{margin-bottom:1px}.item-varient-title li span{font-size:var(--smallText)}.product-discount{padding-top:5px}.product-discount svg{width:8px;height:8px}.cart-form-wrapper .product-quantity-inner{background:var(--background);margin:auto}.cart-checkout-wrapper{background:var(--highlightBackground);border-radius:var(--cardRadius)}.cart-checkout-header{border-bottom:1px solid var(--borderColor)}.cart-checkout-header,.cart-checkout-inner{padding:20px 30px}.instruction-note{padding-bottom:20px}.instruction-note textarea{border-radius:10px}button#cartUpdate{margin-bottom:10px}.cart-gift-card{padding-bottom:15px}.cart-gift-card:empty{display:none}.cart-gift-card a{text-decoration:underline;color:var(--textColor)}.cart-checkout-container{margin-top:10px}.cart-payment-icon{padding-top:20px}.cart-payment-icon .list-payment{justify-content:center}.shipping-calculator{background:var(--alternateBackground);border-radius:var(--cardRadius);overflow:hidden}.shipping-calculator summary{font-size:var(--largeText);color:var(--headingColor);font-weight:var(--headingFontWeight);display:flex;align-items:center;justify-content:space-between;padding:20px 30px}.shipping-icon{width:26px;height:26px;border:1px solid var(--textColor);display:flex;align-items:center;justify-content:center;border-radius:50px}.shipping-calculator-content{display:grid;grid-template-columns:.7fr .7fr .5fr .4fr;column-gap:14px;align-items:flex-end;padding:30px 30px 20px;border-top:1px solid var(--borderColor)}.cart-item-remove.mobile-item-remove{display:none}.cart-item-remove.mobile-item-remove .cart-remove-link{margin:0}.mobile-cart-item-prices,.mobile-cart-item-quantity,.mobile-remove-btn{display:none}.cart-checkout-inner .free-shipping{margin-bottom:27px}.cart-checkout-head{margin-bottom:20px}.free-shipping p{margin-bottom:10px;text-align:center}.free-shipping .progress{background:#ddd;justify-content:flex-start;border-radius:20px;align-items:center;position:relative;display:flex;height:5px;width:100%}.free-shipping .progress-value{animation:load 3s normal forwards;border-radius:20px;background:#e9dbff;height:100%;width:var(--progressBarWidth);transition:width .8s ease;transition-delay:.5s;background-size:10px}.progress-value.active{animation:none!important}.cart-policy-text{padding-top:5px}.cart-drawer-content-header,.cart-drawer-content-body,.cart-drawer-content-footer{padding:20px}.cart-drawer-content-main{height:100%}.cart-drawer-content{display:grid;grid-template-rows:auto 1fr auto;height:100%;overflow:hidden;border-radius:0 var(--cardRadius) var(--cardRadius) 0;background:var(--background)}.cart-drawer.no-recommendation .cart-drawer-content{border-radius:var(--cardRadius)}.cart-drawer-content-header{position:sticky;top:0;left:0;background:var(--background)}.cart-drawer-heading{display:flex;align-items:center;padding-bottom:20px}.cart-drawer-heading span{font-size:var(--mediumText);margin-left:10px;display:flex;align-items:center;column-gap:3px}.cart-drawer-content-body{overflow-y:auto;padding-top:0!important;padding-bottom:0!important}.cart-item{display:flex;align-items:flex-start;justify-content:flex-start;margin-bottom:30px;padding-top:2px}.cart-item:last-child{margin-bottom:10px}.cart-item-quantity-price{display:flex;flex-wrap:wrap;align-items:center;column-gap:23px;row-gap:10px}.cart-item-quantity-price .product-price,.cart-details-item .product-price{margin:0;justify-content:center}.btn-remove{margin-left:auto;min-width:30px;display:flex;align-items:center;color:var(--textColor);justify-content:center}.btn-remove svg{display:block;width:14px}.remove-text{display:none}.cart-remove-link{display:flex;align-items:center;justify-content:flex-end;width:44px;height:44px;margin-left:auto;margin-right:auto;color:var(--textColor)}@keyframes load{0%{width:0}to{width:var(--progressBarWidth)}}.leave-order-note{border-bottom:1px dashed var(--borderColor)}.order-note-head{display:flex;align-items:center;justify-content:flex-start;gap:5px;padding:20px 0}.order-note-icon{position:relative;width:12px;display:flex;color:var(--textColor);align-items:center;justify-content:center}.leave-order-note[open] .order-note-icon:after{opacity:0}.order-note-content{padding-bottom:20px}.order-note-content textarea{border-radius:6px}.cart-summary-item{display:flex;align-items:center;justify-content:space-between}.cart-summary-item *{color:var(--headingColor)}.cart-summary-item+.cart-summary-item{margin-top:10px}.cart-drawer-content-footer-info{background:var(--alternateBackground);padding:0 20px;border-radius:var(--cardRadius)}.cart-drawer-content-footer-detail{padding:20px 0}.cart-btn-container{padding-top:20px;display:flex;flex-direction:column;justify-content:center}.cart-btn-box{display:grid;grid-template-columns:1fr 1fr;gap:10px}.checkout-btn svg{margin-right:10px}.cart-drawer-content-body .empty-card-box{height:100%}.cart-recommandation-popup{position:absolute;z-index:-1;top:0;width:100%;max-width:320px;min-width:320px;height:100%;right:100%;transform:translate(100%);transition:.5s;overflow:hidden}.cart-recommandation-popup.active{transform:translate(0)}.cart-recommandation-popup-inner{background:var(--alternateBackground);border-radius:var(--cardRadius) 0 0 var(--cardRadius);padding:30px;width:100%;height:100%;overflow:auto}.cart-drawer .side-drawer-inner{overflow:visible;background:transparent;border-radius:0}.cart-recommandation-product-item .product-card{display:flex;flex-wrap:wrap;align-items:center;background:var(--background);padding:10px;border-radius:var(--cardRadius);margin-bottom:16px;box-shadow:0 12px 10px #00000014}.cart-recommandation-product-item:hover .product-card{box-shadow:none}.cart-recommandation-product-item .product-card .trending-product-img{max-width:70px;flex:0 0 70px;border-radius:var(--cardRadius);overflow:hidden}.cart-recommandation-product-item .product-card .trending-product-detail{width:calc(100% - 70px);padding-left:15px}.cart-recommandation-product-item .product-card .trending-product-detail .product-title,.cart-recommandation-product-item .product-card .product-price span{font-size:var(--smallText)}.cart-recommandation-product-item-info .product-reviews-badge{margin-bottom:5px}.cart-recommandation-product-item-info .product-price{margin-bottom:0}.cart-recommandation-product-item-info .product-price span{font-size:var(--smallText)}.cart-offer-banner-item{border:2px solid var(--borderColor);border-radius:var(--cardRadius);overflow:hidden;width:100%}.offer-banner-img-info{text-align:center;padding:10px}.cart-offer-subheading{margin-bottom:5px}.cart-offer-banner{margin-top:20px}.cart-offer-banner-inner .flickity-page-dots{display:block!important}.cart__discount svg{width:8px;height:auto}.cart-wrapper .instruction-note-text{display:flex;align-items:center;gap:5px;margin-bottom:15px}.cart-drawer-instruction-note-text{display:flex;align-items:center;gap:5px;margin:0}.instruction-note-text svg,.cart-drawer-instruction-note-text svg{width:16px;height:auto}.cart-summary-item.discount-price{padding:0 0 5px}.cart-header-item.cart-header-name{text-align:left}@media screen and (min-width:868px){.cart-drawer-content-header,.cart-drawer-content-body,.cart-drawer-content-footer{padding:20px 30px}}@media screen and (min-width:1200px){.cart-drawer-content-header,.cart-drawer-content-body,.cart-drawer-content-footer{padding:25px 40px}.cart-item-details-left .product-price span,.cart-item-prices.product-price span,.cart-item-totals .product-price span{font-size:var(--mediumText)}}@media screen and (min-width:1441px){.cart-item-details-left .product-title,.cart-item-details .product-title{font-size:var(--largeText)}}@media screen and (max-width:1440px){.cart-contents{padding-right:20px}.cart-form-outer{margin-bottom:20px}.cart-item-media{width:80px;min-width:80px}.cart-item-details{width:calc(100% - 80px);padding-left:15px}.cart-details-header,.cart-details-item{grid-template-columns:1fr .5fr .5fr .5fr .4fr}.cart-details-item>div,.cart-header-item{padding:0 20px}.cart-checkout-header,.cart-checkout-inner{padding:20px}}@media screen and (max-width:1199px){.cart-contents{padding:0}.cart-header-item{font-size:var(--text)}.shipping-calculator{margin-bottom:20px}}@media screen and (max-width:867px){.cart-header-item.cart-header-price,.desktop-cart-item-prices,.cart-header-item.cart-header-remove,.desktop-item-remove{display:none}.mobile-cart-item-prices,.cart-item-remove.mobile-item-remove{display:block}.cart-item-quantity-wrapper{flex-wrap:wrap;align-content:flex-start}.cart-item-quantity-inner{margin-bottom:10px}.cart-details-header,.cart-details-item{grid-template-columns:1fr .5fr .5fr}.cart-contents .form-cart{padding-right:0}.section-heading-wrapper{margin-bottom:20px}.cart-recommandation-popup{display:none}.cart-drawer-content{border-radius:var(--cardRadius)}.shipping-calculator-content{grid-template-columns:.5fr .5fr .5fr}}@media screen and (max-width:867px){.mobile-cart-item-quantity{display:block;margin:12px 0 0}.cart-form-wrapper .product-quantity-inner{margin:0}.desktop-cart-item-quantity,.cart-header-item.cart-header-quantity{display:none}.mobile-remove-btn{display:block;margin:0}.cart-details-header{grid-template-columns:1fr auto;padding:15px 0}.cart-details-item{grid-template-columns:1fr .5fr;align-items:flex-start}.cart-item-totals{text-align:right}.cart-item-media{width:60px;min-width:60px}.cart-item-details{width:calc(100% - 60px);padding-left:15px}.shipping-calculator-content{grid-template-columns:1fr;column-gap:0;row-gap:12px}.cart-item-totals .product-price{justify-content:flex-end}.btn-remove{margin-left:0;width:auto;height:auto}.remove-text{display:inline-block}.btn-remove svg{display:none}.cart-btn-container{padding-top:15px}.cart-remove-link{margin-left:auto;margin-right:0}}.breadcrumb-section{max-width:1280px;margin:auto}.breadcrumb-section .container{display:flex;justify-content:space-between}.breadcrumb-section .cart-breadcrumb a{display:flex;align-items:center;color:var(--textColor);text-decoration:none}.cart-wrapper{max-width:1280px;margin:auto}.sp-cart-item{display:flex;margin-bottom:40px;flex-direction:column}.sp-cart-item-wrapper{display:flex;width:100%}.sp-cart-item-details{display:flex;flex-direction:column;width:100%;padding:0 30px}.cart-item-dline{display:flex;width:100%;justify-content:space-between;line-height:2.5;min-height:32px}.sp-ci-header-dt{border-bottom:1px solid var(--borderColor);justify-content:flex-start;line-height:3;position:relative}.cart-item-remove.text-right.desktop-item-remove{position:absolute;right:0}.sp-ci-header-dt .product-price{align-items:flex-end;margin:0 0 6px 12px}.cart-item-dline-bg .product-price{margin:0}.cart-item-dline-bg span{line-height:2.5}.accordion-blocks{border-bottom:2px solid #EDE7E3;margin-bottom:20px}.accordion-heading{position:relative;padding:15px 0}.accordion-body{padding-bottom:15px}.accordion-icon2{position:absolute;width:8px;right:5px;top:50%;transform:translateY(-50%);transition:all .4s ease}details[open] .accordion-icon2{transform:rotate(180deg)}.accordion-icon2:after,.accordion-icon2:before{content:"";width:10px;height:1.5px;background-color:var(--textColor);position:absolute}.accordion-icon2:after{top:0;left:-3px;transform:rotate(45deg)}.accordion-icon2:before{top:0;left:3px;transform:rotate(-45deg)}form#discount-form{position:relative}form#discount-form input{padding:10px;line-height:1;min-height:40px;outline:none}form#discount-form input:focus{border:1px solid var(--textColor);box-shadow:0 0 0 2px #0000001a}form#discount-form input::placeholder{font-size:12px}form#discount-form button{position:absolute;top:0;right:0;min-width:90px;min-height:100%}.cart-title-box{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.coupon-pill{height:42px;width:100%;display:inline-flex;align-items:center;background-color:#ecf8d5;padding:6px 12px;position:relative}.coupon-pill .coupon-code-text{color:#005b44}.coupon-pill .remove-coupon-btn{cursor:pointer;background:#fffdfa;border:none;height:42px;width:42px;position:absolute;right:0}.coupon-pill .remove-coupon-btn:after,.coupon-pill .remove-coupon-btn:before{content:"";width:20px;height:1.5px;background-color:var(--textColor);position:absolute;top:50%;left:50%}.coupon-pill .remove-coupon-btn:after{transform:translate(-50%,-50%) rotate(45deg)}.coupon-pill .remove-coupon-btn:before{transform:translate(-50%,-50%) rotate(-45deg)}.coupon-pill .remove-coupon-btn:hover{color:#b00}.coupon-field-hidden,.popup-field-hidden{display:none}#discount-message{margin-bottom:0}.cart-summary-item.discount-price,.cart-summary-item.price-before-discount{display:none}.discount-price-applyed .cart-summary-item{display:flex}.cart-item-coupon .cart-item-dleft{display:none}.cart-item-coupon.cart-item-discounted .cart-item-dleft{display:inline-block}@media screen and (max-width:867px){.sp-cart-item-wrapper .cart-item-coupon{min-height:54px}}.sp-cart-item-media-box{width:250px;height:250px;display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center}.sp-cart-item-frame,.sp-cart-item-collage,.sp-cart-item-caption{position:relative;justify-content:space-around;background:#fff;border:20px solid #a00000;mix-blend-mode:multiply;border-image-source:url(/cdn/shop/files/FRAME_3.png);border-image-slice:112 110;border-radius:.25rem;box-shadow:0 4px 8px #4a201433,0 6px 20px #4a201430;display:block}.sp-cart-item-photo-art{position:relative;justify-content:space-around;background:#fff;border:1px solid #0a0a0a;display:block}.sp-cart-item-frame[data-frame-style*=Maple]{border-image-source:url(https://b10fa1-ba.myshopify.com/cdn/shop/files/Square_Frames_Maple_Texture.png?v=1770270335)}.sp-cart-item-frame[data-frame-style*=White]{border-image-source:url(https://b10fa1-ba.myshopify.com/cdn/shop/files/Square_Frames_White.png?v=1770270335)}.sp-cart-item-frame[data-frame-style*=Black]{border-image-source:url(https://b10fa1-ba.myshopify.com/cdn/shop/files/Square_Frames_Black.png?v=1770270335)}.sp-cart-item-frame[data-frame-style*=Walnut]{border-image-source:url(https://b10fa1-ba.myshopify.com/cdn/shop/files/Square_Frames_Walnut.png?v=1770270335)}.sp-cart-item-frame[data-frame-style*=Oak]{border-image-source:url(https://b10fa1-ba.myshopify.com/cdn/shop/files/Square_Frames_White_Oak.png?v=1770270335)}.cart-item-dline-bg .compare-price{display:none}.sp-cart-item-img-box{width:100%;height:100%}.sp-cart-item:not(.sp-cart-item-gift) .sp-cart-item-img{position:absolute}@media screen and (min-width:868px){.cart-item-dline-bg{background:var(--alternateBackground);height:28px}.cart-item-dline-bg{padding:0 15px}}@media screen and (max-width:867px){.ai-cd-container .swiper-slide{background-color:var(--announcementBarBg)}.sp-cart-item-media-box{width:120px;height:120px;display:flex;align-items:center;justify-content:center;overflow:hidden}.cart-item-dline{min-height:27px;justify-content:flex-start}.sp-cart-item-mobile-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #000000;margin-bottom:14px}.sp-cart-item-mobile-title-box{display:flex}.sp-cart-item-details{padding:0 0 0 30px}.cart-item-dright{margin:0 0 0 6px}.cart-item-dline>div,.cart-item-dline span{font-size:14px;line-height:1.8}.product-price,.product-price span{margin-bottom:0}.cart-remove-link{height:37px}.sp-cart-item-mobile-title{margin-right:8px;font-size:14px;font-weight:600}.sp-cart-item-clg .sp-cart-item-mobile-title{font-size:12px}.cart-breadcrumb.mo a{display:flex;color:var(--textColor);margin:0;align-items:center;font-size:15px}}.sp-cart-item-img-box{position:relative;overflow:hidden}.sp-cart-item-img-box.cimg-loading:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#f2f2f2;background-image:linear-gradient(90deg,#f2f2f2,#e0e0e0,#f2f2f2);background-size:200% 100%;animation:loaderAnim 1.2s infinite;z-index:10}.sp-cart-item-frame-canvas.cimg-loading:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#f2f2f2;background-image:linear-gradient(90deg,#f2f2f2,#e0e0e0,#f2f2f2);background-size:200% 100%;animation:loaderAnim 1.2s infinite;z-index:10}.cframe-loading{visibility:hidden}#couponFieldWrapperNew{position:relative}#couponFieldWrapperNew input{padding:10px;line-height:1;min-height:40px;outline:none}#couponFieldWrapperNew input::placeholder{font-size:12px}#couponFieldWrapperNew button{position:absolute;top:0;right:0;min-width:90px;min-height:100%}.discountLoader,.popupDoneLoader{border:8px solid #f3f3f3;border-top:8px solid var(--buttonBackground);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto}.popupDoneLoader{margin:7px auto 3px;border:6px solid #f3f3f3;border-top:6px solid var(--buttonBackground);border-radius:50%;width:35px;height:40px;animation:spin 1s linear infinite}.mo.popupDoneLoader{border:5px solid #f3f3f3;border-top:5px solid var(--buttonBackground);border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite;margin:10px auto 6px}.disabled{pointer-events:none;opacity:.7}.hide{display:none}.sp-cart-frame-edit-button,.sp-cart-frame-canvas-edit-button,.sp-cart-collage-edit-button{color:var(--textColor);font-size:12px;text-decoration:underline;cursor:pointer}.sp-cart-frame-edit-button[aria-busy=true]{opacity:.65;cursor:wait;pointer-events:none;text-decoration:none}.frame-only-item+.sp-cart-frame-edit-button{visibility:hidden!important;position:absolute!important;pointer-events:none!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loaderAnim{0%{background-position:200% 0}to{background-position:-200% 0}}@media screen and (max-width:360px){body,p,.product-price span,.product-price span.actual-price,.sp-cart-frame-edit-button,.sp-cart-frame-canvas-edit-button,.sp-cart-collage-edit-button{font-size:calc(var(--text) * .95)}.sp-cart-item .compare-price{padding-top:2px;margin-right:5px}h6,.h6{font-size:calc(var(--h6) * .85)}.text-small{font-size:calc(var(--smallText) * .95)}.section-padding{padding-top:calc(var(--padding-top) * .85);padding-bottom:calc(var(--padding-bottom) * .85)}h3,.h3{font-size:calc(var(--h3) * .85)}.container,.container-fluid,.container-ss,.container-sm,.container-xs,.container-md,.shopify-policy__container{padding-right:12.47px;padding-left:12.47px}.cart-breadcrumb a{display:flex;justify-content:center;align-items:center;gap:5.67px}.cart-breadcrumb a svg{width:6.8px;height:11.33px}.cart-title-box{margin-bottom:18.13px}.sp-cart-item-mobile-header{margin-bottom:11.9px}.cart-remove-link{height:31.73px}.cart-remove-link svg{width:15.87px;height:15.87px}.sp-cart-item{margin-bottom:34px}.sp-cart-item-media-box{width:102px;height:102px}.product-quantity-inner.small-quantity .quantity-button{width:36.55px;flex:0 0 36.55px;height:28.9px}.product-quantity-inner.small-quantity .quantity-input{height:28.9px;min-width:28.9px;width:28.9px;min-height:auto}input,select,textarea{font-size:13.6px!important}.sp-cart-item-details{padding:0 0 0 21px}.cart-item-dline{min-height:2.04rem}.cart-item-dline>div,.cart-item-dline span{font-size:13px}.cart-item-coupon .cart-item-dleft svg{width:10px;height:10px}.sp-cart-item-wrapper .cart-item-coupon{min-height:45.9px}.cart-checkout-header,.cart-checkout-inner{padding:17px}.free-shipping p{margin-bottom:8.5px}.cart-checkout-inner .free-shipping{margin-bottom:22.67px}.accordion-heading{padding:12.47px 0}.coupon-pill{height:36.27px;padding:5.1px 10.2px}.coupon-pill .remove-coupon-btn{width:35.7px;height:35.7px}.error,.success{margin:8.5px 0}.accordion-body{padding-bottom:12.47px}.accordion-blocks,.cart-checkout-head{margin-bottom:17px}.cart-section .button,.cart-section button.shopify-payment-button__button,.cart-section button.shopify-payment-button__button--hidden,.cart-section .shopify-challenge__button{font-size:11.9px;min-height:35.7px;padding:8.5px 17px}.cart-summary-item+.cart-summary-item{margin-top:8.5px}.product-price span.actual-price{margin-top:1px}}
/*# sourceMappingURL=/cdn/shop/t/173/assets/cart.css.map */
