#tangent-recommendation-page{max-width:1400px;margin:0 auto;padding:40px 20px;color:#003eab}#tangent-loader,#tangent-error{padding:100px 0;text-align:center;font-size:22px}#tangent-error{color:#d32f2f}.hero-title{max-width:712px;margin:0 auto 40px;padding:0 20px;text-align:center;color:#003eab;text-transform:none;font-size:32px;font-weight:600;line-height:1.2}.hero-wrapper{display:grid;grid-template-columns:440px 652px;height:auto;gap:10px!important;align-items:start;width:fit-content;max-width:100%;margin:0 auto}#selfie-wrapper{position:relative;width:440px;height:550px;overflow:hidden;background:#fff}#selfie_canvas{position:absolute;top:0;left:0;pointer-events:none;display:block;visibility:hidden}.selfie-column{width:440px;display:flex;flex-direction:column;align-items:center}.highlight-controls{display:none;justify-content:center;align-items:center;width:100%;margin-top:12px}.highlight-controls.is-visible{display:flex}.highlight-controls button{color:#243aa7;background:#fff;cursor:pointer;text-align:center;font-size:12px;font-weight:900;text-decoration:none}#showHighlight{display:none}#selfie-wrapper img,#selfie-wrapper .selfie,#selfie-wrapper #selfie_img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%!important;height:100%!important;max-width:100%;max-height:100%;object-fit:contain!important;object-position:center;background:#d9d9d9}#analysis-wrapper{width:652px;height:550px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:30px;background:#243aa7;color:#fff}#analysis-wrapper h2{width:504px;height:100px;margin:0 20px 30px;padding-left:20px;color:#fff;text-align:center;text-transform:none;font-size:30px;font-weight:500;line-height:1.15}#analysis-bars{display:flex;flex-direction:column;gap:30px;padding-left:20px;padding-right:20px}.analysis-row{display:grid;grid-template-columns:90px 1fr 40px;gap:10px;align-items:center}.analysis-label{width:80px;height:14px;color:#fff;font-size:12px;font-weight:600}.analysis-progress{background:#fff;width:375px;height:8px;border-radius:30px;overflow:hidden}.analysis-fill{height:100%;border-radius:inherit}.analysis-score{width:28px;height:14px;color:#fff;font-size:12px;font-weight:600;text-align:right}.analysis-footer{margin-top:30px;margin-bottom:10px;color:#fff;text-align:center;font-size:18px;line-height:1.5;opacity:.9}#analysis-bars.loading{opacity:.5}#analysis-bars.loaded{opacity:1;transition:opacity .25s ease}.analysis-title-skeleton{width:70%;height:42px;margin:0 auto 40px;border-radius:6px;background:#ffffff26;animation:shimmer 1.2s infinite linear}.analysis-skeleton{height:12px;margin-bottom:20px;border-radius:999px;background:#ffffff26;animation:shimmer 1.2s infinite linear}@keyframes shimmer{0%{opacity:.35}50%{opacity:1}to{opacity:.35}}#products-section{margin-top:50px}#products-description{margin-bottom:30px;font-size:20px!important;font-weight:400}.products-title{margin-bottom:10px;text-align:center;text-transform:none;color:#003eab;font-size:36px;font-weight:700}.product-brand{font-size:12px;color:#666;margin:6px 0 4px}.product-link{display:inline-block;color:inherit;text-decoration:none}.product-link:hover .product-title{text-decoration:underline}.product-link img{transition:transform .25s ease}.product-link:hover img{transform:scale(1.05)}.add-to-cart-btn{width:24px;height:24px;padding:0;margin:8px 0 8px auto;border:none!important;background:#fff!important;color:#302caf!important;font-size:18px!important;line-height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer}.add-to-cart-btn:active{transform:scale(.98)}.add-to-cart-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.add-to-cart-btn.error{background:#fff;color:#302ec4;border-color:#302ec4}#product-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:14px;margin:40px 0}.product-tab{min-width:219px;height:47px;padding:12px 26px;border:1px solid #003EAB;background:#fff;color:#003eab;font-size:16px;font-weight:600;cursor:pointer;transition:.25s}.product-tab:hover,.product-tab.active{background:#003eab;color:#fff}#products-grid{display:grid;grid-template-columns:repeat(auto-fit,250px);gap:30px;justify-content:center}.recommendation-card{padding:20px;display:flex;flex-direction:column;text-align:center;border:none;box-shadow:none;transition:box-shadow .25s ease}.recommendation-card .product-category{width:100%;text-align:center;font-size:18px;color:#302caf;margin-bottom:20px}add-to-cart-btn{transition:transform .2s ease}.add-to-cart-btn:hover{transform:rotate(45deg)}.step-number{width:42px;height:42px;margin:0 auto 15px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#243aa7;color:#fff;font-size:15px;font-weight:600}.step-title{margin-bottom:5px;color:#243aa7;font-size:20px;font-weight:600}.recommendation-card img{width:200px;height:250px;margin:auto;object-fit:contain}.product-price{margin-bottom:10px;color:#243aa7;font-size:18px;font-weight:700}.product-title{min-height:42px;margin:0;display:flex;align-items:flex-start;justify-content:center;color:#243aa7;font-size:15px;line-height:1.4}#custom-content,#provider-banner{margin-top:90px}@media(max-width:991px){.hero-wrapper{grid-template-columns:1fr;width:100%;height:auto;gap:20px!important}.selfie-column,#selfie-wrapper,#analysis-wrapper{width:100%;height:auto}#selfie-wrapper{display:flex;flex-direction:column;align-items:stretch;padding:0;overflow:hidden}#selfie-wrapper img,#selfie-wrapper .selfie,#selfie-wrapper #selfie_img{position:static;width:100%!important;height:auto!important;max-width:100%;object-fit:contain!important}#products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){#tangent-recommendation-page{padding:20px 12px}.hero-title{padding-bottom:20px;font-size:24px!important}.hero-wrapper{width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:20px!important;margin:0}.highlight-controls{text-align:center;margin-bottom:20px}.selfie-column{width:100%}#selfie-wrapper{width:100%;height:auto;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:0;box-sizing:border-box}#selfie-wrapper img,#selfie-wrapper .selfie,#selfie-wrapper #selfie_img{display:block;position:static;width:100%!important;height:auto!important;max-width:100%;object-fit:contain!important}#analysis-wrapper{width:100%;height:auto;padding:10px}#analysis-wrapper h2{margin:10px 0;padding:0;font-size:20px!important;line-height:1.15}#analysis-bars{gap:10px;width:100%;padding:0}.analysis-label{font-size:10px}.analysis-row{grid-template-columns:70px 1fr 40px;gap:15px;align-items:center}.analysis-score{width:32px;height:10px;font-size:10px}.analysis-progress{background:#fff;width:100%;height:6px}.analysis-footer{margin-top:2px;font-size:12px}#products-section{margin-top:0}.products-title{margin-top:30px;text-transform:none;font-size:30px!important;font-weight:600}#products-description{margin-bottom:40px;font-size:12px!important;line-height:1.5}#product-tabs{display:flex;justify-content:center;align-items:stretch;gap:6px;width:100%;box-sizing:border-box}.product-tab{flex:1;min-width:0;max-width:none;min-height:48px;padding:8px 5px;font-size:10px;line-height:1.1;overflow:hidden;white-space:normal}#products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;justify-content:center}.recommendation-card{width:100%;max-width:170px}.recommendation-card:last-child:nth-child(odd){grid-column:1 / -1;justify-self:center}.step-number{width:36px;height:36px;margin-bottom:12px;font-size:13px}.step-title{margin-bottom:5px;font-size:15px}.recommendation-card img{width:100px;height:160px}.product-price{margin-bottom:8px;font-size:15px}.product-title{min-height:38px;font-size:12px}.product-brand{font-size:12px;color:#666;margin:6px 0 4px}#tangent-products-heading{text-align:center;margin:1rem auto;font-size:20px!important;font-weight:400}.add-to-cart-btn{height:42px;padding:0 6px;font-size:11px}}@media screen and (max-width:749px){.highlight-controls{margin-top:12px;margin-bottom:20px;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/83/assets/ai-skin-recommendation.css.map */
