.features{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;padding:16px;background-color:#161b22;border-radius:12px;max-width:100%;overflow:hidden}.features .feature{display:flex;align-items:center;gap:.5rem;font-size:16px;line-height:17px;width:calc(50% - 10px)}@media screen and (max-width: 768px){.features .feature{font-size:12px;line-height:14px}}.features .feature svg{width:1.25rem;height:1.25rem;flex-shrink:0}.features .feature svg circle,.features .feature svg path{stroke:#8cff66;fill:none}.features .feature-text{color:#f0f6fc}.benefits{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:20px 0;gap:12px}.benefits img{width:80px;height:80px}.benefits li{width:calc(25% - 12px);min-width:200px;min-height:200px;border-radius:12px;display:flex;align-items:stretch;align-content:space-around;justify-content:flex-start;flex-wrap:wrap;padding:16px}.benefits li b{font-size:60px;line-height:16px;font-weight:300;width:100%;display:flex}.benefits li strong{font-size:16px;line-height:16px;font-weight:500;width:100%;display:flex}@media screen and (max-width: 1890px){.benefits li{width:calc(50% - 8px)}}@media screen and (max-width: 768px){.benefits li{min-height:160px}.benefits li strong{font-size:14px;line-height:14px}.benefits li img{width:60px;height:60px}}@media screen and (max-width: 460px){.benefits li{min-width:unset}}.benefits .compatible{background:#ffee54}.benefits .ux{background:linear-gradient(90deg, rgb(254, 108, 59) 2%, rgb(255, 21, 168) 96%);color:#fff}.benefits .customizable{background-color:#79ffb5}.benefits .performance{background-color:#16181d;color:#fff;border:solid 1px #fff}.benefits .performance .stats{display:flex;align-items:center;justify-content:center;color:#7affb0;margin-bottom:5px}.benefits .performance .stat{display:flex;flex-direction:column;align-items:center;padding:0 5px}@media screen and (max-width: 768px){.benefits .performance .stat{padding:0 2px}}.benefits .performance .stat+.stat{border-left:1px solid #30363d}.benefits .performance .stat .grade{font-size:20px;font-weight:bold;line-height:1}@media screen and (max-width: 768px){.benefits .performance .stat .grade{font-size:18px}}.benefits .performance .stat .label{font-size:8px;text-transform:uppercase;color:#c9d1d9;letter-spacing:1px;margin-bottom:2px}.benefits .performance .stat .value{font-size:14px;font-weight:bold;line-height:1}@media screen and (max-width: 768px){.benefits .performance .stat .value{font-size:11px}}.product-form{width:100%}@media screen and (max-width: 768px){.product-form{padding-left:unset}}.product-form h1{font-weight:400;width:100%;font-size:30px;color:#ffbe4e}.product-form .content-price{margin:8px 0;width:auto;width:100%;display:flex;flex-wrap:wrap}.product-form .content-price b{order:1}.product-form .content-price .sfy-price{order:2;color:#fff}.product-form .content-price .discount{order:3;background:linear-gradient(90deg, rgb(254, 108, 59) 2%, rgb(255, 21, 168) 96%);color:#fff;font-size:14px;display:flex;justify-content:center;align-items:center;width:80px;border-radius:20px;margin:0 10px}.product-form .content-price b{font-size:24px;font-weight:800;color:#fff}.product-form .content-price s{color:#f56363;margin-right:8px;width:100%;display:flex;align-content:center;align-items:center;order:2}.product-form .content-price s b{font-size:18px}.product-form .content-price span{font-size:14px}.product-form .content-price svg{margin-top:-5px}@media screen and (max-width: 768px){.product-form .content-price svg{display:flex;align-content:flex-start;flex-wrap:nowrap;align-items:flex-start;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left;text-align:left;justify-content:flex-start}}.product-form .actions{height:auto;display:flex;width:100%;margin-top:16px;padding-top:16px;max-width:400px}.product-form .quantity{min-width:60px;height:50px;border:1px solid #000;text-align:center;border-radius:10px;margin-right:10px}.product-form [sfy-add-to-cart]{color:#fff;background:linear-gradient(90deg, rgb(254, 108, 59) 2%, rgb(255, 21, 168) 96%);height:50px;width:100%;font-weight:600;border-radius:10px}.subscribe{width:100%;margin:20px 0;max-width:400px}.subscribe h2{font-size:16px;font-weight:800;color:#5c137a}.subscribe h3{font-size:16px;font-weight:300;color:#5c137a}.subscribe h2,.subscribe h3{opacity:0;transition:opacity .6s}.subscribe .option{width:100%;max-height:0;height:0;overflow-y:hidden;transition:all .6s}.subscribe .option select{background:rgba(0,0,0,0);border:none;color:#5c1381;font-size:16px;font-weight:300;padding:16px 0;cursor:pointer}.subscribe .group{width:100%;border-radius:20px;height:auto;padding:20px;margin:20px 0;background-color:#dfbbee;border:solid 1px #5c137a;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;transition:all .6s;opacity:0}.subscribe .group.installed{opacity:1}.subscribe .group.installed h2,.subscribe .group.installed .group-head{opacity:1}.subscribe .group.opened .option{height:auto;max-height:unset}.subscribe .group-head{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;opacity:0;transition:opacity .6s}.subscribe .group-head .checkbox-apple{position:relative;width:50px;height:25px;margin-right:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.subscribe .group-head .checkbox-apple label{position:absolute;top:0;left:0;width:50px;height:25px;border-radius:50px;background:#5c137a;cursor:pointer;transition:all .3s ease}.subscribe .group-head .checkbox-apple label:after{content:"";position:absolute;top:1px;left:1px;width:23px;height:23px;border-radius:50%;background-color:#fff;transition:all .3s ease}.subscribe .group-head .checkbox-apple input[type=checkbox]:checked+label{background:#5de24e}.subscribe .group-head .checkbox-apple input[type=checkbox]:checked+label:after{transform:translateX(25px)}.subscribe .group-head .yep{position:absolute;top:0;left:0;width:50px;height:25px;padding:0;opacity:0}.product-options{width:100%;margin:20px 0}.product-options label{font-weight:600;font-size:18px;margin-bottom:16px;display:flex;text-transform:capitalize}.product-options [data-name]{width:100%;display:flex;flex-wrap:wrap;gap:12px}.product-options [data-option]{width:auto;display:flex;justify-content:center;align-items:center;font-size:12px;border:solid #525151 1px;color:#525151;font-weight:600;min-width:100px;border-radius:20px;padding:10px 12px;cursor:pointer;transition:background-color .6s}.product-options [data-option]:hover,.product-options [data-option][selected]{color:#fff;border-color:#000;background:#000}.sfy-zoom{display:none;justify-content:center;align-items:center;position:fixed;top:0;left:0;z-index:999;width:100%;height:100%;padding:20px 40px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(0,0,0,.6)}.sfy-zoom .close{width:40px;height:40px;display:flex;justify-content:center;align-items:center;background-color:#fff;position:absolute;right:20px;top:20px;cursor:pointer;border-radius:100%;padding:12px}.sfy-zoom .close img{width:100%;height:100%}.sfy-zoom .content,.sfy-zoom .content img{width:100%;height:100%}.sfy-zoom .content img{-o-object-fit:contain;object-fit:contain;background:rgba(0,0,0,0);padding:20px}.sfy-zoom.opened{display:flex}.main-product{max-width:var(--global-max-width);padding:50px var(--global-space)}@media screen and (max-width: 768px){.main-product{padding:10px 16px 20px 16px}}.main-product .product-gallery{width:100%;height:auto;position:relative;padding-left:80px}@media screen and (max-width: 768px){.main-product .product-gallery{padding-left:unset}}.main-product .product-gallery .sfy-gallery-front .swiper-slide{min-height:600px;max-height:600px}@media screen and (max-width: 768px){.main-product .product-gallery .sfy-gallery-front .swiper-slide{min-height:unset;max-height:unset}}.main-product .product-gallery .sfy-gallery-front .swiper-slide video,.main-product .product-gallery .sfy-gallery-front .swiper-slide img{width:100%;height:100%;border-radius:12px;-o-object-fit:contain;object-fit:contain;-o-object-position:top center;object-position:top center;background:#000}.main-product .product-gallery .gallery-min{position:absolute;top:0px;left:-8px;z-index:10;width:80px;height:100%;max-height:420px;overflow:hidden}.main-product .product-gallery .gallery-min .swiper-slide{display:flex;justify-content:center;align-items:center}.main-product .product-gallery .gallery-min img{cursor:pointer;width:70px;height:70px;border-radius:16px;-o-object-fit:contain;object-fit:contain;background:linear-gradient(82deg, rgb(132, 195, 201) 0%, rgb(199, 176, 216) 100%)}.main-product .product-gallery .gallery-min .swiper-slide-thumb-active img{border:solid 1px #000}@media screen and (max-width: 768px){.main-product .product-gallery .gallery-min{position:unset;width:100%;margin-top:10px}}