.compre-junto{background:var(--cj-bg, #fff);color:var(--cj-text, #111);padding:48px 0}.compre-junto__container{max-width:100%;margin:0 auto;padding:0 20px}.compre-junto__title{text-align:center;font-size:clamp(24px,3vw,36px);font-weight:400;letter-spacing:.05em;margin:0 0 40px;font-family:var(--font-heading-family, serif);color:var(--cj-text)}.compre-junto__wrapper{border-top:1px solid var(--cj-border, #e5e5e5);border-bottom:1px solid var(--cj-border, #e5e5e5);padding:32px 0}.compre-junto__products{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:16px;align-items:stretch}.compre-junto__separator{display:flex;align-items:center;justify-content:center;color:var(--cj-text);opacity:.6;padding-top:0}.compre-junto__separator svg{width:28px;height:28px}.cj-card{display:flex;flex-direction:column;gap:12px;min-width:0}.cj-card__header{min-height:32px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:14px}.cj-card__current-label{color:var(--cj-text);opacity:.8;font-size:14px}.cj-card__checkbox-label{display:inline-flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:14px}.cj-card__checkbox{position:absolute;opacity:0;pointer-events:none}.cj-card__checkbox-box{width:20px;height:20px;border:1.5px solid var(--cj-text);background:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s ease,border-color .15s ease}.cj-card__checkbox-box svg{width:14px;height:14px;color:#fff;opacity:0;transition:opacity .15s ease}.cj-card__checkbox:checked+.cj-card__checkbox-box{background:var(--cj-text);border-color:var(--cj-text)}.cj-card__checkbox:checked+.cj-card__checkbox-box svg{opacity:1}.cj-card__checkbox:focus-visible+.cj-card__checkbox-box{outline:2px solid var(--cj-accent);outline-offset:2px}.cj-card__checkbox:disabled+.cj-card__checkbox-box{opacity:.4;cursor:not-allowed}.cj-card__media{position:relative;display:block;aspect-ratio:1 / 1;background:#f7f7f7;overflow:hidden;text-decoration:none}.cj-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.cj-card__media:hover .cj-card__image{transform:scale(1.03)}.cj-card__badge{position:absolute;top:12px;right:12px;background:#4a5d3a;color:#fff;padding:6px 10px;font-size:12px;font-weight:600;letter-spacing:.05em;display:inline-flex;align-items:center;gap:4px;z-index:1}.cj-card__soldout{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffb3;display:flex;align-items:center;justify-content:center;font-weight:600;letter-spacing:.1em;text-transform:uppercase;font-size:13px;color:var(--cj-text)}.cj-card__info{display:flex;flex-direction:column;gap:4px}.cj-card__category{font-size:13px;letter-spacing:.05em;font-weight:600;margin:0;color:var(--cj-text)}.cj-card__title{margin:0;font-size:15px;font-weight:400;line-height:1.3}.cj-card__title-link{color:var(--cj-text);text-decoration:none}.cj-card__title-link:hover{text-decoration:underline}.cj-card__price{margin:0;font-size:15px;display:flex;gap:8px;align-items:baseline}.cj-card__price-compare{text-decoration:line-through;opacity:.5;font-size:13px}.cj-card__price-current{font-weight:500}.compre-junto__summary{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;padding:0 16px;min-width:180px}.compre-junto__summary-label{margin:0;font-size:14px;line-height:1.4;color:var(--cj-text)}.compre-junto__summary-price{margin:0;font-size:22px;font-weight:700;color:var(--cj-text);letter-spacing:.02em}.compre-junto__cta{background:var(--cj-accent, #111);color:#fff;border:none;padding:14px 28px;font-size:13px;font-weight:600;letter-spacing:.1em;cursor:pointer;transition:opacity .2s ease,transform .1s ease;min-width:180px;text-transform:uppercase}.compre-junto__cta:hover:not(:disabled){opacity:.85}.compre-junto__cta:active:not(:disabled){transform:translateY(1px)}.compre-junto__cta:disabled{opacity:.4;cursor:not-allowed}.compre-junto__cta.is-loading{opacity:.6;cursor:wait}.compre-junto__feedback{margin:4px 0 0;font-size:13px;min-height:18px;color:var(--cj-text)}.compre-junto__feedback.is-error{color:#c0392b}.compre-junto__feedback.is-success{color:#2e7d32}.cj-card.is-unchecked{opacity:.45}.cj-card.is-unchecked .cj-card__media{filter:grayscale(30%)}@media(max-width:989px){.compre-junto__products{grid-template-columns:1fr auto 1fr;grid-template-areas:"card1 plus1 card2" "card3 equals summary" "card3 equals summary";gap:12px}.cj-card:nth-of-type(1){grid-area:card1}.compre-junto__separator:nth-of-type(2){grid-area:plus1}.cj-card:nth-of-type(3){grid-area:card2}.compre-junto__separator:nth-of-type(4){grid-area:plus2;display:none}.cj-card:nth-of-type(5){grid-area:card3}.compre-junto__separator--equals{grid-area:equals}.compre-junto__summary{grid-area:summary}.compre-junto__separator{padding-top:0}.compre-junto__separator svg{width:22px;height:22px}}@media(max-width:749px){.compre-junto{padding:32px 0}.compre-junto__products{grid-template-columns:1fr;grid-template-areas:"card1" "plus1" "card2" "plus2" "card3" "equals" "summary";gap:16px}.compre-junto__separator:nth-of-type(4){display:flex}.compre-junto__separator{padding-top:0}.cj-card{max-width:320px;margin:0 auto;width:100%}.compre-junto__summary{padding:16px 0 0}.compre-junto__cta{width:100%;max-width:320px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/compre-junto.css.map */
