@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--color-primary:#444;--color-secondary:#888;--color-bg:#fff;--color-text:#111;--color-border:#ddd;--font-family:"Montserrat", system-ui, -apple-system, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;overflow-x:hidden}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-family);line-height:1.5;transition:background .2s,color .2s}.header{background:#fff;border-bottom:1px solid #e5e7eb;padding:0 2rem}.header__inner{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1100px;height:64px;margin:0 auto;display:flex}.header--search .header__inner{height:72px}.header__logo-wrap{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.header__logo{object-fit:contain;width:auto;height:21px}.header__logo--default{height:40px}@media (width<=600px){.header__logo{width:192px;height:auto}}.header__brand{color:var(--color-primary);letter-spacing:-.02em;font-size:1.3rem;font-weight:700}.header__actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.header__icon-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,color .15s;display:flex}.header__icon-btn:hover{color:var(--color-primary);background:#f3f4f6}.header__mobile-search-toggle{color:#111;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:40px;padding:0;transition:color .15s;display:none}.header__mobile-search-toggle:hover,.header__mobile-search-toggle--open{color:#111}.header__cta{color:#fff;cursor:pointer;white-space:nowrap;background:#2f7fe2;border:none;border-radius:999px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;transition:background .15s}.header__cta:hover{background:#1a6fd4}.header__cta-wrap{display:inline-flex;position:relative}.header__cta-badge{color:#fff;pointer-events:none;z-index:1;background:#dc2626;border:1px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 .3rem;font-size:.7rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-6px;right:-6px}.header__search-form{flex:1;justify-content:center;align-items:center;display:flex}.header__search-field{width:100%;height:48px;font-family:var(--font-family);color:#6c727f;appearance:none;box-sizing:border-box;background:#fff;border:1px solid #8bb7f9;border-radius:100px;outline:none;padding:12px 16px;font-size:14px;transition:border-color .15s,box-shadow .15s}.header__search-field:focus{border-color:#2f7fe2;box-shadow:0 0 0 3px #2f7fe226}.header__search-field::placeholder{color:#6c727f}.header__search-input-wrap{flex-shrink:1;width:100%;min-width:0;max-width:509px;position:relative}.header__search-icon-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:color .15s;display:flex;position:absolute;top:50%;right:.6rem;transform:translateY(-50%)}.header__search-icon-btn:hover{color:#2f7fe2}.header__search-input-wrap .header__search-field{padding-right:2.5rem}.header__suggestions{z-index:100;background:#fff;border:1px solid #8bb7f9;border-radius:8px;width:100%;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 8px 24px #0000001f}.header__suggestions-header{color:#333d4c;border-bottom:1px solid #f0f4f8;justify-content:space-between;padding:.6rem 1rem;font-size:.8rem;font-weight:700;display:flex}.header__suggestion-item{text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f0f4f8;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:.55rem 1rem;transition:background .1s;display:flex}.header__suggestion-item:last-child{border-bottom:none}.header__suggestion-item:hover{background:#eff6ff}.header__suggestion-item--out{opacity:.6;cursor:default}.header__suggestion-info{flex-direction:column;gap:.1rem;min-width:0;display:flex}.header__suggestion-name{color:#1a202c;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:500;overflow:hidden}.header__suggestion-generic{color:#6c727f;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.header__suggestion-price{color:#1a202c;white-space:nowrap;flex-shrink:0;font-size:.85rem;font-weight:500}@media (width<=600px){.header{padding:0 1rem}.header__inner{gap:.5rem;height:auto;min-height:64px}.header--search .header__inner{flex-wrap:wrap;height:auto;min-height:64px;padding:.7rem 0}.header__logo-wrap{flex:auto;min-width:0}.header__logo{width:min(130px,35vw);max-width:100%}.header__brand{font-size:1.05rem}.header__actions{flex-shrink:0;gap:.4rem}.header__mobile-search-toggle{display:flex}.header__cta{padding:.4rem .65rem;font-size:.75rem}.header__search-form{flex:0 0 100%;order:3;justify-content:stretch;margin-top:.1rem;display:none}.header__search-form--mobile-open{display:flex}.header__search-input-wrap{flex-shrink:1;width:100%}.header__search-field{height:44px;font-size:13px}.header__suggestions{max-height:60vh;overflow-y:auto}}.spinner-wrapper{justify-content:center;align-items:center;min-height:100vh;display:flex}.spinner{border:4px solid #ddd;border-top-color:var(--color-primary,#444);border-radius:50%;width:40px;height:40px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.banner{background:var(--color-banner-bg,#f6f8f9);align-items:stretch;height:620px;display:flex;position:relative;overflow-x:clip}.banner__tenant-hero{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.banner__content{z-index:3;flex-direction:column;justify-content:center;gap:1.25rem;width:55%;max-width:760px;padding:3rem 2rem 3rem max(2rem,50vw - 550px + 2rem);display:flex;position:relative}.banner__eyebrow{color:var(--color-text);letter-spacing:0;align-items:center;gap:6px;font-size:14px;font-weight:500;display:flex}.banner__eyebrow-icon{width:auto;height:20px}.banner__headline{font-family:var(--font-family);letter-spacing:0;color:var(--color-text);width:666px;margin-top:-1rem;font-size:56px;font-weight:700;line-height:68px}.banner__form{flex-direction:column;gap:.65rem;margin-top:1rem;display:flex}.banner__form-row{justify-content:flex-end;width:508px;display:flex}.banner__field-group{width:508px}.banner__field{width:100%;font-family:var(--font-family);color:#6c727f;appearance:none;background:#fff;border:1px solid #8bb7f9;border-radius:8px;outline:none;padding:.75rem 1rem;font-size:16px;transition:border-color .15s,box-shadow .15s}.banner__field:focus{border-color:#2f7fe2;box-shadow:0 0 0 3px #2f7fe226}.banner__field--invalid{border-color:#dc2626}.banner__field--invalid:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262624}.banner__field::placehnewer{color:#6c727f}.banner__field-error{color:#b91c1c;font-family:var(--font-family);margin:.3rem 0 0;font-size:13px;font-weight:600;line-height:1.35}.banner__comuna-search{width:100%;position:relative}.banner__comuna-search .banner__field{width:100%}.banner__comuna-dropdown{z-index:1000;background:#fff;border:1px solid #8bb7f9;border-radius:8px;max-height:240px;margin:0;padding:.25rem 0;list-style:none;overflow-y:auto;box-shadow:0 4px 16px #0000001a}.banner__comuna-option{font-family:var(--font-family);color:#333d4c;cursor:pointer;padding:.6rem 1rem;font-size:14px;transition:background .1s}.banner__comuna-option:hover{background:#eff6ff}.banner__input-wrap{width:100%;position:relative}.banner__suggestions{z-index:10;background:#fff;border:1px solid #8bb7f9;border-radius:8px;width:100%;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 8px 24px #0000001f}.banner__suggestions-header{color:#333d4c;border-bottom:1px solid #f0f4f8;justify-content:space-between;padding:.75rem 1rem;font-size:.9rem;font-weight:700;display:flex}.banner__suggestion-item{text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f0f4f8;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:.65rem 1rem;transition:background .1s;display:flex}.banner__suggestion-item:last-child{border-bottom:none}.banner__suggestion-item:hover{background:#eff6ff}.banner__suggestion-item--out{opacity:.6;cursor:default}.banner__suggestion-info{flex-direction:column;gap:.15rem;min-width:0;display:flex}.banner__suggestion-name{color:#1a202c;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}.banner__suggestion-generic{color:#6c727f;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.banner__suggestion-price{color:#1a202c;white-space:nowrap;flex-shrink:0;font-size:.9rem;font-weight:500}.banner__btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2f7fe2;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:16px;font-weight:500;transition:background .15s;display:flex}.banner__btn:hover{background:#1a6fd4}@media (width<=900px){.banner__headline{width:100%;font-size:36px;line-height:46px}.banner__field,.banner__select-wrap,.banner__input-wrap,.banner__comuna-search,.banner__field-group,.banner__form-row{width:100%}.banner__form-row{flex-direction:column;align-items:flex-start}}@media (width<=600px){.banner{flex-direction:column;height:auto}.banner__tenant-hero{flex-shrink:0;width:100%;height:220px;position:relative;inset:auto}.banner__content{width:100%;max-width:100%;padding:2rem 1.25rem}}.info-cards{padding:3rem 2rem}.info-cards__inner{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto;display:grid}.info-card{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;display:flex}.info-card__icon{background:var(--color-infocard,#f3f1fe);border-radius:50%;justify-content:center;align-items:center;padding:2.5rem;display:inline-flex}.info-card__icon img{object-fit:contain;width:76px;height:76px}.info-card__title{font-family:var(--font-family);color:#181d25;margin:0;font-size:20px;font-weight:600;line-height:28px}.info-card__desc{font-family:var(--font-family);color:#4e5562;margin:0;font-size:14px;font-weight:400;line-height:22px}.info-card__btn{border:1px solid var(--color-secondary,#7c6c6c);font-family:var(--font-family);color:var(--color-secondary,#4e636d);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;justify-content:center;align-items:center;margin-top:auto;padding:.75rem 1.5rem;font-size:16px;font-weight:500;line-height:24px;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.info-card__btn:hover{background:#f0f0f0}@media (width<=768px){.info-cards__inner{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.info-cards__inner{grid-template-columns:1fr}}.consent__overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.consent__modal{background:#fff;border:1px solid #e5e7eb;border-radius:4.8px;flex-direction:column;width:500px;max-width:90vw;height:389px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 8px 32px #0000002e}.consent__header{flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:46px 32px 0;display:flex}.consent__title{letter-spacing:0;color:#111827;width:426px;max-width:100%;margin:0;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:120%}.consent__close{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:1.1rem;transition:background .15s}.consent__close:hover{background:#f3f4f6}.consent__body{flex-direction:column;flex:1;gap:8px;padding:20px 32px 16px;display:flex;overflow-y:auto}.consent__check{cursor:pointer;align-items:flex-start;gap:8px;display:flex}.consent__check-input{appearance:none;cursor:pointer;background:#fff;border:1px solid #000;border-radius:3px;flex-shrink:0;width:18px;height:18px;margin:0;position:relative}.consent__check-input:checked:after{content:"";border:2px solid #000;border-width:0 2px 2px 0;width:5px;height:10px;position:absolute;top:1px;left:5px;transform:rotate(45deg)}.consent__check-input:disabled{cursor:default}.consent__check-label{letter-spacing:0;color:#374151;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.consent__link{color:inherit;text-decoration:underline}.consent__divider{border-top:1px solid #e5e7eb;height:40px;margin:0 -32px}.consent__note{letter-spacing:0;color:#5b5f7d;width:434px;max-width:100%;margin:4px 0 0;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:100%}.consent__text{color:#374151;margin:0 0 .75rem;font-size:.9rem;line-height:1.5}.consent__error{color:#b91c1c;margin:.5rem 0 0;font-size:.85rem}.consent__actions{flex-shrink:0;justify-content:flex-end;gap:.75rem;padding:16px 32px 24px;display:flex}.consent__btn{letter-spacing:0;cursor:pointer;border:1px solid #0000;border-radius:50px;justify-content:center;align-items:center;gap:8px;width:126px;height:38px;padding:6px 12px;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:150%;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.consent__btn--secondary{color:#2f7fe2;background:#fff;border-color:#2f7fe2}.consent__btn--secondary:hover{background:#f0f7ff}.consent__btn--primary{color:#fff;background:#2f7fe2}.consent__btn--primary:hover{background:#2569c2}.consent__btn:disabled{opacity:.6;cursor:default}.pc{height:100%;font-family:var(--font-family);background:0 0;border:none;flex-direction:column;display:flex;position:relative}.pc__top-left{z-index:2;position:absolute;top:.4rem;right:.5rem}.pc__bio-icon{width:31px;height:31px;display:block}.pc__img-link{cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem .75rem 0;display:block}.pc__img-wrap{aspect-ratio:160/191;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.pc__img-wrap--faded{opacity:.25}.pc__img{object-fit:contain;width:100%;height:100%;padding-bottom:12px}.pc__img-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.pc__out-badge{color:#6c727f;background:#eef1f6;border-radius:0;padding:.15rem .75rem .15rem .5rem;font-size:1rem;font-weight:400;position:absolute;bottom:.5rem;right:0}.pc__body{padding:.2rem .75rem 0}.pc__price{color:#282e55;margin-bottom:.25rem;font-size:1rem;font-weight:700}.pc__price--out{color:#6c727f;font-size:.85rem;font-weight:400}.pc__price-label{color:#6c727f;margin-top:-.1rem;margin-bottom:.25rem;font-size:.7rem}.pc__name{color:#282e55;margin:0;font-size:.8125rem;font-weight:400;line-height:1.4}.pc__name-link{color:inherit;font:inherit;text-align:left;cursor:pointer;word-break:break-word;overflow-wrap:anywhere;background:0 0;border:none;padding:0;text-decoration:none;transition:-webkit-text-decoration .1s,text-decoration .1s}.pc__name-link:hover{text-decoration:underline}.pc__img-link-wrap{position:relative}.pc__cart-fab{cursor:pointer;z-index:3;box-sizing:border-box;background:#2f7fe2;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:9px;transition:background .15s;display:flex;position:absolute;bottom:0;right:0}.pc__cart-fab:hover{background:#1a6bcf}.pc__cart-fab--added{background:#16a34a}.pc__cart-fab--added:hover{background:#15803d}.pc__stepper{z-index:3;box-sizing:border-box;background:#fff;border:1.5px solid #2f7fe2;border-radius:100px;align-items:center;height:40px;display:flex;position:absolute;bottom:8px;left:8px;right:8px;overflow:hidden}.pc__stepper-left,.pc__stepper-right{cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:100%;padding:0;transition:background .15s;display:flex}.pc__stepper-left{color:#2f7fe2;background:0 0}.pc__stepper-left:hover{background:#eef4fd}.pc__stepper-right{color:#fff;background:#2f7fe2;font-size:1.4rem;font-weight:400}.pc__stepper-right:hover{background:#1a6bcf}.pc__stepper-qty{text-align:center;color:#282e55;-webkit-user-select:none;user-select:none;flex:1;font-size:1rem;font-weight:600}.pc__footer{color:#6c727f;flex-direction:column;gap:.5rem;margin-top:.4rem;padding:.4rem .75rem .5rem;font-size:.75rem;display:flex}.pc__footer-compound{display:block}@media (width<=640px){.pc__cart-fab{border-radius:8px;width:100%;height:40px;margin-top:.5rem;position:static}.pc__cart-fab svg{display:none}.pc__cart-fab:after{content:"Agregar";font-family:var(--font-family);color:#fff;font-size:.875rem;font-weight:600}.pc__stepper{width:100%;left:unset;right:unset;bottom:unset;margin-top:.5rem;position:static}}.sr{background:var(--color-bg);flex:1;padding:2rem 0 5rem}.sr__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.sr__breadcrumb{color:#6c727f;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.8rem;display:flex}.sr__breadcrumb a{color:var(--color-primary);text-decoration:none}.sr__breadcrumb a:hover{text-decoration:underline}.sr__breadcrumb span{color:#adb5bd}.sr__heading{color:#282e55;margin-bottom:1.25rem;font-size:1.25rem;font-weight:700}.sr__query{color:var(--color-primary);font-weight:400}.sr__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.sr__meta{color:#6c727f;font-size:.875rem}.sr__meta strong{color:#282e55;font-weight:600}.sr__page-size{color:#6c727f;white-space:nowrap;align-items:center;gap:.5rem;font-size:.875rem;display:inline-flex}.sr__page-size select{font-family:var(--font-family);color:#282e55;cursor:pointer;background:#fff;border:1px solid #d6dae2;border-radius:6px;padding:.35rem .5rem;font-size:.875rem}.sr__page-size select:focus-visible{outline:2px solid var(--color-primary);outline-offset:1px}.sr__pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;margin-top:2rem;display:flex}.sr__page-btn{font-family:var(--font-family);color:#282e55;cursor:pointer;background:#fff;border:1px solid #d6dae2;border-radius:6px;min-width:36px;height:36px;padding:0 .6rem;font-size:.875rem;transition:background .15s,border-color .15s,color .15s}.sr__page-btn:hover:not(:disabled):not(.sr__page-btn--active){border-color:var(--color-primary);color:var(--color-primary)}.sr__page-btn--active{background:var(--color-primary);border-color:var(--color-primary);color:#fff;cursor:default;font-weight:600}.sr__page-btn:disabled{opacity:.45;cursor:not-allowed}.sr__page-btn--nav{font-weight:500}.sr__page-ellipsis{text-align:center;color:#6c727f;-webkit-user-select:none;user-select:none;min-width:24px}.sr__grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (width>=576px){.sr__grid{grid-template-columns:repeat(3,1fr)}}@media (width>=768px){.sr__grid{grid-template-columns:repeat(4,1fr)}}.sr__col{min-width:0}.sr__skeleton{aspect-ratio:160/191;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:6px;margin-bottom:.5rem;animation:1.2s infinite sr-shimmer}.sr__skeleton:after{content:"";background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:3rem;margin-top:.5rem;animation:1.2s infinite sr-shimmer;display:block}@keyframes sr-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sr__error{color:#991b1b;text-align:center;padding:2rem}.sr__empty{text-align:center;flex-direction:column;align-items:center;width:521px;max-width:100%;margin:auto;padding:4rem 0;display:flex}.sr__empty-icon{margin-bottom:1.5rem}.sr__empty-title{font-family:var(--font-family);letter-spacing:0%;text-align:center;color:#111827;margin:0;font-size:20px;font-weight:600;line-height:45px}.sr__empty-sub{font-family:var(--font-family);letter-spacing:0%;text-align:center;color:#111827;margin:0;font-size:18px;font-weight:400;line-height:39px}.pd{background:var(--color-bg);font-family:var(--font-family);flex:1;padding:2rem 0 5rem}.pd__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.pd__breadcrumb{color:#6c727f;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.8rem;display:flex}.pd__breadcrumb a{color:var(--color-primary);text-decoration:none}.pd__breadcrumb a:hover{text-decoration:underline}.pd__breadcrumb span{color:#adb5bd}.pd__layout{grid-template-columns:7fr 5fr;align-items:start;gap:2.5rem;display:grid}@media (width<=768px){.pd__layout{grid-template-columns:1fr}}.pd__img-col{position:relative}.pd__img-wrap{justify-content:center;align-items:center;max-height:400px;display:flex;position:relative}.pd__img-inner{justify-content:center;align-items:center;width:100%;max-height:400px;display:flex}.pd__img-inner--faded{opacity:.25}.pd__img{object-fit:contain;max-width:100%;max-height:400px}.pd__out-wrap{pointer-events:none;justify-content:flex-end;align-items:flex-end;width:100%;height:100%;padding:0 30px 30px 0;display:flex;position:absolute;bottom:0;right:0}.pd__out-badge{color:#6c727f;background:#eef1f6;border-radius:4px;padding:.15rem .9rem;font-size:1rem}.pd__info{flex-direction:column;gap:.9rem;display:flex}.pd__name{color:#282e55;margin:0;font-size:1.1rem;font-weight:600;line-height:1.4}.pd__meta{color:#6c727f;margin:0;font-size:.875rem;line-height:1.6}.pd__price{color:#282e55;font-size:1.75rem;font-weight:700;line-height:1.2}.pd__price-label{color:#6c727f;margin-top:-.5rem;font-size:.75rem}.pd__badges{flex-direction:column;gap:.75rem;display:flex}.pd__badge-row{color:#282e55;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.pd__badge-icon{flex-shrink:0;width:31px;height:31px}.pd__info-tip-wrap{flex-shrink:0;align-items:center;display:inline-flex;position:relative}.pd__info-tip{color:#6c727f;cursor:pointer;font-size:1rem;line-height:1;font:inherit;background:0 0;border:0;padding:0}.pd__info-tip:hover,.pd__info-tip:focus-visible{color:#282e55}.pd__info-popover{z-index:100;color:#4e5562;background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:min(280px,100vw - 3rem);padding:.75rem .875rem;font-size:.8rem;line-height:1.45;display:none;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 4px 20px #0000001a}.pd__info-tip-wrap:hover .pd__info-popover,.pd__info-tip-wrap:focus-within .pd__info-popover{display:block}.pd__generic-pill{color:#3b5bdb;background:#f0f4ff;border-radius:99px;padding:.2rem .7rem;font-size:.8rem;font-weight:500}.pd__sale-condition{align-items:flex-start}.pd__sale-icon{flex-shrink:0;align-items:center;padding-top:.1rem;display:flex}.pd__sale-label{color:#282e55;margin:0;font-size:.875rem}.pd__sale-note{color:#6c727f;margin:.25rem 0 0;font-size:.75rem;line-height:1.5}.pd__vademecum{border-bottom:1px solid #e9ecef;padding-top:1rem;padding-bottom:.5rem}.pd__vademecum-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.pd__vademecum-title{color:#282e55;margin:0;font-size:1rem;font-weight:600}.pd__vademecum-btn{cursor:pointer;background:0 0;border:none;padding:0;line-height:1}.pd__vademecum-icon{color:#282e55;font-size:1.4rem;font-weight:300;line-height:1}.pd__vademecum-body{padding-bottom:.5rem;padding-left:1rem}.pd__vademecum-list{color:#6c727f;margin:0;padding-left:1rem;font-size:.875rem;line-height:1.7;list-style:outside}.pd__vademecum-list li{margin-left:.75rem}.pd__vademecum-text{color:#6c727f;white-space:pre-line;margin:0;font-size:.875rem;line-height:1.6}.pd__vademecum-empty{color:#adb5bd;margin:0;font-size:.875rem;font-style:italic}.pd__loading-indicator{color:#adb5bd;margin-top:.5rem;font-size:.8rem;font-style:italic}.pd__prices{border-top:1px solid #e9ecef;margin-top:3rem;padding-top:1.5rem}.pd__prices-title{color:#282e55;margin-bottom:1.5rem;font-size:1.4rem;font-weight:700;line-height:1.4}.pd__prices-commune{font-weight:400;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.pd__commune-edit{cursor:pointer;color:#6b7280;vertical-align:middle;background:0 0;border:none;border-radius:4px;align-items:center;margin-left:.2rem;padding:2px 4px;transition:color .15s;display:inline-flex}.pd__commune-edit:hover{color:#2f7fe2}.pd__commune-edit--inline{color:#2f7fe2;margin-left:.35rem;padding:0;font-size:.85rem;font-weight:500;text-decoration:underline}.pd__prices-empty{background:#f9fafb;border-radius:10px;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.5rem;display:flex}.pd__prices-empty-msg{color:#6b7280;margin:0;font-size:.95rem}.pd__prices-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (width>=600px){.pd__prices-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=900px){.pd__prices-grid{grid-template-columns:repeat(4,1fr)}}.pd__price-card{border-radius:8px;flex-direction:column;gap:.35rem;padding:.5rem .75rem .75rem;display:flex;position:relative;box-shadow:0 2px 8px #00000014}.pd__price-card-benefit{color:#fff;background:#2898c6;border-radius:4px;padding:.2rem .6rem;font-size:.72rem;font-weight:600;position:absolute;top:0;left:0}.pd__price-card-logo{justify-content:center;align-items:center;height:90px;margin-bottom:.5rem;display:flex}.pd__price-card-logo-img{object-fit:contain;max-width:100%;max-height:90px}.pd__price-card-logo-placeholder{justify-content:center;align-items:center;display:flex}.pd__price-card-name{color:#282e55;margin:0;font-size:.9rem;font-weight:700}.pd__price-card-amount{color:#282e55;margin:0;font-size:1.4rem;font-weight:700}.pd__price-card-address{color:#6c727f;align-items:flex-start;gap:.3rem;margin:.1rem 0 0;font-size:.8rem;line-height:1.4;display:flex}.pd__price-card-link{color:#2898c6;cursor:pointer;align-items:center;gap:.3rem;margin-top:.2rem;font-size:.82rem;text-decoration:underline;display:inline-flex}.pd__price-card-link:hover{color:#1a6fa8}.pd__alt-card{cursor:pointer;text-align:center;background:0 0;border:1px solid #e9ecef;border-radius:8px;flex-direction:column;align-items:center;gap:.4rem;padding:.75rem;transition:box-shadow .15s,border-color .15s;display:flex}.pd__alt-card:hover{border-color:var(--color-primary);box-shadow:0 4px 12px #00000014}.pd__alt-img{object-fit:contain;width:80px;height:80px}.pd__alt-img-placeholder{justify-content:center;align-items:center;width:80px;height:80px;display:flex}.pd__alt-name{color:#282e55;margin:0;font-size:.75rem;font-weight:500;line-height:1.3}.pd__alt-lab{color:#6c727f;margin:0;font-size:.7rem}.pd__bioequivalents{border-top:1px solid #e9ecef;margin-top:3.5rem;padding-top:1.5rem}.pd__bio-header{align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.pd__bio-title{color:#282e55;margin:0;font-size:1.2rem}.pd__bio-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (width>=500px){.pd__bio-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=768px){.pd__bio-grid{grid-template-columns:repeat(4,1fr)}}@media (width>=1100px){.pd__bio-grid{grid-template-columns:repeat(5,1fr)}}.pd__bio-card{min-width:0}.pd__skeleton-img{aspect-ratio:4/5;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:8px;animation:1.2s infinite pd-shimmer}.pd__skeleton-body{flex-direction:column;gap:1rem;padding-top:.5rem;display:flex}.pd__skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:16px;animation:1.2s infinite pd-shimmer}.pd__skeleton-line--title{width:75%;height:24px}.pd__skeleton-line--price{width:45%;height:36px}@keyframes pd-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pd__error{text-align:center;color:#991b1b;padding:2rem}.pd__back-btn{border:1px solid var(--color-border);cursor:pointer;color:var(--color-text);background:0 0;border-radius:8px;margin:0 auto;padding:.6rem 1.25rem;font-size:.9rem;display:block}.pd__cart-btn{color:#fff;cursor:pointer;background:#2f7fe2;border:1px solid #2f7fe2;border-radius:100px;justify-content:center;align-items:center;gap:6px;width:222px;height:40px;margin:.75rem 0 .5rem;padding:10px 20px;font-size:.9rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.pd__cart-btn:hover:not(:disabled){background:#1a6bcf;border-color:#1a6bcf}.pd__cart-btn--added{background:#16a34a;border-color:#16a34a}.pd__cart-btn--added:hover:not(:disabled){background:#15803d;border-color:#15803d}.pd__cart-btn--disabled{opacity:.4;cursor:not-allowed}.pd__stepper{border:1.5px solid #2f7fe2;border-radius:100px;align-items:center;width:222px;height:40px;margin:.75rem 0 .5rem;display:inline-flex;overflow:hidden}.pd__stepper-trash{color:#2f7fe2;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:100%;transition:background .15s;display:flex}.pd__stepper-trash:hover{background:#eef4fd}.pd__stepper-qty{text-align:center;color:#282e55;flex:1;font-size:1rem;font-weight:600}.pd__stepper-plus{color:#fff;cursor:pointer;background:#2f7fe2;border:none;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:100%;font-size:1.4rem;font-weight:400;transition:background .15s;display:flex}.pd__stepper-plus:hover{background:#1a6bcf}.cot{background:#fff;flex:1;padding-bottom:4rem}.cot--loading-page{justify-content:center;align-items:center;min-height:calc(100vh - 96px);padding:2rem;display:flex}.cot__loader-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:min(100%,620px);display:flex}.cot__loader-icon{width:128px;max-width:45vw;height:auto;display:block}.cot__loader-text{font-family:var(--font-family);letter-spacing:0;text-align:center;color:#181d25;margin:0;font-size:24px;font-style:normal;font-weight:700;line-height:120%}.cot__container{max-width:1100px;margin:0 auto;padding:2.5rem 2rem 0}.cot__title{font-family:var(--font-family);color:#111827;margin:0 0 .5rem;font-size:28px;font-weight:600;line-height:36px}.cot__subtitle{font-family:var(--font-family);letter-spacing:0%;color:#181d25;margin:0 0 2rem;font-size:16px;font-weight:400;line-height:100%}.cot__layout{grid-template-columns:1fr minmax(0,300px);align-items:start;gap:2rem;display:grid}.cot__filters-row{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.cot__commune-label{color:#374151;align-items:center;gap:.4rem;font-size:.9rem;display:flex}.cot__commune-label strong{color:#111827;font-weight:700}.cot__commune-label-value{border-bottom:1px solid #d0d6df;align-items:center;gap:.75rem;padding-bottom:1px;display:inline-flex}.cot__commune-label-value strong,.cot__commune-label-value em{text-decoration:none}.cot__commune-none{color:#9ca3af;font-style:italic;font-weight:400}.cot__commune-edit{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:4px;align-items:center;padding:2px;transition:color .15s;display:inline-flex}.cot__commune-edit:hover{color:#2f7fe2}.cot__distance-btn{height:40px;font-family:var(--font-family);color:#181d25;cursor:pointer;white-space:nowrap;box-sizing:border-box;background:#fff;border:1px solid #181d25;border-radius:24px;align-items:center;gap:6px;padding:10px 16px;font-size:12px;font-weight:500;line-height:20px;display:inline-flex}.cot__distance-btn:hover{opacity:.8}.cot__distance-wrapper{position:relative}.cot__distance-backdrop{z-index:99;position:fixed;inset:0}.cot__distance-menu{z-index:100;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;margin:0;padding:4px 0;list-style:none;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 4px 16px #0000001a}.cot__distance-option{font-family:var(--font-family);color:#181d25;cursor:pointer;padding:10px 20px;font-size:14px;font-weight:500;transition:background .1s,color .1s}.cot__distance-option:hover{color:#2f7fe2;background:#f0f7ff}.cot__distance-option--active{color:#2f7fe2;font-weight:700}.cot__map-btn{height:40px;font-family:var(--font-family);color:#722e7f;cursor:pointer;white-space:nowrap;background:#d4aef1;border:1px solid #b382d9;border-radius:24px;align-items:center;gap:6px;padding:10px 20px;font-size:14px;font-weight:600;transition:background .15s;display:inline-flex}.cot__map-btn:hover{background:#c49de8}.cot__tabs{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.25rem;display:grid}.cot__tab{text-align:left;cursor:pointer;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;align-items:flex-start;gap:.75rem;padding:.9rem 1rem;transition:border-color .15s,box-shadow .15s;display:flex}.cot__tab--active{box-shadow:none;border-color:#2f7fe2}.cot__tab--productos.cot__tab--active{box-shadow:none;border-color:#af09cf}.cot__tab:hover:not(.cot__tab--active){border-color:#9ca3af}.cot__tab-icon{border-radius:100px;flex-shrink:0;width:48px;height:48px}.cot__tab-name{color:#111827;margin:0 0 .2rem;font-size:.9rem;font-weight:600}.cot__tab--active .cot__tab-name{color:#2f7fe2}.cot__tab--productos.cot__tab--active .cot__tab-name{color:#af09cf}.cot__tab-desc{color:#6b7280;margin:0;font-size:.78rem;line-height:1.4}.cot__loading{text-align:center;color:#6b7280;padding:3rem 1rem;font-size:.9rem}.cot__results{flex-direction:column;gap:.75rem;display:flex}.cot__card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;position:relative;overflow:visible}.cot__card--best{border-color:#2f7fe2}.cot__card-main{align-items:center;gap:1rem;min-height:134px;padding:0 0 0 1rem;display:flex}.cot__card-logo{flex-shrink:0;justify-content:center;align-items:center;width:72px;display:flex}.cot__card-logo img{object-fit:contain;width:72px;height:56px}.cot__card-logo-placeholder{background:#f3f4f6;border-radius:6px;width:72px;height:56px}.cot__card-info{flex:1;min-width:0;padding:1rem 0}.cot__card-name-row{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.2rem;display:flex}.cot__card-name{color:#111827;margin:0;font-size:.95rem;font-weight:700}.cot__card-address{color:#6b7280;align-items:center;gap:.25rem;margin:0 0 .25rem;font-size:.8rem;display:flex}.cot__card-address:last-of-type{margin-bottom:.5rem}.cot__card-partial{color:#d97706;background:#fef3c7;border-radius:4px;width:fit-content;margin:.15rem 0 0;padding:.1rem .45rem;font-size:.72rem;font-weight:600}.cot__card-benefits{color:#7c3aed;background:#ede9fe;border-radius:4px;width:fit-content;margin:.15rem 0 0;padding:.1rem .45rem;font-size:.72rem;font-weight:600}.cot__card-ecommerce-btn{width:150px;height:32px;font-family:var(--font-family);color:#4e636d;box-sizing:border-box;white-space:nowrap;border:1px solid #4e636d;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:12px;font-weight:500;line-height:16px;text-decoration:none;transition:opacity .15s;display:inline-flex}.cot__card-ecommerce-btn:hover{opacity:.75}.cot__card-link{color:#374151;border:1px solid #d1d5db;border-radius:6px;align-items:center;gap:.3rem;padding:.3rem .65rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.cot__card-link:hover{color:#2f7fe2;border-color:#2f7fe2}.cot__card-price-col{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.15rem;min-width:120px;display:flex}.cot__card-price-label{color:#6b7280;margin:0 0 .1rem;font-size:.75rem}.cot__card-price-original{color:#9ca3af;font-size:.8rem;text-decoration:line-through}.cot__card-price-final{color:#111827;font-size:1.25rem;font-weight:700}.cot__card-benefit{color:#fff;white-space:nowrap;background:linear-gradient(90deg,#6c85ff 0%,#9bd4ec 100%);border-radius:4px;align-items:center;gap:6px;height:20px;padding:2px 8px;font-size:.72rem;font-weight:600;display:inline-flex}.cot__card-sub-label{color:#9ca3af;font-size:.72rem}.cot__card-benefit--inline{display:none}.cot__card-chevron{cursor:pointer;color:#fff;background:#2f7fe2;border:none;border-radius:0 8px 8px 0;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;width:46px;transition:background .15s;display:flex}.cot__card-chevron:hover{background:#1a6fd4}.cot__card-expanded-meta{border-bottom:1px solid #dbeafe;flex-direction:column;gap:.25rem;margin-bottom:.5rem;padding-bottom:.75rem;display:none}.cot__card-expanded-meta-title{font-family:var(--font-family);letter-spacing:0;color:#282e55;margin:0 0 .25rem;font-size:14px;font-style:normal;font-weight:400;line-height:1}.cot__card-expanded{font-family:var(--font-family);background:#f1f8fe;border-radius:0 0 8px 8px;flex-direction:column;padding:.5rem 1rem;font-size:14px;font-weight:400;line-height:22px;display:flex}.cot__card-expanded-header{color:#111827;grid-template-columns:1fr 95px 60px 120px;gap:.5rem;margin-bottom:.25rem;padding-bottom:.75rem;font-weight:700;display:grid}.cot__card-expanded-header--benefits{grid-template-columns:1fr 95px 60px 100px 110px}.cot__card-expanded-header span:not(:first-child),.cot__card-item-price-list,.cot__card-item-qty,.cot__card-item-price,.cot__card-item-benefit{text-align:right}.cot__card-expanded-header span{white-space:nowrap}.cot__card-item-price-list{color:#374151;text-decoration:none}.cot__card-item{grid-template-columns:1fr 95px 60px 120px;align-items:center;gap:.5rem;padding:.5rem 0;display:grid}.cot__card-item-values{display:contents}.cot__card-item--benefits{grid-template-columns:1fr 95px 60px 100px 110px}.cot__card-item-benefit{color:#111827;margin:0;font-weight:400}.cot__card-item-benefit-wrap{cursor:pointer;align-items:center;gap:.35rem;display:inline-flex;position:relative}.cot__card-item-benefit-eye{cursor:pointer;opacity:.7;align-items:center;line-height:0;display:inline-flex;position:relative}.cot__card-item-benefit-eye:hover{opacity:1}.cot__benefit-popover{z-index:100;white-space:nowrap;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:280px;padding:1.25rem 1.25rem 1rem;display:none;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 4px 20px #0000001a}.cot__card-item-benefit-eye:hover .cot__benefit-popover{display:block}.cot__product-store-benefit .cot__benefit-popover{top:auto;bottom:calc(100% + 6px)}.cot__benefit-popover-title{color:#111827;text-align:left;margin:0 0 1rem;font-size:1rem;font-weight:700}.cot__benefit-popover-row{padding:.6rem 0;font-size:.9rem}.cot__benefit-popover-info{flex-direction:column;align-items:flex-start;display:flex}.cot__benefit-popover-name-row{align-items:center;gap:.5rem;display:flex}.cot__benefit-popover-name{font-family:var(--font-family);letter-spacing:0%;color:#4e5562;font-size:14px;font-weight:400;line-height:20px}.cot__benefit-popover-amount{font-family:var(--font-family);letter-spacing:0%;color:#4e5562;text-align:left;padding-left:calc(16px + .5rem);font-size:14px;font-weight:600;line-height:20px}.benefit-icon{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:11px;display:inline-flex}.cot__card-item-name{color:#374151;white-space:nowrap;text-overflow:ellipsis;margin:0;overflow:hidden}.cot__card-item-qty{color:#374151;margin:0}.cot__card-item-price{color:#111827;margin:0;font-weight:400}.cot__partial-divider{box-sizing:border-box;width:100%;font-family:var(--font-family);color:#055160;background:#cff4fc;border:1px solid #b6effb;border-radius:4px;align-items:center;gap:10px;margin-top:1.75rem;margin-bottom:.75rem;padding:16px;font-size:16px;font-weight:400;line-height:150%;display:flex}.cot__partial-divider span{white-space:normal;width:100%;line-height:1.5;display:inline-block}.cot__partial-divider strong{color:#055160;font-weight:700}.cot__product-info-row{display:none}.cot__card-benefit--desktop{display:inline-flex}.cot__product-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:visible}.cot__product-row{align-items:stretch;min-height:120px;display:flex}.cot__product-left{border-right:1px solid #f3f4f6;flex:0 0 260px;align-items:center;gap:.75rem;padding:1rem .75rem 1rem 1rem;display:flex}.cot__product-img-wrap{background:#f9fafb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}.cot__product-img{object-fit:contain;width:100%;height:100%}.cot__product-info{min-width:0}.cot__product-label{color:#6b7280;margin:0 0 .15rem;font-size:.75rem}.cot__product-name{color:#1e3a5f;margin:0 0 .15rem;font-size:.9rem;font-weight:700;line-height:1.3}.cot__product-lab{color:#6b7280;margin:0;font-size:.78rem}.cot__product-pharmacy{border-right:1px solid #f3f4f6;flex-direction:column;flex:1;justify-content:center;gap:.2rem;min-width:0;padding:1rem .75rem;display:flex}.cot__product-pharmacy-name{color:#111827;margin:0;font-size:.95rem;font-weight:700}.cot__product-address{color:#6b7280;align-items:flex-start;gap:.2rem;margin:0 0 .25rem;font-size:.78rem;display:flex}.cot__product-unavailable{color:#ef4444;margin:0;font-size:.78rem}.cot__product-price-col{flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-end;gap:.1rem;min-width:120px;padding:1rem .75rem;display:flex}.cot__product-card .cot__card-price-col{justify-content:center;padding:1rem .75rem}.cot__product-price-label{color:#6b7280;margin:0;font-size:.75rem}.cot__product-price-original{color:#9ca3af;margin:0;font-size:.8rem;text-decoration:line-through}.cot__product-subtotal{color:#111827;margin:0;font-size:1.25rem;font-weight:700}.cot__product-subtotal--na{color:#9ca3af;font-weight:400}.cot__product-store{color:#6b7280;align-items:center;gap:.2rem;margin:0;font-size:.78rem;display:flex}.cot__product-stores{font-family:var(--font-family);background:#faf8ff;flex-direction:column;padding:.5rem 1rem;font-size:14px;font-weight:400;line-height:22px;display:flex}.cot__product-stores-header{color:#111827;grid-template-columns:1fr auto 120px;gap:1rem;margin-bottom:.25rem;padding-bottom:.75rem;font-weight:700;display:grid}.cot__product-stores-header span:not(:first-child),.cot__product-store-price,.cot__product-store-benefit,.cot__product-stores-header-beneficio{text-align:right}.cot__product-store-benefit{color:#374151;justify-content:flex-end;align-items:center;font-weight:400;display:flex}.cot__product-store-item{grid-template-columns:1fr auto 120px;align-items:center;gap:1rem;padding:.5rem 0;display:grid}.cot__product-stores--benefits .cot__product-stores-header,.cot__product-stores--benefits .cot__product-store-item{grid-template-columns:1fr 150px auto 120px}.cot__product-stores-header--benefits{grid-template-columns:1fr 150px auto 120px!important}.cot__product-stores-table{grid-template-columns:minmax(200px,1fr) 120px auto;align-items:center;gap:0 4rem;display:grid}.cot__product-stores-table--benefits{grid-template-columns:minmax(200px,1fr) 150px 120px auto}.cot__product-stores-header-row,.cot__product-stores-row{display:contents}.cot__stores-col-header{color:#111827;text-align:right;padding-bottom:.75rem;font-weight:700}.cot__stores-col-header:first-child{text-align:left}.cot__stores-col-header--right{text-align:right}.cot__product-stores-row .cot__product-store-name,.cot__product-stores-row .cot__product-store-benefit,.cot__product-stores-row .cot__product-store-location-btn,.cot__product-stores-row .cot__product-store-price{padding:.5rem 0}.cot__product-store-name{color:#374151}.cot__product-store-values{display:contents}.cot__store-modal{background:#fff;border-radius:12px;width:506px;max-width:90vw;min-height:152px;overflow:hidden;box-shadow:0 8px 32px #0000002e}.cot__store-modal-body{padding:1rem 1.25rem 1.25rem}.cot__store-modal .cot__modal-header{border-bottom:none}.cot__store-modal .cot__modal-title{font-family:var(--font-family);letter-spacing:0%;color:#111827;font-size:16px;font-weight:600;line-height:28px}.cot__store-popup-chain{font-family:var(--font-family);letter-spacing:0%;color:#5b5f7d;margin:0 0 .25rem;font-size:14px;font-weight:600;line-height:28px}.cot__store-popup-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.cot__store-popup-address{font-family:var(--font-family);letter-spacing:0%;color:#374151;text-underline-offset:2px;align-items:center;gap:6px;font-size:14px;font-weight:400;line-height:27px;text-decoration:underline;display:inline-flex}.cot__store-popup-address:hover{color:#2f7fe2}.cot__product-store-location-btn{width:129px;height:32px;font-family:var(--font-family);color:#374151;white-space:nowrap;box-sizing:border-box;cursor:pointer;background:#faf8ff;border:1px solid #9ca3af;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:400;text-decoration:none;transition:opacity .15s;display:inline-flex}.cot__product-store-location-btn:hover{opacity:.75}.cot__product-store-price{color:#111827;font-weight:400}.cot__products-total{border-top:2px solid #e5e7eb;justify-content:space-between;align-items:center;margin-top:.25rem;padding:1rem;display:flex}.cot__products-total-label{color:#6b7280;font-size:.875rem;font-weight:500}.cot__products-total-value{color:#111827;font-size:1.2rem;font-weight:700}.cot__modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cot__modal{background:#fff;border-radius:12px;flex-direction:column;width:420px;max-width:90vw;max-height:70vh;display:flex;overflow:hidden;box-shadow:0 8px 32px #0000002e}.cot__modal-header{border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.cot__modal-title{color:#111827;margin:0;font-size:1rem;font-weight:700}.cot__modal-close{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:1.1rem;transition:background .15s}.cot__modal-close:hover{background:#f3f4f6}.cot__modal-input{border:1.5px solid #d1d5db;border-radius:8px;outline:none;flex-shrink:0;margin:.75rem 1.25rem;padding:.55rem .75rem;font-size:.9rem}.cot__modal-input:focus{border-color:#2f7fe2}.cot__modal-list{margin:0;padding:0 0 .5rem;list-style:none;overflow-y:auto}.cot__modal-option{color:#374151;cursor:pointer;padding:.6rem 1.25rem;font-size:.875rem;transition:background .1s}.cot__modal-option:hover{color:#2f7fe2;background:#f0f7ff}.cot__results-empty{text-align:center;color:#6b7280;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;font-size:.9rem;display:flex}.cot__no-results{text-align:center;flex-direction:column;align-items:center;width:521px;max-width:100%;margin:auto;padding:4rem 0;display:flex}.cot__no-results-icon{margin-bottom:1.5rem}.cot__no-results-title{font-family:var(--font-family);letter-spacing:0%;text-align:center;color:#111827;margin:0;font-size:20px;font-weight:600;line-height:45px}.cot__no-results-sub{font-family:var(--font-family);letter-spacing:0%;text-align:center;color:#111827;margin:0;font-size:18px;font-weight:400;line-height:39px}.cot__select-commune-btn{color:#fff;cursor:pointer;background:#2f7fe2;border:none;border-radius:999px;padding:.6rem 1.5rem;font-size:.875rem;font-weight:600;transition:background .15s}.cot__select-commune-btn:hover{background:#1a6fd4}.cot__sidebar-card{box-sizing:border-box;background:#fff;border:1px solid #2f7fe2;border-radius:8px;min-width:0;padding:1.25rem;position:sticky;top:1.5rem}.cot__sidebar-title{color:#2f7fe2;margin:0 0 1rem;font-size:1rem;font-weight:700}.cot__sidebar-list{flex-direction:column;gap:.65rem;margin:0 0 1.25rem;padding:0;list-style:none;display:flex}.cot__sidebar-item{border-bottom:1px solid #f0f4f8;align-items:flex-start;gap:.5rem;padding-bottom:.65rem;display:flex}.cot__sidebar-item:last-child{border-bottom:none;padding-bottom:0}.cot__sidebar-item-img-wrap{background:#f3f4f6;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.cot__sidebar-item-img{object-fit:contain;width:100%;height:100%}.cot__sidebar-item-placeholder{background:#e5e7eb;border-radius:6px;flex-shrink:0;width:40px;height:40px}.cot__sidebar-item-body{flex:1;min-width:0}.cot__sidebar-item-name{color:#374151;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .1rem;font-size:.8rem;font-weight:600;line-height:1.3;overflow:hidden}.cot__sidebar-item-lab{color:#9ca3af;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .35rem;font-size:.72rem;overflow:hidden}.cot__sidebar-item-row{justify-content:space-between;align-items:center;gap:.5rem;min-width:0;display:flex}.cot__sidebar-stepper{border:1.5px solid #2f7fe2;border-radius:999px;align-items:center;height:28px;display:flex;overflow:hidden}.cot__stepper-btn{cursor:pointer;color:#2f7fe2;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s;display:flex}.cot__stepper-btn:hover{background:#f0f7ff}.cot__stepper-btn--plus{color:#fff;background:#2f7fe2;font-size:1.1rem;font-weight:700}.cot__stepper-btn--plus:hover{background:#1a6fd4}.cot__stepper-qty{color:#111827;text-align:center;min-width:20px;font-size:.8rem;font-weight:600}.cot__sidebar-item-price{color:#111827;white-space:nowrap;font-size:.8rem;font-weight:700}.cot__sidebar-add{color:#fff;cursor:pointer;background:#2f7fe2;border:none;border-radius:8px;width:100%;padding:.6rem 1rem;font-size:.875rem;font-weight:600;transition:background .15s}.cot__sidebar-add:hover{background:#1a6fd4}.cot__empty{text-align:center;color:#6b7280;flex-direction:column;align-items:center;gap:1.25rem;padding:4rem 2rem;display:flex}.cot__empty-icon{opacity:1;width:194.58px;height:220.88px}.cot__empty-btn{color:#fff;background:#2f7fe2;border-radius:999px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block}.cot__empty-btn:hover{background:#1a6fd4}@media (width>=769px) and (width<=1120px){.cot__container{padding:2rem 1.25rem 0}.cot__layout{grid-template-columns:1fr;gap:1.25rem}.cot__sidebar{order:-1}.cot__sidebar-card{position:static}.cot__sidebar-title{font-size:1.1rem}.cot__sidebar-list{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;display:grid}.cot__sidebar-item-name{white-space:normal;font-size:.9rem}.cot__sidebar-item-lab{white-space:normal;font-size:.8rem}.cot__sidebar-item-price{font-size:.9rem}.cot__sidebar-item-img-wrap,.cot__sidebar-item-placeholder{width:48px;height:48px}.cot__card-main{gap:.5rem}.cot__card-price-col{min-width:90px}.cot__card-expanded-header,.cot__card-item{grid-template-columns:1fr 85px 50px 100px;gap:.5rem;font-size:13px}.cot__card-expanded-header--benefits,.cot__card-item--benefits{grid-template-columns:1fr 85px 50px 100px 100px;gap:.5rem;font-size:13px}.cot__product-left{flex:0 0 200px}.cot__product-price-col{min-width:90px}.cot__product-stores-header,.cot__product-store-item{grid-template-columns:1fr auto 90px;font-size:13px}.cot__product-stores--benefits .cot__product-stores-header,.cot__product-stores--benefits .cot__product-store-item{grid-template-columns:1fr 80px auto 90px}}@media (width<=768px){.cot__card{box-shadow:none;border:none;border-bottom:1px solid #e5e7eb;border-radius:0;padding-bottom:.75rem}.cot__card--best{box-shadow:none;border:none;border-bottom:1px solid #e5e7eb}.cot__results{gap:1.25rem}.cot__container{padding:1.5rem 1rem 0}.cot__title{margin-bottom:.4rem;font-size:22px;line-height:30px}.cot__subtitle{margin-bottom:1.75rem;font-size:14px}.cot__layout{grid-template-columns:1fr;gap:1.25rem}.cot__sidebar{order:-1}.cot__sidebar-card{position:static}.cot__main{flex-direction:column;display:flex}.cot__tabs{order:1;grid-template-columns:1fr;margin-bottom:1.75rem}.cot__filters-row{flex-flow:wrap;order:2;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:1.75rem}.cot__results,.cot__results-empty,.cot__no-results{order:3}.cot__filters-row{gap:.5rem}.cot__commune-label{text-align:left;box-sizing:border-box;background:#f5f7fa;border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:.4rem;min-width:0;min-height:98px;padding:1rem;font-size:.82rem}.cot__commune-label-title{font-family:var(--font-family);letter-spacing:0;color:#374151;font-size:16px;font-style:normal;font-weight:400;line-height:1}.cot__commune-label-value{font-family:var(--font-family);letter-spacing:0;border-bottom-color:#d0d6df;justify-content:flex-start;align-items:center;gap:.75rem;font-size:16px;font-style:normal;font-weight:400;line-height:1;display:flex}.cot__commune-label-value strong{font-weight:400}.cot__commune-label .cot__commune-edit{background:0 0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.cot__commune-label .cot__commune-edit img{filter:invert(38%)sepia(95%)saturate(1200%)hue-rotate(196deg)brightness(95%)contrast(95%)}.cot__distance-wrapper{box-sizing:border-box;background:#f5f7fa;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:69px;min-height:98px;display:flex}.cot__distance-btn{box-sizing:border-box;background:0 0;border:none;border-radius:6px;justify-content:center;gap:0;width:100%;height:100%;padding:0;font-size:0}.cot__distance-btn:before{content:"";background-image:url(/hamburger-icon.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;flex-shrink:0;width:24px;height:24px;display:block}.cot__distance-btn svg{display:none}.cot__distance-menu{inset:auto 0 calc(100% + 6px) auto}.cot__map-btn{box-sizing:border-box;order:10;justify-content:center;width:100%;height:44px;padding:0 .75rem;font-size:16px}.cot__partial-divider{font-size:14px}.cot__partial-divider span{white-space:normal;width:auto;height:auto;line-height:1.5}.cot__tabs{grid-template-columns:1fr 1fr}.cot__tab{text-align:center;flex-direction:column;align-items:center;gap:.4rem;padding:.75rem .5rem}.cot__tab-icon{width:36px;height:36px}.cot__tab>div{flex-direction:column;align-items:center;display:flex}.cot__tab-desc{display:none}.cot__card-main{min-height:unset;grid-template-columns:1fr auto;grid-template-areas:"info info""logo price""chevron chevron";align-items:center;gap:.25rem .5rem;padding:.75rem .75rem 0;display:grid}.cot__card-logo{grid-area:logo;justify-content:flex-start;align-items:center;width:80px;display:flex}.cot__card-logo img,.cot__card-logo-placeholder{object-fit:contain;border-radius:8px;width:80px;height:80px}.cot__card-info{grid-area:info;min-width:0;padding:0}.cot__card-name-row{justify-content:space-between;margin-bottom:0}.cot__card-main .cot__card-address,.cot__card-main .cot__card-partial,.cot__card-main .cot__card-ecommerce-btn{display:none}.cot__card-expanded-meta{display:flex}.cot__card-name{white-space:normal;margin:0;font-size:.85rem}.cot__card-price-col{min-width:unset;flex-shrink:0;grid-area:price;justify-self:end;align-items:flex-end;gap:.1rem;padding:0}.cot__card-price-label{font-size:.65rem}.cot__card-price-final{font-size:1rem}.cot__card-benefit--inline{display:inline-flex!important}.cot__card-price-col .cot__card-benefit{display:none}.cot__card-chevron{border-radius:8px;flex-shrink:0;grid-area:chevron;align-self:auto;width:100%;height:30px;margin:.1rem 0 .5rem}.cot__card-expanded-header{display:none}.cot__card-item,.cot__card-item--benefits{flex-direction:column;gap:.4rem;padding:.6rem 0;font-size:13px;display:flex}.cot__card-item-name{color:#111827;white-space:normal;font-size:.85rem;font-weight:600}.cot__card-item-values{gap:0;width:100%;display:flex}.cot__card-item-price-list,.cot__card-item-qty,.cot__card-item-benefit,.cot__card-item-price{text-align:left;color:#374151;flex-direction:column;flex:1;gap:.1rem;font-size:.78rem;display:flex}.cot__card-item-price-list:before{content:"Precio lista";color:#9ca3af;font-size:.65rem}.cot__card-item-qty:before{content:"Cantidad";color:#9ca3af;font-size:.65rem}.cot__card-item-benefit:before{content:"Beneficio";color:#9ca3af;font-size:.65rem}.cot__card-item-benefit-eye{opacity:1}.cot__benefit-popover{min-width:240px;inset:auto auto calc(100% + 6px) 0}.cot__card-item-price:before{content:"Precio final";color:#9ca3af;font-size:.65rem;font-weight:600}.cot__product-info-row{grid-area:info;justify-content:space-between;align-items:center;gap:.35rem;display:flex}.cot__product-row{grid-template-columns:1fr auto;grid-template-areas:"info info""left price""chevron chevron";align-items:center;gap:.25rem .5rem;padding:.75rem .75rem 0;display:grid}.cot__product-left{border-bottom:none;border-right:none;flex:none;grid-area:left;width:80px;padding:0}.cot__product-img-wrap{border-radius:8px;width:80px;height:80px}.cot__product-left .cot__product-info,.cot__product-pharmacy{display:none}.cot__product-card .cot__card-price-col{min-width:unset;grid-area:price;justify-self:end;align-items:flex-end;width:auto;padding:0}.cot__product-stores-header,.cot__product-stores-header-row{display:none}.cot__product-stores-table,.cot__product-stores-table--benefits{grid-template-columns:unset;flex-direction:column;gap:0;display:flex}.cot__product-stores-row,.cot__product-stores--benefits .cot__product-stores-row{flex-direction:column;gap:.4rem;padding:.6rem 0;font-size:13px;display:flex}.cot__product-store-name,.cot__product-stores-row .cot__product-store-name{color:#111827;padding:0;font-size:.85rem;font-weight:600}.cot__product-store-values{align-items:flex-end;gap:.5rem;width:100%;display:flex}.cot__product-stores-row .cot__product-store-benefit,.cot__product-stores-row .cot__product-store-location-btn,.cot__product-stores-row .cot__product-store-price{padding:0}.cot__product-store-benefit{color:#374151;flex-direction:column;flex:1;justify-content:flex-end;align-items:flex-start;gap:.25rem;min-width:0;font-size:.78rem;display:flex}.cot__product-store-price{color:#374151;text-align:right;flex-direction:column;flex:1;justify-content:flex-end;align-items:flex-end;gap:.25rem;min-width:0;font-size:.78rem;display:flex}.cot__product-store-benefit:before{content:"Beneficio";color:#9ca3af;font-size:.65rem}.cot__product-store-price:before{content:"Precio final";color:#9ca3af;font-size:.65rem;font-weight:600}.cot__product-store-location-btn{box-sizing:border-box;white-space:nowrap;border-radius:6px;flex:none;align-self:flex-end;height:32px;padding:8px 16px;font-size:.72rem}.cot__card-benefit--desktop{display:none}.cot__product-name{white-space:normal;margin:0;font-size:.85rem}.cot__product-lab,.cot__product-label{display:none}}.cmap{background:#fff;flex-direction:column;height:calc(100vh - 64px);display:flex;overflow:hidden}.cmap__body{flex:1;display:flex;overflow:hidden}.cmap__sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;width:500px;display:flex;overflow:hidden}.cmap__map-wrap{flex:1;position:relative;overflow:hidden}.cmap__map{width:100%;height:100%}.cmap__topbar{box-sizing:border-box;background:#fff;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding:.75rem 2rem;display:flex}.cmap__filters{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.cmap__sort-group{align-items:center;gap:.4rem;display:flex}.cmap__sort-label{color:#111827;white-space:nowrap;font-size:.82rem;font-weight:600}.cmap__filter-group{align-items:center;gap:.35rem;display:flex}.cmap__filter-label{color:#6b7280;white-space:nowrap;font-size:.78rem}.cmap__filter-value{color:#111827;white-space:nowrap;font-size:.78rem;font-weight:600}.cmap__sort-wrapper{position:relative}.cmap__sort-btn{font-family:var(--font-family);color:#181d25;cursor:pointer;white-space:nowrap;box-sizing:border-box;background:#fff;border:1px solid #181d25;border-radius:24px;align-items:center;gap:6px;padding:6px 14px;font-size:.82rem;font-weight:500;transition:opacity .15s;display:inline-flex}.cmap__sort-btn:hover{opacity:.8}.cmap__sort-backdrop{z-index:99;position:fixed;inset:0}.cmap__sort-menu{z-index:100;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;min-width:140px;margin:0;padding:4px 0;list-style:none;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 4px 16px #0000001a}.cmap__sort-option{font-family:var(--font-family);color:#181d25;cursor:pointer;padding:10px 16px;font-size:.82rem;font-weight:500;transition:background .1s,color .1s}.cmap__sort-option:hover{color:#2f7fe2;background:#f0f7ff}.cmap__sort-option--active{color:#2f7fe2;font-weight:700}.cmap__filter-btn{font-family:var(--font-family);color:#111827;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #111827;border-radius:999px;padding:.3rem .75rem;font-size:.78rem;font-weight:500;transition:background .15s,color .15s,border-color .15s}.cmap__filter-btn--active{color:#fff;background:#111827}.cmap__filter-btn:hover:not(.cmap__filter-btn--active){color:#2f7fe2;border-color:#2f7fe2}.cmap__back-btn{font-family:var(--font-family);color:#fff;cursor:pointer;white-space:nowrap;background:#7c3aed;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.8rem;font-weight:600;transition:background .15s;display:inline-flex}.cmap__back-btn:hover{background:#6d28d9}.cmap__commune-row{color:#6b7280;border-bottom:1px solid #f3f4f6;flex-shrink:0;align-items:center;gap:.3rem;padding:.5rem 1rem;font-size:.8rem;display:flex}.cmap__commune-row strong{color:#111827;font-weight:700}.cmap__list{flex:1;overflow-y:auto}.cmap__loading{text-align:center;color:#6b7280;padding:2rem 1rem;font-size:.875rem}.cmap__card{cursor:pointer;background:#fff;border-bottom:1px solid #e5e7eb;transition:background .12s}.cmap__card:hover{background:#f9fafb}.cmap__card--selected{color:#2f7fe2;background:#f0f7ff;box-shadow:inset 3px 0 #2f7fe2}.cmap__card--selected .cmap__card-name,.cmap__card--selected .cmap__card-address,.cmap__card--selected .cmap__card-price-label,.cmap__card--selected .cmap__card-price-final,.cmap__card--selected .cmap__card-partial{color:#2f7fe2}.cmap__card-main{align-items:stretch;min-height:110px;display:flex}.cmap__card-logo{flex-shrink:0;justify-content:center;align-items:center;width:72px;padding:.75rem .5rem;display:flex}.cmap__card-logo img{object-fit:contain;width:56px;height:44px}.cmap__card-logo-placeholder{background:#f3f4f6;border-radius:6px;width:56px;height:44px}.cmap__card-info{flex-direction:column;flex:1;gap:.2rem;min-width:0;padding:.75rem .5rem .75rem 0;display:flex}.cmap__card-name-row{align-items:center;gap:.4rem;min-width:0;display:flex}.cmap__card-name{color:#111827;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.875rem;font-weight:700;overflow:hidden}.cmap__card-benefit--inline{display:none}.cmap__card-address{color:#6b7280;align-items:center;gap:.2rem;margin:0;font-size:.75rem;line-height:1.4;display:flex}.cmap__card-partial{color:#d97706;background:#fef3c7;border-radius:4px;width:fit-content;margin:.15rem 0 0;padding:.1rem .45rem;font-size:.72rem;font-weight:600}.cmap__card-online-btn{color:#374151;border:1px solid #d1d5db;border-radius:6px;align-items:center;gap:.25rem;width:fit-content;padding:.2rem .55rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.cmap__card-online-btn:hover{color:#2f7fe2;border-color:#2f7fe2}.cmap__card-price-col{flex-direction:column;justify-content:center;align-items:flex-end;gap:.1rem;min-width:110px;padding:.75rem .5rem;display:flex}.cmap__card-price-label{color:#6b7280;margin:0;font-size:.7rem}.cmap__card-price-original{color:#9ca3af;margin:0;font-size:.78rem;text-decoration:line-through}.cmap__card-price-final{color:#111827;margin:0;font-size:1.1rem;font-weight:700}.cmap__card-benefit{color:#2f7fe2;white-space:nowrap;background:#dbeafe;border-radius:4px;padding:.1rem .35rem;font-size:.68rem;font-weight:600}.cmap__card-chevron{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:52px;display:flex}.cmap__card-chevron:hover{background:#0000000a}.cmap__card-expanded{font-family:var(--font-family);background:#f1f8fe;padding:.5rem 1rem;font-size:13px;line-height:22px}.cmap__card-expanded-meta{border-bottom:1px solid #dbeafe;flex-direction:column;gap:.4rem;margin-bottom:.4rem;padding-bottom:.5rem;display:none}.cmap__card-expanded-header{color:#111827;border-bottom:1px solid #dbeafe;grid-template-columns:1fr 70px 100px;gap:.75rem;margin-bottom:.25rem;padding-bottom:.5rem;font-weight:700;display:grid}.cmap__card-expanded-header span:not(:first-child){text-align:right}.cmap__card-item{border-bottom:1px solid #e0eeff;grid-template-columns:1fr 70px 100px;align-items:center;gap:.75rem;padding:.35rem 0;display:grid}.cmap__card-item:last-child{border-bottom:none}.cmap__card-item-values{display:contents}.cmap__card-item-name{color:#374151;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cmap__card-item-qty{color:#374151;text-align:right}.cmap__card-item-price{color:#111827;text-align:right;font-weight:600}.cmap__marker{cursor:pointer;flex-direction:column;align-items:center;transition:transform .15s;display:flex}.cmap__marker-bubble{--pin-border:#fff;--pin-bg:#fff;--pin-text:#111827;background:var(--pin-bg);color:var(--pin-text);font-family:var(--font-family);white-space:nowrap;border:2.5px solid var(--pin-border);border-radius:8px;padding:6px 12px;font-size:13px;font-weight:700;position:relative;box-shadow:0 2px 8px #00000026}.cmap__marker-bubble:before{content:"";border-left:11px solid #0000;border-right:11px solid #0000;border-top:12px solid var(--pin-border);width:0;height:0;position:absolute;top:calc(100% + 2px);left:50%;transform:translate(-50%)}.cmap__marker-bubble:after{content:"";border-left:5px solid #0000;border-right:5px solid #0000;border-top:5px solid var(--pin-bg);width:0;height:0;position:absolute;top:calc(100% + 5px);left:50%;transform:translate(-50%)}.cmap__marker--selected{z-index:10}.cmap__marker--selected .cmap__marker-bubble{--pin-border:#2f7fe2;--pin-bg:#2f7fe2;--pin-text:#fff;box-shadow:0 4px 14px #2f7fe273}.cmap__empty{text-align:center;color:#6b7280;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.25rem;padding:2rem;display:flex}.cmap__mobile-bar,.cmap__mobile-distance-btn{display:none}.cmap__distance-modal-overlay{z-index:200;background:#0006;align-items:flex-end;display:flex;position:fixed;inset:0}.cmap__distance-modal{background:#fff;border-radius:20px 20px 0 0;flex-direction:column;gap:0;width:100%;max-height:85vh;padding:.75rem 1.25rem 2rem;display:flex;overflow-y:auto}.cmap__distance-modal-handle{background:#9ca3af;border-radius:999px;width:40px;height:4px;margin:0 auto 1rem}.cmap__distance-modal-section{font-family:var(--font-family);color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:1rem 0 .25rem;font-size:.78rem;font-weight:700}.cmap__distance-modal-section:first-of-type{margin-top:0}.cmap__distance-modal-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.cmap__distance-modal-option{font-family:var(--font-family);color:#374151;cursor:pointer;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:1rem 0;font-size:1rem;font-weight:500;transition:color .15s;display:flex}.cmap__distance-modal-option:last-child{border-bottom:none}.cmap__distance-modal-option:hover{color:#2f7fe2}.cmap__distance-modal-option--active{color:#2f7fe2;font-weight:700}.cmap__distance-modal-apply{color:#fff;width:100%;font-family:var(--font-family);cursor:pointer;background:#2f7fe2;border:none;border-radius:12px;margin-top:1.25rem;padding:.85rem;font-size:1rem;font-weight:700;transition:background .15s}.cmap__distance-modal-apply:hover{background:#1a6fd4}.cmap__sheet{display:none}.cmap__sheet-inner{background:#fff;border-top:1px solid #e5e7eb;border-radius:16px 16px 0 0;flex-direction:column;height:100%;display:flex;overflow:hidden;box-shadow:0 -4px 20px #00000026}.cmap__sheet-handle{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;flex-shrink:0;justify-content:center;align-items:center;padding:8px 0;display:flex}.cmap__sheet-handle:active{cursor:grabbing}.cmap__sheet-handle-bar{background:#9ca3af;border-radius:999px;width:40px;height:4px}.cmap__sheet-header{border-bottom:1px solid #f3f4f6;flex-shrink:0;padding:0 1rem .5rem}.cmap__sheet-header .cmap__commune-row{padding-left:0;padding-right:0}.cmap__sheet-title{color:#374151;font-size:.875rem;font-weight:600}.cmap__sheet-content{flex:1;overflow-y:auto}@media (width<=768px){.cmap{flex-direction:column;height:100dvh;display:flex}.cmap__body{flex:1;position:relative;overflow:hidden}.cmap__topbar{display:none}.cmap__mobile-bar{z-index:50;background:#fff;border-bottom:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;gap:.75rem;padding:.75rem 1rem;display:flex;position:relative}.cmap__filters-row{align-items:stretch;gap:.5rem;display:flex}.cmap__mobile-bar .cot__commune-label{text-align:center;color:#374151;background:#f5f7fa;border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.35rem;min-height:98px;padding:.75rem;font-size:.9rem;display:flex}.cmap__mobile-bar .cot__commune-label-title{color:#6b7280;font-size:.78rem;display:block}.cmap__mobile-bar .cot__commune-label-value{border-bottom:1px solid #d0d6df;align-items:center;gap:.75rem;padding-bottom:1px;display:inline-flex}.cmap__mobile-bar .cot__commune-edit{cursor:pointer;background:0 0;border:none;align-items:center;padding:2px;display:inline-flex}.cmap__mobile-bar .cot__commune-edit img,.cmap__mobile-bar .cot__commune-edit svg{filter:invert(35%)sepia(90%)saturate(500%)hue-rotate(190deg)brightness(95%);width:16px;height:16px}.cmap__mobile-distance-btn{cursor:pointer;background:#f5f7fa;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:69px;min-height:98px;padding:0;display:flex}.cmap__back-btn--mobile{border-radius:24px;justify-content:center;width:100%;height:44px}.cmap__sidebar{display:none}.cmap__map-wrap{height:100%;position:absolute;inset:0}.cmap__sheet{z-index:40;flex-direction:column;display:flex;position:absolute;bottom:0;left:0;right:0}.cmap__card-main{min-height:unset;grid-template-columns:1fr auto;grid-template-areas:"info info""logo price""chevron chevron";align-items:center;gap:.25rem .5rem;padding:.75rem .75rem 0;display:grid}.cmap__card-logo{grid-area:logo;justify-content:flex-start;width:80px;padding:0}.cmap__card-logo img,.cmap__card-logo-placeholder{border-radius:8px;width:80px;height:80px}.cmap__card-info{grid-area:info;min-width:0;padding:0}.cmap__card-name-row{justify-content:space-between;width:100%}.cmap__card-name{white-space:normal}.cmap__card-benefit--inline{display:inline-flex}.cmap__card-price-col .cmap__card-benefit,.cmap__card-main .cmap__card-address,.cmap__card-main .cmap__card-online-btn{display:none}.cmap__card-expanded-meta{display:flex}.cmap__card-price-col{min-width:unset;grid-area:price;justify-self:end;align-items:flex-end;gap:.1rem;padding:0}.cmap__card-chevron{grid-area:chevron;width:100%;height:34px;margin:.1rem 0 .5rem}.cmap__card-expanded-header{display:none}.cmap__card-item{flex-direction:column;gap:.4rem;padding:.6rem 0;display:flex}.cmap__card-item-name{color:#111827;white-space:normal;font-size:.85rem;font-weight:600}.cmap__card-item-values{width:100%;display:flex}.cmap__card-item-qty,.cmap__card-item-price{text-align:left;flex-direction:column;flex:1;gap:.1rem;font-size:.78rem;display:flex}.cmap__card-item-qty:before{content:"Cantidad";color:#9ca3af;font-size:.65rem}.cmap__card-item-price:before{content:"Precio final";color:#9ca3af;font-size:.65rem}}.terms{background:#fff;flex:1;padding:2.5rem 1.5rem 4rem}.terms__container{flex-direction:column;align-items:center;gap:2.5rem;width:min(100%,966px);margin:0 auto;display:flex}.terms__header{flex-direction:column;gap:16px;width:791px;max-width:100%;display:flex}.terms__title{letter-spacing:0;text-align:center;color:#000;margin:0;font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:48px}.terms__date{letter-spacing:0;text-align:center;color:#000;margin:0;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.terms__section{flex-direction:column;gap:16px;width:966px;max-width:100%;display:flex}.terms__heading{letter-spacing:0;color:#000;margin:0;font-family:Inter,sans-serif;font-size:24px;font-weight:600;line-height:32px}.terms__text{letter-spacing:0;color:#000;margin:0;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media (width<=768px){.terms{padding:1.5rem 1rem 3rem}.terms__title{font-size:22px}.terms__heading{font-size:16px}}.rut-banner{box-sizing:border-box;background:#eaf0fb;border:1px solid #d5e2f7;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;width:1296px;max-width:calc(100% - 144px);height:70px;margin:1.5rem auto 0;padding:0 1.5rem;display:flex}.rut-banner--saved{justify-content:space-between}.rut-banner__text{font-family:var(--font-family);color:#2358ae;white-space:nowrap;margin:0;font-size:15px;font-weight:500}.rut-banner__controls{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.rut-banner__input{width:280px;height:42px;font-family:var(--font-family);color:#6c727f;background:#fff;border:1px solid #8bb7f9;border-radius:8px;outline:none;padding:0 1rem;font-size:14px;transition:border-color .15s,box-shadow .15s}.rut-banner__input::placeholder{color:#9ca3af}.rut-banner__input:focus{border-color:#2f7fe2;box-shadow:0 0 0 3px #2f7fe226}.rut-banner__btn{color:#2358ae;height:38px;font-family:var(--font-family);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #2358ae;border-radius:8px;padding:0 1.25rem;font-size:14px;font-weight:500;transition:background .15s,color .15s}.rut-banner__btn:hover{color:#fff;background:#2358ae}.rut-banner__toast{z-index:50;height:56px;font-family:var(--font-family);border-radius:10px;align-items:center;gap:10px;max-width:calc(100vw - 48px);padding:12px 16px;font-size:15px;font-weight:700;display:flex;position:fixed;top:163px;right:20px;box-shadow:0 2px 6px #0000001a}.rut-banner__toast--success{color:#fff;background:#22c55e;border:none}.rut-banner__toast--error{color:#f76c72;background:#fff1f3;border:1px solid #f76c72}.rut-banner__toast-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.rut-banner__toast--success .rut-banner__toast-icon{background:#fff3}.rut-banner__toast--error .rut-banner__toast-icon{background:#f76c7226}@media (width<=900px){.rut-banner{flex-direction:column;align-items:flex-start;width:auto;max-width:calc(100% - 2rem);height:auto;min-height:70px;margin:1.5rem auto 0;padding:.75rem 1rem}.rut-banner--saved{flex-direction:row;align-items:center;gap:.5rem}.rut-banner--saved .rut-banner__text{flex:1;min-width:0}.rut-banner__text{white-space:normal}.rut-banner__controls{flex-shrink:1;width:100%}.rut-banner__input{flex:1;width:auto;min-width:0}.rut-banner__btn{flex-shrink:0}}
