.oc-shelf{--oc-green: #81b121;--oc-green-dark: #6d9a17;--oc-green-soft: #f1f7e4;--oc-ink: #16181d;--oc-muted: #5f6570;--oc-line: #e5e7e3;--oc-surface: #ffffff;--oc-radius: 0;padding:4rem 0}.oc-shelf *{box-sizing:border-box}.oc-wrap{width:100%;max-width:var(--oc-max, 160rem);margin:0 auto;padding-left:clamp(1.6rem,3vw,4rem);padding-right:clamp(1.6rem,3vw,4rem)}.oc-shelf__heading{margin:0 0 2.4rem;font-size:2.4rem;line-height:1.2;font-weight:700;letter-spacing:-.01em;color:var(--oc-ink);text-align:center}@media screen and (min-width:750px){.oc-shelf__heading{font-size:3rem;margin-bottom:3.2rem}}.oc-carousel{position:relative}.oc-carousel__track{display:flex;gap:1.6rem;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;padding:.4rem 0 1.2rem}.oc-carousel__track::-webkit-scrollbar{display:none}@media screen and (min-width:990px){.oc-carousel__track{gap:2rem}}.oc-carousel__arrow{position:absolute;top:38%;z-index:2;display:none;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;border:1px solid var(--oc-line);border-radius:50%;background:var(--oc-surface);color:var(--oc-ink);cursor:pointer;box-shadow:0 .4rem 1.6rem #00000014;transition:background .15s ease,color .15s ease,border-color .15s ease}.oc-carousel__arrow:hover{background:var(--oc-green);border-color:var(--oc-green);color:#fff}.oc-carousel__arrow[hidden],.oc-carousel__arrow:disabled{opacity:0;pointer-events:none}.oc-carousel__arrow--prev{left:-1.6rem}.oc-carousel__arrow--next{right:-1.6rem}@media screen and (min-width:990px){.oc-carousel__arrow{display:flex}}.oc-card{flex:0 0 auto;scroll-snap-align:start;width:72vw;max-width:30rem;display:flex;flex-direction:column;background:var(--oc-surface);border:1px solid var(--oc-line);border-radius:var(--oc-radius);overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.oc-card:hover{border-color:var(--oc-green);box-shadow:0 .8rem 2.4rem #00000012}@media screen and (min-width:750px){.oc-card{width:34vw}}@media screen and (min-width:990px){.oc-card{width:26rem}}@media screen and (min-width:1400px){.oc-card{width:28rem}}.oc-card__media{position:relative;display:block;aspect-ratio:1 / 1;background:#f6f6f4;overflow:hidden}.oc-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease,opacity .2s ease}.oc-card__media img.is-swapping{opacity:0}.oc-card__img--second{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s ease,transform .35s ease}@media(hover:hover){.oc-card__media:hover .oc-card__img--second{opacity:1}.oc-card__media:hover img{transform:scale(1.04)}}.oc-card--nohover .oc-card__img--second{display:none}.oc-card__badge{position:absolute;top:1rem;left:1rem;padding:.5rem 1rem;border-radius:100px;background:var(--oc-green);color:#fff;font-size:1.2rem;font-weight:700;letter-spacing:.04em;line-height:1}.oc-card__badge--sold-out{background:var(--oc-ink)}.oc-card__body{display:flex;flex:1 1 auto;flex-direction:column;gap:1rem;padding:1.6rem}.oc-card__title{margin:0;font-size:1.5rem;line-height:1.4;font-weight:500;color:var(--oc-ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.oc-card__title a{color:inherit;text-decoration:none}.oc-card__title a:hover{color:var(--oc-green-dark)}@media screen and (min-width:990px){.oc-card__title{font-size:1.6rem}}.oc-card__prices{display:flex;align-items:baseline;flex-wrap:wrap;gap:.6rem 1rem}.oc-card__price{font-size:2rem;font-weight:700;line-height:1.1;color:var(--oc-ink);letter-spacing:-.01em}@media screen and (min-width:990px){.oc-card__price{font-size:2.2rem}}.oc-card__price--compare{font-size:1.4rem;font-weight:500;color:var(--oc-muted);text-decoration:line-through}.oc-card__installments{margin:0;font-size:1.35rem;line-height:1.4;color:var(--oc-muted)}.oc-card__installments strong{color:var(--oc-ink);font-weight:600}.oc-card__swatches{display:flex;align-items:center;flex-wrap:wrap;gap:.8rem;margin-top:.2rem}.oc-swatch{display:block;flex:0 0 auto;width:2.8rem;height:2.8rem;padding:0;border:1px solid rgba(0,0,0,.18);border-radius:50%;background-size:cover;background-position:center;cursor:pointer;transition:box-shadow .15s ease,transform .15s ease}.oc-swatch:hover{transform:scale(1.08)}.oc-swatch.is-active{box-shadow:0 0 0 2px var(--oc-surface),0 0 0 4px var(--oc-green)}.oc-swatch:focus-visible{outline:2px solid var(--oc-green);outline-offset:2px}@media screen and (min-width:990px){.oc-swatch{width:3rem;height:3rem}}.oc-swatch--text,.oc-swatch--more{border-radius:100px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:2.8rem;height:2.8rem;padding:0 .8rem;border-color:var(--oc-line);background:var(--oc-green-soft);font-size:1.25rem;font-weight:600;line-height:1;color:var(--oc-green-dark);white-space:nowrap}@media screen and (min-width:990px){.oc-swatch--text,.oc-swatch--more{height:3rem}}.oc-card__cta{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-top:auto;min-height:4.4rem;padding:0 1.6rem;border:1px solid var(--oc-green);border-radius:100px;background:var(--oc-green);color:#fff;font-size:1.4rem;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.oc-card__cta:hover{background:var(--oc-green-dark);border-color:var(--oc-green-dark);color:#fff}.oc-card__cta svg{flex:0 0 auto}.oc-card__cta--soldout{background:transparent;border-color:var(--oc-line);color:var(--oc-muted)}.oc-card__cta--soldout:hover{background:var(--oc-ink);border-color:var(--oc-ink);color:#fff}@media screen and (min-width:990px){.oc-card__cta{min-height:4.8rem;font-size:1.5rem}}.oc-shelf__cta{display:flex;justify-content:center;margin-top:2.4rem}.oc-shelf__button{display:inline-flex;align-items:center;justify-content:center;min-height:4.8rem;padding:0 3.2rem;border:1px solid var(--oc-green);border-radius:100px;background:var(--oc-green);color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:.02em;text-decoration:none;transition:background .15s ease,color .15s ease}.oc-shelf__button:hover{background:var(--oc-green-dark);border-color:var(--oc-green-dark);color:#fff}.oc-shelf__empty{padding:3.2rem 0;font-size:1.5rem;color:var(--oc-muted);text-align:center}.oc-grid{display:grid;grid-template-columns:repeat(var(--oc-cols-mobile, 2),minmax(0,1fr));gap:1.2rem;margin:0;padding:0;list-style:none}@media screen and (min-width:750px){.oc-grid{gap:1.6rem}}@media screen and (min-width:990px){.oc-grid{grid-template-columns:repeat(var(--oc-cols-desktop, 4),minmax(0,1fr));gap:2rem}}@media screen and (min-width:1400px){.oc-grid{gap:2.4rem}}.oc-grid .oc-card{width:auto;max-width:none;height:100%}@media screen and (max-width:749px){.oc-grid .oc-card__body{gap:.8rem;padding:1.2rem}.oc-grid .oc-card__title{font-size:1.4rem}.oc-grid .oc-card__price{font-size:1.8rem}.oc-grid .oc-card__installments{font-size:1.25rem}.oc-grid .oc-swatch{width:2.4rem;height:2.4rem}.oc-grid .oc-swatch--text,.oc-grid .oc-swatch--more{height:2.4rem;min-width:2.4rem;font-size:1.15rem}.oc-grid .oc-card__cta{min-height:4rem;padding:0 1.2rem;font-size:1.3rem;gap:.6rem}.oc-grid .oc-card__cta svg{width:16px;height:16px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/carrossel-categorias.css.map */
