:root{--fct-card-bg:#ffffff;--fct-card-border-color:var(--fct-border-color, #d6dae1);--fct-card-primary-text-color:var(--fct-primary-text-color, #2F3448);--fct-card-text-color:var(--fct-secondary-text-color, #565865);--fct-card-btn-bg-color:var(--fct-btn-bg-color, #253241);--fct-card-btn-text-color:var(--fct-btn-text-color, #ffffff);--fct-heading-color:var(--fct-primary-text-color, #2F3448)}.fct-product-card{position:relative;display:grid;height:100%;grid-template-columns:repeat(1,minmax(0,1fr));border-radius:8px;border-width:1px;border-style:solid;border-color:var(--fct-card-border-color);background-color:var(--fct-card-bg);padding:4px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}@container product-grid (min-width: 540px){.group.list .fct-product-card{grid-template-columns:repeat(5,minmax(0,1fr))}}.fct-product-card del{opacity:.5}.fct-product-card h1,.fct-product-card h2,.fct-product-card h3,.fct-product-card h4,.fct-product-card h5,.fct-product-card h6{margin-top:0;margin-bottom:4px;padding-left:12px;padding-right:12px;padding-top:12px;font-size:16px;font-weight:500;color:var(--fct-card-primary-text-color)}.fct-product-card h1 a,.fct-product-card h2 a,.fct-product-card h3 a,.fct-product-card h4 a,.fct-product-card h5 a,.fct-product-card h6 a{color:var(--fct-card-primary-text-color);-webkit-text-decoration-line:none;text-decoration-line:none}.fct-product-card h1 a:hover,.fct-product-card h2 a:hover,.fct-product-card h3 a:hover,.fct-product-card h4 a:hover,.fct-product-card h5 a:hover,.fct-product-card h6 a:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.fct-product-card h1 a:focus,.fct-product-card h2 a:focus,.fct-product-card h3 a:focus,.fct-product-card h4 a:focus,.fct-product-card h5 a:focus,.fct-product-card h6 a:focus{-webkit-text-decoration-line:underline;text-decoration-line:underline}.fct-product-card .fct-product-card-image-wrap{margin-left:-4px;margin-right:-4px;margin-top:-4px;aspect-ratio:1 / 1}.fct-product-card img{aspect-ratio:1 / 1;height:100%;width:100%;border-top-left-radius:7px;border-top-right-radius:7px;-o-object-fit:cover;object-fit:cover}.group.list .fct-product-card img{display:block;height:100%}@container product-grid (min-width: 390px){.group.list .fct-product-card img{aspect-ratio:1 / 1}}.fct-product-card img:hover{opacity:.9}.fct-product-card .fct-product-card-title{overflow-wrap:anywhere}.fct-product-card .fct-product-card-prices{padding-left:12px;padding-right:12px;padding-bottom:12px;font-size:16px;color:var(--fct-card-primary-text-color)}.fct-product-card button{background:linear-gradient(180deg,#ffffff29,#fff0),var(--fct-card-btn-bg-color);box-shadow:inset 0 .5px .5px .5px #ffffff1a;margin-top:auto;min-height:40px;width:100%;cursor:pointer;border-radius:8px;border-width:0px;padding:12px;text-align:center;font-size:14px;line-height:1;color:var(--fct-card-btn-text-color)}.fct-product-card button:hover{background-color:var(--fct-card-btn-bg-color);color:var(--fct-card-btn-text-color)}.fct-product-card button:focus{color:var(--fct-card-btn-text-color)}@container product-grid (min-width: 390px){.group.list .fct-product-card button{max-width:178px;transition-property:none}}.fct-product-card button .fluent-cart-loader{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;display:none;height:100%;width:100%;align-items:center;justify-content:center;border-radius:8px;transition-duration:.3s;background:linear-gradient(180deg,#ffffff29,#fff0),var(--fct-card-btn-bg-color)}.fct-product-card button .fluent-cart-loader svg{margin-right:8px;height:20px;width:20px}@keyframes spin{to{transform:rotate(360deg)}}.fct-product-card button .fluent-cart-loader svg{animation:spin 1s linear infinite;fill:#0171db;--tw-text-opacity:1;color:rgb(214 218 225 / var(--tw-text-opacity, 1))}.fct-product-card .fct-product-card-content{display:grid}.fct-product-card p:not(.fct-product-card-excerpt){margin:0}.fct-product-card .fct-product-card-excerpt{margin-bottom:8px;padding-left:12px;padding-right:12px;font-size:14px}.fct-product-view-button{background:linear-gradient(180deg,#ffffff29,#fff0),var(--fct-card-btn-bg-color);box-shadow:inset 0 .5px .5px .5px #ffffff1a;margin-top:auto;min-height:40px;cursor:pointer;border-radius:8px;border-width:0px;padding:12px;text-align:center;font-size:14px;line-height:1;color:var(--fct-card-btn-text-color)}.fct-product-view-button:hover{background-color:var(--fct-card-btn-bg-color);color:var(--fct-card-btn-text-color)}@container product-grid (min-width: 390px){.group.list .fct-product-view-button{max-width:178px;transition-property:none}}.fct-product-view-button.group.loading .fluent-cart-loader{opacity:1}.fct-product-list-container .fct-product-list-heading{margin-bottom:30px;font-size:26px;font-weight:700;color:var(--fct-heading-color)}.fct-product-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.fct-product-list .fct-product-card a{-webkit-text-decoration-line:none;text-decoration-line:none}@container product-grid (min-width: 540px){.group.list .fct-single-product-card{grid-template-areas:"head  body" "head footer"}}@media(max-width:990px){.fct-product-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){.fct-product-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:575px){.fct-product-list{grid-template-columns:repeat(1,minmax(0,1fr))}}:root{--fct-card-bg:#ffffff;--fct-card-border-color:var(--fct-border-color, #d6dae1);--fct-card-primary-text-color:var(--fct-primary-text-color, #2F3448);--fct-card-text-color:var(--fct-secondary-text-color, #565865);--fct-card-btn-bg-color:var(--fct-btn-bg-color, #253241);--fct-card-btn-text-color:var(--fct-btn-text-color, #ffffff);--fct-heading-color:var(--fct-primary-text-color, #2F3448)}.fct-product-card{position:relative;display:grid;height:100%;grid-template-columns:repeat(1,minmax(0,1fr));border-radius:8px;border-width:1px;border-style:solid;border-color:var(--fct-card-border-color);background-color:var(--fct-card-bg);padding:4px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}@container product-grid (min-width: 540px){.group.list .fct-product-card{grid-template-columns:repeat(5,minmax(0,1fr))}}.fct-product-card del{opacity:.5}.fct-product-card h1,.fct-product-card h2,.fct-product-card h3,.fct-product-card h4,.fct-product-card h5,.fct-product-card h6{margin-top:0;margin-bottom:4px;padding-left:12px;padding-right:12px;padding-top:12px;font-size:16px;font-weight:500;color:var(--fct-card-primary-text-color)}.fct-product-card h1 a,.fct-product-card h2 a,.fct-product-card h3 a,.fct-product-card h4 a,.fct-product-card h5 a,.fct-product-card h6 a{color:var(--fct-card-primary-text-color);-webkit-text-decoration-line:none;text-decoration-line:none}.fct-product-card h1 a:hover,.fct-product-card h2 a:hover,.fct-product-card h3 a:hover,.fct-product-card h4 a:hover,.fct-product-card h5 a:hover,.fct-product-card h6 a:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.fct-product-card h1 a:focus,.fct-product-card h2 a:focus,.fct-product-card h3 a:focus,.fct-product-card h4 a:focus,.fct-product-card h5 a:focus,.fct-product-card h6 a:focus{-webkit-text-decoration-line:underline;text-decoration-line:underline}.fct-product-card .fct-product-card-image-wrap{margin-left:-4px;margin-right:-4px;margin-top:-4px;aspect-ratio:1 / 1}.fct-product-card img{aspect-ratio:1 / 1;height:100%;width:100%;border-top-left-radius:7px;border-top-right-radius:7px;-o-object-fit:cover;object-fit:cover}.group.list .fct-product-card img{display:block;height:100%}@container product-grid (min-width: 390px){.group.list .fct-product-card img{aspect-ratio:1 / 1}}.fct-product-card img:hover{opacity:.9}.fct-product-card .fct-product-card-title{overflow-wrap:anywhere}.fct-product-card .fct-product-card-prices{padding-left:12px;padding-right:12px;padding-bottom:12px;font-size:16px;color:var(--fct-card-primary-text-color)}.fct-product-card button{background:linear-gradient(180deg,#ffffff29,#fff0),var(--fct-card-btn-bg-color);box-shadow:inset 0 .5px .5px .5px #ffffff1a;margin-top:auto;min-height:40px;width:100%;cursor:pointer;border-radius:8px;border-width:0px;padding:12px;text-align:center;font-size:14px;line-height:1;color:var(--fct-card-btn-text-color)}.fct-product-card button:hover{background-color:var(--fct-card-btn-bg-color);color:var(--fct-card-btn-text-color)}.fct-product-card button:focus{color:var(--fct-card-btn-text-color)}@container product-grid (min-width: 390px){.group.list .fct-product-card button{max-width:178px;transition-property:none}}.fct-product-card button .fluent-cart-loader{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;display:none;height:100%;width:100%;align-items:center;justify-content:center;border-radius:8px;transition-duration:.3s;background:linear-gradient(180deg,#ffffff29,#fff0),var(--fct-card-btn-bg-color)}.fct-product-card button .fluent-cart-loader svg{margin-right:8px;height:20px;width:20px}@keyframes spin{to{transform:rotate(360deg)}}.fct-product-card button .fluent-cart-loader svg{animation:spin 1s linear infinite;fill:#0171db;--tw-text-opacity:1;color:rgb(214 218 225 / var(--tw-text-opacity, 1))}.fct-product-card .fct-product-card-content{display:grid}.fct-product-card p:not(.fct-product-card-excerpt){margin:0}.fct-product-card .fct-product-card-excerpt{margin-bottom:8px;padding-left:12px;padding-right:12px;font-size:14px}.fct-product-view-button{background:linear-gradient(180deg,#ffffff29,#fff0),var(--fct-card-btn-bg-color);box-shadow:inset 0 .5px .5px .5px #ffffff1a;margin-top:auto;min-height:40px;cursor:pointer;border-radius:8px;border-width:0px;padding:12px;text-align:center;font-size:14px;line-height:1;color:var(--fct-card-btn-text-color)}.fct-product-view-button:hover{background-color:var(--fct-card-btn-bg-color);color:var(--fct-card-btn-text-color)}@container product-grid (min-width: 390px){.group.list .fct-product-view-button{max-width:178px;transition-property:none}}.fct-product-view-button.group.loading .fluent-cart-loader{opacity:1}.fct-product-list-container .fct-product-list-heading{margin-bottom:30px;font-size:26px;font-weight:700;color:var(--fct-heading-color)}.fct-product-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.fct-product-list .fct-product-card a{-webkit-text-decoration-line:none;text-decoration-line:none}@container product-grid (min-width: 540px){.group.list .fct-single-product-card{grid-template-areas:"head  body" "head footer"}}@media(max-width:990px){.fct-product-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){.fct-product-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:575px){.fct-product-list{grid-template-columns:repeat(1,minmax(0,1fr))}}body.lb-disable-scrolling{overflow:hidden}.fct-lightboxOverlay{position:fixed;top:0;left:0;z-index:9999;background-color:#000;opacity:.8!important;display:none}.fct-lightbox{position:fixed;max-height:100vh;height:100vh;left:0;top:0!important;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:400;outline:none;display:flex;align-items:center;justify-content:center;flex-direction:column}.fct-lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid white}.fct-lightbox a img{border:none}.fct-lightbox .lb-outerContainer{position:initial;width:80%;height:80%;margin:0 auto;border-radius:4px}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto}.fct-lightbox .lb-nav{z-index:10;display:block!important}.lb-container>.nav{left:0}.lb-nav a{outline:none;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-prev,.lb-next{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{left:12px;float:left;background:#c0c2c4 url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%208%2014'%20fill='none'%3e%3cpath%20d='M7%201L1.70711%206.29289C1.37377%206.62623%201.20711%206.79289%201.20711%207C1.20711%207.20711%201.37377%207.37377%201.70711%207.70711L7%2013'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center 48% no-repeat}.lb-nav a.lb-prev:hover{opacity:1}.lb-nav a.lb-next{right:12px;float:right;background:#c0c2c4 url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%208%2014'%20fill='none'%3e%3cpath%20d='M1%2013L6.29289%207.70711C6.62623%207.37377%206.79289%207.20711%206.79289%207C6.79289%206.79289%206.62623%206.62623%206.29289%206.29289L1%201'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center 48% no-repeat;opacity:1!important}.lb-nav a.lb-next:hover{opacity:1}.fct-lightbox .lb-nav a.lb-next:hover,.fct-lightbox .lb-nav a.lb-prev:hover{background-color:#fff}.fct-lightbox .lb-nav a.lb-next,.fct-lightbox .lb-nav a.lb-prev{display:block!important;width:40px;height:40px;border-radius:50%;top:50%;transform:translateY(-50%);position:absolute;transition:.3s}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc;width:100%}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;font-size:12px;color:#999}.lb-data .lb-close{display:block;width:30px;height:30px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAMAAAC6CgRnAAAAPFBMVEX///8AAAD9/f2CgoKAgIAAAAAAAAAAAABLS0sAAAAAAACqqqqqqqq6urpKSkpISEgAAAC7u7u5ubn////zbsMcAAAAE3RSTlMASv6rqwAWS5YMC7/AyZWVFcrJCYaKfAAAAHhJREFUeF590kkOgCAQRFEaFVGc+/53FYmbz6JqBbyQMFSYuoQuV+iTflnstI7ssLXRvMWRaEMs84e2uVckuZe6knL0hiSPObXhj6ChzoEkIolIIpKIO4joICAIeDd7QGIfCCjOKe9HEk8mnxpIAup/F31RPZP9fAG3IAyBSJe0igAAAABJRU5ErkJggg==) top right no-repeat;text-align:right;outline:none;opacity:.7;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;opacity:1}.fct-lightbox .lb-closeContainer{position:absolute;right:10px;z-index:9999;transition:opacity .1s linear;top:40px}.lb-nav:hover .lb-closeContainer{opacity:1}.fct-lightbox .lb-closeContainer .lb-close{width:28px;height:28px;display:block;color:#fff;cursor:pointer}.lb-spinner{width:48px;height:48px;border:5px solid;border-color:rgba(255,255,255,.5) transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--fct-single-product-primary-text-color:var(--fct-primary-text-color, #2F3448);--fct-single-product-secondary-text-color:var(--fct-secondary-text-color, #565865);--fct-single-product-border-color:var(--fct-border-color, #D6DAE1);--fct-single-product-active-border-color:var(--fct-active-border-color, #8D9095);--fct-single-product-qty-bg:#eaecf0;--fct-single-product-qty-text-color:#2F3448}.fct-single-product-page{width:100%;display:block;margin-bottom:30px;container-type:inline-size;container-name:product-page}.fct-single-product-page h1,.fct-single-product-page h2,.fct-single-product-page h3,.fct-single-product-page h4,.fct-single-product-page h5,.fct-single-product-page h6{margin:0}.fct-single-product-page-body{padding-top:28px}.fct-single-product-page.is-mobile .fluent-cart-single-product-page-row{gap:12px}.fct-single-product-page.is-mobile .fluent-cart-single-product-page-product-thumbnail-wrapper{position:relative;top:0}@container product-page (max-width: 767px){.fct-single-product-page .fct-single-product-page-row{grid-template-areas:"thumbnail" "summary"}}@container product-page (min-width: 768px){.fct-single-product-page .fct-single-product-page-row{grid-template-areas:"thumbnail summary"}}.fct-single-product-page-row{position:relative;margin-bottom:50px;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:50px}@container product-page (min-width: 768px){.fct-single-product-page-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.fct-single-product-page-row .fluent-cart-single-product-page-product-out-of-stock{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.fct-product-gallery-wrapper{grid-area:thumbnail}.fct-product-gallery-wrapper.thumb-pos-top{display:flex;flex-direction:column-reverse}.fct-product-gallery-wrapper.thumb-pos-top .fct-gallery-thumb-controls{margin-bottom:20px;margin-top:0}@media(min-width:769px){.fct-product-gallery-wrapper.thumb-pos-top{position:sticky;top:4px}}.fct-product-gallery-wrapper.thumb-pos-bottom .fct-gallery-thumb-controls{margin-top:20px;margin-bottom:0}.fct-product-gallery-wrapper.thumb-pos-left{display:flex;flex-direction:row-reverse;-moz-column-gap:10px;column-gap:10px;aspect-ratio:auto}.fct-product-gallery-wrapper.thumb-pos-left .fct-gallery-thumb-controls{margin-top:0;margin-bottom:0;display:flex;flex-direction:column;flex-wrap:nowrap;overflow:clip}.fct-product-gallery-wrapper.thumb-pos-left .fct-product-gallery-thumb{height:100%}.fct-product-gallery-wrapper.thumb-pos-right{display:flex;-moz-column-gap:10px;column-gap:10px;aspect-ratio:auto;align-items:stretch}.fct-product-gallery-wrapper.thumb-pos-right .fct-gallery-thumb-controls{margin-top:0;margin-bottom:0;display:flex;flex-direction:column;flex-wrap:nowrap;overflow:clip}.fct-product-gallery-wrapper.thumb-pos-right .fct-product-gallery-thumb{height:100%;overflow-y:auto}.fct-product-gallery-thumb{height:auto;max-height:600px;width:100%;border-radius:8px;border-width:1px;border-style:solid;border-color:var(--fct-single-product-border-color);text-align:center;aspect-ratio:1/1}.fct-product-gallery-thumb .containerZoom{border-radius:8px}.fct-product-gallery-thumb img{height:100%;width:100%;border-radius:7px;-o-object-fit:cover;object-fit:cover}.fct-gallery-thumb-controls{flex-wrap:wrap;display:flex;gap:8px;overflow-y:hidden;border-radius:4px;padding:0}.fct-gallery-thumb-controls:active::-webkit-scrollbar-thumb,.fct-gallery-thumb-controls:focus::-webkit-scrollbar-thumb,.fct-gallery-thumb-controls:hover::-webkit-scrollbar-thumb{visibility:visible}.fct-gallery-thumb-controls::-webkit-scrollbar-thumb{border-radius:6px;--tw-bg-opacity:1;background-color:rgb(214 218 225 / var(--tw-bg-opacity, 1));visibility:hidden}.fct-gallery-thumb-controls::-webkit-scrollbar-thumb:hover{--tw-bg-opacity:1;background-color:rgb(193 199 209 / var(--tw-bg-opacity, 1))}.fct-gallery-thumb-controls::-webkit-scrollbar{height:4px}.fct-gallery-thumb-control-button{height:92px;width:92px;flex:none;flex-shrink:0;overflow:hidden;border-radius:8px;border-width:1px;border-style:solid;border-color:var(--fct-single-product-border-color);background-color:transparent;padding:0;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.1s}.fct-gallery-thumb-control-button:first-child{margin-left:0}.fct-gallery-thumb-control-button:hover{border-color:var(--fct-single-product-border-color);background-color:transparent;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.fct-gallery-thumb-control-button:focus{background-color:transparent}.fct-gallery-thumb-control-button.is-hidden{display:none}.fct-gallery-thumb-control-button img{height:100%;width:100%;cursor:pointer;border-radius:7px;-o-object-fit:cover;object-fit:cover;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.fct-gallery-thumb-control-button.active{border-color:var(--fct-single-product-active-border-color)}.fct-gallery-thumb-control-button:hover img,.fct-gallery-thumb-control-button .thumbnail-active img{opacity:1}.fct-product-tab-nav{position:relative;margin-bottom:20px;display:flex;gap:20px;border-width:1px;border-left-width:0px;border-right-width:0px;border-top-width:0px;border-style:solid;--tw-border-opacity:1;border-color:rgb(234 236 240 / var(--tw-border-opacity, 1))}.fct-product-tab-nav .tab-active-bar{position:absolute;bottom:0;left:0;height:2px;width:0px;--tw-bg-opacity:1;background-color:rgb(37 50 65 / var(--tw-bg-opacity, 1));transition:left .3s ease,width .3s ease}.fct-product-tab-nav-item{position:relative;cursor:pointer;padding-left:4px;padding-right:4px;padding-bottom:10px;font-size:14px;font-weight:500;--tw-text-opacity:1;color:rgb(86 88 101 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.fct-product-tab-nav-item.active{font-weight:600;--tw-text-opacity:1;color:rgb(37 50 65 / var(--tw-text-opacity, 1))}.fct-product-tab-pane{display:none}.fct-product-tab-pane.active{display:block}.fct-product-summary{grid-area:summary}.fct-product-prices{margin-bottom:20px;display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:18px;line-height:28px;color:var(--fct-single-product-primary-text-color)}.fct-product-title{margin-bottom:16px}.fct-product-title h1,.fct-product-title h2,.fct-product-title h3,.fct-product-title h4,.fct-product-title h5{margin:0;font-size:28px;font-weight:600;line-height:36px;color:var(--fct-single-product-primary-text-color)}.fct-product-excerpt{margin-bottom:20px}.fct-product-excerpt p{margin:0;color:var(--fct-secondary-text-color)}.fct-product-stock{margin:0 0 16px;display:flex;list-style-type:none;align-items:center;gap:6px;padding:0}.fct-product-stock span{font-size:15px;color:var(--fct-single-product-primary-text-color)}.fct-product-stock .in-stock{font-size:15px;font-weight:500;color:var(--fct-single-product-primary-text-color)}.fct-product-stock .out-of-stock{font-size:15px;--tw-text-opacity:1;color:rgb(240 68 56 / var(--tw-text-opacity, 1))}.fct-product-variants{margin-bottom:20px;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:16px}.fct-product-variants.column-type-one .fct-product-variant-item .variant-content{justify-content:flex-start}.fct-product-variants.column-type-one .fct-product-variant-item.fct_variation_view_type_text{border-radius:12px;padding:16px}.fct-product-variants.column-type-one .fct-product-variant-item.fct_variation_view_type_text .fluent-cart-single-product-page-product-variant-title{max-width:80%}.fct-product-variants.column-type-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.fct-product-variants.column-type-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.fct-product-variants.column-type-four{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.fct-product-variants.column-type-masonry{display:flex;flex-wrap:wrap}.fct-product-variants.column-type-masonry .fluent-cart-single-product-page-product-variants-iterator-variation-item{max-width:100%}.fct-product-variant-item{position:relative;display:flex;cursor:pointer;flex-direction:column;justify-content:space-between;border-radius:8px;border-width:1px;border-style:solid;border-color:var(--fct-single-product-border-color);padding:8px 10px;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.fct-product-variant-item:focus{outline-width:1px}.fct-product-variant-item .fct-product-variant-image{height:32px;width:32px;flex-shrink:0}.fct-product-variant-item .fct-product-variant-image img{height:100%;width:100%;border-radius:4px;-o-object-fit:cover;object-fit:cover}.fct-product-variant-item .fct-product-variant-title{font-size:14px;font-weight:500;line-height:20px;color:var(--fct-single-product-primary-text-color)}.fct-product-variant-item .variant-content{display:flex;align-items:center;gap:12px}.fct-product-variant-item .additional-info{font-size:14px}.fct-product-variant-item .fct-product-variant-price{position:absolute;top:50%;right:16px;display:inline-flex;flex-shrink:0;align-items:center;gap:4px;font-size:16px;font-weight:600;line-height:1.2;color:var(--fct-single-product-primary-text-color);transform:translateY(-50%)}.fct-product-variant-item .fct-product-variant-price .fct-product-variant-compare-price{font-size:13px;font-weight:400;--tw-text-opacity:1;color:rgb(86 88 101 / var(--tw-text-opacity, 1))}.fct-product-variant-item .fct-product-variant-tooltip{visibility:hidden;position:absolute;top:90%;left:50%;z-index:10;white-space:nowrap;border-radius:6px;--tw-bg-opacity:1;background-color:rgb(37 50 65 / var(--tw-bg-opacity, 1));padding:2px 8px;font-size:12px;font-weight:500;line-height:1.5;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));opacity:0;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;transform:translate(-50%) scale(.9)}.fct-product-variant-item .fct-product-variant-tooltip:after{position:absolute;top:0;left:50%;height:8px;width:8px;border-radius:1px;--tw-bg-opacity:1;background-color:rgb(37 50 65 / var(--tw-bg-opacity, 1));content:"";transform:rotate(45deg) translate(-50%)}.fct-product-variant-item.fct_variation_view_type_image{height:70px;width:70px;justify-content:center;border-radius:9999px;padding:0;text-align:center}.fct-product-variant-item.fct_variation_view_type_image .fct-product-variant-image{height:100%;width:100%;transform:scale(.9)}.fct-product-variant-item.fct_variation_view_type_image .fct-product-variant-image img{border-radius:50px}.fct-product-variant-item.fct_variation_view_type_image .fct-product-variant-image.placeholder-image{height:100%;width:100%}.fct-product-variant-item.fct_variation_view_type_image .fct-product-variant-image.placeholder-image img{border-radius:34px}.fct-product-variant-item.fct_variation_view_type_image:hover .fct-product-variant-tooltip{visibility:visible;opacity:1;transform:translate(-50%) scale(1)}.fct-product-variant-item.fct_variation_view_type_text .fct-product-variant-payment-type{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s}.fct-product-variant-item.fct_variation_view_type_text .fct-product-variant-payment-type .additional-info{overflow:hidden}.fct-product-variant-item.selected{border-color:var(--fct-single-product-active-border-color);box-shadow:0 0 0 2px #fff,0 0 0 4px #476cff1a}.fct-product-variant-item.selected.fct_variation_view_type_text .fct-product-variant-payment-type{grid-template-rows:1fr;padding-top:4px}.fct-product-item-price{margin-top:20px;font-size:18px;color:var(--fct-single-product-primary-text-color)}.fct-product-item-price.is-hidden{display:none}.fct-product-payment-type{margin-bottom:10px;font-size:14px;line-height:24px;--tw-text-opacity:1;color:rgb(86 88 101 / var(--tw-text-opacity, 1))}.fct-product-payment-type .additional-info{display:flex;flex-direction:column}.fct-product-payment-type.is-hidden{display:none}.fct-product-quantity-container{margin-top:12px}.fct-product-quantity-container .quantity-title{margin-bottom:10px;display:block;font-size:16px;font-weight:600;color:var(--fct-single-product-primary-text-color)}.fct-product-quantity-container.is-hidden{display:none}.fct-product-quantity{display:inline-flex;align-items:center;overflow:hidden;border-radius:8px;background-color:var(--fct-single-product-qty-bg)}.fct-product-quantity .fct-quantity-decrease-button,.fct-product-quantity .fct-quantity-increase-button{margin:0;display:flex;height:36px;max-height:inherit;width:30px;flex-shrink:0;cursor:pointer;align-items:center;justify-content:center;border-radius:0;border-width:0px;background-color:var(--fct-single-product-qty-bg);padding:0;color:var(--fct-single-product-qty-text-color);--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.fct-product-quantity .fct-quantity-decrease-button svg,.fct-product-quantity .fct-quantity-increase-button svg{height:14px;width:14px}.fct-product-quantity .fct-quantity-decrease-button:focus,.fct-product-quantity .fct-quantity-increase-button:focus{outline-width:0;outline-style:none}.fct-product-quantity .fct-quantity-decrease-button:disabled,.fct-product-quantity .fct-quantity-increase-button:disabled{cursor:not-allowed;opacity:.5}.fct-product-quantity .fct-quantity-input{margin:0;max-height:36px;max-width:36px;border-width:0px;background-color:transparent;padding:0;text-align:center;font-weight:600;color:var(--fct-single-product-qty-text-color);--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}.fct-product-quantity .fct-quantity-input:focus{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}.fct-product-quantity .fct-quantity-input:disabled{cursor:not-allowed;opacity:.5}.fct-product-buttons-wrap{margin-top:30px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media(max-width:900px){.product-info-block-wrapper{grid-template-columns:repeat(1,minmax(0,1fr))}}@media(min-width:768px){.admin-bar .fct-single-product-page-product-thumbnail-wrapper{top:36px}}@media(max-width:768px){.fluent-cart-single-product-page-product-title h4{font-size:18px;line-height:26px}.fluent-cart-shop-app-single-product-modal-body{padding:16px!important}.fct-single-product-page{padding-left:0;padding-right:0}}@media(max-width:480px){.fct-product-variants.column-type-masonry{display:grid!important;grid-template-columns:repeat(1,minmax(0,1fr))!important}.fluent-cart-single-product-page-buttons-wrap{grid-template-columns:repeat(1,minmax(0,1fr))}}.fct-similar-product-list-container{width:100%;display:block;container-type:inline-size;container-name:similar-product}@keyframes spin{to{transform:rotate(360deg)}}.fct-similar-product-list-container .animate-spin{animation:spin 1s linear infinite}.fct-product-modal{position:fixed;top:0;left:0;z-index:99999;display:flex;height:100%;width:100%;align-items:center;justify-content:center;padding:20px}.fct-product-modal-overlay{position:absolute;top:0;left:0;height:100%;width:100%;--tw-bg-opacity:1;background-color:rgb(47 52 72 / var(--tw-bg-opacity, 1));opacity:.5}.fct-product-modal-close{position:absolute;top:16px;right:16px;z-index:999;display:flex;height:30px;width:30px;cursor:pointer;align-items:center;justify-content:center;border-radius:9999px;border-width:0px;background-color:transparent;padding:0}.fct-product-modal-close:hover{--tw-bg-opacity:1;background-color:rgb(245 246 247 / var(--tw-bg-opacity, 1))}.fct-product-modal-close svg{height:12px;width:12px}.fct-product-modal-close.hovered{--tw-bg-opacity:1;background-color:rgb(245 246 247 / var(--tw-bg-opacity, 1))}.fct-product-modal-body{position:relative;z-index:10;max-height:610px;min-height:400px;width:1020px;overflow-x:hidden;border-radius:8px;--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:30px}.fct-product-modal-body:active::-webkit-scrollbar-thumb,.fct-product-modal-body:focus::-webkit-scrollbar-thumb,.fct-product-modal-body:hover::-webkit-scrollbar-thumb{visibility:visible}.fct-product-modal-body::-webkit-scrollbar-thumb{border-radius:6px;--tw-bg-opacity:1;background-color:rgb(214 218 225 / var(--tw-bg-opacity, 1))}.fct-product-modal-body::-webkit-scrollbar{height:4px;width:8px}.fct-product-modal-body .fluent-cart-single-product-page-row{gap:32px}.fct-product-modal-body .fluent-cart-similar-product-list{gap:20px}.fct-product-modal-body .fluent-cart-single-product-page-product-variant-title{max-width:200px}.fluent-cart-similar-product-list .fluent-cart-single-product-card.single-product-card{width:100%!important;max-width:100%!important}:root{--fct-add-to-cart-btn-bg-color:var(--fct-secondary-btn-bg-color, #ffffff);--fct-add-to-cart-btn-hover-bg-color:var(--fct-secondary-btn-hover-bg-color, #f5f6f7);--fct-add-to-cart-btn-text-color:var(--fct-secondary-btn-text-color, #2f3448);--fct-add-to-cart-btn-border-color:var(--fct-secondary-btn-border-color, #d6dae1)}.fluent-cart-add-to-cart-button{position:relative;display:flex;cursor:pointer;align-items:center;justify-content:center;gap:8px;border-radius:8px;border-width:1px;border-style:solid;border-color:var(--fct-add-to-cart-btn-border-color);background-color:var(--fct-add-to-cart-btn-bg-color);padding:12px 20px;text-align:center;font-size:14px;font-weight:500;line-height:1;color:var(--fct-add-to-cart-btn-text-color);-webkit-text-decoration-line:none;text-decoration-line:none;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.fluent-cart-add-to-cart-button:hover{border-color:var(--fct-add-to-cart-btn-border-color);background-color:var(--fct-add-to-cart-btn-hover-bg-color);color:var(--fct-add-to-cart-btn-text-color)}.fluent-cart-add-to-cart-button:focus{color:var(--fct-add-to-cart-btn-text-color)}.fluent-cart-add-to-cart-button .fluent-cart-loader{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;display:none;height:100%;width:100%;align-items:center;justify-content:center;border-radius:8px;--tw-bg-opacity:1;background-color:rgb(234 236 240 / var(--tw-bg-opacity, 1));transition-duration:.3s}.fluent-cart-add-to-cart-button .fluent-cart-loader svg{margin-right:8px;height:20px;width:20px}@keyframes spin{to{transform:rotate(360deg)}}.fluent-cart-add-to-cart-button .fluent-cart-loader svg{animation:spin 1s linear infinite;fill:#0171db;--tw-text-opacity:1;color:rgb(214 218 225 / var(--tw-text-opacity, 1))}.fluent-cart-add-to-cart-button .text{pointer-events:none}.fluent-cart-add-to-cart-button:disabled{cursor:not-allowed;opacity:.5}.fluent-cart-add-to-cart-button.disabled{cursor:not-allowed;opacity:.5}.fluent-cart-add-to-cart-button.is-hidden{display:none}.fluent-cart-add-to-cart-button.out-of-stock{display:flex;cursor:not-allowed;--tw-border-opacity:1;border-color:rgb(240 68 56 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(240 68 56 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.fluent-cart-add-to-cart-button.fct-loading .fluent-cart-loader{display:flex}:root{--fct-direct-btn-bg-color:var(--fct-btn-bg-color, #253241);--fct-direct-btn-text-color:var(--fct-btn-text-color, #ffffff)}.fluent-cart-direct-checkout-button{background:linear-gradient(180deg,#ffffff29,#fff0),var(--fct-direct-btn-bg-color);box-shadow:inset 0 .5px .5px .5px #ffffff1a;position:relative;display:flex;max-height:40px;cursor:pointer;align-items:center;justify-content:center;gap:8px;border-radius:8px;border-width:0px;padding:12px 20px;text-align:center;font-size:14px;font-weight:500;line-height:1;color:var(--fct-direct-btn-text-color);-webkit-text-decoration-line:none!important;text-decoration-line:none!important}.fluent-cart-direct-checkout-button *{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.fluent-cart-direct-checkout-button:hover{background:linear-gradient(180deg,#ffffff29,#fff0),var(--fct-direct-btn-bg-color, #253241);box-shadow:inset 0 .5px .5px .5px #ffffff1a;color:#fff}.fluent-cart-direct-checkout-button.is-hidden{display:none}.fluent-cart-direct-checkout-button:disabled{cursor:not-allowed;opacity:.5}.fluent-cart-direct-checkout-button.disabled{cursor:not-allowed;opacity:.5}:root{--fct-shop-primary-text-color:var(--fct-primary-text-color, #2F3448);--fct-shop-secondary-text-color:var(--fct-secondary-text-color, #565865);--fct-shop-primary-bg-color:var(--fct-primary-bg-color, #253241);--fct-shop-secondary-bg-color:var(--fct-secondary-bg-color, #EAECF0);--fct-shop-border-color:var(--fct-border-color, #d6dae1);--fct-shop-divider-color:var(--fct-divider-color, #EAECF0);--fct-shop-btn-bg-color:var(--fct-btn-bg-color, var(--fct-shop-primary-bg-color));--fct-shop-btn-text-color:var(--fct-btn-text-color, #ffffff);--fct-btn-border-color:var(--fct-btn-border-color, var(--fct-shop-btn-bg-color));--fct-shop-checkmark-border-color:var(--fct-shop-border-color);--fct-shop-checkmark-bg:#fff;--fct-shop-checkmark-active-bg:var(--fct-shop-primary-bg-color);--fct-shop-checkmark-active-border-color:var(--fct-shop-checkmark-active-bg);--fct-shop-checkmark-check-border-color:#fff;--fct-shop-view-switcher-active-bg:#F5F6F7;--fct-shop-view-switcher-color:var(--fct-shop-secondary-text-color);--fct-shop-paginator-border-color:var(--fct-shop-border-color);--fct-shop-paginator-bg:#fff;--fct-shop-paginator-items-active-bg:var(--fct-shop-primary-bg-color);--fct-shop-paginator-items-active-color:#fff;--fct-shop-paginator-items-color:var(--fct-shop-secondary-text-color);--fct-shop-paginator-items-hover-bg:#F5F6F7;--fct-shop-input-bg:#ffffff;--fct-shop-input-border:var(--fct-shop-border-color)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.wp-block-fluent-cart-products,.fct-products-wrapper{display:block;width:100%}.fct-products-wrapper *{box-sizing:border-box!important}.fct-products-wrapper .admin_bar_enabled .fluent-cart-shop-app-filter-wrapper{top:40px}.fct-products-wrapper .fluent-cart-shop-app-product-skeleton-loader{position:absolute;top:0;left:0;margin:0;height:100%;width:100%;border-radius:8px;padding:16px;animation:shimmer 2s infinite;background:linear-gradient(90deg,#f1f1f1 25%,#e1e1e1,#f1f1f1 75%);background-size:200% 100%;z-index:99999}@keyframes shimmer{to{background-position:-200% 0}}.fct-products-wrapper .scroll-loader-container{position:absolute;bottom:-14px;left:50%;transform:translate(-50%)}.fct-products-wrapper .scroll-loader,.fct-products-wrapper .scroll-loader:before,.fct-products-wrapper .scroll-loader:after{border-radius:50%;width:10px;height:10px;animation-fill-mode:both;animation:bblFadInOut 1.8s infinite ease-in-out;display:inline-block}.fct-products-wrapper .scroll-loader{color:#000;font-size:7px;position:relative;text-indent:-9999em;transform:translateZ(0);animation-delay:-.16s}.fct-products-wrapper .scroll-loader:before,.fct-products-wrapper .scroll-loader:after{content:"";position:absolute;top:0}.fct-products-wrapper .scroll-loader:before{left:-3.5em;animation-delay:-.32s}.fct-products-wrapper .scroll-loader:after{left:3.5em}@keyframes bblFadInOut{0%,80%,to{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em}}.fct-products-wrapper-inner{display:flex}@media(min-width:1024px){.fct-products-wrapper-inner{gap:30px}}.fct-products-wrapper-inner .fluent-cart-shop-app-view-switcher-wrap{grid-column:span 5/span 5}.fc-products-wrapper .fct-products-wrapper-inner,.fct-products-wrapper .fct-products-wrapper-inner{grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.fc-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container,.fct-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container{grid-template-columns:repeat(1,minmax(0,1fr))!important}@media(min-width:600px){.fc-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container .fct-product-card,.fct-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container .fct-product-card{grid-template-areas:"image title" "image excerpt" "image price" "image button";display:grid;grid-template-columns:250px 1fr;grid-template-rows:auto auto 1fr;align-items:flex-start;-moz-column-gap:16px;column-gap:16px;row-gap:0px;padding-bottom:0;padding-right:10px}.fc-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container .fct-product-card .fct-product-card-image-wrap,.fc-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container .fct-product-card .fct-product-image-link,.fct-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container .fct-product-card .fct-product-card-image-wrap,.fct-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container .fct-product-card .fct-product-image-link{grid-area:image;position:relative;aspect-ratio:1 / 1;max-width:250px}.fc-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container .fct-product-card .fct-product-card-image-wrap img,.fc-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container .fct-product-card .fct-product-image-link img,.fct-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container .fct-product-card .fct-product-card-image-wrap img,.fct-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container .fct-product-card .fct-product-image-link img{border-bottom-left-radius:8px;border-top-right-radius:0}.fc-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container .fct-product-card .fct-product-image-wrap,.fct-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container .fct-product-card .fct-product-image-wrap{grid-area:image;position:relative;aspect-ratio:1 / 1;max-width:250px}.fc-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container .fct-product-card .fct-product-card-title,.fct-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container .fct-product-card .fct-product-card-title{grid-area:title;margin:0 0 0 auto;width:100%;max-width:700px;padding:6px 0 4px;text-align:right}.fc-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container .fct-product-card .fct-product-card-title a,.fct-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container .fct-product-card .fct-product-card-title a{overflow:inherit!important;white-space:pre-wrap!important}.fc-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container .fct-product-card .fct-product-card-prices,.fct-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container .fct-product-card .fct-product-card-prices{grid-area:price;margin-left:auto;padding:4px 0}.fc-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container .fct-product-card button,.fct-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container .fct-product-card button{grid-area:button;margin:auto 8px 8px auto;width:auto;min-width:160px;align-self:flex-end;justify-self:end}.fc-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container .fct-product-card .fct-product-card-excerpt,.fct-products-wrapper .fct-products-wrapper-inner.mode-list .fct-products-container .fct-product-card .fct-product-card-excerpt{grid-area:excerpt;margin-left:auto;display:block;padding-right:8px;padding-left:0}}.fc-products-wrapper .fct-products-wrapper-inner .fluent-cart-shop-app-view-switcher-wrap,.fct-products-wrapper .fct-products-wrapper-inner .fluent-cart-shop-app-view-switcher-wrap{grid-column:span 5/span 5}.fc-products-wrapper .fct-products-wrapper-inner .fct-products-container,.fct-products-wrapper .fct-products-wrapper-inner .fct-products-container{grid-column:span 4/span 4}@media(max-width:768px){.fc-products-wrapper .fct-products-wrapper-inner .fct-products-container,.fct-products-wrapper .fct-products-wrapper-inner .fct-products-container{grid-column:span 5/span 5}}.fc-products-wrapper .fct-products-wrapper-inner .fct-products-container .fct-product-card .fct-product-card-excerpt,.fct-products-wrapper .fct-products-wrapper-inner .fct-products-container .fct-product-card .fct-product-card-excerpt{display:none}@media(max-width:768px){.fc-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-0,.fc-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-1,.fc-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-2,.fc-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-3,.fc-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-5,.fc-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-4,.fct-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-0,.fct-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-1,.fct-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-2,.fct-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-3,.fct-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-5,.fct-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:550px){.fc-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-0,.fc-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-1,.fc-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-2,.fc-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-3,.fc-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-5,.fc-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-4,.fct-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-0,.fct-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-1,.fct-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-2,.fct-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-3,.fct-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-5,.fct-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-4{grid-template-columns:repeat(1,minmax(0,1fr))}}.fc-products-wrapper .fct-products-wrapper-inner .fct-products-container .fct-product-card .fct-product-image-link,.fct-products-wrapper .fct-products-wrapper-inner .fct-products-container .fct-product-card .fct-product-image-link{display:block}@media(min-width:769px){.fc-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-0,.fct-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-0{grid-template-columns:repeat(3,minmax(0,1fr))}.fc-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-1,.fct-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-1{grid-template-columns:repeat(1,minmax(0,1fr))}.fc-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-2,.fct-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.fc-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-3,.fct-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.fc-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-4,.fct-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}.fc-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-5,.fct-products-wrapper .fct-products-wrapper-inner .fct-products-container.grid-columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}}.fc-products-wrapper .fct-products-wrapper-inner.fct-full-container-width .fct-products-container,.fct-products-wrapper .fct-products-wrapper-inner.fct-full-container-width .fct-products-container,.fc-products-wrapper .fct-full-container-width .fluent-cart-shop-no-result-found,.fct-products-wrapper .fct-full-container-width .fluent-cart-shop-no-result-found{grid-column:span 5/span 5}.fc-products-wrapper .fluent-cart-shop-no-result-found,.fct-products-wrapper .fluent-cart-shop-no-result-found{grid-column:span 4/span 4}.fc-products-wrapper .fluent-cart-shop-no-result-found.hide,.fc-products-wrapper .fluent-cart-shop-no-result-found.not-found-hide,.fct-products-wrapper .fluent-cart-shop-no-result-found.hide,.fct-products-wrapper .fluent-cart-shop-no-result-found.not-found-hide{display:none}.fc-products-wrapper .fluent-cart-product-loader,.fct-products-wrapper .fluent-cart-product-loader{grid-column:span 4/span 4;order:1;display:flex;align-items:center;justify-content:center}.fc-products-wrapper .fluent-cart-product-loader.loader-hidden,.fct-products-wrapper .fluent-cart-product-loader.loader-hidden{display:none}.fct-shop-reset-filter-button{display:flex;height:36px;width:36px;align-items:center;justify-content:center;border-radius:8px;border-width:1px;border-style:solid;border-color:var(--fct-shop-border-color);background-color:var(--fct-shop-secondary-bg-color);padding:0;--tw-text-opacity:1;color:rgb(47 52 72 / var(--tw-text-opacity, 1))}.fct-shop-reset-filter-button:hover{border-color:var(--fct-shop-border-color);background-color:var(--fct-shop-secondary-bg-color);--tw-text-opacity:1;color:rgb(47 52 72 / var(--tw-text-opacity, 1))}.fct-products-container{--grid-columns:0;display:grid;height:-moz-max-content;height:max-content;width:100%;gap:24px;grid-template-columns:repeat(var(--grid-columns),minmax(0,1fr))}@container product-grid (min-width: 390px){.fct-products-container.auto-adjust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@container product-grid (min-width: 840px){.fct-products-container.auto-adjust-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@container product-grid (min-width: 1120px){.fct-products-container.auto-adjust-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@container product-grid (min-width: 1400px){.fct-products-container.auto-adjust-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.fct-products-container .fct-product-card a{-webkit-text-decoration-line:none;text-decoration-line:none}.fct-products-container.product-list-hide{display:none}.fct-shop-product-search{position:relative;margin-bottom:16px}.fct-shop-product-search input{width:100%;border-radius:8px;border-width:1px;border-style:solid;border-color:var(--fct-shop-input-border);background-color:var(--fct-shop-input-bg);padding:8px 12px 8px 36px;font-size:14px}.fct-shop-product-search input:focus{border-color:var(--fct-shop-input-border);--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}.fct-shop-product-search .fct-search-icon{position:absolute;top:50%;left:12px;margin-top:1px;transform:translateY(-50%)}.fct-shop-product-search .fct-search-icon svg{height:14px}.fct-shop-product-search .fct-search-clear{position:absolute;top:50%;right:8px;margin-top:1px;cursor:pointer;transform:translateY(-50%)}.fct-shop-product-search .fct-search-clear svg{height:14px}.fct-shop-product-search .fct-search-clear.hide{display:none}.entry-content .fluent-cart-shop-app-wrapper{min-width:min(1200px,100%)}.elementor-widget-fluent_cart_shop_app{width:100%}.fct-shop-apply-filter-button{height:36px;flex-shrink:0;cursor:pointer;border-radius:8px;border-width:0px;padding:8px;font-size:14px;font-weight:500;line-height:1;color:var(--fct-shop-btn-text-color)}.fct-shop-apply-filter-button:hover{color:var(--fct-shop-btn-text-color)}.fct-shop-apply-filter-button{background:linear-gradient(180deg,#ffffff29,#fff0),var(--fct-shop-btn-bg-color);box-shadow:inset 0 .5px .5px .5px #ffffff1a}.fct-shop-apply-filter-button:hover{background:linear-gradient(180deg,#ffffff29,#fff0),var(--fct-shop-btn-bg-color)}.fct-shop-view-switcher-wrap{margin-bottom:8px;display:flex;align-items:center;justify-content:flex-end;gap:10px}@container shop-app (min-width: 768px){.fct-shop-view-switcher-wrap{justify-content:flex-end}}.fct-shop-view-switcher{display:flex;align-items:center;justify-content:flex-end}@media(max-width:599px){.fct-shop-view-switcher{display:none}}.fct-shop-view-switcher button{margin:0;display:inline-flex;height:32px;width:32px;cursor:pointer;align-items:center;justify-content:center;border-radius:8px;border-width:0px;background-color:transparent;padding:4px 8px;line-height:1;color:var(--fct-shop-view-switcher-color);--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.fct-shop-view-switcher button:focus{outline-width:0px}.fct-shop-view-switcher button.active{background-color:var(--fct-shop-view-switcher-active-bg);--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.fct-shop-filter-toggle-button{margin:0;display:inline-flex;cursor:pointer;align-items:center;justify-content:center;gap:8px;border-radius:8px;border-width:0px;background-color:transparent;padding:4px 10px;font-size:14px;line-height:1;color:var(--fct-shop-primary-text-color);--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.fct-shop-filter-toggle-button:hover{background-color:transparent;color:var(--fct-shop-primary-text-color)}.fct-shop-filter-toggle-button:focus{outline-width:0px}@container shop-app (min-width: 768px){.fct-shop-filter-toggle-button{display:none}}.fct-shop-filter-toggle-button.hide{display:none}.fluent-cart-shop-app-container{width:100%;container-type:inline-size;container-name:product-grid}.fct-shop-button-group{display:flex;align-items:center;gap:6px}.fct-shop-paginator{margin-top:40px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.fct-shop-paginator-result-wrapper{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--fct-shop-secondary-text-color)}.fct-shop-per-page-selector select{height:auto;min-height:auto;min-width:50px;cursor:pointer;border-width:0px;background-color:transparent;padding:0 22px 0 0;font-size:14px;font-weight:500;line-height:1.2;color:var(--fct-shop-secondary-text-color);outline-width:0px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.fct-shop-per-page-selector select:focus{outline-width:0px}.fct-shop-paginator .fct-shop-paginator-pager{margin:0;display:flex;list-style-type:none;gap:6px;border-radius:8px;border-width:1px;border-style:solid;border-color:var(--fct-shop-paginator-border-color);background-color:var(--fct-shop-paginator-bg);padding:9px}.fct-shop-paginator .fct-shop-paginator-pager button{display:flex;max-height:22px;min-width:22px;cursor:pointer;align-items:center;justify-content:center;gap:4px;border-radius:9999px;background-color:transparent;padding:4px;font-size:14px;font-weight:500;line-height:1;color:var(--fct-shop-paginator-items-color)}.fct-shop-paginator .fct-shop-paginator-pager button:hover{background-color:var(--fct-shop-paginator-items-hover-bg)}.fct-shop-paginator .fct-shop-paginator-pager button.active,.fct-shop-paginator .fct-shop-paginator-pager li.active button{background-color:var(--fct-shop-paginator-items-active-bg);color:var(--fct-shop-paginator-items-active-color)}.fluent-cart-shop-app-no-products{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:4px;--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.fluent-cart-shop-app-no-products h2{margin-bottom:10px;margin-top:0;font-size:30px;font-weight:600}.fluent-cart-shop-app-no-products p{margin-bottom:20px}.fluent-cart-shop-app-no-products img{height:250px;width:400px;-o-object-fit:cover;object-fit:cover}.fluent-cart-shop-app-no-products .fct-shop-reset-filter-button{height:36px;width:auto;border-radius:8px;padding-left:16px;padding-right:16px}.fluent-cart-shop-app{display:grid;width:100%;flex-shrink:0;grid-template-columns:repeat(1,minmax(0,1fr));gap:24px;container-type:inline-size;container-name:shop-app}.fluent-cart-shop-app :after,.fluent-cart-shop-app :before{box-sizing:border-box}.fct-shop-filter-wrapper{position:sticky;margin-bottom:20px;display:block;height:-moz-max-content;height:max-content}@container product-grid (min-width: 768px){.fct-shop-filter-wrapper{display:block}}.fct-shop-filter-wrapper.is-collapsed{display:none}.fct-shop-price-range-wrap{margin-bottom:20px;display:flex;align-items:center;overflow:hidden;color:var(--fct-shop-primary-text-color)}.fct-shop-price-range-wrap input{background-color:transparent}.fct-shop-price-range-wrap .fct-shop-price-range{display:flex;max-width:50%;align-items:center}.fct-shop-price-range-wrap .fct-shop-currency-sign{font-size:14px}.fct-shop-range-slider.noUi-target{border-width:0px;background-color:var(--fct-shop-secondary-bg-color);--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.fct-shop-range-slider.noUi-horizontal{height:6px}.fct-shop-range-slider .noUi-handle{right:-10px!important;top:-5px!important;height:16px!important;width:16px!important;border-radius:9999px!important;--tw-shadow:0 3px 6px 0px rgba(221,221,221,.8) !important;--tw-shadow-colored:0 3px 6px 0px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.fct-shop-range-slider .noUi-handle:before,.fct-shop-range-slider .noUi-handle:after{display:none}.fct-shop-range-slider .noUi-tooltip{font-size:14px}.fct-shop-range-slider .noUi-connect{background-color:var(--fct-shop-primary-bg-color)}.fct-shop-filter-item{margin-bottom:16px;border-top-width:0px;border-left-width:0px;border-right-width:0px;border-bottom-width:1px;border-style:solid;border-color:var(--fct-shop-divider-color);padding:0 0 16px}.fct-shop-filter-item:last-child{margin-bottom:0;border-width:0px;padding-bottom:0}.fct-shop-filter-item .item-heading{margin-top:0;margin-bottom:0;font-size:15px;font-weight:600;color:var(--fct-shop-primary-text-color)}.fct-shop-filter-item .toggle-icon{border-width:0px;background-color:transparent;padding:0;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transform:rotate(-180deg)}.fct-shop-filter-item .toggle-icon svg{height:11px;width:11px}.fct-shop-filter-item .fct-shop-checkbox-group{font-size:14px;color:var(--fct-shop-secondary-text-color);display:grid;grid-template-rows:1fr;transition:grid-template-rows .2s ease-out}.fct-shop-filter-item .fct-shop-checkbox-group.hide{grid-template-rows:0fr}.fct-shop-filter-item .fct-shop-checkbox-group-inner{max-height:284px;overflow-x:hidden;padding-bottom:10px}.fct-shop-filter-item .fct-shop-apply-filter-button{flex:1 1 0%}.fct-shop-filter-item.is-collapsed .toggle-icon{transform:rotate(0)}.fct-shop-filter-item.is-collapsed .fct-shop-item-collapse-wrap,.fct-shop-filter-item.is-collapsed .fct-shop-checkbox-group-inner{padding-bottom:0}.fct-shop-item-collapse-wrap{display:flex;cursor:pointer;align-items:center;justify-content:space-between;padding-bottom:16px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.fct-shop-checkbox{position:relative;margin-bottom:16px;display:flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;padding-left:24px;font-weight:500;text-transform:capitalize;line-height:1}.fct-shop-checkbox:last-child{margin-bottom:0}.fct-shop-checkbox input{position:absolute;height:0px;width:0px;cursor:pointer;opacity:0}.fct-shop-checkbox input:checked~.checkmark{border-color:var(--fct-shop-checkmark-active-border-color);background-color:var(--fct-shop-checkmark-active-bg)}.fct-shop-checkbox input:checked~.checkmark+span{color:var(--filter-checkbox-active-text-color)}.fct-shop-checkbox input:checked~.checkmark:after{display:block}.fct-shop-checkbox .checkmark{position:absolute;top:0;left:0;height:16px;width:16px;border-radius:4px;border-width:1px;border-style:solid;border-color:var(--fct-shop-checkmark-border-color);background-color:var(--fct-shop-checkmark-bg)}.fct-shop-checkbox .checkmark:after{position:absolute;left:4px;top:1px;display:none;height:10px;width:6px;--tw-rotate:45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-width:2px;border-top-width:0px;border-left-width:0px;border-style:solid;border-color:var(--fct-shop-checkmark-check-border-color);content:"";transform:rotate(45deg)}.fct-shop-responsive-filter-wrapper{position:fixed;right:100%;top:0;z-index:1000;display:flex;height:100vh;width:100%;flex-direction:column;align-items:flex-end;background-color:#00000080}.fct-shop-responsive-filter-wrapper.admin_bar_enabled{margin-top:46px;height:calc(100vh - 46px)}.fct-shop-responsive-filter-wrapper.show{right:0}.fct-shop-responsive-filter-container{height:100vh;width:90%;max-width:300px;--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.fct-shop-responsive-filter-container .fct-shop-responsive-filter-header{display:flex;align-items:center;justify-content:space-between;border-width:1px;border-left-width:0px;border-right-width:0px;border-top-width:0px;border-style:solid;border-color:var(--fct-shop-border-color);padding:16px}.fct-shop-responsive-filter-container .fct-shop-responsive-filter-header h3{margin:0;font-size:18px;font-weight:600;color:var(--fct-shop-primary-text-color)}.fct-shop-responsive-filter-container .fct-shop-responsive-filter-close-button{display:inline-flex;height:28px;width:28px;cursor:pointer;align-items:center;justify-content:center;border-radius:8px;border-width:0px;background-color:transparent;padding:0;--tw-text-opacity:1;color:rgb(86 88 101 / var(--tw-text-opacity, 1))}.fct-shop-responsive-filter-container .fct-shop-responsive-filter-close-button:hover{--tw-bg-opacity:1;background-color:rgb(245 246 247 / var(--tw-bg-opacity, 1))}.fct-shop-responsive-filter-container .fct-shop-filter-form{height:100vh;overflow-y:scroll;padding:20px;max-height:calc(100% - 110px)}.fluent-cart-shop-app-single-product-modal{position:fixed;top:0;left:0;z-index:99999;display:flex;height:100%;width:100%;align-items:center;justify-content:center;padding:20px}.fluent-cart-shop-app-single-product-modal-overlay{position:absolute;top:0;left:0;height:100%;width:100%;--tw-bg-opacity:1;background-color:rgb(47 52 72 / var(--tw-bg-opacity, 1));opacity:.5}.fluent-cart-shop-app-single-product-modal-body{position:relative;z-index:10;max-height:610px;min-height:400px;width:1020px;overflow-x:hidden;border-radius:8px;--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:30px}.fluent-cart-shop-app-single-product-modal-body:active::-webkit-scrollbar-thumb,.fluent-cart-shop-app-single-product-modal-body:focus::-webkit-scrollbar-thumb,.fluent-cart-shop-app-single-product-modal-body:hover::-webkit-scrollbar-thumb{visibility:visible}.fluent-cart-shop-app-single-product-modal-body::-webkit-scrollbar-thumb{border-radius:6px;--tw-bg-opacity:1;background-color:rgb(214 218 225 / var(--tw-bg-opacity, 1))}.fluent-cart-shop-app-single-product-modal-body::-webkit-scrollbar{height:4px;width:8px}.fluent-cart-shop-app-single-product-modal-body .fluent-cart-single-product-page-row{gap:32px}.fluent-cart-shop-app-single-product-modal-body .fluent-cart-similar-product-list{gap:20px}.fluent-cart-shop-app-single-product-modal-body .fluent-cart-single-product-page-product-variant-title{max-width:200px}.fluent-cart-shop-app-single-product-modal-close{position:absolute;top:16px;right:16px;z-index:999;display:flex;height:30px;width:30px;cursor:pointer;align-items:center;justify-content:center;border-radius:9999px}.fluent-cart-shop-app-single-product-modal-close:hover{--tw-bg-opacity:1;background-color:rgb(245 246 247 / var(--tw-bg-opacity, 1))}.fluent-cart-search-bar-app-wrapper-result-container{position:relative;display:inline-block;width:250px}.fluent-cart-search-bar-app-input{min-height:48px!important;width:100%!important;border-radius:8px!important;border-width:1px!important;border-style:solid!important;--tw-border-opacity:1 !important;border-color:rgb(214 218 225 / var(--tw-border-opacity, 1))!important;--tw-bg-opacity:1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important;padding:12px 16px!important;font-size:14px!important;line-height:1!important;--tw-text-opacity:1 !important;color:rgb(47 52 72 / var(--tw-text-opacity, 1))!important}.fluent-cart-search-bar-app-input:focus{--tw-border-opacity:1 !important;border-color:rgb(21 29 38 / var(--tw-border-opacity, 1))!important;outline:2px solid transparent!important;outline-offset:2px!important}.fluent-cart-search-bar-app-input.is-active{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.fluent-cart-search-bar-app-input-wrap{position:relative;display:flex;align-items:center}.fluent-cart-search-bar-app-input-clear{position:absolute;top:50%;right:10px;display:none;height:26px;width:26px;cursor:pointer;text-align:center;line-height:28px;--tw-text-opacity:1;color:rgb(157 159 172 / var(--tw-text-opacity, 1))}.fluent-cart-search-bar-app-input-clear:hover{--tw-text-opacity:1;color:rgb(47 52 72 / var(--tw-text-opacity, 1))}.fluent-cart-search-bar-app-input-clear{transform:translateY(-50%)}.fluent-cart-search-bar-app-input-clear svg{height:16px;width:16px}.fluent-cart-search-bar-app-wrapper-result-wrap{position:absolute;top:100%;left:0;z-index:9999;display:none;width:100%;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-width:1px;border-top-width:0px;border-style:solid;--tw-border-opacity:1;border-color:rgb(214 218 225 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-bottom:4px}.fluent-cart-search-bar-app-wrapper-result-wrap h5{margin:0;padding:10px 10px 8px;font-size:12px;font-weight:600;--tw-text-opacity:1;color:rgb(157 159 172 / var(--tw-text-opacity, 1))}.fluent-cart-search-bar-app-list-wrapper{margin:0!important;max-height:305px!important;list-style-type:none!important;overflow-y:scroll!important;padding:0!important}.fluent-cart-search-bar-app-list-wrapper:active::-webkit-scrollbar-thumb,.fluent-cart-search-bar-app-list-wrapper:focus::-webkit-scrollbar-thumb,.fluent-cart-search-bar-app-list-wrapper:hover::-webkit-scrollbar-thumb{visibility:visible}.fluent-cart-search-bar-app-list-wrapper::-webkit-scrollbar-thumb{border-radius:6px;--tw-bg-opacity:1;background-color:rgb(214 218 225 / var(--tw-bg-opacity, 1));visibility:hidden}.fluent-cart-search-bar-app-list-wrapper::-webkit-scrollbar-thumb:hover{--tw-bg-opacity:1;background-color:rgb(193 199 209 / var(--tw-bg-opacity, 1))}.fluent-cart-search-bar-app-list-wrapper::-webkit-scrollbar{height:4px;width:4px}.fluent-cart-search-bar-app-list-wrapper li{font-size:14px!important;font-weight:500!important;line-height:20px!important;--tw-text-opacity:1 !important;color:rgb(47 52 72 / var(--tw-text-opacity, 1))!important}.fluent-cart-search-bar-app-list-wrapper li a{display:block!important;padding:6px 10px!important;--tw-text-opacity:1 !important;color:rgb(47 52 72 / var(--tw-text-opacity, 1))!important;-webkit-text-decoration-line:none!important;text-decoration-line:none!important}.fluent-cart-search-bar-app-list-wrapper li a:hover{--tw-bg-opacity:1 !important;background-color:rgb(245 246 247 / var(--tw-bg-opacity, 1))!important}.fluent-cart-search-bar-app-list-wrapper li.is-empty{padding:6px 10px}@container product-grid (min-width: 540px){.group.list .fluent-cart-shop-app-single-product{grid-template-areas:"head  body" "head footer"}}@media only screen and (max-width: 1024px){.fluent-cart-shop-app-single-product-modal-body{width:100%}}@media only screen and (max-width: 600px){.fluent-cart-shop-app-paginator{margin-bottom:30px;justify-content:center}.fluent-cart-shop-app-responsive-filter-wrapper.admin_bar_enabled{margin-top:0;height:100vh}.fluent-cart-shop-app-responsive-filter-wrapper{z-index:99999}}@media only screen and (max-width: 805px){.fluent-cart-shop-app-paginator{margin-bottom:30px;justify-content:center}.fluent-cart-shop-app-responsive-filter-wrapper.admin_bar_enabled{margin-top:0;height:100vh}.fluent-cart-shop-app-responsive-filter-wrapper{z-index:99999}}.fluent-cart-shop-app-filter-form-range-input-group{position:relative;display:flex;align-items:center}.fluent-cart-shop-app-filter-form-range-input-group .fluent-cart-shop-app-filter-form-icon{position:relative;top:auto;left:auto;white-space:nowrap;font-size:15px}.fluent-cart-shop-app-filter-form-range-input-group .fluent-cart-shop-app-filter-form-icon svg{--tw-text-opacity:1;color:rgb(47 52 72 / var(--tw-text-opacity, 1))}.fc_price_range_input{pointer-events:none!important;min-height:10px!important;border-radius:0!important;border-width:0px!important;padding:0!important;font-size:15px!important;font-weight:500!important;--tw-text-opacity:1 !important;color:rgb(47 52 72 / var(--tw-text-opacity, 1))!important}.fct-shop-checkbox-child-group{margin-bottom:16px}.fct-shop-checkbox-child-options{margin-left:16px}.fct-shop-sorting-container{position:relative}.fct-shop-sorting-container .fct-sorting-toggle{display:flex;cursor:pointer;align-items:center;gap:6px;border-width:0px;background-color:transparent;padding:0;font-size:16px;line-height:24px;--tw-text-opacity:1;color:rgb(47 52 72 / var(--tw-text-opacity, 1))}.fct-shop-sorting-container .fct-sorting-toggle:focus,.fct-shop-sorting-container .fct-sorting-toggle:hover{outline:none;border-width:0px;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.fct-shop-sorting-container .fct-sorting-toggle.active .fct-sorting-arrow{transform:rotate(-180deg)}.fct-shop-sorting-container .fct-sorting-arrow{transition:transform .25s ease}.fct-shop-sorting-dropdown{position:absolute;top:100%;right:0;z-index:99999;margin-top:10px;min-width:220px;border-radius:8px;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(234 236 240 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:8px;box-shadow:0 -4px 16px -12px #0e121b1a,0 16px 32px #0e121b1a;transform:scale(.95);opacity:0;transition:transform .25s ease,opacity .25s ease;pointer-events:none}.fct-shop-sorting-dropdown.active{transform:scale(1);opacity:1;pointer-events:auto}.fct-shop-sorting{margin:0;display:grid;gap:4px;border-width:0px;padding:0}.fct-shop-sorting input[type=radio]{position:absolute;cursor:pointer;opacity:0}.fct-shop-sorting .fct-sorting-radio{position:relative;height:16px;width:16px;flex-shrink:0;border-radius:9999px;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(214 218 225 / var(--tw-border-opacity, 1));transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.fct-shop-sorting .fct-sorting-radio:after{content:"";position:absolute;width:7.5px;height:7.5px;border-radius:50%;background-color:#fff;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease}.fct-shop-sorting .fct-shop-sorting-item:hover .fct-sorting-radio{--tw-border-opacity:1;border-color:rgb(37 50 65 / var(--tw-border-opacity, 1))}.fct-shop-sorting .fct-shop-sorting-item.selected .fct-sorting-radio{--tw-border-opacity:1;border-color:rgb(37 50 65 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(37 50 65 / var(--tw-bg-opacity, 1))}.fct-shop-sorting .fct-shop-sorting-item.selected .fct-sorting-radio:after{transform:translate(-50%,-50%) scale(1)}.fct-shop-sorting .fct-shop-sorting-item label{position:relative;display:flex;cursor:pointer;align-items:center;gap:8px;padding:4px 8px;font-size:14px;font-weight:500;--tw-text-opacity:1;color:rgb(47 52 72 / var(--tw-text-opacity, 1))}.fct-shop-sorting .fct-shop-sorting-item label:hover{--tw-text-opacity:1;color:rgb(37 50 65 / var(--tw-text-opacity, 1))}.fluent-cart-product-spinner{position:relative;margin-left:auto;margin-right:auto;height:50px;width:50px}.fluent-cart-product-spinner:after,.fluent-cart-product-spinner:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;border-radius:9999px;border-width:2px;border-style:solid;--tw-border-opacity:1;border-color:rgb(37 50 65 / var(--tw-border-opacity, 1));border-top-color:transparent;border-right-color:transparent;animation:fluentCartCartDrawerSpin 1.3s linear infinite}.fluent-cart-product-spinner:after{transform:rotate(30deg);top:10%;left:10%;height:80%;width:80%;animation:fluentCartCartDrawerSpin 1s linear infinite}@keyframes fluentCartCartDrawerSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}.yarpp-thumbnail-default,.yarpp-thumbnail-title,.yarpp-thumbnails-horizontal .yarpp-thumbnail{display:inline-block}.yarpp-thumbnails-horizontal .yarpp-thumbnail{border:1px solid hsla(0,0%,50%,.1);vertical-align:top}.yarpp-thumbnails-horizontal .yarpp-thumbnail-default,.yarpp-thumbnails-horizontal .yarpp-thumbnail>img{display:block}.yarpp-thumbnails-horizontal .yarpp-thumbnail-title{font-size:1em;line-height:1.4em;max-height:2.8em;overflow:hidden;text-decoration:inherit}.yarpp-thumbnail-default{overflow:hidden}