@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap";#modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:20px;box-shadow:0 0 15px #0003;z-index:1000;width:90%;max-width:1200px;height:90%;max-height:800px;display:none;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;color:#fff;font-family:Poppins,sans-serif;box-sizing:border-box}#modalBackdrop{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999}.crosshair{position:fixed;width:7px;height:7px;background-color:#fff;border-radius:50%;pointer-events:none;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1001}body.modal-open{cursor:default!important}#closeModal{background:rgba(255,255,255,.2);color:#fff;border:none;border-radius:5px;padding:10px 20px;cursor:pointer;font-size:16px;position:absolute;z-index:1010}.button-wrapper{margin-bottom:20px;display:flex;flex-direction:row}.viewBtn{display:flex;flex-direction:row;gap:5rem;width:40vw;justify-content:flex-end}.closeBtn{width:25vw;display:flex;flex-direction:row;justify-content:flex-end}.toggle-btn{margin-top:5vh}#viewPhoto,#view3dModel{background:rgba(255,255,255,.2);color:#fff;border:none;border-radius:50px;padding:10px 20px;cursor:pointer;font-size:16px;z-index:1010}#xCloseBtn{background:rgba(255,255,255,.2);color:#000;border:none;padding:10px 20px;cursor:pointer;font-size:16px;z-index:1010}#closeModal{bottom:20px;left:20px}#viewPhoto{top:20px;left:20px}.product-card{display:flex;flex-direction:row;width:100%;height:100%}.product-image-container{display:flex;flex-direction:column;width:50%;height:100%}.product-image{width:100%;height:95%;max-height:100%;overflow:hidden;border-radius:10px;margin-right:3rem;margin-bottom:5rem;object-fit:cover}.product-details{max-width:50%;min-width:50%;padding:20px;overflow-y:auto;background:rgba(255,255,255,.2);border-radius:10px;box-shadow:0 0 10px #0000004d;position:static}.product-details p{font-size:16px;margin-bottom:10px}.product-details strong{font-weight:600}.product-details em{font-style:italic}.product-details .sticky-header{position:static;top:0;border-radius:5px;background:rgba(28,28,28,.737);padding:10px;z-index:1010}.product-details .size-options,.product-details .quantity-selector{margin-bottom:10px;font-size:16px}.product-details h2{font-size:24px;font-weight:600;margin-bottom:10px}.product-details h3{font-size:25px;font-weight:600;margin-top:20px;margin-bottom:10px}.product-details::-webkit-scrollbar{width:0;height:0}model-viewer{width:100%;height:60vh}.size-options{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;position:static;top:0;padding:10px 0}.size-option{background:#fff;color:#333;border-radius:5px;padding:10px;font-weight:700;cursor:pointer;transition:.3s}.size-option:hover{background:#ffffffb4}.size-option.selected-size{background:#000000a7;color:#fff}.quantity-selector{margin-bottom:20px;position:static;top:60px;padding:10px 0}.quantity-selector label{display:block;font-weight:600;margin-bottom:5px}.quantity-selector select{width:100%;padding:10px;border-radius:5px;border:1px solid #ddd;font-size:16px}.carousel{display:flex;overflow:hidden;width:100%;height:100%;max-height:100%;position:relative;border-radius:10px}.carousel-inner{display:flex;transition:transform .5s ease;width:100%;height:100%}.carousel-inner img{min-width:100%;height:100%;object-fit:cover;border-radius:10px}.carousel-controls{position:absolute;top:50%;width:100%;display:flex;justify-content:space-between;transform:translateY(-50%);z-index:1020}.carousel-controls button{background:rgba(255,255,255,.3);border:none;color:#fff;padding:10px;cursor:pointer;font-size:20px}.buttons-holder{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;width:100%}.buttons-holder button{width:45%;padding:10px 40px;border:none;border-radius:10px;font-size:20px;font-weight:700;cursor:pointer;box-shadow:0 4px 8px #0000001a;transition:background-color .2s ease,box-shadow .2s ease}@media screen and (max-width: 600px){.product-card{flex-direction:column;overflow-y:scroll;overflow-x:hidden}.product-image{object-fit:cover;margin:1em 0;flex-shrink:0}.toggle-btn{margin-top:0}.product-details{max-width:100%;flex-shrink:0}.buttons-holder{flex-direction:column;justify-content:space-between}.buttons-holder button{width:90%;margin-bottom:10px}}.hidden{display:none}#add-to-cart{background-color:#ffffff19;color:#fff}#add-to-cart:hover{background-color:#ffffff09;box-shadow:0 6px 12px #0003}#checkout-btn{background-color:#1c1c1c67;color:#fff}#checkout-btn:hover{background-color:#00000073;box-shadow:0 6px 12px #0003}.chatWithOther-modal{font-family:Poppins,sans-serif;position:fixed;font-weight:500;bottom:0;left:20px;width:25vw;height:65vh;background:rgba(255,255,255,.9);border-radius:10px;box-shadow:0 4px 8px #0003;display:none;flex-direction:column;z-index:1000;margin-bottom:10px}.chatWithOther-header{background:#f5f5f5;padding:10px;display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #ddd;border-radius:10px 10px 0 0}.chatWithOther-header h1{font-family:Poppins,sans-serif;font-weight:600;padding-left:.5 rem;font-size:1.2rem}.close-chatWithOther-btn{background:none;border:none;font-size:1.5rem;cursor:pointer}#chatWithOtherHistory{flex:1;overflow-x:hidden;padding:10px}.chatWithOther-user-message{background:#d1e7dd;border-radius:5px;padding:8px;margin-bottom:10px;max-width:65%;float:right;clear:both}.chatWithOther-bot-message{background:#f8d7da;border-radius:5px;padding:8px;margin-bottom:10px;max-width:65%;float:left;clear:both}#chatWithOtherLoader{display:none;position:fixed;top:70%;left:5%;transform:translate(-50%,-50%)}#chatWithOtherRoomForm{display:flex;padding:10px;border-bottom:2px solid #ddd}#chatWithOtherRoomInput{flex:1;margin-right:10px;padding:10px;font-size:1rem;border:1px solid #ddd;border-radius:5px}#joinRoomButton{font-family:Poppins,sans-serif;padding:10px;font-size:1rem;cursor:pointer;background-color:#e4451e;border:none;color:#fff;border-radius:5px}#joinRoomButton:disabled{background-color:#edc4ba;color:#000;cursor:not-allowed}#chatWithOtherForm{display:flex;padding:10px;border-top:2px solid #ddd}#chatWithOtherInput{flex:1;margin-right:10px;padding:10px;font-size:1rem;border:1px solid #ddd;border-radius:5px}#sendMessageButton{font-family:Poppins,sans-serif;padding:10px;font-size:1rem;cursor:pointer;background-color:#e4451e;border:none;color:#fff;border-radius:5px}#sendMessageButton:disabled{background-color:#edc4ba;color:#000;cursor:not-allowed}.close-chatWithOther-btn{color:#000;font-size:2rem}.chatbot-modal{font-family:Poppins,sans-serif;position:fixed;font-weight:500;bottom:0;right:20px;width:25vw;height:65vh;background:rgba(255,255,255,.9);border-radius:10px;box-shadow:0 4px 8px #0003;display:none;flex-direction:column;z-index:1000;margin-bottom:10px}.chatbot-header{background:#f5f5f5;padding:10px;display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #ddd;border-radius:10px 10px 0 0}.chatbot-header h1{font-family:Poppins,sans-serif;font-weight:600;padding-left:.5 rem;font-size:1.2rem}.close-chatbot-btn{background:none;border:none;font-size:1.5rem;cursor:pointer}#chat-history{flex:1;overflow-x:hidden;padding:10px}.user-message{background:#d1e7dd;border-radius:5px;padding:8px;margin-bottom:10px;max-width:65%;float:right;clear:both}.bot-message{background:#f8d7da;border-radius:5px;padding:8px;margin-bottom:10px;max-width:65%;float:left;clear:both}#chat-form{display:flex;padding:10px;border-top:2px solid #ddd}#user-input{flex:1;margin-right:10px;padding:10px;font-size:1rem;border:1px solid #ddd;border-radius:5px}button{font-family:Poppins,sans-serif;padding:10px;font-size:1rem;cursor:pointer;background-color:#e4451e;border:none;color:#fff;border-radius:5px}button:disabled{background-color:#edc4ba;color:#000;cursor:not-allowed}#loader{display:none;position:fixed;top:70%;right:5%;transform:translate(-50%,-50%)}.close-chatbot-btn{color:#000;font-size:2rem}.system-message{text-align:center;clear:both}.other-message{background:#f8d7da;border-radius:5px;padding:8px;margin-bottom:10px;max-width:65%;float:left;clear:both}@media only screen and (min-width: 320px) and (max-width: 425px){.chatWithOther-modal{width:90vw;height:60vh;left:5vw;bottom:0}.chatWithOther-header h1{font-size:1rem}#chatWithOtherInput{font-size:.9rem;padding:8px}.chatWithOther-user-message,.chatWithOther-bot-message{max-width:80%;font-size:.85rem}.close-chatWithOther-btn{font-size:1.2rem}#chatWithOtherLoader{left:12.5%}.viewBtn{gap:1rem}.chatbot-modal{width:90vw;height:60vh;right:5vw;bottom:0}.chatbot-header h1{font-size:1rem}#user-input{font-size:.9rem;padding:8px}button{padding:8px;font-size:.9rem}.user-message,.bot-message{max-width:80%;font-size:.85rem}.chatbot-icon{width:50px;height:50px;bottom:20px;right:20px}.product-card{padding:10px;font-size:.9rem}.product-title{font-size:1rem}.carousel-image{width:100%;height:auto}.close-chatbot-btn{font-size:1.2rem}#loader{right:12.5%}}.experience-wrapper{position:fixed;height:100vh;width:100vw;z-index:-1;touch-action:none;display:none}.experience{position:fixed;height:100%;width:100%}.experience-canvas{touch-action:none}.overlay{z-index:100}.gamepad-overlay{position:absolute;bottom:1em;width:100vw;height:20vh;display:none}.joystick-container{position:absolute;bottom:20px;left:20px;width:var(--button-size)px;height:var(--button-size)px}.loader-container-container{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#000;position:relative}.loader-container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#141414}.spinner{width:70.4px;height:70.4px;--clr: rgb(234, 80, 35);--clr-alpha: rgb(234, 80, 35, .1);animation:spinner 1.6s infinite ease;transform-style:preserve-3d;margin-bottom:20px}.spinner>div{background-color:var(--clr-alpha);height:100%;position:absolute;width:100%;border:3.5px solid var(--clr)}.spinner div:nth-of-type(1){transform:translateZ(-35.2px) rotateY(180deg)}.spinner div:nth-of-type(2){transform:rotateY(-270deg) translate(50%);transform-origin:top right}.spinner div:nth-of-type(3){transform:rotateY(270deg) translate(-50%);transform-origin:center left}.spinner div:nth-of-type(4){transform:rotateX(90deg) translateY(-50%);transform-origin:top center}.spinner div:nth-of-type(5){transform:rotateX(-90deg) translateY(50%);transform-origin:bottom center}.spinner div:nth-of-type(6){transform:translateZ(35.2px)}@keyframes spinner{0%{transform:rotate(45deg) rotateX(-25deg) rotateY(25deg)}50%{transform:rotate(45deg) rotateX(-385deg) rotateY(25deg)}to{transform:rotate(45deg) rotateX(-385deg) rotateY(385deg)}}.loading-text-container{margin-top:20px;z-index:3}.loading-text{color:#fff;font-size:16px;font-family:Poppins,sans-serif;text-align:center}.typewriter{overflow:hidden;border-right:.15em solid #e1401d;white-space:nowrap;margin:0 auto;letter-spacing:.15em;animation:typing 6s steps(40,end),blink-caret .75s step-end infinite;animation-delay:0s;animation-iteration-count:infinite}@keyframes typing{0%,to{width:0}50%{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:#e1401d}}.loading-line{position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(to right,#e1401d,#f39c12,#e1401d);background-size:200% 100%;animation:loading 10s steps(10,end) forwards;box-shadow:0 0 10px #ff572299;transform-origin:left}@keyframes loading{0%{transform:scaleX(0);transform-origin:left;background-position:0% 0%}to{transform:scaleX(1);transform-origin:left;background-position:100% 0%}}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow:hidden}#lensImage{width:min(10vw,10vh);height:auto;position:fixed;top:min(1vw,1vh);right:min(1vw,1vh)}#lensImage:hover{cursor:pointer}.powered-by{width:auto;height:min(6vw,6vh);position:fixed;bottom:min(2vw,2vh);right:min(2vw,2vh)}.powered-by-loader{position:absolute;bottom:20%;left:50%;transform:translate(-50%);width:15%}#chatbotImage{width:min(10vw,10vh);height:auto;position:fixed;top:min(12vw,12vh);right:min(1vw,1vh)}#chatbotImage:hover{cursor:pointer}#chatWithOtherImage{width:min(10vw,10vh);height:auto;position:fixed;top:min(23vw,23vh);right:min(1vw,1vh)}#chatWithOtherImage:hover{cursor:pointer}
