.products-plus-wrapper{width:100%}.products-plus{width:100%;overflow:hidden}.products-plus__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem;gap:2rem}.products-plus__header-left{flex:1}.products-plus__heading{margin:0 0 1rem;font-family:Poppins,sans-serif!important;font-weight:800;line-height:1.1}.products-plus__subheading{font-family:Quicksand,sans-serif;opacity:.8}.products-plus__view-all{display:inline-flex;align-items:center;gap:.5rem;font-family:Quicksand,sans-serif;font-weight:700;font-size:.9375rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.products-plus__view-all svg{transition:transform .3s ease}.products-plus__view-all:hover svg{transform:translate(4px)}.products-plus__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 1024px){.products-plus__grid{grid-template-columns:1fr;gap:1.5rem}}.product-card-plus{position:relative;background:rgb(var(--color-background));border-radius:24px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1)}.product-card-plus:hover{transform:translateY(-8px);box-shadow:0 12px 40px #19188026}.product-card-plus__link{display:block;text-decoration:none;color:inherit;padding:2rem;height:100%}.product-card-plus__badge{position:absolute;top:1.5rem;right:1.5rem;padding:.5rem 1rem;border-radius:50px;font-size:1rem;font-family:Poppins,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.05em;z-index:10;box-shadow:0 2px 8px #00000026}.product-card-plus__badge--gold{background:linear-gradient(135deg,#d3a23c,#b26e26);color:#fff}.product-card-plus__badge--blue{background:linear-gradient(135deg,#191880,#1b1b57);color:#fff}.product-card-plus__badge--green{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.product-card-plus__top{margin-bottom:1.5rem}.product-card-plus__code{font-family:Quicksand,sans-serif;font-weight:700;font-size:.875rem;color:#b26e26;margin-bottom:.5rem;letter-spacing:.05em}.product-card-plus__title{font-family:Poppins,sans-serif;font-weight:600;font-size:1.5rem;color:#1b1b57;margin:0;line-height:1.3}.product-card-plus__media{position:relative;width:100%;aspect-ratio:1;margin-bottom:1.5rem;border-radius:16px;overflow:hidden;background:#f9fafb}.product-card-plus__image,.product-card-plus__video{width:100%;height:100%;object-fit:cover}.product-card-plus__bottom{display:flex;flex-direction:column;gap:.75rem}.product-card-plus__button{width:100%;font-family:Quicksand,sans-serif;font-weight:700;font-size:1.5rem}.product-card-plus__price{text-align:center;font-family:Quicksand,sans-serif;font-size:.9375rem;opacity:.7;margin:0}.feature-card-plus{position:relative;background:linear-gradient(135deg,#191880,#1b1b57);border-radius:24px;overflow:hidden;padding:3rem 2rem;color:#fff;display:flex;flex-direction:column;justify-content:center}.feature-card-plus--enhanced{min-height:600px}.feature-card-plus__image{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.08;z-index:0}.feature-card-plus__image img{width:100%;height:100%;object-fit:cover}.feature-card-plus__content{position:relative;z-index:1}.feature-card-plus__heading{font-family:Poppins,sans-serif!important;font-weight:700;margin:0 0 1rem;line-height:1.2;color:#fff}.feature-card-plus__text{font-family:Quicksand,sans-serif;font-size:1.125rem;color:#ffffffe6;margin-bottom:2.5rem;line-height:1.6}.feature-tabs{margin-top:2rem}.feature-tabs__nav{display:flex;gap:.5rem;margin-bottom:2rem;padding:.5rem;background:#ffffff1a;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-tabs__button{flex:1;padding:.875rem 1.5rem;border:none;background:transparent;color:#ffffffb3;font-family:Quicksand,sans-serif;font-weight:700;border-radius:50px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.feature-tabs__button:hover{color:#ffffffe6}.feature-tabs__button.active{background:#fff;color:#1b1b57;box-shadow:0 4px 12px #00000026}.feature-tabs__button-text{position:relative;z-index:1}.feature-tabs__panel{display:none;animation:fadeIn .4s ease}.feature-tabs__panel.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.feature-tabs__subtitle{font-family:Quicksand,sans-serif;color:#fffffff2;margin:0 0 2rem;line-height:1.6}.feature-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;align-items:stretch}.feature-stat-glow{position:relative;padding:2rem 1.5rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:20px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:visible;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;opacity:1!important}.feature-stat-glow__icon{position:absolute;top:-12px;right:1rem;width:40px;height:40px;background:linear-gradient(135deg,#d3a23c,#b26e26);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #d3a23c66;z-index:2}.feature-stat-glow__icon svg{width:20px;height:20px;color:#fff;transform:rotate(-90deg)}.feature-stat-glow:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:150%;height:150%;background:radial-gradient(circle,rgba(211,162,60,.3) 0%,rgba(211,162,60,.15) 30%,transparent 70%);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:0}.feature-stat-glow:hover:before{opacity:1}.feature-stat-glow:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,transparent,rgba(211,162,60,.5),transparent);border-radius:20px;opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:0}.feature-stat-glow:hover:after{opacity:1;animation:borderGlow 2s ease-in-out infinite}@keyframes borderGlow{0%,to{opacity:.5}50%{opacity:1}}.feature-stat-glow:hover{transform:translateY(-4px);background:#ffffff1f;border-color:#d3a23c4d;box-shadow:0 8px 32px #0003,0 0 40px #d3a23c33}.feature-stat-glow__number{position:relative;z-index:1;font-family:Poppins,sans-serif;font-weight:800;font-size:3.5rem;line-height:1;margin-bottom:1rem;background:linear-gradient(135deg,#d3a23c,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 2px 8px rgba(211,162,60,.4));opacity:1!important;display:block!important}.feature-stat-glow__progress{position:relative;width:100%;height:8px;background:#fff3;border-radius:10px;margin:1rem 0;overflow:hidden;z-index:1;display:block!important;visibility:visible!important}.feature-stat-glow__progress-bar{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#d3a23c,gold);border-radius:10px;box-shadow:0 0 15px #d3a23c99;transition:width 2s cubic-bezier(.4,0,.2,1);display:block!important;visibility:visible!important;opacity:1!important;min-width:2px}.feature-stat-glow__label{position:relative;z-index:1;font-family:Quicksand,sans-serif;font-weight:700;font-size:1rem;margin-bottom:.5rem;color:#fff!important;line-height:1.3;opacity:1!important;display:block!important}.feature-stat-glow__desc{position:relative;z-index:1;font-family:Quicksand,sans-serif;color:#ffffffe6!important;line-height:1.4;opacity:1!important;display:block!important}@media (max-width: 1024px){.products-plus__header{flex-direction:column;align-items:flex-start;margin-bottom:2.5rem}.feature-card-plus{padding:2.5rem 1.5rem;min-height:auto}.feature-card-plus__heading{font-size:1.75rem}.feature-stats-grid{grid-template-columns:1fr}}@media (max-width: 768px){.products-plus__heading{font-size:2rem}.products-plus__subheading{font-size:1rem}.product-card-plus__link{padding:1.5rem}.product-card-plus__title{font-size:1.25rem}.feature-card-plus{padding:2rem 1.25rem}.feature-card-plus__heading{font-family:Poppins,sans-serif!important;font-size:1.5rem}.feature-card-plus__text{font-size:1rem}.feature-tabs__nav{flex-direction:column;gap:.5rem}.feature-tabs__button{padding:.75rem 1rem;font-size:1.25rem}.feature-stat-glow{padding:1.5rem 1rem}.feature-stat-glow__number{font-size:2.5rem}.feature-stat-glow__label{font-size:1rem}.feature-stat-glow__icon{width:32px;height:32px;top:-10px}.feature-stat-glow__icon svg{width:16px;height:16px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.feature-tabs__button:focus-visible,.product-card-plus__button:focus-visible,.products-plus__view-all:focus-visible{outline:3px solid #D3A23C;outline-offset:2px}.product-card-plus__link:focus-visible{outline:3px solid #191880;outline-offset:4px;border-radius:24px}.color-scheme-1 .products-plus__heading,.color-scheme-2 .products-plus__heading,.color-scheme-3 .products-plus__heading,.color-scheme-4 .products-plus__heading,.color-scheme-5 .products-plus__heading{color:rgb(var(--color-foreground))}.color-scheme-1 .products-plus__subheading,.color-scheme-2 .products-plus__subheading,.color-scheme-3 .products-plus__subheading,.color-scheme-4 .products-plus__subheading,.color-scheme-5 .products-plus__subheading{color:rgba(var(--color-foreground),.75)}
/*# sourceMappingURL=/cdn/shop/t/12/assets/products-plus.css.map */
