:root{--br-primary: #E60000;--br-primary-hover: #CC0000;--br-bg-dark: #0A0A0A;--br-surface-dark: #141414;--br-surface-hover: #1E1E1E;--br-text: #ffffff;--br-text-muted: #9ca3af;--br-text-dim: #6b7280;--br-border: rgba(255, 255, 255, .1);--br-font-display: var(--font-heading--family, sans-serif);--br-font-body: var(--font-body--family, sans-serif);--br-whatsapp: #25D366}body{background-color:var(--br-bg-dark)!important;color:var(--br-text)}.br-hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:var(--br-bg-dark)}.br-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.br-hero__bg img{width:100%;height:100%;object-fit:cover;opacity:.3}.br-hero__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,var(--br-bg-dark),rgba(10,10,10,.8),transparent)}.br-hero__container{max-width:1280px;margin:0 auto;padding:120px 24px 80px;width:100%;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.br-hero__title{font-family:var(--br-font-display);font-size:clamp(3rem,7vw,6rem);font-weight:900;line-height:.95;text-transform:uppercase;margin-bottom:24px;color:var(--br-text)}.br-hero__title p{margin:0;font:inherit;color:inherit}.br-hero__title em,.br-hero__title i{color:var(--br-primary);font-style:italic}.br-hero__subtitle{font-size:1.125rem;color:var(--br-text-muted);margin-bottom:40px;max-width:480px;font-weight:300;line-height:1.7}.br-hero__buttons{display:flex;flex-wrap:wrap;gap:16px}.br-hero__image{display:flex;justify-content:center;align-items:center}.br-hero__image img{width:100%;max-width:480px;filter:grayscale(1) contrast(1.5);mix-blend-mode:screen;opacity:.8}.br-btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.br-btn--primary{background:var(--br-primary);color:#fff}.br-btn--primary:hover{background:var(--br-primary-hover)}.br-btn--outline{background:transparent;color:#fff;border:1px solid white}.br-btn--outline:hover{background:#fff;color:#000}.br-categories{padding:96px 0;background:var(--br-bg-dark)}.br-categories__container{max-width:1280px;margin:0 auto;padding:0 24px}.br-categories__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.br-categories__grid .br-categories__item{flex:0 1 calc(33.333% - 16px);min-width:280px}.br-categories__item{position:relative;height:384px;overflow:hidden;display:block;text-decoration:none}.br-categories__item:nth-child(2){transform:none}.br-categories__item img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:transform .7s ease}.br-categories__item:hover img{transform:scale(1.05)}.br-categories__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;mix-blend-mode:multiply;transition:background .5s ease}.br-categories__item:hover .br-categories__overlay{background:#e60000cc}.br-categories__label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.br-categories__label h3{font-family:var(--br-font-display);font-size:2.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#fff;transition:transform .5s ease}.br-categories__item:hover .br-categories__label h3{transform:scale(1.1)}.br-featured{padding:96px 0;background:var(--br-surface-dark);position:relative}.br-featured__container{max-width:1280px;margin:0 auto;padding:0 24px}.br-featured__header{text-align:center;margin-bottom:64px}.br-featured__tag{color:var(--br-primary);font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:16px;display:block}.br-featured__title{font-family:var(--br-font-display);font-size:clamp(2rem,4vw,3rem);font-weight:900;text-transform:uppercase;color:var(--br-text)}.br-featured__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.br-product-card{position:relative;text-decoration:none;color:inherit;display:block}.br-product-card__media{background:var(--br-bg-dark);padding:0;margin-bottom:24px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:background .3s ease}.br-product-card:hover .br-product-card__media{background:var(--br-surface-hover)}.br-product-card__img-link{display:block;width:100%;height:100%}.br-product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.br-product-card:hover .br-product-card__media img{transform:scale(1.05)}.br-product-card__action{position:absolute;bottom:16px;left:16px;right:16px;padding:0;opacity:0;transition:all .3s ease;z-index:20}.br-product-card:hover .br-product-card__action{opacity:1}.br-product-card__action button,.br-product-card__action a{width:100%;padding:12px;background:var(--br-primary);color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;border:none;cursor:pointer;text-align:center;display:block;text-decoration:none;transition:all .3s ease}.br-product-card__action button:hover,.br-product-card__action a:hover{background:#fff;color:#000}.br-product-card__info{text-align:center}.br-product-card__name{font-family:var(--br-font-display);font-size:1.125rem;font-weight:700;margin-bottom:8px;color:var(--br-text)}.br-product-card__variant{color:var(--br-text-muted);font-size:.875rem;margin-bottom:8px}.br-product-card__price{font-weight:700;color:var(--br-primary)}.br-about{padding:128px 0;position:relative;overflow:hidden;background:var(--br-bg-dark)}.br-about__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.br-about__bg img{width:100%;height:100%;object-fit:cover;opacity:.2;mix-blend-mode:luminosity}.br-about__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0acc}.br-about__container{max-width:896px;margin:0 auto;padding:0 24px;position:relative;z-index:2;text-align:center}.br-about__icon{color:var(--br-primary);font-size:3rem;margin-bottom:32px;display:block}.br-about__icon svg{width:48px;height:48px;fill:var(--br-primary);margin:0 auto}.br-about__title{font-family:var(--br-font-display);font-size:clamp(2rem,4vw,3rem);font-weight:900;text-transform:uppercase;color:var(--br-primary);margin-bottom:32px}.br-about__text{font-size:clamp(1.125rem,2vw,1.5rem);font-weight:300;line-height:1.75;color:#d1d5db;margin-bottom:48px}.br-about__link{display:inline-flex;align-items:center;gap:8px;color:var(--br-primary);font-weight:700;text-transform:uppercase;letter-spacing:.15em;text-decoration:none;padding-bottom:4px;border-bottom:2px solid var(--br-primary);transition:all .3s ease;font-size:.875rem}.br-about__link:hover{color:#fff;border-bottom-color:#fff}.br-about__link svg{width:16px;height:16px;fill:currentColor}.br-testimonial{margin-top:96px;padding-top:48px;border-top:1px solid var(--br-border)}.br-testimonial__quote-mark{font-family:var(--br-font-display);font-size:4rem;color:#fff3;line-height:1;margin-bottom:16px}.br-testimonial__text{font-size:1.125rem;font-style:italic;font-weight:300;color:var(--br-text);margin-bottom:24px;line-height:1.7}.br-testimonial__author{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--br-primary)}.br-footer{background:var(--br-bg-dark);border-top:1px solid var(--br-border);padding:80px 0 40px}.br-footer__container{max-width:1280px;margin:0 auto;padding:0 24px}.br-footer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:48px;margin-bottom:64px}.br-footer__logo{display:flex;align-items:center;gap:8px;margin-bottom:24px;text-decoration:none;color:var(--br-text)}.br-footer__logo svg{width:32px;height:32px;fill:var(--br-primary)}.br-footer__logo span{font-family:var(--br-font-display);font-weight:900;font-size:1.25rem;text-transform:uppercase;letter-spacing:-.02em}.br-footer__heading{font-weight:700;text-transform:uppercase;letter-spacing:.15em;font-size:.875rem;color:var(--br-text-muted);margin-bottom:24px}.br-footer__heading--accent{color:var(--br-primary)}.br-footer__links{list-style:none;padding:0;margin:0}.br-footer__links li{margin-bottom:16px}.br-footer__links a{color:var(--br-text);text-decoration:none;font-size:.875rem;transition:color .3s ease}.br-footer__links a:hover{color:var(--br-primary)}.br-footer__newsletter-text{font-size:.875rem;color:var(--br-text-muted);margin-bottom:16px}.br-footer__newsletter-form{display:flex;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:8px;transition:border-color .3s ease}.br-footer__newsletter-form:focus-within{border-bottom-color:var(--br-primary)}.br-footer__newsletter-form input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:.875rem;padding:0}.br-footer__newsletter-form input::placeholder{color:var(--br-text-dim)}.br-footer__newsletter-form button{background:transparent;border:none;color:#fff;cursor:pointer;padding:0 4px;transition:color .3s ease}.br-footer__newsletter-form button:hover{color:var(--br-primary)}.br-footer__newsletter-form button svg{width:20px;height:20px;fill:currentColor}.br-footer__bottom{border-top:1px solid var(--br-border);padding-top:32px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.br-footer__bottom p{font-size:.75rem;color:var(--br-text-dim)}.br-whatsapp{position:fixed;bottom:24px;right:24px;z-index:9999;background:var(--br-whatsapp);color:#fff;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36666;transition:all .3s ease;text-decoration:none}.br-whatsapp:hover{background:#22c55e;transform:scale(1.1)}.br-whatsapp svg{width:28px;height:28px;fill:currentColor}@media(max-width:1024px){.br-hero__container{grid-template-columns:1fr;text-align:center}.br-hero__subtitle{margin-left:auto;margin-right:auto}.br-hero__buttons{justify-content:center}.br-hero__image{display:none}.br-featured__grid,.br-footer__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.br-hero{min-height:auto}.br-hero__container{padding:100px 20px 60px}.br-categories__grid{grid-template-columns:1fr;gap:16px}.br-categories__item{height:280px}.br-categories__item:nth-child(2){transform:none}.br-hero__title{font-size:2.5rem}.br-footer__grid{grid-template-columns:1fr;text-align:center}.br-footer__logo{justify-content:center}.br-footer__bottom{flex-direction:column;text-align:center}}@media(max-width:640px){.br-featured__grid{grid-template-columns:repeat(2,1fr);gap:16px}.br-product-card__media{padding:16px}.br-product-card__name{font-size:.9rem}.br-btn{padding:14px 24px;width:100%}}header-component,.header-section,#header-group{--color-scheme-background: var(--br-bg-dark) !important;--color-foreground: #ffffff !important;--color-foreground-heading: #ffffff !important}.shopify-section--footer{background:var(--br-bg-dark)}.color-scheme-1,[data-color-scheme=scheme-1]{--color-scheme-background: var(--br-bg-dark)}::selection{background:var(--br-primary);color:#fff}html{scroll-behavior:smooth}
/*# sourceMappingURL=/cdn/shop/t/1/assets/blackrabbit-custom.css.map */
