*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #FEC5E5;--primary-foreground: #000000;--background: #FFFFFF;--foreground: #000000;--secondary: #F5F5F5;--secondary-foreground: #333333;--muted: #F0F0F0;--muted-foreground: #666666;--border: #E5E5E5;--input: #F9F9F9;--destructive: #DC2626;--radius: .5rem}body{font-family:Poppins,sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}button,input,textarea,select{font-family:inherit}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600;letter-spacing:-.5px;line-height:1.2}h1{font-size:2.5rem;font-weight:700;letter-spacing:-1px}h2{font-size:1.875rem;font-weight:700;letter-spacing:-.5px}h3{font-size:1.25rem;font-weight:600}@media(min-width:768px){h1{font-size:3.5rem}h2{font-size:2.25rem}h3{font-size:1.5rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;border-radius:var(--radius);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none}.btn-primary{background-color:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{opacity:.9}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--foreground)}.btn-outline:hover{background-color:var(--secondary)}.btn-white{background:#fff;color:var(--primary-foreground)}.btn-white:hover{opacity:.9}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn-sm{padding:.5rem 1rem;font-size:.75rem}.btn-full{width:100%}.site-header{position:fixed;top:0;left:0;right:0;background:#fec5e5;border-bottom:1px solid var(--border);z-index:50;box-shadow:0 1px 3px #0000000d}.header-inner{display:flex;align-items:center;justify-content:space-between;height:4rem}@media(min-width:768px){.header-inner{height:5rem}}.header-logo{font-size:1.25rem;font-weight:700;letter-spacing:-.5px;color:var(--foreground);flex-shrink:0}@media(min-width:768px){.header-logo{font-size:1.5rem}}.header-logo span{color:var(--primary)}.header-nav{display:none;align-items:center;gap:2rem}@media(min-width:768px){.header-nav{display:flex}}.header-nav a{font-size:.875rem;font-weight:500;color:var(--foreground);transition:color .2s}.header-nav a:hover{color:var(--primary-foreground);opacity:.7}.header-search{display:none;flex:1;max-width:16rem;margin:0 2rem}@media(min-width:1024px){.header-search{display:flex}}.header-search input{width:100%;padding:.5rem 1rem;background:var(--secondary);border:1px solid var(--border);border-radius:var(--radius);font-size:.875rem;outline:none}.header-search input:focus{box-shadow:0 0 0 2px var(--primary)}.header-icons{display:flex;align-items:center;gap:.5rem}.header-icon{position:relative;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:var(--radius);background:none;border:none;cursor:pointer;transition:background .2s;color:var(--foreground)}.header-icon:hover{background:var(--secondary)}.header-icon svg{width:1.25rem;height:1.25rem}.cart-count{position:absolute;top:.25rem;right:.25rem;width:1rem;height:1rem;background:var(--primary);color:var(--primary-foreground);font-size:.625rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-toggle{display:flex}@media(min-width:768px){.mobile-menu-toggle{display:none}}.mobile-nav{display:none;border-top:1px solid var(--border);padding:1rem 0}.mobile-nav.active{display:block}.mobile-nav a{display:block;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:var(--radius);transition:background .2s}.mobile-nav a:hover{background:var(--secondary)}.hero-fullbanner{position:relative;width:100%;margin-top:-4.1rem;overflow:hidden}@media(min-width:768px){.hero-fullbanner{margin-top:0;padding-top:0}}.hero-bg{width:100%}.hero-bg img{width:100%;height:auto;display:block}.hero-btn-wrapper{position:absolute;bottom:5%;left:0;right:0;display:flex;justify-content:center}.hero-btn-wrapper .btn{background:#000;color:#fff;padding:.5rem 1.5rem;font-size:.7rem;font-weight:600;letter-spacing:1px;border-radius:var(--radius);text-transform:uppercase}.hero-btn-wrapper .btn:hover{background:#333}.benefits{padding:4rem 0;background:var(--secondary)}@media(min-width:768px){.benefits{padding:5rem 0}}.benefits-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.benefits-grid{grid-template-columns:repeat(3,1fr)}}.benefit-item{text-align:center}.benefit-icon{font-size:2.5rem;margin-bottom:1rem}.benefit-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.benefit-desc{font-size:.875rem;color:var(--muted-foreground)}.categories{padding:4rem 0}@media(min-width:768px){.categories{padding:5rem 0}}.categories h2{text-align:center;margin-bottom:3rem}.categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.categories-grid{grid-template-columns:repeat(4,1fr)}}.category-card{background:var(--secondary);border-radius:var(--radius);padding:1.5rem;text-align:center;transition:background .3s;cursor:pointer;display:block}.category-card:hover{background:#fec5e51a}.category-icon{font-size:2.5rem;margin-bottom:.75rem}.category-name{font-weight:600;color:var(--foreground);transition:color .3s}.category-card:hover .category-name{color:var(--primary-foreground)}.product-section{padding:4rem 0}.product-section.alt{background:var(--secondary)}@media(min-width:768px){.product-section{padding:5rem 0}}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem}.section-link{color:var(--primary-foreground);font-weight:600;font-size:.875rem}.section-link:hover{text-decoration:underline}.products-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{display:block;cursor:pointer}.product-card-image{position:relative;overflow:hidden;border-radius:var(--radius);background:var(--secondary);margin-bottom:1rem;aspect-ratio:3/4}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-badges{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;gap:.5rem}.badge{padding:.25rem .75rem;font-size:.625rem;font-weight:600;border-radius:9999px;text-transform:uppercase;letter-spacing:.5px}.badge-new{background:var(--primary);color:var(--primary-foreground)}.badge-bestseller{background:var(--foreground);color:var(--background)}.badge-discount{background:var(--destructive);color:#fff}.product-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;display:flex;align-items:flex-end;justify-content:center;padding-bottom:1rem;opacity:0;transition:all .3s}.product-card:hover .product-card-overlay{background:#0003;opacity:1}.product-card-actions{display:flex;gap:.5rem;width:calc(100% - 2rem)}.product-card-actions .btn{flex:1}.product-card-info{padding:0 .25rem}.product-card-name{font-size:.875rem;font-weight:600;line-height:1.4;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s}.product-card:hover .product-card-name{color:var(--primary-foreground);opacity:.8}.product-card-price{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.price-current{font-size:1.125rem;font-weight:700}.price-original{font-size:.875rem;color:var(--muted-foreground);text-decoration:line-through}.product-card-installments{font-size:.75rem;color:var(--muted-foreground)}.newsletter{padding:4rem 0;background:var(--primary);color:var(--primary-foreground);text-align:center}@media(min-width:768px){.newsletter{padding:5rem 0}}.newsletter h2{margin-bottom:1rem}.newsletter-desc{font-size:1.125rem;opacity:.9;max-width:40rem;margin:0 auto 2rem}.newsletter-form{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin:0 auto}@media(min-width:640px){.newsletter-form{flex-direction:row}}.newsletter-form input{flex:1;padding:.75rem 1rem;border-radius:var(--radius);border:none;font-size:.875rem;outline:none}.newsletter-form input:focus{box-shadow:0 0 0 2px #fff}.site-footer{background:var(--primary);color:var(--primary-foreground);margin-top:5rem}.footer-inner{padding:4rem 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand h3{font-size:1.125rem;font-weight:700;margin-bottom:1rem}.footer-brand p{font-size:.875rem;opacity:.8}.footer-links h4,.footer-contact h4,.footer-newsletter h4{font-weight:600;font-size:.875rem;margin-bottom:1rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{font-size:.875rem;opacity:.8;transition:opacity .2s}.footer-links a:hover{opacity:1}.footer-contact a{display:flex;align-items:center;gap:.5rem;font-size:.875rem;opacity:.8;margin-bottom:.5rem;transition:opacity .2s}.footer-contact a:hover{opacity:1}.footer-contact svg{width:1rem;height:1rem}.footer-newsletter form{display:flex;flex-direction:column;gap:.5rem}.footer-newsletter input{padding:.5rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);color:#fff;font-size:.875rem;outline:none}.footer-newsletter input::placeholder{color:#ffffff80}.footer-social{border-top:1px solid rgba(255,255,255,.2);padding-top:2rem;margin-bottom:2rem}.footer-social h4{font-weight:600;font-size:.875rem;margin-bottom:1rem}.social-links{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#ffffff1a;border-radius:var(--radius);transition:background .2s}.social-link:hover{background:#fff3}.social-link svg{width:1.25rem;height:1.25rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:2rem;text-align:center;font-size:.875rem;opacity:.8}.page-header{background:var(--secondary);padding:2rem 0 3rem;margin-top:4rem}@media(min-width:768px){.page-header{margin-top:5rem}}.page-header h1{margin-bottom:.5rem}.page-header p{color:var(--muted-foreground)}.products-page-content{padding:3rem 0}.products-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.products-layout{grid-template-columns:1fr 3fr}}.filters{display:flex;flex-direction:column;gap:1.5rem}.filter-group h3{font-weight:600;margin-bottom:.75rem}.filter-group input[type=text]{width:100%;padding:.5rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.875rem;outline:none}.filter-group input[type=text]:focus{box-shadow:0 0 0 2px var(--primary)}.filter-btn{display:block;width:100%;text-align:left;padding:.5rem .75rem;border:none;background:none;border-radius:var(--radius);cursor:pointer;font-size:.875rem;transition:background .2s}.filter-btn:hover{background:var(--secondary)}.filter-btn.active{background:var(--primary);color:var(--primary-foreground)}.products-count{font-size:.875rem;color:var(--muted-foreground);margin-bottom:1.5rem}.products-grid-3col{grid-template-columns:repeat(2,1fr)}@media(min-width:1024px){.products-grid-3col{grid-template-columns:repeat(3,1fr)}}.contact-layout{display:grid;grid-template-columns:1fr;gap:3rem;padding:4rem 0}@media(min-width:1024px){.contact-layout{grid-template-columns:1fr 2fr}}.contact-info-item{margin-bottom:2rem}.contact-info-item h3{font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.contact-info-item a{display:flex;align-items:center;gap:.75rem;color:var(--muted-foreground);transition:color .2s}.contact-info-item a:hover{color:var(--foreground)}.contact-info-item svg{width:1.25rem;height:1.25rem}.contact-info-item p{color:var(--muted-foreground);font-size:.875rem;line-height:1.8}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.form-row{grid-template-columns:1fr 1fr}}.form-group label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.875rem;outline:none;resize:none}.form-group input:focus,.form-group textarea:focus{box-shadow:0 0 0 2px var(--primary)}.social-section{background:var(--secondary);padding:4rem 0;text-align:center}.social-section h2{margin-bottom:2rem}.social-circles{display:flex;justify-content:center;gap:1.5rem}.social-circle{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:var(--primary);color:var(--primary-foreground);border-radius:50%;font-size:1.25rem;transition:opacity .2s}.social-circle:hover{opacity:.9}.cart-empty{text-align:center;padding:4rem 0}.cart-empty p{color:var(--muted-foreground);font-size:1.125rem;margin-bottom:2rem}.text-center{text-align:center}.mt-20{margin-top:5rem}.mb-4{margin-bottom:1rem}.hidden{display:none}@media(min-width:640px){.sm-show{display:flex}}@media(min-width:768px){.md-show{display:flex}}.marquee-container{width:100%;background:#000;overflow:hidden;position:relative;height:40px;display:flex;align-items:center;z-index:10}.marquee-content{display:flex;width:max-content;animation:scroll 30s linear infinite}.marquee-item{color:#fff;font-weight:700;text-transform:uppercase;font-size:13px;letter-spacing:1px;padding:0 50px;white-space:nowrap;font-family:sans-serif}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}header,.header-wrapper,.section-header,#shopify-section-header{position:relative!important;top:auto!important;z-index:9}.nav-dropdown{position:relative;display:flex;align-items:center}.nav-dropdown-trigger{cursor:pointer}.nav-dropdown-menu{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 10px 30px #0000001a;min-width:200px;padding:.5rem 0;z-index:100}.nav-dropdown:hover .nav-dropdown-menu{display:block}.nav-dropdown-menu a{display:block;padding:.6rem 1.25rem;font-size:.85rem;font-weight:500;transition:background .2s}.nav-dropdown-menu a:hover{background:var(--primary)}.mobile-dropdown-toggle{display:block;width:100%;text-align:left;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border:none;background:none;cursor:pointer;border-radius:var(--radius)}.mobile-dropdown-toggle:hover{background:var(--secondary)}.mobile-dropdown{display:none;padding-left:1rem}.mobile-dropdown.active{display:block}.mobile-dropdown a{display:block;padding:.4rem 1rem;font-size:.8rem}@media(max-width:767px){.footer-inner{padding:3rem 1.5rem}}.footer-newsletter input{background:#ffffffd9!important;border:1px solid rgba(0,0,0,.1)!important;color:#000!important}.footer-newsletter input::placeholder{color:#0006!important}.mobile-nav input:focus{box-shadow:0 0 0 2px var(--primary)}.mobile-search-toggle{display:flex}@media(min-width:1024px){.mobile-search-toggle{display:none}}.search-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:100;align-items:flex-start;justify-content:center;padding-top:5rem}.search-overlay.active{display:flex}.search-overlay-inner{width:90%;max-width:500px;background:#fff;border-radius:var(--radius);box-shadow:0 20px 60px #0003;overflow:hidden}.search-overlay-form{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem}.search-overlay-form input{flex:1;border:none;outline:none;font-size:1rem;font-family:Poppins,sans-serif;background:transparent}.search-overlay-form input::placeholder{color:var(--muted-foreground)}.products-carousel{display:grid;grid-template-rows:1fr 1fr;grid-auto-flow:column;grid-auto-columns:45%;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:1rem}@media(min-width:768px){.products-carousel{grid-auto-columns:30%}}@media(min-width:1024px){.products-carousel{grid-auto-columns:22%}}.products-carousel>.product-card{scroll-snap-align:start}.products-carousel .product-card-image{aspect-ratio:3/4}.products-carousel::-webkit-scrollbar{height:4px}.products-carousel::-webkit-scrollbar-track{background:var(--secondary);border-radius:10px}.products-carousel::-webkit-scrollbar-thumb{background:var(--primary);border-radius:10px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/tess-styles.css.map */
