.brezo-olf{position:relative;padding:28px 24px 24px;margin:24px 0;max-width:420px;background:#fafaf8;border:1px solid #e8e4df;border-radius:50px;box-shadow:0 4px 20px #0000000a;overflow:hidden;animation:brezoCardIn .6s ease forwards;opacity:0;transform:translateY(10px)}@keyframes brezoCardIn{to{opacity:1;transform:translateY(0)}}.brezo-olf:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:16px 16px 0 0;background:var(--olf-accent, linear-gradient(90deg, #888, #ccc))}.brezo-olf--mistica:before{background:linear-gradient(90deg,#5c2d91,#c17bdb,#e8a87c)}.brezo-olf--rosas:before{background:linear-gradient(90deg,#880e4f,#e91e63,#f8bbd0)}.brezo-olf--brisa:before{background:linear-gradient(90deg,#2d6a4f,#52b788,#b7e4c7)}.brezo-olf--dulce:before{background:linear-gradient(90deg,#bf6b2e,#e09f5c,#f5d9b3)}.brezo-olf--tropical:before{background:linear-gradient(90deg,#e65100,#ff9800,#ffe082)}.brezo-olf--ambar:before{background:linear-gradient(90deg,#4e342e,#8d6e63,#d7ccc8)}.brezo-olf-title{font-size:9px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:#999;text-align:center;margin-bottom:24px}.brezo-olf-tl{position:relative;padding-left:30px}.brezo-olf-tl:before{content:"";position:absolute;left:8px;top:8px;bottom:8px;width:2px;border-radius:2px;background:var(--olf-gradient, linear-gradient(to bottom, #555, #999, #ccc))}.brezo-olf-node{position:relative;margin-bottom:22px;opacity:0;transform:translateY(12px);animation:brezoOlfFadeUp .5s ease forwards}.brezo-olf-node:nth-child(1){animation-delay:.3s}.brezo-olf-node:nth-child(2){animation-delay:.6s}.brezo-olf-node:nth-child(3){animation-delay:.9s;margin-bottom:0}@keyframes brezoOlfFadeUp{to{opacity:1;transform:translateY(0)}}.brezo-olf-dot{position:absolute;left:-24px;top:3px;width:14px;height:14px;border-radius:50%;border:2.5px solid #fafaf8;box-shadow:0 0 0 1px #0000000f;background:var(--dot-color, #888);animation:brezoOlfPulse 2.5s ease-in-out infinite}@keyframes brezoOlfPulse{0%,to{box-shadow:0 0 0 1px #0000000f,0 0 #0000001f}50%{box-shadow:0 0 0 1px #0000000f,0 0 0 5px #0000}}.brezo-olf-label{font-size:8px;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:8px;color:var(--label-color, #888)}.brezo-olf-tags{display:flex;flex-wrap:wrap;gap:6px}.brezo-olf-tag{font-size:11px;padding:6px 14px;border-radius:20px;font-weight:500;background:var(--tag-bg, #f5f5f5);border:1px solid var(--tag-border, #e0e0e0);color:var(--tag-color, #555);opacity:0;transform:scale(.85);animation:brezoOlfTagPop .3s ease forwards}.brezo-olf-node:nth-child(1) .brezo-olf-tag:nth-child(1){animation-delay:.45s}.brezo-olf-node:nth-child(1) .brezo-olf-tag:nth-child(2){animation-delay:.52s}.brezo-olf-node:nth-child(1) .brezo-olf-tag:nth-child(3){animation-delay:.59s}.brezo-olf-node:nth-child(1) .brezo-olf-tag:nth-child(4){animation-delay:.66s}.brezo-olf-node:nth-child(2) .brezo-olf-tag:nth-child(1){animation-delay:.75s}.brezo-olf-node:nth-child(2) .brezo-olf-tag:nth-child(2){animation-delay:.82s}.brezo-olf-node:nth-child(2) .brezo-olf-tag:nth-child(3){animation-delay:.89s}.brezo-olf-node:nth-child(2) .brezo-olf-tag:nth-child(4){animation-delay:.96s}.brezo-olf-node:nth-child(3) .brezo-olf-tag:nth-child(1){animation-delay:1.05s}.brezo-olf-node:nth-child(3) .brezo-olf-tag:nth-child(2){animation-delay:1.12s}.brezo-olf-node:nth-child(3) .brezo-olf-tag:nth-child(3){animation-delay:1.19s}.brezo-olf-node:nth-child(3) .brezo-olf-tag:nth-child(4){animation-delay:1.26s}@keyframes brezoOlfTagPop{to{opacity:1;transform:scale(1)}}.brezo-olf--mistica .brezo-olf-tl:before{background:linear-gradient(to bottom,#5c2d91,#bb6bd9,#d4a76a)}.brezo-olf--mistica .brezo-olf-node:nth-child(1) .brezo-olf-dot{background:#5c2d91}.brezo-olf--mistica .brezo-olf-node:nth-child(2) .brezo-olf-dot{background:#bb6bd9}.brezo-olf--mistica .brezo-olf-node:nth-child(3) .brezo-olf-dot{background:#c49550}.brezo-olf--mistica .brezo-olf-node:nth-child(1) .brezo-olf-label{color:#5c2d91}.brezo-olf--mistica .brezo-olf-node:nth-child(2) .brezo-olf-label{color:#8e44ad}.brezo-olf--mistica .brezo-olf-node:nth-child(3) .brezo-olf-label{color:#b8893e}.brezo-olf--mistica .brezo-olf-node:nth-child(1) .brezo-olf-tag{background:#5c2d910e;border-color:#5c2d9128;color:#5c2d91}.brezo-olf--mistica .brezo-olf-node:nth-child(2) .brezo-olf-tag{background:#8e44ad0e;border-color:#8e44ad28;color:#8e44ad}.brezo-olf--mistica .brezo-olf-node:nth-child(3) .brezo-olf-tag{background:#d4a76a14;border-color:#d4a76a42;color:#9a7330}.brezo-olf--rosas .brezo-olf-tl:before{background:linear-gradient(to bottom,#880e4f,#e91e63,#f48fb1)}.brezo-olf--rosas .brezo-olf-node:nth-child(1) .brezo-olf-dot{background:#880e4f}.brezo-olf--rosas .brezo-olf-node:nth-child(2) .brezo-olf-dot{background:#e91e63}.brezo-olf--rosas .brezo-olf-node:nth-child(3) .brezo-olf-dot{background:#e91e63}.brezo-olf--rosas .brezo-olf-node:nth-child(1) .brezo-olf-label{color:#880e4f}.brezo-olf--rosas .brezo-olf-node:nth-child(2) .brezo-olf-label{color:#c2185b}.brezo-olf--rosas .brezo-olf-node:nth-child(3) .brezo-olf-label{color:#ad1457}.brezo-olf--rosas .brezo-olf-node:nth-child(1) .brezo-olf-tag{background:#880e4f0e;border-color:#880e4f28;color:#880e4f}.brezo-olf--rosas .brezo-olf-node:nth-child(2) .brezo-olf-tag{background:#e91e630e;border-color:#e91e6328;color:#c2185b}.brezo-olf--rosas .brezo-olf-node:nth-child(3) .brezo-olf-tag{background:#e91e6312;border-color:#e91e6330;color:#ad1457}.brezo-olf--brisa .brezo-olf-tl:before{background:linear-gradient(to bottom,#2d6a4f,#52b788,#b7e4c7)}.brezo-olf--brisa .brezo-olf-node:nth-child(1) .brezo-olf-dot{background:#2d6a4f}.brezo-olf--brisa .brezo-olf-node:nth-child(2) .brezo-olf-dot{background:#52b788}.brezo-olf--brisa .brezo-olf-node:nth-child(3) .brezo-olf-dot{background:#76c9a0}.brezo-olf--brisa .brezo-olf-node:nth-child(1) .brezo-olf-label{color:#2d6a4f}.brezo-olf--brisa .brezo-olf-node:nth-child(2) .brezo-olf-label{color:#40916c}.brezo-olf--brisa .brezo-olf-node:nth-child(3) .brezo-olf-label{color:#2d8a5e}.brezo-olf--brisa .brezo-olf-node:nth-child(1) .brezo-olf-tag{background:#2d6a4f0e;border-color:#2d6a4f28;color:#2d6a4f}.brezo-olf--brisa .brezo-olf-node:nth-child(2) .brezo-olf-tag{background:#52b7880e;border-color:#52b78828;color:#40916c}.brezo-olf--brisa .brezo-olf-node:nth-child(3) .brezo-olf-tag{background:#52b78814;border-color:#52b78838;color:#2d7a52}.brezo-olf--dulce .brezo-olf-tl:before{background:linear-gradient(to bottom,#bf6b2e,#e09f5c,#f5d9b3)}.brezo-olf--dulce .brezo-olf-node:nth-child(1) .brezo-olf-dot{background:#bf6b2e}.brezo-olf--dulce .brezo-olf-node:nth-child(2) .brezo-olf-dot{background:#e09f5c}.brezo-olf--dulce .brezo-olf-node:nth-child(3) .brezo-olf-dot{background:#d4a76a}.brezo-olf--dulce .brezo-olf-node:nth-child(1) .brezo-olf-label{color:#bf6b2e}.brezo-olf--dulce .brezo-olf-node:nth-child(2) .brezo-olf-label{color:#d48a42}.brezo-olf--dulce .brezo-olf-node:nth-child(3) .brezo-olf-label{color:#a67c42}.brezo-olf--dulce .brezo-olf-node:nth-child(1) .brezo-olf-tag{background:#bf6b2e0e;border-color:#bf6b2e28;color:#bf6b2e}.brezo-olf--dulce .brezo-olf-node:nth-child(2) .brezo-olf-tag{background:#e09f5c0e;border-color:#e09f5c28;color:#d48a42}.brezo-olf--dulce .brezo-olf-node:nth-child(3) .brezo-olf-tag{background:#d4a76a14;border-color:#d4a76a38;color:#a67c42}.brezo-olf--tropical .brezo-olf-tl:before{background:linear-gradient(to bottom,#e65100,#ff9800,#ffe082)}.brezo-olf--tropical .brezo-olf-node:nth-child(1) .brezo-olf-dot{background:#e65100}.brezo-olf--tropical .brezo-olf-node:nth-child(2) .brezo-olf-dot{background:#ff9800}.brezo-olf--tropical .brezo-olf-node:nth-child(3) .brezo-olf-dot{background:#ffb300}.brezo-olf--tropical .brezo-olf-node:nth-child(1) .brezo-olf-label{color:#e65100}.brezo-olf--tropical .brezo-olf-node:nth-child(2) .brezo-olf-label{color:#ef6c00}.brezo-olf--tropical .brezo-olf-node:nth-child(3) .brezo-olf-label{color:#e67e00}.brezo-olf--tropical .brezo-olf-node:nth-child(1) .brezo-olf-tag{background:#e651000e;border-color:#e6510028;color:#e65100}.brezo-olf--tropical .brezo-olf-node:nth-child(2) .brezo-olf-tag{background:#ff98000e;border-color:#ff980028;color:#ef6c00}.brezo-olf--tropical .brezo-olf-node:nth-child(3) .brezo-olf-tag{background:#ffb30014;border-color:#ffb30038;color:#c97a00}.brezo-olf--ambar .brezo-olf-tl:before{background:linear-gradient(to bottom,#4e342e,#8d6e63,#d7ccc8)}.brezo-olf--ambar .brezo-olf-node:nth-child(1) .brezo-olf-dot{background:#4e342e}.brezo-olf--ambar .brezo-olf-node:nth-child(2) .brezo-olf-dot{background:#8d6e63}.brezo-olf--ambar .brezo-olf-node:nth-child(3) .brezo-olf-dot{background:#a1887f}.brezo-olf--ambar .brezo-olf-node:nth-child(1) .brezo-olf-label{color:#4e342e}.brezo-olf--ambar .brezo-olf-node:nth-child(2) .brezo-olf-label{color:#6d4c41}.brezo-olf--ambar .brezo-olf-node:nth-child(3) .brezo-olf-label{color:#6d4c41}.brezo-olf--ambar .brezo-olf-node:nth-child(1) .brezo-olf-tag{background:#4e342e0e;border-color:#4e342e28;color:#4e342e}.brezo-olf--ambar .brezo-olf-node:nth-child(2) .brezo-olf-tag{background:#8d6e630e;border-color:#8d6e6328;color:#6d4c41}.brezo-olf--ambar .brezo-olf-node:nth-child(3) .brezo-olf-tag{background:#8d6e6312;border-color:#8d6e6335;color:#5d4037}.brezo-badge{display:inline-flex!important;align-items:center!important;gap:4px!important;padding:5px 14px!important;border-radius:50px!important;font-size:10px!important;font-weight:700!important;letter-spacing:.5px!important;text-transform:uppercase!important;margin:16px auto 12px!important;background:#111!important;color:#fff!important;width:fit-content!important;max-width:fit-content!important;line-height:1.2!important}.brezo-badge span,.brezo-badge span *{font-weight:700!important;color:#fff!important;opacity:1!important;font-size:10px!important}.brezo-oil{position:relative;padding:28px 24px 24px;margin:24px 0;max-width:420px;background:#fafaf8;border:1px solid #e8e4df;border-radius:16px;box-shadow:0 4px 20px #0000000a;overflow:hidden;opacity:0;transform:translateY(10px);animation:brezoCardIn .6s ease forwards}.brezo-oil:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:16px 16px 0 0}.brezo-oil-title{font-size:9px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:#999;text-align:center;margin-bottom:22px}.brezo-oil-section{margin-bottom:18px;opacity:0;transform:translateY(12px);animation:brezoOlfFadeUp .5s ease forwards}.brezo-oil-section:nth-child(2){animation-delay:.2s}.brezo-oil-section:nth-child(3){animation-delay:.5s}.brezo-oil-section:nth-child(4){animation-delay:.8s;margin-bottom:0}.brezo-oil-label{font-size:8px;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:8px}.brezo-oil-tags{display:flex;flex-wrap:wrap;gap:6px}.brezo-oil-tag{font-size:11px;padding:5px 14px;border-radius:20px;font-weight:500;opacity:0;transform:scale(.85);animation:brezoOlfTagPop .3s ease forwards}.brezo-oil-section:nth-child(2) .brezo-oil-tag:nth-child(1){animation-delay:.35s}.brezo-oil-section:nth-child(2) .brezo-oil-tag:nth-child(2){animation-delay:.42s}.brezo-oil-section:nth-child(2) .brezo-oil-tag:nth-child(3){animation-delay:.49s}.brezo-oil-section:nth-child(2) .brezo-oil-tag:nth-child(4){animation-delay:.56s}.brezo-oil-section:nth-child(3) .brezo-oil-tag:nth-child(1){animation-delay:.65s}.brezo-oil-section:nth-child(3) .brezo-oil-tag:nth-child(2){animation-delay:.72s}.brezo-oil-section:nth-child(3) .brezo-oil-tag:nth-child(3){animation-delay:.79s}.brezo-oil-section:nth-child(4) .brezo-oil-tag:nth-child(1){animation-delay:.95s}.brezo-oil-section:nth-child(4) .brezo-oil-tag:nth-child(2){animation-delay:1.02s}.brezo-oil--respiratorio:before{background:linear-gradient(90deg,#00695c,#26a69a,#80cbc4)}.brezo-oil--respiratorio .brezo-oil-label{color:#00695c}.brezo-oil--respiratorio .brezo-oil-section:nth-child(2) .brezo-oil-tag{background:#00695c0e;border:1px solid #00695c28;color:#00695c}.brezo-oil--respiratorio .brezo-oil-section:nth-child(3) .brezo-oil-tag{background:#26a69a0e;border:1px solid #26a69a28;color:#00796b}.brezo-oil--respiratorio .brezo-oil-section:nth-child(4) .brezo-oil-tag{background:#80cbc40e;border:1px solid #80cbc438;color:#00796b}.brezo-oil--relajacion:before{background:linear-gradient(90deg,#4a148c,#9c27b0,#ce93d8)}.brezo-oil--relajacion .brezo-oil-label{color:#6a1b9a}.brezo-oil--relajacion .brezo-oil-section:nth-child(2) .brezo-oil-tag{background:#6a1b9a0e;border:1px solid #6a1b9a28;color:#6a1b9a}.brezo-oil--relajacion .brezo-oil-section:nth-child(3) .brezo-oil-tag{background:#9c27b00e;border:1px solid #9c27b028;color:#7b1fa2}.brezo-oil--relajacion .brezo-oil-section:nth-child(4) .brezo-oil-tag{background:#ce93d80e;border:1px solid #ce93d838;color:#7b1fa2}.brezo-oil--estres:before{background:linear-gradient(90deg,#37474f,#607d8b,#b0bec5)}.brezo-oil--estres .brezo-oil-label{color:#37474f}.brezo-oil--estres .brezo-oil-section:nth-child(2) .brezo-oil-tag{background:#37474f0e;border:1px solid #37474f28;color:#37474f}.brezo-oil--estres .brezo-oil-section:nth-child(3) .brezo-oil-tag{background:#607d8b0e;border:1px solid #607d8b28;color:#455a64}.brezo-oil--estres .brezo-oil-section:nth-child(4) .brezo-oil-tag{background:#b0bec50e;border:1px solid #b0bec538;color:#455a64}.brezo-oil--sueno:before{background:linear-gradient(90deg,#1a237e,#3f51b5,#9fa8da)}.brezo-oil--sueno .brezo-oil-label{color:#283593}.brezo-oil--sueno .brezo-oil-section:nth-child(2) .brezo-oil-tag{background:#283593 0e;border:1px solid #28359328;color:#283593}.brezo-oil--sueno .brezo-oil-section:nth-child(3) .brezo-oil-tag{background:#3f51b50e;border:1px solid #3f51b528;color:#303f9f}.brezo-oil--sueno .brezo-oil-section:nth-child(4) .brezo-oil-tag{background:#9fa8da0e;border:1px solid #9fa8da38;color:#303f9f}.brezo-oil--energia:before{background:linear-gradient(90deg,#e65100,#ff9800,#ffcc80)}.brezo-oil--energia .brezo-oil-label{color:#e65100}.brezo-oil--energia .brezo-oil-section:nth-child(2) .brezo-oil-tag{background:#e651000e;border:1px solid #e6510028;color:#e65100}.brezo-oil--energia .brezo-oil-section:nth-child(3) .brezo-oil-tag{background:#ff98000e;border:1px solid #ff980028;color:#ef6c00}.brezo-oil--energia .brezo-oil-section:nth-child(4) .brezo-oil-tag{background:#ffcc800e;border:1px solid #ffcc8038;color:#ef6c00}.brezo-oil--lavanda:before{background:linear-gradient(90deg,#6a1b9a,#ab47bc,#e1bee7)}.brezo-oil--lavanda .brezo-oil-label{color:#6a1b9a}.brezo-oil--lavanda .brezo-oil-section:nth-child(2) .brezo-oil-tag{background:#6a1b9a0e;border:1px solid #6a1b9a28;color:#6a1b9a}.brezo-oil--lavanda .brezo-oil-section:nth-child(3) .brezo-oil-tag{background:#ab47bc0e;border:1px solid #ab47bc28;color:#7b1fa2}.brezo-oil--lavanda .brezo-oil-section:nth-child(4) .brezo-oil-tag{background:#e1bee70e;border:1px solid #e1bee738;color:#7b1fa2}.brezo-oil--eucalipto:before{background:linear-gradient(90deg,#1b5e20,#43a047,#a5d6a7)}.brezo-oil--eucalipto .brezo-oil-label{color:#2e7d32}.brezo-oil--eucalipto .brezo-oil-section:nth-child(2) .brezo-oil-tag{background:#2e7d320e;border:1px solid #2e7d3228;color:#2e7d32}.brezo-oil--eucalipto .brezo-oil-section:nth-child(3) .brezo-oil-tag{background:#43a0470e;border:1px solid #43a04728;color:#388e3c}.brezo-oil--eucalipto .brezo-oil-section:nth-child(4) .brezo-oil-tag{background:#a5d6a70e;border:1px solid #a5d6a738;color:#388e3c}.brezo-oil--menta:before{background:linear-gradient(90deg,#00838f,#00bcd4,#80deea)}.brezo-oil--menta .brezo-oil-label{color:#00838f}.brezo-oil--menta .brezo-oil-section:nth-child(2) .brezo-oil-tag{background:#00838f0e;border:1px solid #00838f28;color:#00838f}.brezo-oil--menta .brezo-oil-section:nth-child(3) .brezo-oil-tag{background:#00bcd40e;border:1px solid #00bcd428;color:#0097a7}.brezo-oil--menta .brezo-oil-section:nth-child(4) .brezo-oil-tag{background:#80deea0e;border:1px solid #80deea38;color:#0097a7}.brezo-oil--romero:before{background:linear-gradient(90deg,#33691e,#689f38,#aed581)}.brezo-oil--romero .brezo-oil-label{color:#33691e}.brezo-oil--romero .brezo-oil-section:nth-child(2) .brezo-oil-tag{background:#33691e0e;border:1px solid #33691e28;color:#33691e}.brezo-oil--romero .brezo-oil-section:nth-child(3) .brezo-oil-tag{background:#689f380e;border:1px solid #689f3828;color:#558b2f}.brezo-oil--romero .brezo-oil-section:nth-child(4) .brezo-oil-tag{background:#aed5810e;border:1px solid #aed58138;color:#558b2f}.brezo-oil--detergente:before{background:linear-gradient(90deg,#2e7d32,#4caf50,#a5d6a7)}.brezo-oil--detergente .brezo-oil-label{color:#2e7d32}.brezo-oil--detergente .brezo-oil-section:nth-child(2) .brezo-oil-tag{background:#2e7d320e;border:1px solid #2e7d3228;color:#2e7d32}.brezo-oil--detergente .brezo-oil-section:nth-child(3) .brezo-oil-tag{background:#4caf500e;border:1px solid #4caf5028;color:#388e3c}.brezo-oil--detergente .brezo-oil-section:nth-child(4) .brezo-oil-tag{background:#a5d6a70e;border:1px solid #a5d6a738;color:#2e7d32}.brezo-oil--bebe:before{background:linear-gradient(90deg,#1565c0,#42a5f5,#90caf9)}.brezo-oil--bebe .brezo-oil-label{color:#1565c0}.brezo-oil--bebe .brezo-oil-section:nth-child(2) .brezo-oil-tag{background:#1565c00e;border:1px solid #1565c028;color:#1565c0}.brezo-oil--bebe .brezo-oil-section:nth-child(3) .brezo-oil-tag{background:#42a5f50e;border:1px solid #42a5f528;color:#1976d2}.brezo-oil--bebe .brezo-oil-section:nth-child(4) .brezo-oil-tag{background:#90caf90e;border:1px solid #90caf938;color:#1976d2}.brezo-oil--lavaloza:before{background:linear-gradient(90deg,#0277bd,#29b6f6,#81d4fa)}.brezo-oil--lavaloza .brezo-oil-label{color:#0277bd}.brezo-oil--lavaloza .brezo-oil-section:nth-child(2) .brezo-oil-tag{background:#0277bd0e;border:1px solid #0277bd28;color:#0277bd}.brezo-oil--lavaloza .brezo-oil-section:nth-child(3) .brezo-oil-tag{background:#29b6f60e;border:1px solid #29b6f628;color:#0288d1}.brezo-oil--lavaloza .brezo-oil-section:nth-child(4) .brezo-oil-tag{background:#81d4fa0e;border:1px solid #81d4fa38;color:#0288d1}.brezo-oil--desengrasante:before{background:linear-gradient(90deg,#e65100,#ff9800,#ffcc80)}.brezo-oil--desengrasante .brezo-oil-label{color:#e65100}.brezo-oil--desengrasante .brezo-oil-section:nth-child(2) .brezo-oil-tag{background:#e651000e;border:1px solid #e6510028;color:#e65100}.brezo-oil--desengrasante .brezo-oil-section:nth-child(3) .brezo-oil-tag{background:#ff98000e;border:1px solid #ff980028;color:#ef6c00}.brezo-oil--desengrasante .brezo-oil-section:nth-child(4) .brezo-oil-tag{background:#ffcc800e;border:1px solid #ffcc8038;color:#ef6c00}.brezo-oil--quitamanchas:before{background:linear-gradient(90deg,#c62828,#ef5350,#ef9a9a)}.brezo-oil--quitamanchas .brezo-oil-label{color:#c62828}.brezo-oil--quitamanchas .brezo-oil-section:nth-child(2) .brezo-oil-tag{background:#c628280e;border:1px solid #c6282828;color:#c62828}.brezo-oil--quitamanchas .brezo-oil-section:nth-child(3) .brezo-oil-tag{background:#ef53500e;border:1px solid #ef535028;color:#d32f2f}.brezo-oil--quitamanchas .brezo-oil-section:nth-child(4) .brezo-oil-tag{background:#ef9a9a0e;border:1px solid #ef9a9a38;color:#d32f2f}.brezo-oil--suavizante:before{background:linear-gradient(90deg,#ad1457,#ec407a,#f48fb1)}.brezo-oil--suavizante .brezo-oil-label{color:#ad1457}.brezo-oil--suavizante .brezo-oil-section:nth-child(2) .brezo-oil-tag{background:#ad14570e;border:1px solid #ad145728;color:#ad1457}.brezo-oil--suavizante .brezo-oil-section:nth-child(3) .brezo-oil-tag{background:#ec407a0e;border:1px solid #ec407a28;color:#c2185b}.brezo-oil--suavizante .brezo-oil-section:nth-child(4) .brezo-oil-tag{background:#f48fb10e;border:1px solid #f48fb138;color:#c2185b}.brezo-oil--multiusos:before{background:linear-gradient(90deg,#00695c,#26a69a,#80cbc4)}.brezo-oil--multiusos .brezo-oil-label{color:#00695c}.brezo-oil--multiusos .brezo-oil-section:nth-child(2) .brezo-oil-tag{background:#00695c0e;border:1px solid #00695c28;color:#00695c}.brezo-oil--multiusos .brezo-oil-section:nth-child(3) .brezo-oil-tag{background:#26a69a0e;border:1px solid #26a69a28;color:#00796b}.brezo-oil--multiusos .brezo-oil-section:nth-child(4) .brezo-oil-tag{background:#80cbc40e;border:1px solid #80cbc438;color:#00796b}.brezo-oil--perfumador:before{background:linear-gradient(90deg,#6a1b9a,#ab47bc,#ce93d8)}.brezo-oil--perfumador .brezo-oil-label{color:#6a1b9a}.brezo-oil--perfumador .brezo-oil-section:nth-child(2) .brezo-oil-tag{background:#6a1b9a0e;border:1px solid #6a1b9a28;color:#6a1b9a}.brezo-oil--perfumador .brezo-oil-section:nth-child(3) .brezo-oil-tag{background:#ab47bc0e;border:1px solid #ab47bc28;color:#7b1fa2}.brezo-oil--perfumador .brezo-oil-section:nth-child(4) .brezo-oil-tag{background:#ce93d80e;border:1px solid #ce93d838;color:#7b1fa2}.brezo-oil--calzado:before{background:linear-gradient(90deg,#37474f,#607d8b,#b0bec5)}.brezo-oil--calzado .brezo-oil-label{color:#37474f}.brezo-oil--calzado .brezo-oil-section:nth-child(2) .brezo-oil-tag{background:#37474f0e;border:1px solid #37474f28;color:#37474f}.brezo-oil--calzado .brezo-oil-section:nth-child(3) .brezo-oil-tag{background:#607d8b0e;border:1px solid #607d8b28;color:#455a64}.brezo-oil--calzado .brezo-oil-section:nth-child(4) .brezo-oil-tag{background:#b0bec50e;border:1px solid #b0bec538;color:#455a64}
/*# sourceMappingURL=/cdn/shop/t/7/assets/brezo-olfativa.css.map */
