.cofcof-commerce{background:var(--black);color:var(--sand);padding:130px 0 96px;min-height:70vh}@media(min-width:768px){.cofcof-commerce{padding:160px 0 120px}}.cofcof-commerce .cofcof-cm-head{margin-bottom:48px;border-bottom:1px solid var(--rule-w);padding-bottom:32px}.cofcof-commerce h1.cofcof-display{font-size:clamp(2.2rem,5vw,4rem);color:var(--sand);line-height:1}.cofcof-commerce .cofcof-cm-desc{color:#f6f1ebb3;max-width:640px;margin-top:16px;font-weight:300}.cofcof-prod-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media(min-width:768px){.cofcof-prod-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}}@media(min-width:1100px){.cofcof-prod-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.cofcof-prod-card{display:flex;flex-direction:column;background:#141414;border:1px solid var(--rule-w);border-radius:10px;overflow:hidden;transition:transform .3s,border-color .3s}.cofcof-prod-card:hover{transform:translateY(-4px);border-color:var(--clay)}.cofcof-prod-card__media{aspect-ratio:1/1;background:#1a1a1a;overflow:hidden}.cofcof-prod-card__media img{width:100%;height:100%;object-fit:cover}.cofcof-prod-card__body{padding:18px 18px 22px;display:flex;flex-direction:column;gap:6px;flex:1}.cofcof-prod-card__title{font-family:var(--fl);font-weight:700;font-size:15px;text-transform:uppercase;letter-spacing:.02em;color:var(--sand)}.cofcof-prod-card__price{color:var(--clay);font-weight:600;font-size:15px;margin-top:auto}.cofcof-prod-card__sold{color:#f6f1ebbf;font-size:12px;text-transform:uppercase;letter-spacing:.12em}.cofcof-product{display:grid;grid-template-columns:minmax(0,1fr);gap:40px}.cofcof-product>*{min-width:0}.cofcof-product__info{overflow-wrap:anywhere}@media(min-width:900px){.cofcof-product{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:start}}.cofcof-product--sem-media{grid-template-columns:minmax(0,1fr)}@media(min-width:900px){.cofcof-product--sem-media{grid-template-columns:minmax(0,1fr)}}.cofcof-product__media img{width:100%;border-radius:12px;background:#1a1a1a}.cofcof-product__main-image{display:block;aspect-ratio:2 / 3;object-fit:contain}@media(max-width:899.98px){.cofcof-product__media .cofcof-product__main-image{width:auto;max-width:100%;max-height:42vh;margin-inline:0}}.cofcof-product__thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.cofcof-product__thumb{-webkit-appearance:none;appearance:none;width:74px;height:74px;margin:0;padding:1px;border:1px solid var(--rule-w);border-radius:7px;background:transparent;cursor:pointer;transition:border-color .2s,transform .2s}.cofcof-product__thumb:hover{border-color:#f6f1ebb8;transform:translateY(-2px)}.cofcof-product__thumb.is-active{border:2px solid var(--clay);padding:0}.cofcof-product__thumb:focus-visible{outline:3px solid var(--sand);outline-offset:3px}.cofcof-product__thumb img{width:72px;height:72px;object-fit:cover;border-radius:5px;pointer-events:none}@media(max-width:899.98px)and (max-height:700px){.cofcof-product__media{display:flex;align-items:flex-start;gap:12px}.cofcof-product__media .cofcof-product__main-image{max-height:30vh}.cofcof-product__thumbs{flex-direction:column;flex-wrap:nowrap;margin-top:0}}@media(max-width:899.98px)and (max-height:500px){.cofcof-product{grid-template-columns:minmax(0,260px) minmax(0,1fr);gap:24px;align-items:start}.cofcof-product--sem-media{grid-template-columns:minmax(0,1fr)}.cofcof-product__media .cofcof-product__main-image{max-height:60vh}}.cofcof-product__price{font-size:clamp(24px,3vw,34px);color:var(--clay);font-weight:700;margin:12px 0 24px}.cofcof-product__form{display:flex;flex-direction:column;gap:16px;max-width:420px}.cofcof-product__row{display:flex;gap:12px;align-items:center}.cofcof-qty{width:100%;max-width:88px;font-size:.9375rem}.cofcof-add-btn{flex:1}.cofcof-product__desc{margin-top:32px;color:#f6f1ebc7;line-height:1.7;font-weight:300}.cofcof-product__desc h2,.cofcof-product__desc h3{font-family:var(--fl);color:var(--sand);margin:24px 0 8px}.cofcof-product__desc p{margin:0 0 14px}.cofcof-cart__row{display:grid;grid-template-columns:88px minmax(9rem,1fr) auto;gap:12px 18px;align-items:start;padding:22px 0;border-bottom:1px solid var(--rule-w)}@media(max-width:379.98px){.cofcof-cart__row{grid-template-columns:minmax(0,1fr) auto}.cofcof-cart__row>a:first-child,.cofcof-cart__row>span.cofcof-cart__img{grid-column:1 / -1}}@media(min-width:768px){.cofcof-cart__row{grid-template-columns:96px 1fr 120px 120px}}.cofcof-cart__img{width:88px;height:88px;object-fit:contain;border-radius:8px;background:transparent}.cofcof-cart__title{font-family:var(--fl);font-weight:700;text-transform:uppercase;font-size:.875rem;color:var(--sand);display:inline-flex;align-items:center;min-height:44px}.cofcof-cart__variant{color:#f6f1ebc7;font-size:.8125rem;margin-top:4px}.cofcof-cart__recorrencia{margin-top:6px;font-size:.8125rem;font-weight:600;color:#c9a263;text-wrap:pretty}.cofcof-cart__remove{color:#f6f1ebc7;font-size:.8125rem;text-decoration:underline;margin-top:6px;display:inline-flex;align-items:center;min-height:44px}.cofcof-cart__remove:hover{color:var(--clay)}.cofcof-cart__price{color:var(--sand);font-weight:600;text-align:right;font-size:1rem}.cofcof-cart__foot{display:flex;flex-direction:column;gap:20px;align-items:flex-end;margin-top:40px}.cofcof-cart__subtotal{font-family:var(--fl);font-size:1.375rem;color:var(--sand)}.cofcof-cart__subtotal span{color:var(--clay)}.cofcof-cart__actions{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}.cofcof-search__form{display:flex;gap:12px;max-width:560px;margin-bottom:48px}.cofcof-search__form .cofcof-field{flex:1}.cofcof-cm-empty{color:#f6f1ebd1;font-size:18px;font-weight:300;margin:24px 0 32px}.cofcof-cm-pagination{margin-top:56px;display:flex;gap:12px;justify-content:center}.cofcof-cm-pagination a,.cofcof-cm-pagination span{padding:10px 16px;border:1px solid var(--rule-w);border-radius:6px;font-size:13px;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.cofcof-cm-pagination a:hover{border-color:var(--clay)}.cofcof-cm-pagination .cofcof-cm-current{background:var(--clay);color:var(--sand);border-color:var(--clay)}.cofcof-crumbs{margin-bottom:28px}.cofcof-crumbs ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-family:var(--fn);font-size:13px;color:#f6f1ebbf}.cofcof-crumbs li+li:before{content:"/";margin-right:8px;opacity:.5}.cofcof-crumbs a{display:inline-flex;align-items:center;min-height:24px;text-decoration:underline;text-underline-offset:3px}.cofcof-crumbs a:hover,.cofcof-crumbs [aria-current]{color:var(--sand)}.cofcof-relacionados{margin-top:clamp(56px,8vw,96px);border-top:1px solid var(--rule-w);padding-top:40px}.cofcof-relacionados__head{display:flex;align-items:baseline;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:28px}.cofcof-relacionados__head h2{font-size:clamp(1.3rem,3vw,1.9rem);color:var(--sand);margin:0}.cofcof-relacionados__todos{display:inline-flex;align-items:center;min-height:24px;font-size:12px;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.cofcof-relacionados__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(220px,100%),1fr));gap:20px}.cofcof-relacionados__card{display:flex;flex-direction:column;background:#141414;border:1px solid var(--rule-w);border-radius:10px;overflow:hidden;transition:transform .3s,border-color .3s}.cofcof-relacionados__card:hover{transform:translateY(-4px);border-color:var(--clay)}.cofcof-relacionados__media{display:block;aspect-ratio:1/1;background:#f7f3ea;overflow:hidden;padding:8px}.cofcof-relacionados__media img{width:100%;height:100%;object-fit:contain}.cofcof-relacionados__corpo{display:flex;flex-direction:column;gap:6px;padding:16px 16px 20px;flex:1}.cofcof-relacionados__nota{color:var(--clay);font-size:10px}.cofcof-relacionados__nome{font-family:var(--fl);font-weight:700;font-size:14px;line-height:1.25;color:var(--sand)}.cofcof-relacionados__preco{margin-top:auto;padding-top:8px;color:var(--clay);font-weight:600;font-size:15px}.cofcof-frete{margin-top:40px;padding:24px;border:1px solid var(--rule-w);border-radius:8px;max-width:520px}.cofcof-frete__head{display:flex;align-items:center;gap:10px;font-family:var(--fl);font-weight:700;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--sand);margin-bottom:16px}.cofcof-frete__head svg{color:var(--clay)}.cofcof-frete__label{display:block;font-size:.75rem;color:#f6f1ebc7;margin-bottom:8px}.cofcof-frete__row{display:flex;gap:10px;flex-wrap:wrap}.cofcof-frete__input{flex:1 1 160px;min-width:0}.cofcof-frete__submit{flex:0 0 auto;padding:14px 24px;font-size:.75rem}.cofcof-frete__hint{margin:8px 0 0;font-size:.75rem;color:#f0a5a5}.cofcof-frete__hint[hidden]{display:none}.cofcof-frete__resultado:not(:empty){margin-top:18px}.cofcof-frete__aguarde,.cofcof-frete__vazio,.cofcof-frete__onde{margin:0 0 10px;font-size:.8125rem;color:#f6f1ebcc}.cofcof-frete__lista{list-style:none;margin:0;padding:0;display:grid;gap:8px}.cofcof-frete__lista li{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;padding:12px 14px;background:#f6f1eb0d;border-radius:6px}.cofcof-frete__nome{font-family:var(--fl);font-weight:700;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--sand)}.cofcof-frete__valor{margin-left:auto;font-weight:700;color:var(--clay)}.cofcof-frete__prazo{flex:1 1 100%;font-size:.75rem;color:#f6f1ebc7}.cofcof-cart__nota{color:#f6f1ebc7;font-size:.8125rem;margin:0}.cofcof-cart__update{flex:0 0 auto;padding:16px 24px;font-size:12px}.cofcof-crumbs a{position:relative}.cofcof-crumbs a:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:44px;width:100%;height:44px}.cofcof-cm-empty+.cofcof-btn,.cofcof-commerce .cofcof-btn-sd{padding:14px 28px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.cofcof-prod-card--sem-media{display:flex;align-items:center;min-height:88px}.cofcof-prod-card--sem-media .cofcof-prod-card__body{padding-block:18px}.cofcof-prod-card__tipo{font-family:var(--fl);font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--sub)}.cofcof-lote{margin:32px 0 0;padding:24px 0 0;border-top:1px solid var(--rule-w)}.cofcof-lote__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:16px}.cofcof-lote__head .cofcof-eyebrow{margin:0}.cofcof-lote__nota{font-family:var(--fl);font-weight:800;font-size:.8125rem;letter-spacing:.04em;color:var(--sand);white-space:nowrap}.cofcof-lote__nota abbr{text-decoration:none;border-bottom:1px dotted var(--rule-w)}.cofcof-lote__grid{display:grid;grid-template-columns:1fr;gap:0;margin:0}@media(min-width:720px){.cofcof-lote__grid{grid-template-columns:1fr 1fr;column-gap:32px}}.cofcof-lote__l{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid var(--rule-w)}.cofcof-lote__l dt{font-family:var(--fl);font-weight:700;font-size:.625rem;letter-spacing:.14em;text-transform:uppercase;color:#f6f1ebbf;flex:0 0 auto}.cofcof-lote__l dd{margin:0;font-family:var(--fn);font-size:.875rem;line-height:1.35;color:var(--sand);text-align:right}.cofcof-lote__trace{display:inline-block;margin-top:16px;font-size:.8125rem}.cofcof-facets{display:flex;flex-wrap:wrap;gap:16px 24px;align-items:flex-end;padding:20px 0 24px;margin-bottom:24px;border-bottom:var(--rule-w) solid var(--rule)}.cofcof-facets__group{display:flex;flex-wrap:wrap;gap:8px;flex:1;min-width:0}.cofcof-facet{position:relative}.cofcof-facet__summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:8px;min-height:44px;padding:10px 16px;border:var(--rule-w) solid var(--rule);background:var(--sand);color:var(--txt);white-space:nowrap}.cofcof-facet__summary::-webkit-details-marker{display:none}.cofcof-facet__summary:focus-visible{outline:3px solid var(--clay);outline-offset:2px}.cofcof-facet[open] .cofcof-facet__summary{background:var(--black);color:var(--sand)}.cofcof-facet__count{background:var(--clay);color:var(--sand);min-width:20px;padding:2px 6px;text-align:center;font-size:11px}.cofcof-facet__panel{position:absolute;z-index:20;top:calc(100% + 4px);left:0;min-width:240px;max-height:320px;overflow-y:auto;padding:12px;background:var(--sand);border:var(--rule-w) solid var(--rule);box-shadow:0 12px 32px #0a0a0a24}@media(max-width:599.98px){.cofcof-facet{width:100%}.cofcof-facet__panel{position:static;min-width:0;box-shadow:none}}.cofcof-facet__option{display:flex;align-items:center;gap:10px;min-height:44px;padding:4px 6px;cursor:pointer;color:var(--txt)}.cofcof-facet__option:hover{background:var(--sand-2)}.cofcof-facet__label{flex:1}.cofcof-facet__n{color:var(--sub);font-size:12px}.cofcof-facet__option input:disabled+.cofcof-facet__label{color:var(--sub)}.cofcof-facet__price{display:flex;gap:12px}.cofcof-facet__price-field{display:flex;flex-direction:column;gap:4px}.cofcof-facets__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.cofcof-facets__sort{display:flex;flex-direction:column;gap:4px}.cofcof-facets__clear{align-self:center}.cofcof-vazio{background:var(--sand);color:var(--txt);padding:clamp(32px,5vw,56px);margin:24px 0 0}.cofcof-vazio__texto{max-width:620px}.cofcof-vazio__titulo{color:var(--black);font-size:clamp(1.5rem,3vw,2.25rem)}.cofcof-vazio__sub{color:var(--sub);margin-top:12px;font-size:17px}.cofcof-vazio__acoes{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.cofcof-vazio__nota{color:var(--sub);font-size:15px;margin-top:18px}.cofcof-vazio__nota a{color:var(--clay)}.cofcof-vazio__lotes{margin-top:clamp(32px,4vw,48px)}.cofcof-vazio__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(240px,100%),1fr));gap:16px;margin-top:12px}.cofcof-cart__row>*{min-width:0}.cofcof-cart__price{grid-column:2 / -1}@media(min-width:768px){.cofcof-cart__price{grid-column:auto}.cofcof-cart__row{align-items:center}}.cofcof-commerce .cofcof-cm-head .cofcof-display{overflow-wrap:anywhere}.cofcof-cart__actions{align-items:stretch}.cofcof-cart__actions .cofcof-btn{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:16px 36px;min-height:54px;font-size:.8125rem}@media(min-width:768px){.cofcof-cart__img{height:96px}}.cofcof-cart__row--sem-foto{grid-template-columns:minmax(0,1fr) auto}.cofcof-cart__row--sem-foto .cofcof-cart__price{grid-column:1 / -1}@media(min-width:768px){.cofcof-cart__row--sem-foto{grid-template-columns:minmax(0,1fr) 120px 120px}.cofcof-cart__row--sem-foto .cofcof-cart__price{grid-column:auto}}.cofcof-cart__aviso{margin:12px 0 0;font-size:.8125rem;line-height:1.5;color:#c9a263}.cofcof-cart__aviso[hidden]{display:none}
/*# sourceMappingURL=/cdn/shop/t/37/assets/cofcof-commerce.css.map */
