.conjunto-page-wrapper{max-width:var(--conjunto-container-max-w, 1440px);margin:0 auto;padding:2rem 1rem;color:var(--black)}.conjunto-page{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media (min-width: 992px){.conjunto-page{grid-template-columns:1fr 1fr}}.conjunto-page-fallback{padding:2rem 1rem}.conjunto-page-fallback__inner{max-width:800px;margin:0 auto;background:var(--white);border-radius:1rem;padding:2rem;box-shadow:0 12px 30px #0000000d}.conjunto-gallery{width:100%;position:relative;background:var(--white);border-radius:1rem;padding:1rem}.conjunto-gallery__track{position:relative;display:flex;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;gap:0}.conjunto-gallery__item{flex:0 0 88%;scroll-snap-align:start;display:block}.conjunto-gallery__item.is-hidden{display:none!important}@media (min-width: 990px){.conjunto-gallery__track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;gap:.75rem;overflow:visible}.conjunto-gallery__item{display:block;flex:initial;scroll-snap-align:initial}.conjunto-gallery__arrow{display:none}}.conjunto-gallery__image,.conjunto-gallery__video{width:100%;height:auto;display:block;cursor:zoom-in}.conjunto-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;background:#0009;color:#fff;border:none;border-radius:999px;width:36px;height:36px;display:none;align-items:center;justify-content:center;cursor:pointer}.conjunto-gallery__arrow--prev{left:8px}.conjunto-gallery__arrow--next{right:8px}.conjunto-gallery__arrow:disabled{opacity:.4;cursor:default}@media (max-width: 768px){.conjunto-gallery{position:relative}.conjunto-gallery__arrow{display:flex}}.conjunto-gallery-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;z-index:1000}.conjunto-gallery-modal.is-open{display:block}.conjunto-gallery-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d9}.conjunto-gallery-modal__viewport{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;touch-action:none}.conjunto-gallery-modal__img{max-width:92vw;max-height:88vh;transform-origin:center center}.conjunto-gallery-modal__close{position:absolute;top:12px;right:12px;background:var(--black);color:var(--white);border:none;border-radius:999px;width:36px;height:36px;cursor:pointer}.conjunto-info{display:grid;gap:16px;width:100%}.conjunto-title{margin:0;font-size:2rem;font-weight:400}.conjunto-price-summary{display:flex;flex-direction:column;gap:.3rem;width:40%}.conjunto-price-summary__line{display:flex;align-items:baseline;gap:.5rem}.conjunto-price-summary__label{font-size:.9rem;text-transform:uppercase;letter-spacing:.12em;color:var(--gray)}.conjunto-price-summary__original{font-size:.95rem;color:var(--gray);text-decoration:line-through}.conjunto-price-summary__current{font-size:1.4rem;font-weight:500;color:var(--black)}.conjunto-price-summary__badge{background-color:var(--red);color:var(--white);padding:2px 6px;border-radius:3px;font-size:.87rem;font-weight:500;line-height:1;margin-left:auto}.conjunto-price-summary__installment{font-size:.95rem;color:var(--gray)}.conjunto-steps{margin-top:.5rem;border:2px solid var(--ice-white);border-radius:6px;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.75rem}.conjunto-steps__header{display:flex;justify-content:space-between;gap:.75rem;align-items:baseline}.conjunto-steps__title{font-weight:600;font-size:1rem}.conjunto-steps__body{display:grid;gap:.75rem}.conjunto-step{display:flex;flex-direction:column;gap:.75rem}.conjunto-step[hidden]{display:none!important}.conjunto-step__meta{display:flex;flex-direction:column;gap:.1rem}.conjunto-step__label{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:var(--gray);font-weight:600}.conjunto-step__mini-card{display:grid;grid-template-columns:auto 1fr;gap:.8rem;align-items:center}.conjunto-step__thumb-wrapper{width:72px;aspect-ratio:9 / 16;border-radius:6px;overflow:hidden;background:#e8ecf1}.conjunto-step__thumb,.conjunto-step__thumb-video{width:100%;height:100%;object-fit:cover;display:block}.conjunto-step__price-unit{display:flex;flex-direction:column;gap:.15rem}.conjunto-step__price-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:var(--gray)}.conjunto-step__price-values{display:flex;align-items:baseline;gap:.4rem}.conjunto-step__price-original{font-size:.9rem;color:var(--gray);text-decoration:line-through}.conjunto-step__price-current{font-size:1.05rem;font-weight:600}.conjunto-step__discount-tag{font-size:.78rem;padding:.1rem .5rem;border-radius:999px;background:#b5394b14;color:var(--red);align-self:flex-start}.conjunto-step__options{display:flex;flex-direction:column;gap:.75rem}.conjunto-step__option-group{display:flex;flex-direction:column;gap:.35rem}.conjunto-step__option-label{font-size:.9rem;font-weight:500}.conjunto-step__option-list{display:flex;flex-wrap:wrap;gap:.5rem}.conjunto-option{position:relative}.conjunto-option__input{position:absolute;opacity:0;pointer-events:none}.conjunto-option__visual{min-width:2.4rem;padding:.45rem .7rem;border-radius:6px;border:1px solid rgba(var(--shadow-color,0,0,0),.2);font-size:.86rem;text-align:center;cursor:pointer;background:var(--white);-webkit-user-select:none;user-select:none}.conjunto-option__input:checked+.conjunto-option__visual{color:var(--white);background-color:var(--black);border-color:var(--gray)}.conjunto-option__input:disabled+.conjunto-option__visual{opacity:.5;cursor:not-allowed}.conjunto-step__option-list--color{display:flex;flex-wrap:wrap;gap:.5rem}.conjunto-option--color{display:inline-flex;align-items:center;justify-content:center}.conjunto-steps__footer{display:flex;justify-content:space-between;gap:.75rem;margin-top:.25rem}.conjunto-steps__nav{flex:1;border-radius:8px;border:1px solid rgba(var(--shadow-color,0,0,0),.2);padding:.6rem .9rem;font-size:.9rem;font-weight:500;background:var(--white);cursor:pointer}.conjunto-steps__nav--next{background:var(--black);color:var(--white);border-color:var(--black)}.conjunto-steps__nav:disabled{opacity:.5;cursor:not-allowed}.conjunto-actions{margin-top:.5rem;display:flex;flex-direction:column;gap:.4rem}.conjunto-actions__submit{background:var(--black);color:var(--white);border:none;border-radius:8px;padding:.75rem 1.25rem;font-size:1rem;cursor:pointer;width:100%}.conjunto-actions__submit:hover:not(:disabled){filter:brightness(1.1)}.conjunto-actions__submit:disabled{opacity:.6;cursor:not-allowed}.conjunto-shipping{margin-top:.75rem}.conjunto-details{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}@media (max-width: 749px){.conjunto-page-wrapper{padding-inline:1rem}.conjunto-page{gap:2rem}.conjunto-gallery{padding:1rem 0}.conjunto-price-summary{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/311/assets/main-conjunto.css.map */
