.section-exhibiciones-studio{margin:0}.ecx-studio,.ecx-studio *{box-sizing:border-box}.ecx-studio{--ecx-ink: var(--ec-ink, #111114);--ecx-ink-2: var(--ec-ink-2, #1a1a20);--ecx-muted: var(--ec-muted, #686873);--ecx-line: var(--ec-line, #dedee3);--ecx-paper: var(--ec-paper, #ffffff);--ecx-soft: var(--ec-soft, #f4f4f2);--ecx-orange: var(--ec-orange, #ff751f);--ecx-purple: var(--ec-purple, #6e39ff);--ecx-panel-radius: 2.4rem;--ecx-control-radius: 1.2rem;position:relative;isolation:isolate;min-height:72vh;padding:clamp(3.2rem,5vw,7.2rem) 0 clamp(5rem,7vw,9rem);overflow:clip;color:var(--ecx-ink);background:radial-gradient(circle at 8% 5%,color-mix(in srgb,var(--ecx-purple) 8%,transparent),transparent 28rem),linear-gradient(180deg,#fbfbfc,#f3f3f5);font-family:var(--font-body-family),Inter,ui-sans-serif,system-ui,sans-serif}.ecx-studio__ambient{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.38;background-image:linear-gradient(rgba(17,17,20,.025) .1rem,transparent .1rem),linear-gradient(90deg,rgba(17,17,20,.025) .1rem,transparent .1rem);background-size:5.6rem 5.6rem;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 55%);mask-image:linear-gradient(to bottom,#000,transparent 55%)}.ecx-studio__inner{max-width:160rem}.ecx-intro{display:flex;align-items:end;justify-content:space-between;gap:3rem;margin-bottom:clamp(2.8rem,4vw,4.8rem)}.ecx-kicker{display:inline-flex;align-items:center;gap:.9rem;margin:0 0 1.1rem;color:var(--ecx-purple);font-size:1.15rem;font-weight:850;letter-spacing:.14em;line-height:1;text-transform:uppercase}.ecx-kicker:before{width:2.2rem;height:.3rem;border-radius:99rem;background:linear-gradient(90deg,var(--ecx-purple),var(--ecx-orange));content:""}.ecx-intro h1{margin:0;color:var(--ecx-ink);font-family:var(--font-heading-family),Archivo,sans-serif;font-size:clamp(3.6rem,5vw,7.4rem);font-weight:800;letter-spacing:-.055em;line-height:.95}.ecx-intro__copy{max-width:68rem;margin:1.6rem 0 0;color:var(--ecx-muted);font-size:1.45rem;line-height:1.65}.ecx-intro__actions{display:flex;flex:0 0 auto;gap:1rem}.ecx-button{-webkit-appearance:none;appearance:none;display:inline-flex;min-height:4.8rem;align-items:center;justify-content:center;gap:.9rem;padding:1.2rem 1.9rem;border:.1rem solid transparent;border-radius:99rem;font:inherit;font-size:1.35rem;font-weight:800;line-height:1;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.ecx-button svg{width:1.8rem;height:1.8rem;fill:currentColor}.ecx-button:hover{transform:translateY(-.15rem)}.ecx-button--secondary{border-color:#11111424;color:var(--ecx-ink);background:#fffc}.ecx-button--secondary:hover{border-color:#11111447;background:#fff}.ecx-button--primary{color:#fff;background:var(--ecx-ink);box-shadow:0 1rem 3rem #11111429}.ecx-button--primary:hover{background:#25252c;box-shadow:0 1.4rem 3.5rem #11111438}.ecx-workspace{display:grid;grid-template-columns:minmax(32rem,38rem) minmax(0,1fr);align-items:start;gap:clamp(2rem,3vw,4rem)}.ecx-panel{position:sticky;top:1.6rem;z-index:8;max-height:calc(100vh - 3.2rem);padding:2rem;overflow:auto;border:.1rem solid rgba(17,17,20,.1);border-radius:var(--ecx-panel-radius);background:#fffffff0;box-shadow:0 2.4rem 7rem #11111417;scrollbar-color:rgba(17,17,20,.22) transparent;scrollbar-width:thin;-webkit-backdrop-filter:blur(2rem);backdrop-filter:blur(2rem)}.ecx-panel__header,.ecx-stage__top{display:flex;align-items:center;justify-content:space-between;gap:1.2rem}.ecx-panel__header{margin-bottom:2rem;padding-bottom:1.7rem;border-bottom:.1rem solid rgba(17,17,20,.1)}.ecx-panel__header>div,.ecx-stage__top>div{display:flex;align-items:center;gap:1rem}.ecx-panel__header h2{margin:0;color:var(--ecx-ink);font-family:var(--font-heading-family),Archivo,sans-serif;font-size:1.7rem;font-weight:800;letter-spacing:-.025em}.ecx-panel__step{display:inline-grid;width:2.8rem;height:2.8rem;flex:0 0 auto;place-items:center;border-radius:50%;color:#fff;background:var(--ecx-ink);font-size:1rem;font-weight:850;letter-spacing:.04em}.ecx-live-dot{display:inline-flex;align-items:center;gap:.55rem;color:#157346;font-size:1.05rem;font-weight:750;white-space:nowrap}.ecx-live-dot i{width:.7rem;height:.7rem;border-radius:50%;background:#21a866;box-shadow:0 0 0 .4rem #21a8661f}.ecx-control-group{position:relative;min-width:0;margin-bottom:1.6rem}.ecx-control-group:last-child{margin-bottom:0}.ecx-control-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem}.ecx-label{display:block;margin:0 0 .7rem;color:#37373f;font-size:1.12rem;font-weight:800;letter-spacing:.035em;line-height:1.3;text-transform:uppercase}.ecx-input,.ecx-select{-webkit-appearance:none;appearance:none;width:100%;min-width:0;height:4.5rem;padding:0 1.25rem;border:.1rem solid rgba(17,17,20,.16);border-radius:var(--ecx-control-radius);outline:0;color:var(--ecx-ink);background:#fff;font:inherit;font-size:1.25rem;line-height:1;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.ecx-input::placeholder{color:#92929b;opacity:1}.ecx-input:focus,.ecx-select:focus{border-color:color-mix(in srgb,var(--ecx-purple) 75%,#fff);box-shadow:0 0 0 .35rem color-mix(in srgb,var(--ecx-purple) 12%,transparent)}.ecx-select-wrap{position:relative}.ecx-select-wrap .ecx-select{padding-right:3.5rem}.ecx-select-wrap>svg{position:absolute;top:50%;right:1.05rem;width:1.9rem;height:1.9rem;pointer-events:none;transform:translateY(-50%);fill:#686873}.ecx-search{position:relative}.ecx-search>svg{position:absolute;top:50%;left:1.25rem;width:1.8rem;height:1.8rem;z-index:2;transform:translateY(-50%);fill:#6f6f78}.ecx-search__input{padding-right:4.2rem;padding-left:4rem}.ecx-search__spinner{position:absolute;top:calc(50% - .8rem);right:1.35rem;display:none;width:1.6rem;height:1.6rem;border:.2rem solid rgba(17,17,20,.16);border-top-color:var(--ecx-purple);border-radius:50%;animation:ecx-spin .65s linear infinite}.ecx-search.is-loading .ecx-search__spinner{display:block}@keyframes ecx-spin{to{transform:rotate(360deg)}}.ecx-search-results{position:absolute;top:calc(100% - .2rem);right:0;left:0;z-index:30;max-height:34rem;padding:.6rem;overflow:auto;border:.1rem solid rgba(17,17,20,.12);border-radius:1.4rem;background:#fff;box-shadow:0 2rem 5rem #11111429}.ecx-search-results[hidden]{display:none}.ecx-search-result{-webkit-appearance:none;appearance:none;display:grid;width:100%;grid-template-columns:5.2rem minmax(0,1fr);align-items:center;gap:1rem;padding:.8rem;border:0;border-radius:1rem;color:var(--ecx-ink);background:transparent;text-align:left;cursor:pointer}.ecx-search-result:hover,.ecx-search-result:focus-visible{outline:0;background:var(--ecx-soft)}.ecx-search-result img,.ecx-search-result__placeholder{width:5.2rem;height:5.2rem;border:.1rem solid rgba(17,17,20,.08);border-radius:.9rem;background:#fff;object-fit:contain}.ecx-search-result__placeholder{display:grid;place-items:center;color:#aaaab2;font-weight:800}.ecx-search-result strong,.ecx-search-result small{display:block}.ecx-search-result strong{display:-webkit-box;overflow:hidden;color:#24242b;font-size:1.16rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ecx-search-result small{margin-top:.35rem;color:#74747d;font-size:1.05rem}.ecx-search-results__empty{margin:0;padding:1.8rem 1.2rem;color:var(--ecx-muted);font-size:1.2rem;text-align:center}.ecx-help{margin:.65rem 0 0;color:#85858e;font-size:1.05rem;line-height:1.45}.ecx-image-picker{display:flex;gap:.7rem;padding:.2rem 0 .5rem;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-color:rgba(17,17,20,.2) transparent;scrollbar-width:thin}.ecx-image-option{-webkit-appearance:none;appearance:none;display:grid;width:5.6rem;height:5.6rem;flex:0 0 auto;place-items:center;padding:.35rem;overflow:hidden;border:.1rem solid rgba(17,17,20,.14);border-radius:1.1rem;background:#fff;scroll-snap-align:start;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.ecx-image-option img{width:100%;height:100%;object-fit:contain}.ecx-image-option:hover{transform:translateY(-.15rem)}.ecx-image-option.is-selected{border-color:var(--ecx-purple);box-shadow:0 0 0 .25rem color-mix(in srgb,var(--ecx-purple) 13%,transparent)}.ecx-disclosure{margin:0 -.4rem;border-top:.1rem solid rgba(17,17,20,.1)}.ecx-disclosure summary{display:flex;min-height:5.7rem;align-items:center;justify-content:space-between;gap:1rem;padding:1rem .4rem;color:var(--ecx-ink);font-size:1.3rem;font-weight:800;list-style:none;cursor:pointer}.ecx-disclosure summary::-webkit-details-marker{display:none}.ecx-disclosure summary>span{display:flex;align-items:center;gap:1rem}.ecx-disclosure summary>svg{width:2rem;height:2rem;fill:#71717a;transition:transform .18s ease}.ecx-disclosure[open] summary>svg{transform:rotate(180deg)}.ecx-disclosure__content{padding:.2rem .4rem 1.8rem}.ecx-segmented{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;padding:.5rem;border:.1rem solid rgba(17,17,20,.1);border-radius:1.4rem;background:var(--ecx-soft)}.ecx-segmented button{-webkit-appearance:none;appearance:none;display:flex;min-width:0;min-height:5.3rem;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;padding:.5rem;border:0;border-radius:1rem;color:#71717a;background:transparent;font:inherit;font-size:1rem;font-weight:800;cursor:pointer;transition:color .16s ease,background .16s ease,box-shadow .16s ease}.ecx-segmented button:hover{color:var(--ecx-ink)}.ecx-segmented button.is-selected{color:var(--ecx-ink);background:#fff;box-shadow:0 .5rem 1.4rem #11111414}.ecx-ratio-icon{display:block;border:.15rem solid currentColor;border-radius:.25rem}.ecx-ratio-icon--square{width:1.6rem;height:1.6rem}.ecx-ratio-icon--portrait{width:1.4rem;height:1.75rem}.ecx-ratio-icon--story{width:1.15rem;height:1.9rem}.ecx-ratio-icon--landscape{width:2rem;height:1.15rem}.ecx-feature-inputs{display:grid;gap:.7rem}.ecx-feature-inputs .ecx-input{height:4rem}.ecx-toggle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem}.ecx-toggle{display:flex;min-width:0;align-items:center;gap:.7rem;color:#4e4e57;font-size:1.12rem;font-weight:650;cursor:pointer}.ecx-toggle input{position:absolute;width:.1rem;height:.1rem;opacity:0}.ecx-toggle>span{position:relative;width:3.4rem;height:2rem;flex:0 0 auto;border:.1rem solid rgba(17,17,20,.16);border-radius:99rem;background:#e8e8eb;transition:border-color .16s ease,background .16s ease}.ecx-toggle>span:after{position:absolute;top:.3rem;left:.3rem;width:1.2rem;height:1.2rem;border-radius:50%;background:#fff;box-shadow:0 .2rem .6rem #1111142e;content:"";transition:transform .16s ease}.ecx-toggle input:checked+span{border-color:var(--ecx-purple);background:var(--ecx-purple)}.ecx-toggle input:checked+span:after{transform:translate(1.4rem)}.ecx-toggle input:focus-visible+span{outline:.25rem solid color-mix(in srgb,var(--ecx-purple) 28%,transparent);outline-offset:.2rem}.ecx-stage{min-width:0}.ecx-stage__top{min-height:4.8rem;margin-bottom:1.2rem;padding:0 .5rem;color:#4f4f58;font-size:1.2rem}.ecx-stage__top strong{color:var(--ecx-ink);font-size:1.4rem}.ecx-stage__top>span{padding:.65rem 1.1rem;border:.1rem solid rgba(17,17,20,.1);border-radius:99rem;background:#ffffffbf;font-weight:700}.ecx-canvas-frame{width:100%}.ecx-canvas{--ecx-capture-width: 100vh;position:relative;display:grid;width:min(100%,96rem);aspect-ratio:1 / 1;grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);grid-template-rows:minmax(0,1fr);gap:clamp(1.6rem,3.6cqw,5rem);margin:0 auto;padding:clamp(3rem,5.2cqw,6.2rem);overflow:hidden;border:.1rem solid rgba(17,17,20,.1);border-radius:clamp(1.8rem,3cqw,3.2rem);color:var(--ecx-ink);background:#fff;box-shadow:0 3.2rem 9rem #1111142b;container-name:ecx-canvas;container-type:inline-size;isolation:isolate;transition:background .26s ease,color .26s ease,border-radius .26s ease}.ecx-canvas[data-format=portrait]{--ecx-capture-width: 80vh;width:min(100%,74rem);aspect-ratio:4 / 5}.ecx-canvas[data-format=story]{--ecx-capture-width: 56.25vh;width:min(100%,54rem);aspect-ratio:9 / 16}.ecx-canvas[data-format=landscape]{--ecx-capture-width: 177.78vh;width:100%;aspect-ratio:16 / 9}.ecx-canvas__texture,.ecx-canvas__accent{position:absolute;z-index:-2;pointer-events:none}.ecx-canvas__texture{top:0;right:0;bottom:0;left:0;opacity:.42;background-image:linear-gradient(rgba(17,17,20,.032) .1rem,transparent .1rem),linear-gradient(90deg,rgba(17,17,20,.032) .1rem,transparent .1rem);background-size:6.4cqw 6.4cqw;-webkit-mask-image:radial-gradient(circle at 50% 40%,#000,transparent 78%);mask-image:radial-gradient(circle at 50% 40%,#000,transparent 78%)}.ecx-canvas__accent{width:42%;aspect-ratio:1;border-radius:50%;filter:blur(4.5cqw);opacity:0;transition:opacity .24s ease}.ecx-canvas__accent--one{top:-18%;right:-12%;background:var(--ecx-purple)}.ecx-canvas__accent--two{bottom:-22%;left:-14%;background:var(--ecx-orange)}.ecx-canvas[data-background=clean]{background:radial-gradient(circle at 25% 20%,#fff 0%,transparent 34%),linear-gradient(145deg,#fff,#f4f4f6)}.ecx-canvas[data-background=dark]{color:#fff;border-color:#ffffff1f;background:radial-gradient(circle at 18% 22%,rgba(110,57,255,.18),transparent 35%),radial-gradient(circle at 92% 86%,rgba(255,117,31,.1),transparent 32%),linear-gradient(145deg,#18181e,#09090c)}.ecx-canvas[data-background=dark] .ecx-canvas__texture{opacity:.3;background-image:linear-gradient(rgba(255,255,255,.045) .1rem,transparent .1rem),linear-gradient(90deg,rgba(255,255,255,.045) .1rem,transparent .1rem)}.ecx-canvas[data-background=electech]{background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--ecx-purple) 16%,transparent),transparent 32%),radial-gradient(circle at 0% 100%,color-mix(in srgb,var(--ecx-orange) 13%,transparent),transparent 33%),linear-gradient(145deg,#fff,#f6f5fa)}.ecx-canvas[data-background=electech] .ecx-canvas__accent{opacity:.1}.ecx-canvas[data-background=studio]{background:radial-gradient(ellipse at 50% 85%,rgba(17,17,20,.12),transparent 28%),linear-gradient(155deg,#fff,#f0f0f2 55%,#dadade)}.ecx-canvas[data-background=minimal]{border-color:#11111414;background:#fff}.ecx-canvas__brand,.ecx-canvas__status,.ecx-canvas__footer{position:absolute;z-index:6}.ecx-canvas__brand{top:clamp(2rem,3.4cqw,4.2rem);left:clamp(2rem,4.2cqw,5rem);display:flex;max-width:34%;align-items:center;gap:clamp(.6rem,1cqw,1.2rem)}.ecx-brand-mark{display:block;width:clamp(.45rem,.7cqw,.8rem);height:clamp(1.8rem,2.8cqw,3.2rem);flex:0 0 auto;border-radius:99rem;background:linear-gradient(180deg,var(--ecx-orange),var(--ecx-purple));transform:skew(-14deg)}.ecx-brand-wordmark{color:currentColor;font-family:var(--font-heading-family),Archivo,sans-serif;font-size:clamp(1.35rem,2.1cqw,2.5rem);font-weight:850;letter-spacing:-.04em;line-height:1}.ecx-brand-logo{display:block;width:auto;max-width:20cqw;height:clamp(1.8rem,3.6cqw,4rem);object-fit:contain;object-position:left center}.ecx-canvas[data-background=dark] .ecx-brand-logo{padding:.4cqw .7cqw;border-radius:.7cqw;background:#fffffff0}.ecx-canvas__status{top:clamp(2rem,3.4cqw,4.2rem);right:clamp(2rem,4.2cqw,5rem);display:inline-flex;align-items:center;gap:.7cqw;padding:clamp(.65rem,.9cqw,1rem) clamp(.9rem,1.4cqw,1.6rem);border:.1rem solid rgba(17,17,20,.1);border-radius:99rem;color:#303038;background:#ffffffc7;box-shadow:0 .8cqw 2.5cqw #11111412;font-size:clamp(.95rem,1.25cqw,1.35rem);font-weight:800;line-height:1;white-space:nowrap;-webkit-backdrop-filter:blur(1.2rem);backdrop-filter:blur(1.2rem)}.ecx-canvas__status i{width:clamp(.55rem,.65cqw,.75rem);height:clamp(.55rem,.65cqw,.75rem);border-radius:50%;background:#19a35f;box-shadow:0 0 0 .35cqw #19a35f21}.ecx-canvas__status.is-unavailable i{background:#d94141;box-shadow:0 0 0 .35cqw #d9414124}.ecx-canvas__status[data-status=preorder] i,.ecx-canvas__status[data-status=low_stock] i{background:var(--ecx-orange);box-shadow:0 0 0 .35cqw color-mix(in srgb,var(--ecx-orange) 16%,transparent)}.ecx-canvas[data-background=dark] .ecx-canvas__status{border-color:#ffffff21;color:#fff;background:#ffffff14}.ecx-canvas__footer{right:clamp(2rem,4.2cqw,5rem);bottom:clamp(1.8rem,3cqw,3.8rem);display:flex;align-items:center;gap:1cqw;color:currentColor;font-size:clamp(.95rem,1.35cqw,1.45rem);font-weight:800;letter-spacing:-.01em;opacity:.72}.ecx-canvas__footer i{width:clamp(1.8rem,2.6cqw,3rem);height:.2rem;border-radius:99rem;background:linear-gradient(90deg,var(--ecx-purple),var(--ecx-orange))}.ecx-canvas__visual,.ecx-canvas__content{position:relative;z-index:2;min-width:0}.ecx-canvas__visual{grid-column:1;grid-row:1;align-self:center;height:min(76cqw,86%);min-height:0;padding-top:3cqw}.ecx-product-halo{position:absolute;top:50%;left:50%;z-index:-1;width:76%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,#fffffff2,#fff0 68%);transform:translate(-50%,-50%)}.ecx-canvas[data-background=dark] .ecx-product-halo{opacity:.14;background:radial-gradient(circle,var(--ecx-purple),transparent 68%)}.ecx-product-image-shell{position:relative;display:grid;width:100%;height:100%;place-items:center}.ecx-product-image{display:block;width:100%;height:100%;max-width:none;object-fit:contain;object-position:center;filter:drop-shadow(0 2.2cqw 2.8cqw rgba(10,10,15,.16));transform:translateZ(0);transition:opacity .18s ease,transform .26s ease,filter .26s ease}.ecx-product-image.is-changing{opacity:0;transform:scale(.975)}.ecx-product-placeholder{display:grid;width:62%;aspect-ratio:1;place-items:center;border:.15rem dashed rgba(17,17,20,.2);border-radius:18%;color:#9b9ba4;background:#ffffff80}.ecx-product-placeholder svg{width:42%;fill:currentColor}.ecx-canvas__content{grid-column:2;grid-row:1;display:flex;align-self:center;flex-direction:column;align-items:flex-start;padding:5cqw 0 4cqw}.ecx-product-vendor{margin:0 0 clamp(.7rem,1.1cqw,1.3rem);color:var(--ecx-purple);font-size:clamp(1rem,1.25cqw,1.4rem);font-weight:850;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.ecx-canvas[data-background=dark] .ecx-product-vendor{color:#bca9ff}.ecx-canvas[data-background=dark] .ecx-product-title{color:#fff}.ecx-product-title{margin:0;color:currentColor;font-family:var(--font-heading-family),Archivo,sans-serif;font-size:clamp(2.4rem,4.1cqw,5.5rem);font-weight:820;letter-spacing:-.055em;line-height:.98;text-wrap:balance;overflow-wrap:anywhere}.ecx-canvas.is-long-title .ecx-product-title{font-size:clamp(2.1rem,3.45cqw,4.5rem);line-height:1.02}.ecx-canvas.is-very-long-title .ecx-product-title{font-size:clamp(1.8rem,2.85cqw,3.7rem);line-height:1.04;letter-spacing:-.04em}.ecx-product-secondary{max-width:43rem;margin:clamp(.8rem,1.4cqw,1.7rem) 0 0;color:color-mix(in srgb,currentColor 65%,transparent);font-size:clamp(1.05rem,1.45cqw,1.6rem);font-weight:550;line-height:1.45}.ecx-product-features{display:flex;flex-wrap:wrap;gap:clamp(.5rem,.7cqw,.8rem);margin:clamp(1.2rem,2cqw,2.2rem) 0 0;padding:0;list-style:none}.ecx-product-features li{margin:0;padding:clamp(.6rem,.85cqw,.95rem) clamp(.85rem,1.15cqw,1.35rem);border:.1rem solid rgba(17,17,20,.11);border-radius:99rem;color:color-mix(in srgb,currentColor 78%,transparent);background:#ffffff8c;font-size:clamp(.95rem,1.2cqw,1.35rem);font-weight:700;line-height:1.1;-webkit-backdrop-filter:blur(.8rem);backdrop-filter:blur(.8rem)}.ecx-canvas[data-background=dark] .ecx-product-features li{border-color:#ffffff21;background:#ffffff0f}.ecx-product-price-block{display:flex;flex-wrap:wrap;align-items:end;gap:clamp(.7rem,1cqw,1.2rem) clamp(.9rem,1.4cqw,1.6rem);margin-top:clamp(1.5rem,2.5cqw,2.8rem)}.ecx-product-price-line{display:flex;flex-wrap:wrap;align-items:baseline;gap:clamp(.7rem,1cqw,1.1rem)}.ecx-product-price{color:currentColor;font-family:var(--font-heading-family),Archivo,sans-serif;font-size:clamp(3rem,5.2cqw,6.7rem);font-weight:860;letter-spacing:-.065em;line-height:.9;white-space:nowrap}.ecx-product-compare{color:color-mix(in srgb,currentColor 46%,transparent);font-size:clamp(1.2rem,1.8cqw,2.1rem);font-weight:650;line-height:1;text-decoration-thickness:.12em;white-space:nowrap}.ecx-product-promo{display:inline-flex;min-height:clamp(2.5rem,3.2cqw,3.7rem);align-items:center;padding:.55rem clamp(.9rem,1.2cqw,1.4rem);border-radius:99rem;color:#fff;background:linear-gradient(115deg,var(--ecx-purple),color-mix(in srgb,var(--ecx-purple) 64%,var(--ecx-orange)));box-shadow:0 .8cqw 2.2cqw color-mix(in srgb,var(--ecx-purple) 20%,transparent);font-size:clamp(.9rem,1.2cqw,1.3rem);font-weight:850;letter-spacing:.035em;line-height:1;text-transform:uppercase;white-space:nowrap}.ecx-product-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.8cqw;min-height:2rem;margin-top:clamp(1.1rem,1.8cqw,2rem);color:color-mix(in srgb,currentColor 54%,transparent);font-size:clamp(.9rem,1.15cqw,1.25rem);line-height:1.25}.ecx-product-meta b{color:color-mix(in srgb,currentColor 78%,transparent);font-weight:800}.ecx-meta-divider{width:.25rem;height:.25rem;border-radius:50%;background:currentColor;opacity:.5}.ecx-stage__hint{margin:1.5rem 0 0;color:#7d7d86;font-size:1.15rem;line-height:1.5;text-align:center}.ecx-stage__hint strong{color:#45454e}.ecx-stage__hint kbd{display:inline-flex;min-width:2.6rem;min-height:2.2rem;align-items:center;justify-content:center;padding:.25rem .55rem;border:.1rem solid rgba(17,17,20,.17);border-radius:.6rem;color:#4c4c55;background:#fff;box-shadow:0 .2rem #1111141f;font:inherit;font-weight:750}.ecx-capture-exit{position:fixed;top:1rem;right:1rem;z-index:99999;display:none;width:5.2rem;height:5.2rem;place-items:center;border:0;border-radius:50%;color:#fff;background:#111114db;box-shadow:0 1rem 3rem #00000038;opacity:0;cursor:pointer;transition:opacity .18s ease;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem)}.ecx-capture-exit:hover,.ecx-capture-exit:focus-visible{opacity:1}.ecx-capture-exit svg{width:2rem;fill:currentColor}.ecx-studio .is-hidden,.ecx-studio [hidden]{display:none!important}.ecx-canvas[data-layout=centered]{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,58%) minmax(0,42%);gap:0}.ecx-canvas[data-layout=centered] .ecx-canvas__visual{grid-column:1;grid-row:1;width:min(76%,62cqw);height:100%;justify-self:center;padding:5cqw 0 0}.ecx-canvas[data-layout=centered] .ecx-canvas__content{grid-column:1;grid-row:2;align-self:start;align-items:center;padding:1cqw 7cqw 5cqw;text-align:center}.ecx-canvas[data-layout=centered] .ecx-product-features,.ecx-canvas[data-layout=centered] .ecx-product-price-block,.ecx-canvas[data-layout=centered] .ecx-product-meta{justify-content:center}.ecx-canvas[data-layout=centered] .ecx-product-title{max-width:76cqw}.ecx-canvas[data-layout=editorial]{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}.ecx-canvas[data-layout=editorial] .ecx-canvas__visual{grid-column:2;width:112%;height:88%;justify-self:end;padding-top:2cqw}.ecx-canvas[data-layout=editorial] .ecx-canvas__content{grid-column:1;align-self:end;padding:8cqw 0 6cqw}.ecx-canvas[data-layout=editorial] .ecx-product-title{font-size:clamp(2.8rem,5.2cqw,6.7rem)}.ecx-canvas[data-layout=editorial].is-long-title .ecx-product-title{font-size:clamp(2.2rem,3.7cqw,4.8rem)}.ecx-canvas[data-layout=editorial] .ecx-product-features{max-width:38cqw}.ecx-canvas[data-layout=compact]{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);padding:clamp(2.8rem,4.4cqw,5.2rem)}.ecx-canvas[data-layout=compact] .ecx-canvas__visual{height:67%}.ecx-canvas[data-layout=compact] .ecx-product-title{font-size:clamp(2.2rem,3.5cqw,4.6rem)}.ecx-canvas[data-layout=compact] .ecx-product-features{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.ecx-canvas[data-layout=compact] .ecx-product-features li{overflow:hidden;border-radius:.9cqw;text-overflow:ellipsis;white-space:nowrap}.ecx-canvas[data-layout=minimal]{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,69%) minmax(0,31%);gap:0}.ecx-canvas[data-layout=minimal] .ecx-canvas__visual{grid-column:1;grid-row:1;width:min(82%,68cqw);height:100%;justify-self:center;padding:5cqw 0 0}.ecx-canvas[data-layout=minimal] .ecx-canvas__content{grid-column:1;grid-row:2;align-self:start;align-items:center;padding:0 7cqw 5cqw;text-align:center}.ecx-canvas[data-layout=minimal] .ecx-product-title{max-width:78cqw;font-size:clamp(2.2rem,3.7cqw,5rem)}.ecx-canvas[data-layout=minimal] .ecx-product-secondary,.ecx-canvas[data-layout=minimal] .ecx-product-features,.ecx-canvas[data-layout=minimal] .ecx-product-promo,.ecx-canvas[data-layout=minimal] .ecx-product-meta{display:none!important}.ecx-canvas[data-layout=minimal] .ecx-product-price-block,.ecx-canvas[data-layout=minimal] .ecx-product-price-line{justify-content:center}.ecx-canvas[data-layout=minimal] .ecx-product-price-block{margin-top:1.5cqw}.ecx-canvas[data-format=portrait]:not([data-layout=centered]):not([data-layout=minimal]),.ecx-canvas[data-format=story]:not([data-layout=centered]):not([data-layout=minimal]){grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,52%) minmax(0,48%);gap:0}.ecx-canvas[data-format=portrait]:not([data-layout=centered]):not([data-layout=minimal]) .ecx-canvas__visual,.ecx-canvas[data-format=story]:not([data-layout=centered]):not([data-layout=minimal]) .ecx-canvas__visual{grid-column:1;grid-row:1;width:84%;height:100%;justify-self:center;padding:6cqw 0 0}.ecx-canvas[data-format=portrait]:not([data-layout=centered]):not([data-layout=minimal]) .ecx-canvas__content,.ecx-canvas[data-format=story]:not([data-layout=centered]):not([data-layout=minimal]) .ecx-canvas__content{grid-column:1;grid-row:2;align-self:start;padding:2cqw 2cqw 7cqw}.ecx-canvas[data-format=portrait][data-layout=editorial] .ecx-canvas__visual,.ecx-canvas[data-format=story][data-layout=editorial] .ecx-canvas__visual{width:104%;justify-self:end}.ecx-canvas[data-format=portrait][data-layout=editorial] .ecx-canvas__content,.ecx-canvas[data-format=story][data-layout=editorial] .ecx-canvas__content{z-index:4;align-self:end;padding-bottom:8cqw}.ecx-canvas[data-format=portrait] .ecx-product-title,.ecx-canvas[data-format=story] .ecx-product-title{font-size:clamp(2.4rem,6.2cqw,4.8rem)}.ecx-canvas[data-format=portrait].is-long-title .ecx-product-title,.ecx-canvas[data-format=story].is-long-title .ecx-product-title{font-size:clamp(2rem,5cqw,4rem)}.ecx-canvas[data-format=portrait].is-very-long-title .ecx-product-title,.ecx-canvas[data-format=story].is-very-long-title .ecx-product-title{font-size:clamp(1.7rem,4.2cqw,3.3rem)}.ecx-canvas[data-format=story]{padding:clamp(2.5rem,6cqw,4.2rem)}.ecx-canvas[data-format=story] .ecx-canvas__brand{top:5.5cqw;left:6cqw;max-width:48%}.ecx-canvas[data-format=story] .ecx-canvas__status{top:5.5cqw;right:6cqw}.ecx-canvas[data-format=story] .ecx-canvas__footer{right:6cqw;bottom:5.5cqw}.ecx-canvas[data-format=story] .ecx-product-price{font-size:clamp(3.2rem,9cqw,6rem)}.ecx-canvas[data-format=story] .ecx-product-features li:nth-child(n+4){display:none}.ecx-canvas[data-format=landscape] .ecx-canvas__visual{height:88%}.ecx-canvas[data-format=landscape] .ecx-canvas__content{padding-top:4cqw;padding-bottom:3cqw}.ecx-canvas[data-format=landscape] .ecx-product-title{font-size:clamp(2.2rem,3.5cqw,5rem)}.ecx-canvas[data-format=landscape].is-long-title .ecx-product-title{font-size:clamp(1.8rem,2.75cqw,3.7rem)}.ecx-canvas[data-format=landscape].is-very-long-title .ecx-product-title{font-size:clamp(1.55rem,2.25cqw,3rem)}.ecx-canvas[data-format=landscape] .ecx-product-price{font-size:clamp(2.8rem,4.5cqw,6rem)}.ecx-canvas[data-format=landscape] .ecx-product-features li:nth-child(n+4){display:none}.ecx-canvas[data-format=landscape][data-layout=centered],.ecx-canvas[data-format=landscape][data-layout=minimal]{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:minmax(0,1fr);gap:3.4cqw}.ecx-canvas[data-format=landscape][data-layout=centered] .ecx-canvas__visual,.ecx-canvas[data-format=landscape][data-layout=minimal] .ecx-canvas__visual{grid-column:1;grid-row:1;width:100%;height:86%;align-self:center;justify-self:stretch;padding:2cqw 0 0}.ecx-canvas[data-format=landscape][data-layout=centered] .ecx-canvas__content,.ecx-canvas[data-format=landscape][data-layout=minimal] .ecx-canvas__content{grid-column:2;grid-row:1;align-self:center;align-items:center;padding:4cqw 1cqw 2.5cqw;text-align:center}.ecx-canvas[data-format=landscape][data-layout=centered] .ecx-product-title,.ecx-canvas[data-format=landscape][data-layout=minimal] .ecx-product-title{max-width:43cqw}.ecx-canvas[data-format=landscape][data-layout=centered] .ecx-product-secondary,.ecx-canvas[data-format=landscape][data-layout=centered] .ecx-product-features,.ecx-canvas[data-format=landscape][data-layout=centered] .ecx-product-price-block,.ecx-canvas[data-format=landscape][data-layout=centered] .ecx-product-meta,.ecx-canvas[data-format=landscape][data-layout=minimal] .ecx-product-price-block{margin-top:1.1cqw}.ecx-canvas[data-format=landscape][data-layout=editorial]{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3.2cqw}.ecx-canvas[data-format=landscape][data-layout=editorial] .ecx-canvas__visual{grid-column:2;width:104%;height:86%;align-self:center;padding-top:1.5cqw}.ecx-canvas[data-format=landscape][data-layout=editorial] .ecx-canvas__content{grid-column:1;align-self:center;padding:4cqw 0 2.5cqw}.ecx-canvas[data-format=landscape][data-layout=editorial] .ecx-product-features{max-width:44cqw}.ecx-canvas[data-format=landscape][data-layout=editorial] .ecx-product-secondary,.ecx-canvas[data-format=landscape][data-layout=editorial] .ecx-product-features,.ecx-canvas[data-format=landscape][data-layout=editorial] .ecx-product-price-block,.ecx-canvas[data-format=landscape][data-layout=editorial] .ecx-product-meta{margin-top:1.1cqw}body.ecx-capture-active{min-height:100vh;margin:0;overflow:auto;background:#08080b!important}body.ecx-capture-active .shopify-section-group-header-group,body.ecx-capture-active .shopify-section-group-footer-group,body.ecx-capture-active .section-header,body.ecx-capture-active .ec-breadcrumbs,body.ecx-capture-active [data-ecx-capture-hidden=true]{display:none!important}body.ecx-capture-active #MainContent,body.ecx-capture-active .content-for-layout,body.ecx-capture-active .section-exhibiciones-studio{margin:0!important;padding:0!important}body.ecx-capture-active .ecx-studio{min-height:100vh;padding:0;overflow:visible;background:#08080b}body.ecx-capture-active .ecx-studio__ambient,body.ecx-capture-active .ecx-studio [data-ecx-editor-ui]{display:none!important}body.ecx-capture-active .ecx-studio__inner{width:100%;max-width:none;padding:0}body.ecx-capture-active .ecx-workspace{display:block}body.ecx-capture-active .ecx-stage{display:grid;min-height:100vh;place-items:center;padding:0}body.ecx-capture-active .ecx-canvas-frame{display:grid;width:100%;min-height:100vh;place-items:center;background:#08080b}body.ecx-capture-active .ecx-canvas{width:min(100vw,var(--ecx-capture-width));max-width:none;margin:0;border:0;border-radius:0;box-shadow:none}body.ecx-capture-active .ecx-capture-exit{display:grid}@media(max-width:1180px){.ecx-workspace{grid-template-columns:minmax(30rem,34rem) minmax(0,1fr);gap:2.2rem}.ecx-panel{padding:1.7rem}}@media(max-width:989px){.ecx-intro{align-items:flex-start;flex-direction:column}.ecx-intro__actions{width:100%}.ecx-intro__actions .ecx-button{flex:1 1 0}.ecx-workspace{grid-template-columns:minmax(0,1fr)}.ecx-panel{position:static;max-height:none}.ecx-stage{min-width:0}}@media(max-width:749px){.ecx-studio{padding:3.4rem 0 5rem}.ecx-studio__inner{padding-right:1.4rem;padding-left:1.4rem}.ecx-intro{gap:2rem;margin-bottom:2.4rem}.ecx-intro h1{font-size:clamp(3.6rem,14vw,5.8rem)}.ecx-intro__copy{font-size:1.3rem}.ecx-button{min-height:4.5rem;padding:1rem 1.35rem;font-size:1.2rem}.ecx-panel{padding:1.5rem;border-radius:1.8rem}.ecx-control-row{grid-template-columns:minmax(0,1fr);gap:0}.ecx-stage__top{padding:0}.ecx-stage__top .ecx-panel__step{display:none}.ecx-canvas{border-radius:1.7rem;box-shadow:0 2rem 5rem #11111429}.ecx-toggle-grid{gap:.9rem .8rem}.ecx-canvas[data-format=landscape]{width:112%;max-width:112%;margin-left:-6%}}@media(max-width:420px){.ecx-intro__actions{flex-direction:column-reverse}.ecx-intro__actions .ecx-button{width:100%}.ecx-panel__header{align-items:flex-start}.ecx-live-dot{margin-top:.7rem}.ecx-segmented{gap:.35rem;padding:.4rem}.ecx-segmented button{min-height:4.8rem}.ecx-toggle{font-size:1.05rem}}@media(prefers-reduced-motion:reduce){.ecx-studio *,.ecx-studio *:before,.ecx-studio *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@supports not (container-type: inline-size){.ecx-product-title{font-size:clamp(2.5rem,4vw,5.5rem)}.ecx-product-price{font-size:clamp(3.2rem,5vw,6.7rem)}.ecx-product-features li{font-size:1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/exhibiciones-studio.css.map */
