.mys-bundle-card{display:grid;grid-template-columns:524px minmax(0,1fr);min-height:0;margin-bottom:24px;border-radius:var(--mys-card-radius, 16px);background:var(--mys-card-bg, #fff);overflow:hidden}.mys-bundle-card__visual{position:relative;min-height:0;overflow:hidden;border-radius:16px 0 0 16px;background:linear-gradient(135deg,#dff0ff,#f7fbff)}.mys-bundle-card__scene{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.mys-bundle-card__visual img:not(.mys-bundle-card__scene){position:absolute;top:50%;left:50%;width:220px;height:220px;object-fit:contain;transform:translate(-50%,-50%)}.mys-bundle-card__visual img:not(.mys-bundle-card__scene):nth-child(1){margin-right:-52px;transform:translate(calc(-50% - 88px),calc(-50% - 42px))}.mys-bundle-card__visual img:not(.mys-bundle-card__scene):nth-child(2){z-index:1;width:250px;height:250px}.mys-bundle-card__visual img:not(.mys-bundle-card__scene):nth-child(3){margin-left:-52px;transform:translate(calc(-50% + 88px),calc(-50% + 48px))}.mys-bundle-card__body{padding:40px}.mys-bundle-card__title{margin:0 0 32px;font-size:var(--mys-card-title-desktop, 32px);font-weight:500;line-height:1.2;color:#232427}.mys-bundle-card[data-card-bundle-mode=build_your_own] .mys-bundle-card__title{margin-bottom:0}.mys-bundle-slots{display:flex;align-items:stretch;gap:16px}.mys-bundle-slots--build{gap:16px}.mys-bundle-slot{position:relative;display:flex;width:196px;height:auto}.mys-bundle-slot__card{width:100%;flex:1;height:auto;margin-top:10px;border:1px solid #e4e5e6;border-radius:8px;background:#fff;text-align:center;padding:8px 12px 16px}.mys-bundle-slot--optional .mys-bundle-slot__card{border-color:#ffa800;background:#fffcf7}.mys-bundle-slot__card h4{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:0 0 4px;font-size:16px;font-weight:400;line-height:1.4;color:#232427;white-space:normal}.mys-bundle-slots--build .mys-bundle-slot__card h4,.mys-bundle-slots--fixed-optional .mys-bundle-slot__card h4{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal}.mys-bundle-slot__image{width:160px;height:160px;object-fit:contain}.mys-bundle-slot__quickview{display:block;width:160px;height:160px;margin:0 auto;cursor:pointer}.mys-bundle-slot__quickview .mys-bundle-slot__image{display:block;width:100%;height:100%}.mys-bundle-slot__price{display:flex;flex-direction:column;align-items:center;gap:2px}.mys-bundle-slot__price strong{font-size:20px;font-weight:500;line-height:1.2;color:#232427}.mys-bundle-slot__price del{font-size:14px;font-weight:400;line-height:1.4;color:#7a7d80;text-decoration:line-through}.mys-bundle-slot__tag{position:absolute;top:0;left:50%;z-index:1;min-width:106px;height:20px;padding:0 8px;border-radius:999px;background:#ffa800;color:#fff;font-size:12px;font-weight:500;display:grid;place-items:center;transform:translate(-50%)}.mys-bundle-slot__check{position:absolute;top:20px;right:10px;z-index:2;width:20px;height:20px;border:0;padding:0;background:transparent;cursor:pointer}.mys-bundle-slot__check svg{display:block;width:100%;height:100%}.mys-bundle-slot__check-box{fill:#232427;stroke:#232427;stroke-width:1.6}.mys-bundle-slot__check-tick{opacity:1;stroke:#fff;stroke-width:1.6}.mys-bundle-slot--optional:not(.is-selected) .mys-bundle-slot__check-box{fill:#fff;stroke:#232427;stroke-width:1}.mys-bundle-slot--optional:not(.is-selected) .mys-bundle-slot__check-tick{opacity:0}.mys-bundle-slot__plus{flex:0 0 40px;align-self:center;width:40px;height:40px;border-radius:50%;background:#eeeff0;display:grid;place-items:center;font-size:26px;font-weight:400;line-height:31.2px;color:#232427}.mys-bundle-total{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:32px}.mys-bundle-total__main{display:flex;align-items:center;gap:8px}.mys-bundle-total__final{font-size:32px;font-weight:500;line-height:1.2;color:#232427}.mys-bundle-total__meta{display:flex;align-items:center;gap:8px}.mys-bundle-total__meta del{color:#7a7d80;font-size:16px;text-decoration:line-through}.mys-bundle-total__meta [data-mys-bundle-discount]{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 8px;border-radius:14px;background:#ffa800;color:#fff;font-size:14px;font-weight:500}.mys-bundle-total__meta [data-mys-bundle-discount][hidden]{display:none}.mys-bundle-total__actions{display:flex;gap:8px}.mys-bundle-btn{width:auto;min-width:0;height:38px;padding:10px 20px;box-sizing:border-box;border-radius:19px;font-size:14px;font-weight:500;white-space:nowrap}.mys-bundle-btn--outline{background:#fff;color:#0062c4;border:1px solid #0062c4}.mys-bundle-btn--outline:hover{background:#0062c4;color:#fff}.mys-sticky-cart{position:fixed;left:0;right:0;bottom:0;z-index:90;min-height:70px;background:#d9ebfc;opacity:0;visibility:hidden;pointer-events:none}.mys-sticky-cart.is-flow{position:sticky;bottom:0;opacity:1;visibility:visible;pointer-events:auto}.mys-sticky-cart.is-fixed.is-visible{position:fixed;opacity:1;visibility:visible;pointer-events:auto}.mys-sticky-cart-placeholder{display:none}.mys-sticky-cart__inner{width:min(100%,1280px);margin:0 auto;min-height:70px;display:grid;grid-template-columns:78px minmax(0,1fr) auto auto;align-items:center;gap:16px}.mys-sticky-cart__top,.mys-sticky-cart__bottom{display:contents}.mys-sticky-cart__divider{display:none}@property --mys-progress{syntax: "<number>"; initial-value: 0; inherits: true;}.mys-sticky-cart__gift{position:relative;align-self:start;width:78px;height:78px;margin-top:-10px;border-radius:50%;background:#f2f9ff}.mys-sticky-cart__ring{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:78px;height:78px}.mys-sticky-cart__ring-track,.mys-sticky-cart__ring-progress{fill:none;stroke-width:4}.mys-sticky-cart__ring-track{stroke:#fff}.mys-sticky-cart__ring-progress{stroke-linecap:round;stroke-dasharray:226.2;stroke-dashoffset:calc(226.2 - (226.2 * var(--mys-progress, 0) / 100));transform:rotate(-90deg);transform-origin:39px 39px}.mys-sticky-cart__gift-img{position:absolute;z-index:1;top:50%;left:50%;width:64%;height:64%;border-radius:8px;object-fit:cover;transform:translate(-50%,-50%)}.mys-sticky-cart__amount{color:#0062c4}.mys-sticky-cart__message{margin:0;font-size:20px;font-weight:500;letter-spacing:-.8px;min-width:0}.mys-sticky-cart__link{border:0;background:transparent;padding:0;color:var(--mys-text, #232427);font:500 14px/1.2 var(--mys-font, "Poppins", sans-serif);letter-spacing:-.02em;display:inline-flex;align-items:center;gap:2px;cursor:pointer}.mys-sticky-cart__link:hover{color:var(--mys-blue, #0062c4)}.mys-sticky-cart__link-icon{width:18px;height:18px;display:block;color:currentColor}.mys-sticky-cart__link-icon svg{display:block;width:100%;height:100%}.mys-sticky-cart__prices{display:flex;align-items:baseline;gap:8px;min-width:0;white-space:nowrap}.mys-sticky-cart__current{font-size:32px;font-weight:500;letter-spacing:-1.28px;white-space:nowrap}.mys-sticky-cart__compare{color:var(--mys-muted, #7a7a80);font-size:20px;letter-spacing:-.8px;text-decoration:line-through;white-space:nowrap}.mys-sticky-cart__checkout{width:132px;height:48px;padding:0 28px;border-radius:100px;background:#0062c4;color:#fff;font-size:16px;font-weight:500;line-height:19.2px;font-family:var(--mys-font, "Poppins", sans-serif);white-space:nowrap}.mys-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:none;align-items:center;justify-content:center;padding:24px;font-family:var(--mys-font)}.mys-modal.is-open{display:flex}.mys-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6}.mys-modal__panel{position:relative;width:1076px;height:auto;max-width:calc(100vw - 48px);max-height:calc(100vh - 48px);overflow:visible;display:flex;flex-direction:column;border-radius:16px;background:#fff;padding:40px 16px 38px}.mys-modal__close{position:absolute;right:16px;top:16px;width:20px;height:20px;border:0;background:transparent;color:#232427;font-size:0;cursor:pointer}.mys-modal__close:before,.mys-modal__close:after{content:"";position:absolute;top:9px;left:1px;width:18px;height:2px;border-radius:2px;background:currentColor}.mys-modal__close:before{transform:rotate(45deg)}.mys-modal__close:after{transform:rotate(-45deg)}.mys-modal__title{margin:0 48px 24px;color:#232427;font-size:24px;font-weight:500;line-height:1.2;letter-spacing:-.04em;text-align:center}.mys-modal__grid{flex:0 0 auto;overflow-x:hidden;overflow-y:hidden;display:grid;grid-template-columns:repeat(5,196px);gap:16px;align-content:start;justify-content:center}.mys-modal-product{position:relative;width:196px;height:268px;border:0;border-radius:8px;padding:8px 16px 16px;background:#f8f9fa;color:#232427;text-align:left;display:flex;flex-direction:column;align-items:flex-start}.mys-modal-product[hidden]{display:none!important}.mys-modal-product__quickview{align-self:center;display:block;width:160px;height:160px;margin-bottom:8px;cursor:pointer}.mys-modal-product img{display:block;width:100%;height:100%;object-fit:contain}.mys-modal-product strong{flex:0 0 auto;width:100%;max-width:100%;margin:0 0 10px;font-size:16px;font-weight:400;line-height:1.4;letter-spacing:-.02em;color:#232427;display:-webkit-box;overflow:hidden;overflow-wrap:anywhere;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mys-modal-product__price{display:inline-flex;align-items:center;gap:2px;padding-right:32px}.mys-modal-product__price span{font-size:16px;font-weight:500;line-height:1.2;letter-spacing:-.04em;color:#232427}.mys-modal-product__price del{color:#7a7d80;font-size:14px;font-weight:400;line-height:1.4;letter-spacing:-.02em;text-decoration:line-through}.mys-modal-product__add{position:absolute;right:16px;bottom:16px;width:24px;height:24px;display:block;border:0;padding:0;background:transparent;color:#232427;cursor:pointer}.mys-modal-product__add svg{display:block;width:100%;height:100%}.mys-modal-product:hover .mys-modal-product__add,.mys-modal-product.is-selected .mys-modal-product__add{color:#0062c4}.mys-modal__pagination{flex-shrink:0;display:flex;justify-content:center;align-items:center;gap:16px;margin-top:24px}.mys-modal__pagination[hidden]{display:none}.mys-modal__pages{display:flex;align-items:center;gap:4px}.mys-modal__page,.mys-modal__page-arrow{width:36px;height:36px;border:0;border-radius:8px;background:transparent;color:#232427;font:400 16px/1.2 var(--mys-font);cursor:pointer}.mys-modal__page.is-active{background:#232427;color:#fff}.mys-modal__page-arrow{position:relative;width:20px;height:20px;border-radius:0}.mys-modal__page-arrow:before{content:"";position:absolute;top:5px;left:7px;width:8px;height:8px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg)}.mys-modal__page-arrow--next:before{left:4px;transform:rotate(225deg)}.mys-modal__page-arrow:disabled{opacity:.35;cursor:default}.mys-free-tabs,.mys-modal__tabs{display:flex;justify-content:center;gap:8px;margin-bottom:24px}.mys-free-tabs button,.mys-modal__tabs button{border:0;border-radius:999px;padding:10px 18px;background:#dfebf7;color:var(--mys-text);font:500 14px/1.2 var(--mys-font);cursor:pointer}.mys-free-tabs button.is-active,.mys-modal__tabs button.is-active{background:var(--mys-blue);color:#fff}.mys-bundle-milestones{position:relative;display:flex;flex-direction:column;margin-bottom:24px;padding-top:17px}.mys-bundle-milestones__track,.mys-bundle-milestones__fill{position:absolute;top:16px;left:0;right:0;height:8px;border-radius:999px}.mys-bundle-milestones__track{background:#e4e5e6}.mys-bundle-milestones__fill{right:auto;width:var(--mys-bundle-progress, 0%);background:#ffa800;transition:width .2s ease}.mys-bundle-milestones__steps{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.mys-bundle-milestone{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0;color:#afb1b2;font-size:14px;font-weight:500;line-height:1.2;letter-spacing:-.02em;text-align:center}.mys-bundle-milestone__dot{width:6px;height:6px;border-radius:50%;border:0;background:#afb1b2;box-sizing:border-box;position:relative;z-index:2}.mys-bundle-milestone__label{max-width:100%}.mys-bundle-milestone.is-active{color:#232427}.mys-bundle-milestone.is-active .mys-bundle-milestone__dot{border-color:#fff;background:#fff}.mys-bundle-slot--build .mys-bundle-slot__card{position:relative}.mys-bundle-slot--build{width:220px;height:auto}.mys-bundle-slot--build .mys-bundle-slot__card{height:auto;margin-top:0;padding:8px 12px 16px;border-radius:8px}.mys-bundle-slot--build[data-empty=true] .mys-bundle-slot__card{border-style:solid;background:#fff;min-height:268px;text-align:center}.mys-bundle-slot--build[data-empty=true] .mys-bundle-slot__price{display:none}.mys-bundle-slot--build[data-empty=true] .mys-bundle-slot__image{opacity:1}.mys-bundle-slot--build[data-empty=true] .mys-bundle-slot__quickview{position:relative}.mys-bundle-slot--build[data-empty=true] h4{margin-top:16px;font-weight:500;line-height:1.2;letter-spacing:-.04em}.mys-bundle-slot--build[data-empty=true] .mys-bundle-slot__add{position:static;display:block;width:fit-content;height:auto;min-height:0;margin:8px auto 0;padding:0}.mys-bundle-slot--build[data-empty=true] .mys-bundle-slot__add-icon{position:absolute;top:50%;left:50%;width:32px;height:32px;transform:translate(-50%,-50%)}.mys-bundle-slot--build[data-empty=true] .mys-bundle-slot__add-icon--button{display:none}.mys-bundle-slot--build[data-empty=true] .mys-bundle-slot__add-text{display:block}.mys-bundle-slot--build:not([data-empty=true]) .mys-bundle-slot__add{display:none}.mys-bundle-slot__add{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:4px;width:100%;height:100%;border:0;padding:0 16px 43px;background:transparent;color:#232427;cursor:pointer}.mys-bundle-slot__add-icon{position:absolute;top:72px;left:50%;width:32px;height:32px;display:block;background:url(mid-year-sale-bundle-add.png) center / contain no-repeat;font-size:0;transform:translate(-50%)}.mys-bundle-slot__add-text{font-size:14px;font-weight:400;line-height:1.4;letter-spacing:-.02em;color:#7a7d80}.mys-bundle-slot:not([data-empty=true]) .mys-bundle-slot__add-icon--visual{display:none}.mys-bundle-slot__clear{position:absolute;top:10px;right:10px;z-index:3;display:block;width:24px;height:24px;border:0;padding:0;background:url(mid-year-sale-bundle-remove.png) center / contain no-repeat;box-shadow:none;font-size:0;cursor:pointer}.mys-bundle-slot__clear[hidden]{display:none}@media(max-width:749px){.mys-bundle-card{grid-template-columns:1fr;min-height:0}.mys-bundle-card:last-of-type{margin-bottom:0}.mys-bundle-card__visual{aspect-ratio:358 / 200;height:auto;border-radius:16px 16px 0 0}.mys-bundle-card__scene{object-fit:cover;object-position:center center}.mys-bundle-card__visual img:not(.mys-bundle-card__scene){width:104px;height:104px}.mys-bundle-card__visual img:not(.mys-bundle-card__scene):nth-child(1){margin-right:-24px;transform:translateY(-20px)}.mys-bundle-card__visual img:not(.mys-bundle-card__scene):nth-child(2){width:126px;height:126px}.mys-bundle-card__visual img:not(.mys-bundle-card__scene):nth-child(3){margin-left:-24px;transform:translateY(22px)}.mys-bundle-card__body{padding:16px}.mys-bundle-card__title{font-size:20px}.mys-bundle-card[data-card-bundle-mode=fixed_optional] .mys-bundle-card__title{margin-bottom:16px;text-align:left}.mys-bundle-milestones{padding-top:17px;margin-bottom:16px}.mys-bundle-milestone{font-size:12px;gap:6px}.mys-bundle-milestones__track,.mys-bundle-milestones__fill{top:16px;left:0;right:0}.mys-bundle-slots{flex-direction:column;gap:8px}.mys-bundle-slots--fixed-optional,.mys-bundle-slots--build{width:100%;gap:12px}.mys-bundle-slot__card h4{font-size:var(--mys-card-desc-mobile, 14px)}.mys-bundle-slot{width:196px;display:block;margin:0 auto}.mys-bundle-slots--build .mys-bundle-slot--build{width:100%;height:auto;margin:0}.mys-bundle-slots--build .mys-bundle-slot--build .mys-bundle-slot__card{display:grid;grid-template-columns:100px minmax(0,1fr) 20px;grid-template-rows:minmax(0,1fr) auto auto minmax(0,1fr);align-items:center;column-gap:8px;width:100%;margin-top:0;padding:8px;border:1px solid #E4E5E6;border-radius:6px;background:#fff;text-align:left}.mys-bundle-slots--build .mys-bundle-slot--build .mys-bundle-slot__image{width:100px;height:100px}.mys-bundle-slots--build .mys-bundle-slot--build .mys-bundle-slot__quickview{position:static;grid-row:1 / -1;width:100px;height:100px;margin:0}.mys-bundle-slots--build .mys-bundle-slot--build h4{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;grid-column:2;grid-row:2;margin:0;color:#232427;font-size:14px;font-weight:500;line-height:1.4;white-space:normal;text-overflow:ellipsis}.mys-bundle-slots--build .mys-bundle-slot--build .mys-bundle-slot__price{grid-column:2;grid-row:3;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px}.mys-bundle-slots--build .mys-bundle-slot--build .mys-bundle-slot__price strong{font-size:16px;line-height:1.4}.mys-bundle-slots--build .mys-bundle-slot--build .mys-bundle-slot__price del{font-size:14px;line-height:1.4}.mys-bundle-slots--build .mys-bundle-slot--build[data-empty=true] .mys-bundle-slot__image{opacity:1}.mys-bundle-slots--build .mys-bundle-slot--build[data-empty=true] h4{margin-top:0;font-weight:500;line-height:1.4;letter-spacing:-.02em}.mys-bundle-slots--build .mys-bundle-slot--build[data-empty=true] .mys-bundle-slot__price{display:none}.mys-bundle-slots--build .mys-bundle-slot--build .mys-bundle-slot__add{position:static;display:contents;padding:0;text-align:left}.mys-bundle-slots--build .mys-bundle-slot--build .mys-bundle-slot__add-icon{position:static;display:block;grid-column:3;grid-row:1 / -1;width:20px;height:20px;align-self:center;justify-self:end;transform:none}.mys-bundle-slots--build .mys-bundle-slot--build .mys-bundle-slot__add-icon--visual{display:none}.mys-bundle-slots--build .mys-bundle-slot--build .mys-bundle-slot__add-text{display:block;grid-column:2;grid-row:3;align-self:center}.mys-bundle-slots--build .mys-bundle-slot--build:not([data-empty=true]) .mys-bundle-slot__add,.mys-bundle-slots--build .mys-bundle-slot--build .mys-bundle-slot__add[hidden]{display:none}.mys-bundle-slots--build .mys-bundle-slot--build .mys-bundle-slot__clear{position:static;grid-column:3;grid-row:1 / -1;width:20px;height:20px;align-self:center;justify-self:end;font-size:0}.mys-bundle-slots--fixed-optional .mys-bundle-slot{width:100%;height:auto;margin:0}.mys-bundle-slots--fixed-optional .mys-bundle-slot__card{display:grid;grid-template-columns:100px minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto auto minmax(0,1fr);align-items:center;column-gap:8px;width:100%;height:auto;min-height:0;margin-top:0;padding:8px;border-radius:6px}.mys-bundle-slots--fixed-optional .mys-bundle-slot--optional .mys-bundle-slot__card{padding-right:44px;border-color:#ffa800;background:#fffcf7}.mys-bundle-slots--fixed-optional .mys-bundle-slot__image{width:100px;height:100px}.mys-bundle-slots--fixed-optional .mys-bundle-slot__quickview{grid-row:1 / -1;width:100px;height:100px;margin:0}.mys-bundle-slots--fixed-optional .mys-bundle-slot__card h4{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;grid-column:2;grid-row:2;margin:0;white-space:normal;text-overflow:ellipsis;text-align:left}.mys-bundle-slots--fixed-optional .mys-bundle-slot__price{grid-column:2;grid-row:3;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px}.mys-bundle-slots--fixed-optional .mys-bundle-slot__price strong{font-size:16px;line-height:1.4}.mys-bundle-slots--fixed-optional .mys-bundle-slot__price del{font-size:14px;line-height:1.4}.mys-bundle-slot__plus,.mys-bundle-slots--build .mys-bundle-slot__plus{display:none}.mys-bundle-slots--fixed-optional .mys-bundle-slot__tag{top:0;left:0;min-width:106px;height:20px;border-radius:6px 0;padding:0 8px;transform:none}.mys-bundle-slots--fixed-optional .mys-bundle-slot__check{top:50%;right:12px;transform:translateY(-50%)}.mys-bundle-slot__add,.mys-bundle-slot--build[data-empty=true] .mys-bundle-slot__card{padding-top:28px}.mys-bundle-slots--build .mys-bundle-slot--build[data-empty=true] .mys-bundle-slot__card{padding:8px;min-height:0}.mys-bundle-slot__clear{top:8px;right:8px;width:20px;height:20px;font-size:16px}.mys-bundle-total{flex-direction:column;align-items:stretch;gap:12px}.mys-bundle-card[data-card-bundle-mode=build_your_own] .mys-bundle-total{margin-top:12px}.mys-bundle-card[data-card-bundle-mode=fixed_optional] .mys-bundle-total{margin-top:20px}.mys-bundle-card[data-card-bundle-mode=fixed_optional] .mys-bundle-total__main,.mys-bundle-card[data-card-bundle-mode=fixed_optional] .mys-bundle-total__meta{align-items:center;gap:4px}.mys-bundle-card[data-card-bundle-mode=fixed_optional] .mys-bundle-total__final{font-size:20px;line-height:1.2;letter-spacing:-.04em}.mys-bundle-card[data-card-bundle-mode=fixed_optional] .mys-bundle-total__meta del{font-size:14px;line-height:1.4;letter-spacing:-.02em}.mys-bundle-card[data-card-bundle-mode=fixed_optional] .mys-bundle-total__meta [data-mys-bundle-discount]{height:24px;min-width:78px;justify-content:center;padding:0 8px;font-size:14px;line-height:1.2}.mys-bundle-total__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.mys-bundle-btn{width:100%}.mys-bundle-total__final{font-size:24px}.mys-sticky-cart,.mys-sticky-cart.is-flow{position:fixed;left:0;right:0;bottom:0;height:128px;min-height:128px;width:100%;opacity:1;visibility:visible;pointer-events:auto;background:transparent}.mys-sticky-cart.is-docked,.mys-sticky-cart.is-flow.is-docked{position:relative;left:auto;right:auto;bottom:auto}.mys-sticky-cart-placeholder{display:block}.mys-sticky-cart__inner{display:block;width:100%;height:128px;min-height:128px;margin-top:0;padding:0 16px;background:#d9ebfc}.mys-sticky-cart__top{display:flex;align-items:flex-start;gap:8px;height:65px;padding-top:12px}.mys-sticky-cart__gift{flex:0 0 auto;width:64px;height:64px;margin-top:-16px;align-self:flex-start}.mys-sticky-cart__ring{width:64px;height:64px}.mys-sticky-cart__gift-img{width:46px;height:46px}.mys-sticky-cart__copy{min-width:0;text-align:left}.mys-sticky-cart__divider{display:block;width:100%;height:1px;margin:0;background:#0000001a}.mys-sticky-cart__bottom{display:flex;align-items:center;justify-content:flex-start;height:62px;gap:16px}.mys-sticky-cart__prices{flex:1 1 auto;justify-content:flex-start;align-items:center;gap:4px;min-width:0;margin:0;text-align:left}.mys-sticky-cart__checkout{width:106px;height:38px;justify-self:end;margin-left:auto;padding:0 20px;font-size:14px;line-height:1.2}.mys-sticky-cart__message{overflow:hidden;font-size:14px;line-height:1.4;letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis}.mys-sticky-cart__link{margin-top:4px;font-size:14px;line-height:1.2}.mys-sticky-cart__current{font-size:20px;line-height:1.2;letter-spacing:-.04em}.mys-sticky-cart__compare{font-size:14px;line-height:1.4;letter-spacing:-.02em}.mys-modal{align-items:flex-end;padding:0}.mys-modal__overlay{background:#b9b9b9}.mys-modal__panel{width:100%;height:86vh;max-width:none;max-height:none;display:flex;flex-direction:column;overflow:hidden;border-radius:12px 12px 0 0;padding:24px 16px 0}.mys-modal__title{margin:0 32px 16px;font-size:20px}.mys-modal__close{top:12px;right:12px}.mys-modal__grid{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;grid-template-columns:repeat(2,minmax(0,173px));gap:12px;justify-content:center;padding-bottom:24px}.mys-modal-product{width:173px;height:240px;border-radius:6px;padding:8px 16px 16px}.mys-modal-product img{width:140px;height:140px}.mys-modal-product strong,.mys-modal-product__price span{font-size:14px}.mys-modal-product__price del{font-size:12px}.mys-modal__pagination{display:none}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/mid-year-sale-bundle.css.map */
