*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,button,html,main{font-family:Montserrat,sans-serif}body{font-size:16px}button{user-select:none}a{text-decoration:none}a:hover{cursor:pointer}button,input,select,textarea{font-family:inherit}select{-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-image:url(https://fbcd.co/images/icons/down-arrow-black.svg);background-position:calc(100% - 20px) 50%;background-repeat:no-repeat;background-size:10px auto;line-height:normal}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;height:1em;overflow:hidden;width:1em}.rights{color:var(--fg-sec);font-size:12px;font-weight:400;line-height:16.8px}@keyframes left-to-right{0%{transform:translateX(0)}50%{transform:translateX(3px)}to{transform:translateX(0)}}.wobble{animation:wobble 1s 1 both}@keyframes wobble{0%,to{transform:translateX(0);transform-origin:50% 50%}15%{transform:translateX(-30px) rotate(-6deg)}30%{transform:translateX(15px) rotate(6deg)}45%{transform:translateX(-15px) rotate(-3.6deg)}60%{transform:translateX(9px) rotate(2.4deg)}75%{transform:translateX(-6px) rotate(-1.2deg)}}@keyframes rotate-360{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.circle-pulse{height:20px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:20px}.circle-pulse--cyan:after,.circle-pulse--cyan:before{background-color:#25d8e4!important}.circle-pulse:before{animation:circle-pulse 1.25s cubic-bezier(.215,.61,.355,1) infinite;border-radius:45px;box-sizing:border-box;height:250%;margin-left:-75%;margin-top:-75%;position:relative;width:250%}.circle-pulse:after,.circle-pulse:before{background-color:#094731;content:"";display:block}.circle-pulse:after{animation:circle-pulse-scale 1.25s cubic-bezier(.455,.03,.515,.955) -.4s infinite;border-radius:50px;height:100%;left:0;position:absolute;top:0;width:100%}@keyframes circle-pulse{0%{transform:scale(.33)}80%,to{opacity:0}}@keyframes circle-pulse-scale{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.notification-container{display:flex;flex-direction:column;gap:1rem;margin-left:20px;position:fixed;right:20px;top:20px;z-index:9999}.notification{align-items:center;border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);color:#fff;cursor:pointer;display:flex;justify-content:space-between;max-width:400px;min-width:280px;padding:1rem 1.5rem;transform:translateX(120%);transition:transform .3s ease-in-out}.notification--show{transform:translateX(0)}.notification__message{margin-right:10px}.notification__close{font-size:1.25rem;font-weight:700;opacity:.7}.notification__close:hover{opacity:1}.notification--success{background-color:#67cb1d}.notification--danger{background-color:#fd4343}.notification--warning{background-color:#ff7600}.notification--info{background-color:#2196f3}.bundles-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.product{display:flex;gap:1.5rem;margin-bottom:3rem}@media(max-width:992px){.product{flex-direction:column;gap:1.25rem}}.product__gallery{align-items:flex-start;display:flex;flex:4;gap:1.25rem;position:relative}@media(max-width:1400px){.product__gallery{flex-direction:column;gap:1rem}}.product__gallery-main{flex:1;position:relative}.product__gallery-main img{aspect-ratio:3/2;background:#f8f8f8;border-radius:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.06);height:auto;width:100%}@media(max-width:1400px){.product__gallery-main{flex:none;max-height:max-content;order:1;width:100%}}.product__gallery-thumbs{background-color:#fff;border-radius:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.06);display:flex;flex-direction:column;flex-shrink:0;gap:1rem;padding:.75rem;width:120px}@media(max-width:1400px){.product__gallery-thumbs{background-color:#fff;border-radius:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.06);flex-direction:row!important;max-width:100%;order:2;overflow-x:auto;overflow:auto;padding:.75rem;width:100%;width:auto}}.product__gallery__thumb{align-items:center;background:#f4f4f4;border-radius:8px;cursor:pointer;display:flex;justify-content:center;width:100%}.product__gallery__thumb img{aspect-ratio:3/2;border-radius:.5rem;height:auto;width:100%}.product__gallery__thumb img.gallery-active{border:2px solid #25d8e4}@media(max-width:1400px){.product__gallery__thumb{flex-shrink:0;max-width:100px;min-width:100px;width:auto!important}}.product__details{display:flex;flex:2;flex-direction:column;gap:1.5rem}.product__details h2{color:#222;font-size:clamp(1.5rem,2vw,2.5rem);font-weight:700;margin:0}.product__details-price{align-items:center;display:flex;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:600;gap:.5rem}.product__details-price .original{color:#f56969;text-decoration:line-through}.product__details-type{background:#fbac31;border:2px solid #fff;border-radius:9999px;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin-bottom:-15px;margin-right:auto;padding:.5rem .75rem;text-transform:uppercase}.product__details-type[data-type=uvdtf]{background:#c26af0}.product__details-description{display:flex;display:-webkit-box;flex-wrap:wrap;gap:.5rem;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product__details-buttons{display:flex;flex-direction:column;gap:1rem}.product__feature{display:flex;gap:1rem}@media(max-width:1300px)and (min-width:992px){.product__feature{flex-direction:column}}.product__feature-each{align-items:center;border-radius:4px;display:flex;flex:1;flex-direction:column;font-size:14px;gap:.5rem;padding:1rem .75rem;text-align:center;text-transform:capitalize}@media(max-width:1300px){.product__feature-each{width:100%}}@media(max-width:400px){.product__feature-each{padding:0}}.product__feature-each i{align-items:center;color:#25d8e4;display:flex;font-size:26px;height:30px;justify-content:center;width:30px}.how-to{background:#eafaff;border-radius:18px;margin:8rem 0 12rem;text-align:center}@media(max-width:992px){.how-to{margin:2rem 0}}.how-to__title{font-size:2rem;font-weight:700;margin-bottom:1rem}.how-to__desc{color:#555;font-size:1.1rem;line-height:26px;margin-bottom:5rem}.how-to__steps{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}@media(max-width:971px){.how-to__steps{align-items:center;flex-direction:column;gap:1.5rem}}.how-to__step{align-items:center;background:#fff;border-radius:18px;box-shadow:0 2px 12px rgba(0,0,0,.04);display:flex;flex:1 1 260px;flex-direction:column;margin-bottom:1.5rem;padding:2rem 1.5rem 3.5rem;position:relative}@media(max-width:971px){.how-to__step{margin-bottom:7.5rem;max-width:400px;width:100%}}.how-to__step-circle{align-items:center;background:#111;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.08);color:#fff;display:flex;font-size:1.3rem;font-weight:500;height:65px;justify-content:center;left:50%;position:absolute;top:-28px;transform:translateX(-50%);width:65px;z-index:2}.how-to__step-title{color:#26d8e4;font-size:1.4rem;font-weight:600;margin-bottom:.5rem;margin-top:1.75rem}.how-to__step-desc{color:#444;font-size:1rem;margin-bottom:1.2rem}.how-to__step-img{border-radius:10px;bottom:-65px;box-shadow:0 2px 8px rgba(0,0,0,.06);height:130px;position:absolute;width:130px}.related__title{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}