@media screen and (max-width:760px){.fcsb-show-desktop{display:none!important}.fcsb-show-mobile{display:unset}}@media screen and (min-width:761px){.fcsb-show-desktop{display:unset}.fcsb-show-mobile{display:none!important}}.fcsb-recommendations{background-color:var(--background-color);font-size:var(--fcsb-recommendations-font-size)}.fcsb-recommendations .fcsb-title{display:flex;align-items:center;justify-content:space-between;font-weight:700;width:100%;padding:10px 0;margin-bottom:10px}.fcsb-recommendations .fcsb-title .fcsb-close-button{cursor:pointer;font-size:22px;text-align:right;flex:1;margin-right:5px}.fcsb-recommendations .fcsb-product{display:grid;flex-direction:row;margin-bottom:10px;padding:10px;text-decoration:none}.fcsb-recommendations .fcsb-product:hover{text-decoration:underline}.fcsb-recommendations .fcsb-product .fcsb-image{grid-area:image;width:80px;min-width:80px;margin-bottom:0;align-self:flex-start}.fcsb-recommendations .fcsb-product .fcsb-product-title{grid-area:title;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.fcsb-recommendations .fcsb-product .fcsb-final-price{grid-area:final-price;font-weight:700}.fcsb-recommendations .fcsb-product .fcsb-original-price{grid-area:original-price;display:var(--display-original-price-enabled,var(--display-original-price,none));text-decoration:line-through;font-weight:700;color:var(--original-price-color)}.fcsb-recommendations .fcsb-product .fcsb-original-price.fcsb-show{--display-original-price:flex}.fcsb-recommendations .fcsb-product .fcsb-select{grid-area:select;min-width:30px;flex:1;background-color:var(--background-color);border:none;font-weight:700;font-size:var(--fcsb-recommendations-font-size);appearance:auto;text-overflow:ellipsis;background-image:none!important;border:1px solid var(--border-color);color:var(--color);border-radius:var(--border-radius)}.fcsb-recommendations .fcsb-product .fcsb-add-button{grid-area:add;font-size:var(--fcsb-recommendations-font-size);font-weight:700;box-shadow:none;cursor:pointer;padding:10px 20px;margin-left:auto}.fcsb-recommendations .fcsb-next,.fcsb-recommendations .fcsb-previous{display:none}.fcsb-recommendations.fcsb-vertical .fcsb-products .fcsb-product{grid-template-areas:"image title final-price" "image title original-price" "image select add";grid-template-columns:max-content 1fr max-content;column-gap:10px}.fcsb-recommendations.fcsb-vertical .fcsb-products .fcsb-product .fcsb-final-price,.fcsb-recommendations.fcsb-vertical .fcsb-products .fcsb-product .fcsb-original-price{justify-self:flex-end}.fcsb-recommendations.fcsb-horizontal .fcsb-products{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:10px}.fcsb-recommendations.fcsb-horizontal .fcsb-products .fcsb-product{grid-template-areas:"image image" "title title" "select select" "original-price final-price" "add add";grid-template-rows:min-content 1fr min-content min-content min-content;grid-template-columns:min-content 1fr;flex:0 0 auto;width:45%;column-gap:10px}.fcsb-recommendations.fcsb-horizontal .fcsb-products .fcsb-product:not(:has(.fcsb-original-price.fcsb-show)) .fcsb-final-price{grid-column:1/span 2}.fcsb-recommendations.fcsb-horizontal .fcsb-products .fcsb-product .fcsb-image{width:100%}.fcsb-recommendations.fcsb-horizontal .fcsb-products .fcsb-product .fcsb-add-button{margin-top:5px;width:100%}.fcsb-recommendations.fcsb-horizontal .fcsb-products .fcsb-product .fcsb-select{padding:10px 6px 10px 6px}.fcsb-recommendations.fcsb-carousel{position:relative}.fcsb-recommendations.fcsb-carousel .fcsb-next,.fcsb-recommendations.fcsb-carousel .fcsb-previous{position:absolute;display:block;top:30px;height:100%;width:var(--mini-cart-horizontal-padding);cursor:pointer;background:none;border:none;padding:0;color:var(--color)}.fcsb-recommendations.fcsb-carousel .fcsb-next:before,.fcsb-recommendations.fcsb-carousel .fcsb-previous:before{display:block;border-style:solid;border-width:0 3px 3px 0;content:"";height:10px;width:10px}.fcsb-recommendations.fcsb-carousel .fcsb-previous{left:0}.fcsb-recommendations.fcsb-carousel .fcsb-previous:before{transform:rotate(135deg);margin-left:10px}.fcsb-recommendations.fcsb-carousel .fcsb-next{right:0}.fcsb-recommendations.fcsb-carousel .fcsb-next:before{transform:rotate(-45deg);margin-right:10px}.fcsb-recommendations.fcsb-carousel .fcsb-products{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:hidden;gap:10px;--scroll:0px;scroll-behavior:smooth;margin:0 calc(var(--mini-cart-horizontal-padding)*-1)}@supports(font:-apple-system-body) and (-webkit-appearance:none){.fcsb-recommendations.fcsb-carousel .fcsb-products{overflow-x:scroll}.fcsb-recommendations.fcsb-carousel .fcsb-products:after{content:"";border-right:1px solid transparent}}.fcsb-recommendations.fcsb-carousel .fcsb-products .fcsb-product{grid-template-areas:"image title title title" "image final-price original-price original-price" "select select select add";grid-template-columns:min-content min-content 1fr max-content;flex:0 0 auto;width:calc(100% - 50px);margin:0 25px;padding:5px;column-gap:10px;row-gap:5px}.fcsb-recommendations.fcsb-carousel .fcsb-products .fcsb-add-button{padding:10px 25px}.fcsb-desktop-preview .fcsb-mini-cart-modal .fcsb-recommendations.fcsb-horizontal .fcsb-products .fcsb-product{width:30%}@media(min-width:761px){.fcsb-mini-cart-modal .fcsb-recommendations.fcsb-horizontal .fcsb-products .fcsb-product:not(.fcsb-preview .fcsb-mini-cart-modal .fcsb-recommendations.fcsb-horizontal .fcsb-products .fcsb-product){width:30%}}.fcsb-recommendations-sidebar-container{position:var(--recommendations-sidebar-position);top:var(--recommendations-sidebar-top);bottom:var(--recommendations-sidebar-bottom);left:var(--recommendations-sidebar-left);right:var(--recommendations-sidebar-right);box-shadow:0 0 10px rgba(0,0,0,.3);transition-timing-function:ease-out;overflow:auto;box-sizing:border-box;transition:left 2s;width:450px;transform:translateY(var(--recommendations-sidebar-translateY));z-index:var(--recommendations-sidebar-z-index)}@media(max-width:760px){.fcsb-recommendations-sidebar-container{width:100%}}.fcsb-recommendations-sidebar-container.fcsb-mobile-preview{width:350px}.fcsb-recommendations-sidebar-container.fcsb-show-left{animation:fcsb-recommendations-sidebar-show-left .5s forwards}@keyframes fcsb-recommendations-sidebar-show-left{0%{transform:translate(calc(-100% - var(--recommendations-sidebar-left)),var(--recommendations-sidebar-translateY))}to{transform:translateY(var(--recommendations-sidebar-translateY))}}.fcsb-recommendations-sidebar-container.fcsb-show-right{animation:fcsb-recommendations-sidebar-show-right .5s forwards}@keyframes fcsb-recommendations-sidebar-show-right{0%{transform:translate(calc(100% + var(--recommendations-sidebar-right)),var(--recommendations-sidebar-translateY))}to{transform:translateY(var(--recommendations-sidebar-translateY))}}.fcsb-recommendations-sidebar-container.fcsb-hide-left{animation:fcsb-recommendations-sidebar-hide-left .5s forwards}@keyframes fcsb-recommendations-sidebar-hide-left{0%{transform:translateY(var(--recommendations-sidebar-translateY))}to{transform:translate(calc(-100% - var(--recommendations-sidebar-left)),var(--recommendations-sidebar-translateY))}}.fcsb-recommendations-sidebar-container.fcsb-hide-right{animation:fcsb-recommendations-sidebar-hide-right .5s forwards}@keyframes fcsb-recommendations-sidebar-hide-right{0%{transform:translateY(var(--recommendations-sidebar-translateY))}to{transform:translate(calc(100% + var(--recommendations-sidebar-right)),var(--recommendations-sidebar-translateY))}}.fcsb-recommendations-sidebar-container .fcsb-recommendations-container{padding:0 20px}.fcsb-recommendations-backdrop{display:block;position:var(--recommendations-container-position);width:100%;height:100%;background-color:#000;top:0;left:0;z-index:calc(var(--recommendations-container-z-index) - 1);opacity:.5}.fcsb-fade-transition{transition:opacity .5s}.fcsb-fade-hide{opacity:0}