﻿@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800;900&family=Inter:wght@400;500;600;700&display=swap";:root{--mr-bg: #ECEDEF;--mr-surface: #FFFFFF;--mr-text: #1A2744;--mr-text-soft: rgba(26,39,68,0.58);--mr-line: rgba(26,39,68,0.14);--mr-red: #E8341A;--mr-red-deep: #C72D17;--mr-red-soft: rgba(232,52,26,0.08);--mr-green: #00A650;--mr-green-soft: rgba(0,166,80,0.10);--mr-font-display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;--mr-font-body: "Inter", system-ui, -apple-system, sans-serif;--mr-fw-regular: 400;--mr-fw-medium: 500;--mr-fw-semi: 600;--mr-fw-bold: 700;--mr-fw-heavy: 800;--mr-fw-black: 900;--mr-r-sm: 6px;--mr-r-md: 12px;--mr-r-lg: 16px;--mr-r-pill: 999px;--mr-sh-sm: 0 2px 8px rgba(26,39,68,0.06);--mr-sh-lg: 0 16px 40px -12px rgba(26,39,68,0.20);--mr-tr-fast: 120ms cubic-bezier(0.4, 0, 0.2, 1);--mr-tr-base: 220ms cubic-bezier(0.4, 0, 0.2, 1)}.morashop-typecards-section{background:var(--mr-bg);padding:56px 0 64px;position:relative;background-image:repeating-linear-gradient(90deg, transparent 0, transparent calc(20% - 1px), rgba(26, 39, 68, 0.04) calc(20% - 1px), rgba(26, 39, 68, 0.04) 20%)}.morashop-typecards-head{text-align:center;margin-bottom:36px;max-width:1280px;margin-left:auto;margin-right:auto;padding:0 16px}.morashop-typecards-eyebrow{display:inline-block;font-family:var(--mr-font-body);font-weight:600;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--mr-red);margin-bottom:8px}.morashop-typecards-title{font-family:var(--mr-font-display);font-weight:900;font-size:44px;text-transform:uppercase;letter-spacing:-0.02em;color:var(--mr-text);margin:0 0 14px;line-height:1}.morashop-typecards-title::after{content:"";display:block;width:48px;height:3px;background:var(--mr-red);margin:14px auto 0}.morashop-typecards-subtitle{font-family:var(--mr-font-body);font-size:15px;color:var(--mr-text-soft);margin:0;max-width:520px;margin-left:auto;margin-right:auto;line-height:1.5}.morashop-typecards-grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:10px;max-width:1280px;margin:0 auto;padding:0 16px}.morashop-typecard{display:block;position:relative;background:var(--mr-surface);border-radius:var(--mr-r-md);text-decoration:none;color:var(--mr-text);box-shadow:var(--mr-sh-sm);transition:transform var(--mr-tr-base),box-shadow var(--mr-tr-base);cursor:pointer;overflow:hidden;border:1px solid rgba(0,0,0,0)}.morashop-typecard:hover,.morashop-typecard:focus{transform:translateY(-6px);box-shadow:var(--mr-sh-lg);border-color:var(--mr-red);color:var(--mr-text);text-decoration:none}.morashop-typecard-img{aspect-ratio:1/1;background:#0a1428;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.morashop-typecard-img img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;transition:transform 400ms cubic-bezier(0.4, 0, 0.2, 1)}.morashop-typecard:hover .morashop-typecard-img img{transform:scale(1.06)}.morashop-typecard-img.is-placeholder{background:linear-gradient(160deg, rgba(232, 52, 26, 0.12) 0%, rgba(26, 39, 68, 0.06) 100%)}.morashop-typecard-img.is-placeholder::before{content:attr(data-initial);font-family:var(--mr-font-display);font-weight:900;font-size:72px;color:var(--mr-text);opacity:.3;letter-spacing:-0.02em}.morashop-typecard-name{position:static;display:block;background:var(--mr-text);color:#fff;font-family:var(--mr-font-display);font-weight:900;font-size:19px;line-height:1.2;letter-spacing:0;text-indent:0;text-transform:uppercase;text-align:center;padding:22px 8px;border-top:3px solid var(--mr-red);box-sizing:border-box;width:100%}@media(max-width: 1023px){.morashop-typecards-section{padding:40px 0 48px}.morashop-typecards-grid{grid-template-columns:repeat(3, 1fr);gap:10px}.morashop-typecards-title{font-size:34px}.morashop-typecards-head{margin-bottom:28px}}@media(max-width: 767px){.morashop-typecards-section{padding:28px 0 36px;background-image:none}.morashop-typecards-head{margin-bottom:20px}.morashop-typecards-eyebrow{font-size:10px;letter-spacing:.16em}.morashop-typecards-title{font-size:24px}.morashop-typecards-title::after{width:36px;height:2px;margin-top:10px}.morashop-typecards-subtitle{font-size:13px}.morashop-typecards-grid{grid-template-columns:repeat(2, 1fr);gap:10px;padding:0 16px}.morashop-typecard-name{font-size:14px;padding:14px 6px;letter-spacing:0;border-top-width:2px}.morashop-typecard-img.is-placeholder::before{font-size:56px}.morashop-typecard:hover{transform:none}.morashop-typecard:active{transform:scale(0.97)}}.morashop-typecard{opacity:0;animation:mr-typecard-in .6s cubic-bezier(0.4, 0, 0.2, 1) forwards}.morashop-typecard:nth-child(1){animation-delay:0s}.morashop-typecard:nth-child(2){animation-delay:.05s}.morashop-typecard:nth-child(3){animation-delay:.1s}.morashop-typecard:nth-child(4){animation-delay:.15s}.morashop-typecard:nth-child(5){animation-delay:.2s}.morashop-typecard:nth-child(6){animation-delay:.25s}.morashop-typecard:nth-child(7){animation-delay:.3s}.morashop-typecard:nth-child(8){animation-delay:.35s}.morashop-typecard:nth-child(9){animation-delay:.4s}.morashop-typecard:nth-child(10){animation-delay:.45s}.morashop-typecard:nth-child(11){animation-delay:.5s}@keyframes mr-typecard-in{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion: reduce){.morashop-typecard{animation:none;opacity:1}}@media(max-width: 767px){.search-form .input-group-append .btn,.search-form button[type=submit],.search-submit-btn,.js-search-submit{color:var(--mr-red) !important}.search-form .input-group-append .btn svg,.search-form button[type=submit] svg,.search-submit-btn svg,.js-search-submit svg,.js-search .svg-icon-text{color:var(--mr-red) !important;fill:var(--mr-red) !important;stroke:var(--mr-red);width:22px;height:22px}.header-search .icon-inline,.nav-search .icon-inline,.search-icon{color:var(--mr-red) !important;fill:var(--mr-red) !important}}.social-footer{background:var(--mr-bg) !important;background-color:var(--mr-bg) !important;padding:32px 16px !important;border-top:1px solid var(--mr-line);border-bottom:1px solid var(--mr-line)}.social-footer .social-network a,.social-footer a.social-icon,.social-footer a{background:rgba(0,0,0,0) !important;background-color:rgba(0,0,0,0) !important;color:var(--mr-text) !important;border:1px solid var(--mr-line);border-radius:999px;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;margin:0 6px;transition:all .2s ease}.social-footer a:hover{background:var(--mr-red) !important;color:#fff !important;border-color:var(--mr-red);transform:translateY(-2px)}.social-footer svg,.social-footer i{width:18px;height:18px}:root{--mr-card-bg: #ffffff}.item-image{aspect-ratio:1/1;width:100%;max-height:none;height:auto;background-color:var(--mr-card-bg);position:relative;overflow:hidden}.template-search .item-image,.item-horizontal .item-image,.item-product-reduced .item-image{aspect-ratio:auto;max-height:1200px;background-color:rgba(0,0,0,0)}.item-image .js-item-image-padding{padding-bottom:0 !important;height:100%;width:100%}.template-search .item-image .js-item-image-padding,.item-horizontal .item-image .js-item-image-padding,.item-product-reduced .item-image .js-item-image-padding{padding-bottom:revert !important;height:revert;width:revert}.item-image img.js-item-image,.item-image .item-image-featured,.item-image .item-image-secondary,.item-image .swiper-slide.item-image-slide img.js-item-image{width:100%;height:100%;max-height:100%;object-fit:contain;object-position:center center}.item-image .swiper-container{width:100%;height:100%}.item-horizontal .item-image img.js-item-image,.item-product-reduced .item-image img.js-item-image{width:100%;height:100%;object-fit:cover}.js-item-product.item-product .item-price-container{display:flex;flex-direction:column;align-items:flex-start;gap:2px;margin-top:8px;margin-bottom:8px;padding:0;line-height:1.15}.js-item-product.item-product .item-price-container .js-compare-price-display.price-compare{order:1;font-family:var(--mr-font-body);font-size:12px;font-weight:var(--mr-fw-regular);line-height:1;color:var(--mr-text-soft);text-decoration:line-through;text-decoration-thickness:1px;text-decoration-color:rgba(26,39,68,.5);opacity:1;margin:0 0 1px 0 !important;display:inline-block}.js-item-product.item-product .item-price-container .js-price-display.item-price{order:2;font-family:var(--mr-font-display);font-size:28px;font-weight:var(--mr-fw-heavy);line-height:1;letter-spacing:-0.015em;color:var(--mr-text);margin:1px 0 0 0 !important;padding:0;display:inline-block}.js-item-product.item-product .payment-discount-price-product-container{order:3;display:inline-flex;align-items:baseline;gap:6px;margin-top:6px !important;margin-bottom:0 !important;padding:4px 8px;background:var(--mr-green-soft);border-radius:4px;color:var(--mr-green);font-family:var(--mr-font-body);font-weight:var(--mr-fw-bold);font-size:13px !important;line-height:1.2}.js-item-product.item-product .payment-discount-price-product-container .js-payment-discount-price-product{font-family:var(--mr-font-body);font-weight:var(--mr-fw-heavy);font-size:14px;color:var(--mr-green);letter-spacing:-0.01em}.js-item-product.item-product .item-installments{order:4;font-family:var(--mr-font-body);font-weight:var(--mr-fw-semi);font-size:12.5px;line-height:1.25;color:var(--mr-green);margin-top:4px !important}.js-item-product.item-product .item-installments *{color:var(--mr-green) !important}.js-item-product.item-product .js-labels-floating-group.labels-absolute{top:10px !important;left:10px !important;z-index:9;display:flex;flex-direction:column;gap:5px;align-items:flex-start}.js-item-product.item-product .js-labels-floating-group.labels-absolute .js-offer-label.label.label-inline{background:var(--mr-red);color:#fff;font-family:var(--mr-font-display);font-weight:var(--mr-fw-heavy);font-size:13px;letter-spacing:.02em;line-height:1;padding:5px 8px 4px;border-radius:4px;border:none;text-transform:uppercase;box-shadow:0 2px 6px -2px rgba(232,52,26,.4)}.js-item-product.item-product .d-inline-block.align-text-top.mb-2{margin-top:4px !important;margin-bottom:6px !important;display:flex !important;flex-wrap:wrap;gap:4px;align-items:center}.js-item-product.item-product .d-inline-block.align-text-top.mb-2 .label.label-inline:not(.js-offer-label){background:rgba(0,0,0,0);color:var(--mr-text);border:1.5px solid var(--mr-text);font-family:var(--mr-font-body);font-weight:var(--mr-fw-bold);font-size:10.5px;letter-spacing:.04em;text-transform:uppercase;line-height:1;padding:4px 7px 3px;border-radius:4px;display:inline-block}.js-item-product.item-product .d-inline-block.align-text-top.mb-2 .js-offer-label.label.label-inline{background:var(--mr-red);color:#fff;border:1.5px solid var(--mr-red);font-family:var(--mr-font-display);font-weight:var(--mr-fw-heavy);font-size:11px;letter-spacing:.02em;text-transform:uppercase;padding:4px 7px 3px;border-radius:4px}.js-item-product.item-product .js-item-quickshop-container.item-actions{margin-top:8px;padding:0}.js-item-product.item-product .js-item-quickshop-container .btn.btn-primary,.js-item-product.item-product .js-item-quickshop-container input.btn.btn-primary,.js-item-product.item-product .js-item-quickshop-container .js-quickshop-modal-open.btn.btn-primary,.js-item-product.item-product .js-item-submit-container .js-addtocart.btn.btn-primary{position:relative;display:flex;align-items:center;justify-content:center;width:100%;background-color:var(--mr-red) !important;border:none !important;color:#fff !important;font-family:var(--mr-font-display);font-weight:var(--mr-fw-heavy);font-size:14px;letter-spacing:.06em;text-transform:uppercase;padding:11px 14px;min-height:42px;border-radius:6px;cursor:pointer;box-shadow:0 4px 12px -4px rgba(232,52,26,.5),0 2px 4px rgba(26,39,68,.06),inset 0 1px 0 rgba(255,255,255,.15);transition:background-color var(--mr-tr-fast),transform var(--mr-tr-fast),box-shadow var(--mr-tr-base)}.js-item-product.item-product .js-item-quickshop-container .btn.btn-primary:hover,.js-item-product.item-product .js-item-quickshop-container input.btn.btn-primary:hover,.js-item-product.item-product .js-item-quickshop-container .js-quickshop-modal-open.btn.btn-primary:hover,.js-item-product.item-product .js-item-submit-container .js-addtocart.btn.btn-primary:hover{background-color:var(--mr-red-deep) !important;transform:translateY(-1px);box-shadow:0 8px 18px -4px rgba(232,52,26,.6),0 3px 6px rgba(26,39,68,.08),inset 0 1px 0 rgba(255,255,255,.2)}.js-item-product.item-product .js-item-quickshop-container .btn.btn-primary:active,.js-item-product.item-product .js-item-quickshop-container input.btn.btn-primary:active,.js-item-product.item-product .js-item-submit-container .js-addtocart.btn.btn-primary:active{transform:translateY(0);box-shadow:0 2px 6px -2px rgba(232,52,26,.4),inset 0 1px 2px rgba(0,0,0,.1)}.js-item-product.item-product .js-item-quickshop-container .js-quickshop-modal-open.btn.btn-primary::after{content:"";display:inline-block;width:14px;height:14px;margin-left:8px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><line x1='5' y1='12' x2='19' y2='12'/><polyline points='12 5 19 12 12 19'/></svg>");background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform var(--mr-tr-base);flex-shrink:0}.js-item-product.item-product .js-item-quickshop-container .js-quickshop-modal-open.btn.btn-primary:hover::after{transform:translateX(3px)}.js-item-product.item-product .js-quickshop-modal-open .js-open-quickshop-icon{display:none}.js-item-product.item-product .js-item-submit-container .js-quickshop-bag{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:14px;height:14px;fill:#fff;stroke:#fff;pointer-events:none}.js-item-product.item-product .js-item-submit-container .js-addtocart.btn.btn-primary.nostock,.js-item-product.item-product .js-item-submit-container .js-addtocart.btn.btn-primary.contact,.js-item-product.item-product .js-item-submit-container .js-addtocart.btn.btn-primary.catalog{background-color:#c8ccd4 !important;color:#5a6072 !important;box-shadow:none !important;cursor:not-allowed}.js-item-product.item-product .js-item-submit-container .js-addtocart.btn.btn-primary.nostock:hover,.js-item-product.item-product .js-item-submit-container .js-addtocart.btn.btn-primary.contact:hover,.js-item-product.item-product .js-item-submit-container .js-addtocart.btn.btn-primary.catalog:hover{background-color:#c8ccd4 !important;transform:none;box-shadow:none !important}@media(max-width: 767px){.js-item-product.item-product .item-price-container{margin-top:6px;margin-bottom:6px;gap:1px}.js-item-product.item-product .item-price-container .js-compare-price-display.price-compare{font-size:11px}.js-item-product.item-product .item-price-container .js-price-display.item-price{font-size:22px;letter-spacing:-0.01em}.js-item-product.item-product .payment-discount-price-product-container{padding:3px 6px;margin-top:4px !important;font-size:11.5px !important;gap:4px}.js-item-product.item-product .payment-discount-price-product-container .js-payment-discount-price-product{font-size:12.5px}.js-item-product.item-product .item-installments{font-size:11.5px;margin-top:3px !important}.js-item-product.item-product .js-labels-floating-group.labels-absolute{top:6px !important;left:6px !important}.js-item-product.item-product .js-labels-floating-group.labels-absolute .js-offer-label.label.label-inline{font-size:11px;padding:4px 7px 3px}.js-item-product.item-product .d-inline-block.align-text-top.mb-2 .label.label-inline:not(.js-offer-label),.js-item-product.item-product .d-inline-block.align-text-top.mb-2 .js-offer-label.label.label-inline{font-size:9.5px;padding:3px 6px 2px}.js-item-product.item-product .js-item-quickshop-container .btn.btn-primary,.js-item-product.item-product .js-item-quickshop-container input.btn.btn-primary,.js-item-product.item-product .js-item-quickshop-container .js-quickshop-modal-open.btn.btn-primary,.js-item-product.item-product .js-item-submit-container .js-addtocart.btn.btn-primary{font-size:12.5px;padding:9px 10px;min-height:38px;letter-spacing:.04em;border-radius:5px}.js-item-product.item-product .js-item-quickshop-container .js-quickshop-modal-open.btn.btn-primary::after{width:12px;height:12px;margin-left:6px}}@media(max-width: 360px){.js-item-product.item-product .item-price-container .js-price-display.item-price{font-size:20px}}.js-item-product.item-product.item-horizontal .item-price-container{margin-top:4px;margin-bottom:6px}.js-item-product.item-product.item-horizontal .js-price-display.item-price{font-size:22px}.js-item-product.item-product .js-price-display.item-price.font-body{font-family:var(--mr-font-body);font-weight:var(--mr-fw-semi);font-size:18px}body.template-product .js-price-without-taxes-container,body.template-product .js-price-without-taxes,#single-product .js-price-without-taxes-container,#single-product .js-price-without-taxes{display:none !important}body.template-product .nube-rating,body.template-product .nube-stars,body.template-product div[class*=nube-stars],body.template-product div[class*=nube-rating]:not(#reviewsapp):not(#reviewsapp *),body.template-product .js-product-rating:not(.revie-rating):not(#reviewsapp *),body.template-product .js-product-reviews-summary:not(#reviewsapp *),body.template-product .product-rating-summary:not(.revie-summary):not(#reviewsapp *),body.template-product .product-rating-bars:not(#reviewsapp *),body.template-product div[class*=rating-summary]:not([class*=revie]):not(#reviewsapp *),body.template-product div[id^=revie-summary],body.template-product div[class*=revie-summary],body.template-product div[class*=revie-stars],body.template-product div[class*=revie-top],body.template-product .product-header-mobile [class*=revie]:not(#reviewsapp):not(#reviewsapp *),body.template-product .product-title-mobile~[class*=revie]:first-of-type,body.template-product .price-container [class*=revie],body.template-product .price-container [class*=rating]:not(#reviewsapp *){display:none !important}body.template-product #reviewsapp{display:block !important}body.template-product .tn-go-badge,body.template-product .tn-go-discount,body.template-product .tn-go-widget,body.template-product div[class*=tn-go],body.template-product div[class*=tiendanube-go],body.template-product div[class*=programa-go],body.template-product [data-tn-go],body.template-product [data-go-badge],body.template-product [data-tiendanube-go],body.template-product div[id^=tn-go],body.template-product iframe[src*="tiendanube.com/go"],body.template-product iframe[src*="nuvemshop.com.br/go"]{display:none !important}@media(max-width: 768px){body.template-product #single-product{padding-top:0 !important;padding-bottom:96px !important;background:var(--mr-bg, #f7f8fa) !important}body.template-product #single-product>.container{padding-left:12px;padding-right:12px;padding-top:0 !important}body.template-product #single-product .row{margin-left:-6px;margin-right:-6px}body.template-product #single-product .col [data-page-header],body.template-product #single-product .col h1.product-name:not(.product-title-mobile),body.template-product #single-product .col .js-product-name:not(.product-title-mobile){display:none !important}body.template-product .product-header-mobile{padding:8px 12px 4px;background:#fff;border-bottom:1px solid rgba(26,39,68,.06)}body.template-product .product-header-mobile .breadcrumb,body.template-product .product-header-mobile .breadcrumbs{font-family:var(--mr-font-body, Inter, sans-serif);font-size:11px;color:var(--mr-text-soft, #64748b);margin-bottom:6px;padding:0;background:rgba(0,0,0,0)}body.template-product .product-header-mobile .breadcrumb a,body.template-product .product-header-mobile .breadcrumbs a{color:var(--mr-text-soft, #64748b);text-decoration:none}body.template-product .product-title-mobile{font-family:var(--mr-font-display, "Barlow Condensed"),sans-serif;font-weight:800;font-size:clamp(20px,5.4vw,24px);line-height:1.15;color:var(--mr-text, #1A2744);margin:6px 0 8px 0;letter-spacing:-0.01em;text-transform:none}body.template-product #single-product [data-store^=product-info]{background:#fff;border-radius:16px;padding:16px 14px;margin-top:8px;box-shadow:0 1px 2px rgba(15,23,42,.04)}body.template-product #single-product .col-md-7{padding-left:0 !important;padding-right:0 !important;position:relative}body.template-product #single-product .swiper-pagination-bullet-active{background:var(--mr-text, #1A2744) !important}body.template-product .col-md-7 .labels,body.template-product .col-md-7 .js-product-labels{position:absolute;top:12px;left:12px;z-index:5;pointer-events:none}body.template-product .col-md-7 .label-offer,body.template-product .col-md-7 .label-accent,body.template-product .col-md-7 .js-product-labels>*,body.template-product .col-md-7 [class*=label-offer]{display:inline-block !important;background:var(--mr-red, #E8341A) !important;color:#fff !important;font-family:var(--mr-font-display, "Barlow Condensed"),sans-serif !important;font-weight:900 !important;font-size:16px !important;letter-spacing:.04em !important;padding:6px 10px !important;border-radius:6px !important;line-height:1 !important;box-shadow:0 2px 8px rgba(232,52,26,.35) !important;border:0 !important;text-transform:uppercase;margin:0 0 6px 0 !important}body.template-product .price-container{margin:8px 0 12px 0 !important}body.template-product .price-container>.mb-3{margin-bottom:10px !important;display:flex !important;flex-direction:column;align-items:flex-start;gap:2px}body.template-product .price-container .mb-3>.d-inline-block{display:flex !important;width:100%}body.template-product .price-container .mb-3>.d-inline-block:nth-of-type(1){order:2}body.template-product .price-container .mb-3>.d-inline-block:nth-of-type(2){order:1}body.template-product .js-compare-price-display,body.template-product #compare_price_display{display:block !important;font-family:var(--mr-font-body, Inter, sans-serif) !important;font-size:13px !important;font-weight:500 !important;color:#94a3b8 !important;text-decoration:line-through !important;line-height:1.2 !important;margin:0 !important;padding:0 !important;letter-spacing:0}body.template-product .price-container .h3.font-largest.font-weight-normal{display:block !important;font-weight:500 !important}body.template-product .js-price-display,body.template-product #price_display{display:block !important;font-family:var(--mr-font-display, "Barlow Condensed"),sans-serif !important;font-weight:900 !important;font-size:clamp(44px,12vw,56px) !important;line-height:1 !important;color:var(--mr-text, #1A2744) !important;letter-spacing:-0.025em !important;margin:2px 0 6px 0 !important;padding:0 !important}body.template-product .payment-discount-price-product-container,body.template-product .js-payment-discount-price-product{display:inline-flex !important;align-items:center;gap:6px;background:var(--mr-green-soft, rgba(0, 166, 80, 0.1)) !important;color:var(--mr-text, #1A2744) !important;border:1px solid rgba(0,166,80,.25) !important;border-radius:10px !important;padding:6px 12px !important;margin:4px 0 8px 0 !important;font-family:var(--mr-font-body, Inter, sans-serif) !important;font-weight:700 !important;line-height:1.2 !important;letter-spacing:.01em;box-shadow:0 1px 2px rgba(0,166,80,.1)}body.template-product .payment-discount-price-product-container .h5,body.template-product .payment-discount-price-product-container .font-big,body.template-product .js-payment-discount-price-product .h5,body.template-product .js-payment-discount-price-product .font-big{font-family:var(--mr-font-display, "Barlow Condensed"),sans-serif !important;font-weight:800 !important;font-size:20px !important;color:var(--mr-green, #00A650) !important;line-height:1 !important}body.template-product .js-product-payments-container{margin:8px 0 8px 0 !important;padding:0 !important;background:rgba(0,0,0,0) !important;border:none !important}body.template-product .js-product-payments-container>div,body.template-product .js-product-payments-container [class*=installment]{font-family:var(--mr-font-body, Inter, sans-serif) !important;font-size:14px !important;font-weight:600 !important;color:var(--mr-green, #00A650) !important;line-height:1.3 !important}body.template-product .js-product-payments-container [class*=installment] strong,body.template-product .js-product-payments-container [class*=installment] b{font-weight:800 !important;color:var(--mr-green, #00A650) !important}body.template-product .js-product-discount-container{display:none !important}body.template-product #btn-installments,body.template-product .js-product-payments-container .btn-link{font-family:var(--mr-font-body, Inter, sans-serif) !important;font-size:12px !important;font-weight:500 !important;color:#64748b !important;text-decoration:underline !important;text-underline-offset:2px;display:inline-block;margin-top:4px}body.template-product .js-product-promo-container{background:linear-gradient(90deg, rgba(232, 52, 26, 0.06) 0%, rgba(232, 52, 26, 0.02) 100%) !important;border:none !important;border-left:3px solid var(--mr-red, #E8341A) !important;border-radius:6px !important;padding:8px 12px !important;margin:10px 0 !important;box-shadow:none !important}body.template-product .js-product-promo-container h4,body.template-product .js-product-promo-container .h4{font-size:0 !important;margin:0 !important;padding:0 !important;line-height:1 !important}body.template-product .js-product-promo-container h4::before,body.template-product .js-product-promo-container .h4::before{content:"⚡ JUEVES DE SUPLEMENTOS";display:block;font-family:var(--mr-font-display, "Barlow Condensed"),sans-serif;font-weight:900;font-size:15px;letter-spacing:.04em;text-transform:uppercase;color:var(--mr-red, #E8341A);line-height:1.1;margin:0}body.template-product .js-product-promo-container h4::after,body.template-product .js-product-promo-container .h4::after{content:"10% off llevando 3 o más";display:block;font-family:var(--mr-font-body, Inter, sans-serif);font-weight:500;font-size:11.5px;color:var(--mr-text, #1A2744);margin-top:2px;letter-spacing:0;text-transform:none}body.template-product .js-product-promo-container p,body.template-product .js-product-promo-container .table,body.template-product .js-product-promo-container .btn-link{display:none !important}body.template-product .js-product-promo-container .btn-link{font-size:12px !important;color:var(--mr-red, #E8341A) !important;font-weight:600 !important;margin:6px 0 0 0 !important;padding:0 !important}body.template-product .js-product-variants{margin:14px 0 12px 0 !important}body.template-product .js-product-variants-group{padding:0 !important}body.template-product .js-product-variants-group .form-label{font-family:var(--mr-font-body, Inter, sans-serif) !important;font-size:13px !important;font-weight:500 !important;color:#475569 !important;margin-bottom:8px !important;display:block}body.template-product .js-product-variants-group .form-label strong,body.template-product .js-insta-variation-label{color:var(--mr-text, #1A2744) !important;font-weight:800 !important}body.template-product .js-product-variants select.js-variation-option{display:none !important}body.template-product .js-insta-variant.btn-variant{display:inline-flex !important;align-items:center;justify-content:center;min-height:44px !important;min-width:56px !important;padding:10px 14px !important;margin:0 6px 6px 0 !important;border:1.5px solid rgba(26,39,68,.2) !important;border-radius:10px !important;background:#fff !important;color:var(--mr-text, #1A2744) !important;font-family:var(--mr-font-body, Inter, sans-serif) !important;font-size:14px !important;font-weight:600 !important;text-transform:none !important;letter-spacing:0 !important;transition:all .15s ease;box-shadow:none !important;cursor:pointer}body.template-product .js-insta-variant.btn-variant:hover,body.template-product .js-insta-variant.btn-variant:active{border-color:var(--mr-text, #1A2744) !important;transform:translateY(-1px)}body.template-product .js-insta-variant.btn-variant.selected{background:var(--mr-text, #1A2744) !important;color:#fff !important;border-color:var(--mr-text, #1A2744) !important;box-shadow:0 2px 8px rgba(26,39,68,.25) !important}body.template-product .js-insta-variant.btn-variant.selected .btn-variant-content{color:#fff !important;background:rgba(0,0,0,0) !important;border:0 !important}body.template-product .js-insta-variant.btn-variant .btn-variant-content{background:rgba(0,0,0,0) !important;border:0 !important;padding:0}body.template-product .js-insta-variant.btn-variant.disabled,body.template-product .js-insta-variant.btn-variant[disabled]{opacity:.4;background:repeating-linear-gradient(45deg, #f1f5f9, #f1f5f9 4px, #e2e8f0 4px, #e2e8f0 8px) !important;color:#94a3b8 !important;pointer-events:none;text-decoration:line-through}body.template-product .js-quantity.form-quantity{border:1.5px solid rgba(26,39,68,.18) !important;border-radius:10px !important;background:#fff !important;overflow:hidden;display:flex !important;align-items:stretch !important}body.template-product .js-quantity-input,body.template-product input[name=quantity]{border:none !important;border-radius:0 !important;text-align:center;font-family:var(--mr-font-body, Inter, sans-serif) !important;font-weight:700 !important;font-size:15px !important;color:var(--mr-text, #1A2744) !important;background:rgba(0,0,0,0) !important;height:38px !important;padding:0 !important;box-shadow:none !important;min-width:0}body.template-product .js-quantity-down,body.template-product .js-quantity-up{color:var(--mr-text, #1A2744) !important;background:rgba(0,0,0,0) !important;border:none !important;border-radius:0 !important;padding:0 8px !important;min-width:32px;height:38px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important}body.template-product .js-quantity-down svg,body.template-product .js-quantity-up svg{color:var(--mr-text, #1A2744) !important;fill:var(--mr-text, #1A2744) !important;margin:0 !important}body.template-product .js-quantity-down:hover,body.template-product .js-quantity-up:hover{background:rgba(26,39,68,.04) !important}body.template-product .col-4.col-md-3.pr-0>div.font-small{background:var(--mr-green-soft, rgba(0, 166, 80, 0.08)) !important;color:var(--mr-text, #1A2744) !important;font-family:var(--mr-font-body, Inter, sans-serif) !important;font-size:12px !important;font-weight:600 !important;padding:6px 10px !important;margin-top:10px !important;border-radius:8px !important;border:1px solid rgba(0,166,80,.2);text-align:center !important;position:relative;display:inline-block;width:auto}body.template-product .col-4.col-md-3.pr-0>div.font-small::before{content:"✓ ";color:var(--mr-green, #00A650);font-weight:900}body.template-product .js-product-stock{color:var(--mr-green, #00A650) !important;font-weight:800 !important;font-family:var(--mr-font-display, "Barlow Condensed"),sans-serif !important;font-size:15px !important}body.template-product .col-4.col-md-3.pr-0>div.font-small.stock-low,body.template-product .col-4.col-md-3.pr-0>div.font-small[data-stock-band=low]{background:rgba(232,52,26,.08) !important;border-color:rgba(232,52,26,.25) !important}body.template-product .col-4.col-md-3.pr-0>div.font-small.stock-low::before,body.template-product .col-4.col-md-3.pr-0>div.font-small[data-stock-band=low]::before{content:"⚡ ";color:var(--mr-red, #E8341A)}body.template-product .col-4.col-md-3.pr-0>div.font-small.stock-low .js-product-stock,body.template-product .col-4.col-md-3.pr-0>div.font-small[data-stock-band=low] .js-product-stock{color:var(--mr-red, #E8341A) !important}body.template-product .js-shipping-calculator,body.template-product [class*=shipping-calculator]{background:#fff !important;border:1px solid rgba(26,39,68,.08) !important;border-radius:12px !important;padding:12px !important;margin:12px 0 !important}body.template-product .js-shipping-calculator-toggle,body.template-product .js-shipping-calculator a{color:var(--mr-text, #1A2744) !important;font-weight:600 !important;font-size:13px !important}body.template-product #reviewsapp{background:linear-gradient(180deg, #fff 0%, #f8fafc 100%) !important;border:1px solid rgba(26,39,68,.08) !important;border-radius:14px !important;padding:16px 14px !important;margin:20px 0 16px 0 !important;box-shadow:0 2px 12px rgba(15,23,42,.04)}body.template-product .description-wrapper{background:#fff !important;border-radius:12px !important;padding:14px !important;margin:12px 0 !important;border:1px solid rgba(26,39,68,.06)}body.template-product .description-wrapper h5{font-family:var(--mr-font-display, "Barlow Condensed"),sans-serif !important;font-weight:800 !important;text-transform:uppercase;letter-spacing:.02em;color:var(--mr-text, #1A2744) !important;font-size:18px !important;margin-bottom:10px !important}body.template-product .description-text{font-family:var(--mr-font-body, Inter, sans-serif) !important;font-size:14px !important;line-height:1.6 !important;color:#475569 !important}body.template-product .description-text.collapsed:not(.expanded){max-height:140px;overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(to bottom, #000 60%, transparent 100%);mask-image:linear-gradient(to bottom, #000 60%, transparent 100%)}body.template-product .description-text.expanded{max-height:none !important;-webkit-mask-image:none !important;mask-image:none !important;overflow:visible !important}body.template-product .description-toggle{background:rgba(0,0,0,0) !important;border:none !important;color:var(--mr-red, #E8341A) !important;font-family:var(--mr-font-body, Inter, sans-serif) !important;font-size:13px !important;font-weight:700 !important;padding:8px 0 0 0 !important;text-decoration:underline;text-underline-offset:2px;cursor:pointer}body.template-product .js-addtocart-form .js-addtocart:not(.buybar__btn):not(#buybar-add){display:none !important}body.template-product .buybar.buybar--minimal{background:#fff !important;border-top:1px solid rgba(26,39,68,.1) !important;box-shadow:0 -4px 20px rgba(15,23,42,.08) !important;padding:10px 12px calc(10px + env(safe-area-inset-bottom)) 12px !important;gap:10px}body.template-product .buybar__priceblock{flex:1;min-width:0}body.template-product .buybar__price-row{display:flex !important;align-items:baseline !important;gap:8px !important;flex-wrap:wrap !important}body.template-product .buybar__price-current{font-family:var(--mr-font-display, "Barlow Condensed"),sans-serif !important;font-weight:900 !important;font-size:22px !important;color:var(--mr-text, #1A2744) !important;letter-spacing:-0.015em !important;line-height:1 !important}body.template-product .buybar__price-old{font-family:var(--mr-font-body, Inter, sans-serif) !important;font-weight:500 !important;font-size:12px !important;color:#94a3b8 !important;text-decoration:line-through !important;line-height:1 !important;margin-left:0 !important}body.template-product .buybar__savings{display:inline-block;background:rgba(232,52,26,.1);color:var(--mr-red, #E8341A);font-family:var(--mr-font-body, Inter, sans-serif);font-size:11px;font-weight:800;padding:2px 6px;border-radius:4px;line-height:1.3;margin-left:4px;letter-spacing:.02em;text-transform:uppercase}body.template-product .buybar__price-cash{font-family:var(--mr-font-body, Inter, sans-serif) !important;font-weight:700 !important;font-size:12px !important;color:var(--mr-green, #00A650) !important;line-height:1.3 !important;margin-top:3px !important;display:flex;align-items:center;gap:4px}body.template-product .buybar__btn--pri{background:linear-gradient(180deg, var(--mr-red, #E8341A) 0%, var(--mr-red-deep, #C72D17) 100%) !important;color:#fff !important;font-family:var(--mr-font-display, "Barlow Condensed"),sans-serif !important;font-weight:900 !important;font-size:16px !important;letter-spacing:.06em !important;text-transform:uppercase !important;padding:12px 20px !important;border-radius:12px !important;border:none !important;box-shadow:0 4px 14px rgba(232,52,26,.35) !important;transition:all .15s ease;display:flex;align-items:center;gap:6px;min-height:48px}body.template-product .buybar__btn--pri:active{transform:translateY(1px);box-shadow:0 2px 8px rgba(232,52,26,.4) !important}body.template-product .buybar__btn--pri svg{width:18px;height:18px}body.template-product .buybar__variants{background:#fff !important;border-top:1px solid rgba(26,39,68,.08) !important;padding:12px !important}body.template-product .buybar__variants-title{font-family:var(--mr-font-body, Inter, sans-serif) !important;font-weight:700 !important;font-size:13px !important;color:var(--mr-text, #1A2744) !important;margin-bottom:8px !important}body.template-product .buybar__variants .variant-btn{min-height:44px !important;padding:10px 14px !important;border:1.5px solid rgba(26,39,68,.2) !important;border-radius:10px !important;background:#fff !important;color:var(--mr-text, #1A2744) !important;font-family:var(--mr-font-body, Inter, sans-serif) !important;font-weight:600 !important;font-size:14px !important;margin:0 6px 6px 0 !important}body.template-product .buybar__variants .variant-btn.is-disabled{opacity:.4;background:repeating-linear-gradient(45deg, #f1f5f9, #f1f5f9 4px, #e2e8f0 4px, #e2e8f0 8px) !important;text-decoration:line-through}body.template-product .js-product-related,body.template-product [data-store=product-related]{margin-top:24px !important;padding-top:16px !important;border-top:1px solid rgba(26,39,68,.06)}body.template-product .js-product-related h2,body.template-product .js-product-related .section-title{font-family:var(--mr-font-display, "Barlow Condensed"),sans-serif !important;font-weight:800 !important;font-size:20px !important;color:var(--mr-text, #1A2744) !important;letter-spacing:-0.01em !important;margin:0 12px 12px 12px !important}}@media(min-width: 769px){body.template-product #single-product [data-store^=product-info]{padding:20px 24px 16px}body.template-product .page-header h1{font-family:var(--mr-font-display, "Barlow Condensed"),sans-serif !important;font-weight:800 !important;font-size:28px !important;color:var(--mr-text, #1A2744) !important;line-height:1.2 !important;margin-bottom:12px !important}body.template-product .js-price-display,body.template-product #price_display{font-family:var(--mr-font-display, "Barlow Condensed"),sans-serif !important;font-weight:900 !important;font-size:56px !important;color:var(--mr-text, #1A2744) !important;line-height:1 !important;letter-spacing:-0.02em !important}body.template-product .js-compare-price-display,body.template-product #compare_price_display{font-family:var(--mr-font-body, Inter, sans-serif) !important;font-size:14px !important;color:#94a3b8 !important;text-decoration:line-through !important;font-weight:500 !important}body.template-product .payment-discount-price-product-container{background:var(--mr-green-soft, rgba(0, 166, 80, 0.1)) !important;color:var(--mr-text, #1A2744) !important;border:1px solid rgba(0,166,80,.25) !important;border-radius:10px !important;padding:8px 14px !important;display:inline-flex !important;align-items:baseline;gap:6px;width:auto !important;max-width:max-content !important;margin-top:6px !important;margin-bottom:8px !important;font-family:var(--mr-font-body, Inter, sans-serif) !important;font-weight:700 !important;line-height:1.2 !important}body.template-product .payment-discount-price-product-container .h5,body.template-product .payment-discount-price-product-container .font-big,body.template-product .js-payment-discount-price-product .h5,body.template-product .js-payment-discount-price-product .font-big{font-family:var(--mr-font-display, "Barlow Condensed"),sans-serif !important;font-weight:800 !important;font-size:22px !important;color:var(--mr-green, #00A650) !important;line-height:1 !important}body.template-product .js-product-payments-container>div,body.template-product .js-product-payments-container [class*=installment]{color:var(--mr-green, #00A650) !important;font-weight:600 !important}body.template-product .js-product-variants-group .form-label{font-family:var(--mr-font-body, Inter, sans-serif) !important;font-size:14px !important;color:#475569 !important;margin-bottom:10px !important}body.template-product .js-product-variants-group .form-label strong,body.template-product .js-insta-variation-label{color:var(--mr-text, #1A2744) !important;font-weight:800 !important}body.template-product .js-product-variants select.js-variation-option{display:none !important}body.template-product .js-insta-variant.btn-variant{display:inline-flex !important;align-items:center;justify-content:center;min-height:44px !important;min-width:60px !important;padding:10px 16px !important;margin:0 8px 8px 0 !important;border:1.5px solid rgba(26,39,68,.2) !important;border-radius:10px !important;background:#fff !important;color:var(--mr-text, #1A2744) !important;font-family:var(--mr-font-body, Inter, sans-serif) !important;font-size:14px !important;font-weight:600 !important;text-transform:none !important;letter-spacing:0 !important;transition:all .15s ease;box-shadow:none !important;cursor:pointer}body.template-product .js-insta-variant.btn-variant:hover{border-color:var(--mr-text, #1A2744) !important;transform:translateY(-1px)}body.template-product .js-insta-variant.btn-variant.selected{background:var(--mr-text, #1A2744) !important;color:#fff !important;border-color:var(--mr-text, #1A2744) !important;box-shadow:0 2px 8px rgba(26,39,68,.2) !important}body.template-product .js-insta-variant.btn-variant.selected .btn-variant-content{color:#fff !important;background:rgba(0,0,0,0) !important;border:0 !important}body.template-product .js-insta-variant.btn-variant .btn-variant-content{background:rgba(0,0,0,0) !important;border:0 !important;padding:0}body.template-product .js-insta-variant.btn-variant.disabled,body.template-product .js-insta-variant.btn-variant[disabled]{opacity:.4;background:repeating-linear-gradient(45deg, #f1f5f9, #f1f5f9 4px, #e2e8f0 4px, #e2e8f0 8px) !important;color:#94a3b8 !important;pointer-events:none;text-decoration:line-through}body.template-product .js-addtocart,body.template-product button[name=add_to_cart],body.template-product .product-form .btn-primary{background:var(--mr-red, #E8341A) !important;border:0 !important;color:#fff !important;font-family:var(--mr-font-display, "Barlow Condensed"),sans-serif !important;font-weight:900 !important;font-size:18px !important;letter-spacing:.04em !important;text-transform:uppercase !important;padding:16px 24px !important;border-radius:12px !important;min-height:56px !important;box-shadow:0 4px 14px rgba(232,52,26,.28) !important;transition:all .2s ease}body.template-product .js-addtocart:hover,body.template-product button[name=add_to_cart]:hover{background:var(--mr-red-deep, #C72D17) !important;transform:translateY(-2px);box-shadow:0 8px 20px rgba(232,52,26,.35) !important}}body.template-product .reviews-container,body.template-product .reviews-summary,body.template-product .individual-reviews,body.template-product .brx-sum,body.template-product .brx-root,body.template-product div[class*=brx-]:not(#reviewsapp):not(#reviewsapp *),body.template-product div[class*=reviews-summary]:not(#reviewsapp):not(#reviewsapp *),body.template-product div[class*=individual-reviews]:not(#reviewsapp):not(#reviewsapp *),body.template-product div[class*=reviews-container]:not(#reviewsapp):not(#reviewsapp *){display:none !important}body.template-product [data-burbuxa],body.template-product [class*=burbuxa],body.template-product iframe[src*=burbuxa]{display:none !important}body.template-product .col-md-7 .label-accent,body.template-product .col-md-7 [class*=label-shipping],body.template-product .col-md-7 .js-product-labels .label-accent,body.template-product .col-md-7 .label-free-shipping,body.template-product .product-image-container .label-accent,body.template-product .product-image-container [class*=label-shipping]{display:none !important}body.template-product .js-related-products,body.template-product #related-products,body.template-product .section-products-related{display:block !important;visibility:visible !important;overflow:visible !important}body.template-product .js-related-products .swiper-container,body.template-product .section-products-related .swiper-container,body.template-product .products-section .swiper-container{width:100% !important;height:auto !important;overflow:hidden !important;position:relative !important}body.template-product .js-related-products .swiper-wrapper,body.template-product .section-products-related .swiper-wrapper{display:flex !important;flex-wrap:nowrap !important}body.template-product .js-related-products .swiper-slide,body.template-product .section-products-related .swiper-slide{flex-shrink:0 !important;height:auto !important}body.template-product .section-products-related .item-image{max-width:100% !important}body.template-product #reviewsapp{margin:24px 12px 20px !important;padding:18px 16px !important;background:linear-gradient(180deg, #fff 0%, #fafbfc 100%) !important;border:1px solid rgba(26,39,68,.1) !important;border-radius:14px !important;box-shadow:0 2px 8px rgba(15,23,42,.04)}body.template-product #reviewsapp #revieList .summary,body.template-product #reviewsapp #revieList table{background:#fff !important;border:1px solid rgba(26,39,68,.08) !important;border-radius:10px !important;padding:12px !important;margin-bottom:12px !important}body.template-product #reviewsapp #revieList th{font-family:var(--mr-font-display, "Barlow Condensed"),sans-serif !important;font-weight:900 !important;font-size:28px !important;color:var(--mr-text, #1A2744) !important;background:rgba(232,52,26,.08) !important;border-radius:8px !important;padding:8px 10px !important;text-align:center}body.template-product #reviewsapp #revieList i[data-starlist]{filter:brightness(1.05)}body.template-product #reviewsapp .review-revie,body.template-product #reviewsapp [class*=review]{border-bottom:1px solid rgba(26,39,68,.06) !important}body.template-product #reviewsapp [class*=powered],body.template-product #reviewsapp a[href*=revie]{font-size:10.5px !important;color:rgba(26,39,68,.4) !important}body.template-product iframe[src*="page-product.crossup-templates.pages.dev"],body.template-product .cross-up-app-container>iframe[src*=page-product],body.template-product .cross-up-app-container{display:none !important}body.template-product #single-product .js-shipping-calculator,body.template-product #single-product [class*=shipping-calculator]{background:#fff !important;border:1px solid rgba(26,39,68,.08) !important;border-radius:12px !important;padding:12px !important;margin:12px 0 !important}body.template-product #single-product .js-shipping-calculator-toggle,body.template-product #single-product .js-shipping-calculator a{color:var(--mr-text) !important;font-weight:600 !important;font-size:13px !important}body.template-product #single-product .js-quantity.form-quantity{border:1.5px solid rgba(26,39,68,.18) !important;border-radius:10px !important;background:#fff !important;overflow:hidden;display:flex !important;align-items:stretch !important}body.template-product #modal-cart .js-shipping-calculator,body.template-product #modal-cart [class*=shipping-calculator],body.template-product .js-ajax-cart-panel .js-shipping-calculator,body.template-product .js-ajax-cart-panel [class*=shipping-calculator],body.template-product [data-component=cart] .js-shipping-calculator,body.template-product [data-component=cart] [class*=shipping-calculator],body.template-product [data-modal-url=modal-fullscreen-cart] .js-shipping-calculator,body.template-product [data-modal-url=modal-fullscreen-cart] [class*=shipping-calculator],body.template-product #related-products-notification .js-shipping-calculator,body.template-product #related-products-notification [class*=shipping-calculator]{background:rgba(0,0,0,0) !important;border:0 !important;border-radius:0 !important;padding:0 !important;margin:0 !important;box-shadow:none !important}body.template-product #modal-cart .js-shipping-calculator-head,body.template-product #modal-cart .shipping-calculator-head,body.template-product .js-ajax-cart-panel .js-shipping-calculator-head,body.template-product .js-ajax-cart-panel .shipping-calculator-head,body.template-product #related-products-notification .js-shipping-calculator-head,body.template-product #related-products-notification .shipping-calculator-head{position:relative !important;min-height:revert !important}body.template-product #modal-cart .js-shipping-calculator-toggle,body.template-product #modal-cart .js-shipping-calculator a,body.template-product #modal-cart .js-shipping-calculator-change-zipcode,body.template-product .js-ajax-cart-panel .js-shipping-calculator-toggle,body.template-product .js-ajax-cart-panel .js-shipping-calculator a,body.template-product .js-ajax-cart-panel .js-shipping-calculator-change-zipcode,body.template-product #related-products-notification .js-shipping-calculator-toggle,body.template-product #related-products-notification .js-shipping-calculator a,body.template-product #related-products-notification .js-shipping-calculator-change-zipcode{color:inherit !important;font-weight:inherit !important;font-size:inherit !important;text-decoration:revert !important;padding:revert !important;margin:revert !important;background:revert !important;border:revert !important}body.template-product #modal-cart .form-quantity,body.template-product #modal-cart .cart-item-quantity .form-quantity,body.template-product .js-ajax-cart-panel .form-quantity,body.template-product .js-ajax-cart-panel .cart-item-quantity .form-quantity{border:1.5px solid rgba(26,39,68,.18) !important;border-radius:8px !important;background:#fff !important;overflow:hidden;display:inline-flex !important;align-items:stretch !important;padding:0 !important;margin:0 !important;min-height:32px}body.template-product #modal-cart .form-quantity .form-row,body.template-product .js-ajax-cart-panel .form-quantity .form-row{display:flex !important;align-items:center !important;flex-wrap:nowrap !important;margin:0 !important;width:100%}body.template-product #modal-cart .js-cart-quantity-btn,body.template-product .js-ajax-cart-panel .js-cart-quantity-btn{background:rgba(0,0,0,0) !important;border:none !important;color:var(--mr-text, #1A2744) !important;padding:4px 8px !important;margin:0 !important;min-width:28px;height:30px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;cursor:pointer;font-weight:700 !important;font-size:14px !important}body.template-product #modal-cart .js-cart-quantity-btn:hover,body.template-product .js-ajax-cart-panel .js-cart-quantity-btn:hover{background:rgba(26,39,68,.04) !important}body.template-product #modal-cart .js-cart-quantity-btn svg,body.template-product .js-ajax-cart-panel .js-cart-quantity-btn svg{color:var(--mr-text, #1A2744) !important;fill:var(--mr-text, #1A2744) !important;width:14px;height:14px}body.template-product #modal-cart .js-cart-quantity-input,body.template-product .js-ajax-cart-panel .js-cart-quantity-input{background:rgba(0,0,0,0) !important;border:none !important;border-radius:0 !important;color:var(--mr-text, #1A2744) !important;font-family:var(--mr-font-body, Inter, sans-serif) !important;font-weight:700 !important;font-size:14px !important;text-align:center !important;padding:0 4px !important;margin:0 !important;width:36px !important;min-width:36px !important;height:30px !important;outline:none !important;box-shadow:none !important;-moz-appearance:textfield}body.template-product #modal-cart .js-cart-quantity-input::-webkit-outer-spin-button,body.template-product #modal-cart .js-cart-quantity-input::-webkit-inner-spin-button,body.template-product .js-ajax-cart-panel .js-cart-quantity-input::-webkit-outer-spin-button,body.template-product .js-ajax-cart-panel .js-cart-quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}body.template-product #modal-cart .cart-item-quantity,body.template-product .js-ajax-cart-panel .cart-item-quantity{display:inline-block !important;padding:0 !important;margin:0 !important}body.template-product #modal-cart .form-quantity .form-row,body.template-product .js-ajax-cart-panel .form-quantity .form-row{display:flex !important;align-items:center !important}#modal-cart .shipping-accordion.open>.shipping-panel,.js-ajax-cart-panel .shipping-accordion.open>.shipping-panel,#related-products-notification .shipping-accordion.open>.shipping-panel{display:block !important}#modal-cart .shipping-accordion:not(.open)>.shipping-panel,.js-ajax-cart-panel .shipping-accordion:not(.open)>.shipping-panel,#related-products-notification .shipping-accordion:not(.open)>.shipping-panel{display:none !important}body.template-product #modal-cart .shipping-tabs,body.template-product #modal-cart .shipping-accordion,body.template-product .js-ajax-cart-panel .shipping-tabs,body.template-product .js-ajax-cart-panel .shipping-accordion,body.template-product #related-products-notification .shipping-tabs,body.template-product #related-products-notification .shipping-accordion{display:revert !important;visibility:visible !important;pointer-events:auto !important;background:revert !important;border:revert !important;border-radius:revert !important;padding:revert !important;margin:revert !important}#modal-cart .shipping-header,.js-ajax-cart-panel .shipping-header,#related-products-notification .shipping-header{background:#f5f5f5;border:1px solid #ccc;color:inherit;cursor:pointer;pointer-events:auto !important}#modal-cart .shipping-header.active,.js-ajax-cart-panel .shipping-header.active,#related-products-notification .shipping-header.active{background:#001c4b;color:#fff}body.template-product #modal-cart .price-container,body.template-product #modal-cart .js-price-display,body.template-product #modal-cart .js-compare-price-display,body.template-product #modal-cart .payment-discount-price-product-container,body.template-product #modal-cart .js-product-payments-container,body.template-product #modal-cart .js-product-discount-container,body.template-product #modal-cart .js-product-promo-container,body.template-product #related-products-notification .price-container,body.template-product #related-products-notification .js-price-display,body.template-product #related-products-notification .js-compare-price-display,body.template-product #related-products-notification .payment-discount-price-product-container,body.template-product #related-products-notification .js-product-payments-container,body.template-product #related-products-notification .js-product-discount-container,body.template-product #related-products-notification .js-product-promo-container{display:revert !important;visibility:visible !important;background:revert !important;color:revert !important;font-size:revert !important;font-weight:revert !important;padding:revert !important;margin:revert !important;border:revert !important;border-radius:revert !important}body.template-product #modal-cart .js-addtocart-form .js-addtocart,body.template-product #modal-cart .js-addtocart,body.template-product #related-products-notification .js-addtocart-form .js-addtocart,body.template-product #related-products-notification .js-addtocart{display:revert !important;pointer-events:auto !important}body.template-product #modal-cart .js-product-related,body.template-product #modal-cart [data-store=product-related],body.template-product #modal-cart [data-store=cart-related],body.template-product #related-products-notification .js-product-related,body.template-product #related-products-notification [data-store=product-related],body.template-product #related-products-notification [data-store=cart-related]{margin-top:0 !important;padding-top:0 !important;border-top:0 !important}body.template-product #modal-cart [class*=crossup],body.template-product #modal-cart [class*=cross-up],body.template-product #modal-cart [class*=cross-sell],body.template-product #related-products-notification [class*=crossup],body.template-product #related-products-notification [class*=cross-up],body.template-product #related-products-notification [class*=cross-sell]{display:revert !important;visibility:visible !important}body.template-product #modal-cart,body.template-product #modal-cart>form.js-ajax-cart-panel,body.template-product #modal-cart .modal-body{background-color:#fff !important;color:var(--mr-text, #1A2744) !important}body.template-product #modal-cart .modal-header{background-color:#fff !important;color:var(--mr-text, #1A2744) !important;border-bottom:1px solid rgba(26,39,68,.08) !important}body.template-product .js-modal-overlay[data-modal-id="#modal-cart"][style*="display: none"]{display:none !important}body.template-product #modal-cart #single-product,body.template-product .js-ajax-cart-panel #single-product{padding:revert !important;background:revert !important}body.template-product #modal-cart .js-cart-item,body.template-product #modal-cart .cart-item,body.template-product #modal-cart .cart-item-name-container,body.template-product #modal-cart .cart-item-subtotal,body.template-product #modal-cart .js-cart-item-subtotal,body.template-product #modal-cart .cart-item-image,body.template-product #modal-cart .cart-item-delete,body.template-product .js-ajax-cart-panel .js-cart-item,body.template-product .js-ajax-cart-panel .cart-item{background:revert !important;border:revert !important;border-radius:revert !important;padding:revert !important;margin:revert !important;color:revert !important;font-size:revert !important;font-weight:revert !important;display:revert !important}body.template-product #modal-cart .cart-item-delete .btn,body.template-product .js-ajax-cart-panel .cart-item-delete .btn{pointer-events:auto !important;display:revert !important}body.template-product #modal-cart .js-empty-ajax-cart,body.template-product #modal-cart #error-ajax-stock,body.template-product #modal-cart .cart-row,body.template-product #modal-cart .js-fulfillment-info,body.template-product #modal-cart .cart-fulfillment-info,body.template-product #modal-cart #cart-shipping-container,body.template-product .js-ajax-cart-panel .js-empty-ajax-cart,body.template-product .js-ajax-cart-panel .cart-row,body.template-product .js-ajax-cart-panel .js-fulfillment-info,body.template-product .js-ajax-cart-panel .cart-fulfillment-info,body.template-product .js-ajax-cart-panel #cart-shipping-container{background:revert !important;border:revert !important;border-radius:revert !important;padding:revert !important;margin:revert !important}body.template-product #modal-cart .cart-item-subtotal,body.template-product #modal-cart .js-cart-item-subtotal,body.template-product .js-ajax-cart-panel .cart-item-subtotal,body.template-product .js-ajax-cart-panel .js-cart-item-subtotal{white-space:nowrap !important;min-width:max-content !important;text-align:right !important;padding-right:12px !important;font-family:var(--mr-font-body, Inter, sans-serif) !important;font-weight:800 !important;color:var(--mr-text, #1A2744) !important}@media(max-width: 768px){body.template-product #modal-cart .js-cart-item,body.template-product .js-ajax-cart-panel .js-cart-item{padding:12px 10px !important}body.template-product #modal-cart .cart-item-image-col,body.template-product .js-ajax-cart-panel .cart-item-image-col{width:60px !important}body.template-product #modal-cart .cart-item-image,body.template-product .js-ajax-cart-panel .cart-item-image{width:60px !important;height:60px !important;object-fit:contain;background:#fff;border-radius:6px}body.template-product #modal-cart .cart-item-quantity,body.template-product .js-ajax-cart-panel .cart-item-quantity{margin-top:6px !important;margin-bottom:0 !important}body.template-product #modal-cart .cart-item-subtotal,body.template-product .js-ajax-cart-panel .cart-item-subtotal{margin-top:6px !important;font-size:15px !important}}body.template-product #modal-cart .modal-body{display:flex !important;flex-direction:column !important;height:100% !important;overflow-y:auto !important;-webkit-overflow-scrolling:touch}body.template-product #modal-cart .cart-row{flex:1 1 auto;display:flex !important;flex-direction:column !important}body.template-product #modal-cart .js-cart-total-container{margin-top:auto !important}body.template-product #modal-cart .shipping-accordion .shipping-header.active+.shipping-panel,body.template-product .js-ajax-cart-panel .shipping-accordion .shipping-header.active+.shipping-panel,body.template-product #modal-cart .shipping-accordion .shipping-header.active~.shipping-panel,body.template-product .js-ajax-cart-panel .shipping-accordion .shipping-header.active~.shipping-panel{display:block !important}body.template-product #modal-cart .shipping-accordion.open .shipping-header .arrow,body.template-product #modal-cart .shipping-header.active .arrow,body.template-product .js-ajax-cart-panel .shipping-accordion.open .shipping-header .arrow,body.template-product .js-ajax-cart-panel .shipping-header.active .arrow{transform:rotate(180deg);transition:transform .2s ease;display:inline-block}body.template-product #modal-cart .shipping-header .arrow,body.template-product .js-ajax-cart-panel .shipping-header .arrow{transition:transform .2s ease;display:inline-block}body.template-product #modal-cart input[type=submit][class*=btn-primary],body.template-product #modal-cart button[type=submit][class*=btn-primary],body.template-product #modal-cart .js-go-to-checkout,body.template-product #modal-cart .btn.btn-primary.btn-big,body.template-product #modal-cart .btn.btn-big,body.template-product .js-ajax-cart-panel input[type=submit][class*=btn-primary],body.template-product .js-ajax-cart-panel .js-go-to-checkout,body.template-product .js-ajax-cart-panel .btn.btn-primary.btn-big{background-color:var(--mr-red, #E8341A) !important;border-color:var(--mr-red, #E8341A) !important;color:#fff !important;font-family:var(--mr-font-display, "Barlow Condensed"),sans-serif !important;font-weight:900 !important;font-size:18px !important;letter-spacing:.08em !important;text-transform:uppercase !important;border-radius:10px !important;padding:16px 24px !important;min-height:56px !important;width:100% !important;box-shadow:0 4px 14px rgba(232,52,26,.35) !important;cursor:pointer}.search-suggestions,ul.search-suggestions-list,.search-form-suggestions,.js-search-form-suggestions,.js-search-form .js-search-form-suggestions,[class*=search-suggestions]{display:none !important;visibility:hidden !important;opacity:0 !important;pointer-events:none !important;height:0 !important;max-height:0 !important;overflow:hidden !important}.js-big-search-mobile,[class*=big-search-mobile],.head-search-full .row.no-gutters.align-items-center{background:var(--mr-text, #1A2744) !important;padding:12px 14px !important;margin:0 !important;border-bottom:1px solid rgba(255,255,255,.06) !important}.js-search-input,input.search-input,input.js-search-input.form-control,.search-form .form-control,input.form-control.js-search-input{background:#fff !important;background-color:#fff !important;border:2px solid #fff !important;border-radius:999px !important;padding:12px 56px 12px 22px !important;font-family:var(--mr-font-body, "Inter"),sans-serif !important;font-size:14px !important;font-weight:500 !important;color:var(--mr-text, #1A2744) !important;height:auto !important;min-height:46px !important;width:100% !important;box-shadow:0 4px 12px rgba(0,0,0,.1),0 0 0 0 rgba(232,52,26,0) !important;transition:box-shadow .18s ease,border-color .18s ease !important;-webkit-appearance:none !important;appearance:none !important}.js-search-input:focus,input.search-input:focus,.search-form .form-control:focus{border-color:var(--mr-red, #E8341A) !important;box-shadow:0 6px 16px rgba(0,0,0,.15),0 0 0 3px rgba(232,52,26,.2) !important;outline:none !important;background:#fff !important}.js-search-input::placeholder,input.search-input::placeholder{color:var(--mr-text-soft, rgba(26, 39, 68, 0.5)) !important;font-weight:400 !important;letter-spacing:0;text-transform:none;opacity:1}.js-search-form .form-group,.js-search-form .form-group.m-0,.search-form .form-group,.search-form .form-group.m-0,.js-search-form>.form-group,form.js-search-form,form.search-form{position:relative !important;width:100% !important;margin:0 !important}.js-search-input-submit::after,.search-btn::after,.search-submit-btn::after,button.js-search-input-submit::after{display:none !important;content:none !important}.js-search-input-submit,.search-form button[type=submit],button.search-submit-btn,button.js-search-input-submit,.search-btn.search-submit-btn{background:var(--mr-red, #E8341A) !important;background-color:var(--mr-red, #E8341A) !important;border:none !important;color:#fff !important;position:absolute !important;right:6px !important;top:50% !important;transform:translateY(-50%) !important;margin:0 !important;padding:0 !important;display:flex !important;align-items:center !important;justify-content:center !important;width:36px !important;height:36px !important;min-width:36px !important;min-height:36px !important;max-width:36px !important;max-height:36px !important;border-radius:50% !important;cursor:pointer;box-shadow:0 2px 8px rgba(232,52,26,.35) !important;opacity:1 !important;visibility:visible !important;font-size:0 !important;text-indent:-9999px !important;overflow:hidden !important;z-index:5 !important}.js-search-input-submit::before,button.search-submit-btn::before{content:"" !important;display:block !important;position:absolute !important;top:50% !important;left:50% !important;transform:translate(-50%, -50%) !important;width:16px !important;height:16px !important;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>") !important;background-repeat:no-repeat !important;background-position:center !important;background-size:contain !important;background-color:rgba(0,0,0,0) !important;border:none !important;text-indent:0 !important;pointer-events:none !important}.js-search-input-submit>svg,.js-search-input-submit>span,button.search-submit-btn>svg{display:none !important}.js-search-input-submit:hover,button.search-submit-btn:hover{background:var(--mr-red-deep, #C72D17) !important;background-color:var(--mr-red-deep, #C72D17) !important;transform:translateY(-50%) scale(1.05) !important;box-shadow:0 4px 12px rgba(232,52,26,.45) !important}.js-empty-search,a.js-empty-search,.search-empty-btn,a.search-empty-btn{display:none !important}.js-search-form,.search-form,.head-search-full{background:rgba(0,0,0,0) !important;border:none !important;position:relative !important}.js-empty-search,.search-empty-btn{color:var(--mr-text-soft, rgba(26, 39, 68, 0.4)) !important;background:rgba(0,0,0,0) !important}.js-empty-search:hover{color:var(--mr-red, #E8341A) !important}.category-banner,.category-banner-image,.category-banner-info,.textbanner,.textbanner-text,[data-store*=category-banner],.head-banners,.head-banner-item,[class*=head-banner-item],.bg-image-banner,.menu-banner-row,.menu-and-banners-row,[class*=header-banner]{display:none !important}img[src*=banner][alt*=MORASHOP],img[src*=MEJOR_PRECIO],img[alt*="MEJOR PRECIO"]{display:none !important}.category-banner-section,section.category-banner,[data-component=category-banner]{display:none !important;height:0 !important;margin:0 !important;padding:0 !important}@media(max-width: 991.98px){header.js-head-main,header.js-head-main.head-main{position:sticky !important;top:0 !important;z-index:1040 !important;transform:none !important;transition:none !important;will-change:auto !important;background:var(--mr-text, #1A2744) !important}header.js-head-main .js-big-search-mobile,header .js-big-search-mobile,.js-big-search-mobile{display:block !important;visibility:visible !important;opacity:1 !important;height:auto !important;max-height:none !important;overflow:visible !important;pointer-events:auto !important}.head-collapsed .js-big-search-mobile,.head-scrolled .js-big-search-mobile,.nav-fixed-active .js-big-search-mobile,body.scrolled .js-big-search-mobile,body.is-scrolled .js-big-search-mobile,[class*=scroll] .js-big-search-mobile{display:block !important;visibility:visible !important;height:auto !important}}.js-category-controls.category-controls,section.js-category-controls{top:var(--mr-category-sticky-top, 60px) !important;z-index:1030 !important;background:#fff !important;box-shadow:0 2px 6px rgba(0,0,0,.06) !important;border-bottom:1px solid var(--mr-line, #E8EBF0) !important}@media(max-width: 991.98px){.js-category-controls.category-controls,section.js-category-controls{top:var(--mr-category-sticky-top-mobile, 70px) !important}.js-category-controls .col,.js-category-controls [class*=col-]{background:#fff !important}}
/* Engine:dart */