.product ul{padding-left:1rem}.product li{display:inline-block;font-weight:500;transition:all .3s ease-in-out}.product li a{color:var(--textColor)}.product li a.active,.product li a:hover{color:var(--mainColor1)}.product .sort{padding:0 .5rem;margin-left:.2rem;font-size:.8125rem;font-weight:400;height:1.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:var(--bodyBackground);border:2px solid var(--mainColor1);color:var(--textColor)}.product .sort.active{background:var(--mainColor1);color:var(--bodyBackground)}.product input{border-radius:.8rem;box-shadow:none;font-size:.8125rem;background:var(--bodyBackground);border-color:#625b4b;color:var(--textColor);width:25rem;height:2rem}@media (max-width:992px){.product input{width:80%}}.product input::-moz-placeholder{color:var(--textColor2)}.product input::placeholder{color:var(--textColor2)}.product input:focus{box-shadow:none;background:var(--bodyBackground);border-color:var(--mainColor1);color:var(--textColor)}.product .product-item{margin:1rem 0;cursor:pointer}.product .product-item:hover{background-color:var(--productItemBackground)}.product .product-img{background-color:var(--productImageBackgroundColor);height:var(--productImageHeight);width:var(--productImageWidth);margin:var(--productImageMargin);border:var(--productImageBorder);border-radius:var(--productImageBorderRadius);float:var(--productImageFloat);text-align:var(--productImageTextAlign);transition:.5s;box-shadow:var(--productImageBoxShadow)}.product .product-img img{max-height:100%;border-radius:50%}.product .product-img:hover{transform:scale(1.2)}.product .product-content{margin:1rem 0 0 9rem;color:var(--textColor);font-weight:700}.product .product-tag{margin:0 1rem 0 9rem;color:var(--textColor);display:flex;flex-wrap:wrap}.product .tag{margin-bottom:.2rem;margin-right:.2rem;border:2px solid var(--mainColor1);background:var(--mainColor1) 77;color:var(--textColor);white-space:nowrap;border-radius:var(--buttonBorderRadius);padding:0 .3rem;text-transform:uppercase;font-size:.8125rem;letter-spacing:1px}.product .tag.select{background:transparent;cursor:pointer;height:1.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.product .tag.select:hover{background-color:var(--mainColor1);color:var(--bodyBackground)}.product .tag.select.active{background:var(--mainColor1);color:var(--bodyBackground)}.product .product-info{margin-right:1rem;margin-left:9rem;color:var(--textColor);display:flex;justify-content:space-between}.product span{margin-left:1rem;font-weight:700;color:var(--mainColor1);white-space:nowrap}@media (max-width:992px){.product span{margin-left:0}}.product .product-inquiry{margin-top:.2rem;margin-right:1rem;margin-left:9rem;color:var(--textColor);white-space:nowrap;display:flex;justify-content:space-between}.product .product-inquiry .inquiry-btn{padding:0 1rem;margin:0 0 0 .2rem;height:1.5rem}