.mini-cart.is-empty+.cart-recommendations{display:none}.cart-recommendations{display:block;position:relative;text-align:start;margin-top:2rem;border-top:.1rem solid rgb(var(--color-border))}.cart-recommendations .title{justify-content:center;white-space:nowrap;position:absolute;top:0;left:1rem;padding:0 1rem;transform:translateY(-50%);background-color:rgb(var(--color-background));text-transform:uppercase;letter-spacing:.3rem;margin:0}.cart-recommendations .mini-cart__navigation{padding:2rem}.cart-recommendations .mini-cart__navigation .product-content{margin-top:0}.cart-recommendations .mini-cart__navigation .product-content .link{margin-inline-end:0}.cart-recommendations .mini-cart__navigation .product-button{margin-top:auto}.cart-recommendations .mini-cart__navigation .price,.cart-recommendations .mini-cart__navigation .product-button .button,.cart-recommendations .mini-cart__navigation .caption-with-letter-spacing+.product-content{margin-top:.6rem}.cart-recommendations .loading-overlay{position:static;display:flex;align-items:center;justify-content:center;width:100%;min-height:10rem}.cart-recommendations .mini-cart__navigation li{border-top:0}@media screen and (min-width:750px){.cart-drawer{overflow:visible!important}.cart-recommendations .title{position:static;transform:none;background-color:transparent;padding:3rem 3rem 0}.cart-recommendations .mini-cart__navigation{padding:2.5rem 3rem}.cart-drawer-container.menu-closing .cart-recommendations{transition-delay:0s;transition-duration:var(--duration-short)}.cart-drawer .cart-recommendations{transition-delay:calc(var(--duration-long) + var(--duration-short))}.cart-recommendations{margin-top:0;z-index:-1;position:absolute;top:0;right:100%;width:32rem;height:var(--max-height);background-color:rgb(var(--color-background));border-inline-end:.1rem solid rgb(var(--color-border));border-top:0;overflow-x:hidden;overflow-y:auto;scroll-snap-type:y mandatory;scroll-behavior:smooth;scrollbar-width:thin}.cart-recommendations::-webkit-scrollbar{-webkit-appearance:none;appearance:none;width:.2rem;border-radius:1.6rem;background-color:transparent}.cart-recommendations::-webkit-scrollbar-thumb{border-radius:1.6rem;background-color:rgb(var(--color-border))}.cart-recommendations .mini-cart__navigation .product-button .button .small-hide{display:flex;align-items:center}}@media screen and (max-width:749px){.mini-cart__main{display:flex;flex-direction:column-reverse}.mini-cart__main cart-items{padding-top:0}.mini-cart__main .cart-recommendations+cart-items{flex:1 1 auto}.cart-recommendations{border-bottom:.1rem solid rgb(var(--color-border));margin-bottom:-.1rem}.cart-recommendations .title{font-size:1.2rem}.cart-recommendations .mini-cart__navigation{padding-top:3rem;display:flex;flex-direction:row;column-gap:1.5rem;overflow-y:hidden;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.cart-recommendations .mini-cart__navigation li{width:82%;max-width:100%;flex-grow:1;flex-shrink:0;padding:0}.cart-recommendations .mini-cart__navigation::-webkit-scrollbar{-webkit-appearance:none;appearance:none;height:.2rem;border-radius:1.6rem;background-color:transparent}.cart-recommendations .mini-cart__navigation::-webkit-scrollbar-thumb{border-radius:1.6rem;background-color:rgb(var(--color-border))}.cart-recommendations .mini-cart__navigation .product-button .button{width:3.6rem;height:3.6rem;justify-content:center;box-shadow:inset 0 0 0 .1rem rgb(var(--color-border))}.cart-recommendations .mini-cart__navigation .product-button .button.loading:after{left:50%;width:2rem;height:2rem;margin-top:-1rem;margin-left:-1rem}}.cart-recommendations{position:relative;background-color:transparent;right:revert;z-index:10;display:flex;flex-direction:column;justify-content:center;width:100%;max-width:1000px;border:0;min-height:1px}.cart-recommendations .title{text-transform:capitalize;margin-top:14px;letter-spacing:0;color:#463a29;padding-inline:2rem;font-size:12px;font-weight:800;background-color:unset}@media screen and (min-width:1025px){.cart-recommendations .title{margin-top:0;color:#fff;font-size:22px;font-family:PP Editorial New,serif;font-weight:400;padding-inline:24px}}.cart-recommendations .mini-cart__navigation{display:flex;flex-direction:row;overflow-y:hidden;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:thin;-webkit-overflow-scrolling:touch;gap:8px;padding-inline:12px;flex-wrap:nowrap}@media screen and (min-width:1025px){.cart-recommendations .mini-cart__navigation{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding-inline:24px}}@media screen and (min-width:1025px){.cart-recommendations .mini-cart__navigation{grid-template-columns:repeat(3,1fr)}}.cart-recommendations .mini-cart__navigation li{padding-block:0;border-top:0}@media screen and (max-width:1024px){.cart-recommendations .mini-cart__navigation li{flex-grow:1;flex-shrink:0;flex-basis:45%}}.cart-recommendations .product-container{background-color:#fff;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;padding:10px;text-align:center;height:100%}.cart-recommendations .product-container .product-image,.cart-recommendations .product-container .product-description{width:100%}.cart-recommendations .product-container .product-description{display:flex;justify-content:center;align-items:center;gap:20px}.cart-recommendations .product-container .product-title{font-size:12px;font-family:Avenir,Helvetica,Arial,sans-serif;margin-top:8px}@media screen and (min-width:769px){.cart-recommendations .product-container .price bdi{font-size:16px;margin-top:14px}}.cart-recommendations .product-container .price .price__compare{display:none}.cart-recommendations .product-container .price bdi{text-transform:capitalize;font-weight:400;font-size:11px;letter-spacing:0}@media screen and (min-width:769px){.cart-recommendations .product-container .price bdi{font-weight:500;font-size:16px}}.cart-recommendations .product-container .product-button{width:100%;display:flex;align-items:center;justify-content:center;border:1px solid #949264;color:#463a29;border-radius:176px;transition-duration:.5s;transition-property:color,background-color,box-shadow;transition-timing-function:ease}.cart-recommendations .product-container .product-button:hover{transform:unset;background-color:#463a29;color:#fff}.cart-recommendations .product-container .product-button:hover .label{color:#fff}.cart-recommendations .product-button .label{display:flex;align-items:center;justify-content:center;gap:.33em;text-transform:capitalize;font-weight:400;font-size:11px;letter-spacing:0;color:inherit}@media screen and (min-width:769px){.cart-recommendations .product-container .product-button .label{font-weight:500;font-size:16px}}.cart-recommendations .product-button .button{width:100%;display:flex;align-items:center;justify-content:center}.cart-recommendations .product-button .label:hover,.cart-recommendations .product-button .button--cta:hover .label{transform:none!important}.cart-recommendations .product-button .label,.cart-recommendations .product-button .button--cta .label{color:inherit}.cart-recommendations .price,.cart-recommendations .button--cta{font-size:11px;margin-top:0!important}.cart-recommendations .price dd{margin-inline-end:0}@media screen and (min-width:769px){.cart-recommendations .product-button .label{font-weight:500;font-size:16px}}.cart-recommendations .product-button .small-hide,.cart-recommendations .product-container .price,.cart-recommendations .product-container .price-item--sale,.cart-recommendations .product-container .price-item--regular,.cart-recommendations .product-container .price--on-sale,.cart-recommendations .product-container .price__regular,.cart-recommendations .product-container .button--cta{color:inherit!important}.cart-recommendations .product-container .button--cta:before,.cart-recommendations .product-container .button--cta:after{display:none}
/*# sourceMappingURL=/cdn/shop/t/124/assets/component-cart-recommendations.css.map */
