.product-details-header-container{height:100px;margin-bottom:20px}@media (max-width:1280px){.product-details-header-container{margin-bottom:0}}.product-details-wrapper{height:100%}.product-details-container{max-width:1600px;height:600px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.product-details-layout{background-color:var(--product-box-details-bg);box-sizing:border-box;border:solid 1px var(--blog-boxes-border-color);flex-direction:row;justify-content:space-between;width:100%;height:100%;display:flex;overflow:hidden}.product-gallery-wrapper{box-sizing:border-box;justify-content:flex-start;height:100%;max-height:586px;padding:20px 20px 10px;display:flex}.product-extra-images{box-sizing:border-box;width:9%;min-width:100px;height:auto;display:flex;overflow-y:auto}.product-extra-images::-webkit-scrollbar{width:8px;height:8px}.product-extra-images::-webkit-scrollbar-track{background-color:var(--product-box-details-scroller-track)}.product-extra-images::-webkit-scrollbar-thumb{background-color:var(--product-box-details-scroller-thumb)}.pei-layout{flex-direction:column;width:100%;height:auto;padding-right:5px;display:flex}.pei-image-box{background-color:var(--pei-image-box-bg);justify-content:center;align-items:center;max-width:100px;min-height:70px;max-height:70px;margin-bottom:11px;display:flex}.pei-image-box img{object-fit:contain;cursor:pointer;max-width:100%;height:70px}.product-main-image{background:var(--product-main-image);flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:auto;min-height:600px;max-height:600px;display:flex;overflow:hidden}.pmi-box{justify-content:center;align-items:center;max-width:100%;height:100%;min-height:400px;max-height:533px;display:flex;overflow:hidden}.pmi-image{object-fit:contain;width:100%;max-width:100%;height:auto;max-height:535px;box-shadow:0 0 20px #1a1a1a07}.react-transform-wrapper{object-fit:contain;width:100%!important;height:100%!important}.react-transform-component{height:100%!important}.pmi-box{width:100%;position:relative}.pmi-image.bakom{z-index:1;filter:blur(4px);max-width:none;height:190%;max-height:none;position:absolute}.pei-image,.pmi-image{opacity:0;z-index:2;transition:opacity .2s ease-in}.pei-image-box{position:relative;overflow:hidden}.pei-image.bakom{z-index:1;filter:blur(4px);max-width:none;height:190%;position:absolute}.image-loaded{opacity:1}.product-text-container{box-sizing:border-box;flex-direction:column;width:80%;height:100%;padding-top:20px;padding-left:30px;padding-right:20px;display:flex;overflow:hidden}.product-name-header-box{display:flex}.product-name-header{margin-top:5px;margin-bottom:22px;font-size:28px;font-weight:400}.product-description-text-box{box-sizing:border-box;max-height:399px;padding-right:7px;display:flex;overflow-y:auto}.product-description-text-box::-webkit-scrollbar{width:10px}.product-description-text-box::-webkit-scrollbar-track{background-color:var(--product-box-details-scroller-track)}.product-description-text-box::-webkit-scrollbar-thumb{background-color:var(--product-box-details-scroller-thumb)}.product-description-text{letter-spacing:.4px;height:100%;margin-top:0;margin-bottom:0;font-size:17px;line-height:1.5}.product-description-text li{padding-left:8px}.product-description-order-box{flex-direction:row;justify-content:space-between;align-self:flex-end;width:100%;height:fit-content;margin-top:auto;padding-top:10px;display:flex}.product-contact-to-buy-box{justify-content:flex-end;align-items:center;width:100%;height:100%;padding-left:15px;display:flex}.product-contact-to-buy-box a{margin-bottom:20px}.product-buy-btn{background-color:var(--action-button-bg-color-1000);box-sizing:border-box;cursor:pointer;letter-spacing:.5px;border:none;justify-content:center;align-items:center;width:auto;height:60px;margin:0;padding:0 30px;font-size:16px;font-weight:500;transition:all .3s ease-in-out;display:flex;color:#fff!important}.product-buy-btn:hover{background-color:var(--home-btn-text-color);color:var(--about-body-text-color)!important}.product-images-container{flex-direction:row;width:90%;max-width:810px;height:100%;display:flex;overflow:hidden}.product-description-container{flex-direction:column;justify-content:center;align-items:center;height:fit-content;margin-top:50px;padding-left:20px;padding-right:20px;display:flex}.product-description-header-layout{white-space:nowrap;flex-direction:row;min-width:fit-content;max-width:1600px;height:100%;margin-bottom:10px;display:flex}.product-tabs-wrapper{width:100%;margin-bottom:30px;display:flex}.products-tabs-center{justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow-x:auto}.products-tabs-center::-webkit-scrollbar{width:10px}.products-tabs-center::-webkit-scrollbar-track{background-color:var(--product-box-details-scroller-track);background-color:#0000;border-top-right-radius:5px;border-bottom-right-radius:5px}.products-tabs-center::-webkit-scrollbar-thumb{background-color:var(--product-box-details-scroller-thumb)}.product-details-description-header{cursor:pointer;box-sizing:border-box;background:0 0;border:none;border-bottom:2px solid #0000;flex-direction:column;justify-content:center;align-items:center;width:fit-content;min-width:fit-content;height:100%;transition:border-bottom-color .2s ease-in;display:flex;position:relative}.pddh-text.desc{font-size:14px}.active-border:after{content:"";background-color:var(--products-tabs-active-border-color);width:0;height:2px;animation:.1s forwards growBorder;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}@keyframes growBorder{0%{width:0}to{width:97%}}.product-details-description-header:not(:last-child){margin-right:40px}.pddh-text{color:var(--product-description-details-header);margin:0;font-size:21px;font-weight:400;transition:color .15s ease-in}.pddh-text.active{font-weight:500;color:var(--product-tabs-active-color)!important}.pddh-text:hover{color:var(--product-tabs-hover-color)}.tab.active{font-weight:700}@media (max-width:1100px){.product-details-description-header{font-size:18px}}.product-details-description-text-container{justify-content:center;width:100%;max-width:1300px;padding-left:20px;padding-right:20px;display:flex}.pddtc-layout{background-color:var(--product-description-details-bg);box-sizing:border-box;border:solid 1px var(--blog-boxes-border-color);width:100%;height:fit-content;min-height:300px;padding:35px}.pddtc-text{letter-spacing:.2px;margin:0;font-size:17px}.small-screen-description-container{height:fit-content;margin-top:15px;padding-left:20px;padding-right:20px;display:none}.small-screen-price-box{color:var(--product-small-screen-color);background-color:var(--product-small-screen-price-box-bg);width:100%;height:80px;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:500;display:none}.small-screen-order-box{box-sizing:border-box;background-color:var(--product-small-screen-price-box-bg);cursor:pointer;width:100%;height:80px;margin-top:5px;padding:10px;font-size:clamp(18px,3.5vw,21px);font-weight:500;text-decoration:none;display:none;color:var(--product-small-screen-color)!important}.sm-desc-info-item{box-sizing:border-box;background-color:var(--product-small-screen-price-box-bg);flex-direction:column;justify-content:space-between;margin-top:20px;display:flex;overflow:hidden}@media (max-width:770px){.product-main-image{height:450px;min-height:450px;max-height:500px;padding:0!important}.pei-image-box img{height:auto}.pmi-image.bakom{height:250%}.pmi-box{height:380px;min-height:380px;max-height:380px}.pmi-image{max-height:380px}.product-images-container{height:fit-content!important}.pmi-box{max-height:none;min-height:none}}@media (max-width:880px){.product-gallery-wrapper{padding-right:0}.product-text-container{width:100%}.product-gallery-wrapper{padding-top:20px}.product-description-order-box{display:none}.small-screen-description-container,.small-screen-price-box,.small-screen-order-box{flex-direction:column;justify-content:center;align-items:center;display:flex}.product-description-text-box{max-height:fit-content}.product-details-layout{flex-direction:column;padding:0}.product-gallery-wrapper{padding-bottom:5px}.product-details-container{height:fit-content}.product-text-container{padding:20px;padding-top:0!important}.product-name-header{margin-top:0;margin-bottom:25px;font-size:24px}.product-name-header-box{justify-content:flex-start}.product-details-description-header{margin-bottom:30px}.product-main-image{height:fit-content}.pmi-box{height:100%}.product-gallery-wrapper{height:18%!important}.product-images-container{flex-direction:column;max-height:800px;padding-top:20px;padding-left:20px;height:fit-content!important}.product-gallery-wrapper{order:1;height:100%;padding-left:0}.pei-layout{flex-direction:row;width:auto;height:100%}.product-extra-images{min-width:100%;height:90px;padding-bottom:0;padding-left:0;overflow:auto hidden}.pei-image-box{width:100px;height:100%;margin:0 10px 0 0}.product-images-container{box-sizing:border-box;width:100%;padding:15px}.product-text-container{padding:15px!important}.mid-text{max-height:110px!important;margin-bottom:0!important}}@media (max-width:1350px){.product-pris-text{font-size:23px}}@media (max-width:1150px){.product-description-text-box{max-height:fit-content}.product-header-container-loader{height:60px!important}.product-text-container-loader{width:100%!important}.product-price-container-loader{height:60px!important}.product-body-container-loader{height:200px!important}.product-description-text{margin-left:0}.product-text-container{padding:35px 35px 35px 30px}.product-pris-text{font-size:22px}.product-details-layout{flex-direction:column}.product-details-container{height:auto}.product-text-container{width:auto}.product-images-container{width:100%!important;max-width:none!important}.product-main-image{box-sizing:border-box;padding-bottom:0}.product-text-wrapper{padding-bottom:30px}.pmi-box{height:100%}.product-images-container{height:fit-content}.product-gallery-wrapper{height:100%}.product-text-wrapper{min-height:150px}.pc-ref-container{padding-bottom:0!important}.product-contact-to-buy-box a{margin-bottom:0!important;padding-bottom:0!important}.mid-text{max-height:110px!important}}@media (max-width:1000px){.temp-view-more-products{height:30px!important}}.temp-view-more-products{width:100%;height:90px}.default-test{justify-content:center;align-items:center;display:flex}.pei-image-gradient{background:var(--pei-image-gradient);opacity:.5;background-size:200% 100%;animation:3s infinite gradient-animation}@keyframes gradient-animation{0%{background-position:200% 0}to{background-position:-200% 0}}.product-text-container-loader{box-sizing:border-box;flex-direction:column;justify-content:space-between;width:80%;height:100%;padding:20px;display:flex}.product-header-container-loader{background:var(--pei-image-gradient);background-size:200% 100%;width:100%;height:90px;animation:3s infinite gradient-animation}.product-body-container-loader{background:var(--pei-image-gradient);background-size:200% 100%;width:100%;height:70%;margin-top:20px;animation:3s infinite gradient-animation}.product-price-container-loader{background:var(--pei-image-gradient);background-size:200% 100%;width:100%;height:80px;margin-top:20px;animation:3s infinite gradient-animation}.sm-desc-info-container{box-sizing:border-box;flex-direction:column;width:100%;height:fit-content;margin-top:20px;padding:0 20px 20px;display:flex}.smdi-wrapper{box-sizing:border-box;cursor:pointer;flex-direction:row;justify-content:space-between;min-height:70px;padding:20px;display:flex;overflow:hidden}.smdi-wrapper:hover{background-image:var(--small-screen-details-info-gradient-open)}.sm-desc-info-item.header{background-color:#0000;align-self:center;width:100%;margin:0;padding-right:20px;font-size:clamp(18px,3.5vw,19px);font-weight:600}.temp-text img{object-fit:contain;max-width:100%}.temp-text h1,.temp-text h2,.temp-text h3,.temp-text h4,.temp-text h5,.temp-text h6{font-weight:400}.temp-text p{font-size:17px}.sm-info-box{box-sizing:border-box;max-width:100%;margin-top:20px;margin-bottom:20px;padding:10px 20px;font-size:17px;display:none;overflow-x:auto}.sm-info-box h1,.sm-info-box h2,.sm-info-box h3,.sm-info-box h4,.sm-info-box h5,.sm-info-box h6{font-weight:400}.sm-info-box img{object-fit:contain;max-width:100%}.sm-info-box.open{display:block}@media (max-width:550px){.pmi-box{height:360px}.product-main-image{min-height:450px;max-height:500px}.pmi-image{max-height:380px}}.chevron.open{transform:rotate(180deg)}.chevron-container{justify-content:center;align-items:center;width:10%;display:flex}.chevron:before{content:"";vertical-align:top;border-style:solid;border-width:.22em .22em 0 0;width:.9em;height:.9em;display:inline-block;position:relative;top:-.3em;transform:rotate(135deg)}.chevron.right:before{left:0;transform:rotate(45deg)}.chevron.bottom:before{top:0;transform:rotate(135deg)}.chevron.left:before{left:.25em;transform:rotate(-135deg)}.main-image-desc-overflow{background-color:var(--product-main-image-desc-bg);box-sizing:border-box;width:100%;height:fit-content;min-height:70px;max-height:150px;padding-left:15px;padding-right:0;display:flex}.mid-text{box-sizing:border-box;width:100%;height:fit-content;max-height:118px;margin-bottom:20px;padding-top:10px;padding-bottom:10px;padding-right:10px;font-size:15px;line-height:1.6;overflow:hidden auto;color:#f4f4f4!important}.mid-text::-webkit-scrollbar{width:10px}.mid-text::-webkit-scrollbar-track{background-color:var(--product-box-details-scroller-track-image)}.mid-text::-webkit-scrollbar-thumb{background-color:var(--product-box-details-scroller-thumb-image)}.pc-ref-container{justify-content:center;align-self:flex-end;align-items:center;width:auto;max-width:250px;padding-bottom:20px;display:flex}.pc-faq-container{cursor:pointer;justify-content:center;align-items:center;width:auto;height:60px;margin-left:20px;display:flex;position:relative;color:var(--about-body-text-color)!important}.pc-ref-container a:after{content:"";width:100%;height:3px;position:absolute;bottom:0;left:0}.pc-ref-container a:hover:after{background:var(--home-btn-text-color);animation:.8s forwards borderIn}.pc-faq-container a:after{content:"";width:100%;height:3px;position:absolute;bottom:0;left:0}.pc-faq-container a:hover:after{background:var(--home-btn-text-color);animation:.8s forwards borderIn}.pc-ref-container a,.pc-faq-container a{box-sizing:border-box;white-space:nowrap;background-color:var(--product-ref-btn-bg);cursor:pointer;justify-content:center;align-items:center;width:100%;height:60px;margin:0;padding:0 30px;font-size:18px;font-weight:400;text-decoration-color:#0000;text-decoration-thickness:1px;transition:background-color .3s ease-in-out;display:flex;position:relative;color:var(--about-body-text-color)!important}.small-screen-order-box.ref{color:var(--product-small-screen-color);margin-top:10px;font-weight:400;text-decoration:none}.flex-container-details{flex-direction:row;justify-content:center;align-items:center;display:flex}@media (max-width:900px){.flex-container-details{flex-direction:column;justify-content:center;align-items:center;display:flex}}
