:root{--mint: #A8D5B5;--mint-dark: #7AB898;--mint-deep: #3D7A5A;--mint-pale: #E8F5ED;--cream: #F5F2ED;--cream-dark: #EDE8E0;--black: #0F0F0D;--charcoal: #2C2C28;--mid: #6B6860;--light: #9A9690;--white: #FAFAF8;--border: rgba(15,15,13,.08);--border-strong: rgba(15,15,13,.16);--shadow-sm: 0 2px 8px rgba(15,15,13,.04);--shadow-md: 0 8px 32px rgba(15,15,13,.06);--shadow-lg: 0 16px 64px rgba(15,15,13,.1);--ease: cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:DM Sans,sans-serif;font-weight:300;color:var(--black);background:var(--cream);overflow-x:hidden;font-size:15px;line-height:1.7}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}h1,h2,h3,h4,h5{font-family:Raleway,sans-serif;font-weight:900;letter-spacing:.02em;line-height:1.1;color:var(--black)}.label{font-family:Raleway,sans-serif;font-weight:700;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--mint-deep);display:inline-block}.label-light{font-family:Raleway,sans-serif;font-weight:700;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--mint)}.announcement{background:var(--black);color:var(--white);padding:10px 20px;text-align:center;font-family:Raleway,sans-serif;font-weight:600;font-size:11px;letter-spacing:.2em;text-transform:uppercase;position:relative;overflow:hidden}.announcement-track{display:flex;gap:64px;animation:scroll-x 30s linear infinite;white-space:nowrap}.announcement-item{display:inline-flex;align-items:center;gap:64px;flex-shrink:0}.announcement-dot{width:4px;height:4px;background:var(--mint);border-radius:50%}@keyframes scroll-x{0%{transform:translate(0)}to{transform:translate(-50%)}}.header{position:sticky;top:0;z-index:100;background:#f5f2edeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);transition:box-shadow .3s var(--ease)}.header.scrolled{box-shadow:0 2px 16px #0f0f0d0a}.header-inner{max-width:1440px;margin:0 auto;padding:18px 40px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:40px}.header-left{display:flex;align-items:center;gap:32px}.menu-toggle{display:none;width:24px;height:24px;position:relative}.menu-toggle span{display:block;width:100%;height:1.5px;background:var(--black);position:absolute;left:0;transition:all .3s var(--ease)}.menu-toggle span:nth-child(1){top:6px}.menu-toggle span:nth-child(2){top:12px}.menu-toggle span:nth-child(3){top:18px}.nav-links{display:flex;align-items:center;gap:32px;list-style:none}.nav-links a{font-family:DM Sans,sans-serif;font-size:13px;font-weight:400;color:var(--charcoal);letter-spacing:.02em;position:relative;padding:4px 0;transition:color .2s}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--mint-deep);transition:width .3s var(--ease)}.nav-links a:hover{color:var(--black)}.nav-links a:hover:after{width:100%}.logo{display:flex;align-items:center;gap:10px;justify-self:center}.logo svg{width:32px;height:32px}.logo-text{font-family:Raleway,sans-serif;font-weight:900;font-size:20px;letter-spacing:.12em;color:var(--black)}.header-right{display:flex;align-items:center;justify-content:flex-end;gap:20px}.icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s;position:relative}.icon-btn:hover{background:var(--cream-dark)}.icon-btn svg{width:20px;height:20px;stroke:var(--black);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.cart-count{position:absolute;top:4px;right:4px;width:16px;height:16px;background:var(--mint-deep);color:var(--white);border-radius:50%;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;font-family:Raleway,sans-serif}.hero{position:relative;min-height:88vh;display:flex;align-items:flex-end;overflow:hidden;background:var(--cream-dark)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/mint-hero.jpg);background-size:cover;background-position:center;background-color:var(--cream-dark);z-index:0}.hero-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 50%,rgba(168,213,181,.18) 0%,transparent 60%),radial-gradient(ellipse at 70% 30%,rgba(122,184,152,.12) 0%,transparent 50%),var(--cream-dark);z-index:0}.hero-bg:after{content:"Imagen hero MINT";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Raleway,sans-serif;font-weight:700;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--light);opacity:.5;z-index:1}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(15,15,13,.45) 100%);z-index:2}.hero-content{position:relative;z-index:3;max-width:1440px;margin:0 auto;padding:80px 40px;width:100%;color:var(--white)}.hero-label{color:var(--mint);margin-bottom:20px}.hero h1{font-size:clamp(40px,6vw,88px);font-weight:900;letter-spacing:.01em;line-height:1;color:var(--white);max-width:720px;margin-bottom:24px}.hero p{font-family:DM Sans,sans-serif;font-weight:300;font-size:clamp(16px,1.4vw,20px);color:#fafaf8d9;max-width:480px;margin-bottom:40px;line-height:1.5}.hero-ctas{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;font-family:Raleway,sans-serif;font-weight:800;font-size:12px;letter-spacing:.16em;text-transform:uppercase;border-radius:100px;transition:all .3s var(--ease);white-space:nowrap;cursor:pointer}.btn-primary{background:var(--white);color:var(--black)}.btn-primary:hover{background:var(--mint);transform:translateY(-2px);box-shadow:0 8px 24px #a8d5b54d}.btn-dark{background:var(--black);color:var(--white)}.btn-dark:hover{background:var(--charcoal);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-outline{background:transparent;color:var(--white);border:1.5px solid rgba(250,250,248,.4)}.btn-outline:hover{background:#fafaf81a;border-color:var(--white)}.btn-outline-dark{background:transparent;color:var(--black);border:1.5px solid var(--black)}.btn-outline-dark:hover{background:var(--black);color:var(--white)}.section{padding:120px 40px;max-width:1440px;margin:0 auto}.section-tight{padding:80px 40px}.section-header{text-align:center;margin-bottom:64px}.section-header .label{margin-bottom:16px}.section-header h2{font-size:clamp(32px,4vw,56px);margin-bottom:16px;letter-spacing:.01em}.section-header p{font-size:16px;color:var(--mid);max-width:540px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.product-card{background:var(--white);border-radius:20px;overflow:hidden;position:relative;transition:transform .4s var(--ease);cursor:pointer;border:1px solid var(--border)}.product-card:hover{transform:translateY(-6px)}.product-card-image{aspect-ratio:4/3;background:var(--cream-dark);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-card-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--bg-image);background-size:cover;background-position:center;background-color:var(--cream-dark);transition:transform .6s var(--ease)}.product-card:hover .product-card-image:before{transform:scale(1.05)}.product-card-image:after{content:attr(data-placeholder);position:absolute;font-family:Raleway,sans-serif;font-weight:700;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--light);opacity:.4}.product-card-tag{position:absolute;top:16px;left:16px;background:var(--white);color:var(--black);padding:6px 14px;border-radius:100px;font-family:Raleway,sans-serif;font-weight:700;font-size:10px;letter-spacing:.15em;text-transform:uppercase;z-index:2}.product-card-tag.tag-mint{background:var(--mint);color:var(--mint-deep)}.product-card-content{padding:28px 28px 32px;display:flex;flex-direction:column;gap:8px}.product-card-content h3{font-size:22px;font-weight:800;letter-spacing:.02em}.product-card-content p{font-size:14px;color:var(--mid);margin-bottom:16px;line-height:1.6}.product-card-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.product-card-price{font-family:Raleway,sans-serif;font-weight:800;font-size:18px;color:var(--black)}.product-card-link{font-family:Raleway,sans-serif;font-weight:700;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--black);display:inline-flex;align-items:center;gap:6px;transition:gap .3s var(--ease)}.product-card-link:hover{gap:10px;color:var(--mint-deep)}.product-card-link svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.product-card.featured{grid-column:span 2}.product-card.featured .product-card-image{aspect-ratio:16/7}.product-card.featured .product-card-content{padding:36px 36px 40px}.product-card.featured h3{font-size:32px}.brand-statement{padding:140px 40px;text-align:center;background:var(--white);position:relative;overflow:hidden}.brand-statement:before,.brand-statement:after{content:"";position:absolute;width:1px;height:60px;background:var(--border-strong);left:50%}.brand-statement:before{top:0}.brand-statement:after{bottom:0}.brand-statement-inner{max-width:900px;margin:0 auto}.brand-statement .label{margin-bottom:32px}.brand-statement blockquote{font-family:Raleway,sans-serif;font-weight:400;font-size:clamp(24px,3.5vw,44px);line-height:1.3;color:var(--black);letter-spacing:-.01em;font-style:italic}.brand-statement blockquote span{font-style:normal;font-weight:900;color:var(--mint-deep)}.benefits{background:var(--cream)}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.benefit-card{background:var(--white);border-radius:20px;padding:40px 32px;border:1px solid var(--border);transition:all .4s var(--ease);position:relative;overflow:hidden}.benefit-card:hover{transform:translateY(-4px);border-color:var(--mint)}.benefit-card.span-2{grid-column:span 2}.benefit-icon{width:56px;height:56px;background:var(--mint-pale);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:28px}.benefit-icon svg{width:26px;height:26px;stroke:var(--mint-deep);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.benefit-card h3{font-size:20px;font-weight:800;margin-bottom:12px}.benefit-card p{font-size:14px;color:var(--mid);line-height:1.7}.editorial{background:var(--cream);padding:120px 40px}.editorial-inner{max-width:1440px;margin:0 auto}.editorial-header{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-bottom:80px;align-items:end}.editorial-header h2{font-size:clamp(36px,5vw,64px);letter-spacing:.01em}.editorial-header p{font-size:16px;color:var(--mid);line-height:1.7;max-width:480px}.editorial-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:180px;gap:16px}.editorial-image{background:var(--cream-dark);border-radius:20px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center}.editorial-image:after{content:attr(data-placeholder);font-family:Raleway,sans-serif;font-weight:700;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--light);opacity:.45;text-align:center;padding:16px}.editorial-image:nth-child(1){grid-column:span 7;grid-row:span 2}.editorial-image:nth-child(2){grid-column:span 5;grid-row:span 1}.editorial-image:nth-child(3){grid-column:span 5;grid-row:span 1}.editorial-image:nth-child(4){grid-column:span 4;grid-row:span 2}.editorial-image:nth-child(5){grid-column:span 4;grid-row:span 2}.editorial-image:nth-child(6){grid-column:span 4;grid-row:span 2}.bundle{background:var(--black);color:var(--white);position:relative;overflow:hidden}.bundle-inner{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:640px}.bundle-content{padding:100px 80px}.bundle-content .label-light{margin-bottom:24px}.bundle-content h2{font-size:clamp(36px,4.5vw,56px);color:var(--white);margin-bottom:24px;letter-spacing:.01em}.bundle-content>p{font-size:16px;color:#fafaf8a6;line-height:1.7;margin-bottom:36px;max-width:460px}.bundle-includes{list-style:none;margin-bottom:40px;display:flex;flex-direction:column;gap:14px}.bundle-includes li{display:flex;align-items:center;gap:12px;font-size:14px;color:#fafaf8d9}.bundle-includes svg{width:18px;height:18px;stroke:var(--mint);fill:none;stroke-width:2.2;flex-shrink:0}.bundle-price-row{display:flex;align-items:baseline;gap:16px;margin-bottom:32px}.bundle-price{font-family:Raleway,sans-serif;font-weight:900;font-size:36px;color:var(--white)}.bundle-price-old{font-family:DM Sans,sans-serif;font-weight:300;font-size:18px;color:#fafaf866;text-decoration:line-through}.bundle-save{background:var(--mint);color:var(--mint-deep);padding:4px 12px;border-radius:100px;font-family:Raleway,sans-serif;font-weight:700;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.btn-mint{background:var(--mint);color:var(--mint-deep)}.btn-mint:hover{background:var(--mint-dark);transform:translateY(-2px);color:var(--black)}.bundle-image{position:relative;height:100%;min-height:640px;background-color:var(--charcoal);background-image:url(/images/mint-bundle.jpg);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.bundle-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 50%,rgba(168,213,181,.08) 0%,transparent 60%)}.bundle-image:after{content:"Imagen bundle";font-family:Raleway,sans-serif;font-weight:700;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:#fafaf840;position:relative}.reviews{background:var(--white)}.reviews-rating{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:12px}.stars{display:flex;gap:3px}.stars svg{width:18px;height:18px;fill:var(--mint-dark)}.rating-text{font-family:Raleway,sans-serif;font-weight:700;font-size:14px;color:var(--charcoal)}.rating-text span{color:var(--mid);font-weight:400}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.review-card{background:var(--cream);border:1px solid var(--border);border-radius:20px;padding:32px;position:relative;transition:all .3s var(--ease)}.review-card:hover{border-color:var(--mint);transform:translateY(-2px)}.review-card .stars{margin-bottom:20px}.review-text{font-family:DM Sans,sans-serif;font-weight:300;font-style:italic;font-size:15px;color:var(--charcoal);line-height:1.7;margin-bottom:24px}.review-author{display:flex;align-items:center;gap:12px}.review-avatar{width:40px;height:40px;background:var(--mint-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Raleway,sans-serif;font-weight:800;font-size:13px;color:var(--mint-deep)}.review-author-info{display:flex;flex-direction:column}.review-author-name{font-family:Raleway,sans-serif;font-weight:700;font-size:13px;color:var(--black)}.review-author-meta{font-size:11px;color:var(--light)}.press{background:var(--cream);padding:80px 40px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.press-inner{max-width:1440px;margin:0 auto}.press-label{text-align:center;margin-bottom:40px;color:var(--light);font-family:Raleway,sans-serif;font-weight:700;font-size:11px;letter-spacing:.2em;text-transform:uppercase}.press-logos{display:grid;grid-template-columns:repeat(5,1fr);gap:32px;align-items:center}.press-logo{text-align:center;font-family:Raleway,sans-serif;font-weight:800;font-size:18px;letter-spacing:.1em;color:var(--light);opacity:.55;transition:opacity .3s var(--ease);font-style:italic}.press-logo:hover{opacity:1}.press-disclaimer{text-align:center;margin-top:32px;font-size:11px;color:var(--light);font-style:italic}.accessories{background:var(--white)}.accessories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.accessory-card{background:var(--cream);border-radius:20px;overflow:hidden;border:1px solid var(--border);transition:all .4s var(--ease);cursor:pointer}.accessory-card:hover{transform:translateY(-4px);border-color:var(--mint)}.accessory-card-image{aspect-ratio:1;background:var(--cream-dark);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.accessory-card-image:after{content:attr(data-placeholder);font-family:Raleway,sans-serif;font-weight:700;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--light);opacity:.4}.accessory-card-content{padding:20px 20px 24px}.accessory-card-content h4{font-size:15px;font-weight:800;margin-bottom:4px}.accessory-card-content p{font-size:12px;color:var(--mid);margin-bottom:12px}.accessory-card-price{font-family:Raleway,sans-serif;font-weight:800;font-size:14px;color:var(--black)}.final-cta{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;background:var(--cream-dark);overflow:hidden}.final-cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/mint-lifestyle-1.jpg);background-size:cover;background-position:center;background-color:var(--cream-dark)}.final-cta-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 60% 40%,rgba(168,213,181,.15) 0%,transparent 60%),var(--cream-dark)}.final-cta-bg:after{content:"Imagen lifestyle final";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Raleway,sans-serif;font-weight:700;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--light);opacity:.5}.final-cta-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#f5f2ed66,#f5f2edd9)}.final-cta-content{position:relative;z-index:2;max-width:760px;padding:80px 40px}.final-cta-content .label{margin-bottom:24px}.final-cta-content h2{font-size:clamp(40px,6vw,80px);margin-bottom:20px;letter-spacing:.01em}.final-cta-content p{font-size:17px;color:var(--mid);margin-bottom:40px;max-width:480px;margin-left:auto;margin-right:auto}.footer{background:var(--black);color:var(--white);padding:80px 40px 32px}.footer-inner{max-width:1440px;margin:0 auto}.footer-newsletter{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding-bottom:56px;border-bottom:1px solid rgba(250,250,248,.1);margin-bottom:56px;align-items:center}.footer-newsletter h3{font-size:clamp(24px,2.5vw,36px);color:var(--white);margin-bottom:12px;letter-spacing:.01em}.footer-newsletter p{font-size:14px;color:#fafaf88c}.newsletter-form{display:flex;gap:8px;background:#fafaf80f;border:1px solid rgba(250,250,248,.1);border-radius:100px;padding:6px}.newsletter-form input{flex:1;background:transparent;border:none;padding:14px 20px;color:var(--white);font-family:inherit;font-size:14px;outline:none}.newsletter-form input::placeholder{color:#fafaf866}.newsletter-form button{padding:12px 24px;background:var(--mint);color:var(--mint-deep);border-radius:100px;font-family:Raleway,sans-serif;font-weight:800;font-size:12px;letter-spacing:.14em;text-transform:uppercase;transition:background .2s}.newsletter-form button:hover{background:var(--mint-dark)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:48px;padding-bottom:56px;border-bottom:1px solid rgba(250,250,248,.1)}.footer-brand{max-width:280px}.footer-brand-logo{display:flex;align-items:center;gap:10px;margin-bottom:16px}.footer-brand-logo svg{width:28px;height:28px}.footer-brand-logo span{font-family:Raleway,sans-serif;font-weight:900;font-size:18px;letter-spacing:.12em}.footer-brand p{font-size:13px;color:#fafaf880;line-height:1.7;margin-bottom:24px}.footer-socials{display:flex;gap:8px}.footer-socials a{width:36px;height:36px;border-radius:50%;background:#fafaf80f;display:flex;align-items:center;justify-content:center;transition:background .2s}.footer-socials a:hover{background:var(--mint)}.footer-socials a:hover svg{stroke:var(--mint-deep)}.footer-socials svg{width:16px;height:16px;stroke:var(--white);fill:none;stroke-width:1.8;transition:stroke .2s}.footer-col h5{font-family:Raleway,sans-serif;font-weight:700;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#fafaf859;margin-bottom:20px}.footer-col a{display:block;font-size:13px;color:#fafaf8a6;margin-bottom:12px;transition:color .2s}.footer-col a:hover{color:var(--mint)}.footer-bottom{padding-top:32px;display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#fafaf859}.footer-bottom-links{display:flex;gap:24px}.footer-bottom-links a:hover{color:var(--mint)}.fade-up{opacity:0;transform:translateY(32px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.fade-up.visible{opacity:1;transform:translateY(0)}@media(max-width:1024px){.header-inner{padding:16px 24px}.nav-links{display:none}.menu-toggle{display:block}.header-inner{grid-template-columns:1fr auto 1fr}.header-left{gap:16px}.hero-content{padding:60px 24px}.section,.editorial{padding:80px 24px}.editorial-header{grid-template-columns:1fr;gap:24px;margin-bottom:48px}.bundle-inner{grid-template-columns:1fr;min-height:auto}.bundle-content{padding:64px 32px}.bundle-image{min-height:400px}.editorial-grid{grid-auto-rows:140px;gap:12px}.editorial-image:nth-child(1){grid-column:span 12;grid-row:span 2}.editorial-image:nth-child(2){grid-column:span 6;grid-row:span 1}.editorial-image:nth-child(3){grid-column:span 6;grid-row:span 1}.editorial-image:nth-child(4){grid-column:span 4;grid-row:span 2}.editorial-image:nth-child(5){grid-column:span 4;grid-row:span 2}.editorial-image:nth-child(6){grid-column:span 4;grid-row:span 2}.reviews-grid{grid-template-columns:1fr}.accessories-grid{grid-template-columns:repeat(2,1fr)}.press-logos{grid-template-columns:repeat(3,1fr)}.benefits-grid{grid-template-columns:repeat(2,1fr)}.benefit-card.span-2{grid-column:span 1}.footer-newsletter{grid-template-columns:1fr;gap:32px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:span 2;max-width:none}}@media(max-width:640px){body{font-size:14px}.header-inner{padding:14px 20px;gap:12px}.icon-btn{width:36px;height:36px}.icon-btn:first-child{display:none}.hero{min-height:80vh}.hero-content{padding:40px 20px}.hero-ctas{flex-direction:column;width:100%}.btn{width:100%;padding:18px 32px}.section{padding:64px 20px}.section-tight{padding:48px 20px}.editorial{padding:64px 20px}.brand-statement{padding:80px 20px}.products-grid{grid-template-columns:1fr}.product-card.featured{grid-column:span 1}.product-card.featured h3{font-size:24px}.benefits-grid{grid-template-columns:1fr}.accessories-grid{grid-template-columns:repeat(2,1fr);gap:12px}.press-logos{grid-template-columns:repeat(2,1fr);gap:24px}.bundle-content{padding:48px 24px}.bundle-price{font-size:28px}.footer{padding:56px 20px 24px}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-brand{grid-column:span 1}.footer-bottom{flex-direction:column;gap:16px;text-align:center}.newsletter-form{flex-direction:column;border-radius:16px;padding:8px;gap:8px}.newsletter-form button{width:100%;padding:16px;border-radius:100px}.newsletter-form input{padding:14px 16px}}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--cream);z-index:200;transform:translate(-100%);transition:transform .4s var(--ease);padding:24px;overflow-y:auto}.mobile-menu.open{transform:translate(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px}.mobile-menu-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--cream-dark);border-radius:50%}.mobile-menu-close:before,.mobile-menu-close:after{content:"";position:absolute;width:18px;height:1.5px;background:var(--black)}.mobile-menu-close:before{transform:rotate(45deg)}.mobile-menu-close:after{transform:rotate(-45deg)}.mobile-menu nav{display:flex;flex-direction:column;gap:0}.mobile-menu nav a{font-family:Raleway,sans-serif;font-weight:800;font-size:28px;letter-spacing:.02em;color:var(--black);padding:16px 0;border-bottom:1px solid var(--border)}.mint-home .hero{position:relative!important;min-height:88vh!important;background-image:url(/cdn/shop/files/mint-hero.webp)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;display:flex!important;align-items:flex-end!important;overflow:hidden!important}.mint-home .hero-bg{display:none!important}.mint-home .hero-overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(180deg,transparent 40%,rgba(15,15,13,.5) 100%)!important;z-index:1!important;pointer-events:none!important}.mint-home .hero-content{position:relative!important;z-index:2!important;width:100%!important;max-width:1440px!important;margin:0 auto!important;padding:80px 40px!important;color:#fafaf8!important}.mint-home .products-grid>a:nth-child(1) .product-card-image{background-image:url(/cdn/shop/files/mint-product-1.webp)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.mint-home .products-grid>a:nth-child(2) .product-card-image{background-image:url(/cdn/shop/files/mint-bundle.webp)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.mint-home .products-grid>a:nth-child(3) .product-card-image{background-image:url(/cdn/shop/files/mint-product-2.webp)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.mint-home .products-grid>a:nth-child(4) .product-card-image{background-image:url(/cdn/shop/files/mint-product-3.webp)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.mint-home .editorial-grid>div:nth-child(1){background-image:url(/cdn/shop/files/mint-lifestyle-1.webp)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.mint-home .editorial-grid>div:nth-child(2){background-image:url(/cdn/shop/files/mint-lifestyle-2.webp)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.mint-home .editorial-grid>div:nth-child(3){background-image:url(/cdn/shop/files/mint-lifestyle-3.webp)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.mint-home .editorial-grid>div:nth-child(4){background-image:url(/cdn/shop/files/mint-lifestyle-4.webp)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.mint-home .editorial-grid>div:nth-child(5){background-image:url(/cdn/shop/files/mint-lifestyle-5.webp)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.mint-home .editorial-grid>div:nth-child(6){background-image:url(/cdn/shop/files/mint-lifestyle-6.webp)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.mint-home .bundle-image{background-image:url(/cdn/shop/files/mint-bundle.webp)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;min-height:600px!important}.mint-home .accessories-grid>a:nth-child(1) .accessory-card-image{background-image:url(/cdn/shop/files/mint-product-2.webp)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.mint-home .accessories-grid>a:nth-child(2) .accessory-card-image{background-image:url(/cdn/shop/files/mint-product-3.webp)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.mint-home .accessories-grid>a:nth-child(3) .accessory-card-image{background-image:url(/cdn/shop/files/mint-lifestyle-2.webp)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.mint-home .accessories-grid>a:nth-child(4) .accessory-card-image{background-image:url(/cdn/shop/files/mint-lifestyle-4.webp)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.mint-home .final-cta{position:relative!important;min-height:60vh!important;background-image:url(/cdn/shop/files/mint-lifestyle-1.webp)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;overflow:hidden!important}.mint-home .final-cta-overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(180deg,#f5f2ed66,#f5f2edd9)!important;z-index:1!important;pointer-events:none!important}.mint-home .final-cta-content{position:relative!important;z-index:2!important;max-width:760px!important;padding:80px 40px!important}.mint-home .product-card-image{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;min-height:300px!important;width:100%!important}.mint-home .product-card-image:nth-of-type(1),.mint-home .products-grid .product-card-image:nth-of-type(1){background-image:url(/cdn/shop/files/mint-product-1.webp)!important}.mint-home a[href="/products/mint-pro"] .product-card-image{background-image:url(/cdn/shop/files/mint-product-1.webp)!important}.mint-home a[href="/products/mint-travel-bundle"] .product-card-image{background-image:url(/cdn/shop/files/mint-bundle.webp)!important}.mint-home a[href="/products/mint-heads"] .product-card-image{background-image:url(/cdn/shop/files/mint-product-2.webp)!important}.mint-home a[href="/collections/accesorios"] .product-card-image{background-image:url(/cdn/shop/files/mint-product-3.webp)!important}.mint-home .editorial-image{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;min-height:300px!important}.mint-home .editorial-image:nth-of-type(1){background-image:url(/cdn/shop/files/mint-lifestyle-1.webp)!important}.mint-home .editorial-image:nth-of-type(2){background-image:url(/cdn/shop/files/mint-lifestyle-2.webp)!important}.mint-home .editorial-image:nth-of-type(3){background-image:url(/cdn/shop/files/mint-lifestyle-3.webp)!important}.mint-home .editorial-image:nth-of-type(4){background-image:url(/cdn/shop/files/mint-lifestyle-4.webp)!important}.mint-home .editorial-image:nth-of-type(5){background-image:url(/cdn/shop/files/mint-lifestyle-5.webp)!important}.mint-home .editorial-image:nth-of-type(6){background-image:url(/cdn/shop/files/mint-lifestyle-6.webp)!important}.mint-home .accessory-card-image{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;min-height:250px!important}.mint-home a[href="/products/mint-heads"] .accessory-card-image{background-image:url(/cdn/shop/files/mint-product-2.webp)!important}.mint-home a[href="/products/mint-case"] .accessory-card-image{background-image:url(/cdn/shop/files/mint-product-3.webp)!important}.mint-home a[href="/products/mint-charger"] .accessory-card-image{background-image:url(/cdn/shop/files/mint-lifestyle-2.webp)!important}.mint-home a[href="/products/mint-stand"] .accessory-card-image{background-image:url(/cdn/shop/files/mint-lifestyle-4.webp)!important}.mint-home .products-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:24px!important;max-width:1280px!important;margin:0 auto!important;padding:0 40px!important}@media(max-width:768px){.mint-home .products-grid{grid-template-columns:1fr!important}}.mint-home .product-card{display:flex!important;flex-direction:column!important;background:#fafaf8!important;border-radius:20px!important;overflow:hidden!important;text-decoration:none!important;color:inherit!important;position:relative!important;transition:all .4s ease!important}.mint-home .product-card.featured{grid-column:span 2!important}@media(max-width:768px){.mint-home .product-card.featured{grid-column:span 1!important}}.mint-home .product-card-image{display:block!important;width:100%!important;height:380px!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;background-color:#ede8e0!important}.mint-home .product-card.featured .product-card-image{height:480px!important}.mint-home .product-card-content{padding:28px!important;display:flex!important;flex-direction:column!important;gap:12px!important}.mint-home .bundle{background:#0f0f0d!important;color:#fafaf8!important;padding:80px 40px!important;margin:80px 0!important}.mint-home .bundle-inner{display:grid!important;grid-template-columns:1fr 1fr!important;gap:60px!important;max-width:1280px!important;margin:0 auto!important;align-items:center!important}@media(max-width:768px){.mint-home .bundle-inner{grid-template-columns:1fr!important}}.mint-home .bundle-image{display:block!important;width:100%!important;height:600px!important;border-radius:20px!important;background-image:url(/cdn/shop/files/mint-bundle.webp)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;background-color:#2c2c28!important}.mint-home .editorial-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;grid-template-rows:240px 320px!important;gap:16px!important;max-width:1280px!important;margin:60px auto 0!important;padding:0 40px!important}.mint-home .editorial-image{display:block!important;width:100%!important;height:100%!important;border-radius:16px!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;background-color:#ede8e0!important}.mint-home .accessories-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:20px!important;max-width:1280px!important;margin:0 auto!important;padding:0 40px!important}@media(max-width:768px){.mint-home .accessories-grid{grid-template-columns:1fr 1fr!important}}.mint-home .accessory-card{display:flex!important;flex-direction:column!important;background:#fafaf8!important;border-radius:16px!important;overflow:hidden!important;text-decoration:none!important;color:inherit!important}.mint-home .accessory-card-image{display:block!important;width:100%!important;height:240px!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;background-color:#ede8e0!important}.mint-home .accessory-card-content{padding:20px!important}.mint-home .products-grid>a:nth-child(1) .product-card-image,.mint-home .product-card.featured .product-card-image,.mint-home a[href*=mint-pro] .product-card-image{background-image:url(/cdn/shop/files/mint-hero.webp)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.mint-home .products-grid>a:nth-child(2) .product-card-image,.mint-home a[href*=travel-bundle] .product-card-image{background-image:url(/cdn/shop/files/mint-bundle.webp)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.mint-home .products-grid>a:nth-child(3) .product-card-image,.mint-home a[href*=mint-heads] .product-card-image{background-image:url(/cdn/shop/files/mint-product-2.webp)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.mint-home .products-grid>a:nth-child(4) .product-card-image,.mint-home a[href*=accesorios] .product-card-image{background-image:url(/cdn/shop/files/mint-product-3.webp)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.mint-home .editorial-inner{max-width:1280px!important;margin:0 auto!important;padding:80px 40px!important}.mint-home .editorial-header{display:grid!important;grid-template-columns:1fr 1fr!important;gap:60px!important;align-items:end!important;margin-bottom:60px!important}@media(max-width:768px){.mint-home .editorial-header{grid-template-columns:1fr!important;gap:24px!important}}.mint-home .editorial-header h2{font-family:Raleway,sans-serif!important;font-weight:900!important;font-size:clamp(32px,4vw,56px)!important;line-height:1.1!important;letter-spacing:-.02em!important;margin:0!important}.mint-home .editorial-header p{font-family:DM Sans,sans-serif!important;font-weight:300!important;font-size:16px!important;line-height:1.7!important;color:var(--mid, #6B6860)!important;max-width:480px!important}.mint-home .editorial-grid{display:grid!important;grid-template-columns:1.5fr 1fr 1fr!important;grid-template-rows:280px 280px!important;gap:16px!important;max-width:1280px!important;margin:0 auto!important}@media(max-width:768px){.mint-home .editorial-grid{grid-template-columns:1fr 1fr!important;grid-template-rows:200px 200px 200px!important}}.mint-home .editorial-image{display:block!important;width:100%!important;height:100%!important;border-radius:16px!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;background-color:#ede8e0!important;overflow:hidden!important}.mint-home .editorial-image:nth-child(1){grid-row:span 2!important}@media(max-width:768px){.mint-home .editorial-image:nth-child(1){grid-row:span 1!important}}.mint-home .final-cta{position:relative!important;width:100%!important;min-height:70vh!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;background-image:url(/cdn/shop/files/mint-lifestyle-1.webp)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;overflow:hidden!important;margin-top:80px!important}.mint-home .final-cta-bg{display:none!important}.mint-home .final-cta-overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(180deg,#0f0f0d4d,#0f0f0d99)!important;z-index:1!important;pointer-events:none!important}.mint-home .final-cta-content{position:relative!important;z-index:2!important;max-width:760px!important;padding:80px 40px!important;color:#fafaf8!important}.mint-home .final-cta-content h2{color:#fafaf8!important;font-family:Raleway,sans-serif!important;font-weight:900!important;font-size:clamp(40px,5vw,72px)!important;line-height:1.05!important;letter-spacing:-.02em!important;margin-bottom:20px!important}.mint-home .final-cta-content p{color:#fafaf8d9!important;font-size:17px!important;margin-bottom:32px!important}.mint-home .product-card-image:before,.mint-home .product-card-image:after{display:none!important;content:none!important}.mint-home .product-card-image{background-color:transparent!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.mint-home .editorial-grid{display:grid!important;grid-template-columns:1.5fr 1fr 1fr!important;grid-template-rows:320px 320px!important;gap:20px!important;max-width:1280px!important;margin:0 auto!important;padding:0 40px!important}@media(max-width:768px){.mint-home .editorial-grid{grid-template-columns:1fr 1fr!important;grid-template-rows:220px 220px 220px!important;gap:12px!important;padding:0 20px!important}}.mint-home .editorial-image{display:block!important;width:100%!important;height:100%!important;border-radius:16px!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;background-color:#ede8e0!important;overflow:hidden!important;position:relative!important}.mint-home .editorial-grid>*:nth-child(1){grid-row:span 2!important}@media(max-width:768px){.mint-home .editorial-grid>*:nth-child(1){grid-row:span 1!important}}.mint-home .bundle-image:before,.mint-home .bundle-image:after{display:none!important;content:none!important}.mint-home .bundle-image{display:block!important;width:100%!important;height:600px!important;border-radius:20px!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;background-color:transparent!important;position:relative!important;overflow:hidden!important}@media(max-width:768px){.mint-home .bundle-image{height:400px!important}}.mint-home .final-cta{position:relative!important;width:100%!important;min-height:80vh!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:120px 40px!important;margin-top:80px!important;overflow:hidden!important}.mint-home .final-cta-content{position:relative!important;z-index:2!important;max-width:760px!important;padding:0!important;color:#fafaf8!important}.mint-home .final-cta-content h2{color:#fafaf8!important;font-family:Raleway,sans-serif!important;font-weight:900!important;font-size:clamp(36px,5vw,64px)!important;line-height:1.05!important;letter-spacing:-.02em!important;margin:0 0 20px!important}.mint-home .final-cta-content p{color:#fafaf8e6!important;font-size:17px!important;line-height:1.6!important;margin:0 0 32px!important}.mint-home .final-cta-content .label{color:var(--mint, #A8D5B5)!important;font-family:Raleway,sans-serif!important;font-weight:700!important;font-size:13px!important;letter-spacing:.2em!important;text-transform:uppercase!important;margin-bottom:16px!important;display:block!important}.mint-home .final-cta-content .btn,.mint-home .final-cta-content a[class*=btn]{background:#0f0f0d!important;color:#fafaf8!important;padding:18px 36px!important;border-radius:100px!important;display:inline-flex!important;align-items:center!important;gap:12px!important;text-decoration:none!important;font-family:Raleway,sans-serif!important;font-weight:700!important;font-size:14px!important;letter-spacing:.1em!important;text-transform:uppercase!important}.mint-home .editorial,.mint-home section[class*=editorial]{width:100%!important;overflow:hidden!important;padding:80px 0!important}.mint-home .editorial-inner,.mint-home .editorial>div{max-width:1280px!important;margin:0 auto!important;padding:0 40px!important;width:100%!important;box-sizing:border-box!important}.mint-home .editorial-grid,.mint-home div[class*=editorial-grid]{display:grid!important;grid-template-columns:1.5fr 1fr 1fr!important;grid-template-rows:320px 320px!important;gap:20px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.mint-home .editorial-grid>*{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;border-radius:16px!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;background-color:#ede8e0!important;position:relative!important;overflow:hidden!important;margin:0!important;box-sizing:border-box!important}.mint-home .editorial-grid>*:before,.mint-home .editorial-grid>*:after{display:none!important;content:none!important}.mint-home .editorial-grid>*:nth-child(1){grid-row:1 / 3!important}@media(max-width:768px){.mint-home .editorial-grid{grid-template-columns:1fr 1fr!important;grid-template-rows:200px 200px 200px!important}.mint-home .editorial-grid>*:nth-child(1){grid-row:1 / 2!important;grid-column:1 / 3!important}}.mint-home section.editorial{width:100%!important;padding:80px 0!important;overflow:hidden!important}.mint-home .editorial-inner{max-width:1280px!important;margin:0 auto!important;padding:0 40px!important;width:100%!important;box-sizing:border-box!important}.mint-home .editorial-grid{display:grid!important;grid-template-columns:1.5fr 1fr 1fr!important;grid-template-rows:320px 320px!important;grid-auto-rows:320px!important;gap:20px!important;width:100%!important;max-width:100%!important;height:auto!important;box-sizing:border-box!important}.mint-home .editorial-image{display:block!important;width:100%!important;height:100%!important;max-height:100%!important;min-height:0!important;max-width:100%!important;border-radius:16px!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;background-color:#ede8e0!important;position:relative!important;overflow:hidden!important;margin:0!important;padding:0!important;box-sizing:border-box!important}.mint-home .editorial-image:before,.mint-home .editorial-image:after{display:none!important;content:none!important}.mint-home .editorial-grid>.editorial-image:nth-child(1){grid-row:1 / span 2!important;grid-column:1!important}@media(max-width:768px){.mint-home .editorial-grid{grid-template-columns:1fr 1fr!important;grid-template-rows:200px 200px!important;grid-auto-rows:200px!important;gap:12px!important}.mint-home .editorial-grid>.editorial-image:nth-child(1){grid-row:1!important;grid-column:1 / span 2!important}}.mint-home .editorial-grid{display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-rows:360px 360px 360px!important;grid-auto-rows:360px!important;gap:20px!important;width:100%!important;max-width:1280px!important;margin:0 auto!important}.mint-home .editorial-grid>.editorial-image:nth-child(1){grid-row:auto!important;grid-column:auto!important}.mint-home .editorial-image{display:block!important;width:100%!important;height:100%!important;max-height:360px!important;min-height:0!important;border-radius:16px!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;overflow:hidden!important;margin:0!important}@media(max-width:768px){.mint-home .editorial-grid{grid-template-columns:1fr!important;grid-template-rows:repeat(6,240px)!important;grid-auto-rows:240px!important;gap:12px!important}.mint-home .editorial-image{max-height:240px!important}}body .mint-home section.editorial .editorial-inner .editorial-grid{display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-rows:360px!important;grid-auto-rows:360px!important;grid-auto-flow:row!important;gap:20px!important;width:100%!important;max-width:1280px!important;margin:0 auto!important;padding:0 40px!important;box-sizing:border-box!important}body .mint-home section.editorial .editorial-inner .editorial-grid>.editorial-image{display:block!important;width:100%!important;height:360px!important;max-height:360px!important;min-height:0!important;border-radius:16px!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;overflow:hidden!important;margin:0!important;padding:0!important;grid-row:auto!important;grid-column:auto!important;grid-area:auto!important}body .mint-home section.editorial .editorial-inner .editorial-grid>.editorial-image:nth-child(1),body .mint-home section.editorial .editorial-inner .editorial-grid>.editorial-image:first-child{grid-row:auto!important;grid-column:auto!important;grid-area:auto!important}@media(max-width:768px){body .mint-home section.editorial .editorial-inner .editorial-grid{grid-template-columns:1fr!important;grid-template-rows:240px!important;grid-auto-rows:240px!important;padding:0 20px!important;gap:12px!important}body .mint-home section.editorial .editorial-inner .editorial-grid>.editorial-image{height:240px!important;max-height:240px!important}}@media(max-width:768px){.mint-home .accessories-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;padding:0 16px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.mint-home .accessory-card{width:100%!important;max-width:100%!important;overflow:hidden!important;box-sizing:border-box!important}.mint-home .accessory-card-image{height:200px!important;max-height:200px!important;width:100%!important}.mint-home .accessory-card-content{padding:14px!important;overflow:hidden!important}.mint-home .accessory-card-content h3,.mint-home .accessory-card-content .product-title{font-size:15px!important;line-height:1.2!important;margin:0 0 6px!important;word-wrap:break-word!important;overflow-wrap:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important}.mint-home .accessory-card-content p,.mint-home .accessory-card-content .product-subtitle{font-size:12px!important;line-height:1.3!important;margin:0 0 8px!important;word-wrap:break-word!important}.mint-home .accessory-card-content .price{font-size:14px!important;font-weight:700!important}.mint-home .bundle{padding:60px 20px!important}.mint-home .bundle-inner{display:flex!important;flex-direction:column!important;gap:32px!important;max-width:100%!important}.mint-home .bundle-image{width:100%!important;height:320px!important;max-height:320px!important;min-height:0!important;border-radius:16px!important;background-size:cover!important;background-position:center!important;margin:0!important}.mint-home .bundle-image:before,.mint-home .bundle-image:after{display:none!important;content:none!important}.mint-home,.mint-home *{max-width:100vw!important}body,html{overflow-x:hidden!important;width:100%!important}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/mint-homepage.css.map */
