:root{--cookieadmin-primary-color:#001d39;--cookieadmin-primary-hover-color:#985e23;--cookieadmin-secondary-color:#0046b2;--cookieadmin-secondary-hover-color:#0065ff;--cookieadmin-txcolor:#0f172a;--cookieadmin-green-txtcolor:#3a8356;--cookieadmin-warning-txtcolor:#9c7930;--cookieadmin-red-txtcolor:#b55355;--cookieadmin-green-color:#15a448;--cookieadmin-warning-color:#e9b306;--cookieadmin-red-color:#dd2727}.cookieadmin_cookie_modal label,.cookieadmin_cookie_modal input{padding:5px;margin-right:5px;font-size:15px}.cookieadmin_cookie_modal label{font-weight:501}.cookieadmin_bottom{bottom:20px}.cookieadmin_top{top:20px}.cookieadmin_right{right:15px}.cookieadmin_left{left:15px}@keyframes cookieadmin_slideUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes cookieadmin_slideSide{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}.cookieadmin_law_container{position:fixed;width:25%;box-sizing:border-box;z-index:99999;display:none}.cookieadmin_consent_btns{align-content:center;display:flex;justify-content:space-evenly;flex-wrap:wrap}.cookieadmin_box{width:25%;box-sizing:border-box;display:none}.cookieadmin_notice_group{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.cookieadmin_consent_inside{color:#000;background-color:#FFF;border:1px solid #f4f4f4;padding:15px;border-radius:4px;box-shadow:1px 3px 10px rgb(0 0 0 / .2)}#cookieadmin_notice_title{font-weight:601;margin:0;padding-left:5px}.cookieadmin_notice_con{font-size:initial;padding:0 6px;flex:1}.cookieadmin_cookie_modal{display:none;flex-direction:column;position:fixed;max-height:80vh;background-color:#FFF;border:1px solid #F4F4F4;border-radius:8px;box-shadow:0 4px 8px rgb(0 0 0 / .2);z-index:999999}.cookieadmin_center{top:10%;left:22%;max-width:60vw}.cookieadmin_side{flex-direction:column;position:fixed;width:35vw;bottom:0;animation:0.5s ease-out forwards cookieadmin_slideSide;max-height:100vh;left:0;top:0;border-radius:0}.cookieadmin_down{position:fixed;max-width:100%;max-height:55vh;bottom:0;animation:0.5s ease-out forwards cookieadmin_slideUp}.cookieadmin_modal_overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5);z-index:1000}.cookieadmin_mod_head{display:flex;justify-content:space-between}.cookieadmin_mod_head,.cookieadmin_wrapper{padding:15px;border-bottom:1px solid #CCC}.cookieadmin_close_pref{background:none;border:none;align-self:baseline;color:gray;cursor:pointer;padding:0}.cookieadmin_preference_title{font-size:20px;font-weight:801;margin:9px}.cookieadmin_preference_details{padding:0 10px}.cookieadmin_preference{overflow:auto;font-size:15px;height:auto;padding:10px 0}.cookieadmin_details_wrapper{padding:0 15px;height:calc(100% - 6%);overflow:auto;scrollbar-width:thin}.cookieadmin_types{padding:10px 10px;border-top:1px solid #CCC}.cookieadmin_header{display:flex;justify-content:space-between}.cookieadmin_header>span>label{cursor:pointer}.cookieadmin_remark{display:none;justify-self:right}.cookieadmin_act{display:inline;color:#1863dc}.cookieadmin-modal-cookies-list{display:none;padding:1px;border-radius:10px;margin:0 20px;margin-right:4rem;font-size:smaller;font-size:1rem;text-align:center}.cookieadmin_desc{padding:5px 20px;font-size:15px;padding-right:4rem}.cookieadmin_footer{left:0;padding:15px;flex-wrap:wrap;width:100%}.cookieadmin_modal_footer{left:0;padding:15px;flex-wrap:wrap;border-top:1px solid #CCC}button.cookieadmin_btn{background-color:#fff0;border:1px solid gray;color:#1863dc;padding:.4rem .9rem;border-radius:4px;margin:2px 5px;cursor:pointer;flex:auto;text-wrap:auto}.cookieadmin_btn:hover{opacity:.8}.cookieadmin_show_pref_cookies{cursor:pointer;font-size:18px;font-family:initial}button.cookieadmin_re_consent{display:none;position:fixed;bottom:15px;left:15px;background-color:#374FD4;height:50px;width:50px;border-radius:50%!important;cursor:pointer;border:0;z-index:99999;padding:5px!important;box-shadow:-4px 5px 10px rgb(0 0 0 / .4);align-items:center;justify-content:center}.cookieadmin-cookie-card{border:1px solid ghostwhite;border-radius:10px;padding:16px;font-family:'Open Sans','Segoe UI',sans-serif;box-shadow:0 2px 6px rgb(0 0 0 / .1);margin:10px auto;text-align:left}.cookieadmin-cookie-header{display:flex;justify-content:space-between;font-size:1rem;margin-bottom:6px}.cookieadmin-cookie-name{font-weight:700;color:#333}.cookieadmin-cookie-duration{font-size:.85rem}.cookieadmin-cookie-duration>b{font-weight:700}.cookieadmin-cookie-description{font-size:.9rem;margin-bottom:12px}.cookieadmin-cookie-tags{display:flex;gap:8px}.cookieadmin-tag{background:#e0e0e0;padding:4px 10px;border-radius:12px;font-size:.75rem;color:#333}.cookieadmin_toggle{position:relative;display:inline-block;width:24px;height:11px}.cookieadmin_toggle input{display:none}.cookieadmin_slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;height:21px;width:34px;background-color:gray;transition:.4s;border-radius:34px}.cookieadmin_slider:before{position:absolute;content:"";height:15px;width:15px;left:3.2px;bottom:3.2px;background-color:#fff;transition:.2s;border-radius:50%}input:checked+.cookieadmin_slider{background-color:#3582c4}input:checked+.cookieadmin_slider:before{transform:translateX(13px)}.cookieadmin_law_container .cookieadmin-poweredby{margin-top:10px}.cookieadmin_modal_footer_links .cookieadmin-poweredby{margin-left:auto}.cookieadmin-poweredby a img{height:15px}.cookieadmin-poweredby a{color:unset;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:11px;gap:2px;text-decoration:none}.cookieadmin_modal_footer .cookieadmin-poweredby a{justify-content:end}#cookieadmin-gpc-toast{display:flex;visibility:hidden;position:fixed;bottom:24px;right:24px;color:#fff;padding:10px 14px;border-radius:6px;box-shadow:0 4px 12px rgb(0 0 0 / .15);align-items:center;justify-content:space-between;gap:10px;font-size:14px;z-index:99999;opacity:0;transform:translateY(20px);transition:opacity 0.3s ease,transform 0.3s ease,visibility 0s 0.3s;line-height:1.5}#cookieadmin_gpc_override{padding-bottom:10px}.cookieadmin_policy_link_box{display:flex;justify-content:space-around;font-size:13px;flex-wrap:wrap}.cookieadmin_modal_policy_link_box{display:flex;gap:5px;font-size:13px;flex-wrap:wrap}.cookieadmin_modal_footer_links{display:flex;justify-content:space-between;margin:9px 9px 0 9px}@media (max-width:767px){.cookieadmin_center{top:10%;left:5%;max-width:90vw}.cookieadmin_show_pref_cookies{font-size:14px}.cookieadmin_law_container,.cookieadmin_box{width:90%}.cookieadmin_side{width:100%}}@media (min-width:768px) and (max-width:991px){.cookieadmin_box{width:45%}}@media (min-width:992px) and (max-width:1199px){.cookieadmin_box{width:35%}}@media (min-width:1200px) and (max-width:1360px){.cookieadmin_box{width:30%}}@media (min-width:768px){.cookieadmin_notice_group{flex-direction:row;justify-content:space-between;align-items:center}.cookieadmin_notice_con{flex:1}.cookieadmin_consent_btns{flex-shrink:0}}@media (max-width:480px){.cookieadmin_consent_inside .cookieadmin_btn{width:100%;margin:5px 0}.cookieadmin_modal_footer{padding:8px}}.socialfeeds-instagram-feed,.socialfeeds-facebook-feed-wrapper,.socialfeeds-google-reviews-feed{width:100%;max-width:70%!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.socialfeeds-align-center{margin-left:auto!important;margin-right:auto!important}.socialfeeds-align-left{margin-left:0!important;margin-right:auto!important}.socialfeeds-align-right{margin-left:auto!important;margin-right:0!important}.socialfeeds-width-100pct{max-width:100%!important}.socialfeeds-width-90pct{max-width:90%!important}.socialfeeds-width-80pct{max-width:80%!important}.socialfeeds-width-70pct{max-width:70%!important}.socialfeeds-width-60pct{max-width:60%!important}.socialfeeds-width-50pct{max-width:50%!important}.socialfeeds-instagram-header{display:flex;align-items:center;gap:15px;margin-bottom:20px}.socialfeeds-instagram-header-info{display:flex;flex-direction:column;justify-content:center;text-align:left!important}.socialfeeds-instagram-header-name{margin:0;font-size:1.2rem;color:#3C434A}.socialfeeds-instagram-header-bio,.socialfeeds-instagram-header-followers{margin:4px 0 0;font-size:.9rem;color:#666}.socialfeeds-instagram-header-left{justify-content:flex-start;text-align:left}.socialfeeds-instagram-header-middle{justify-content:center;text-align:center}.socialfeeds-instagram-header-right{justify-content:flex-end;text-align:right}.socialfeeds-instagram-header-middle .socialfeeds-instagram-header-info,.socialfeeds-instagram-header-right .socialfeeds-instagram-header-info{text-align:inherit}.socialfeeds-instagram-header-avatar{border-radius:50%;object-fit:cover}.socialfeeds-hover-overlay{position:absolute;inset:0;background:rgb(0 0 0 / .4);opacity:0;transition:opacity 0.25s ease;pointer-events:none;z-index:10}.socialfeeds-instagram-item.hover-overlay:hover .socialfeeds-hover-overlay,.socialfeeds-facebook-item.hover-overlay:hover .socialfeeds-hover-overlay,.socialfeeds-google-review-item.hover-overlay:hover .socialfeeds-hover-overlay{opacity:1!important}.socialfeeds-instagram-item.hover-scale:hover .socialfeeds-instagram-media,.socialfeeds-facebook-item.hover-scale:hover .socialfeeds-facebook-media,.socialfeeds-google-review-item.hover-scale:hover{transform:scale(1.05);transition:transform 0.3s ease}.socialfeeds-instagram-item.hover-shadow,.socialfeeds-facebook-item.hover-shadow,.socialfeeds-google-review-item.hover-shadow{transition:transform 0.3s ease,box-shadow 0.3s ease}.socialfeeds-instagram-item.hover-shadow:hover,.socialfeeds-facebook-item.hover-shadow:hover,.socialfeeds-google-review-item.hover-shadow:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgb(0 0 0 / .15)}.socialfeeds-instagram-item{border-radius:0;overflow:hidden;background:#fff0;border:none;display:flex;flex-direction:column}.socialfeeds-instagram-media,.socialfeeds-facebook-media{width:100%;overflow:hidden;background:#f3f3f3;position:relative}.socialfeeds-instagram-media img,.socialfeeds-instagram-media video,.socialfeeds-facebook-media img,.socialfeeds-facebook-media video{width:100%;height:100%;object-fit:cover;display:block}.socialfeeds-instagram-media.aspect-square,.socialfeeds-instagram-media.aspect-instagram,.socialfeeds-facebook-media.aspect-square{aspect-ratio:1 / 1}.socialfeeds-instagram-media.aspect-portrait,.socialfeeds-facebook-media.aspect-portrait{aspect-ratio:4 / 5}.socialfeeds-instagram-stats{padding:8px 10px;font-size:13px;color:#000;display:flex;flex-wrap:wrap;gap:8px}.socialfeeds-instagram-stats .caption{width:100%;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical;overflow:hidden}.socialfeeds-instagram-stats .likes,.socialfeeds-instagram-stats .comments,.socialfeeds-instagram-stats .views{font-size:12px;color:#555;display:inline-flex;align-items:center;gap:4px}.socialfeeds-instagram-inner.layout-grid{display:grid}.socialfeeds-instagram-inner.layout-masonry{display:block}.socialfeeds-instagram-inner.layout-masonry .socialfeeds-instagram-item{width:100%;display:inline-block;break-inside:avoid;page-break-inside:avoid}@media (max-width:768px){.socialfeeds-instagram-inner.layout-masonry{column-count:2!important}}@media (max-width:480px){.socialfeeds-instagram-inner.layout-masonry{column-count:1!important}}.socialfeeds-instagram-inner.layout-carousel{display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.socialfeeds-instagram-inner.layout-carousel::-webkit-scrollbar{display:none}.socialfeeds-instagram-inner.layout-carousel .socialfeeds-instagram-item{flex-shrink:0}.socialfeeds-instagram-feed.socialfeeds-scheme-dark{background:#0f0f0f;color:#fff}.socialfeeds-instagram-feed.socialfeeds-scheme-light{background:#fff;color:#1d2327}.socialfeeds-instagram-feed.socialfeeds-scheme-dark,.socialfeeds-instagram-feed.socialfeeds-scheme-light,.socialfeeds-instagram-feed.socialfeeds-scheme-custom{padding:20px;border-radius:8px}.socialfeeds-instagram-feed.socialfeeds-scheme-dark .socialfeeds-instagram-stats{color:#fff}.socialfeeds-instagram-feed.socialfeeds-scheme-dark .socialfeeds-instagram-stats .likes,.socialfeeds-instagram-feed.socialfeeds-scheme-dark .socialfeeds-instagram-stats .comments,.socialfeeds-instagram-feed.socialfeeds-scheme-dark .socialfeeds-instagram-stats .views{color:#ccc}.socialfeeds-instagram-actions{display:flex;justify-content:center;gap:10px;margin-top:20px;width:100%;flex-wrap:wrap}.socialfeeds-follow-btn,.socialfeeds-load-more-btn{padding:10px 24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:14px!important;font-weight:500!important;border-radius:4px!important;text-decoration:none!important;cursor:pointer!important;transition:all 0.2s ease;border:none!important}.socialfeeds-follow-btn .dashicons{margin-right:8px}.socialfeeds-instagram-feed .socialfeeds-play-overlay,.socialfeeds-facebook-feed .socialfeeds-play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background:rgb(0 0 0 / .6)!important;border-radius:50%!important;display:flex;align-items:center;justify-content:center;z-index:5;pointer-events:none;transition:all 0.2s ease;border:2px solid rgb(255 255 255 / .2)}.socialfeeds-instagram-feed .socialfeeds-play-overlay::before,.socialfeeds-instagram-feed .socialfeeds-play-overlay::after{content:none!important;display:none!important}.socialfeeds-instagram-feed .socialfeeds-play-overlay .dashicons{color:#ffffff!important;font-size:28px!important;width:28px!important;height:28px!important;line-height:1!important;margin-left:2px}.socialfeeds-instagram-item:hover .socialfeeds-play-overlay,.socialfeeds-facebook-item.hover-scale:hover .socialfeeds-play-overlay,.socialfeeds-facebook-item.hover-shadow:hover .socialfeeds-play-overlay{background:rgb(0 0 0 / .8)!important;transform:translate(-50%,-50%) scale(1.1)}.socialfeeds-likes{color:#d76565!important}.socialfeeds-comments{color:#d76565!important}.socialfeeds-fb-header-v2{width:100%;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 2px rgb(0 0 0 / .1);border:1px solid #e2e8f0;margin-bottom:25px;font-family:inherit}.socialfeeds-fb-cover{width:100%;height:200px;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#f0f2f5;position:relative}.socialfeeds-fb-cover.no-image{background:linear-gradient(to bottom,#1877f2,#0a56b2)}.socialfeeds-fb-header-content{display:flex;padding:0 32px 24px;position:relative;z-index:2;align-items:flex-start}.socialfeeds-fb-avatar-wrap{width:110px;height:110px;border-radius:50%;background:#fff;padding:4px;flex-shrink:0;margin-top:-55px;box-shadow:0 0 0 4px #fff;position:relative}.socialfeeds-fb-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.socialfeeds-fb-info-wrap{margin-left:20px;margin-top:15px;flex:1}.socialfeeds-fb-name{margin:0 0 8px;font-size:24px;font-weight:700;color:#050505}.socialfeeds-fb-caption{font-size:15px;color:#65676b;margin-bottom:8px;line-height:1.4;max-width:600px}.socialfeeds-fb-stats{display:flex;align-items:center;gap:8px;font-size:14px;color:#65676b}.socialfeeds-fb-stat-item strong{color:#050505}.socialfeeds-fb-stat-sep{color:#65676b}.socialfeeds-fb-header-v2.no-cover .socialfeeds-fb-header-content{padding:24px 32px}.socialfeeds-fb-header-v2.no-cover .socialfeeds-fb-avatar-wrap{margin-top:0}.socialfeeds-fb-header-v2.no-cover .socialfeeds-fb-info-wrap{margin-top:0}.socialfeeds-fb-album-count{position:absolute;bottom:10px;right:10px;background:rgb(0 0 0 / .7);color:#fff;padding:4px 8px;border-radius:6px;font-size:11px;font-weight:600;display:flex;align-items:center;gap:5px}.socialfeeds-fb-event-badge{position:absolute;top:10px;left:10px;background:#ef4444;color:#fff;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:700;text-transform:uppercase;display:flex;align-items:center;gap:5px;box-shadow:0 2px 4px rgb(0 0 0 / .2);z-index:10}.socialfeeds-fb-event-time,.socialfeeds-fb-event-place{font-size:12px;color:#64748b;margin-top:5px;display:flex;align-items:center;gap:5px}.socialfeeds-fb-event-time .dashicons,.socialfeeds-fb-event-place .dashicons{font-size:14px;width:14px;height:14px}.socialfeeds-fb-album-desc{font-size:13px;color:#64748b;margin-top:5px}.socialfeeds-facebook-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.socialfeeds-facebook-content{padding:15px;flex:1;display:flex;flex-direction:column}.socialfeeds-facebook-message{margin-bottom:8px;font-size:14px;line-height:1.5;color:#1e293b}.socialfeeds-fb-engagement{display:flex;align-items:center;gap:12px;padding:8px 0;border-top:1px solid #f0f0f0;margin-top:auto}.socialfeeds-fb-engagement span{display:flex;align-items:center;gap:4px;color:#64748b;font-size:12px}.socialfeeds-fb-engagement .dashicons{font-size:16px;width:16px;height:16px}@media (max-width:768px){.socialfeeds-fb-cover{height:150px}.socialfeeds-fb-header-content{flex-direction:column;align-items:center;padding:0 16px 24px;text-align:center}.socialfeeds-fb-avatar-wrap{width:80px;height:80px;margin-top:-40px}.socialfeeds-fb-info-wrap{margin-left:0;margin-top:15px;margin-bottom:0}.socialfeeds-fb-name{font-size:20px}.socialfeeds-fb-stats{justify-content:center}}.socialfeeds-google-reviews-feed{width:100%;max-width:70%;margin:0 auto;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.socialfeeds-google-reviews-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.socialfeeds-google-reviews-inner.layout-carousel{display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.socialfeeds-google-reviews-inner.layout-carousel::-webkit-scrollbar{display:none}.socialfeeds-google-review-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;box-shadow:0 1px 3px rgb(0 0 0 / .1);transition:all 0.3s ease;display:flex;flex-direction:column;gap:12px;position:relative}.socialfeeds-google-review-item:hover{border-color:#d1d5db}.socialfeeds-google-reviews-inner.layout-carousel .socialfeeds-google-review-item{flex-shrink:0;scroll-snap-align:start}.socialfeeds-google-review-header{display:flex;align-items:flex-start;gap:12px}.socialfeeds-google-review-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#f3f4f6}.socialfeeds-google-review-author{flex:1;display:flex;flex-direction:column;gap:4px}.socialfeeds-google-review-name{margin:0;font-size:14px;font-weight:600;color:#1f2937}.socialfeeds-google-review-rating{display:flex;gap:2px;font-size:14px}.socialfeeds-google-review-rating .dashicons{width:16px;height:16px;font-size:16px;color:#fbbf24}.socialfeeds-google-review-time{margin:0;font-size:12px;color:#6b7280;font-weight:500}.socialfeeds-google-review-text{margin:0;font-size:13px;line-height:1.5;color:#374151;word-break:break-word}@media (max-width:768px){.socialfeeds-google-reviews-inner.layout-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:480px){.socialfeeds-google-reviews-inner.layout-grid{grid-template-columns:1fr!important}}.socialfeeds-youtube-feed{width:100%;max-width:70%!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box}.socialfeeds-youtube-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%;box-sizing:border-box}.socialfeeds-youtube-grid .socialfeeds-video-item{box-sizing:border-box;width:100%;min-width:0}.socialfeeds-video-stats{font-size:12px;color:#666;margin-top:4px;line-height:1.4;overflow-wrap:break-word;word-wrap:break-word}.socialfeeds-card-desc{margin-top:8px;line-height:1.5;overflow-wrap:break-word;word-wrap:break-word}.socialfeeds-play-overlay{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);width:64px;height:44px;background:rgb(255 0 0 / .7);border-radius:10px;display:flex;align-items:center;justify-content:center}.socialfeeds-play-overlay::before{content:'';width:0;height:0;border-left:16px solid #fff;border-top:10px solid #fff0;border-bottom:10px solid #fff0;margin-left:3px}.socialfeeds-play-overlay:hover{background:#e60000}.socialfeeds-video-duration{position:absolute;bottom:8px!important;right:8px!important;background:rgb(0 0 0 / .85)!important;color:#fff!important;font-size:15px!important;padding:5px 6px!important;border-radius:4px!important;font-weight:400;line-height:1.2}.socialfeeds-youtube-grid .socialfeeds-video-item img{width:100%;height:auto;display:block;border-radius:4px;object-fit:contain!important;background:#000}.socialfeeds-video-title{margin:8px 0 0;font-size:14px;font-weight:600;color:#333}.socialfeeds-youtube-feed.socialfeeds-theme-card .socialfeeds-video-item{background:#fff;border:1px solid #eee;border-radius:4px;padding:8px;box-shadow:0 2px 6px rgb(0 0 0 / .04)}.socialfeeds-youtube-feed.socialfeeds-theme-card .socialfeeds-video-item .socialfeeds-video-title{font-weight:600;color:#222}.socialfeeds-youtube-feed.socialfeeds-theme-clean .socialfeeds-video-item{background:#fff0;border:none;padding:0}.socialfeeds-youtube-feed.socialfeeds-theme-clean .socialfeeds-video-item .socialfeeds-video-title{font-weight:600;color:#111}.socialfeeds-youtube-grid .socialfeeds-grid-col-1{grid-column:span 1}.socialfeeds-youtube-grid .socialfeeds-grid-col-2{grid-column:span 2}.socialfeeds-youtube-grid .socialfeeds-grid-col-3{grid-column:span 3}.socialfeeds-youtube-grid .socialfeeds-grid-col-4{grid-column:span 4}.socialfeeds-youtube-grid .socialfeeds-grid-col-5{grid-column:span 5}.socialfeeds-youtube-grid .socialfeeds-grid-col-6{grid-column:span 6}.socialfeeds-container-list{max-width:850px;margin:0 auto!important}.socialfeeds-youtube-list .socialfeeds-list-item{margin-bottom:20px}.socialfeeds-video-iframe-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin:15px 0;border-radius:4px}.socialfeeds-video-iframe-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%!important}.socialfeeds-carousel-nav{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:5}.socialfeeds-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid rgb(0 0 0 / .1);box-shadow:0 4px 6px rgb(0 0 0 / .1);color:#333;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;transition:all 0.2s ease;line-height:1;pointer-events:auto;z-index:10}.socialfeeds-carousel-btn.prev{left:-20px;left:10px}.socialfeeds-carousel-btn.next{right:10px}.socialfeeds-carousel-btn:hover{background:#fff;box-shadow:0 6px 12px rgb(0 0 0 / .15);transform:translateY(-50%) scale(1.05);color:#000}.socialfeeds-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:25px;margin-bottom:10px}.socialfeeds-dot{width:10px;height:10px;border-radius:50%;background:#ddd;cursor:pointer;transition:0.2s}.socialfeeds-dot.active,.socialfeeds-dot:hover{background:#333;transform:scale(1.1)}.socialfeeds-carousel-btn.prev:hover,.socialfeeds-carousel-btn.next:hover{background:#555;background:#f0f0f0}.socialfeeds-video-desc{color:#555;font-size:13px}.socialfeeds-youtube-carousel{padding:12px 6px;display:flex;overflow-x:auto;gap:12px;scrollbar-width:none;-ms-overflow-style:none}.socialfeeds-youtube-carousel::-webkit-scrollbar{display:none}.socialfeeds-youtube-carousel .socialfeeds-carousel-item{background:#fff;padding:6px;flex:0 0 280px}.socialfeeds-youtube-carousel .socialfeeds-carousel-item img{border-radius:4px;width:100%;height:auto;display:block}.socialfeeds-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.socialfeeds-card{background:#fff;border:1px solid #eee;border-radius:4px;padding:22px;box-shadow:0 2px 8px rgb(0 0 0 / .04);display:flex;flex-direction:column;justify-content:space-between;transition:0.2s ease}.socialfeeds-card:hover{box-shadow:0 4px 12px rgb(0 0 0 / .08);border-color:#ddd}.socialfeeds-card .socialfeeds-card-top{display:flex;align-items:flex-start;gap:14px}.socialfeeds-card .socialfeeds-card-icon{width:46px;height:46px;border-radius:4px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.socialfeeds-card .socialfeeds-card-icon img{width:24px;height:24px}.socialfeeds-card h3{margin:0;font-size:18px;color:#222;font-weight:600}.socialfeeds-card-desc{font-size:14px;color:#444;margin:4px 0 0 0;line-height:1.3em;max-height:2.6em;overflow:hidden;text-overflow:ellipsis}.socialfeeds-card-actions{display:flex;flex-direction:column;gap:6px}.socialfeeds-btn{display:inline-block;padding:8px 14px;border-radius:4px;text-decoration:none;font-weight:600;font-size:12px;border:none;cursor:pointer;transition:0.2s ease}.socialfeeds-btn-primary{background:#135e96;color:#fff}.socialfeeds-btn-primary:hover{background:#135e96}.socialfeeds-btn-secondary{background:#f7f7f7;color:#333;border:1px solid #ddd}.socialfeeds-btn-secondary:hover{background:#f0f0f0}.socialfeeds-wrap table .button{background:#fff;color:#222;border:1px solid #eee;padding:6px 8px;border-radius:4px;text-decoration:none}.socialfeeds-wrap table .button:hover{background:#fafafa}.socialfeeds-wrap table .button:focus{outline:none;box-shadow:none}.socialfeeds-wrap .fa-pen{color:#000!important}.socialfeeds-wrap .fa-copy{color:#555!important}.socialfeeds-wrap .fa-trash{color:#c62828!important}.socialfeeds-wrap .button.button-secondary .fa-trash{color:#c62828!important}@media(max-width:1000px){.socialfeeds-card-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.socialfeeds-card-grid{grid-template-columns:1fr}}@media(max-width:800px){.socialfeeds-youtube-grid .socialfeeds-video-item{flex:0 0 calc(50% - 6px)}.socialfeeds-youtube-carousel .socialfeeds-carousel-item{flex:0 0 200px}}.socialfeeds-video-player{max-width:100%;height:auto;display:block;margin:0 auto;border-radius:4px}.socialfeeds-card-img{max-width:100%;height:auto;display:block;margin:0 auto;object-fit:cover}.socialfeeds-modal{position:fixed;left:0;top:0;right:0;bottom:0;z-index:99999;display:flex;align-items:center;justify-content:center}.socialfeeds-modal.socialfeeds-modal-hidden{display:none!important}.socialfeeds-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .7);cursor:pointer;z-index:-1}.socialfeeds-modal-inner{position:relative;max-width:85%;max-height:90vh;background:#fff;border-radius:4px;overflow:auto;padding:0;box-shadow:0 20px 60px rgb(0 0 0 / .3);animation:socialfeeds-modal-slide-in 0.3s ease;z-index:1}@keyframes socialfeeds-modal-slide-in{from{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.socialfeeds-modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:none;background:#f0f0f0;color:#333;font-size:20px;font-weight:700;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:0.2s ease;z-index:10}.socialfeeds-modal-close:hover{background:#e0e0e0}.socialfeeds-modal-close:active{transform:scale(.95)}.socialfeeds-modal-media{padding:24px;text-align:center;background:#fafafa;min-height:300px;display:flex;align-items:center;justify-content:center}.socialfeeds-modal-media video,.socialfeeds-modal-media img{max-width:100%;max-height:60vh;height:auto;border-radius:4px}.socialfeeds-modal-caption{padding:20px 24px;font-size:15px;color:#222;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word}.socialfeeds-modal-hashtags{padding:0 24px 12px;font-size:14px;color:#0073aa;font-weight:600;word-wrap:break-word;overflow-wrap:break-word}.socialfeeds-modal-footer{padding:16px 24px;border-top:1px solid #eee;text-align:right;background:#fafafa}.socialfeeds-modal-link{display:inline-block;padding:10px 18px;background:#3a3b3c;color:#fff;text-decoration:none;border-radius:4px;font-weight:600;font-size:14px;transition:0.2s ease}.socialfeeds-modal-link:hover{background:#135e96}.socialfeeds-modal-video{max-width:100%;height:auto;border-radius:4px}.socialfeeds-modal-img{max-width:100%;height:auto;border-radius:4px}.socialfeeds-hide-buttons .socialfeeds-btn,.socialfeeds-hide-buttons .socialfeeds-load-more-btn,.socialfeeds-hide-buttons .socialfeeds-btn-subscribe,.socialfeeds-hide-buttons .socialfeeds-post-engagement{display:none!important}@media(max-width:800px){.socialfeeds-modal-inner{max-width:95%;padding:0;border-radius:4px}.socialfeeds-modal-media{min-height:250px;padding:16px}.socialfeeds-modal-caption{padding:16px;font-size:14px}.socialfeeds-modal-footer{padding:12px 16px}.socialfeeds-modal-close{width:32px;height:32px;font-size:18px}}@media(max-width:480px){.socialfeeds-modal-inner{max-width:100%;max-height:100vh;border-radius:0;height:100vh;display:flex;flex-direction:column}.socialfeeds-modal-media{min-height:200px;flex-grow:1;overflow-y:auto}.socialfeeds-modal-caption{padding:12px;font-size:13px;max-height:150px;overflow-y:auto}.socialfeeds-modal-close{width:32px;height:32px;font-size:18px;top:8px;right:8px}}.socialfeeds-youtube-header{display:block;margin-bottom:20px}.socialfeeds-channel-info{display:flex;align-items:center;gap:12px}.socialfeeds-youtube-header .socialfeeds-channel-logo{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.socialfeeds-youtube-header .socialfeeds-channel-name{font-weight:700;font-size:18px;color:#222}.socialfeeds-youtube-header .socialfeeds-header-text{color:#666;font-size:14px}@media(max-width:600px){.socialfeeds-channel-info{flex-direction:column;text-align:center;gap:10px}.socialfeeds-youtube-header .socialfeeds-channel-logo{width:60px;height:60px;margin:0 auto}.socialfeeds-youtube-header .socialfeeds-channel-name{font-size:16px}.socialfeeds-youtube-header .socialfeeds-header-text{font-size:13px}}.socialfeeds-youtube-feed.socialfeeds-scheme-dark{background:#0f0f0f!important}.socialfeeds-youtube-feed.socialfeeds-scheme-light{background:#ffffff!important}.socialfeeds-youtube-feed.socialfeeds-scheme-dark,.socialfeeds-youtube-feed.socialfeeds-scheme-light,.socialfeeds-youtube-feed.socialfeeds-scheme-custom{padding:20px;border-radius:8px}.socialfeeds-scheme-dark .socialfeeds-video-item{background:#0f0f0f!important;border:none!important;border-radius:0!important;box-shadow:none!important}.socialfeeds-scheme-dark .socialfeeds-video-item img,.socialfeeds-scheme-dark .socialfeeds-video-item .socialfeeds-card-media{border-radius:0!important}.socialfeeds-scheme-dark .socialfeeds-video-title,.socialfeeds-scheme-dark h5,.socialfeeds-scheme-dark .socialfeeds-channel-name{color:#ffffff!important}.socialfeeds-scheme-dark .socialfeeds-video-desc,.socialfeeds-scheme-dark .socialfeeds-card-desc,.socialfeeds-scheme-dark .socialfeeds-header-text{color:#cccccc!important}.socialfeeds-scheme-dark .socialfeeds-video-stats{color:#aaaaaa!important}.socialfeeds-scheme-light .socialfeeds-video-item{background:#ffffff!important;border-color:#eeeeee!important}.socialfeeds-scheme-light .socialfeeds-video-title,.socialfeeds-scheme-light h5,.socialfeeds-scheme-light .socialfeeds-channel-name{color:#222222!important}.socialfeeds-scheme-light .socialfeeds-video-desc,.socialfeeds-scheme-light .socialfeeds-card-desc,.socialfeeds-scheme-light .socialfeeds-header-text{color:#666666!important}.socialfeeds-scheme-light .socialfeeds-video-stats{color:#666666!important}.socialfeeds-load-more-container{display:flex!important;justify-content:center!important;align-items:center!important;gap:15px;margin-top:30px;width:100%}.socialfeeds-video-stats{font-size:12px;margin-top:4px;line-height:1.4;display:flex;flex-wrap:wrap;gap:6px 10px;align-items:center;white-space:normal;overflow:visible;text-overflow:unset}.socialfeeds-video-meta-line{font-size:13px;color:#606060;margin-top:6px;display:flex;gap:8px;flex-wrap:wrap}.socialfeeds-load-more-btn,.socialfeeds-btn-subscribe{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;font-size:14px;font-weight:400;border-radius:4px;border:none;cursor:pointer;transition:all 0.2s ease;text-decoration:none;line-height:normal}.socialfeeds-load-more-btn{background-color:#f0f0f0;color:#333}.socialfeeds-load-more-btn:hover{filter:brightness(.95)}.socialfeeds-btn-subscribe{background-color:#c00;color:#fff}.socialfeeds-btn-subscribe:hover{background-color:#b30000}.socialfeeds-load-more-btn:disabled{opacity:.8;cursor:not-allowed}.socialfeeds-load-more-btn.socialfeeds-loading::after{content:"";width:16px;height:16px;border:2px solid currentColor;border-radius:50%;border-top-color:#fff0;animation:sf-rotate 0.6s linear infinite;display:inline-block;margin-left:10px;vertical-align:middle}.socialfeeds-meta-item:not(:first-child)::before{content:"•";margin:0 3px;font-size:16px}@keyframes sf-rotate{to{transform:rotate(360deg)}}:root{--color-primary:#2D6CDF;--color-light:#6FA3FF;--color-dark:#1E4FA8;--color-soft:#F4F7FB;--color-bg:#FFFFFF;--color-text:#555555;--color-title:#111111;--color-buy-button:#318a47;--color-buy-button-hover:#267138}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background-color:var(--color-soft);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{color:var(--color-title);font-weight:700;line-height:1.3}a{color:var(--color-primary);text-decoration:none;transition:color 0.2s ease}a:hover{color:var(--color-dark)}img{max-width:100%;height:auto;display:block}.container{max-width:1140px;margin:0 auto;padding:0 20px}.site-header{background-color:var(--color-bg);padding:20px 0;position:sticky;top:0;z-index:100;box-shadow:0 4px 20px rgb(0 0 0 / .02)}.header-inner{display:flex;justify-content:space-between;align-items:center}.logo-link{display:flex;align-items:center;gap:12px;color:var(--color-title)}.logo-link:hover{color:var(--color-title)}.site-bag-icon{stroke:var(--color-title)}.site-influencer-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;border:2px solid var(--aft-pink);flex-shrink:0}.site-title-text{font-size:1.6rem;font-weight:800;margin:0;letter-spacing:-.5px}.custom-logo-wrapper img,.custom-logo{max-height:40px;width:auto;display:block}.main-navigation ul,.main-navigation div>ul{list-style:none;display:flex;gap:25px;margin:0;padding:0}.main-navigation a{color:var(--color-text);font-weight:500;font-size:1rem}.main-navigation a:hover{color:var(--color-title)}.influencer-profile{display:flex;align-items:center;gap:40px;padding:50px 0 40px}.influencer-photo-wrap{flex-shrink:0}.influencer-photo{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid var(--color-primary);box-shadow:0 0 0 6px rgb(45 108 223 / .1)}.influencer-info{display:flex;flex-direction:column;gap:10px}.influencer-name{font-size:2rem;font-weight:800;color:var(--color-title);margin:0;line-height:1.1}.influencer-niche{display:inline-block;background:var(--color-soft);color:var(--color-primary);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:4px 12px;border-radius:20px;border:1px solid rgb(45 108 223 / .2);width:fit-content}.influencer-bio{color:var(--color-text);font-size:1rem;line-height:1.6;margin:0;max-width:520px}.influencer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.social-btn{display:inline-flex;align-items:center;gap:7px;padding:8px 16px;border-radius:8px;font-size:.9rem;font-weight:600;color:#fff!important;background-color:var(--social-color,#333);transition:filter 0.2s ease,transform 0.1s ease}.social-btn:hover{filter:brightness(.88);transform:translateY(-2px)}@media (max-width:600px){.influencer-profile{flex-direction:column;align-items:center;text-align:center;padding:40px 0 30px}.influencer-niche,.influencer-socials{justify-content:center}.influencer-bio{text-align:center}}.home-hero{text-align:center;padding:60px 0 40px}.hero-title{font-size:2.5rem;color:var(--color-title);margin-bottom:15px;letter-spacing:-.5px}.hero-subtitle{font-size:1.15rem;color:#6c757d;max-width:600px;margin:0 auto}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px;margin-bottom:50px}@media (min-width:992px){.categories-grid{grid-template-columns:repeat(4,1fr)}}.category-card{background-color:var(--color-bg);border-radius:12px;overflow:hidden;position:relative;border:1px solid rgb(0 0 0 / .04)}.category-card:hover{box-shadow:0 8px 30px rgb(0 0 0 / .06)}.category-thumbnail{background-color:#fff;height:180px;display:flex;align-items:center;justify-content:center;padding:20px}.category-thumbnail img{max-height:100%;object-fit:contain}.category-info{padding:20px}.category-title{font-size:1.25rem;margin-bottom:5px;color:var(--color-title)}.category-desc{font-size:.9rem;color:var(--color-text);margin:0}.oferta-popular{margin-bottom:20px}.oferta-inner{background-color:var(--color-bg);border-radius:12px;padding:30px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;border:1px solid rgb(0 0 0 / .04)}.oferta-badge{font-size:.85rem;font-weight:700;color:#4a5568;text-transform:uppercase;margin-bottom:8px;display:block}.oferta-title{font-size:1.5rem;color:var(--color-title);margin:0;max-width:400px}.oferta-action{display:flex;align-items:center;gap:20px}.oferta-img{max-height:80px;border-radius:6px}.oferta-img-placeholder{font-size:2.5rem;opacity:.5}.green-btn{display:inline-flex;align-items:center;gap:8px;background-color:var(--color-buy-button);color:#ffffff!important;padding:12px 24px;border-radius:6px;font-weight:600;font-size:1rem;transition:background-color 0.2s ease}.green-btn:hover{background-color:var(--color-buy-button-hover)}.site-disclaimer{text-align:center;font-size:.8rem;color:#888;margin-bottom:60px}.site-main:not(.home){padding:40px 0}.page-header{margin-bottom:30px}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (min-width:640px){.products-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr);gap:20px}}.products-empty{color:#adb5bd;text-align:center;padding:32px;font-size:.9rem}.home-products-section{padding:32px 0 40px}.product-card{background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 12px rgb(0 0 0 / .07);transition:transform 0.2s,box-shadow 0.2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgb(0 0 0 / .13)}.product-thumb-wrap{position:relative;overflow:hidden}.product-thumbnail{display:block;aspect-ratio:1 / 1;overflow:hidden;background:#f8f8f8}.product-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.product-card:hover .product-thumbnail img{transform:scale(1.04)}.product-platform-badge{position:absolute;top:10px;right:10px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:4px 9px;border-radius:20px;color:#fff;background:var(--color-primary);pointer-events:none;box-shadow:0 0 0 2px #fff,0 2px 8px rgb(0 0 0 / .3)}.platform-badge--mercadolivre{background:#FFE600;color:#333}.platform-badge--shopee{background:#EE4D2D}.platform-badge--tiktok{background:#010101}.platform-badge--amazon{background:#F90;color:#111}.product-info{padding:14px 16px 16px;display:flex;flex-direction:column;flex-grow:1;gap:12px}.product-title{font-size:.95rem;font-weight:600;line-height:1.4;margin:0;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-title a{color:#1a1a1a}.product-title a:hover{color:var(--color-primary)}.btn-ver-oferta{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:12px;background:var(--color-buy-button);color:#fff!important;font-weight:700;font-size:.9rem;border-radius:8px;text-align:center;transition:background 0.2s,transform 0.1s;cursor:pointer}.btn-ver-oferta:hover{background:var(--color-buy-button-hover);transform:scale(1.02)}.btn-ver-oferta span{font-size:1rem}.btn-buy-small{background-color:var(--color-buy-button);color:#ffffff!important;border:1px solid var(--color-buy-button)}.btn-buy-small:hover{background-color:var(--color-buy-button-hover);border-color:var(--color-buy-button-hover)}.btn-details{background-color:#fff;color:var(--color-text);border:1px solid #d1d9e6}.btn-details:hover{background-color:#f1f5f9;color:var(--color-title);border-color:#cbd5e1}.btn-buy{display:inline-block;background-color:var(--color-buy-button);color:#ffffff!important;padding:12px 20px;border-radius:6px;text-align:center;font-weight:600;text-transform:uppercase;font-size:.95rem}.single-product-page{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 20px rgb(0 0 0 / .02);margin-bottom:40px}.product-top-row{display:flex;flex-direction:column;gap:40px;margin-bottom:50px}@media (min-width:768px){.product-top-row{flex-direction:row}.product-gallery-col{flex:1;max-width:50%}.product-info-col{flex:1}}.product-main-image{background:#f8fafc;border-radius:8px;padding:20px;text-align:center;border:1px solid #e2e8f0;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.product-main-image img{max-height:100%;max-width:100%;object-fit:contain;transition:opacity 0.3s}.product-gallery-thumbs{display:flex;gap:10px;margin-top:15px;overflow-x:auto;padding-bottom:5px}.gallery-thumb{width:60px;height:60px;object-fit:cover;border-radius:6px;cursor:pointer;border:2px solid #fff0;opacity:.7;transition:all 0.2s}.gallery-thumb:hover{opacity:1}.gallery-thumb.active{border-color:var(--color-primary);opacity:1}.product-info-col .entry-title{font-size:2rem;margin-top:0;margin-bottom:15px;line-height:1.2}.product-short-desc{color:#475569;font-size:1.05rem;margin-bottom:30px;line-height:1.6}.product-buy-action{background:#f8fafc;padding:25px;border-radius:8px;border:1px solid #e2e8f0}.onde-comprar-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin:0 0 12px}.platform-buttons{display:flex;flex-direction:column;gap:10px}.btn-platform{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;border-radius:8px;font-weight:700;font-size:1rem;text-align:center;transition:filter 0.2s ease,transform 0.1s ease;color:#ffffff!important}.btn-platform:hover{filter:brightness(.9);transform:translateY(-1px)}.btn-platform:active{transform:translateY(0)}.btn-ml{background-color:#FFE600;color:#333333!important}.btn-shopee{background-color:#EE4D2D}.btn-tiktok{background-color:#010101}.btn-generic{background-color:var(--color-primary)}.product-platform-badges{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px}.platform-badge{display:inline-block;font-size:.7rem;font-weight:700;padding:3px 8px;border-radius:20px;color:#fff;text-transform:uppercase;letter-spacing:.04em}.platform-badge--ml{background-color:#cc9800;color:#fff}.platform-badge--shopee{background-color:#EE4D2D}.platform-badge--tiktok{background-color:#010101}.platform-badge--generic{background-color:var(--color-primary)}.section-title{font-size:1.5rem;border-bottom:2px solid #e2e8f0;padding-bottom:10px;margin-bottom:20px}.faq-accordion{border:1px solid #e2e8f0;border-radius:8px}.faq-item{border-bottom:1px solid #e2e8f0}.faq-item:last-child{border-bottom:none}.faq-question{padding:15px 20px;font-weight:600;cursor:pointer;font-size:1.05rem;color:var(--color-title);list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-question::-webkit-details-marker{display:none}.faq-question::after{content:'+';font-size:1.5rem;color:var(--color-primary)}.faq-item[open] .faq-question::after{content:'-'}.faq-answer{padding:0 20px 20px;color:var(--color-text)}.site-footer{background-color:var(--color-dark);color:#fff;padding:60px 0 20px}.site-footer a{color:var(--color-light)}.site-footer a:hover{color:#fff}.site-footer h4.widget-title{color:#fff;font-size:1.2rem;margin-bottom:20px}.footer-widgets{display:grid;grid-template-columns:1fr;gap:30px;margin-bottom:40px}@media (min-width:576px){.footer-widgets{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.footer-widgets{grid-template-columns:repeat(4,1fr)}}.widget ul{list-style:none}.widget ul li{margin-bottom:10px}.site-info{border-top:1px solid rgb(255 255 255 / .1);padding-top:20px;text-align:center;font-size:.9rem;color:var(--color-soft)}.aft-carousel-wrapper{position:relative;max-width:100%;margin-bottom:30px;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgb(0 0 0 / .05)}.aft-carousel-slides{position:relative;width:100%;background:var(--color-soft)}.aft-carousel-slide{display:none;width:100%}.aft-carousel-slide.active{display:block;animation:afiFadeIn 0.5s ease-out forwards}.aft-carousel-slide img{width:100%;height:auto;display:block;object-fit:cover}@keyframes afiFadeIn{from{opacity:0;transform:scale(.99)}to{opacity:1;transform:scale(1)}}.aft-carousel-prev,.aft-carousel-next{position:absolute;top:50%;transform:translateY(-50%);background:rgb(0 0 0 / .3);color:#fff;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:background 0.3s;z-index:2}.aft-carousel-prev:hover,.aft-carousel-next:hover{background:rgb(0 0 0 / .8)}.aft-carousel-prev{left:10px}.aft-carousel-next{right:10px}.aft-carousel-dots{position:absolute;bottom:15px;width:100%;text-align:center;z-index:2}.aft-dot{cursor:pointer;height:10px;width:10px;margin:0 5px;background-color:rgb(255 255 255 / .5);border-radius:50%;display:inline-block;transition:background-color 0.3s ease}.aft-dot.active,.aft-dot:hover{background-color:var(--color-primary)}.aft-carousel-caption{position:absolute;bottom:40px;left:40px;background:rgb(255 255 255 / .95);padding:20px 30px;border-radius:8px;max-width:400px;z-index:10;box-shadow:0 4px 15px rgb(0 0 0 / .1);transform:translateY(20px);opacity:0;transition:all 0.5s ease 0.3s}.aft-carousel-slide.active .aft-carousel-caption{transform:translateY(0);opacity:1}.aft-carousel-caption h3{margin:0 0 15px 0;font-size:1.5rem;color:var(--color-title);line-height:1.3}.aft-carousel-btn{display:inline-block;background:var(--color-primary);color:#fff;padding:10px 20px;border-radius:4px;text-decoration:none;font-weight:600;transition:background 0.3s}.aft-carousel-slide a:hover .aft-carousel-btn{background:var(--color-dark)}@media (max-width:768px){.aft-carousel-caption{bottom:30px;left:15px;right:15px;max-width:auto;padding:15px;text-align:center}.aft-carousel-caption h3{font-size:1.2rem}}.home-colecoes{margin-bottom:50px}.section-heading-wepink{font-size:2rem;font-weight:800;font-style:italic;color:var(--color-primary);text-align:center;margin:0 0 28px;letter-spacing:-.5px}@media (max-width:600px){.section-heading-wepink{font-size:1.5rem}}.section-heading{font-size:1.5rem;font-weight:800;color:var(--color-title);margin-bottom:24px;display:flex;align-items:center;gap:10px}.section-heading::after{content:'';flex:1;height:2px;background:linear-gradient(to right,var(--color-primary),transparent);border-radius:2px}.colecoes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}@media (min-width:992px){.colecoes-grid{grid-template-columns:repeat(3,1fr)}}.colecao-card{display:block;border-radius:12px;overflow:hidden;background:var(--color-bg);border:1px solid #e1e8f0;transition:transform 0.2s ease,box-shadow 0.2s ease}.colecao-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgb(0 0 0 / .08)}.colecao-thumb{aspect-ratio:4 / 3;overflow:hidden;background:var(--color-soft);display:flex;align-items:center;justify-content:center}.colecao-thumb img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.colecao-card:hover .colecao-thumb img{transform:scale(1.05)}.colecao-thumb-placeholder{font-size:3rem;opacity:.4}.colecao-info{padding:16px;display:flex;flex-direction:column;gap:4px}.colecao-name{font-size:1rem;font-weight:700;color:var(--color-title);margin:0}.colecao-count{font-size:.8rem;color:var(--color-text)}.colecao-header{display:flex;align-items:center;gap:30px;margin-bottom:40px;padding:30px;background:var(--color-bg);border-radius:12px;border:1px solid #e1e8f0}.colecao-header-img{flex-shrink:0;width:120px;height:120px;border-radius:10px;overflow:hidden}.colecao-header-img img{width:100%;height:100%;object-fit:cover}.colecao-header-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary)}.colecao-header-title{font-size:2rem;margin:6px 0;color:var(--color-title)}.colecao-header-desc{color:var(--color-text);margin:0 0 8px}.colecao-header-count{font-size:.85rem;color:#888}@media (max-width:600px){.colecao-header{flex-direction:column;align-items:flex-start}}.biolinks-page{min-height:100vh;display:flex;justify-content:center;padding:40px 16px 60px;box-sizing:border-box}.biolinks-card{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;gap:0}.biolinks-profile{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:20px;text-align:center}.biolinks-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid rgb(255 255 255 / .3);box-shadow:0 4px 20px rgb(0 0 0 / .3)}.biolinks-name{font-size:1.4rem;font-weight:800;color:#fff;margin:0}.biolinks-niche{font-size:.85rem;color:rgb(255 255 255 / .6);margin:0}.biolinks-social-icons{display:flex;gap:16px;margin-bottom:28px}.biolinks-social-icon{color:rgb(255 255 255 / .7);transition:color 0.2s ease,transform 0.2s ease}.biolinks-social-icon:hover{color:#fff;transform:translateY(-2px)}.biolinks-nav{width:100%;display:flex;flex-direction:column;gap:12px}.biolink-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 20px;border-radius:14px;font-size:1rem;font-weight:700;text-align:center;box-shadow:0 4px 15px rgb(0 0 0 / .2);transition:transform 0.15s ease,box-shadow 0.15s ease;box-sizing:border-box}.biolink-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgb(0 0 0 / .3)}.biolink-btn:active{transform:translateY(0)}.biolink-emoji{font-size:1.2rem;line-height:1}.biolink-platform-icon{display:flex;align-items:center;flex-shrink:0}.biolink-title{flex:1}.biolinks-footer{margin-top:40px;font-size:.75rem}.biolinks-footer a{color:rgb(255 255 255 / .3);transition:color 0.2s}.biolinks-footer a:hover{color:rgb(255 255 255 / .6)}.sp2-main{background:#fff;padding-bottom:80px}.sp2-breadcrumb{display:flex;align-items:center;gap:6px;font-size:.78rem;color:#999;padding:20px 0 28px;flex-wrap:wrap}.sp2-breadcrumb a{color:var(--aft-pink,#E91E8C)}.sp2-breadcrumb a:hover{text-decoration:underline}.sp2-bc-current{color:#444}.sp2-product-area{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.sp2-gallery{display:grid;grid-template-columns:72px 1fr;gap:14px;position:sticky;top:80px}.sp2-thumbstrip{display:flex;flex-direction:column;gap:10px}.sp2-thumb{width:68px;height:68px;object-fit:cover;border-radius:8px;border:2px solid #fff0;cursor:pointer;transition:border-color 0.18s}.sp2-thumb.active,.sp2-thumb:hover{border-color:var(--aft-pink,#E91E8C)}.sp2-main-img-wrap{border-radius:14px;overflow:hidden;background:#f8f2f6;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.sp2-main-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.sp2-info{padding-top:8px}.sp2-breadcrumb-info{font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}.sp2-breadcrumb-info a{color:var(--aft-pink,#E91E8C)}.sp2-breadcrumb-info a:hover{text-decoration:underline}.sp2-title{font-size:2rem;font-weight:900;line-height:1.2;color:#1a1a2e;margin:0 0 12px}.sp2-subtitle{font-size:.97rem;color:#666;font-style:italic;margin:0 0 24px;line-height:1.5}.sp2-plat-wrap{margin:0 0 24px}.sp2-where-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:#aaa;font-weight:700;margin:0 0 10px}.sp2-plat-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:17px 22px;border-radius:50px;font-size:1rem;font-weight:800;color:#fff;margin-bottom:10px;letter-spacing:.01em;transition:filter 0.18s,transform 0.12s}.sp2-plat-btn:hover{filter:brightness(.9);transform:translateY(-1px);color:#fff}.sp2-plat-btn--ml{background:#FFE600;color:#222}.sp2-plat-btn--ml:hover{color:#222}.sp2-plat-btn--shopee{background:#EE4D2D}.sp2-plat-btn--tiktok{background:#010101}.sp2-plat-btn--amazon{background:#F90;color:#111}.sp2-plat-btn--amazon:hover{color:#111}.sp2-plat-btn--generic{background:var(--aft-pink,#E91E8C)}.sp2-plat-btn svg{flex-shrink:0;opacity:.7}.sp2-safe{font-size:.75rem;color:#999;margin:4px 0 0}.sp2-features{background:var(--aft-pink-soft,#FDE8F4);border-radius:14px;padding:20px 22px;margin-top:8px}.sp2-features-title{font-size:1rem;font-weight:800;color:var(--aft-pink,#E91E8C);margin:0 0 12px;letter-spacing:.02em}.sp2-features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.sp2-features-list li{font-size:.88rem;color:#8B1A5A;font-weight:600;padding-left:14px;position:relative;line-height:1.4}.sp2-features-list li::before{content:'•';position:absolute;left:0;color:var(--aft-pink,#E91E8C)}.sp2-tabs{margin-top:56px;border-top:2px solid #f0f0f0}.sp2-tab-nav{display:flex;gap:0;border-bottom:2px solid #f0f0f0}.sp2-tab-btn{padding:16px 28px;font-size:.9rem;font-weight:700;background:none;border:none;cursor:pointer;border-bottom:3px solid #fff0;margin-bottom:-2px;color:#888;transition:color 0.18s,border-color 0.18s;letter-spacing:.01em}.sp2-tab-btn.active{color:var(--aft-pink,#E91E8C);border-bottom-color:var(--aft-pink,#E91E8C)}.sp2-tab-btn:hover{color:var(--aft-pink,#E91E8C)}.sp2-tab-pane{display:none;padding:36px 0}.sp2-tab-pane.active{display:block}.sp2-tab-pane .entry-content{font-size:1rem;line-height:1.8;color:#333;max-width:780px}@media (max-width:900px){.sp2-product-area{grid-template-columns:1fr;gap:32px}.sp2-gallery{position:static}.sp2-title{font-size:1.5rem}}@media (max-width:600px){.sp2-gallery{grid-template-columns:56px 1fr;gap:10px}.sp2-thumb{width:52px;height:52px}.sp2-plat-btn{padding:15px 18px;font-size:.92rem}.sp2-tab-btn{padding:12px 16px;font-size:.82rem}}:root{--aft-pink:#E91E8C;--aft-pink-dark:#C2185B;--aft-pink-soft:#FDE8F4}.aft-announce{background:var(--aft-pink);color:#fff;font-size:.83rem;font-weight:600;padding:9px 20px;text-align:center;letter-spacing:.02em}.aft-announce a{color:#fff;text-decoration:underline;opacity:.9}.aft-announce a:hover{opacity:1}.aft-hero{background:linear-gradient(140deg,#fff5fb 0%,#ffffff 65%);padding:70px 0 60px;overflow:hidden}.aft-hero--bg{background:none;position:relative}.aft-hero--bg::before{content:'';position:absolute;inset:0;background:rgb(0 0 0 / .38)}.aft-hero--bg .aft-hero-inner{position:relative}.aft-hero--bg .aft-hero-title,.aft-hero--bg .aft-hero-sub{color:#fff}.aft-hero--bg .aft-hero-tag{background:rgb(255 255 255 / .2);color:#fff}.aft-hero-inner{display:flex;align-items:center;gap:64px}.aft-hero-text{flex:1;min-width:0}.aft-hero-tag{display:inline-block;background:var(--aft-pink-soft);color:var(--aft-pink);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:5px 14px;border-radius:30px;margin-bottom:18px}.aft-hero-title{font-size:clamp(2rem, 4vw, 3rem);font-weight:900;color:var(--color-title);line-height:1.15;margin-bottom:18px;letter-spacing:-1px}.aft-hero-title em{font-style:italic;color:var(--aft-pink)}.aft-hero-sub{font-size:1.05rem;color:var(--color-text);max-width:420px;line-height:1.7;margin-bottom:32px}.aft-btn-hero{display:inline-flex;align-items:center;gap:8px;background:var(--aft-pink);color:#fff!important;padding:14px 32px;border-radius:50px;font-weight:700;font-size:1rem;transition:background 0.2s,transform 0.15s,box-shadow 0.2s;box-shadow:0 4px 20px rgb(233 30 140 / .28)}.aft-btn-hero:hover{background:var(--aft-pink-dark);transform:translateY(-2px);box-shadow:0 8px 30px rgb(233 30 140 / .38)}.aft-hero-visual{flex-shrink:0;width:320px;display:grid;grid-template-columns:1fr 1fr;gap:10px;transform:rotate(3deg)}.aft-hero-card{border-radius:14px;overflow:hidden;aspect-ratio:1;box-shadow:0 8px 30px rgb(0 0 0 / .1);background:#f0f0f0}.aft-hero-card img{width:100%;height:100%;object-fit:cover;display:block}.aft-hero-card:nth-child(1){transform:translateY(-12px)}.aft-hero-card:nth-child(2){transform:translateY(12px)}.aft-hero-card:nth-child(3){transform:translateY(-6px)}.aft-hero-card:nth-child(4){transform:translateY(6px)}@media (max-width:900px){.aft-hero-visual{display:none}.aft-hero{padding:50px 0 40px}}@media (max-width:600px){.aft-hero{padding:36px 0 28px;text-align:center}.aft-hero-sub{max-width:100%}}.aft-cat-strip{background:#fff;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;padding:12px 0;overflow-x:auto;scrollbar-width:none}.aft-cat-strip::-webkit-scrollbar{display:none}.aft-cat-inner{display:flex;gap:8px;white-space:nowrap}.aft-cat-pill{display:inline-flex;align-items:center;padding:7px 18px;border-radius:30px;background:var(--color-soft);color:var(--color-text);font-size:.86rem;font-weight:600;transition:background 0.18s,color 0.18s;white-space:nowrap;border:1.5px solid #fff0}.aft-cat-pill:hover{background:var(--aft-pink-soft);color:var(--aft-pink);border-color:var(--aft-pink-soft)}.aft-cat-pill--all{background:var(--aft-pink);color:#fff!important}.aft-cat-pill--all:hover{background:var(--aft-pink-dark)}.aft-cat-section{padding:40px 0}.aft-cat-grid{display:grid;gap:16px}.aft-cat-grid--cols-2{grid-template-columns:repeat(2,1fr)}.aft-cat-grid--cols-3{grid-template-columns:repeat(3,1fr)}.aft-cat-grid--cols-4{grid-template-columns:repeat(4,1fr)}.aft-cat-grid--scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:12px}.aft-cat-grid--scroll::-webkit-scrollbar{display:none}.aft-cat-grid--scroll .aft-cat-card{flex:0 0 calc(100% / 3 - 8px);scroll-snap-align:start;min-width:160px}.aft-cat-scroll-wrap{position:relative;padding:0 44px}.aft-cat-scroll-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;border-radius:50%;border:none;background:#fff;box-shadow:0 2px 12px rgb(0 0 0 / .18);color:#1a1a2e;font-size:26px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s,transform .15s;flex-shrink:0}.aft-cat-scroll-btn:hover{background:var(--aft-pink,#E91E8C);color:#fff;transform:translateY(-50%) scale(1.08)}.aft-cat-scroll-prev{left:0}.aft-cat-scroll-next{right:0}.aft-cat-card{display:flex;flex-direction:column;border-radius:12px;overflow:hidden;text-decoration:none;box-shadow:0 2px 12px rgb(0 0 0 / .08);transition:transform 0.2s,box-shadow 0.2s}.aft-cat-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgb(0 0 0 / .13)}.aft-cat-card-img{aspect-ratio:4/3;background-size:cover;background-position:center}.aft-cat-card-footer{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:10px 12px;background:#fff;color:#1a1a1a}.aft-cat-card-name{font-size:.88rem;font-weight:700;flex:1}.aft-cat-card-btn{font-size:.78rem;font-weight:600;white-space:nowrap;opacity:.75;flex-shrink:0}@media (max-width:640px){.aft-cat-grid--cols-3,.aft-cat-grid--cols-4{grid-template-columns:repeat(2,1fr)}}.aft-collections-wrap{padding:56px 0 48px}.aft-col-grid{display:grid;gap:20px}.aft-col-grid--cols-2{grid-template-columns:repeat(2,1fr)}.aft-col-grid--cols-3{grid-template-columns:repeat(3,1fr)}.aft-col-grid--cols-4{grid-template-columns:repeat(4,1fr)}.aft-col-grid--scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;gap:16px}.aft-col-grid--scroll::-webkit-scrollbar{display:none}.aft-col-grid--scroll .aft-col-card{flex:0 0 calc(100% / 3 - 12px);scroll-snap-align:start;min-width:220px}@media (max-width:640px){.aft-col-grid--cols-3,.aft-col-grid--cols-4{grid-template-columns:repeat(2,1fr)}}.aft-col-card{display:flex;flex-direction:column;border-radius:12px;overflow:hidden;text-decoration:none;box-shadow:0 2px 16px rgb(0 0 0 / .09);transition:transform .2s,box-shadow .2s}.aft-col-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgb(0 0 0 / .15)}.aft-col-card--overlay{position:relative;aspect-ratio:3/4}.aft-col-card--overlay .aft-col-card-img{position:absolute;inset:0;background-size:cover;background-position:center}.aft-col-card--overlay .aft-col-card-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgb(0 0 0 / .65));padding:48px 20px 24px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.aft-col-card--overlay .aft-col-card-name{font-size:1.05rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;text-shadow:0 1px 4px rgb(0 0 0 / .4)}.aft-col-card--overlay .aft-col-card-btn{padding:8px 22px;border-radius:999px;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.aft-col-card--card{background:#fff}.aft-col-card--card .aft-col-card-img{aspect-ratio:4/3;background-size:cover;background-position:center}.aft-col-card--card .aft-col-card-info{padding:18px 20px 22px;display:flex;flex-direction:column;gap:8px}.aft-col-card--card .aft-col-card-name{font-size:1.05rem;font-weight:800}.aft-col-card--card .aft-col-card-desc{font-size:.85rem;line-height:1.55;opacity:.75}.aft-col-card--card .aft-col-card-btn{align-self:flex-start;margin-top:6px;padding:9px 22px;border-radius:6px;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.aft-col-banners{display:flex;flex-direction:column;gap:0}.aft-col-card--banner{flex-direction:row;border-radius:0;box-shadow:none;min-height:380px}.aft-col-card--banner:nth-child(even){flex-direction:row-reverse}.aft-col-card--banner .aft-col-card-img{flex:1;min-height:300px;background-size:cover;background-position:center}.aft-col-card--banner .aft-col-card-info{flex:1;padding:48px 56px;display:flex;flex-direction:column;justify-content:center;gap:14px}.aft-col-card--banner .aft-col-card-name{font-size:clamp(1.3rem, 2.5vw, 1.9rem);font-weight:900;line-height:1.2}.aft-col-card--banner .aft-col-card-desc{font-size:.92rem;line-height:1.65;opacity:.8}.aft-col-card--banner .aft-col-card-btn{align-self:flex-start;margin-top:8px;padding:11px 28px;border:2px solid;border-radius:4px;font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:transparent!important;transition:background .15s,color .15s}.aft-col-card--banner .aft-col-card-btn:hover{background:currentColor!important;filter:invert(1)}@media (max-width:768px){.aft-col-card--banner,.aft-col-card--banner:nth-child(even){flex-direction:column}.aft-col-card--banner .aft-col-card-info{padding:28px 24px}}.aft-products-wrap{padding:56px 0 48px;background:#fff}.aft-products-wrap--alt{background:var(--color-soft)}.aft-sec-title{font-size:clamp(1.6rem, 3vw, 2.2rem);font-weight:900;text-align:center;color:var(--color-title);margin-bottom:36px;letter-spacing:-.5px}.aft-sec-title em{font-style:italic;color:var(--aft-pink)}.aft-split-banner{display:flex;min-height:380px;background:var(--aft-pink-soft)}.aft-split-img{flex:1;overflow:hidden;max-width:55%}.aft-split-img img{width:100%;height:100%;object-fit:cover;display:block}.aft-split-text{flex:1;display:flex;flex-direction:column;justify-content:center;padding:50px 60px;gap:16px}.aft-split-tag{font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--aft-pink)}.aft-split-text h2{font-size:2rem;font-weight:900;color:var(--color-title);line-height:1.2;margin:0}.aft-split-text p{color:var(--color-text);font-size:1rem;line-height:1.7;max-width:360px;margin:0}.aft-btn-split{display:inline-flex;align-self:flex-start;align-items:center;gap:8px;background:var(--color-title);color:#fff!important;padding:12px 28px;border-radius:50px;font-weight:700;font-size:.95rem;transition:background 0.2s,transform 0.15s;margin-top:8px}.aft-btn-split:hover{background:#333;transform:translateY(-2px)}@media (max-width:768px){.aft-split-banner{flex-direction:column;min-height:auto}.aft-split-img{max-width:100%;height:220px}.aft-split-text{padding:32px 24px}.aft-split-text h2{font-size:1.6rem}}.aft-hero-banner{position:relative;min-height:520px;background-size:cover;background-position:center;display:flex;align-items:center}.aft-hero-banner__overlay{position:absolute;inset:0;background:rgb(0 0 0 / .45)}.aft-hero-banner__inner{position:relative;z-index:1;text-align:center;padding:80px 20px}.aft-hero-banner__title{font-size:clamp(2rem, 5vw, 3.5rem);font-weight:700;color:#fff;margin:0 0 16px;line-height:1.15}.aft-hero-banner__sub{font-size:1.125rem;color:rgb(255 255 255 / .88);margin:0 auto 32px;max-width:560px;line-height:1.6}.aft-hero-banner__btn{display:inline-block;background:var(--color-primary);color:#fff;font-size:1rem;font-weight:600;padding:14px 32px;border-radius:8px;text-decoration:none;transition:background .2s}.aft-hero-banner__btn:hover{background:var(--color-dark);color:#fff}.aft-hero-inf{padding:72px 0 56px}.aft-hero-inf__inner{display:grid;grid-template-columns:1fr auto;gap:56px;align-items:center}.aft-hero-inf__name{font-size:clamp(3rem, 9vw, 8rem);font-weight:900;text-transform:uppercase;line-height:.9;letter-spacing:-.03em;margin:0 0 20px}.aft-hero-inf__divider{width:56px;height:4px;border-radius:2px;margin:0 0 20px}.aft-hero-inf__roles{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.aft-hero-inf__role{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;padding:5px 14px;border:1px solid rgb(255 255 255 / .25);border-radius:100px;color:rgb(255 255 255 / .75)}.aft-hero-inf__tag{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgb(255 255 255 / .65);padding:4px 0;margin-bottom:12px}.aft-hero-inf__headline{font-size:1.125rem;color:inherit;opacity:.75;margin:0 0 14px}.aft-hero-inf__bio{font-size:.9625rem;color:inherit;opacity:.65;line-height:1.75;max-width:480px;margin:0 0 28px}.aft-hero-inf__socials{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.aft-hero-inf__social-btn{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:500;color:rgb(255 255 255 / .8);background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .2);padding:7px 14px;border-radius:100px;text-decoration:none;transition:border-color .2s,color .2s,background .2s}.aft-hero-inf__social-btn:hover{border-color:rgb(255 255 255 / .6);color:#fff;background:rgb(255 255 255 / .15)}.aft-hero-inf__photo-wrap{width:340px;flex-shrink:0;align-self:flex-end}.aft-hero-inf__photo{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:top;border-radius:20px 20px 0 0;display:block}.aft-btn{display:inline-flex;align-items:center;gap:8px;font-size:.9375rem;font-weight:600;padding:12px 24px;border-radius:8px;text-decoration:none;transition:background .2s,border-color .2s,color .2s,opacity .2s;cursor:pointer}.aft-btn--primary{background:var(--color-primary);color:#fff}.aft-btn--primary:hover{background:var(--color-dark);color:#fff}.aft-btn--outline{background:#fff0;color:var(--color-primary);border:2px solid var(--color-primary)}.aft-btn--outline:hover{background:var(--color-primary);color:#fff}.aft-btn--accent{font-weight:700}.aft-btn--accent:hover{opacity:.85;transform:translateY(-2px)}.aft-btn--dark{background:#111;color:#fff}.aft-btn--dark:hover{background:#222;color:#fff}.aft-products-section{padding:64px 0;background:var(--color-soft)}.aft-products-section--featured{background:var(--color-bg);border-top:1px solid #e8edf5}.aft-products-section[data-dark="1"] .aft-cat-filter__btn{background:rgb(255 255 255 / .1);border-color:rgb(255 255 255 / .2);color:rgb(255 255 255 / .8)}.aft-products-section[data-dark="1"] .aft-cat-filter__btn:hover,.aft-products-section[data-dark="1"] .aft-cat-filter__btn.active{background:rgb(255 255 255 / .9);color:#111;border-color:#fff0}.aft-products-section__head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:32px}.aft-cat-filter{display:flex;flex-wrap:wrap;gap:8px}.aft-cat-filter__btn{font-size:13px;font-weight:500;color:var(--color-text);background:var(--color-bg);border:1px solid #dce4f0;padding:6px 14px;border-radius:100px;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.aft-cat-filter__btn:hover,.aft-cat-filter__btn.active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.aft-products-filterable{transition:min-height .2s}.aft-product-wrap{display:contents}.aft-product-wrap[style*="display: none"]{display:none!important}.aft-home-cats{padding:64px 0;background:var(--color-bg);border-top:1px solid #e8edf5}.aft-home-cats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px}.aft-home-cat-card{display:block;text-decoration:none;border-radius:14px;overflow:hidden;border:1px solid #e8edf5;transition:box-shadow .2s,transform .2s;background:var(--color-soft)}.aft-home-cat-card:hover{box-shadow:0 6px 24px rgb(45 108 223 / .1);transform:translateY(-2px)}.aft-home-cat-card__img{aspect-ratio:1;background-size:cover;background-position:center}.aft-home-cat-card__name{display:block;font-size:13px;font-weight:600;color:var(--color-title);padding:10px 12px;text-align:center}.aft-about{padding:72px 0}.aft-about__inner{display:grid;grid-template-columns:320px 1fr;gap:64px;align-items:center}.aft-about__photo-wrap{flex-shrink:0}.aft-about__photo{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:top;border-radius:16px;display:block}.aft-about__eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:inherit;opacity:.55;display:block;margin-bottom:10px}.aft-about__name{font-size:clamp(1.75rem, 4vw, 2.5rem);font-weight:900;color:inherit;margin:0 0 6px;line-height:1.1}.aft-about__niche{font-size:.9rem;font-weight:600;color:inherit;opacity:.7;margin:0 0 16px;text-transform:uppercase;letter-spacing:.05em}.aft-about__bio{font-size:1rem;color:inherit;line-height:1.8;margin:0 0 24px}.aft-about__stats{display:flex;gap:32px;margin:0 0 28px;flex-wrap:wrap}.aft-about__stat{display:flex;flex-direction:column;gap:4px}.aft-about__stat-val{font-size:clamp(1.75rem, 4vw, 2.5rem);font-weight:900;line-height:1;color:inherit}.aft-about__stat-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:inherit;opacity:.6}@media (max-width:900px){.aft-hero-inf__inner{grid-template-columns:1fr}.aft-hero-inf__photo-wrap{width:100%;max-width:300px;margin:32px auto 0;order:-1}.aft-hero-inf__photo{border-radius:16px;aspect-ratio:1}.aft-about__inner{grid-template-columns:1fr}.aft-about__photo-wrap{max-width:260px;margin:0 auto}.aft-home-cats__grid{grid-template-columns:repeat(2,1fr)}.aft-products-section__head{flex-direction:column;align-items:flex-start}}@media (max-width:600px){.aft-hero-inf{padding:40px 0 32px}.aft-hero-banner{min-height:380px}.aft-home-cats__grid{grid-template-columns:repeat(2,1fr)}.aft-about__stats{gap:20px}}.aft-social-cta{background:linear-gradient(135deg,var(--aft-pink) 0%,var(--aft-pink-dark) 100%);color:#fff;text-align:center;padding:64px 20px}.aft-social-cta h2{font-size:clamp(1.5rem, 3vw, 1.9rem);font-weight:900;color:#fff;margin-bottom:8px}.aft-social-cta p{color:rgb(255 255 255 / .82);font-size:1rem;margin-bottom:32px}.aft-social-row{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.aft-s-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 30px;border-radius:50px;font-weight:700;font-size:.95rem;transition:transform 0.15s,box-shadow 0.15s;box-shadow:0 4px 20px rgb(0 0 0 / .2)}.aft-s-btn:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgb(0 0 0 / .3)}.aft-s-ig{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff!important}.aft-s-tt{background:#010101;color:#fff!important}.aft-home{background:var(--color-soft)}.platform-badge--multi{background:var(--color-primary)}.card-plat-row{display:flex;gap:6px;flex-wrap:wrap}.card-plat-btn{flex:1;min-width:0;padding:9px 8px;border-radius:7px;font-size:.72rem;font-weight:700;text-align:center;color:#fff!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:filter 0.18s,transform 0.12s;line-height:1.2}.card-plat-btn:hover{filter:brightness(.88);transform:translateY(-1px);color:#fff!important}.card-plat-btn--ml{background:#FFE600;color:#222!important}.card-plat-btn--ml:hover{color:#222!important}.card-plat-btn--shopee{background:#EE4D2D}.card-plat-btn--tiktok{background:#010101}.card-plat-btn--amazon{background:#F90;color:#111!important}.card-plat-btn--amazon:hover{color:#111!important}.card-plat-btn--generic{background:var(--color-primary)}.aft-review-stars{color:#f5a623;font-size:1.1rem;letter-spacing:2px;margin-bottom:4px}.aft-rating-summary{display:flex;align-items:center;gap:8px;margin:12px 0 20px}.aft-rating-avg{font-size:2rem;font-weight:700;line-height:1}.aft-rating-meta{font-size:.82rem;color:#888}.aft-rating-stars-lg{color:#f5a623;font-size:1.3rem}.home-image-banner{position:relative;width:100%;overflow:hidden}.home-image-banner img{width:100%;display:block;object-fit:cover}.banner-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center;background:linear-gradient(to bottom,#fff0 0%,rgb(0 0 0 / .55) 100%)}.banner-title{font-size:1.8rem;font-weight:700;color:#fff;margin:0 0 8px;text-shadow:0 2px 8px rgb(0 0 0 / .4)}.banner-subtitle{font-size:1rem;color:rgb(255 255 255 / .88);margin:0;text-shadow:0 1px 4px rgb(0 0 0 / .4)}.home-text-block{padding:32px 20px;text-align:center}.home-text-block h2{font-size:1.4rem;font-weight:700;margin:0 0 12px}.home-text-block p{font-size:.95rem;line-height:1.7;margin:0;opacity:.85}.home-products-section{padding:24px 16px}.home-products-section .section-title{font-size:1.1rem;font-weight:700;margin-bottom:16px}.home-products-section .products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.home-spacer{display:block}.sp-main{padding:0 0 60px}.sp-breadcrumb{display:flex;align-items:center;gap:6px;font-size:.82rem;color:#999;padding:18px 0;flex-wrap:wrap}.sp-breadcrumb a{color:#777}.sp-breadcrumb a:hover{color:var(--aft-pink)}.sp-bc-sep{color:#ccc}.sp-bc-current{color:var(--color-title);font-weight:600;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sp-product-wrap{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;margin-bottom:60px}@media (max-width:900px){.sp-product-wrap{grid-template-columns:1fr;gap:32px}}.sp-gallery{position:sticky;top:90px}.sp-main-img-wrap{background:#f8f8f8;border-radius:16px;overflow:hidden;aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:1px solid #f0f0f0}.sp-main-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.4s ease}.sp-main-img-wrap:hover img{transform:scale(1.04)}.sp-thumbstrip{display:flex;gap:10px;margin-top:14px;overflow-x:auto;scrollbar-width:none;padding-bottom:4px}.sp-thumbstrip::-webkit-scrollbar{display:none}.sp-thumb{width:72px;height:72px;object-fit:cover;border-radius:10px;cursor:pointer;border:2px solid #fff0;opacity:.65;flex-shrink:0;transition:opacity 0.2s,border-color 0.2s}.sp-thumb:hover{opacity:.9}.sp-thumb.active{border-color:var(--aft-pink);opacity:1}.sp-info{display:flex;flex-direction:column;gap:20px}.sp-cat-pill{display:inline-flex;align-self:flex-start;background:var(--aft-pink-soft);color:var(--aft-pink);font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:4px 14px;border-radius:30px}.sp-cat-pill:hover{background:var(--aft-pink);color:#fff}.sp-title{font-size:clamp(1.4rem, 2.5vw, 2rem);font-weight:900;color:var(--color-title);line-height:1.2;margin:0;letter-spacing:-.5px}.sp-rating-row{display:flex;align-items:center;gap:10px}.sp-stars{color:#F5A623;font-size:1.1rem;letter-spacing:2px}.sp-rating-link{font-size:.85rem;color:#888;text-decoration:underline;text-underline-offset:2px}.sp-rating-link:hover{color:var(--aft-pink)}.sp-excerpt{color:#555;font-size:.98rem;line-height:1.7;margin:0}.sp-buy-box{background:#fff;border:1.5px solid #f0f0f0;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:12px}.sp-buy-box--empty{background:var(--color-soft)}.sp-where-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#aaa;margin:0}.sp-platform-btns{display:flex;flex-direction:column;gap:10px}.sp-plat-btn{display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:12px;font-weight:700;font-size:.95rem;transition:filter 0.2s,transform 0.15s;color:#fff!important;text-decoration:none}.sp-plat-btn:hover{filter:brightness(.92);transform:translateY(-2px)}.sp-plat-icon{flex-shrink:0;display:flex;align-items:center}.sp-plat-label{flex:1}.sp-plat-arrow{flex-shrink:0;opacity:.7}.sp-plat-btn--ml{background:#FFE600;color:#222!important}.sp-plat-btn--shopee{background:#EE4D2D}.sp-plat-btn--tiktok{background:#010101}.sp-plat-btn--generic{background:var(--color-primary)}.sp-trust{display:flex;flex-direction:column;gap:8px;padding:16px 0 0}.sp-trust-item{display:flex;align-items:center;gap:8px;font-size:.82rem;color:#666}.sp-trust-item svg{color:var(--aft-pink);flex-shrink:0}.sp-disclosure{font-size:.78rem;color:#aaa;line-height:1.5;margin:0;border-top:1px solid #f0f0f0;padding-top:14px}.sp-bottom{display:flex;flex-direction:column;gap:48px}.sp-section{background:#fff;border-radius:16px;padding:36px 40px;border:1px solid #f0f0f0}@media (max-width:600px){.sp-section{padding:24px 20px}}.sp-section-title{font-size:1.25rem;font-weight:800;color:var(--color-title);margin:0 0 24px;padding-bottom:16px;border-bottom:2px solid #f5f5f5;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.sp-rating-badge{font-size:.9rem;font-weight:600;color:var(--color-text);display:flex;align-items:center;gap:6px}.sp-stars-sm{color:#F5A623;letter-spacing:2px}.sp-description-body{color:#555;font-size:1rem;line-height:1.8}.sp-description-body p{margin-bottom:1em}.sp-reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (max-width:640px){.sp-reviews-grid{grid-template-columns:1fr}}.sp-review-card{background:var(--color-soft);border-radius:12px;padding:18px 20px;display:flex;flex-direction:column;gap:10px;border:1px solid #ececec}.sp-review-top{display:flex;align-items:center;gap:10px}.sp-review-avatar{width:38px;height:38px;border-radius:50%;background:var(--aft-pink);color:#fff;font-size:.75rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sp-review-meta{display:flex;flex-direction:column;flex:1;min-width:0}.sp-review-author{font-size:.88rem;font-weight:700;color:var(--color-title)}.sp-review-date{font-size:.75rem;color:#aaa}.sp-review-stars{color:#F5A623;font-size:.85rem;letter-spacing:1.5px;flex-shrink:0}.sp-review-text{font-size:.88rem;color:#555;line-height:1.6;margin:0}.sp-load-more{background:none;border:2px solid var(--aft-pink);color:var(--aft-pink);padding:11px 28px;border-radius:50px;font-weight:700;font-size:.9rem;cursor:pointer;transition:background 0.2s,color 0.2s}.sp-load-more:hover{background:var(--aft-pink);color:#fff}.sp-related{background:var(--color-soft);padding:56px 0;margin-top:0}.cookieadmin_law_container{position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:99999!important;width:100%!important}.aft-jully-page{margin:0;padding:0;background:#fdf4e7}.aft-jully-page #page{display:contents}.aft-jh-wrap{font-family:'Poppins','Inter',sans-serif;background:#fdf4e7;max-width:960px;margin:0 auto;overflow:hidden}.aft-jh-hero{position:relative;background:#1a1a1a;height:520px;overflow:hidden}.aft-jh-hero__img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:grayscale(1) contrast(1.05);display:block}.aft-jh-hero__overlay{position:absolute;inset:0;background:rgb(0 0 0 / .35)}.aft-jh-hero__text{position:absolute;left:40px;bottom:70px}.aft-jh-hero__name{font-family:'Archivo Black','Inter',sans-serif;font-size:clamp(36px, 6vw, 56px);color:#ffc93c;line-height:1;text-shadow:0 2px 10px rgb(0 0 0 / .4)}.aft-jh-hero__divider{border:none;border-top:3px solid #ffc93c;width:340px;max-width:70vw;margin:14px 0}.aft-jh-hero__roles{color:#fff;font-weight:700;font-size:13px;letter-spacing:1px;line-height:1.9}.aft-jh-hero__badge{position:absolute;right:40px;bottom:70px;color:#fff;font-weight:700;font-size:14px;letter-spacing:1px}.aft-jh-nav{position:sticky;top:0;z-index:20;background:#fdf4e7;display:flex;gap:10px;justify-content:center;flex-wrap:wrap;padding:16px 20px;border-bottom:2px solid #f0dcc0}.aft-jh-nav a{background:#ffc93c;padding:10px 18px;border-radius:999px;font-weight:700;font-size:12.5px;color:#1a1a1a;text-decoration:none;transition:opacity .15s;white-space:nowrap}.aft-jh-nav a:hover{opacity:.8}.aft-jh-sobre{position:relative;display:flex;align-items:stretch;justify-content:space-between;gap:0;padding:0 0 0 48px;background:linear-gradient(100deg,#ffb35c,#e85d2b 65%);overflow:hidden;height:440px}.aft-jh-sobre__list>*{margin:0}.aft-jh-sobre__bg-text{position:absolute;bottom:0;left:0;right:0;font-family:'Archivo Black','Inter',sans-serif;font-size:clamp(40px, 7vw, 64px);line-height:.9;color:#fff0;-webkit-text-stroke:2px #ffc93c;letter-spacing:1px;z-index:1;padding:0 32px 10px;white-space:nowrap;user-select:none}.aft-jh-sobre__photo-wrap{flex-shrink:0;width:440px;align-self:stretch;overflow:hidden;z-index:2}.aft-jh-sobre__photo{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.aft-jh-sobre__text{position:relative;z-index:3;max-width:320px;flex:1;display:flex;flex-direction:column;justify-content:center;padding:40px 0;overflow:hidden;min-height:0}.aft-jh-sobre__heading{font-family:'Archivo Black','Inter',sans-serif;font-size:32px;color:#1a1a1a;margin-bottom:16px}.aft-jh-sobre__list{list-style:none;margin:0;padding:0;display:block;font-size:13px;font-weight:600;color:#fff;line-height:1.6}.aft-jh-sobre__list p{margin:0 0 6px;font-size:13px;line-height:1.6}.aft-jh-sobre__list p:last-child{margin-bottom:0}.aft-jh-sobre img.emoji{height:1em!important;width:1em!important;max-height:1em!important;max-width:1em!important;vertical-align:middle!important}.aft-jh-social{position:relative;height:480px;background:#1a1a1a;overflow:hidden;display:flex;align-items:flex-start;justify-content:space-between;padding:56px 24px 0;gap:0}.aft-jh-social__watermark{position:absolute;top:14px;left:0;right:0;text-align:center;font-family:'Archivo Black','Inter',sans-serif;font-size:clamp(48px, 9vw, 80px);color:rgb(255 255 255 / .07);letter-spacing:4px;white-space:nowrap;pointer-events:none}.aft-jh-social__col{width:260px;flex-shrink:0}.aft-jh-social__platform{font-family:'Archivo Black','Inter',sans-serif;font-size:22px;color:#ff9a3d;letter-spacing:1px;margin-bottom:12px}.aft-jh-social__col--right .aft-jh-social__platform{text-align:right}.aft-jh-social__card{background:#fdf4e7;border-radius:14px;padding:18px;box-shadow:0 16px 30px rgb(0 0 0 / .4)}.aft-jh-social__avatar{width:40px;height:40px;border-radius:50%;background:#e0cbb5;margin-bottom:10px;overflow:hidden;flex-shrink:0}.aft-jh-social__avatar img{width:100%;height:100%;object-fit:cover;display:block}.aft-jh-social__handle{font-weight:700;font-size:13px;color:#2a1f18}.aft-jh-social__stats{display:flex;gap:12px;margin-top:10px;font-size:11px;color:#5a4a3a}.aft-jh-social__stats b{display:block;font-size:12px;color:#2a1f18}.aft-jh-social__actions{margin-top:12px;display:flex;gap:8px}.aft-jh-social__follow{background:#e85d2b;color:#fff;padding:6px 14px;border-radius:8px;font-size:11.5px;font-weight:700;text-decoration:none}.aft-jh-social__msg{background:#eee0cd;color:#2a1f18;padding:6px 14px;border-radius:8px;font-size:11.5px;font-weight:700}.aft-jh-social__bio{margin-top:10px;font-size:11px;color:#5a4a3a;line-height:1.5}.aft-jh-social__clip{position:absolute;left:50%;top:0;bottom:0;transform:translateX(-50%);z-index:4;width:270px;overflow:hidden;border-radius:16px}.aft-jh-social__clip-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}.aft-jh-social__clip-grad{position:absolute;bottom:0;left:0;right:0;height:65%;background:linear-gradient(to top,rgb(0 0 0 / .85) 0%,rgb(0 0 0 / 0) 100%);z-index:2}.aft-jh-social__clip-side{position:absolute;right:10px;bottom:90px;z-index:3;display:flex;flex-direction:column;gap:18px;align-items:center}.aft-jh-social__clip-stat{display:flex;flex-direction:column;align-items:center;gap:3px;color:#fff;filter:drop-shadow(0 1px 3px rgb(0 0 0 / .6))}.aft-jh-social__clip-ico{width:28px;height:28px;display:flex;align-items:center;justify-content:center}.aft-jh-social__clip-ico svg{width:100%;height:100%}.aft-jh-social__clip-num{font-size:11px;font-weight:700;text-align:center;line-height:1}.aft-jh-social__clip-foot{position:absolute;bottom:14px;left:10px;right:50px;z-index:3;display:flex;align-items:flex-end;gap:8px;color:#fff}.aft-jh-social__clip-av{width:38px;height:38px;border-radius:50%;overflow:hidden;background:#666;border:2px solid #fff;flex-shrink:0}.aft-jh-social__clip-av img{width:100%;height:100%;object-fit:cover;display:block}.aft-jh-social__clip-info{flex:1;min-width:0}.aft-jh-social__clip-hdl{font-size:12px;font-weight:700;line-height:1.3;text-shadow:0 1px 4px rgb(0 0 0 / .7)}.aft-jh-social__clip-bio{font-size:10px;line-height:1.35;opacity:.9;margin-top:2px;text-shadow:0 1px 3px rgb(0 0 0 / .6);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.aft-jh-social__clip-follow{position:absolute;bottom:14px;right:10px;z-index:3;font-size:10px;font-weight:700;color:#fff;border:1.5px solid #fff;border-radius:4px;padding:4px 8px;text-decoration:none;white-space:nowrap;text-shadow:none;background:rgb(0 0 0 / .2)}.aft-jh-conteudos{padding:64px 48px;background:linear-gradient(120deg,#ffe396,#ffc0cb 60%,#ffd6e8);text-align:center}.aft-jh-conteudos__title{font-family:'Caveat',cursive;font-weight:700;font-size:clamp(32px, 5vw, 46px);color:#1a1a1a;margin-bottom:8px}.aft-jh-conteudos__sub{font-family:'Archivo Black','Inter',sans-serif;font-size:13px;color:#e85d2b;letter-spacing:1px;margin-bottom:30px}.aft-jh-conteudos__grid{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}.aft-jh-cont-item{text-align:center}.aft-jh-cont-item__img{width:140px;height:248px;object-fit:cover;object-position:top;border-radius:22px;border:5px solid #1a1a1a;display:block}.aft-jh-cont-item span{display:block;margin-top:10px;font-size:12px;font-weight:700;letter-spacing:1px;color:#1a1a1a}.aft-jh-projetos{padding:64px 48px;background:#fdf4e7}.aft-jh-projetos__title{font-family:'Archivo Black','Inter',sans-serif;font-size:clamp(24px, 4vw, 34px);color:#1a1a1a;margin:0 0 4px}.aft-jh-projetos__sub{font-size:12px;color:#9a8578;letter-spacing:.5px;margin-bottom:30px;text-transform:uppercase}.aft-jh-projetos__carousel-wrap{display:flex;align-items:center;gap:10px}.aft-jh-proj-btn{flex-shrink:0;width:38px;height:38px;border-radius:50%;border:2px solid #1a1a1a;background:#fff0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1a1a1a;padding:0;transition:background .15s,color .15s}.aft-jh-proj-btn:hover{background:currentColor}.aft-jh-proj-btn:hover svg{stroke:#fff}.aft-jh-proj-btn svg{width:16px;height:16px;display:block}.aft-jh-projetos__carousel{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;padding-bottom:4px}.aft-jh-projetos__carousel::-webkit-scrollbar{display:none}.aft-jh-proj-item{flex-shrink:0;scroll-snap-align:start;width:calc((100% - 2 * 18px) / 3);min-width:140px;text-align:center;display:flex;flex-direction:column;gap:0}.aft-jh-proj-item__link{display:block;text-decoration:none;color:inherit}.aft-jh-proj-item__img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:top;border-radius:12px;display:block;transition:transform .2s}.aft-jh-proj-item__link:hover .aft-jh-proj-item__img{transform:scale(1.02)}.aft-jh-proj-item__label{display:block;margin-top:10px;font-family:'Caveat',cursive;font-size:20px;font-weight:700}.aft-jh-processo{padding:64px 48px;background:#1a1a1a;color:#fff}.aft-jh-processo__title{text-align:center;font-family:'Caveat',cursive;font-weight:700;font-size:clamp(32px, 5vw, 44px);color:#ffc93c;margin-bottom:36px}.aft-jh-processo__steps{display:flex;gap:24px}.aft-jh-step{flex:1;position:relative;padding-top:20px}.aft-jh-step__num{font-family:'Archivo Black','Inter',sans-serif;font-size:70px;color:rgb(255 255 255 / .08);position:absolute;top:-10px;left:0;line-height:1;user-select:none}.aft-jh-step__heading{position:relative;font-family:'Archivo Black','Inter',sans-serif;font-size:13px;color:#ffc93c;margin-bottom:12px;letter-spacing:.5px}.aft-jh-step p{position:relative;font-size:13px;color:#e5d8c8;line-height:1.7;margin:0}.aft-jh-produtos{padding:64px 0;background:#fdf4e7}.aft-jh-produtos__title{text-align:center;font-family:'Archivo Black','Inter',sans-serif;font-size:clamp(22px, 4vw, 32px);color:#1a1a1a;margin-bottom:6px;padding:0 48px}.aft-jh-produtos__sub{text-align:center;font-size:13px;color:#9a8578;margin-bottom:28px}.aft-jh-produtos__scroll{display:flex;gap:20px;overflow-x:auto;padding:0 48px 20px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#e0cbb5 #fff0}.aft-jh-prod-item{flex:none;scroll-snap-align:start;text-align:center;text-decoration:none;color:inherit}.aft-jh-prod-item__img{width:180px;height:180px;object-fit:cover;border-radius:14px;display:block}.aft-jh-prod-item span{display:block;margin-top:8px;font-weight:700;font-size:13px;color:#1a1a1a;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aft-jh-contato{position:relative;overflow:hidden}.aft-jh-contato__bg{width:100%;height:440px;object-fit:cover;object-position:center top;display:block;filter:brightness(.45)}.aft-jh-contato__overlay{position:absolute;inset:0;background:rgb(0 0 0 / .15)}.aft-jh-contato__content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:0 40px}.aft-jh-contato__title{font-family:'Caveat',cursive;font-weight:700;font-size:clamp(32px, 6vw, 56px);margin-bottom:4px}.aft-jh-contato__links{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:24px}.aft-jh-contato__links a{background:#ffc93c;color:#1a1a1a;padding:12px 24px;border-radius:999px;font-weight:700;font-size:14px;text-decoration:none;transition:opacity .15s}.aft-jh-contato__links a:hover{opacity:.85}@media (max-width:700px){.aft-jh-hero{height:400px}.aft-jh-hero__text{left:24px;bottom:40px}.aft-jh-hero__badge{display:none}.aft-jh-sobre{flex-direction:column;padding:32px 0 0;height:auto;min-height:auto;gap:0}.aft-jh-sobre__bg-text{display:none}.aft-jh-sobre__text{padding:0 20px 24px}.aft-jh-sobre__photo-wrap{width:100%;height:auto;aspect-ratio:1/1;align-self:auto}.aft-jh-sobre__photo{width:100%;height:100%}.aft-jh-sobre__bg-text{font-size:36px}.aft-jh-social{height:auto;flex-direction:column;align-items:center;padding:40px 24px;gap:24px}.aft-jh-social__col{width:100%;max-width:300px}.aft-jh-social__photo{display:none}.aft-jh-social__clip{display:none}.aft-jh-social__watermark{font-size:40px}.aft-jh-processo__steps{flex-direction:column}.aft-jh-projetos{padding:48px 24px}.aft-jh-projetos__carousel{gap:12px}.aft-jh-proj-item{width:calc((100% - 12px) / 2);min-width:120px}.aft-jh-proj-btn{width:32px;height:32px}.aft-jh-conteudos{padding:48px 24px}.aft-jh-processo{padding:48px 24px}}.formlayer-form label{display:block;margin-bottom:8px;font-weight:600;color:#1e293b;font-size:14px}.formlayer-form input[type="text"],.formlayer-form input[type="email"],.formlayer-form input[type="number"],.formlayer-form input[type="tel"],.formlayer-form input[type="date"],.formlayer-form input[type="password"],.formlayer-form input[type="url"],.formlayer-form textarea{width:100%;padding:12px 16px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:15px;color:#1d2327;background:#fff;transition:all 0.3s cubic-bezier(.4,0,.2,1);box-sizing:border-box;box-shadow:0 1px 2px rgb(0 0 0 / .02)}.formlayer-form select{width:100%;height:48px;padding:0 40px 0 16px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:15px;color:#1d2327;background:#fff;transition:all 0.3s cubic-bezier(.4,0,.2,1);box-sizing:border-box;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:16px;cursor:pointer;box-shadow:0 1px 2px rgb(0 0 0 / .02)}.formlayer-form input:focus,.formlayer-form textarea:focus,.formlayer-form select:focus{outline:none;border-color:#5525d6;box-shadow:0 0 0 4px rgb(85 37 214 / .12);transform:translateY(-1px)}.formlayer-form textarea{min-height:120px;resize:vertical;line-height:1.6}.formlayer-submit-btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:0 24px;height:46px;background:#5525d6;color:#fff;border:none;border-radius:10px;font-weight:700;font-size:15px;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 10px rgb(85 37 214 / .2);box-sizing:border-box;text-decoration:none;line-height:1}.formlayer-submit-btn:hover{background:#441eb1;transform:translateY(-1px);box-shadow:0 6px 15px rgb(85 37 214 / .3)}.formlayer-submit-btn.loading{color:transparent!important;position:relative;pointer-events:none;opacity:.8}.formlayer-submit-btn.loading::after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin:-10px 0 0 -10px;border:3px solid rgb(255 255 255 / .3);border-top-color:#fff;border-radius:50%;animation:fl-button-spin 0.8s ease-in-out infinite}@keyframes fl-button-spin{to{transform:rotate(360deg)}}.formlayer-form .required-indicator{color:#ef4444;margin-left:4px}.formlayer-radio-group,.formlayer-check-wrap{display:flex;flex-direction:column;gap:12px}.formlayer-radio-group label,.formlayer-check-wrap label{display:flex;align-items:center;gap:10px;font-weight:400;cursor:pointer}.formlayer-field-wrap{margin-bottom:24px;display:flex;flex-direction:column}.formlayer-field-wrap.label-top{flex-direction:column}.formlayer-field-wrap.label-left,.formlayer-field-wrap.label-right{flex-direction:row;align-items:center;gap:20px;flex-wrap:nowrap}.formlayer-field-wrap.label-left .formlayer-label,.formlayer-field-wrap.label-right .formlayer-label{width:30%;min-width:120px;margin-bottom:0;padding-top:0}.formlayer-field-wrap.label-right .formlayer-label{order:2}.formlayer-field-wrap.label-right .formlayer-input{order:1}.formlayer-field-wrap.label-hidden .formlayer-label{display:none}.formlayer-help-text{width:100%;font-size:12px;color:#94a3b8;margin-top:8px;font-style:italic}.formlayer-field-wrap.label-left .formlayer-help-text,.formlayer-field-wrap.label-right .formlayer-help-text{margin-left:calc(30% + 20px)}.formlayer-submit-wrap{margin-top:20px}.formlayer-success-message{background:#fff;color:#1e293b;padding:20px 24px;border-radius:8px;margin-bottom:24px;border:1px solid #e2e8f0;font-size:16px;font-weight:400;line-height:1.6;box-shadow:0 1px 3px rgb(0 0 0 / .02);animation:flFadeInSlide 0.3s cubic-bezier(.16,1,.3,1) forwards}.formlayer-error-message{background:#fef2f2;color:#991b1b;padding:16px 20px;border-radius:10px;margin-bottom:24px;border:1px solid rgb(239 68 68 / .2);border-left:4px solid #ef4444;font-size:14px;font-weight:500;line-height:1.5;box-shadow:0 4px 6px -1px rgb(0 0 0 / .05),0 2px 4px -2px rgb(0 0 0 / .05);animation:flFadeInSlide 0.3s cubic-bezier(.16,1,.3,1) forwards}.formlayer-error{background:#fef2f2;color:#991b1b;padding:18px 20px;border-radius:10px;border:1px solid rgb(239 68 68 / .2);border-left:4px solid #ef4444;margin:24px 0;text-align:left;font-size:14px;font-weight:500;line-height:1.5;box-shadow:0 4px 6px -1px rgb(0 0 0 / .05),0 2px 4px -2px rgb(0 0 0 / .05);animation:flFadeInSlide 0.3s cubic-bezier(.16,1,.3,1) forwards}@keyframes flFadeInSlide{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.formlayer-submit-wrap.align-center{display:flex;justify-content:center}.formlayer-submit-wrap.align-right{display:flex;justify-content:flex-end}.formlayer-submit-wrap.align-full .formlayer-submit-btn{width:100%}.formlayer-submit-btn.btn-sm{height:38px;padding:0 16px;font-size:13px}.formlayer-submit-btn.btn-md{height:46px;padding:0 24px;font-size:15px}.formlayer-submit-btn.btn-lg{height:56px;padding:0 32px;font-size:17px}.formlayer-submit-btn{width:auto!important;max-width:100%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.align-full .formlayer-submit-btn{width:100%!important;display:flex!important}.formlayer-container{display:grid;gap:20px;margin-bottom:24px;width:100%}.formlayer-container.grid-cols-1{grid-template-columns:1fr}.formlayer-container.grid-cols-2{grid-template-columns:1fr 1fr}.formlayer-container.grid-cols-3{grid-template-columns:1fr 1fr 1fr}.formlayer-container.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:768px){.formlayer-container.grid-cols-2,.formlayer-container.grid-cols-3,.formlayer-container.grid-cols-4{grid-template-columns:1fr}}.formlayer-html-content{margin-bottom:24px}.formlayer-name-fields-wrap{display:flex;flex-direction:column;gap:15px}.formlayer-grid{display:grid;gap:20px;width:100%}.formlayer-grid-2{grid-template-columns:1fr 1fr}.formlayer-grid-3{grid-template-columns:1fr 1fr 1fr}.formlayer-sub-field{display:flex;flex-direction:column}.formlayer-sub-field.full-width{grid-column:1 / -1}.formlayer-sub-label{font-size:11px;color:#64748b;margin-top:4px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.formlayer-address-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.formlayer-address-grid .full-width{grid-column:1 / -1;margin-bottom:5px}.formlayer-address-grid .formlayer-sub-field:not(.full-width){margin-bottom:5px}.formlayer-field-wrap{margin-bottom:28px}.formlayer-form input[type="number"],.formlayer-form input[type="date"],.formlayer-form input[type="tel"]{height:48px}.formlayer-date-wrap,.formlayer-select-wrap{position:relative;width:100%}.formlayer-date-wrap .dashicons,.formlayer-select-wrap .dashicons{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#64748b;pointer-events:none;font-size:18px;z-index:10}.formlayer-form input[type="date"],.formlayer-form select{padding-left:45px!important}.formlayer-options-list{display:flex;flex-direction:column;gap:10px}.formlayer-option-label,.formlayer-terms-wrap,.formlayer-gdpr-wrap{display:flex!important;align-items:flex-start!important;gap:12px!important;margin-bottom:10px!important}.formlayer-option-label input[type="radio"],.formlayer-option-label input[type="checkbox"],.formlayer-terms-wrap input[type="checkbox"],.formlayer-gdpr-wrap input[type="checkbox"]{width:20px!important;height:20px!important;margin:2px 10px 0 0!important;cursor:pointer;accent-color:#5525d6!important;flex-shrink:0!important;vertical-align:middle!important;display:inline-block!important;opacity:1!important;visibility:visible!important;-webkit-appearance:auto!important;-moz-appearance:auto!important;appearance:auto!important}.formlayer-option-label span,.formlayer-terms-label,.formlayer-gdpr-label,.formlayer-gdpr-wrap .formlayer-gdpr-info span{line-height:1.5!important;display:inline-block!important;font-size:14px!important;font-weight:400!important;color:#334155}.formlayer-rating{display:flex;gap:8px}.formlayer-rating .dashicons{font-size:32px;width:32px;height:32px;color:#e2e8f0;cursor:pointer;transition:color 0.2s}.formlayer-rating .dashicons.active,.formlayer-rating .dashicons:hover,.formlayer-rating .dashicons:hover~.dashicons{color:#f59e0b}.formlayer-section-break{margin:32px 0 20px 0;padding-bottom:10px;border-bottom:2px solid #e2e8f0}.formlayer-section-break h3{margin:0 0 5px 0!important;font-size:18px!important;color:#1e293b!important;font-weight:700!important;line-height:1.3!important;padding:0!important;border:none!important;background:none!important}.formlayer-section-break p{margin:5px 0 0 0!important;color:#64748b!important;font-size:13px!important;font-weight:400!important}.formlayer-file-upload-box{display:flex;align-items:center;gap:15px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:10px 15px;width:100%;box-sizing:border-box;transition:all 0.2s}.formlayer-file-upload-box:hover{border-color:#5525d6;background:#f1f5f9}.formlayer-file-fake-btn{background:#5525d6;color:#fff;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s;display:inline-block;white-space:nowrap}.formlayer-file-fake-btn:hover{background:#441eb1}.formlayer-file-chosen-name{font-size:14px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:600px){.formlayer-grid-2,.formlayer-address-grid,.formlayer-grid{grid-template-columns:1fr!important}}.formlayer-gdpr-info{line-height:1.4}.formlayer-gdpr-label{font-size:14px;color:#475569}.formlayer-gdpr-desc{font-size:12px;color:#64748b;margin-top:4px}