.trisole-bundle-upsell-wrapper{display:block}.trisole-bundle__head{text-align:center;max-width:560px;margin:0 auto 28px}.trisole-bundle__heading{font-size:calc(var(--font-heading-scale) * 28px);font-weight:700;margin:0 0 6px;color:rgb(var(--color-foreground))}.trisole-bundle__subheading{font-size:calc(var(--font-body-scale) * 14px);color:rgba(var(--color-foreground),.6);margin:0}.trisole-bundle__card{position:relative;max-width:900px;margin:0 auto;padding:28px 24px;border:1px solid rgba(var(--color-foreground),.08);border-radius:20px;background:rgb(var(--color-background));box-shadow:0 6px 24px #0000000f;overflow:hidden}.trisole-bundle__card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e63946,#ff8a65,#e63946);background-size:200% 100%;animation:trisoleBundleGradientMove 4s linear infinite}@keyframes trisoleBundleGradientMove{0%{background-position:0% 0}to{background-position:200% 0}}.trisole-bundle__grid{display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:24px}.trisole-bundle__connector{align-self:center;font-size:20px;font-weight:700;color:rgba(var(--color-foreground),.3);padding-top:40px;flex-shrink:0}.trisole-bundle__tile{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;width:130px;padding:12px 10px 14px;border:1.5px solid rgba(var(--color-foreground),.1);border-radius:14px;background:rgb(var(--color-background));cursor:default;transition:border-color .15s ease,box-shadow .15s ease,opacity .15s ease}.trisole-bundle__tile--selectable{cursor:pointer}.trisole-bundle__tile--selectable:hover{border-color:#e6394659}.trisole-bundle__tile.is-selected{border-color:#e63946;box-shadow:0 0 0 1px #e63946}.trisole-bundle__tile--selectable:not(.is-selected){opacity:.55}.trisole-bundle__tile-input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.trisole-bundle__tile-check{position:absolute;top:8px;right:8px;width:20px;height:20px;border-radius:50%;background:rgba(var(--color-foreground),.08);color:transparent;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease,color .15s ease}.trisole-bundle__tile-check svg{width:11px;height:11px}.trisole-bundle__tile.is-selected .trisole-bundle__tile-check{background:#e63946;color:#fff}.trisole-bundle__tile-check--locked{background:#202020;color:#fff}.trisole-bundle__tile-thumb{width:76px;height:76px;border-radius:10px;overflow:hidden;background:rgba(var(--color-foreground),.04);display:flex;align-items:center;justify-content:center;margin-bottom:8px}.trisole-bundle__tile-thumb img{width:100%;height:100%;object-fit:cover}.trisole-bundle__tile-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:rgba(var(--color-foreground),.45);margin-bottom:2px}.trisole-bundle__tile-title{font-size:12.5px;font-weight:600;color:rgb(var(--color-foreground));margin-bottom:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.trisole-bundle__tile-price{font-size:12.5px;font-weight:700;color:rgb(var(--color-foreground))}.trisole-bundle__summary{position:relative;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;padding:18px 20px;margin-bottom:16px;border-radius:14px;background:linear-gradient(135deg,#e6394612,#e6394605);border:1px solid rgba(230,57,70,.14);border-left:4px solid #e63946}.trisole-bundle__summary-left{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.trisole-bundle__save-badge{position:relative;display:inline-flex;align-items:center;gap:6px;padding:6px 14px 6px 11px;border-radius:999px;background:linear-gradient(135deg,#ff5b6b,#e63946 55%,#c81f2e);color:#fff;font-size:12px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;width:fit-content;box-shadow:0 6px 16px #e6394661,inset 0 1px #ffffff40;overflow:hidden}.trisole-bundle__save-icon{width:13px;height:13px;flex-shrink:0}.trisole-bundle__save-badge:after{content:"";position:absolute;top:0;left:-60%;width:40%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.55),transparent);transform:skew(-20deg);animation:trisoleBundleShine 2.8s ease-in-out infinite}@keyframes trisoleBundleShine{0%{left:-60%}45%{left:130%}to{left:130%}}@media(prefers-reduced-motion:reduce){.trisole-bundle__save-badge:after,.trisole-bundle__card:before{animation:none}}.trisole-bundle__total-label{font-size:12.5px;color:rgba(var(--color-foreground),.6);font-weight:500}.trisole-bundle__summary-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.trisole-bundle__price-row{display:flex;align-items:baseline;gap:8px}.trisole-bundle__original-price{font-size:14px;color:rgba(var(--color-foreground),.4);text-decoration:line-through}.trisole-bundle__discounted-price{font-size:24px;font-weight:800;color:#e63946;letter-spacing:-.01em}.trisole-bundle__you-save{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:700;color:#16a34a;background:#16a34a1f;padding:3px 10px;border-radius:999px;min-height:15px}.trisole-bundle__you-save:before{content:"\2713";font-size:10px}.trisole-bundle__you-save:empty{background:none;padding:0}.trisole-bundle__you-save:empty:before{content:none}.trisole-bundle__cta{display:block;width:100%;padding:15px 24px;border:none;border-radius:999px;background:#202020;color:#fff;font-size:15px;font-weight:700;letter-spacing:.01em;cursor:pointer;transition:background-color .15s ease,transform .1s ease}.trisole-bundle__cta:hover:not(:disabled){background:#e63946}.trisole-bundle__cta:active:not(:disabled){transform:scale(.99)}.trisole-bundle__cta:disabled{opacity:.65;cursor:default}.trisole-bundle__note{text-align:center;font-size:11.5px;color:rgba(var(--color-foreground),.55);margin:12px 0 0}.trisole-bundle__error{text-align:center;font-size:12px;font-weight:600;color:#e63946;margin:8px 0 0}@media screen and (min-width:750px){.trisole-bundle__card{padding:36px 44px}.trisole-bundle__heading{font-size:calc(var(--font-heading-scale) * 32px)}.trisole-bundle__tile{width:150px;padding:16px 12px 18px}.trisole-bundle__tile-thumb{width:92px;height:92px}.trisole-bundle__discounted-price{font-size:27px}.trisole-bundle__cta{width:auto;min-width:260px;margin:0 auto;display:flex;align-items:center;justify-content:center}}@media screen and (max-width:479px){.trisole-bundle__card{padding:20px 14px;border-radius:16px}.trisole-bundle__grid{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.trisole-bundle__grid::-webkit-scrollbar{display:none}.trisole-bundle__tile{width:108px;flex-shrink:0;padding:10px 8px 12px}.trisole-bundle__tile-thumb{width:64px;height:64px}.trisole-bundle__connector{padding-top:34px;font-size:16px}.trisole-bundle__summary{flex-direction:column;align-items:flex-start}.trisole-bundle__summary-right{align-items:flex-start;width:100%}.trisole-bundle__heading{font-size:calc(var(--font-heading-scale) * 22px)}.trisole-bundle__discounted-price{font-size:20px}}
/*# sourceMappingURL=/cdn/shop/t/37/assets/section-bundle-upsell.css.map */
