.m-jewellery-set{padding:20px 0}.m-jewellery-set__wrapper{display:flex;align-items:center;justify-content:center;gap:40px;min-height:95vh}.m-jewellery-set__gallery-row{display:flex;gap:12px;align-items:stretch;height:95vh;max-height:900px}.m-jewellery-set__main-media{flex:0 0 auto;height:100%}.m-jewellery-set__main-image-wrapper{position:relative;height:100%;aspect-ratio:1 / 2;overflow:hidden;border-radius:var(--m-radius, 12px);background:rgb(var(--color-background-secondary, 245 245 245))}.m-jewellery-set__main-img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:auto;min-height:100%;object-fit:cover;object-position:center}.m-jewellery-set__items-gallery{display:flex;flex-direction:column;gap:8px;height:100%}.m-jewellery-set__item-thumb{position:relative;flex:1;aspect-ratio:1 / 1;max-height:calc((100% - 24px)/4);padding:0;border:1px solid rgba(0,0,0,.1);border-radius:var(--m-radius, 12px);overflow:hidden;cursor:pointer;background:rgb(var(--color-background-secondary, 245 245 245));transition:all .3s ease}.m-jewellery-set__item-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease,filter .3s ease}.m-jewellery-set__item-thumb:hover img{transform:scale(1.05)}.m-jewellery-set__item-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000;transition:background .3s ease}.m-jewellery-set__zoom-icon{width:32px;height:32px;opacity:0;transition:opacity .3s ease,transform .3s ease;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.m-jewellery-set__item-thumb:hover .m-jewellery-set__item-overlay{background:#0000004d}.m-jewellery-set__item-thumb:hover .m-jewellery-set__zoom-icon{opacity:1}.m-jewellery-set__info-row{display:flex;flex-direction:column;justify-content:center;gap:24px;max-width:350px}.m-jewellery-set__header{text-align:center}.m-jewellery-set__title{margin:0 0 12px;font-size:32px;font-weight:600}.m-jewellery-set__description{margin:0;color:rgb(var(--color-foreground-secondary, 120 120 120));font-size:16px;line-height:1.5}.m-jewellery-set__purchase{display:flex;flex-direction:column;align-items:center;gap:16px}.m-jewellery-set__price{display:flex;align-items:baseline;justify-content:center;gap:8px}.m-jewellery-set__price-current{font-size:36px;font-weight:700;color:rgb(var(--color-foreground))}.m-jewellery-set__price-info{font-size:14px;color:rgb(var(--color-foreground-secondary, 120 120 120))}.m-jewellery-set__price-hint{font-size:14px;color:rgb(var(--color-accent, 59 130 246));text-align:center}.m-jewellery-set__add-btn{width:100%;max-width:280px;padding:18px 40px;font-size:16px;font-weight:600}.m-jewellery-set__error{color:rgb(var(--color-error, 220 38 38));font-size:14px}.m-jewellery-set__price-display{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px;background:rgb(var(--color-background-secondary, 245 245 245));border-radius:var(--m-radius, 12px);text-align:center}.m-jewellery-set__current-price{display:flex;align-items:baseline;gap:12px}.m-jewellery-set__price-label{font-size:16px;color:rgb(var(--color-foreground-secondary, 120 120 120))}.m-jewellery-set__price-value{font-size:32px;font-weight:700;color:rgb(var(--color-foreground))}.m-jewellery-set__selection-hint{font-size:14px;color:rgb(var(--color-foreground-secondary, 120 120 120))}.m-jewellery-set__selection-hint:empty{display:none}.m-jewellery-set__combinations{width:100%}.m-jewellery-set__combinations-title{font-size:14px;font-weight:600;margin:0 0 8px;color:rgb(var(--color-foreground-secondary, 120 120 120))}.m-jewellery-set__combinations-list{display:flex;flex-direction:column;gap:4px}.m-jewellery-set__combo-item{display:flex;justify-content:space-between;align-items:center;width:100%;padding:14px 18px;background:rgb(var(--color-background-secondary, 245 245 245));border-radius:var(--m-radius, 8px);border:2px solid transparent;transition:all .2s ease;cursor:pointer;text-align:left}.m-jewellery-set__combo-item:hover{background:rgba(var(--color-button, 0 0 0),.05)}.m-jewellery-set__combo-item.is-active{background:rgba(var(--color-button, 0 0 0),.08);border-color:rgb(var(--color-button, 0 0 0))}.m-jewellery-set__combo-label{display:flex;align-items:center;gap:12px;font-size:14px;color:rgb(var(--color-foreground))}.m-jewellery-set__combo-label:before{content:"";width:20px;height:20px;border:2px solid rgb(var(--color-border, 200 200 200));border-radius:50%;flex-shrink:0;transition:all .2s ease}.m-jewellery-set__combo-item.is-active .m-jewellery-set__combo-label:before{border-color:rgb(var(--color-button, 0 0 0));background:rgb(var(--color-button, 0 0 0));box-shadow:inset 0 0 0 3px rgb(var(--color-background, 255 255 255))}.m-jewellery-set__combo-price{font-size:14px;font-weight:700;color:rgb(var(--color-foreground))}.m-jewellery-set__product-list{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:8px}.m-jewellery-set__product-list-hint{font-size:13px;color:rgb(var(--color-foreground-secondary, 120 120 120));margin:0 0 4px}.m-jewellery-set__product-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;background:rgb(var(--color-background-secondary, 245 245 245));border-radius:var(--m-radius, 8px);transition:opacity .3s ease}.m-jewellery-set__product-item[data-selected=false]{opacity:.5}.m-jewellery-set__product-name{font-size:14px;font-weight:500;color:rgb(var(--color-foreground));flex:1}.m-jewellery-set__toggle-btn{position:relative;padding:0;border:none;background:none;cursor:pointer;flex-shrink:0}.m-jewellery-set__toggle-track{display:block;width:44px;height:24px;background:#0003;border-radius:12px;transition:background .3s ease}.m-jewellery-set__toggle-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 2px 4px #0003;transition:transform .3s ease}.m-jewellery-set__toggle-btn[aria-pressed=true] .m-jewellery-set__toggle-track{background:rgb(var(--color-button, 0 0 0))}.m-jewellery-set__toggle-btn[aria-pressed=true] .m-jewellery-set__toggle-thumb{transform:translate(20px)}.m-jewellery-set__fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#000000f2;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.m-jewellery-set__fullscreen.is-open{opacity:1;visibility:visible}.m-jewellery-set__fullscreen-close{position:absolute;top:20px;right:20px;width:44px;height:44px;padding:10px;border:none;background:#ffffff1a;border-radius:50%;cursor:pointer;color:#fff;transition:background .3s ease}.m-jewellery-set__fullscreen-close:hover{background:#fff3}.m-jewellery-set__fullscreen-close svg{width:100%;height:100%}.m-jewellery-set__fullscreen-img{max-width:90vw;max-height:90vh;object-fit:contain}.m-alert--error{padding:12px 16px;background:rgba(var(--color-error, 220 38 38),.1);color:rgb(var(--color-error, 220 38 38));border-radius:var(--m-radius, 8px);font-size:14px}@media (max-width: 991px){.m-jewellery-set__wrapper{flex-direction:column;gap:30px;min-height:auto;padding:20px 0}.m-jewellery-set__gallery-row{height:70vh;max-height:600px}.m-jewellery-set__info-row{max-width:100%;width:100%}}@media (max-width: 767px){.m-jewellery-set__gallery-row{flex-direction:column;height:auto;max-height:none;gap:16px}.m-jewellery-set__main-media{height:auto}.m-jewellery-set__main-image-wrapper{height:auto;aspect-ratio:3 / 4}.m-jewellery-set__items-gallery{flex-direction:row;width:100%;height:auto;justify-content:center}.m-jewellery-set__item-thumb{flex:0 0 auto;width:100px;height:100px;max-height:none}.m-jewellery-set__add-btn{max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/jewellery-set-builder.css.map */
