.error-layout{width:100%;height:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.error-layout__title{padding-top:2rem;font-size:1.75rem;line-height:1.2857142857}@media screen and (min-width: 576px){.error-layout__title{font-size:2rem;line-height:1.3333333333}}.error-layout__description{color:#4f5153;padding-top:1rem;font-size:.875rem;line-height:1.5714285714;text-align:center}.not-found-link-text{font-size:.875rem;line-height:1.5714285714;color:#0655ff}.page-layout{max-width:1280px;min-height:100dvh;margin:0 auto;padding:2rem;display:flex;flex-direction:column;gap:1rem}.page-layout__header{padding-block:.25rem;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.page-layout__content{flex-grow:1}.loading-spinner{display:inline-block;box-sizing:border-box;border:.125rem solid #eaeaea;animation:rotation 1s linear infinite;border-radius:50%;width:2rem;height:2rem;border-bottom-color:#0655ff}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-overlay{position:fixed;z-index:3;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.loading-overlay:before{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;content:""}.loading-overlay__background{z-index:1}.search-bar{width:100%;max-width:400px;height:70px;position:relative;z-index:1}.search-bar__content{width:100%;border-radius:40px;background-color:#333;overflow:visible;height:70px;background-image:linear-gradient(120deg,#fdfbfb,#ebedee);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);overflow:hidden;transition:all .4s ease-in-out 0s;z-index:0}.search-bar__search-input{position:absolute;z-index:1;top:50%;transform:translateY(-50%);opacity:1;height:50px;left:10px;border-radius:30px;border:0;width:94%;padding:0 60px 0 15px;background-color:transparent;color:#333;font-size:15px;transition:all .4s ease-in-out 0s}.search-bar__search-input:focus{outline:none}.product-card-list{display:flex;flex-wrap:wrap;min-height:500px;width:100%}.product-card{width:100%;display:flex;flex-direction:column;padding:8px;box-sizing:border-box}@media screen and (min-width: 576px){.product-card{width:50%}}@media screen and (min-width: 992px){.product-card{width:33.333333%}}.product-card__outer{display:flex;flex-grow:1;text-decoration:none;color:#1b1b1b}.product-card__inner{display:flex;flex-direction:column;cursor:pointer;transition:box-shadow .3s ease-in-out;border:1px solid #e1e0e0;border-radius:24px;-webkit-box-shadow:0px 1px 28px 1px rgba(0,0,0,.1);-moz-box-shadow:0px 1px 28px 1px rgba(0,0,0,.1);box-shadow:0 1px 28px 1px #0000001a}.product-card__inner:hover{-webkit-box-shadow:0px 2px 5px 1px rgba(0,0,0,.4);-moz-box-shadow:0px 2px 5px 1px rgba(0,0,0,.4);box-shadow:0 2px 5px 1px #0006}.product-card__image-wrapper{height:250px;overflow:hidden;border-bottom:1px solid #eaeaea;display:flex;align-items:center;justify-content:center;padding-top:8px;padding-bottom:8px}.product-card__image{width:100%;height:100%;object-fit:contain}.product-card__content{width:100%;flex-grow:1;padding:12px;display:flex;flex-direction:column;gap:12px;box-sizing:border-box}.product-card__content>h3{margin:unset}.product-card__description{font-size:16px;margin:unset;color:#817f7f;flex-grow:1}.product-card__price{align-self:flex-end;color:#5d3587;font-weight:500;font-size:20px}.empty-placeholder{flex-grow:1;padding:24px;display:flex;align-items:center;justify-content:center;border:1px solid #eee;border-radius:8px}.empty-placeholder__message{font-weight:700}.pagination{display:flex;gap:.125rem}.pagination__button{display:inline-flex;align-items:center;justify-content:center;padding-right:0;padding-left:0;border:0 none;background-color:transparent;cursor:pointer;font-size:.875rem;line-height:1.5714285714;padding:.5rem .75rem;border-radius:.25rem;color:#121826}.pagination__button--active{background-color:#eaeaea}.pagination__button--disabled{color:#b0b3b6}.pagination__button:not(.pagination__button--disabled):hover{background-color:#fff}.product-details{width:100%;max-width:850px;margin:auto;padding:32px 16px;border-radius:24px;display:flex;gap:12px;box-sizing:border-box;-webkit-box-shadow:0px 2px 5px 1px rgba(0,0,0,.4);-moz-box-shadow:0px 2px 5px 1px rgba(0,0,0,.4);box-shadow:0 2px 5px 1px #0006}@media screen and (max-width: 768px){.product-details{flex-direction:column}}.product-details__back-btn{cursor:pointer;border-radius:8px;outline:none;border:1px solid #393E46}.product-details__content{flex-grow:1;display:flex;flex-direction:column;gap:12px}.product-details__content__price{color:#393e46;font-weight:500;font-size:20px}.product-details__error-link{text-decoration:none;color:#393e46}.product-options__option-name-wrappper>span{font-weight:700}.product-options__option-values-wrapper{display:flex;gap:12px}.product-options__option-value-tag{padding:8px;border:1px solid #4a4a4a;border-radius:4px;cursor:pointer}.product-image-container{display:flex;align-items:center;justify-content:center;flex-direction:column}.product-image-container__inner{position:relative;overflow:hidden;display:block;border-radius:8px;box-sizing:border-box;width:300px}.product-image-container__inner :hover{box-shadow:0 14px 24px #0000008c,0 14px 18px #0000008c}@media screen and (max-width: 768px){.product-image-container{text-align:center}}.product-image-container__image{width:100%;height:250px;object-fit:contain}.product-image-container__image-selection-wrapper{display:flex;gap:12px;justify-content:center;padding-top:4px;padding-bottom:4px}.product-image-container__image-selection{border-radius:50%;width:50px;height:50px;overflow:hidden;cursor:pointer;border:1px solid #4a4a4a}.product-image-container__image-selection__img{width:100%;height:100%;object-fit:contain}.product-image-container__image-selection__img--active{border:2px solid red}*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}.divider--horizontal{width:100%;border-top-color:#eaeaea;border-top-style:solid;border-top-width:1px}.divider--vertical{height:auto;align-self:stretch;border-left-color:#eaeaea;border-left-style:solid;border-left-width:1px}
