:root{--mc-blue: #4b3020;--mc-blue-dark: #2a1a10;--mc-blue-deep: #1c110a;--mc-blue-rgb: 28 17 10;--mc-yellow: #d4a53c;--mc-yellow-dark: #b8892b;--mc-yellow-light: #e9c66b;--mc-cream: #f7f1e6;--mc-ink: #2b1b12;--mc-muted: #6b5a48;--mc-on-dark: #f3e9d6;--mc-on-dark-muted: #c9b99f;--mc-line: #5a3d28;--mc-line-light: #e6d3a3;--mc-radius: 8px;--mc-shadow: 0 8px 24px rgb(0 0 0 / .35)}.mc-container{width:100%;max-width:var(--page-width, 1400px);margin-inline:auto;padding-inline:var(--page-margin, 16px);box-sizing:border-box}.mc-section-title{margin:0;font-family:var(--font-heading--family);font-weight:700;font-size:clamp(1.375rem,1.1rem + 1.2vw,1.875rem);line-height:1.15;letter-spacing:.02em;text-transform:uppercase;color:var(--mc-blue)}.mc-section-subtitle{margin:6px 0 0;color:var(--mc-muted);font-size:.9375rem}.mc-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 22px;border-radius:6px;font-weight:700;font-size:.875rem;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;border:0;cursor:pointer;transition:transform .15s ease,background-color .15s ease,box-shadow .15s ease}.mc-btn:hover{transform:translateY(-1px);text-decoration:none}.mc-btn .mc-icon{width:18px;height:18px}.mc-btn--yellow{background:var(--mc-yellow);color:var(--mc-blue-deep);box-shadow:0 6px 16px #f5c24259}.mc-btn--yellow:hover{background:var(--mc-yellow-dark)}.mc-btn--blue{background:var(--mc-blue);color:var(--mc-on-dark)}.mc-btn--blue:hover{background:var(--mc-blue-dark)}.mc-btn--link{padding:0;background:none;color:var(--mc-yellow);text-transform:none;letter-spacing:0;font-size:.9375rem}.header-section .header__row--bottom .header__columns{grid-template-columns:minmax(0,1fr);grid-template-areas:"left"}.header-section .header__row--bottom .header__column--left,.header-section .header__row--bottom header-menu,.header-section .header__row--bottom .header-menu__inner{width:100%;min-width:0}.header-section .header__row--bottom .menu-list{--menu-horizontal-gap: 26px;--menu-top-level-font-size: .9375rem;--menu-top-level-font-weight: 700;--menu-top-level-font-color: var(--mc-on-dark);--menu-top-level-font-color-rgb: 243 233 214;width:100%;align-items:center;gap:22px;min-height:52px}.header-section .header__row--bottom .overflow-menu{flex:1 1 auto;min-width:0}.header-section .header__row--bottom .menu-list__link{position:relative;padding-block:6px}.header-section .header__row--bottom .menu-list__link-title:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:3px;border-radius:3px;background:var(--mc-yellow);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.header-section .header__row--bottom .menu-list__list-item:hover .menu-list__link-title:after,.header-section .header__row--bottom .menu-list__link--active .menu-list__link-title:after{transform:scaleX(1)}.mc-cats{position:relative;flex-shrink:0}.mc-cats__summary{display:inline-flex;align-items:center;gap:10px;padding:8px 14px 8px 0;margin-right:4px;border-right:1px solid var(--mc-line);list-style:none;cursor:pointer;font-weight:800;font-size:.9375rem;color:var(--mc-on-dark);-webkit-user-select:none;user-select:none}.mc-cats__summary::-webkit-details-marker{display:none}.mc-cats__burger{display:inline-flex;flex-direction:column;gap:4px;width:20px}.mc-cats__burger i{display:block;height:2.5px;border-radius:2px;background:var(--mc-yellow)}.mc-cats__caret{display:inline-flex;width:12px;height:12px;transition:transform .2s ease}.mc-cats__caret svg{width:100%;height:100%}.mc-cats[open] .mc-cats__caret{transform:rotate(180deg)}.mc-cats__panel{position:absolute;top:calc(100% + 10px);left:0;z-index:50;min-width:260px;padding:8px;background:var(--mc-blue-dark);border:1px solid var(--mc-line);border-radius:10px;box-shadow:0 14px 34px #00000073}.mc-cats__list{margin:0;padding:0;list-style:none}.mc-cats__link{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:6px;font-size:.9375rem;font-weight:600;color:var(--mc-on-dark);text-decoration:none}.mc-cats__link:hover{background:var(--mc-cream);color:var(--mc-yellow);text-decoration:none}.mc-cats__link--all{color:var(--mc-yellow);border-bottom:1px solid var(--mc-line);border-radius:6px 6px 0 0;margin-bottom:4px}.mc-cats__link small{font-size:.75rem;font-weight:700;color:var(--mc-yellow);background:#d4a53c26;padding:2px 8px;border-radius:999px}.mc-nav-cta{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;margin-left:auto;padding:10px 18px;border-radius:6px;background:var(--mc-yellow);color:var(--mc-blue-deep);font-weight:800;font-size:.875rem;letter-spacing:.02em;text-decoration:none;box-shadow:0 4px 12px #f5c24259;transition:background-color .15s ease,transform .15s ease}.mc-nav-cta:hover{background:var(--mc-yellow-dark);transform:translateY(-1px);text-decoration:none}.mc-nav-cta .mc-icon{width:18px;height:18px}.section-resource-list__header h2{margin:0;font-family:var(--font-heading--family);font-weight:700;font-size:clamp(1.375rem,1.1rem + 1.2vw,1.875rem);line-height:1.15;letter-spacing:.02em;text-transform:uppercase;color:var(--mc-blue)}.section-resource-list__header h2+p{margin:6px 0 0;color:var(--mc-muted);font-size:.9375rem}.section-resource-list__header .button.link,.section-resource-list__header a.link{color:var(--mc-yellow-dark);font-weight:700;font-size:.9375rem;text-decoration:none}.section-resource-list__header a.link:hover{text-decoration:underline;text-decoration-color:var(--mc-yellow);text-decoration-thickness:2px}.product-information product-price{display:block;margin-top:6px}.product-information product-price:before{content:"Total do pedido";display:block;margin-bottom:2px;font-size:.6875rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--mc-muted)}.product-information .price{font-family:var(--font-body--family);font-size:2rem;font-weight:800;line-height:1.1;color:var(--mc-ink)}@media screen and (max-width:749px){.product-information .price{font-size:1.75rem}}.variant-option--buttons.variant-option--mc-cards{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:8px}.variant-option--buttons.variant-option--mc-cards legend{grid-column:1 / -1;display:block;width:100%;margin:0 0 4px}.mc-vcards__title{display:block;font-family:var(--font-body--family);font-weight:800;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--mc-muted)}.variant-option--buttons.variant-option--mc-cards .variant-option__button-label{flex:1 1 auto;display:block;width:auto;min-width:0;min-height:0;padding:0;border:1.5px solid var(--mc-line-light);border-radius:10px;background:#fff;color:var(--mc-ink);text-align:left;overflow:visible;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.variant-option--mc-cards .variant-option__button-label:hover{border-color:var(--mc-yellow)}.variant-option--mc-cards .variant-option__button-label:has(input:checked){border-color:var(--mc-yellow-dark);background:#d4a53c14;box-shadow:0 0 0 1px var(--mc-yellow-dark) inset}.variant-option--mc-cards .variant-option__button-label__pill,.variant-option--mc-cards .variant-option__button-label:before,.variant-option--mc-cards .variant-option__button-label:after{display:none!important}.variant-option--mc-cards .variant-option__button-label__text{display:block;width:100%;position:static;color:inherit}.mc-vrow{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;text-align:left}.mc-vrow__mark{width:18px;height:18px;border:2px solid var(--mc-line-light);border-radius:50%;background:#fff;flex-shrink:0}.variant-option__button-label:has(input:checked) .mc-vrow__mark{border-color:var(--mc-yellow-dark);background:radial-gradient(circle,var(--mc-yellow-dark) 0 45%,#fff 46%)}.mc-vrow__main{display:flex;flex-direction:column;align-items:flex-start;gap:1px;min-width:0;text-align:left}.mc-vrow__head{display:flex;align-items:center;gap:8px}.mc-vrow__title{font-family:var(--font-body--family);font-size:1.125rem;font-weight:800;line-height:1.15;color:var(--mc-ink)}.mc-vrow__sub{white-space:nowrap;font-size:.8125rem;font-weight:500;line-height:1.25;color:var(--mc-muted)}.mc-vrow__prices{display:flex;flex-direction:column;align-items:flex-end;gap:1px;text-align:right;white-space:nowrap}.mc-vrow__unit{font-family:var(--font-body--family);font-size:1.125rem;font-weight:800;line-height:1.15;color:var(--mc-yellow-dark)}.mc-vrow__unit small{font-size:.75rem;font-weight:600;color:var(--mc-muted)}.mc-vrow__total{font-size:.8125rem;font-weight:500;color:var(--mc-muted)}.mc-vrow__was{font-size:.8125rem;font-weight:500;line-height:1.2;color:var(--mc-muted);text-decoration:line-through;text-decoration-thickness:1px}.mc-vrow__tag{padding:1px 7px;border-radius:999px;background:var(--mc-blue-dark);color:var(--mc-yellow);font-size:.6875rem;font-weight:800;letter-spacing:.04em}@media screen and (max-width:479px){.mc-vrow{gap:10px;padding:11px 12px}.mc-vrow__title,.mc-vrow__unit{font-size:1rem}.mc-vrow__sub,.mc-vrow__total,.mc-vrow__was{font-size:.75rem}}.product-information .product-form-buttons{display:flex;flex-wrap:wrap;align-items:stretch;gap:12px}.product-information .product-form-buttons .quantity-selector-wrapper{flex:0 0 auto}.product-information .product-form-buttons add-to-cart-component,.product-information .product-form-buttons>span:has(.add-to-cart-button){flex:1 1 200px}.product-information .product-form-buttons .accelerated-checkout-block{flex:1 1 100%}.product-information .add-to-cart-button{width:100%;min-height:52px;border-radius:8px;background:var(--mc-yellow);color:var(--mc-blue-deep);font-weight:700;font-size:1rem}.product-information .add-to-cart-button:hover{background:var(--mc-yellow-dark)}.product-grid__card{background:#fff;border:1px solid #efe8dc;border-radius:10px;box-shadow:0 1px 2px #2b1b120a;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}.product-card:hover .product-grid__card{border-color:#e2d6c2;box-shadow:0 10px 24px #2b1b121a;transform:translateY(-2px)}.product-grid__card .product-form-buttons{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:8px}.product-grid__card .product-form-buttons .quantity-selector-wrapper{flex:1 1 0;min-width:0}.product-grid__card .quantity-selector{min-width:0}@media screen and (max-width:599px){.product-grid__card .mc-card-meta{font-size:.75rem;line-height:1.4}.product-grid__card .mc-card-title{font-size:.875rem}.product-grid__card .product-form-buttons{gap:6px}.product-grid__card .add-to-cart-button{width:40px;min-width:40px;height:40px}.product-grid__card .mc-card-unit{padding:5px 8px}}.product-grid__card .product-form-buttons .quantity-selector{width:100%;min-width:0}.product-grid__card .product-form-buttons>span:has(.add-to-cart-button),.product-grid__card .product-form-buttons add-to-cart-component{flex:0 0 auto;width:auto}.product-grid__card .mc-card-title{margin:10px 0 0;font-weight:700;font-size:.9375rem;line-height:1.3;color:var(--mc-ink)}.product-grid__card .add-to-cart-button{width:44px;min-width:44px;height:44px;padding:0;font-size:0;line-height:0;border-radius:6px;background:var(--mc-yellow);color:var(--mc-blue-deep);border:0}.product-grid__card .add-to-cart-button:hover{background:var(--mc-yellow-dark)}.product-grid__card .add-to-cart-button .add-to-cart-icon{display:inline-flex;margin:0}.product-grid__card .add-to-cart-button .add-to-cart-icon svg{width:20px;height:20px}.product-grid__card .shopify-payment-button,.product-grid__card .accelerated-checkout-block{display:none}.product-grid__card .mc-card-meta{margin-top:2px;color:var(--mc-muted);font-size:.8125rem;line-height:1.5}@media screen and (min-width:750px){.product-grid__card .mc-card-title{min-height:2.6em}.product-grid__card .mc-card-meta{min-height:3em}}.product-grid__card .mc-card-meta p{margin:0}.product-grid__card{container-type:inline-size;container-name:mccard}.mc-vsel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:8px}@container mccard (min-width: 250px){.mc-vsel{grid-template-columns:repeat(4,minmax(0,1fr))}}.mc-vsel__chip{min-width:0;padding:6px 4px;border:1px solid var(--mc-line-light);border-radius:6px;background:#fff;color:var(--mc-muted);font-family:inherit;font-size:.8125rem;font-weight:700;line-height:1.1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}@media screen and (max-width:599px){.mc-vsel__chip{font-size:.75rem;padding:6px 2px}}.mc-vsel__chip:hover{border-color:var(--mc-yellow);color:var(--mc-ink)}.mc-vsel__chip.is-active{background:var(--mc-blue-dark);border-color:var(--mc-blue-dark);color:var(--mc-on-dark)}.product-grid__card .mc-card-unit{display:block;margin-top:4px;padding:5px 10px;border-radius:6px;background:#d4a53c1f;color:var(--mc-muted);font-size:.75rem;font-weight:600;line-height:1.25}.product-grid__card .mc-card-unit b{font-size:clamp(.9375rem,.85rem + .4vw,1.0625rem);font-weight:700;color:var(--mc-blue-dark)}.product-grid__card .price{font-family:var(--font-body--family);font-size:.8125rem;font-weight:600;color:var(--mc-muted);opacity:.85}.product-grid__card product-price{margin-top:10px}.product-grid__card .product-form-buttons{margin-top:6px}@media screen and (max-width:749px){.main-collection-grid,.collection-wrapper{padding-inline:12px}.product-grid{gap:10px}}.mc-card-buy{display:flex;align-items:center;justify-content:center;width:100%;min-height:44px;margin-top:8px;padding:10px 14px;border-radius:6px;background:#3483fa;color:#fff;font-family:var(--font-body--family);font-size:.9375rem;font-weight:700;line-height:1;text-decoration:none;transition:background-color .15s ease}.mc-card-buy:hover,.mc-card-buy:focus-visible{background:#2968c8;color:#fff;text-decoration:none}@media screen and (max-width:599px){.mc-card-buy{min-height:40px;font-size:.875rem}}body button.shopify-payment-button__button--unbranded{--button-background-color: #3483fa;--button-color: #fff;background-color:#3483fa;color:#fff;border-radius:8px;font-family:var(--font-body--family);font-size:0;letter-spacing:0;text-transform:none}body button.shopify-payment-button__button--unbranded:after{content:"Comprar agora";font-size:.9375rem;font-weight:700;line-height:1;letter-spacing:.01em}body button.shopify-payment-button__button--unbranded:hover:not([disabled]){--button-background-color: #2968c8;background-color:#2968c8;color:#fff}
/*# sourceMappingURL=/cdn/shop/t/4/assets/mc-theme.css.map */
