*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--black:#000000;--white:#ffffff;--red:#e8192c;--yellow:#f0c040;--gray-bg:#f5f5f5;--purple-bg:#c4a7c8;--header-h:90px;--bar-h:36px;--ticker-h:34px;--font-body:'Inter', 'Helvetica Neue', Arial, sans-serif}html{scroll-behavior:smooth}body.wrickx-custom-home{font-family:var(--font-body);background:#fff;color:#222;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}ul{list-style:none;margin:0;padding:0}.whp-announce-bar{background:#fff;border-bottom:1px solid #eee;height:36px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;font-size:12px;font-weight:600;letter-spacing:.3px;color:#111}.whp-announce-bar a{color:inherit}.whp-ticker{background:#fff;height:32px;overflow:hidden;border-bottom:1px solid #eee;display:flex;align-items:center}.whp-ticker-track{display:flex;width:max-content;height:100%;align-items:center;animation:ticker-scroll 38s linear infinite;white-space:nowrap;font-size:12px;font-weight:500;color:#333}.whp-ticker-track span{padding:0 50px}@keyframes ticker-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.whp-header{position:sticky;top:0;z-index:1000;background:#000;height:75px;display:flex;align-items:center;padding:0 40px;gap:0}.whp-logo{display:flex;align-items:center;flex-shrink:0;margin-right:24px}.whp-logo img{height:46px;width:auto;display:block}.whp-nav{display:flex;align-items:center;flex:1;min-width:0}.whp-nav>ul{display:flex;align-items:center;gap:0;list-style:none;margin:0;padding:0;flex-wrap:nowrap}.whp-nav>ul>li{position:relative}.whp-nav>ul>li>a{display:flex;align-items:center;gap:5px;color:#fff;font-size:14px;font-weight:400;padding:8px 13px;white-space:nowrap;text-decoration:none;transition:color .2s;letter-spacing:0}.whp-nav>ul>li>a:hover{color:rgb(255 255 255 / .75)}.whp-arrow{display:inline-block;width:0;height:0;border-left:4px solid #fff0;border-right:4px solid #fff0;border-top:5px solid rgb(255 255 255 / .7);margin-top:1px;flex-shrink:0;transition:transform .2s}li:hover>a>.whp-arrow{transform:rotate(180deg)}.whp-nav ul ul{position:absolute;top:calc(100% + 2px);left:0;min-width:200px;background:#fff;border:1px solid #e5e5e5;border-radius:6px;box-shadow:0 8px 24px rgb(0 0 0 / .14);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .2s,transform .2s,visibility .2s;z-index:2000;list-style:none;margin:0;padding:6px 0}.whp-nav li:hover>ul{opacity:1;visibility:visible;transform:translateY(0)}.whp-nav ul ul li a{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;font-size:13px;color:#222;border-bottom:1px solid #f5f5f5;transition:background .15s,color .15s;text-decoration:none;white-space:nowrap}.whp-nav ul ul li:last-child a{border-bottom:none}.whp-nav ul ul li a:hover{background:#f8f8f8;color:#e8192c}.whp-nav ul ul ul{top:0;left:100%}.whp-nav ul ul li a .whp-arrow{border-top:0;border-bottom:5px solid #fff0;border-left:5px solid #aaa;border-right:0;border-top-left-radius:0;width:0;height:0;margin-top:0}.whp-header-icons{display:flex;align-items:center;gap:8px;margin-left:auto;flex-shrink:0}.whp-header-icons>div{display:flex;align-items:center;justify-content:center}.whp-hamburger{display:none;align-items:center;justify-content:center;width:44px;height:44px;background:#fff0;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:10px;border-radius:4px;flex-shrink:0}.whp-hamburger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:all .3s}.whp-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.whp-hamburger.open span:nth-child(2){opacity:0}.whp-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.whp-mobile-nav{display:none;position:fixed;inset:0;z-index:1100;pointer-events:none}.whp-mobile-nav-overlay{position:absolute;inset:0;background:rgb(0 0 0 / .55);opacity:0;transition:opacity .3s}.whp-mobile-nav-drawer{position:absolute;left:0;top:0;bottom:0;width:min(300px, 82vw);background:#111;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;padding:0 0 40px}.whp-mobile-nav.open{display:block;pointer-events:all}.whp-mobile-nav.open .whp-mobile-nav-overlay{opacity:1}.whp-mobile-nav.open .whp-mobile-nav-drawer{transform:translateX(0)}.whp-mobile-nav-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #2a2a2a;margin-bottom:4px}.whp-mobile-nav-header img{height:34px}.whp-mobile-nav-close{background:#fff0;border:none;color:#fff;font-size:26px;cursor:pointer;line-height:1;padding:0 4px}.whp-mobile-menu{list-style:none;margin:0;padding:0}.whp-mobile-menu li{border-bottom:1px solid #1e1e1e}.whp-mobile-menu a{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;color:#ccc;font-size:14px;font-weight:500;transition:color .2s;text-decoration:none}.whp-mobile-menu a:hover{color:#fff}.whp-mobile-arrow{font-size:18px;color:#666;transition:transform .25s}.whp-mobile-menu li.mob-open>a .whp-mobile-arrow{transform:rotate(90deg)}.whp-mobile-menu ul{display:none;background:#0d0d0d;list-style:none;padding:0;margin:0}.whp-mobile-menu ul a{padding-left:34px;font-size:13px;color:#999}.whp-mobile-menu ul ul a{padding-left:48px;font-size:12px}.whp-mobile-menu li.mob-open>ul{display:block}.whp-hero{position:relative;width:100%;height:calc(100svh - 75px);min-height:480px;max-height:900px;overflow:hidden;background:#000}.whp-slide{position:absolute;inset:0;background-size:cover;background-position:center center;background-repeat:no-repeat;opacity:0;transition:opacity .8s ease;display:flex;align-items:flex-end;padding:60px 80px}.whp-slide.active{opacity:1;z-index:2}.whp-slide.prev{z-index:1}.whp-slide-content{position:relative;z-index:3}.whp-slide-title{font-size:clamp(52px, 9vw, 120px);font-weight:900;color:#fff;letter-spacing:2px;line-height:1;margin-bottom:32px;text-shadow:0 4px 20px rgb(0 0 0 / .5);text-transform:uppercase}.whp-slide-title a{color:inherit}.whp-slide-btn{display:inline-flex;align-items:center;gap:12px;background:rgb(255 255 255 / .92);color:#000;font-size:15px;font-weight:600;padding:14px 20px 14px 28px;border-radius:50px;transition:background .2s,transform .2s;backdrop-filter:blur(4px)}.whp-slide-btn:hover{background:#fff;transform:translateX(4px)}.whp-slide-btn-icon{width:38px;height:38px;background:var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.whp-slide-btn-icon svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2}.whp-hero-prev,.whp-hero-next{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:48px;height:48px;background:rgb(255 255 255 / .15);border:2px solid rgb(255 255 255 / .4);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(4px);transition:background .2s,border-color .2s}.whp-hero-prev{left:24px}.whp-hero-next{right:24px}.whp-hero-prev:hover,.whp-hero-next:hover{background:rgb(255 255 255 / .3);border-color:rgb(255 255 255 / .7)}.whp-hero-prev svg,.whp-hero-next svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2}.whp-hero-dots{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:10}.whp-dot{width:8px;height:8px;border-radius:50%;background:rgb(255 255 255 / .4);border:none;cursor:pointer;transition:background .25s,transform .25s;padding:0}.whp-dot.active{background:#fff;transform:scale(1.4)}.whp-scroll-indicator{position:absolute;right:30px;top:50%;transform:translateY(-50%);z-index:10;display:flex;flex-direction:column;align-items:center;gap:4px}.whp-scroll-line{width:1px;height:60px;background:rgb(255 255 255 / .4)}.whp-scroll-arrow{width:14px;height:14px;border-right:2px solid rgb(255 255 255 / .5);border-bottom:2px solid rgb(255 255 255 / .5);transform:rotate(45deg)}.whp-slider-section{background:var(--gray-bg);padding:36px 0 40px}.whp-slider-header{display:flex;align-items:center;justify-content:flex-end;padding:0 30px 10px}.whp-see-all{display:inline-flex;align-items:center;gap:6px;background:var(--red);color:#fff;font-size:13px;font-weight:700;padding:10px 20px;border-radius:6px;letter-spacing:.5px;transition:background .2s,transform .2s}.whp-see-all:hover{background:#c0101e;transform:translateY(-1px)}.whp-slider-section .wrickx-product-slider-wrapper{margin:0;padding:0 20px}.whp-custom-model{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#1a0a2e}.whp-custom-model-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.55;z-index:0}.whp-custom-model-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgb(40 0 80 / .5) 0%,rgb(10 0 20 / .3) 100%);z-index:1}.whp-custom-model-content{position:relative;z-index:2;text-align:center;color:#fff;padding:60px 30px}.whp-custom-model-content h2{font-size:clamp(28px, 5vw, 52px);font-weight:900;letter-spacing:2px;text-transform:uppercase;margin-bottom:24px;text-shadow:0 3px 14px rgb(0 0 0 / .6)}.whp-custom-model-btn{display:inline-flex;align-items:center;gap:10px;background:var(--red);color:#fff;font-size:15px;font-weight:700;padding:14px 32px;border-radius:50px;letter-spacing:.5px;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 4px 20px rgb(232 25 44 / .4)}.whp-custom-model-btn:hover{background:#c0101e;transform:translateY(-2px);box-shadow:0 6px 28px rgb(232 25 44 / .5)}.whp-model-look{background:#fff;padding:60px 30px;text-align:center}.whp-model-look a{display:inline-block;font-size:clamp(22px, 4vw, 42px);font-weight:900;color:var(--black);text-transform:uppercase;letter-spacing:1px;transition:color .2s}.whp-model-look a:hover{color:var(--red)}.whp-features{background:var(--gray-bg);padding:60px 30px}.whp-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1000px;margin:0 auto}.whp-feature-item{display:flex;align-items:flex-start;gap:20px;background:#fff;border-radius:12px;padding:28px 24px;box-shadow:0 2px 12px rgb(0 0 0 / .06)}.whp-feature-icon{width:54px;height:54px;background:#f3f0ff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:12px}.whp-feature-icon img,.whp-feature-icon svg{width:30px;height:30px}.whp-feature-text h3{font-size:15px;font-weight:700;margin-bottom:6px;color:#111}.whp-feature-text p{font-size:13px;color:#666;line-height:1.5}.whp-cta{background:var(--black);padding:80px 30px;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}.whp-cta-text{flex:1;min-width:280px}.whp-cta-text a:first-child{display:block;font-size:clamp(22px, 4vw, 40px);font-weight:900;color:var(--white);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;line-height:1.1;transition:color .2s}.whp-cta-text a:first-child:hover{color:var(--yellow)}.whp-cta-text a.whp-cta-sub{display:block;font-size:clamp(16px, 2.5vw, 26px);color:rgb(255 255 255 / .75);font-weight:600;margin-bottom:20px;transition:color .2s}.whp-cta-text a.whp-cta-sub:hover{color:#fff}.whp-cta-text p{font-size:14px;color:rgb(255 255 255 / .55);max-width:500px;line-height:1.6}.whp-cta-actions{display:flex;align-items:center;gap:16px;flex-shrink:0}.whp-cta-btn{display:inline-flex;align-items:center;gap:10px;background:var(--red);color:#fff;font-size:15px;font-weight:700;padding:14px 30px;border-radius:50px;letter-spacing:.5px;transition:background .2s,transform .2s}.whp-cta-btn:hover{background:#c0101e;transform:translateY(-2px)}.whp-cta-bag-icon{width:56px;height:56px;background:rgb(255 255 255 / .1);border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid rgb(255 255 255 / .2);transition:background .2s}.whp-cta-bag-icon:hover{background:rgb(255 255 255 / .2)}.whp-cta-bag-icon svg{width:24px;height:24px;fill:rgb(255 255 255 / .8)}.whp-footer{background:#111;color:rgb(255 255 255 / .75);padding:56px 30px 24px}.whp-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;max-width:1200px;margin:0 auto 40px}.whp-footer-logo img{height:44px;margin-bottom:16px}.whp-footer-logo p{font-size:13px;line-height:1.6;color:rgb(255 255 255 / .5);max-width:240px}.whp-footer-col h3{font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px}.whp-footer-col ul li{margin-bottom:10px}.whp-footer-col ul li a{font-size:13px;color:rgb(255 255 255 / .55);transition:color .2s}.whp-footer-col ul li a:hover{color:#fff}.whp-footer-bottom{border-top:1px solid rgb(255 255 255 / .1);padding-top:24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;max-width:1200px;margin:0 auto}.whp-footer-bottom p{font-size:12px;color:rgb(255 255 255 / .35)}.whp-footer-social{display:flex;gap:12px}.whp-footer-social a{width:34px;height:34px;border-radius:50%;background:rgb(255 255 255 / .08);display:flex;align-items:center;justify-content:center;transition:background .2s}.whp-footer-social a:hover{background:rgb(255 255 255 / .18)}.whp-footer-social svg{width:16px;height:16px;fill:rgb(255 255 255 / .65)}@media (max-width:1024px){.whp-nav{display:none}.whp-hamburger{display:flex}.whp-header{height:85px;padding:0 20px;position:static;position:sticky;gap:16px;justify-content:flex-start}.whp-hamburger{position:relative;z-index:2;flex-shrink:0;width:40px;height:40px;gap:6px}.whp-hamburger span{width:24px;height:2.5px}.whp-logo{position:static;transform:none;margin:0;flex-shrink:0}.whp-logo img{height:44px}.whp-header-icons{margin-left:auto;gap:16px;flex-shrink:0}.whp-announce-bar{padding:0 16px;font-size:11.5px}.whp-ticker-track{font-size:11.5px}}@media (max-width:768px){.whp-hero{height:calc(100svh - 85px);min-height:400px}.whp-slide{padding:30px 20px}.whp-hero-prev{left:10px}.whp-hero-next{right:10px}.whp-scroll-indicator{display:none}.whp-custom-model-content{padding:48px 20px}.whp-cta{flex-direction:column;align-items:flex-start;padding:56px 20px}.whp-cta-actions{width:100%}.whp-slider-header{padding:0 16px 10px}}@media (max-width:600px){.whp-features-grid{grid-template-columns:1fr}.whp-footer-grid{grid-template-columns:1fr;gap:28px}.whp-footer-bottom{flex-direction:column;align-items:flex-start}.whp-announce-bar{font-size:10.5px;padding:0 12px}}.whp-footer-col .widget{margin:0;padding:0}.whp-footer-col .widget-title,.whp-footer-col .widgettitle{font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;border:none;padding:0}.whp-footer-col .widget_nav_menu nav,.whp-footer-col .widget_nav_menu .menu-container{margin:0;padding:0}.whp-footer-col .widget_nav_menu ul,.whp-footer-col .widget_nav_menu .menu{list-style:none;margin:0;padding:0}.whp-footer-col .widget_nav_menu li{margin-bottom:10px;padding:0}.whp-footer-col .widget_nav_menu li a,.whp-footer-col .widget_nav_menu .menu-link{font-size:13px;color:rgb(255 255 255 / .55);transition:color .2s;text-decoration:none;display:block;padding:0}.whp-footer-col .widget_nav_menu li a:hover{color:#fff}.whp-footer-col>ul{list-style:none;margin:0;padding:0}.whp-footer-col>ul li{margin-bottom:10px}.whp-footer-col>ul li a{font-size:13px;color:rgb(255 255 255 / .55);transition:color .2s}.whp-footer-col>ul li a:hover{color:#fff}.whp-search-wrap .fs-search-icon{color:#fff!important}.whp-search-wrap .fs-search-icon svg{stroke:#fff!important}.whp-header .wrickx-minicart-wrap,.whp-header .wrickx-cart-icon-wrap{color:#fff}.whp-header .wrickx-header-cart-icon svg{stroke:#fff}.whp-header .wrickx-wishlist-icon svg,.whp-header .wrickx-wishlist-icon{stroke:#fff;fill:none;color:#fff}