@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=BBH+Bartle&family=BBH+Bogle&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--background-color: #121212;--text-color: white;--secondary-color: rgba(255, 156, 15, .2);--font-sans: "Inter", sans-serif;--font-logo: "BBH Bogle", sans-serif;--max-w: 1349px;--primary-color: #8B5CF6;--violet-900: #2B124C;--violet-800: #3B1768;--violet-700: #51207F;--violet-600: #6A2CA0;--violet-500: #8B5CF6;--violet-400: #A78BFA;--violet-300: #C4B5FD;--violet-200: #DDD6FE;--violet-100: #EDE9FE;--success: #22C55E;--warning: #F59E0B;--error: #EF4444;--info: #0EA5E9}*{margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}html,body{height:100%}body{background:radial-gradient(1000px at 10% 10%,rgba(139,92,246,.3333333333),transparent 30%),radial-gradient(900px at 90% 20%,rgba(81,32,127,.3333333333),transparent 30%),radial-gradient(800px at 50% 90%,rgba(81,32,127,.3333333333),transparent 50%),linear-gradient(180deg,#0a0a0a,#111);background-attachment:fixed;color:var(--text-color);overflow-x:hidden;font-family:var(--font-sans);display:flex;flex-direction:column}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#ccc2}::-webkit-scrollbar-thumb{background-color:#ccc5;border-radius:100px}::-webkit-scrollbar-thumb:hover{background-color:#000}.hidden-input{display:none}.invisible__input{background:none;border:none;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;font-family:var(--font-sans)}.margin-right-6{margin-right:6px}.margin-right-8{margin-right:8px}.margin-right-12{margin-right:12px}.margin-left-6{margin-left:6px}.href{outline:none;text-decoration:none;color:var(--text-color)}.font-size-15{font-size:15px}.ellipsis{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.ellipsis__1{-webkit-line-clamp:1}.ellipsis__2{-webkit-line-clamp:2}.ellipsis__3{-webkit-line-clamp:3}.display-none{display:none}.image__object{width:100%;height:100%}.image-cover{object-fit:cover}.image-scale{object-fit:scale-down}.border-radius-15{border-radius:15px}.border-radius-100{border-radius:100px}.li{list-style:none}.transition__effect{transition:.4s}.opacity__effect:hover{opacity:.8}option{color:#000}.web-global__things{width:100%;height:100vh;position:absolute;display:none}.alerts-content{bottom:10px;right:10px;z-index:11;position:fixed}.header{width:100%;top:0;position:fixed;z-index:10;background-color:none}.header.scrolled{background-color:#0006}.header-content{width:80%;max-width:var(--max-w);border-radius:15px;padding:40px 0;margin:auto;display:flex;box-sizing:border-box;align-items:center;justify-content:space-between;position:relative;transition:all .4s ease}.header-content.scrolled{padding:20px 0}.header-content__logo{justify-content:flex-start;flex:1;width:100%}.header-content__logo h1{font-size:35px;font-family:var(--font-logo);transition:all .4s ease;color:#fff}.header-content__search{position:absolute;left:17%;white-space:nowrap;width:50%}.header-content__search-form{background-color:#ccc2;border-radius:100px;width:100%;display:flex;justify-content:space-between;box-sizing:border-box;padding:0 30px;border:1px solid #eee}.header-content__search-form input{width:100%;padding:20px 0}.header-content__search-form i{margin:auto 0;color:#121212}.header-content.scrolled .header-content__logo h1{font-size:35px}.header-content__options{display:flex;margin:auto 0;justify-content:flex-end;flex:1}.header-content__options li{font-size:16px;border-radius:100px;box-sizing:border-box;margin:0 0 0 25px}.header-content__options .li.cart{display:flex}.cart-count{border-radius:5px;margin-left:10px;background-color:#fff;color:#000;font-weight:500;font-size:15px;padding:0 10px}.header-content__options a{font-size:15px;color:#fff;font-weight:500}.header-content__options a i{margin-right:10px}@media only screen and (max-width:1024px){.header.scrolled{background-color:#0008}.header-content{width:90%;max-width:inherit;padding:35px 0}.header-content.scrolled{padding:15px 0}.header-content__logo h1,.header-content.scrolled .header-content__logo h1{font-size:28px}.header-content__options{display:none}}.footer{width:100%;display:flex;background-color:#000}.footer-content{width:85%;margin:auto;display:flex;justify-content:space-between}.footer-text{font-size:16px;color:#fff9;padding:25px 0;font-weight:500}.footer-content ul{display:flex;margin:auto 0}.footer-content li{margin:0 0 0 15px}.footer-content a{color:#fff9;font-weight:400;text-decoration:underline;transition:.4s}.footer-content a:hover{color:#fff}@media only screen and (max-width:1024px){.footer{padding-bottom:40px}.footer-content{width:90%;margin:inherit;display:block;justify-content:inherit}.footer-text{font-size:15px;display:flex;justify-content:center}.footer-content ul{justify-content:center}.footer-content li{font-size:15px}}.main{width:100%;margin-top:130px;margin-bottom:75px;flex:1}.main-content{width:80%;margin:auto;max-width:var(--max-w)}.banner{width:100%}.banner-content{width:100%;height:500px;border-radius:10px;display:flex;justify-content:space-between;box-sizing:border-box}.banner-content__title{width:50%;margin:auto 0}.banner-content__title h2{color:#fff;font-size:35px;padding-bottom:4px}.banner-content__title p{color:#fff9;padding-bottom:40px;font-size:17px}.banner-content__title a{padding:10px 20px;border-radius:10px;background:var(--primary-color);color:var(--text-color);font-weight:600}.banner-content__image{width:50%;height:100%}.banner-content__image{object-fit:scale-down}@media only screen and (max-width:1024px){.main{width:100%;margin-top:100px}.main-content{width:90%;max-width:90%}.banner{margin-top:85px}.banner-content{height:auto;flex-direction:column;justify-content:inherit}.banner-content__title{width:100%;margin:auto 0}.banner-content__title h2{font-size:28px}.banner-content__title p{font-size:16px}.banner-content__title a{font-size:14px}.banner-content__image{width:70%;height:260px;margin:auto 0 auto auto;transform:translateY(-35px)}}.product-content{width:100%;display:flex;justify-content:space-between}.product-content__item{width:60%}.product-content__item .title{margin-bottom:25px}.product-content__item .title h2{color:#fafafa;font-size:22px}.product-content__item .images{width:100%;height:430px;box-sizing:border-box;padding:20px 0;background:#ccc2;border-radius:10px;display:flex;overflow-y:hidden}.product-content__item .images.image-slider{position:relative;overflow:hidden;width:100%;max-width:100%}.slides{display:flex;transition:transform .4s ease;width:100%}.slide-img{width:100%;min-width:100%;flex:0 0 auto;border-radius:10px}.nav{position:absolute;top:50%;transform:translateY(-50%);background:#0000001a;color:#fff;border:none;font-size:1.5rem;padding:5px 10px;cursor:pointer;border-radius:10px}.prev{left:10px}.next{right:10px}.nv-details{width:35%}.nv-details__content{width:100%;border-radius:10px;background:#ccc2;padding:20px;box-sizing:border-box}.product-description{width:100%;overflow-x:hidden;max-height:300px;color:#fff;font-size:15px}.add-item{width:100%;display:flex;flex-direction:column;margin-top:40px}.item__subtotal{width:100%;margin-bottom:17px;color:#fff;font-size:17px;font-weight:700;display:flex;justify-content:space-between}.item__subtotal h4{color:#fafafa;font-size:16px;font-weight:600;display:flex;flex-direction:column;text-align:left}.item__subtotal span{margin-top:3px;font-size:13px;color:#fff9;font-weight:500}.item__subtotal p{font-weight:400;font-size:13px;color:#53eafd}.add-item form{display:flex;flex-direction:column;gap:.5rem}.add-item label{display:flex;justify-content:center;width:100%;background:var(--primary-color);color:var(--text-color);font-size:14px;border-radius:10px;box-sizing:border-box;padding:10px 15px;cursor:pointer}.recommended{width:60%}@media only screen and (max-width:1024px){.product-content{width:100%;margin-top:45px}.product-content__body{flex-direction:column;justify-content:inherit;gap:2rem}.product-left-content{width:100%;box-sizing:border-box}.product-content__title{margin-bottom:25px}.product-content__title h2{color:#fafafa;font-size:22px}.product-content__images{width:100%;height:400px;box-sizing:border-box;padding:20px 0;background:#ccc2;border-radius:10px;display:flex;overflow-y:hidden}.product-content__images.images-slider{position:relative;overflow:hidden;width:100%;max-width:100%}.slides{display:flex;transition:transform .4s ease;width:100%}.slide-img{width:100%;min-width:100%;flex:0 0 auto;border-radius:10px}.nav{position:absolute;top:50%;transform:translateY(-50%);background:#0000001a;color:#fff;border:none;font-size:1.5rem;padding:5px 10px;cursor:pointer;border-radius:10px}.prev{left:10px}.next{right:10px}.nv-details{width:100%;margin-left:0;position:inherit}.nv-details__content{width:100%;border-radius:10px;background:#ccc2;padding:20px;box-sizing:border-box}.product-description{width:100%;overflow-x:hidden;max-height:350px;color:#fff;font-size:15px}.add-item{width:100%;display:flex;flex-direction:column;margin-top:40px}.item__subtotal{width:100%;margin-bottom:17px;color:#fff;font-size:17px;font-weight:700;display:flex;justify-content:space-between}.item__subtotal h4{color:#fafafa;font-size:16px;font-weight:600;display:flex;flex-direction:column;text-align:left}.item__subtotal span{margin-top:3px;font-size:13px;color:#fff9;font-weight:500}.item__subtotal p{font-weight:400;font-size:13px;color:#53eafd}.add-item form{display:flex;flex-direction:column;gap:.5rem}.add-item label{display:flex;justify-content:center;width:100%;background:var(--primary-color);color:var(--text-color);font-size:14px;border-radius:10px;box-sizing:border-box;padding:10px 15px;cursor:pointer}}#search-drawer{width:100%;height:0;opacity:0;visibility:hidden;transition:height .6s ease,margin-bottom .6s ease,opacity .6s ease;margin-bottom:0}#search-drawer.active{opacity:1;visibility:visible;height:76px;max-height:76px;margin-bottom:50px}.search-drawer__content{width:80%;border-radius:10px;background:#ccc3;margin:auto;box-sizing:border-box;padding:0 20px}.search-drawer__content form{width:100%;display:flex;justify-content:space-between}.search-drawer__content input{width:100%;padding:26px 0;color:#fff}.search-drawer__content input::placeholder{color:#fcfcfc}.search-drawer__content .bi-search{margin-right:20px;padding-right:25px;border-right:1px solid rgba(204,204,204,.5333333333)}.search-drawer__content i{margin:auto 0;font-size:20px;color:#ccc}.search-content{width:100%}.search-content__body{width:100%;display:flex;justify-content:space-between}.search-nav{width:25%}.search-title{width:100%;border-radius:10px;background:#ccc3;box-sizing:border-box;padding:20px;font-size:15px;font-weight:500;color:#fff;display:flex;flex-direction:column}.search-title__total{font-size:15px;font-weight:400;color:#fff9;margin-top:10px}.search-options{width:100%;border-radius:10px;background:#ccc3;box-sizing:border-box;padding:20px;margin-top:15px}.search-options span{color:#fff;font-size:15.5px;display:flex;margin-bottom:15px}.search-options li{list-style:none;box-sizing:border-box;padding:0 10px;margin:0 0 10px;font-size:14.5px}.search-results{width:67%}.search-results .filters{color:#fff;width:100%;display:flex}.order-by__select{box-sizing:border-box;padding:12px 20px;background:#ccc3;color:#fff;border-radius:10px;margin:auto 0 auto auto}.search-results .results{width:100%;margin-top:25px;margin-left:0%;display:flex;justify-content:flex-start;flex-wrap:wrap;gap:1.5rem}.empty-search{width:100%;display:flex;justify-content:center;margin-top:75px;color:#fff;font-size:15px}.search-categories,.search-price{width:100%;max-height:325px;overflow-x:hidden;margin-top:25px}.search-categories h3,.search-price h3{padding:10px 0;font-weight:500;font-size:14px;color:#fafafa}.search-categories li{list-style:none;font-size:14px;box-sizing:border-box;padding:7px 10px;cursor:pointer}.search-categories a{color:#ccc}.search-categories__empty{width:100%;display:flex;justify-content:center}.search-price__form{width:100%;display:flex;justify-content:space-between}.search-price__form .input{display:flex}.search-price__form input{font-size:13px;border-radius:10px;box-sizing:border-box;padding:0 15px;width:49%;margin-right:10px;color:#ccc;background:#ccc3;outline:none;border:none}.search-price__form input::placeholder{color:#ccc}.search-price__form button{color:var(--text-color);padding:7px 8px;background:var(--primary-color);border:none;border-radius:10px;cursor:pointer}.cart-content{width:100%;display:flex;flex-direction:column;gap:2rem}.cart-content__header{width:100%}.cart-content__header-title{color:#fff;font-size:20px}.cart-content__body{width:100%;display:flex;justify-content:space-between}.cart-items{width:53%;display:flex;flex-direction:column;height:400px;max-height:500px;overflow-x:hidden;gap:1rem;padding-right:1%}.item{width:100%;list-style:none;background:#ccc2;border-radius:10px;display:flex;justify-content:space-between;padding:20px;box-sizing:border-box}.item-image{width:25%;height:100px}.item-image img{border-radius:10px}.item-details{width:73%;display:flex;justify-content:space-between}.item-details .data{width:100%;flex:1;display:flex;flex-direction:column;justify-content:space-between}.item-name{display:flex;flex-direction:column}.item-name a{color:#fafafa;font-size:15px;font-weight:400;outline:none}.item-name span{margin-top:5px;font-size:14px;font-weight:600;color:#fafafa}.item-quantity{color:#fff9;font-weight:500;font-size:13.5px}.item-details .btn-delete{color:#fff;font-size:15px;cursor:pointer}.total-cart{width:100%;display:flex;justify-content:space-between}.total-cart h3{color:#fafafa;font-size:15px;font-weight:400}.total-cart h4{color:#fafafa;font-size:15px;font-weight:500;display:flex;flex-direction:column;text-align:right}.total-cart span{margin-top:4px;font-size:13px;color:#fff9}.form-purchase{margin-top:10px;display:flex;flex-direction:column;gap:1rem}.form-purchase.empty{margin-top:25px}.input-select{width:100%;background:#ccc3;color:#ccc;border-radius:10px;box-sizing:border-box;padding:10px 15px;font-size:14px;margin-top:7px}.btn-purchase{display:flex;justify-content:center;width:100%;background:var(--primary-color);color:var(--text-color);font-size:14px;border-radius:10px;box-sizing:border-box;padding:10px 15px;cursor:pointer}.secure-pay{width:100%;margin-top:30px;display:flex;align-items:center;justify-content:center;position:relative}.secure-pay .border{border-bottom:1px solid rgba(204,204,204,.5333333333);width:90%;margin-left:5%;margin-right:5%;height:80px;position:absolute}.secure-pay__text{color:#fafafa;font-weight:500;font-size:15px;margin:auto 0 auto 15px}.secure-pay__img{width:35px;height:35px}.main.sign{width:100%}.main-content.sign{width:80%;margin:auto}.sign-content{width:100%;display:flex;justify-content:space-between}.sign-content__title{width:100%}.sign-content__title h2{color:#fff;font-size:30px;padding-bottom:4px}.sign-content__title p{color:#fff9;padding-bottom:40px;font-size:16.5px}.sign-content__body{width:47%;margin:auto 0;border:1px solid rgba(255,255,255,.4666666667);background:#ccc3;border-radius:25px;box-sizing:border-box;padding:40px 30px;position:relative;overflow:hidden}.sign-content__body .gray-shadow{background:#ccc1;filter:blur(2px);width:100%;height:100%;border-radius:100%;position:absolute;z-index:-1;top:-15rem;left:-15rem}.sign-content__form{width:100%;display:flex;flex-direction:column;gap:1rem}.form-input{width:100%;display:flex;flex-direction:column}.form-input .content{width:100%;display:flex;justify-content:space-between;box-sizing:border-box;padding:0 35px;background-color:#ccc4;border:1px solid rgba(255,255,255,.3333333333);border-radius:10px}.form-input .content:focus-within{border:1px solid var(--primary-color)}.form-input input,.form-input textarea{padding:13px 0;font-size:14px;color:#fff8;width:100%;max-height:150px}.form-input input::placeholder{color:#fff8}.form-input textarea::placeholder{color:#fff8}.form-input i{margin:auto 0;color:#fff9}.form-submit{padding-top:20px;width:100%;display:flex}.sign-content__form label{width:100%;display:flex;justify-content:center;padding:10px 20px;border-radius:10px;background:var(--primary-color);color:var(--text-color);font-weight:600;cursor:pointer}.form__action{width:95%;display:flex;flex-direction:column;align-items:center;gap:2rem}.form__action .line{width:100%;display:flex;justify-content:space-between}.line-span{width:46%;height:1px;background-color:#fff7;margin:auto 0}.form__action a{opacity:.9;text-decoration:underline;color:var(--primary-color);transition:.3s}.form__action a:hover{opacity:1}.sign-content__image{width:50%;height:100%}.main.dashboard{margin-top:120px}#dashboard_body{background:radial-gradient(1000px at 10% 10%,rgba(255,156,15,.3333333333),transparent 30%),radial-gradient(900px at 90% 20%,rgba(83,234,253,.3333333333),transparent 0%),radial-gradient(800px at 50% 90%,rgba(83,234,253,.3333333333),transparent 0%),linear-gradient(180deg,#0a0a0a,#111);background-attachment:inherit}.dashboard-content{width:100%;justify-content:space-between;display:flex}.dashboard-content__nav{width:19%;padding:20px;border-radius:10px;position:fixed;background:#ccc3}.user-panel{width:100%;margin:auto;display:flex;align-items:center;box-sizing:border-box;padding:0 20px 15px;border-bottom:1px solid rgba(255,255,255,.3333333333)}.user-panel h2{color:#fafafa;font-size:17px;font-weight:600;margin-left:15px}.user-panel img{width:50px;height:50px}.dashboard-content__nav ul{box-sizing:border-box;padding-top:20px;margin-top:5px}.dashboard-content__nav li{padding:20px 25px;margin:0 0 12px;border-radius:10px;transition:.4s;cursor:pointer;display:flex}.dashboard-content__nav a{width:100%;display:flex;justify-content:left}.dashboard-content__nav li.active{background-color:#ccc2}.dashboard-content__nav li:hover{background-color:#ccc3}.dashboard-content__nav .create-post{justify-content:center;margin-top:35px;padding:12px 0;background-color:var(--primary-color);border-radius:10px}.dashboard-content__nav .create-post:hover{opacity:.9;background-color:var(--primary-color)}.dashboard-content__nav .create-post a{color:var(--text-color);justify-content:center;font-weight:500;font-size:15px}.dashboard-content__body{width:100%;margin-left:33%}.dashboard-content__body.result{margin-left:0%;display:flex;justify-content:flex-start;flex-wrap:wrap;gap:1.5rem}.dashboard-content__title{padding-bottom:20px;display:flex}.dashboard-content__title .return{margin-right:15px;font-size:20px}.dashboard-content__title h3{color:#fff;display:flex;flex-direction:column}.dashboard-content__title span{color:#ccc;margin-top:4px;font-size:15px;font-weight:400}.dashboard-content__form .form{width:100%;display:flex;flex-direction:column;gap:1.1rem}.form-input.dashboard input{font-size:15px;color:#fff}.form-input.dashboard textarea{font-size:15px;height:75px;color:#fff}.form-input__flex{width:100%;gap:1%;display:flex;justify-content:space-between}.form-input__divisor{width:100%;height:1px;background-color:#fff5;margin-top:5px;margin-bottom:20px}.form-input__upload{width:100%;background-color:#ccc3;border-radius:10px;border:1px solid rgba(255,255,255,.3333333333);box-sizing:border-box;padding:12px 20px;color:#fff9;font-size:15px;font-weight:600}.form-input__upload label,.form-input__upload span{cursor:pointer}.form-input__upload.upload-images{background-color:#ddd6fe;color:#472a00}.form-input__upload .text{width:100%;display:flex}.form-input__upload .bi-chevron-down{margin:auto 0 auto auto}.upload-codes__content{margin:0 auto;width:90%;height:450px;transition:all .4s ease;display:none;padding:0}.upload-codes__content.enabled{display:block}.upload-codes__content p{color:#fff;font-size:14px;font-weight:400;padding:25px 0}.upload-codes__content textarea{width:100%;height:350px;background:#ccc2;color:#fff;box-sizing:border-box;padding:20px;border-radius:10px;border:none;outline:none}.upload-codes__content textarea::placeholder{color:#fff9}.form-input__upload.submit{width:100%;background:none;border:none;display:flex;cursor:inherit;padding:15px 0 0}.form-input__upload.submit label{margin:auto 0 auto auto;padding:12px 25px;border-radius:10px;background-color:var(--primary-color);color:var(--text-color);font-size:14px;font-weight:500;cursor:pointer;transition:.4s}.form-disabled{display:none}.form-disabled.enabled{display:block}.form .reset-data{width:100%;margin-top:30px;margin-bottom:15px}.form .reset-input{width:100%;list-style:none;margin:0 0 15px}.form .reset-input input{width:100%;border-radius:10px;background-color:#ccc3;color:#ccc;font-size:14px;box-sizing:border-box;padding:12px 25px}.form .reset-input input::placeholder{color:#ccc}.form .reset-input span{color:red;font-size:13.5px;font-weight:400;padding:0 10px}.form .reset-data button{margin-top:10px;border-radius:10px;background-color:var(--primary-color);font-size:14px;color:#fff;padding:9px 10px;cursor:pointer}.type-ref{cursor:pointer;padding:12px 20px;border-radius:10px;background-color:#ccc3;color:#ccc;font-size:15px;font-weight:600}.type-ref .delete-account{color:red}.main.terms{width:100%}.main-content.terms-content{width:80%;margin:auto;display:flex;flex-direction:column;gap:2rem}.terms-content__header{width:100%}.terms-content__header-title{font-size:22px;color:#fafafa}.global-loader{position:fixed;inset:0;background:#000000c4;display:flex;align-items:center;justify-content:center;z-index:9999}.global-loader.hidden{display:none}.spinner{width:45px;height:45px;border:4px solid var(--primary-color);border-top:4px solid #555;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.text-danger{color:red;font-size:14px;margin-top:5px}.products-splide{width:100%;margin-top:100px}.products-splide__header{padding-bottom:15px}.products-splide__header h2{color:#eee;font-size:19px}.splide{width:100%;position:relative;padding-bottom:30px}.slider-buttons{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between}.slider-buttons button{padding:20px 10px;background-color:#121212;border-radius:10px;cursor:pointer;z-index:1;border:none;outline:none;box-shadow:#959da533 0 8px 24px}.slider-buttons button.disabled{opacity:0}.slider-buttons i{color:#fff;font-size:17px}.splide__track::-webkit-scrollbar{display:none}.splide__list .empty{width:100%;height:150px;display:flex;justify-content:center;align-items:center}.splide__slide{width:32.5%;height:250px;display:flex;justify-content:space-between;background-color:#ccc4;border-radius:10px;padding:15px;box-sizing:border-box;transition:.4s}.splide__slide.similar{width:50%}.splide__slide:hover{background-color:#ccc3}.splide__slide a{width:100%;height:100%;display:flex;justify-content:space-between}.product-card__image{width:48%}.card-image{width:100%;height:100%;border-radius:7px}.card-data{width:48%;display:flex;flex-direction:column;justify-content:space-between}.card-data__top h3{color:#fafafa;font-size:17px;margin-bottom:5px}.card-data__bottom h4{color:#fff;font-size:16px;font-weight:600;padding-bottom:5px}.card-data__bottom p{color:#fff9;font-size:13.5px;padding-bottom:10px}.card-data__bottom label{width:100%;padding:10px 0;border-radius:10px;display:flex;justify-content:center;background:var(--primary-color);color:var(--text-color);font-size:14px;font-weight:500;cursor:pointer}.product-list{flex:0 0 calc(33.333333% - 1rem);max-width:calc(33.333333% - 1rem);box-sizing:border-box;list-style:none}.product-list__card{width:100%}.product-list__card .product-card__image{width:100%;height:130px}.product-list__card .card-data{width:100%;height:150px;margin-top:15px;flex-direction:column;display:flex;justify-content:space-between}.product-list__card h3{font-size:16px}.product-list__card h4{font-size:14px}.product-list__card p{font-size:13px}.product-list__card .buttons{width:100%;display:flex;gap:.5rem;margin-top:20px}.product-list__card .label{width:100%;padding:8px 0;border-radius:10px;display:flex;justify-content:center;background:var(--primary-color);color:var(--text-color);font-size:13px;font-weight:400;cursor:pointer}.product-list__card .vp-b{background:#ccc4;color:#fff}.sale-card{width:100%;background:#ccc3;box-sizing:border-box;padding:20px;border-radius:10px;display:flex;justify-content:space-between}.sale-card__image{width:25%;height:100px;background:#ccc3;border-radius:10px}.sale-card__data{width:70%;display:flex;justify-content:space-between}.sale-card__data div{width:100%;display:flex;flex-direction:column;justify-content:space-between;flex:1}.sale-card__data .titulo{font-weight:500;font-size:16px;color:#fafafa}.sale-card__data .precio{margin-top:5px;font-weight:400;font-size:15px;color:#ccc}.sale-card__data .unidades{font-weight:400;font-size:14px;color:var(--violet-300)}.sale-card__data .subtotal{margin:auto 0;font-size:15px;font-weight:500;color:#fafafa}.order-card{padding:15px 0;width:100%;border-top:1px solid rgba(255,255,255,.3333333333);display:flex;justify-content:space-between;gap:1.5rem}.order-card .order{width:50%;background:#ccc3;box-sizing:border-box;padding:20px;border-radius:10px;list-style:none}.order-card ul{box-sizing:border-box;padding:18px 10px}.order-card ul li{width:100%;padding:5px 0;color:#ccc;font-size:14.5px;display:flex;justify-content:space-between;list-style:none}.order-card__data{height:200px}.order-card__title{font-size:15px;font-weight:500}.ticket-content{width:100%;box-sizing:border-box;border-radius:10px;padding:20px;background:#ccc3;display:flex;justify-content:space-between}.ticket-content .card-data{width:100%}.ticket-content .email{font-size:13px;font-weight:500}.ticket-content .asunto{margin-top:20px;font-size:14.5px;font-weight:600;color:#fafafa}.ticket-content .message{margin-top:15px;font-size:14px;color:#ccc;max-height:110px;overflow-x:hidden}.ticket-content .datetime{margin-top:20px;font-size:14px;color:#ccc9;font-weight:400}.ticket-content i{color:#fff;font-size:15px;cursor:pointer}.about-us{width:100%;display:flex;padding-top:50px}.about-us__content{width:100%;margin:auto;color:#fff}.about-us__body{width:100%;display:flex;justify-content:space-between;overflow-y:hidden}.about-us__body::-webkit-scrollbar{width:4px;height:6px}.about-us__body::-webkit-scrollbar-track{background:#ccc3}.about-us__body-card{width:24%;height:280px;border-radius:10px;background:#ccc3;padding:20px;box-sizing:border-box;position:relative}.about-us__body-card h2{font-weight:500;font-size:19px;padding-bottom:18px}.about-us__body-card p{font-weight:400;color:#fff9}.about-us__body-card img{position:absolute;right:15px;bottom:15px;width:55px;height:55px}.about-us__body-card.product-card{width:33%;flex:0 0 auto;margin-right:10px;margin-bottom:15px}@media only screen and (max-width:1024px){.about-us{margin-top:20px}.about-us__body{width:100%;display:flex;justify-content:space-between;overflow-y:hidden;gap:.5rem}.about-us__body-card{width:65%;height:290px;flex:0 0 auto}.about-us__body-card h2{font-size:17px;padding-bottom:18px}.about-us__body-card p{font-size:16px;font-weight:400;color:#fff9}.about-us__body-card img{width:50px;height:50px}}.page-navigation{width:100%;margin-top:50px}.page-navigation__content{width:100%;display:flex;border-radius:10px;background-color:#ccc3}.pagination{padding:12px 0;display:flex;margin:auto 0 auto auto}.page-item{list-style:none;padding:0 25px 0 0;font-size:19px;color:#fff;font-size:15px}.page-item a{color:#fff8;outline:none;text-decoration:none;font-size:15px}[data-captcha-wrapper]{max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease,opacity .3s ease}[data-captcha-wrapper].is-visible{max-height:200px;opacity:1}
