*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{background-color:#f7f7f7;color:#000}a{text-decoration:none;color:unset}button{color:unset}.container{max-width:1200px;margin:0 auto;padding:150px 20px 50px;min-height:100vh}.container_title{font-size:20px;margin-bottom:1.5rem;font-weight:500}.container_title span{font-weight:700}.products-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:25px}.bag{background-color:#fff;position:fixed;width:370px;height:100%;z-index:10;transition:.5s;display:flex;flex-direction:column;justify-content:space-between;padding-top:150px;padding:1.5rem;border-left:1px solid rgba(26,26,26,.39)}.open{right:0}.close{right:-100%}.bag-header{display:flex;justify-content:space-between}.bag-header p{font-size:20px;font-weight:700;opacity:.7;margin-top:.8rem}.close-bag{scale:1.1;transition:.2s ease-in-out;cursor:pointer}.close-bag:hover{scale:1.3}.bag-itens{display:flex;flex-direction:column;overflow-y:auto;flex:.9;gap:15px;padding:.5rem;border-bottom:1px solid rgba(0,0,0,.26)}.empty{justify-content:center}.bag-itens::-webkit-scrollbar{width:5px}.bag-itens::-webkit-scrollbar-track{background-color:#fff}.bag-itens::-webkit-scrollbar-thumb{background-color:#00000069;border-radius:10px}.total-price{font-weight:500;font-size:25px}.finish-buying{display:flex;flex-direction:column;gap:.5rem}.bag_button{width:100%;background-color:#1a1a1af2;color:#fff;padding:.7rem 0;border-radius:5px;border:none;cursor:pointer;transition:.2s}.bag_button:hover{background-color:#141414}.no-user_button{width:100%;background-color:#fff;color:#1a1a1a;padding:.7rem 0;border-radius:5px;font-weight:500;border:3px solid rgba(26,26,26);cursor:pointer}@media (max-width: 450px){.bag{width:100%}}.bag-card{display:flex;width:100%;border-bottom:1px solid rgba(0,0,0,.26);padding:5px 5px 15px;gap:.8rem;position:relative}.bag-card:last-child{border-bottom:none}.bag-card img{width:80px;height:80px;border-radius:5px}.bag_info{display:flex;flex-direction:column;justify-content:space-between;font-size:14px;max-width:160px;flex:1}.item-title{font-weight:700}.bag-card button{background:none;border:none}.item-size{opacity:.7}.item-price{color:#00d878;font-weight:700}.quantity-items{display:flex;width:60px;justify-content:space-between;align-items:center;position:absolute;bottom:15%;right:0;font-size:18px}.quantity-items button,.delete-item{font-size:18px;transition:.2s;cursor:pointer}.delete-item{position:absolute;top:1%;right:0;opacity:.7;transition:.2s}.delete-item:hover{opacity:1}header{display:flex;flex-direction:column;background-color:#fff;height:auto;width:100%;position:fixed;box-shadow:0 0 20px #00000059;padding:1rem 4rem 0px;color:#000;z-index:1;transition:.2s;gap:1rem}.header-checkout_active{position:absolute;padding-bottom:2rem}.header{display:flex;align-items:center;width:100%}.menu-logo{display:flex;gap:1rem}.menu{border:none;background:none;display:none;justify-content:center;align-items:center;padding:5px;font-size:22px;cursor:pointer}.menu svg{transition:.2s ease-in-out}.menu:hover svg{scale:1.1}.logo{height:45px}.logo img{height:100%;cursor:pointer}.icons{display:flex;align-items:center;gap:1.5rem}.navbar{display:flex;justify-content:center;gap:3rem}.link{position:relative;cursor:pointer;padding-bottom:1rem;transition:.3s}.link:after{content:" ";width:0%;height:2px;background-color:#000;position:absolute;bottom:0;left:0;transition:.3s ease-in-out}.link:hover:after{width:100%}.link:hover{scale:1.05}.search{width:50%}.mobile-search{display:none}.menu_mobile-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:5;background:#000;opacity:.6}.menu_mobile-container{position:fixed;top:0;width:60%;height:100%;background:#fff;z-index:10;display:flex;flex-direction:column;padding:2rem 1.5rem;gap:2rem;transition:.5s ease-in-out}.menu_mobile-container_links{display:flex;flex-direction:column;gap:1.5rem}.mobile_link{transition:.2s ease-in-out;font-size:17px}.mobile_link:hover{scale:1.1}.close_menu-mobile{background:none;border:none;font-size:22px;width:auto;transition:.2s ease-in-out}.close_menu-mobile:hover{scale:1.1}@media (max-width: 850px){.logo{height:40px}}@media (max-width: 650px){.logo{height:35px}.icons{gap:.9rem}.icons svg{font-size:20px}.filter{font-size:15px}.search{display:none}.mobile-search{display:block;width:100%;padding:.5rem .3rem;align-self:center}}@media (max-width: 450px){header{padding:1rem 2rem}.header-checkout_active{padding-bottom:0}.menu{display:flex}.navbar{display:none}}.bag-btn{display:flex;justify-content:center;align-items:center;font-size:22px;padding:5px;background:none;border:none;position:relative;cursor:pointer}.bag-btn svg{transition:.2s ease-in-out}.bag-btn:hover svg{scale:1.1}.notification{background-color:red;width:15px;height:15px;padding:.2rem;border-radius:50%;position:absolute;left:0;top:0;display:flex;justify-content:center;align-items:center;font-size:11px;color:#fff;font-weight:600}.user-btn{display:flex;justify-content:center;align-items:center;font-size:22px;padding:5px;background:none;border:none;position:relative;cursor:pointer}.user-btn svg{transition:.2s ease-in-out}.user-btn:hover svg{scale:1.1}.user-menu{display:flex;align-items:end;position:absolute;top:45px;padding:1rem 1.5rem;background-color:#fff;box-shadow:0 5px 10px #0000004b;border-radius:5px}.user-menu_options{display:flex;list-style-type:none;flex-direction:column;gap:1rem;flex:1}.user-menu_options li{font-size:15px}@media (max-width: 450px){.user-menu{right:0}}.search-bar{display:flex;align-items:center;background-color:#f1f1f1;width:100%;gap:.3rem;padding:0 .5rem;border-radius:8px}.search-bar:hover{background-color:#e9e9e9}.search-bar input[type=text]{border:none;background:none;flex:1;outline:none;padding:.5rem;overflow:hidden}.hidden{display:none}.loading{display:flex;justify-content:center;align-items:center;padding:150px 0 90px}.loading svg{animation:girar 1s infinite;scale:1.3}@keyframes girar{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.products_section-container{display:flex;flex-direction:column;margin-bottom:2rem}.products_section-title{display:flex;flex-direction:column;margin-bottom:1rem}.products_section-title div{width:130px;background-color:#4f4ff7;border-radius:20px;height:7px;margin-bottom:10px}.products_section-title p{font-weight:600;font-size:25px}.products_section-slider_container{position:relative}.products_section-slider{display:flex;width:100%;overflow-x:hidden;gap:30px;padding:1.5rem 1rem;scroll-behavior:smooth}.products_section-slider::-webkit-scrollbar{display:none}.slider_btns{position:absolute;display:flex;justify-content:space-between;width:100%;bottom:50%}.arrow_left-btn,.arrow_right-btn{display:flex;justify-content:center;align-items:center;width:60px;height:60px;border-radius:50%;background-color:#1a1a1a;opacity:0;transition:.3s;cursor:pointer}.arrow_left-btn svg,.arrow_right-btn svg{color:#fff}.products_section-slider_container:hover .arrow_left-btn,.products_section-slider_container:hover .arrow_right-btn{opacity:.7}@media screen and (max-width: 450px){.slider_btns{display:none}.products_section-slider{overflow-x:auto}}a{color:#000;text-decoration:none}.product-card{display:flex;flex-direction:column;gap:20px;padding:20px;height:100%;margin:0 auto;cursor:pointer;transition:.2s ease-in-out;border-radius:15px;background-color:#fff;box-shadow:0 10px 10px #00000026}.product-card:hover{scale:1.05}.product-image{overflow:hidden;border-radius:10px}.product-image img{width:100%;height:100%}.info{display:flex;flex-direction:column;justify-content:space-between;flex:1}.product-price{font-weight:700;color:#00d878;font-size:20px}.product-title{opacity:.8}@media screen and (max-width: 850px){.product-card{flex:1}}@media screen and (max-width: 450px){.product-card{width:100%}.product-title{font-size:18px;margin-bottom:5px}}.checkout{padding-top:130px;padding-bottom:30px;display:flex;justify-content:center}.checkout-form{max-width:700px;border-radius:10px;text-align:center;background-color:#fff;padding:20px 30px;box-shadow:5px 10px 25px #00000048}.checkout-data section{display:flex;flex-direction:column;align-items:start}.form-title{text-align:center;margin:1rem 0 1.5rem;font-weight:700}.form-field{display:flex;flex-direction:column;text-align:left;width:100%;margin-bottom:.5rem;padding:5px 0}.form-field label p{font-weight:600;margin-bottom:.5rem;font-size:.875rem}.form-field label input{padding:.5rem;border-radius:5px;border:1px solid rgb(154,157,161);width:100%}.flex-form{display:flex;align-items:center;gap:1rem;width:100%}.flex-form .form-field{width:50%}.finish-checkout{width:100%;margin-top:1.5rem;display:flex;flex-direction:column}.checkout-price{text-align:left;margin-bottom:.5rem}.checkout-price span{font-weight:700}.checkout_button{width:45%;background-color:#1a1a1af2;color:#fff;padding:.7rem 0;border-radius:5px;border:none;cursor:pointer;transition:.2s}.checkout_button:hover{opacity:.8}@media (max-width: 450px){.checkout{padding-top:100px}form{padding:10px}.form-title{font-size:18px;margin:1rem 0}.checkout-data{width:100%;max-width:400px;padding:10px;border:none;box-shadow:none}.checkout_button{width:100%}}.historic{display:flex;flex-direction:column;margin:0 auto}.historic-header{color:#000000a6;border-bottom:1px solid #000000a6;padding:.8rem}.historic-orders{padding:.8rem;display:flex;flex-direction:column;gap:1rem;flex:1;overflow-y:auto}@media screen and (max-width: 450px){.historic-orders,.historic-header{padding:.8rem 0}}.container-product-page{max-width:1200px;margin:0 auto;padding:170px 20px 50px;height:auto}.product-page{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;font-size:20px;align-items:center;background-color:#fff;padding:1.8rem;border-radius:30px;box-shadow:0 0 20px #00000023}.info-buy{display:flex;flex-direction:column;justify-content:space-between;padding:.8rem;gap:.8rem;margin-bottom:1rem}.page-title{font-size:40px;line-height:45px;font-weight:600}.brand{opacity:.8}.price-info{display:flex;align-items:end;gap:1rem;margin-bottom:1rem}.price{display:flex;flex-direction:column;justify-content:flex-end}.actual-price{color:#00d878;font-weight:500;font-size:22px;position:relative;width:100%;line-height:29px}.discount-info{position:absolute;top:50%;transform:translateY(-50%);right:-50px;color:#fff;background-color:#0076ff;font-size:11px;border-radius:5px;width:45px;height:18px;display:flex;align-items:center;justify-content:center}.past-price{font-weight:500;color:#00000059;text-transform:uppercase;font-size:13px}.past-price span{text-decoration:line-through}.choose-size{margin-bottom:1rem}.size{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:1rem;margin-top:1rem}.size-btn{display:flex;justify-content:center;align-items:center;width:65px;height:40px;border:1px solid rgba(0,0,0,.377);background:none;border-radius:5px;cursor:pointer}.size-btn:hover{border-color:#0076ff}.select-size{border:3px solid #0076FF;background-color:#0077ff1f}.size-message{display:none;font-weight:700;font-size:15px}.buttons{display:flex;flex-direction:column;gap:.5rem}.add-cart-btn{display:flex;align-items:center;justify-content:center;background-color:#1a1a1a;color:#fff;padding:1rem 0;width:90%;border-radius:30px;cursor:pointer;transition:.2s;text-transform:uppercase;font-weight:500;margin-top:1rem;border:1px solid rgb(26,26,26)}.add-cart-btn svg{margin-left:.5rem}.add-cart-btn:hover{opacity:.8}.add-favorite-btn{display:flex;align-items:center;justify-content:center;background-color:#fff;color:#1a1a1a;border:1px solid rgb(26,26,26);padding:1rem 0;width:90%;border-radius:30px;cursor:pointer;transition:.2s;text-transform:uppercase;font-weight:500;margin-top:1rem}.add-favorite-btn svg{margin-left:.5rem;font-size:20px}.add-favorite-btn:hover{opacity:.8}@media (max-width: 850px){.container-product-page{padding:120px 0 50px}.product-page{flex-direction:column;padding:1rem}.add-cart-mobile-btn{width:100%;border:none;position:fixed;bottom:0;left:0;background-color:#1a1a1a;border-radius:0}}@media (max-width: 768px){.container-product-page{padding:0;height:auto}.product-page{width:100%;grid-template-columns:repeat(1,minmax(0,1fr));padding:1rem;padding-top:130px;padding-bottom:30px;border-radius:0}.info-buy{gap:1rem;align-self:center}.page-title{font-size:30px;line-height:35px}.size{gap:2rem}.add-cart-mobile-btn{width:100%;border-top:2px solid #fff}.add-cart-btn,.add-favorite-btn{width:100%}}@media (max-width: 450px){.container-product-page{width:100%;padding-top:28.5px;margin:0}.product-page{align-items:none;padding:100px 0 50px;gap:1rem}.info-buy{margin-top:0;gap:.3rem}.size{flex-wrap:nowrap}.choose-size p{display:flex;align-items:center;gap:1rem}.size-message{font-size:14px}}.images-container{display:flex;flex-direction:column;gap:1rem}.actual-image{position:relative}.slider{position:absolute;display:none;justify-content:space-between;width:100%;top:50%;padding:0 1rem}.slider-btn{border:none;background-color:#1a1a1a;color:#fff;width:3.5rem;height:3.5rem;display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer;opacity:.7;transition:.3s ease-in-out}.slider-btn:hover{opacity:1}.slider-btn svg{scale:1.5}.actual-image img{width:100%;border-radius:20px;object-fit:contain}.image-buttons{display:flex;list-style-type:none;justify-content:space-between;object-fit:contain;width:100%}.image-buttons li{border-radius:10px;overflow:hidden;width:80px;height:80px;cursor:pointer}.image-btn{height:100%;width:100%;pointer-events:none}.image-btn:hover{opacity:.8}.selected-image{border:3px solid rgba(26,26,26,.548)}@media (max-width: 850px){.images-container{position:relative}.image-btn{display:none}.slider{display:flex}.image-buttons{justify-content:center;gap:1rem;position:absolute;bottom:0;padding:1.5rem}.image-buttons li{width:15px;height:15px;border-radius:50%;border:3px solid rgb(26,26,26);background-color:#fff;opacity:.7;transition:.3s}.selected-image{scale:1.5;opacity:1}}@media (max-width: 450px){.actual-image img{width:100%;border-radius:0}.slider{display:flex}.image-buttons{display:none}}.form-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding-top:40px}.form-container{background:#fff;padding:2rem 1.5rem;box-shadow:0 10px 15px #0000003b;border-radius:10px;width:100%;max-width:450px;display:flex;flex-direction:column;align-items:center}.form-container_title{margin-bottom:2rem}.form-container form{width:100%}.form-fields{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;flex:1}.form-fields label{display:flex;flex-direction:column}.form-fields label span{font-weight:500;margin-bottom:.5rem}.form-fields input{padding:1rem .5rem;border:none;border-radius:5px;outline:none;background-color:#ececec}.form-container button{display:flex;justify-content:center;align-items:center;width:100%;padding:1rem;border-radius:5px;background-color:#1a1a1a;color:#fff;transition:.3s ease-in-out}.form-container button:hover{opacity:.8;cursor:pointer}.form-container_link{margin-top:2rem;color:#000000b4}.form-container_link a{font-weight:500;color:#000;text-decoration:underline}.form-container_link a:hover{text-decoration:underline}@media screen and (max-width: 450px){.form-container{padding:2rem 1rem}}footer{padding:25px;display:flex;flex-direction:column;background-color:#1a1a1a;color:#fff;gap:1rem;justify-content:center}.footer_content{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;padding:1rem 2rem 2rem;border-bottom:1px solid #fff}.footer_content-section{flex:1;max-width:300px;display:flex;flex-direction:column;align-items:flex-start}.footer_section-title{font-weight:700;font-size:20px;margin-bottom:.8rem}.footer_section-text{font-size:15px}.footer_section-text span{font-weight:700}.footer_bottom{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:1rem}.footer_bottom-icons{display:flex;justify-content:center;gap:2rem;width:100%;font-size:30px}.footer_bottom-icons svg{transition:.2s;cursor:pointer}.footer_bottom-icons svg:hover{scale:1.05}.footer_content-section form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;width:85%;padding:0}.footer_content-section form input[type=text]{padding:.5rem 1.3rem;background-color:#fff;border-radius:20px;outline:none;border:none}.footer_content-section form button{padding:.5rem 1rem;background-color:#141414;color:#fff;border:1px solid #fff;border-radius:20px;cursor:pointer;transition:.3s}.footer_content-section form button:hover{background-color:#000}
