.trust-benefits{width:100%;background:#08090e;color:#f5f5f7;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.trust-benefits__inner{width:min(100%,var(--trust-benefits-max-width));margin:0 auto;padding:var(--trust-benefits-padding-top) 32px var(--trust-benefits-padding-bottom)}.trust-benefits__grid{display:grid;grid-template-columns:repeat(var(--trust-benefits-item-count),minmax(0,1fr));align-items:stretch}.trust-benefits__item{display:flex;align-items:center;justify-content:center;min-width:0;gap:14px;padding:3px 30px}.trust-benefits__item+.trust-benefits__item{border-left:1px solid rgba(255,255,255,.1)}.trust-benefits__icon{flex:0 0 auto;width:25px;height:25px;color:var(--trust-benefits-icon-color)}.trust-benefits__icon svg{display:block;width:100%;height:100%;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}.trust-benefits__content{min-width:0}.trust-benefits__title,.trust-benefits__text{margin:0;font-family:inherit}.trust-benefits__title{color:#f7f7f8;font-size:13px;font-weight:600;line-height:1.3;letter-spacing:.015em}.trust-benefits__text{margin-top:4px;color:#f5f5f794;font-size:11.5px;font-weight:400;line-height:1.4}@media screen and (max-width:989px)and (min-width:750px){.trust-benefits__inner{padding-right:20px;padding-left:20px}.trust-benefits__item{gap:10px;padding-right:16px;padding-left:16px}.trust-benefits__icon{width:22px;height:22px}.trust-benefits__title{font-size:12px}.trust-benefits__text{font-size:10.5px}}@media screen and (max-width:749px){.trust-benefits__inner{padding:var(--trust-benefits-padding-top-mobile) 20px var(--trust-benefits-padding-bottom-mobile)}.trust-benefits__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-benefits__item{justify-content:flex-start;gap:11px;padding:18px 12px}.trust-benefits__item+.trust-benefits__item{border-left:0}.trust-benefits__item:nth-child(2n){border-left:1px solid rgba(255,255,255,.1);padding-left:18px}.trust-benefits__item:nth-child(n+3){border-top:1px solid rgba(255,255,255,.1)}.trust-benefits__icon{width:23px;height:23px}.trust-benefits__title{font-size:12px}.trust-benefits__text{margin-top:3px;font-size:10.5px}}@media screen and (max-width:389px){.trust-benefits__inner{padding-right:14px;padding-left:14px}.trust-benefits__item{gap:8px;padding-right:8px;padding-left:8px}.trust-benefits__item:nth-child(2n){padding-left:12px}.trust-benefits__icon{width:20px;height:20px}.trust-benefits__title{font-size:11px}.trust-benefits__text{font-size:10px}}.twelf-products{overflow:hidden;padding:var(--pt) 0 var(--pb);background:var(--bg);color:#fff}.twelf-products *{box-sizing:border-box}.twelf-products__inner{width:min(calc(100% - 64px),var(--max));margin:auto}.twelf-products__header{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:24px}.twelf-products__header p{margin:0 0 8px;color:#ffffff70;font-size:10px;font-weight:700;letter-spacing:.17em;text-transform:uppercase}.twelf-products__header h2{margin:0;font-size:clamp(30px,2.5vw,42px);font-weight:650;line-height:1;letter-spacing:-.045em}.twelf-products__header>a,.twelf-product__link{display:inline-flex;align-items:center;gap:8px;padding-bottom:6px;border-bottom:1px solid #ffffff4d;color:#fff;font-size:9px;font-weight:700;letter-spacing:.11em;text-decoration:none;text-transform:uppercase}.twelf-products__header>a span,.twelf-product__link span{transition:transform .2s}.twelf-products__header>a:hover span,.twelf-product__link:hover span{transform:translate(3px)}.twelf-products__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border-top:1px solid #ffffff1f;border-left:1px solid #ffffff1f}.twelf-product{display:flex;flex-direction:column;min-width:0;background:#08090e;border-right:1px solid #ffffff1f;border-bottom:1px solid #ffffff1f}.twelf-product__media{position:relative;display:block;aspect-ratio:1/.86;overflow:hidden;background:#0b0c12}.twelf-product__image{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.7,.2,1)}.twelf-product:hover .twelf-product__image{transform:scale(1.025)}.twelf-product__media>span{position:absolute;top:12px;left:12px;color:#fff9;font-size:8px;font-weight:700;letter-spacing:.13em}.twelf-product__content{display:flex;flex:1;flex-direction:column;padding:16px 14px 15px}.twelf-product__title{color:#fff;font-size:clamp(15px,1.15vw,19px);font-weight:650;line-height:1.05;letter-spacing:-.03em;text-decoration:none}.twelf-product__spec{display:-webkit-box;overflow:hidden;min-height:32px;margin:9px 0 16px;color:#ffffff82;font-size:9px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.twelf-product__spec span{margin:0 4px;color:#ffffff40}.twelf-product__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:5px;margin-top:auto}.twelf-product__price small{color:#fff6;font-size:8px}.twelf-product__price del{color:#b7a4df;font-size:9px}.twelf-product__price strong{font-size:17px;font-weight:650;line-height:1;letter-spacing:-.025em}.twelf-product__link{align-self:flex-start;margin-top:16px;border-bottom-color:#8755d9;color:#ffffff9c;font-size:8px}.twelf-products__empty{padding:48px;border:1px solid #ffffff20;color:#ffffff80;text-align:center}@media(max-width:1199px){.twelf-products__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.twelf-product__media{aspect-ratio:4/3}}@media(max-width:767px){.twelf-products{padding:var(--ptm) 0 var(--pbm)}.twelf-products__inner{width:100%}.twelf-products__header{align-items:flex-end;margin:0 14px 18px}.twelf-products__header h2{font-size:30px}.twelf-products__header>a{font-size:0}.twelf-products__header>a span{font-size:17px}.twelf-products__grid{display:flex;overflow-x:auto;margin-left:14px;border-left:1px solid #ffffff1f;scroll-padding-left:14px;scroll-snap-type:x mandatory;scrollbar-width:none}.twelf-products__grid::-webkit-scrollbar{display:none}.twelf-product{flex:0 0 78vw;max-width:330px;scroll-snap-align:start}.twelf-product__media{aspect-ratio:1/.85}.twelf-product__content{padding:15px}.twelf-product__title{font-size:18px}.twelf-product__spec{font-size:10px}.twelf-product__price strong{font-size:18px}}@media(prefers-reduced-motion:reduce){.twelf-product__image,.twelf-products__header>a span,.twelf-product__link span{transition:none}}.twelf-featured-build{padding:var(--tf-pt) 0 var(--tf-pb);background:#fff;color:#08090e;overflow:visible}.twelf-featured-build__panel{position:relative;width:min(calc(100% - 64px),var(--tf-max));min-height:420px;margin:0 auto;background:var(--tf-bg);color:#fff;display:grid;grid-template-columns:35% 30% 35%;align-items:stretch}.twelf-featured-build__copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:42px 40px;z-index:2}.twelf-featured-build__eyebrow,.twelf-featured-build__benefits-title{margin:0 0 20px;color:#fff9;font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.twelf-featured-build__copy h2{margin:0;font-size:clamp(40px,4.2vw,68px);font-weight:650;line-height:.98;letter-spacing:-.055em}.twelf-featured-build__subhead{margin:22px 0 0;color:#fff;font-size:clamp(17px,1.35vw,22px);line-height:1.25}.twelf-featured-build__body{max-width:390px;margin:14px 0 0;color:#ffffffb5;font-size:14px;line-height:1.5}.twelf-featured-build__body p{margin:0}.twelf-featured-build__button{display:inline-flex;align-items:center;gap:28px;min-height:52px;margin-top:28px;padding:0 26px;border-radius:999px;background:#fff;color:#08090e;text-decoration:none;font-size:10px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.twelf-featured-build__button svg{width:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.twelf-featured-build__media{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;min-width:0;overflow:visible}.twelf-featured-build__image,.twelf-featured-build__placeholder{width:94%;height:112%;max-width:none;object-fit:contain;object-position:center;transform:translateY(-6%);filter:drop-shadow(0 16px 18px #0008);-webkit-mask-image:radial-gradient(ellipse at center,#000 52%,transparent 94%);mask-image:radial-gradient(ellipse at center,#000 52%,transparent 94%)}.twelf-featured-build__benefits{display:flex;flex-direction:column;justify-content:center;padding:38px 12px 38px 84px}.twelf-featured-build__benefit{display:flex;gap:14px;padding:17px 0;border-bottom:1px solid #ffffff24}.twelf-featured-build__benefit:last-child{border-bottom:0}.twelf-featured-build__benefit svg{flex:0 0 18px;width:18px;height:18px;margin-top:1px;fill:none;stroke:#a866ff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.twelf-featured-build__benefit h3{margin:0;color:#fff;font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.twelf-featured-build__benefit p{margin:7px 0 0;color:#ffffff8f;font-size:11px;line-height:1.35}@media(max-width:900px){.twelf-featured-build__panel{width:calc(100% - 28px);grid-template-columns:minmax(0,1fr);min-height:0;margin:0 14px}.twelf-featured-build__copy{order:1;padding:36px 24px 18px}.twelf-featured-build__media{order:2;height:auto;min-height:0;padding:8px 12px 22px;overflow:visible}.twelf-featured-build .twelf-featured-build__image,.twelf-featured-build .twelf-featured-build__placeholder{display:block;width:min(100%,400px)!important;height:auto!important;max-height:390px;object-fit:contain!important;object-position:center!important;transform:none!important;-webkit-mask-image:none!important;mask-image:none!important}.twelf-featured-build__benefits{position:relative;z-index:4;order:3;padding:22px 24px 30px}.twelf-featured-build__benefits-title{margin-bottom:8px}.twelf-featured-build__benefit{padding:14px 0}.twelf-featured-build__copy h2{font-size:44px}.twelf-featured-build__button{margin-top:22px}}@media(max-width:520px){.twelf-featured-build{padding:var(--tf-ptm) 0 var(--tf-pbm)}.twelf-featured-build__copy{padding:30px 20px 14px}.twelf-featured-build__copy h2{font-size:clamp(38px,12vw,46px)}.twelf-featured-build__subhead{margin-top:18px;font-size:18px}.twelf-featured-build__button{width:100%;justify-content:space-between;padding:0 24px}.twelf-featured-build__media{padding:4px 10px 18px}.twelf-featured-build .twelf-featured-build__image,.twelf-featured-build .twelf-featured-build__placeholder{width:min(94%,340px)!important;max-height:340px}.twelf-featured-build__benefits{padding:20px 20px 28px}.twelf-featured-build__benefits-title{margin-bottom:6px}}
/*# sourceMappingURL=/cdn/shop/t/18/compiled_assets/styles.css.map?subset=AAAAAAAAAAAAABQABA */
