@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;600;900&display=swap);
.reachu-btn-next-filled{transition:all .5s ease-in-out;font-family:var(--fontFamily);font-size:14px;font-weight:600;outline:none;height:45px;display:flex;align-items:center;justify-content:center;width:100%;border-radius:var(--buttonBorderRatio);background:var(--buttonNextColor);border:1px solid var(--buttonNextColor);color:var(--buttonNextTextColor)}.reachu-btn-next-filled:hover{background:var(--buttonNextTextColor);color:var(--buttonNextColor);cursor:pointer}.reachu-btn-next-filled:focus,.reachu-btn-next-filled:active{background:var(--buttonNextTextColor);color:var(--buttonNextColor);outline:none}.reachu-btn-next-filled:disabled,.reachu-btn-next-filled[disabled]{opacity:.5}.reachu-btn-next-filled:disabled:hover,.reachu-btn-next-filled[disabled]:hover{background:var(--buttonNextColor);color:var(--buttonNextTextColor);cursor:initial}.reachu-btn-next-outlined{transition:all .5s ease-in-out;font-family:var(--fontFamily);font-size:14px;font-weight:600;outline:none;height:45px;display:flex;align-items:center;justify-content:center;width:100%;border-radius:var(--buttonBorderRatio);background:rgba(0,0,0,0);border:1px solid var(--buttonNextColor);color:var(--buttonNextColor)}.reachu-btn-next-outlined:hover{background:var(--buttonNextColor);color:var(--buttonNextTextColor);cursor:pointer}.reachu-btn-next-outlined:focus,.reachu-btn-next-outlined:active{background:var(--buttonNextColor);color:var(--buttonNextTextColor);outline:none}.reachu-btn-next-outlined:disabled,.reachu-btn-next-outlined[disabled]{opacity:.5}.reachu-btn-next-outlined:disabled:hover,.reachu-btn-next-outlined[disabled]:hover{background:rgba(0,0,0,0);color:var(--buttonNextColor);border:1px solid var(--buttonNextColor);cursor:initial}.reachu-btn-prev-filled{transition:all .5s ease-in-out;font-family:var(--fontFamily);font-size:14px;font-weight:600;outline:none;height:45px;display:flex;align-items:center;justify-content:center;width:100%;border-radius:var(--buttonBorderRatio);background:var(--buttonPrevColor);border:1px solid var(--buttonPrevColor);color:var(--buttonPrevTextColor)}.reachu-btn-prev-filled:hover{background:var(--buttonPrevTextColor);color:var(--buttonPrevColor);cursor:pointer}.reachu-btn-prev-filled:focus,.reachu-btn-prev-filled:active{background:var(--buttonPrevTextColor);color:var(--buttonPrevColor);outline:none}.reachu-btn-prev-filled:disabled,.reachu-btn-prev-filled[disabled]{opacity:.5}.reachu-btn-prev-filled:disabled:hover,.reachu-btn-prev-filled[disabled]:hover{background:var(--buttonPrevColor);color:var(--buttonPrevTextColor);cursor:initial}.reachu-btn-prev-outlined{transition:all .5s ease-in-out;font-family:var(--fontFamily);font-size:14px;font-weight:600;outline:none;height:45px;display:flex;align-items:center;justify-content:center;width:100%;border-radius:var(--buttonBorderRatio);background:rgba(0,0,0,0);border:1px solid var(--buttonPrevColor);color:var(--buttonPrevColor)}.reachu-btn-prev-outlined:hover{background:var(--buttonPrevColor);color:var(--buttonPrevTextColor);cursor:pointer}.reachu-btn-prev-outlined:focus,.reachu-btn-prev-outlined:active{background:var(--buttonPrevColor);color:var(--buttonPrevTextColor);outline:none}.reachu-btn-prev-outlined:disabled,.reachu-btn-prev-outlined[disabled]{opacity:.5}.reachu-btn-prev-outlined:disabled:hover,.reachu-btn-prev-outlined[disabled]:hover{background:rgba(0,0,0,0);color:var(--buttonPrevColor);border:1px solid var(--buttonPrevColor);cursor:initial}.grid-container{display:grid}.grid-container-2{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:15px;align-items:center;justify-content:center}@media only screen and (max-width: 767px){.grid-container-2{grid-template-columns:auto}.grid-container-2 .grid-item-1{padding-bottom:25px}}.space-between{justify-content:space-between}.align-grid-center{align-content:center}.components-button:focus:not(:disabled){outline:none}.btn-wide{height:50px;width:100%;text-align:center}.btn-wide span{width:100%}@media only screen and (max-width: 400px){.btn-wide{height:40px;position:relative;bottom:0}}.components-spinner{margin:auto;left:50%}.spinner-container{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%)}.spinner-container-products{position:relative;top:50%;transform:translate(-40%, -50%);-webkit-transform:translate(40%, -50%)}.resource-spiner-unique-product{height:300px;width:100%;background:#fff}.resource-spiner-unique-product .spinner-container-products{transform:translate(-45%, -50%);-webkit-transform:translate(45%, -50%)}.reachu-loader-container{position:absolute;z-index:10;left:50%;top:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);height:100%;width:100%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5);transition:all .5s ease-in-out}.reachu-loader{width:24px;height:24px;display:inline-block;position:relative;background:#fff;box-sizing:border-box;animation:animloader 2s linear infinite}@keyframes animloader{0%{transform:translate(0, 0) rotateX(0) rotateY(0)}25%{transform:translate(100%, 0) rotateX(0) rotateY(180deg)}50%{transform:translate(100%, 100%) rotateX(-180deg) rotateY(180deg)}75%{transform:translate(0, 100%) rotateX(-180deg) rotateY(360deg)}100%{transform:translate(0, 0) rotateX(0) rotateY(360deg)}}.wp-block-outshifter-unique-product,.wp-block-outshifter-two-products,.wp-block-outshifter-carousel,.wp-block-outshifter-shop,.wp-block-outshifter-masonry,.wp-block-outshifter-banner,.wp-block-outshifter-action-button{display:flex;flex-flow:column nowrap;justify-content:center;padding:30px;border:1px solid #ccc;outline:none;box-shadow:none;border-radius:7px;background:#fafafa}.wp-block-outshifter-unique-product .btn-preview button,.wp-block-outshifter-two-products .btn-preview button,.wp-block-outshifter-carousel .btn-preview button,.wp-block-outshifter-shop .btn-preview button,.wp-block-outshifter-masonry .btn-preview button,.wp-block-outshifter-banner .btn-preview button,.wp-block-outshifter-action-button .btn-preview button{width:100%;justify-content:center}.wp-block-outshifter-unique-product .action-btn-select,.wp-block-outshifter-two-products .action-btn-select,.wp-block-outshifter-carousel .action-btn-select,.wp-block-outshifter-shop .action-btn-select,.wp-block-outshifter-masonry .action-btn-select,.wp-block-outshifter-banner .action-btn-select,.wp-block-outshifter-action-button .action-btn-select{width:150px;height:36px;justify-content:center;padding-top:0px;padding-bottom:0px;color:#fff !important;border-radius:7px !important;background-color:#262626 !important;box-shadow:none;border:none;font-size:13px;cursor:pointer}.wp-block-outshifter-unique-product .action-btn-select span,.wp-block-outshifter-two-products .action-btn-select span,.wp-block-outshifter-carousel .action-btn-select span,.wp-block-outshifter-shop .action-btn-select span,.wp-block-outshifter-masonry .action-btn-select span,.wp-block-outshifter-banner .action-btn-select span,.wp-block-outshifter-action-button .action-btn-select span{color:#fff !important}.wp-block-outshifter-unique-product .action-btn-select span:hover,.wp-block-outshifter-two-products .action-btn-select span:hover,.wp-block-outshifter-carousel .action-btn-select span:hover,.wp-block-outshifter-shop .action-btn-select span:hover,.wp-block-outshifter-masonry .action-btn-select span:hover,.wp-block-outshifter-banner .action-btn-select span:hover,.wp-block-outshifter-action-button .action-btn-select span:hover{color:#fff !important}.wp-block-outshifter-unique-product .label-container,.wp-block-outshifter-two-products .label-container,.wp-block-outshifter-carousel .label-container,.wp-block-outshifter-shop .label-container,.wp-block-outshifter-masonry .label-container,.wp-block-outshifter-banner .label-container,.wp-block-outshifter-action-button .label-container{display:grid;grid-template-columns:auto;grid-column-gap:15px;width:100%}.wp-block-outshifter-unique-product .label-container #seller-label,.wp-block-outshifter-two-products .label-container #seller-label,.wp-block-outshifter-carousel .label-container #seller-label,.wp-block-outshifter-shop .label-container #seller-label,.wp-block-outshifter-masonry .label-container #seller-label,.wp-block-outshifter-banner .label-container #seller-label,.wp-block-outshifter-action-button .label-container #seller-label{display:flex;align-items:center;background:var(--backgroundShopButton);border-radius:var(--shopButtonRatio);color:var(--shopTextIconColor);max-width:-moz-fit-content !important;max-width:fit-content !important;padding-left:10px;padding-right:10px;height:25px;transition:all .2s ease-in-out;margin-bottom:0}.wp-block-outshifter-unique-product .label-container #seller-label img,.wp-block-outshifter-two-products .label-container #seller-label img,.wp-block-outshifter-carousel .label-container #seller-label img,.wp-block-outshifter-shop .label-container #seller-label img,.wp-block-outshifter-masonry .label-container #seller-label img,.wp-block-outshifter-banner .label-container #seller-label img,.wp-block-outshifter-action-button .label-container #seller-label img{height:11px;padding-right:10px}.wp-block-outshifter-unique-product .label-container #seller-label span,.wp-block-outshifter-two-products .label-container #seller-label span,.wp-block-outshifter-carousel .label-container #seller-label span,.wp-block-outshifter-shop .label-container #seller-label span,.wp-block-outshifter-masonry .label-container #seller-label span,.wp-block-outshifter-banner .label-container #seller-label span,.wp-block-outshifter-action-button .label-container #seller-label span{font-size:10px;font-weight:500}.wp-block-outshifter-unique-product .label-container #seller-label .label-icon,.wp-block-outshifter-two-products .label-container #seller-label .label-icon,.wp-block-outshifter-carousel .label-container #seller-label .label-icon,.wp-block-outshifter-shop .label-container #seller-label .label-icon,.wp-block-outshifter-masonry .label-container #seller-label .label-icon,.wp-block-outshifter-banner .label-container #seller-label .label-icon,.wp-block-outshifter-action-button .label-container #seller-label .label-icon{margin-left:6px;font-size:9px;color:var(--shopTextIconColor)}.wp-block-outshifter-unique-product .label-container #seller-label a,.wp-block-outshifter-two-products .label-container #seller-label a,.wp-block-outshifter-carousel .label-container #seller-label a,.wp-block-outshifter-shop .label-container #seller-label a,.wp-block-outshifter-masonry .label-container #seller-label a,.wp-block-outshifter-banner .label-container #seller-label a,.wp-block-outshifter-action-button .label-container #seller-label a{text-decoration:none;color:var(--shopTextIconColor);display:flex;align-items:center}.wp-block-outshifter-unique-product .label-container #seller-label:hover,.wp-block-outshifter-two-products .label-container #seller-label:hover,.wp-block-outshifter-carousel .label-container #seller-label:hover,.wp-block-outshifter-shop .label-container #seller-label:hover,.wp-block-outshifter-masonry .label-container #seller-label:hover,.wp-block-outshifter-banner .label-container #seller-label:hover,.wp-block-outshifter-action-button .label-container #seller-label:hover{cursor:pointer;box-shadow:0px 0px 13px 2px rgba(0,0,0,.2)}.wp-block-outshifter-unique-product .container-card,.wp-block-outshifter-two-products .container-card,.wp-block-outshifter-carousel .container-card,.wp-block-outshifter-shop .container-card,.wp-block-outshifter-masonry .container-card,.wp-block-outshifter-banner .container-card,.wp-block-outshifter-action-button .container-card{padding-top:20px;padding-bottom:30px}.wp-block-outshifter-unique-product .container-card .card-header,.wp-block-outshifter-two-products .container-card .card-header,.wp-block-outshifter-carousel .container-card .card-header,.wp-block-outshifter-shop .container-card .card-header,.wp-block-outshifter-masonry .container-card .card-header,.wp-block-outshifter-banner .container-card .card-header,.wp-block-outshifter-action-button .container-card .card-header{display:flex;align-items:center;margin:auto;justify-content:space-between;margin-bottom:25px}.wp-block-outshifter-unique-product .container-card .card-header img,.wp-block-outshifter-two-products .container-card .card-header img,.wp-block-outshifter-carousel .container-card .card-header img,.wp-block-outshifter-shop .container-card .card-header img,.wp-block-outshifter-masonry .container-card .card-header img,.wp-block-outshifter-banner .container-card .card-header img,.wp-block-outshifter-action-button .container-card .card-header img{margin-right:15px}.wp-block-outshifter-unique-product .container-card .card-header .preview-outshifter-logo,.wp-block-outshifter-two-products .container-card .card-header .preview-outshifter-logo,.wp-block-outshifter-carousel .container-card .card-header .preview-outshifter-logo,.wp-block-outshifter-shop .container-card .card-header .preview-outshifter-logo,.wp-block-outshifter-masonry .container-card .card-header .preview-outshifter-logo,.wp-block-outshifter-banner .container-card .card-header .preview-outshifter-logo,.wp-block-outshifter-action-button .container-card .card-header .preview-outshifter-logo{width:115px}.wp-block-outshifter-unique-product .container-card .outshifter-blocks-product-content-null,.wp-block-outshifter-two-products .container-card .outshifter-blocks-product-content-null,.wp-block-outshifter-carousel .container-card .outshifter-blocks-product-content-null,.wp-block-outshifter-shop .container-card .outshifter-blocks-product-content-null,.wp-block-outshifter-masonry .container-card .outshifter-blocks-product-content-null,.wp-block-outshifter-banner .container-card .outshifter-blocks-product-content-null,.wp-block-outshifter-action-button .container-card .outshifter-blocks-product-content-null{width:100%;height:100%;text-align:center;margin:auto;border-radius:10px;padding:10px;margin-bottom:65px;display:flex;align-items:center;padding-top:0;justify-content:center;margin-top:50px}.wp-block-outshifter-unique-product .container-card .outshifter-blocks-product-content-null .null-product-icon,.wp-block-outshifter-two-products .container-card .outshifter-blocks-product-content-null .null-product-icon,.wp-block-outshifter-carousel .container-card .outshifter-blocks-product-content-null .null-product-icon,.wp-block-outshifter-shop .container-card .outshifter-blocks-product-content-null .null-product-icon,.wp-block-outshifter-masonry .container-card .outshifter-blocks-product-content-null .null-product-icon,.wp-block-outshifter-banner .container-card .outshifter-blocks-product-content-null .null-product-icon,.wp-block-outshifter-action-button .container-card .outshifter-blocks-product-content-null .null-product-icon{max-width:70%}.wp-block-outshifter-unique-product .outshifter-blocks-product-title,.wp-block-outshifter-two-products .outshifter-blocks-product-title,.wp-block-outshifter-carousel .outshifter-blocks-product-title,.wp-block-outshifter-shop .outshifter-blocks-product-title,.wp-block-outshifter-masonry .outshifter-blocks-product-title,.wp-block-outshifter-banner .outshifter-blocks-product-title,.wp-block-outshifter-action-button .outshifter-blocks-product-title{text-align:center;font-size:13px;font-weight:bold;color:#7300f9;padding-left:12px}.wp-block-outshifter-unique-product .outshifter-blocks-product-content,.wp-block-outshifter-two-products .outshifter-blocks-product-content,.wp-block-outshifter-carousel .outshifter-blocks-product-content,.wp-block-outshifter-shop .outshifter-blocks-product-content,.wp-block-outshifter-masonry .outshifter-blocks-product-content,.wp-block-outshifter-banner .outshifter-blocks-product-content,.wp-block-outshifter-action-button .outshifter-blocks-product-content{width:100%;margin:auto;background-color:#fff;margin-bottom:25px}.wp-block-outshifter-unique-product .outshifter-blocks-product-content .resource-unique-product img,.wp-block-outshifter-two-products .outshifter-blocks-product-content .resource-unique-product img,.wp-block-outshifter-carousel .outshifter-blocks-product-content .resource-unique-product img,.wp-block-outshifter-shop .outshifter-blocks-product-content .resource-unique-product img,.wp-block-outshifter-masonry .outshifter-blocks-product-content .resource-unique-product img,.wp-block-outshifter-banner .outshifter-blocks-product-content .resource-unique-product img,.wp-block-outshifter-action-button .outshifter-blocks-product-content .resource-unique-product img{max-height:100%}.wp-block-outshifter-unique-product .outshifter-blocks-product-content .card-product-title,.wp-block-outshifter-two-products .outshifter-blocks-product-content .card-product-title,.wp-block-outshifter-carousel .outshifter-blocks-product-content .card-product-title,.wp-block-outshifter-shop .outshifter-blocks-product-content .card-product-title,.wp-block-outshifter-masonry .outshifter-blocks-product-content .card-product-title,.wp-block-outshifter-banner .outshifter-blocks-product-content .card-product-title,.wp-block-outshifter-action-button .outshifter-blocks-product-content .card-product-title{font-weight:600;font-size:14px;padding-top:10px;margin-bottom:-5px;color:#000}.wp-block-outshifter-unique-product .outshifter-blocks-product-content .card-product-brand,.wp-block-outshifter-two-products .outshifter-blocks-product-content .card-product-brand,.wp-block-outshifter-carousel .outshifter-blocks-product-content .card-product-brand,.wp-block-outshifter-shop .outshifter-blocks-product-content .card-product-brand,.wp-block-outshifter-masonry .outshifter-blocks-product-content .card-product-brand,.wp-block-outshifter-banner .outshifter-blocks-product-content .card-product-brand,.wp-block-outshifter-action-button .outshifter-blocks-product-content .card-product-brand{font-size:11px;color:#606060}.wp-block-outshifter-unique-product .outshifter-blocks-product-content .card-product-price,.wp-block-outshifter-two-products .outshifter-blocks-product-content .card-product-price,.wp-block-outshifter-carousel .outshifter-blocks-product-content .card-product-price,.wp-block-outshifter-shop .outshifter-blocks-product-content .card-product-price,.wp-block-outshifter-masonry .outshifter-blocks-product-content .card-product-price,.wp-block-outshifter-banner .outshifter-blocks-product-content .card-product-price,.wp-block-outshifter-action-button .outshifter-blocks-product-content .card-product-price{font-weight:600;font-size:12px;padding-top:10px;margin-bottom:3px;color:#000}.wp-block-outshifter-unique-product .preview-image-container,.wp-block-outshifter-two-products .preview-image-container,.wp-block-outshifter-carousel .preview-image-container,.wp-block-outshifter-shop .preview-image-container,.wp-block-outshifter-masonry .preview-image-container,.wp-block-outshifter-banner .preview-image-container,.wp-block-outshifter-action-button .preview-image-container{margin-bottom:0}.wp-block-outshifter-unique-product .preview-product-info-container .modal-product-container,.wp-block-outshifter-unique-product .products-list .modal-product-container,.wp-block-outshifter-unique-product .resource-unique-product .modal-product-container,.wp-block-outshifter-two-products .preview-product-info-container .modal-product-container,.wp-block-outshifter-two-products .products-list .modal-product-container,.wp-block-outshifter-two-products .resource-unique-product .modal-product-container,.wp-block-outshifter-carousel .preview-product-info-container .modal-product-container,.wp-block-outshifter-carousel .products-list .modal-product-container,.wp-block-outshifter-carousel .resource-unique-product .modal-product-container,.wp-block-outshifter-shop .preview-product-info-container .modal-product-container,.wp-block-outshifter-shop .products-list .modal-product-container,.wp-block-outshifter-shop .resource-unique-product .modal-product-container,.wp-block-outshifter-masonry .preview-product-info-container .modal-product-container,.wp-block-outshifter-masonry .products-list .modal-product-container,.wp-block-outshifter-masonry .resource-unique-product .modal-product-container,.wp-block-outshifter-banner .preview-product-info-container .modal-product-container,.wp-block-outshifter-banner .products-list .modal-product-container,.wp-block-outshifter-banner .resource-unique-product .modal-product-container,.wp-block-outshifter-action-button .preview-product-info-container .modal-product-container,.wp-block-outshifter-action-button .products-list .modal-product-container,.wp-block-outshifter-action-button .resource-unique-product .modal-product-container{width:100%;background-repeat:no-repeat;background-position:center}.wp-block-outshifter-unique-product .preview-product-info-container .product-info-container,.wp-block-outshifter-unique-product .products-list .product-info-container,.wp-block-outshifter-unique-product .resource-unique-product .product-info-container,.wp-block-outshifter-two-products .preview-product-info-container .product-info-container,.wp-block-outshifter-two-products .products-list .product-info-container,.wp-block-outshifter-two-products .resource-unique-product .product-info-container,.wp-block-outshifter-carousel .preview-product-info-container .product-info-container,.wp-block-outshifter-carousel .products-list .product-info-container,.wp-block-outshifter-carousel .resource-unique-product .product-info-container,.wp-block-outshifter-shop .preview-product-info-container .product-info-container,.wp-block-outshifter-shop .products-list .product-info-container,.wp-block-outshifter-shop .resource-unique-product .product-info-container,.wp-block-outshifter-masonry .preview-product-info-container .product-info-container,.wp-block-outshifter-masonry .products-list .product-info-container,.wp-block-outshifter-masonry .resource-unique-product .product-info-container,.wp-block-outshifter-banner .preview-product-info-container .product-info-container,.wp-block-outshifter-banner .products-list .product-info-container,.wp-block-outshifter-banner .resource-unique-product .product-info-container,.wp-block-outshifter-action-button .preview-product-info-container .product-info-container,.wp-block-outshifter-action-button .products-list .product-info-container,.wp-block-outshifter-action-button .resource-unique-product .product-info-container{color:#06070d}.wp-block-outshifter-unique-product .preview-product-info-container .product-info-container .product-info-content:hover,.wp-block-outshifter-unique-product .products-list .product-info-container .product-info-content:hover,.wp-block-outshifter-unique-product .resource-unique-product .product-info-container .product-info-content:hover,.wp-block-outshifter-two-products .preview-product-info-container .product-info-container .product-info-content:hover,.wp-block-outshifter-two-products .products-list .product-info-container .product-info-content:hover,.wp-block-outshifter-two-products .resource-unique-product .product-info-container .product-info-content:hover,.wp-block-outshifter-carousel .preview-product-info-container .product-info-container .product-info-content:hover,.wp-block-outshifter-carousel .products-list .product-info-container .product-info-content:hover,.wp-block-outshifter-carousel .resource-unique-product .product-info-container .product-info-content:hover,.wp-block-outshifter-shop .preview-product-info-container .product-info-container .product-info-content:hover,.wp-block-outshifter-shop .products-list .product-info-container .product-info-content:hover,.wp-block-outshifter-shop .resource-unique-product .product-info-container .product-info-content:hover,.wp-block-outshifter-masonry .preview-product-info-container .product-info-container .product-info-content:hover,.wp-block-outshifter-masonry .products-list .product-info-container .product-info-content:hover,.wp-block-outshifter-masonry .resource-unique-product .product-info-container .product-info-content:hover,.wp-block-outshifter-banner .preview-product-info-container .product-info-container .product-info-content:hover,.wp-block-outshifter-banner .products-list .product-info-container .product-info-content:hover,.wp-block-outshifter-banner .resource-unique-product .product-info-container .product-info-content:hover,.wp-block-outshifter-action-button .preview-product-info-container .product-info-container .product-info-content:hover,.wp-block-outshifter-action-button .products-list .product-info-container .product-info-content:hover,.wp-block-outshifter-action-button .resource-unique-product .product-info-container .product-info-content:hover{cursor:pointer}.wp-block-outshifter-unique-product .preview-product-info-container .product-info-container .product-info-content span,.wp-block-outshifter-unique-product .products-list .product-info-container .product-info-content span,.wp-block-outshifter-unique-product .resource-unique-product .product-info-container .product-info-content span,.wp-block-outshifter-two-products .preview-product-info-container .product-info-container .product-info-content span,.wp-block-outshifter-two-products .products-list .product-info-container .product-info-content span,.wp-block-outshifter-two-products .resource-unique-product .product-info-container .product-info-content span,.wp-block-outshifter-carousel .preview-product-info-container .product-info-container .product-info-content span,.wp-block-outshifter-carousel .products-list .product-info-container .product-info-content span,.wp-block-outshifter-carousel .resource-unique-product .product-info-container .product-info-content span,.wp-block-outshifter-shop .preview-product-info-container .product-info-container .product-info-content span,.wp-block-outshifter-shop .products-list .product-info-container .product-info-content span,.wp-block-outshifter-shop .resource-unique-product .product-info-container .product-info-content span,.wp-block-outshifter-masonry .preview-product-info-container .product-info-container .product-info-content span,.wp-block-outshifter-masonry .products-list .product-info-container .product-info-content span,.wp-block-outshifter-masonry .resource-unique-product .product-info-container .product-info-content span,.wp-block-outshifter-banner .preview-product-info-container .product-info-container .product-info-content span,.wp-block-outshifter-banner .products-list .product-info-container .product-info-content span,.wp-block-outshifter-banner .resource-unique-product .product-info-container .product-info-content span,.wp-block-outshifter-action-button .preview-product-info-container .product-info-container .product-info-content span,.wp-block-outshifter-action-button .products-list .product-info-container .product-info-content span,.wp-block-outshifter-action-button .resource-unique-product .product-info-container .product-info-content span{display:block;font-size:16px;line-height:1.3}.wp-block-outshifter-unique-product .preview-product-info-container .product-info-container .product-info-content .product-info-title,.wp-block-outshifter-unique-product .products-list .product-info-container .product-info-content .product-info-title,.wp-block-outshifter-unique-product .resource-unique-product .product-info-container .product-info-content .product-info-title,.wp-block-outshifter-two-products .preview-product-info-container .product-info-container .product-info-content .product-info-title,.wp-block-outshifter-two-products .products-list .product-info-container .product-info-content .product-info-title,.wp-block-outshifter-two-products .resource-unique-product .product-info-container .product-info-content .product-info-title,.wp-block-outshifter-carousel .preview-product-info-container .product-info-container .product-info-content .product-info-title,.wp-block-outshifter-carousel .products-list .product-info-container .product-info-content .product-info-title,.wp-block-outshifter-carousel .resource-unique-product .product-info-container .product-info-content .product-info-title,.wp-block-outshifter-shop .preview-product-info-container .product-info-container .product-info-content .product-info-title,.wp-block-outshifter-shop .products-list .product-info-container .product-info-content .product-info-title,.wp-block-outshifter-shop .resource-unique-product .product-info-container .product-info-content .product-info-title,.wp-block-outshifter-masonry .preview-product-info-container .product-info-container .product-info-content .product-info-title,.wp-block-outshifter-masonry .products-list .product-info-container .product-info-content .product-info-title,.wp-block-outshifter-masonry .resource-unique-product .product-info-container .product-info-content .product-info-title,.wp-block-outshifter-banner .preview-product-info-container .product-info-container .product-info-content .product-info-title,.wp-block-outshifter-banner .products-list .product-info-container .product-info-content .product-info-title,.wp-block-outshifter-banner .resource-unique-product .product-info-container .product-info-content .product-info-title,.wp-block-outshifter-action-button .preview-product-info-container .product-info-container .product-info-content .product-info-title,.wp-block-outshifter-action-button .products-list .product-info-container .product-info-content .product-info-title,.wp-block-outshifter-action-button .resource-unique-product .product-info-container .product-info-content .product-info-title{font-family:var(--fontFamily);font-size:16px;font-weight:600}.wp-block-outshifter-unique-product .preview-product-info-container .product-info-container .product-info-content .product-info-supplier,.wp-block-outshifter-unique-product .products-list .product-info-container .product-info-content .product-info-supplier,.wp-block-outshifter-unique-product .resource-unique-product .product-info-container .product-info-content .product-info-supplier,.wp-block-outshifter-two-products .preview-product-info-container .product-info-container .product-info-content .product-info-supplier,.wp-block-outshifter-two-products .products-list .product-info-container .product-info-content .product-info-supplier,.wp-block-outshifter-two-products .resource-unique-product .product-info-container .product-info-content .product-info-supplier,.wp-block-outshifter-carousel .preview-product-info-container .product-info-container .product-info-content .product-info-supplier,.wp-block-outshifter-carousel .products-list .product-info-container .product-info-content .product-info-supplier,.wp-block-outshifter-carousel .resource-unique-product .product-info-container .product-info-content .product-info-supplier,.wp-block-outshifter-shop .preview-product-info-container .product-info-container .product-info-content .product-info-supplier,.wp-block-outshifter-shop .products-list .product-info-container .product-info-content .product-info-supplier,.wp-block-outshifter-shop .resource-unique-product .product-info-container .product-info-content .product-info-supplier,.wp-block-outshifter-masonry .preview-product-info-container .product-info-container .product-info-content .product-info-supplier,.wp-block-outshifter-masonry .products-list .product-info-container .product-info-content .product-info-supplier,.wp-block-outshifter-masonry .resource-unique-product .product-info-container .product-info-content .product-info-supplier,.wp-block-outshifter-banner .preview-product-info-container .product-info-container .product-info-content .product-info-supplier,.wp-block-outshifter-banner .products-list .product-info-container .product-info-content .product-info-supplier,.wp-block-outshifter-banner .resource-unique-product .product-info-container .product-info-content .product-info-supplier,.wp-block-outshifter-action-button .preview-product-info-container .product-info-container .product-info-content .product-info-supplier,.wp-block-outshifter-action-button .products-list .product-info-container .product-info-content .product-info-supplier,.wp-block-outshifter-action-button .resource-unique-product .product-info-container .product-info-content .product-info-supplier{font-family:var(--fontFamily);font-size:14px}.wp-block-outshifter-unique-product .preview-product-info-container .product-info-container .product-info-content .product-info-price,.wp-block-outshifter-unique-product .products-list .product-info-container .product-info-content .product-info-price,.wp-block-outshifter-unique-product .resource-unique-product .product-info-container .product-info-content .product-info-price,.wp-block-outshifter-two-products .preview-product-info-container .product-info-container .product-info-content .product-info-price,.wp-block-outshifter-two-products .products-list .product-info-container .product-info-content .product-info-price,.wp-block-outshifter-two-products .resource-unique-product .product-info-container .product-info-content .product-info-price,.wp-block-outshifter-carousel .preview-product-info-container .product-info-container .product-info-content .product-info-price,.wp-block-outshifter-carousel .products-list .product-info-container .product-info-content .product-info-price,.wp-block-outshifter-carousel .resource-unique-product .product-info-container .product-info-content .product-info-price,.wp-block-outshifter-shop .preview-product-info-container .product-info-container .product-info-content .product-info-price,.wp-block-outshifter-shop .products-list .product-info-container .product-info-content .product-info-price,.wp-block-outshifter-shop .resource-unique-product .product-info-container .product-info-content .product-info-price,.wp-block-outshifter-masonry .preview-product-info-container .product-info-container .product-info-content .product-info-price,.wp-block-outshifter-masonry .products-list .product-info-container .product-info-content .product-info-price,.wp-block-outshifter-masonry .resource-unique-product .product-info-container .product-info-content .product-info-price,.wp-block-outshifter-banner .preview-product-info-container .product-info-container .product-info-content .product-info-price,.wp-block-outshifter-banner .products-list .product-info-container .product-info-content .product-info-price,.wp-block-outshifter-banner .resource-unique-product .product-info-container .product-info-content .product-info-price,.wp-block-outshifter-action-button .preview-product-info-container .product-info-container .product-info-content .product-info-price,.wp-block-outshifter-action-button .products-list .product-info-container .product-info-content .product-info-price,.wp-block-outshifter-action-button .resource-unique-product .product-info-container .product-info-content .product-info-price{font-family:var(--fontFamily);font-size:16px;font-weight:700}.wp-block-outshifter-unique-product .preview-product-info-container .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-unique-product .products-list .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-unique-product .resource-unique-product .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-two-products .preview-product-info-container .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-two-products .products-list .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-two-products .resource-unique-product .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-carousel .preview-product-info-container .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-carousel .products-list .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-carousel .resource-unique-product .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-shop .preview-product-info-container .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-shop .products-list .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-shop .resource-unique-product .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-masonry .preview-product-info-container .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-masonry .products-list .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-masonry .resource-unique-product .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-banner .preview-product-info-container .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-banner .products-list .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-banner .resource-unique-product .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-action-button .preview-product-info-container .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-action-button .products-list .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-action-button .resource-unique-product .product-info-container .product-info-content .modal-trigger{margin-top:5px}.wp-block-outshifter-unique-product .preview-product-info-container .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-unique-product .products-list .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-unique-product .resource-unique-product .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-two-products .preview-product-info-container .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-two-products .products-list .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-two-products .resource-unique-product .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-carousel .preview-product-info-container .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-carousel .products-list .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-carousel .resource-unique-product .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-shop .preview-product-info-container .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-shop .products-list .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-shop .resource-unique-product .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-masonry .preview-product-info-container .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-masonry .products-list .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-masonry .resource-unique-product .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-banner .preview-product-info-container .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-banner .products-list .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-banner .resource-unique-product .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-action-button .preview-product-info-container .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-action-button .products-list .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-action-button .resource-unique-product .product-info-container .product-info-content .modal-trigger button{height:40px;padding-left:25px;padding-right:25px;width:100%}.wp-block-outshifter-unique-product .preview-product-info-container .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-unique-product .products-list .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-unique-product .resource-unique-product .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-two-products .preview-product-info-container .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-two-products .products-list .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-two-products .resource-unique-product .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-carousel .preview-product-info-container .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-carousel .products-list .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-carousel .resource-unique-product .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-shop .preview-product-info-container .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-shop .products-list .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-shop .resource-unique-product .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-masonry .preview-product-info-container .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-masonry .products-list .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-masonry .resource-unique-product .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-banner .preview-product-info-container .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-banner .products-list .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-banner .resource-unique-product .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-action-button .preview-product-info-container .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-action-button .products-list .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-action-button .resource-unique-product .product-info-container .product-info-content .modal-trigger button span{margin-left:auto;margin-right:auto;font-size:16px}@media only screen and (max-width: 575px){.wp-block-outshifter-unique-product .preview-product-info-container .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-unique-product .products-list .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-unique-product .resource-unique-product .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-two-products .preview-product-info-container .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-two-products .products-list .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-two-products .resource-unique-product .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-carousel .preview-product-info-container .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-carousel .products-list .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-carousel .resource-unique-product .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-shop .preview-product-info-container .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-shop .products-list .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-shop .resource-unique-product .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-masonry .preview-product-info-container .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-masonry .products-list .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-masonry .resource-unique-product .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-banner .preview-product-info-container .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-banner .products-list .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-banner .resource-unique-product .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-action-button .preview-product-info-container .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-action-button .products-list .product-info-container .product-info-content .modal-trigger,.wp-block-outshifter-action-button .resource-unique-product .product-info-container .product-info-content .modal-trigger{margin-top:15px}.wp-block-outshifter-unique-product .preview-product-info-container .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-unique-product .products-list .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-unique-product .resource-unique-product .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-two-products .preview-product-info-container .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-two-products .products-list .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-two-products .resource-unique-product .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-carousel .preview-product-info-container .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-carousel .products-list .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-carousel .resource-unique-product .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-shop .preview-product-info-container .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-shop .products-list .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-shop .resource-unique-product .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-masonry .preview-product-info-container .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-masonry .products-list .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-masonry .resource-unique-product .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-banner .preview-product-info-container .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-banner .products-list .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-banner .resource-unique-product .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-action-button .preview-product-info-container .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-action-button .products-list .product-info-container .product-info-content .modal-trigger button,.wp-block-outshifter-action-button .resource-unique-product .product-info-container .product-info-content .modal-trigger button{width:100%;height:35px}.wp-block-outshifter-unique-product .preview-product-info-container .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-unique-product .products-list .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-unique-product .resource-unique-product .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-two-products .preview-product-info-container .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-two-products .products-list .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-two-products .resource-unique-product .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-carousel .preview-product-info-container .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-carousel .products-list .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-carousel .resource-unique-product .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-shop .preview-product-info-container .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-shop .products-list .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-shop .resource-unique-product .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-masonry .preview-product-info-container .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-masonry .products-list .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-masonry .resource-unique-product .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-banner .preview-product-info-container .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-banner .products-list .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-banner .resource-unique-product .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-action-button .preview-product-info-container .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-action-button .products-list .product-info-container .product-info-content .modal-trigger button span,.wp-block-outshifter-action-button .resource-unique-product .product-info-container .product-info-content .modal-trigger button span{font-size:16px}}.wp-block-outshifter-unique-product .grid-container-2-preview,.wp-block-outshifter-two-products .grid-container-2-preview,.wp-block-outshifter-carousel .grid-container-2-preview,.wp-block-outshifter-shop .grid-container-2-preview,.wp-block-outshifter-masonry .grid-container-2-preview,.wp-block-outshifter-banner .grid-container-2-preview,.wp-block-outshifter-action-button .grid-container-2-preview{display:grid;grid-template-rows:1fr auto;width:100%;grid-template-columns:auto;align-items:inherit;justify-content:inherit}.wp-block-outshifter-unique-product .grid-container-2-preview .preview-products-two-products,.wp-block-outshifter-two-products .grid-container-2-preview .preview-products-two-products,.wp-block-outshifter-carousel .grid-container-2-preview .preview-products-two-products,.wp-block-outshifter-shop .grid-container-2-preview .preview-products-two-products,.wp-block-outshifter-masonry .grid-container-2-preview .preview-products-two-products,.wp-block-outshifter-banner .grid-container-2-preview .preview-products-two-products,.wp-block-outshifter-action-button .grid-container-2-preview .preview-products-two-products{display:grid;grid-template-columns:1fr 1fr}.wp-block-outshifter-unique-product .grid-container-2-preview .preview-products-two-products .preview-item-1,.wp-block-outshifter-unique-product .grid-container-2-preview .preview-products-two-products .preview-item-2,.wp-block-outshifter-two-products .grid-container-2-preview .preview-products-two-products .preview-item-1,.wp-block-outshifter-two-products .grid-container-2-preview .preview-products-two-products .preview-item-2,.wp-block-outshifter-carousel .grid-container-2-preview .preview-products-two-products .preview-item-1,.wp-block-outshifter-carousel .grid-container-2-preview .preview-products-two-products .preview-item-2,.wp-block-outshifter-shop .grid-container-2-preview .preview-products-two-products .preview-item-1,.wp-block-outshifter-shop .grid-container-2-preview .preview-products-two-products .preview-item-2,.wp-block-outshifter-masonry .grid-container-2-preview .preview-products-two-products .preview-item-1,.wp-block-outshifter-masonry .grid-container-2-preview .preview-products-two-products .preview-item-2,.wp-block-outshifter-banner .grid-container-2-preview .preview-products-two-products .preview-item-1,.wp-block-outshifter-banner .grid-container-2-preview .preview-products-two-products .preview-item-2,.wp-block-outshifter-action-button .grid-container-2-preview .preview-products-two-products .preview-item-1,.wp-block-outshifter-action-button .grid-container-2-preview .preview-products-two-products .preview-item-2{height:100%;display:grid;grid-template-rows:1fr auto}.wp-block-outshifter-unique-product .grid-container-2-preview .preview-products-two-products .preview-item-1 .modal-product-container,.wp-block-outshifter-unique-product .grid-container-2-preview .preview-products-two-products .preview-item-2 .modal-product-container,.wp-block-outshifter-two-products .grid-container-2-preview .preview-products-two-products .preview-item-1 .modal-product-container,.wp-block-outshifter-two-products .grid-container-2-preview .preview-products-two-products .preview-item-2 .modal-product-container,.wp-block-outshifter-carousel .grid-container-2-preview .preview-products-two-products .preview-item-1 .modal-product-container,.wp-block-outshifter-carousel .grid-container-2-preview .preview-products-two-products .preview-item-2 .modal-product-container,.wp-block-outshifter-shop .grid-container-2-preview .preview-products-two-products .preview-item-1 .modal-product-container,.wp-block-outshifter-shop .grid-container-2-preview .preview-products-two-products .preview-item-2 .modal-product-container,.wp-block-outshifter-masonry .grid-container-2-preview .preview-products-two-products .preview-item-1 .modal-product-container,.wp-block-outshifter-masonry .grid-container-2-preview .preview-products-two-products .preview-item-2 .modal-product-container,.wp-block-outshifter-banner .grid-container-2-preview .preview-products-two-products .preview-item-1 .modal-product-container,.wp-block-outshifter-banner .grid-container-2-preview .preview-products-two-products .preview-item-2 .modal-product-container,.wp-block-outshifter-action-button .grid-container-2-preview .preview-products-two-products .preview-item-1 .modal-product-container,.wp-block-outshifter-action-button .grid-container-2-preview .preview-products-two-products .preview-item-2 .modal-product-container{display:flex;justify-content:center;align-items:center}.wp-block-outshifter-unique-product .grid-container-2-preview .preview-products-two-products .preview-item-1 .container-null,.wp-block-outshifter-unique-product .grid-container-2-preview .preview-products-two-products .preview-item-2 .container-null,.wp-block-outshifter-two-products .grid-container-2-preview .preview-products-two-products .preview-item-1 .container-null,.wp-block-outshifter-two-products .grid-container-2-preview .preview-products-two-products .preview-item-2 .container-null,.wp-block-outshifter-carousel .grid-container-2-preview .preview-products-two-products .preview-item-1 .container-null,.wp-block-outshifter-carousel .grid-container-2-preview .preview-products-two-products .preview-item-2 .container-null,.wp-block-outshifter-shop .grid-container-2-preview .preview-products-two-products .preview-item-1 .container-null,.wp-block-outshifter-shop .grid-container-2-preview .preview-products-two-products .preview-item-2 .container-null,.wp-block-outshifter-masonry .grid-container-2-preview .preview-products-two-products .preview-item-1 .container-null,.wp-block-outshifter-masonry .grid-container-2-preview .preview-products-two-products .preview-item-2 .container-null,.wp-block-outshifter-banner .grid-container-2-preview .preview-products-two-products .preview-item-1 .container-null,.wp-block-outshifter-banner .grid-container-2-preview .preview-products-two-products .preview-item-2 .container-null,.wp-block-outshifter-action-button .grid-container-2-preview .preview-products-two-products .preview-item-1 .container-null,.wp-block-outshifter-action-button .grid-container-2-preview .preview-products-two-products .preview-item-2 .container-null{display:flex;align-items:center;justify-content:center}.wp-block-outshifter-unique-product .grid-container-2-preview .preview-products-two-products .preview-item-1 .outshifter-blocks-product-content-null,.wp-block-outshifter-unique-product .grid-container-2-preview .preview-products-two-products .preview-item-2 .outshifter-blocks-product-content-null,.wp-block-outshifter-two-products .grid-container-2-preview .preview-products-two-products .preview-item-1 .outshifter-blocks-product-content-null,.wp-block-outshifter-two-products .grid-container-2-preview .preview-products-two-products .preview-item-2 .outshifter-blocks-product-content-null,.wp-block-outshifter-carousel .grid-container-2-preview .preview-products-two-products .preview-item-1 .outshifter-blocks-product-content-null,.wp-block-outshifter-carousel .grid-container-2-preview .preview-products-two-products .preview-item-2 .outshifter-blocks-product-content-null,.wp-block-outshifter-shop .grid-container-2-preview .preview-products-two-products .preview-item-1 .outshifter-blocks-product-content-null,.wp-block-outshifter-shop .grid-container-2-preview .preview-products-two-products .preview-item-2 .outshifter-blocks-product-content-null,.wp-block-outshifter-masonry .grid-container-2-preview .preview-products-two-products .preview-item-1 .outshifter-blocks-product-content-null,.wp-block-outshifter-masonry .grid-container-2-preview .preview-products-two-products .preview-item-2 .outshifter-blocks-product-content-null,.wp-block-outshifter-banner .grid-container-2-preview .preview-products-two-products .preview-item-1 .outshifter-blocks-product-content-null,.wp-block-outshifter-banner .grid-container-2-preview .preview-products-two-products .preview-item-2 .outshifter-blocks-product-content-null,.wp-block-outshifter-action-button .grid-container-2-preview .preview-products-two-products .preview-item-1 .outshifter-blocks-product-content-null,.wp-block-outshifter-action-button .grid-container-2-preview .preview-products-two-products .preview-item-2 .outshifter-blocks-product-content-null{margin:0 !important}.wp-block-outshifter-unique-product .grid-container-2-preview .preview-products-two-products .preview-item-1 .outshifter-blocks-product-content,.wp-block-outshifter-unique-product .grid-container-2-preview .preview-products-two-products .product-null-1,.wp-block-outshifter-two-products .grid-container-2-preview .preview-products-two-products .preview-item-1 .outshifter-blocks-product-content,.wp-block-outshifter-two-products .grid-container-2-preview .preview-products-two-products .product-null-1,.wp-block-outshifter-carousel .grid-container-2-preview .preview-products-two-products .preview-item-1 .outshifter-blocks-product-content,.wp-block-outshifter-carousel .grid-container-2-preview .preview-products-two-products .product-null-1,.wp-block-outshifter-shop .grid-container-2-preview .preview-products-two-products .preview-item-1 .outshifter-blocks-product-content,.wp-block-outshifter-shop .grid-container-2-preview .preview-products-two-products .product-null-1,.wp-block-outshifter-masonry .grid-container-2-preview .preview-products-two-products .preview-item-1 .outshifter-blocks-product-content,.wp-block-outshifter-masonry .grid-container-2-preview .preview-products-two-products .product-null-1,.wp-block-outshifter-banner .grid-container-2-preview .preview-products-two-products .preview-item-1 .outshifter-blocks-product-content,.wp-block-outshifter-banner .grid-container-2-preview .preview-products-two-products .product-null-1,.wp-block-outshifter-action-button .grid-container-2-preview .preview-products-two-products .preview-item-1 .outshifter-blocks-product-content,.wp-block-outshifter-action-button .grid-container-2-preview .preview-products-two-products .product-null-1{border-top:none;border-right:none}.wp-block-outshifter-unique-product .grid-container-2-preview .preview-products-two-products .preview-item-2 .outshifter-blocks-product-content,.wp-block-outshifter-unique-product .grid-container-2-preview .preview-products-two-products .product-null-2,.wp-block-outshifter-two-products .grid-container-2-preview .preview-products-two-products .preview-item-2 .outshifter-blocks-product-content,.wp-block-outshifter-two-products .grid-container-2-preview .preview-products-two-products .product-null-2,.wp-block-outshifter-carousel .grid-container-2-preview .preview-products-two-products .preview-item-2 .outshifter-blocks-product-content,.wp-block-outshifter-carousel .grid-container-2-preview .preview-products-two-products .product-null-2,.wp-block-outshifter-shop .grid-container-2-preview .preview-products-two-products .preview-item-2 .outshifter-blocks-product-content,.wp-block-outshifter-shop .grid-container-2-preview .preview-products-two-products .product-null-2,.wp-block-outshifter-masonry .grid-container-2-preview .preview-products-two-products .preview-item-2 .outshifter-blocks-product-content,.wp-block-outshifter-masonry .grid-container-2-preview .preview-products-two-products .product-null-2,.wp-block-outshifter-banner .grid-container-2-preview .preview-products-two-products .preview-item-2 .outshifter-blocks-product-content,.wp-block-outshifter-banner .grid-container-2-preview .preview-products-two-products .product-null-2,.wp-block-outshifter-action-button .grid-container-2-preview .preview-products-two-products .preview-item-2 .outshifter-blocks-product-content,.wp-block-outshifter-action-button .grid-container-2-preview .preview-products-two-products .product-null-2{border-top:none;border-left:none}.wp-block-outshifter-unique-product .grid-container-2-preview .preview-products-two-products .preview-item-1 .outshifter-blocks-product-content,.wp-block-outshifter-two-products .grid-container-2-preview .preview-products-two-products .preview-item-1 .outshifter-blocks-product-content,.wp-block-outshifter-carousel .grid-container-2-preview .preview-products-two-products .preview-item-1 .outshifter-blocks-product-content,.wp-block-outshifter-shop .grid-container-2-preview .preview-products-two-products .preview-item-1 .outshifter-blocks-product-content,.wp-block-outshifter-masonry .grid-container-2-preview .preview-products-two-products .preview-item-1 .outshifter-blocks-product-content,.wp-block-outshifter-banner .grid-container-2-preview .preview-products-two-products .preview-item-1 .outshifter-blocks-product-content,.wp-block-outshifter-action-button .grid-container-2-preview .preview-products-two-products .preview-item-1 .outshifter-blocks-product-content{padding-left:20px}.wp-block-outshifter-unique-product .grid-container-2-preview .preview-products-two-products .preview-item-1 .components-spinner,.wp-block-outshifter-two-products .grid-container-2-preview .preview-products-two-products .preview-item-1 .components-spinner,.wp-block-outshifter-carousel .grid-container-2-preview .preview-products-two-products .preview-item-1 .components-spinner,.wp-block-outshifter-shop .grid-container-2-preview .preview-products-two-products .preview-item-1 .components-spinner,.wp-block-outshifter-masonry .grid-container-2-preview .preview-products-two-products .preview-item-1 .components-spinner,.wp-block-outshifter-banner .grid-container-2-preview .preview-products-two-products .preview-item-1 .components-spinner,.wp-block-outshifter-action-button .grid-container-2-preview .preview-products-two-products .preview-item-1 .components-spinner{position:absolute;bottom:50%;left:25%}.wp-block-outshifter-unique-product .grid-container-2-preview .preview-products-two-products .preview-item-2 .outshifter-blocks-product-content,.wp-block-outshifter-two-products .grid-container-2-preview .preview-products-two-products .preview-item-2 .outshifter-blocks-product-content,.wp-block-outshifter-carousel .grid-container-2-preview .preview-products-two-products .preview-item-2 .outshifter-blocks-product-content,.wp-block-outshifter-shop .grid-container-2-preview .preview-products-two-products .preview-item-2 .outshifter-blocks-product-content,.wp-block-outshifter-masonry .grid-container-2-preview .preview-products-two-products .preview-item-2 .outshifter-blocks-product-content,.wp-block-outshifter-banner .grid-container-2-preview .preview-products-two-products .preview-item-2 .outshifter-blocks-product-content,.wp-block-outshifter-action-button .grid-container-2-preview .preview-products-two-products .preview-item-2 .outshifter-blocks-product-content{padding-right:20px}.wp-block-outshifter-unique-product .grid-container-2-preview .preview-products-two-products .preview-item-2 .components-spinner,.wp-block-outshifter-two-products .grid-container-2-preview .preview-products-two-products .preview-item-2 .components-spinner,.wp-block-outshifter-carousel .grid-container-2-preview .preview-products-two-products .preview-item-2 .components-spinner,.wp-block-outshifter-shop .grid-container-2-preview .preview-products-two-products .preview-item-2 .components-spinner,.wp-block-outshifter-masonry .grid-container-2-preview .preview-products-two-products .preview-item-2 .components-spinner,.wp-block-outshifter-banner .grid-container-2-preview .preview-products-two-products .preview-item-2 .components-spinner,.wp-block-outshifter-action-button .grid-container-2-preview .preview-products-two-products .preview-item-2 .components-spinner{position:absolute;bottom:50%;left:70%}.wp-block-outshifter-unique-product .grid-container-2-preview .preview-products-two-products .product-null-1,.wp-block-outshifter-unique-product .grid-container-2-preview .preview-products-two-products .product-null-2,.wp-block-outshifter-two-products .grid-container-2-preview .preview-products-two-products .product-null-1,.wp-block-outshifter-two-products .grid-container-2-preview .preview-products-two-products .product-null-2,.wp-block-outshifter-carousel .grid-container-2-preview .preview-products-two-products .product-null-1,.wp-block-outshifter-carousel .grid-container-2-preview .preview-products-two-products .product-null-2,.wp-block-outshifter-shop .grid-container-2-preview .preview-products-two-products .product-null-1,.wp-block-outshifter-shop .grid-container-2-preview .preview-products-two-products .product-null-2,.wp-block-outshifter-masonry .grid-container-2-preview .preview-products-two-products .product-null-1,.wp-block-outshifter-masonry .grid-container-2-preview .preview-products-two-products .product-null-2,.wp-block-outshifter-banner .grid-container-2-preview .preview-products-two-products .product-null-1,.wp-block-outshifter-banner .grid-container-2-preview .preview-products-two-products .product-null-2,.wp-block-outshifter-action-button .grid-container-2-preview .preview-products-two-products .product-null-1,.wp-block-outshifter-action-button .grid-container-2-preview .preview-products-two-products .product-null-2{display:flex;align-items:center;justify-content:center}.wp-block-outshifter-unique-product .grid-container-2-preview .outshifter-blocks-product-content,.wp-block-outshifter-two-products .grid-container-2-preview .outshifter-blocks-product-content,.wp-block-outshifter-carousel .grid-container-2-preview .outshifter-blocks-product-content,.wp-block-outshifter-shop .grid-container-2-preview .outshifter-blocks-product-content,.wp-block-outshifter-masonry .grid-container-2-preview .outshifter-blocks-product-content,.wp-block-outshifter-banner .grid-container-2-preview .outshifter-blocks-product-content,.wp-block-outshifter-action-button .grid-container-2-preview .outshifter-blocks-product-content{border:none;padding:0;margin-bottom:0}.wp-block-outshifter-unique-product .grid-container-2-preview .label-container,.wp-block-outshifter-two-products .grid-container-2-preview .label-container,.wp-block-outshifter-carousel .grid-container-2-preview .label-container,.wp-block-outshifter-shop .grid-container-2-preview .label-container,.wp-block-outshifter-masonry .grid-container-2-preview .label-container,.wp-block-outshifter-banner .grid-container-2-preview .label-container,.wp-block-outshifter-action-button .grid-container-2-preview .label-container{padding:20px 20px 10px;border-bottom:none}.wp-block-outshifter-unique-product .grid-container-2-preview .outshifter-blocks-product-footer,.wp-block-outshifter-two-products .grid-container-2-preview .outshifter-blocks-product-footer,.wp-block-outshifter-carousel .grid-container-2-preview .outshifter-blocks-product-footer,.wp-block-outshifter-shop .grid-container-2-preview .outshifter-blocks-product-footer,.wp-block-outshifter-masonry .grid-container-2-preview .outshifter-blocks-product-footer,.wp-block-outshifter-banner .grid-container-2-preview .outshifter-blocks-product-footer,.wp-block-outshifter-action-button .grid-container-2-preview .outshifter-blocks-product-footer{margin-top:25px;text-align:center}.wp-block-outshifter-unique-product .outshifter-blocks-product-footer,.wp-block-outshifter-two-products .outshifter-blocks-product-footer,.wp-block-outshifter-carousel .outshifter-blocks-product-footer,.wp-block-outshifter-shop .outshifter-blocks-product-footer,.wp-block-outshifter-masonry .outshifter-blocks-product-footer,.wp-block-outshifter-banner .outshifter-blocks-product-footer,.wp-block-outshifter-action-button .outshifter-blocks-product-footer{text-align:center}.wp-block-outshifter-unique-product .outshifter-blocks-product-footer .reachu-btn-next,.wp-block-outshifter-two-products .outshifter-blocks-product-footer .reachu-btn-next,.wp-block-outshifter-carousel .outshifter-blocks-product-footer .reachu-btn-next,.wp-block-outshifter-shop .outshifter-blocks-product-footer .reachu-btn-next,.wp-block-outshifter-masonry .outshifter-blocks-product-footer .reachu-btn-next,.wp-block-outshifter-banner .outshifter-blocks-product-footer .reachu-btn-next,.wp-block-outshifter-action-button .outshifter-blocks-product-footer .reachu-btn-next{width:150px;height:36px;justify-content:center;padding-top:0px;padding-bottom:0px;color:#fff !important;border-radius:7px !important;background-color:#262626 !important;box-shadow:none;border:none;font-size:13px;cursor:pointer}.wp-block-outshifter-unique-product .outshifter-blocks-product-footer .reachu-btn-next span,.wp-block-outshifter-two-products .outshifter-blocks-product-footer .reachu-btn-next span,.wp-block-outshifter-carousel .outshifter-blocks-product-footer .reachu-btn-next span,.wp-block-outshifter-shop .outshifter-blocks-product-footer .reachu-btn-next span,.wp-block-outshifter-masonry .outshifter-blocks-product-footer .reachu-btn-next span,.wp-block-outshifter-banner .outshifter-blocks-product-footer .reachu-btn-next span,.wp-block-outshifter-action-button .outshifter-blocks-product-footer .reachu-btn-next span{color:#fff !important}.wp-block-outshifter-unique-product .outshifter-blocks-product-footer .reachu-btn-next span:hover,.wp-block-outshifter-two-products .outshifter-blocks-product-footer .reachu-btn-next span:hover,.wp-block-outshifter-carousel .outshifter-blocks-product-footer .reachu-btn-next span:hover,.wp-block-outshifter-shop .outshifter-blocks-product-footer .reachu-btn-next span:hover,.wp-block-outshifter-masonry .outshifter-blocks-product-footer .reachu-btn-next span:hover,.wp-block-outshifter-banner .outshifter-blocks-product-footer .reachu-btn-next span:hover,.wp-block-outshifter-action-button .outshifter-blocks-product-footer .reachu-btn-next span:hover{color:#fff !important}.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus:after{box-shadow:0px 0px 14px 4px rgba(156,151,151,.35);-webkit-box-shadow:0px 0px 14px 4px rgba(156,151,151,.35);-moz-box-shadow:0px 0px 14px 4px rgba(156,151,151,.35)}.wp-block-outshifter-two-products .resource-unique-product{height:inherit !important}.wp-block-outshifter-two-products .resource-unique-product .product-info-container{width:100%;padding-top:10px}.wp-block-outshifter-two-products .resource-unique-product .product-info-container .product-info-content{max-width:100%}.wp-block-outshifter-two-products .resource-unique-product .product-info-container .product-info-content .product-info-title,.wp-block-outshifter-two-products .resource-unique-product .product-info-container .product-info-content .product-info-supplier,.wp-block-outshifter-two-products .resource-unique-product .product-info-container .product-info-content .product-info-price{font-size:10px}.wp-block-outshifter-masonry .resource-unique-product .product-info-container{padding-top:10px;padding-bottom:10px}.wp-block-outshifter-masonry .resource-unique-product .btn-preview button{height:30px}.wp-block-outshifter-masonry .products-list{border-top:none;margin-bottom:25px;padding-top:0;padding-bottom:25px !important}.wp-block-outshifter-masonry .products-list .outshifter-layout-shop .grid-container-shop{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-column-gap:15px;align-items:center}.wp-block-outshifter-masonry .products-list .outshifter-layout-shop .grid-container-shop .grid-item{margin-bottom:25px}@media only screen and (max-width: 900px){.wp-block-outshifter-masonry .products-list .outshifter-layout-shop .grid-container-shop{grid-template-columns:1fr 1fr 1fr;align-items:flex-start}}@media only screen and (max-width: 767px){.wp-block-outshifter-masonry .products-list .outshifter-layout-shop .grid-container-shop{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 575px){.wp-block-outshifter-masonry .products-list .outshifter-layout-shop .grid-container-shop{grid-template-columns:1fr}}.wp-block-outshifter-masonry .grid-container-top{display:grid;grid-template-columns:3.2fr 1fr;grid-column-gap:20px}.wp-block-outshifter-masonry .grid-container-top .feature-product{height:100%}@media only screen and (max-width: 900px){.wp-block-outshifter-masonry .grid-container-top .grid-item{grid-column:span 2}}.wp-block-outshifter-masonry .grid-container-top .feature-product .modal-product-container{background-size:cover !important}.wp-block-outshifter-masonry .grid-container-top .grid-container-sidebar{display:flex;flex-direction:column}@media only screen and (max-width: 900px){.wp-block-outshifter-masonry .grid-container-top .grid-container-sidebar{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px}}.wp-block-outshifter-masonry .grid-container-top .grid-container-sidebar .grid-item-sidebar{margin-bottom:20px}@media only screen and (max-width: 900px){.wp-block-outshifter-masonry .grid-container-top .grid-container-sidebar .grid-item-sidebar{margin-top:20px}}@media only screen and (max-width: 991px){.wp-block-outshifter-masonry .outshifter-masonry-4-desktop{display:none}}@media only screen and (min-width: 992px){.wp-block-outshifter-masonry .outshifter-masonry-4-mobile{display:none}}@media only screen and (max-width: 900px){.wp-block-outshifter-masonry .display-desktop{display:none}}@media only screen and (min-width: 901px){.wp-block-outshifter-masonry .display-mobile{display:none}}.wp-block-outshifter-masonry .masonry-container-bottom{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-column-gap:15px;align-items:center}@media only screen and (max-width: 900px){.wp-block-outshifter-masonry .masonry-container-bottom{grid-template-columns:1fr 1fr;align-items:flex-start}.wp-block-outshifter-masonry .masonry-container-bottom .grid-item-sidebar{padding-bottom:15px}}.wp-block-outshifter-masonry .label-container{border-bottom:none;padding:20px 20px 0}.wp-block-outshifter-masonry .preview-product-info-container{padding-top:20px;position:relative;top:-10px}.wp-block-outshifter-unique-product .resource-unique-product{padding-top:0;margin-bottom:0}.wp-block-outshifter-unique-product .resource-unique-product .modal-product-container{margin-top:25px}.wp-block-outshifter-unique-product .resource-unique-product .product-info-container{padding-top:15px}.wp-block-outshifter-unique-product .resource-unique-product .btn-preview button{height:40px}@media only screen and (max-width: 575px){.wp-block-outshifter-unique-product .resource-unique-product .product-info-container .product-info-content{max-width:100%}}.wp-block-outshifter-unique-product .outshifter-blocks-product-content .components-spinner{position:absolute;top:50%}.wp-block-outshifter-unique-product .content-null-container{height:100%;margin-top:25px}.wp-block-outshifter-unique-product .content-null-container .outshifter-blocks-product-content-null{height:100%;margin:auto}.wp-block-outshifter-two-products .container-card .card-header{margin-bottom:25px}.wp-block-outshifter-two-products .container-card .card-header .preview-outshifter-logo{width:115px}.wp-block-outshifter-carousel .container-card .card-header,.wp-block-outshifter-shop .container-card .card-header,.wp-block-outshifter-masonry .container-card .card-header{justify-content:space-between;align-items:center;margin-bottom:40px}.wp-block-outshifter-carousel .container-card .card-header img,.wp-block-outshifter-shop .container-card .card-header img,.wp-block-outshifter-masonry .container-card .card-header img{margin-left:0px}.wp-block-outshifter-carousel .container-card .card-header .preview-outshifter-logo,.wp-block-outshifter-shop .container-card .card-header .preview-outshifter-logo,.wp-block-outshifter-masonry .container-card .card-header .preview-outshifter-logo{width:115px}.wp-block-outshifter-carousel .container-card .products-list,.wp-block-outshifter-shop .container-card .products-list,.wp-block-outshifter-masonry .container-card .products-list{display:flex;flex-wrap:wrap;justify-content:center}.wp-block-outshifter-carousel .container-card .products-list .outshifter-blocks-product-content,.wp-block-outshifter-shop .container-card .products-list .outshifter-blocks-product-content,.wp-block-outshifter-masonry .container-card .products-list .outshifter-blocks-product-content{width:140px;max-height:300px;margin:0px 7px 20px;padding:10px}.wp-block-outshifter-carousel .container-card .products-list .outshifter-blocks-product-content .card-product-title,.wp-block-outshifter-shop .container-card .products-list .outshifter-blocks-product-content .card-product-title,.wp-block-outshifter-masonry .container-card .products-list .outshifter-blocks-product-content .card-product-title{margin-bottom:0px;line-height:1.2}.wp-block-outshifter-carousel .container-card .products-list .outshifter-blocks-product-content .resource-unique-product,.wp-block-outshifter-shop .container-card .products-list .outshifter-blocks-product-content .resource-unique-product,.wp-block-outshifter-masonry .container-card .products-list .outshifter-blocks-product-content .resource-unique-product{height:110px;display:flex;align-items:center}.wp-block-outshifter-carousel .container-card .products-list .outshifter-blocks-product-content .resource-unique-product img,.wp-block-outshifter-shop .container-card .products-list .outshifter-blocks-product-content .resource-unique-product img,.wp-block-outshifter-masonry .container-card .products-list .outshifter-blocks-product-content .resource-unique-product img{max-height:100%;margin:auto}.wp-block-outshifter-carousel .container-card .products-list .carousel-arrow-prev,.wp-block-outshifter-carousel .container-card .products-list .carousel-arrow-next,.wp-block-outshifter-shop .container-card .products-list .carousel-arrow-prev,.wp-block-outshifter-shop .container-card .products-list .carousel-arrow-next,.wp-block-outshifter-masonry .container-card .products-list .carousel-arrow-prev,.wp-block-outshifter-masonry .container-card .products-list .carousel-arrow-next{padding:8px !important;width:40px;height:40px;background:#06070d !important}.wp-block-outshifter-carousel .container-card .products-list .carousel-arrow-prev:hover,.wp-block-outshifter-carousel .container-card .products-list .carousel-arrow-prev:active,.wp-block-outshifter-carousel .container-card .products-list .carousel-arrow-prev:focus,.wp-block-outshifter-carousel .container-card .products-list .carousel-arrow-next:hover,.wp-block-outshifter-carousel .container-card .products-list .carousel-arrow-next:active,.wp-block-outshifter-carousel .container-card .products-list .carousel-arrow-next:focus,.wp-block-outshifter-shop .container-card .products-list .carousel-arrow-prev:hover,.wp-block-outshifter-shop .container-card .products-list .carousel-arrow-prev:active,.wp-block-outshifter-shop .container-card .products-list .carousel-arrow-prev:focus,.wp-block-outshifter-shop .container-card .products-list .carousel-arrow-next:hover,.wp-block-outshifter-shop .container-card .products-list .carousel-arrow-next:active,.wp-block-outshifter-shop .container-card .products-list .carousel-arrow-next:focus,.wp-block-outshifter-masonry .container-card .products-list .carousel-arrow-prev:hover,.wp-block-outshifter-masonry .container-card .products-list .carousel-arrow-prev:active,.wp-block-outshifter-masonry .container-card .products-list .carousel-arrow-prev:focus,.wp-block-outshifter-masonry .container-card .products-list .carousel-arrow-next:hover,.wp-block-outshifter-masonry .container-card .products-list .carousel-arrow-next:active,.wp-block-outshifter-masonry .container-card .products-list .carousel-arrow-next:focus{background:#2e2e31 !important}.wp-block-outshifter-carousel .container-card .outshifter-blocks-product-footer,.wp-block-outshifter-shop .container-card .outshifter-blocks-product-footer,.wp-block-outshifter-masonry .container-card .outshifter-blocks-product-footer{margin-top:25px}.wp-block-outshifter-carousel .outshifter-blocks-product-content-null,.wp-block-outshifter-shop .outshifter-blocks-product-content-null,.wp-block-outshifter-masonry .outshifter-blocks-product-content-null{width:140px !important;max-height:300px;min-height:200px;height:initial !important;margin:0px 7px 20px !important;padding:10px !important}.wp-block-outshifter-carousel .outshifter-blocks-product-content-null .MuiSvgIcon-root,.wp-block-outshifter-shop .outshifter-blocks-product-content-null .MuiSvgIcon-root,.wp-block-outshifter-masonry .outshifter-blocks-product-content-null .MuiSvgIcon-root{font-size:40px !important}.wp-block-outshifter-masonry .outshifter-blocks-product-content-null{margin:0 !important;min-height:85px}.wp-block-outshifter-masonry .content-null-container{height:100%;display:flex;justify-content:center;align-items:center}.wp-block-outshifter-carousel .products-list{padding:20px;padding-bottom:35px;border-top:none;padding-top:25px}.wp-block-outshifter-carousel .products-list .slider{max-height:100%;overflow:hidden;height:-moz-fit-content !important;height:fit-content !important}.wp-block-outshifter-carousel .products-list .slider .slider-frame{padding-bottom:2px !important;margin:auto 7px !important}.wp-block-outshifter-carousel .label-container{border-bottom:none;padding:20px 25px 0}.wp-block-outshifter-carousel .product-null-container{display:flex;justify-content:center;align-items:center;height:75%}.modal-choose-product{max-width:1200px;width:100%;padding-left:30px;padding-right:30px;border-radius:15px;padding-bottom:40px;box-sizing:border-box;overflow:hidden;min-height:90%;position:relative}.modal-choose-product .product-item-avatar{width:auto;max-height:70px}.modal-choose-product .product-item-avatar img{max-width:60px;max-height:70px}.modal-choose-product .product-item{padding-top:10px;padding-bottom:10px;margin-right:13px;margin-left:0;margin-top:5px;margin-bottom:5px;align-items:center}.modal-choose-product .product-item-selected{border-radius:14px;background-color:rgba(119,219,20,.21)}.modal-choose-product .product-item .carousel-checkbox{text-align:center}.modal-choose-product .product-item .carousel-checkbox .checkbox-number{position:absolute;padding-top:12px;padding-left:5px}.modal-choose-product .product-item .carousel-checkbox .MuiSvgIcon-root{color:#000}.modal-choose-product .product-item .carousel-checkbox .Mui-disabled{opacity:.5}.modal-choose-product .product-item .carousel-checkbox input[type=checkbox]{display:none}.modal-choose-product .grid-container span{font-size:13px}.components-modal__header{border:none;padding-top:25px;margin-bottom:0;padding-bottom:0}.components-modal__header .components-modal__header-heading{font-weight:700;font-size:20px;border:none;padding-top:0}.components-modal__header .components-button{padding-top:0}.header-products{font-size:16px;font-weight:600;padding-top:35px;padding-bottom:20px;top:60px;z-index:10;position:sticky;background-color:#fff;margin-left:0;margin-right:13px}.products-overflow{overflow-y:auto;overflow-x:hidden;position:absolute;top:220px;bottom:30px;left:50px;right:45px}.products-overflow::-webkit-scrollbar-track{border:none;background-color:rgba(0,0,0,0)}.products-overflow::-webkit-scrollbar{width:5px}.products-overflow::-webkit-scrollbar-thumb{border-radius:6px;background-color:#d8d8d8;border:none;height:30px}.font-name{font-weight:600;font-size:16px;word-break:break-word}.font-brand span{font-weight:500;font-size:16px;color:#606060}.font-price{font-weight:700;font-size:16px}.btn-select{cursor:pointer;height:40px;max-width:150px;min-width:90px;border-radius:14px;background-color:#000;color:#fff;font-weight:500;font-size:14px;line-height:13px;padding-top:13px;margin-right:10px;text-align:center;display:block;margin-left:auto}@media(max-width: 991px){.btn-select{margin-left:inherit}}.header-products .btn-select{margin-right:auto}.modal-choose-product-grid,.modal-choose-product-list{grid-template-columns:1.5fr 4fr 3fr 2fr 3fr 2fr 4fr;padding-left:12px;grid-gap:15px;align-items:center}@media(max-width: 991px){.modal-choose-product-grid,.modal-choose-product-list{grid-template-columns:1.5fr 4fr 3fr 2fr 3fr 2fr !important}}@media(max-width: 991px){.modal-choose-product-list{padding-top:15px !important}.modal-choose-product-list .buttom-responsive .btn-select{margin-right:0}}@media(max-width: 991px){.modal-choose-product-grid .item-photo{min-width:90px}}.choose-product-search-input{margin-top:25px;margin-bottom:10px;position:relative}.choose-product-search-input .MuiSvgIcon-root{position:absolute;left:270px;bottom:4px}.choose-product-search-input input{width:300px;border-radius:0px;border:none;box-shadow:none;border-bottom:1px solid #d2d2d7;padding-left:0px}.choose-product-search-input input ::-moz-placeholder{color:#06070d}.choose-product-search-input input ::placeholder{color:#06070d}.choose-product-search-input input:hover,.choose-product-search-input input:focus,.choose-product-search-input input:active{box-shadow:none;border-bottom:1px solid #06070d}.wp-block-outshifter-banner .banner-img{margin-bottom:35px}.wp-block-outshifter-banner .banner-img-preview{height:300px;background-size:cover !important;background-position:center !important;margin-bottom:0px}.wp-block-outshifter-banner .components-responsive-wrapper{max-height:350px}.wp-block-outshifter-banner .components-responsive-wrapper div{padding-bottom:350px !important}.input-title{height:50px;width:100%;margin-top:25px}.save-title-button{width:100px;margin-left:auto;margin-right:auto;display:flex;border:1px solid #000;margin-top:25px;justify-content:center;padding:8px 16px}.save-title-button:hover{cursor:pointer}.select-table-ui .ui-table-toolbar{display:grid;grid-template-columns:1fr 1fr 1fr;justify-content:space-between;align-items:center}.select-table-ui .ui-table-toolbar .product-selected{width:130px;margin:auto;background-color:#f0f0f0;height:40px;display:flex;align-items:center;justify-content:center;border-radius:14px;cursor:pointer;text-transform:none}.select-table-ui .ui-table-toolbar .product-selected :first-child{display:flex;flex-direction:column}.select-table-ui .ui-table-toolbar .product-selected :first-child .btn-all-selected{font-size:12px;margin-top:-6px;opacity:.7}.select-table-ui .ui-table-toolbar .product-selected:hover{background-color:#dedada}.select-table-ui .btn-save-table{cursor:pointer;height:40px;width:150px;border-radius:14px;background-color:#000;color:#fff;font-weight:500;font-size:14px;text-align:center;padding:0px;justify-content:center}.select-table-ui .btn-save-table:hover{color:#fff;background-color:#2e2e31}.select-table-ui .MuiTableCell-stickyHeader{font-weight:600;top:-1px}.select-table-ui .MuiPaper-root{box-shadow:none}.select-table-ui .MuiTableCell-root{border:none}.select-table-ui .MuiTableCell-body{font-family:var(--fontFamily);font-weight:600}.select-table-ui .MuiTableRow-root.Mui-selected,.select-table-ui .MuiTableRow-root.Mui-selected:hover{background-color:rgba(119,219,20,.21)}.select-table-ui .table-checkbox .checkbox-number{position:absolute;padding-top:12px;padding-left:5px}.select-table-ui .table-checkbox .MuiSvgIcon-root{color:#000}.select-table-ui .table-checkbox .Mui-disabled{opacity:.5}.select-table-ui .table-item-avatar{width:auto;max-height:70px;margin-left:15px}.select-table-ui .table-item-avatar img{max-width:60px;max-height:70px}.select-table-ui .ui-table-pagination{float:right;display:grid;grid-template-columns:auto auto auto;justify-content:space-between;align-items:center;grid-column-gap:30px;margin-top:25px}.select-table-ui .ui-table-pagination .ui-table-row-select{display:flex;align-items:center}.select-table-ui .ui-table-pagination .ui-table-row-select .MuiFormControl-root{padding-left:10px}.MuiPopover-root{z-index:999999 !important}.block-settings-row{display:inherit;padding-top:5px;padding-bottom:5px}.block-settings-row label{display:block;max-width:100%}.block-settings-row .components-color-picker{margin-top:10px}.block-settings-row .components-select-control{height:initial}.block-settings-row .thumbnail-aspect-ratio-container{border:1px solid #000;padding:5px;display:inline-flex}.block-settings-row .thumbnail-aspect-ratio-container button{box-shadow:none}.block-settings-row .components-base-control__field label{margin-bottom:0px}#block-variations button{border:1px solid #000;color:#000;box-shadow:none}.edit-one-block-small{padding:10px}.edit-one-block-small .container-card{padding-bottom:0px}.edit-one-block-small .container-card .card-header{display:block;text-align:center}.edit-one-block-small .container-card .card-header .outshifter-blocks-product-title{margin-bottom:10px}.edit-one-block-small .resource-unique-product{padding:15px}.two-blocks-small{padding:10px}.two-blocks-small .grid-container-2-preview .preview-products-two-products{display:block}.two-blocks-small .grid-container-2-preview .preview-products-two-products .grid-item{height:inherit}.two-blocks-small .grid-container-2-preview .preview-products-two-products .grid-item .two-products-container-1{padding:5px}.two-blocks-small .grid-container-2-preview .preview-products-two-products .grid-item .two-products-container-2{padding:5px;margin-top:25px}.two-blocks-small .grid-container-2-preview .outshifter-blocks-product-footer{margin-top:15px}.carousel-block-small{padding:10px}.carousel-block-small .container-card .label-container{padding:5px;padding-top:15px}.carousel-block-small .container-card .products-list{padding:5px}.carousel-block-small .container-card .products-list .carousel-arrow-prev{transform:scale(0.6)}.carousel-block-small .container-card .products-list .carousel-arrow-next{transform:scale(0.6)}
